
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@charset "UTF-8";
/*
 * Theme Name:  HRI-JP
 * Version:     1.0
 *
 * Description:
 * Author:      CINRA
 */
/*#########################################################

読み込み

#########################################################*/
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
/* ========================================================
Components
=========================================================*/
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.a-normal_link {
  color: #00A3D5 !important;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.a-normal_link:hover {
  color: #ca0000 !important;
  opacity: 1 !important;
}
.a-normal_link::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.a-main_title {
  margin-bottom: 12px;
  padding: 0 30px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .a-main_title {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1080px) {
  .a-main_title {
    padding: 0;
  }
}
.a-main_title:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.a-main_title_span {
  font-size: 1.2rem;
  margin-left: 1.2rem;
}
.a-case_type {
  display: block;
  margin-bottom: 17px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.a-case_type_alp {
  display: inline-block;
  color: #ca0000;
  font-size: 3.2rem;
  font-weight: bold;
}
.a-case_title {
  display: block;
  margin-bottom: 12px;
  font-size: 2rem;
}
.a-case_desc {
  font-size: 1.4rem;
}
.a-section_heading {
  margin-bottom: 25px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
}
.a-section_heading:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.a-gradation_text {
  position: relative;
}
.a-gradation_text::before {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: #ca0000;
  content: attr(data-text);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  white-space: nowrap;
}
.a-gradation_text:hover {
  opacity: 1 !important;
  color: #ca0000;
}
.a-gradation_text:hover::before {
  width: 100%;
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.a-more_btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 8px 25px;
  border: 1px solid #ca0000;
  border-radius: 5px;
  color: #ca0000 !important;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.a-more_btn:hover {
  opacity: 1 !important;
  background: #ca0000;
  color: #fff !important;
}
.a-more_btn:hover::after {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') no-repeat center/10px auto;
}
@media screen and (min-width: 768px) {
  .a-more_btn {
    max-width: 210px;
  }
}
.a-more_btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23ca0000" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') no-repeat center/10px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
.a-more_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 30px;
}
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.m-anchor {
  margin-bottom: 30px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .m-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 15px;
    gap: 15px;
    max-width: 768px;
  }
}
@media screen and (min-width: 1080px) {
  .m-anchor {
    padding: 0;
  }
}
.m-anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-anchor_list:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .m-anchor_list:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.m-anchor_link {
  position: relative;
  padding-right: 24px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .m-anchor_link {
    display: block;
    margin-right: 32px;
    line-height: 1;
  }
}
.m-anchor_link:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.m-anchor_link:hover {
  color: #ca0000;
}
.m-anchor_link::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/assets/themes/hri-jp/assets/img/common/bottom-arrow.svg) no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .m-anchor_link::after {
    top: 0;
  }
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.m-activity_list {
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-activity_list {
    margin-bottom: 16px;
    width: calc((100% - 60px) / 3);
  }
}
.m-activity_link {
  display: block;
}
.m-activity_image {
  display: block;
  position: relative;
  max-width: 100%;
}
.m-activity_image::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.m-activity_image img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.m-activity_dl {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .m-activity_dl {
    padding-right: 30px;
  }
}
.m-activity_dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  margin-bottom: 17px;
  min-height: 6.8rem;
}
.m-activity_dd {
  font-size: 1.4rem;
  margin-bottom: 14px;
  position: relative;
}
.m-activity_dd::after {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 16px;
  background: url(/assets/themes/hri-jp/assets/img/common/link-arrow.svg) no-repeat center/contain;
  content: "";
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.m-activity-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .m-activity-index {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.m-activity-index_list {
  margin-bottom: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .m-activity-index_list {
    margin: 0 25px 0 0;
  }
}
.m-activity-index_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .m-activity-index_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.m-activity-index_link:before {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background: url("/assets/themes/hri-jp/assets/img/common/bottom-arrow.svg") no-repeat center/contain;
  content: "";
}
@media screen and (min-width: 768px) {
  .m-activity-index_link:before {
    margin: 0 8px 0 0;
  }
}
.m-activity-index_link:hover {
  color: #ca0000;
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.l-navi {
  width: 100%;
  padding: 32px 25px 80px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .l-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.l-navi_country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-navi_country {
    margin-right: 90px;
    margin-bottom: 0;
  }
}
.l-navi_country dt {
  margin-right: 5px;
}
.l-navi_country_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-navi_country_list_link:hover {
  color: #ca0000;
}
.l-navi_country_list_link.active {
  color: #ca0000;
  font-weight: bold;
}
.l-navi_country_list:not(:last-child)::after {
  margin: 0 3px;
  content: "/";
}
.l-navi_lang {
  display: none;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-navi_lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 65px;
    margin-bottom: 0;
  }
}
.l-navi_lang_list {
  font-size: 1.4rem;
}
.l-navi_lang_list_link {
  display: inline-block;
}
.l-navi_lang_list_link:hover {
  color: #ca0000;
}
.l-navi_lang_list_link.active {
  color: #ca0000;
  font-weight: bold;
}
.l-navi_lang_list:not(:last-child)::after {
  margin: 0 3px;
  content: "/";
}
.honda-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.m-page-header {
  position: relative;
  margin-bottom: 35px;
  padding: 60px 0 10px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .m-page-header {
    padding-top: 25px;
  }
}
.m-page-header:after {
  position: absolute;
  bottom: -6px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #707070;
  content: "";
}
.m-page-header_title {
  margin-bottom: 5px;
  padding: 0;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
}
.m-page-header_title:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.m-page-header_link {
  display: inline-block;
  position: relative;
  margin-bottom: 16px;
  padding-left: 25px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: center;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .m-page-header_link {
    margin-bottom: 0;
  }
}
.m-page-header_link:hover {
  color: #ca0000;
}
.m-page-header_link:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/assets/themes/hri-jp/assets/img/common/prev-arrow-active.svg") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.m-page-header_link:first-letter {
  color: #ca0000;
}
.m-page-contents {
  border-bottom: 2px solid #000;
}
.m-page-description {
  margin: 0 32px 32px 0;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.m-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 30px;
  letter-spacing: 0;
}
@media screen and (min-width: 1080px) {
  .m-breadcrumb {
    padding: 0;
  }
}
.m-breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .m-breadcrumb li {
    margin-bottom: 10px;
  }
}
.m-breadcrumb li:not(:last-child)::after {
  display: inline-block;
  padding: 0 5px;
  content: ">";
}
.m-breadcrumb li a:hover {
  color: #ca0000;
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
.m-vertical-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 30px 16px 0;
  border-bottom: 1px solid #000;
  font-size: 14px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .m-vertical-list-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 30px;
    padding: 24px 0;
  }
}
.m-vertical-list-item time {
  position: relative;
  margin: 0 0 16px;
  padding-right: 10px;
  color: #666;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .m-vertical-list-item time {
    width: 106px;
    margin: 0;
  }
}
.m-vertical-list-item div {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .m-vertical-list-item div {
    margin-bottom: 0;
    width: 110px;
  }
}
.m-vertical-list-item span {
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .m-vertical-list-item span {
    display: inline-block;
    max-width: 102px;
    margin: 0;
    line-height: 1;
    white-space: normal;
  }
}
.m-vertical-list-item p {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .m-vertical-list-item p {
    max-width: calc(100% - 252px);
    -webkit-line-clamp: 1;
  }
}
.m-vertical-list-item:first-child {
  border-top: 1px solid #000;
}
.m-vertical-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-vertical-list-item a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.m-vertical-list-item a:hover {
  color: #ca0000;
}
.ja .m-vertical-list-item p {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.m-search-form {
  border: 1px solid #707070;
  border-radius: 6px;
  margin-left: -20px;
  margin-right: 10px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .m-search-form {
    margin: 0 30px 80px 0;
  }
}
.m-search-form_title {
  padding: 12px 24px;
  border-bottom: 1px solid #707070;
  font-size: 2rem;
}
.m-search-form_title:first-letter {
  color: #ca0000;
}
.m-search-form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 24px;
}
.m-search-form_button button {
  position: relative;
  width: 100%;
  border: 1px solid #ca0000;
  border-radius: 4px;
  line-height: 36px;
  font-size: 1.2rem;
  color: #ca0000;
}
@media screen and (min-width: 768px) {
  .m-search-form_button button {
    width: 187px;
  }
}
.m-search-form_button button:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-arrow-link-right.svg") no-repeat center center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
.m-search-form_field {
  margin: 0 24px;
  padding: 24px 0;
  border-bottom: 1px solid #707070;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .m-search-form_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.m-search-form_field:last-child {
  border: none;
  padding: 0;
}
.m-search-form_field_title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .m-search-form_field_title {
    min-width: 320px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .m-search-form_field_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.m-search-form_field_checkbox label {
  margin-bottom: 16px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .m-search-form_field_checkbox label {
    margin: 0 40px 0 0;
  }
}
.m-search-form_field_checkbox input {
  display: none;
}
.m-search-form_field_checkbox span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
}
.m-search-form_field_checkbox span:before {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #707070;
  border-radius: 2px;
  content: "";
}
.m-search-form_field_checkbox input[type=checkbox]:checked + span:before {
  border: 1px solid #ca0000;
  background: #ca0000;
  background-size: 12px;
}
.m-search-form_field_checkbox input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 50%;
  left: 4px;
  content: "";
  width: 9px;
  height: 5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translate(0, -80%) rotate(-45deg);
  -ms-transform: translate(0, -80%) rotate(-45deg);
  transform: translate(0, -80%) rotate(-45deg);
}
.m-search-form_field_text {
  padding: 0 24px 0 0;
}
.m-search-form_field_text input[type=text] {
  width: 100%;
  padding: 5px;
  border: 1px solid #000;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .m-search-form_field_text input[type=text] {
    width: 313px;
  }
}
.m-search-form_field_text.half input[type=text] {
  width: 43%;
}
@media screen and (min-width: 768px) {
  .m-search-form_field_text.half input[type=text] {
    width: 140px;
  }
}
.m-search-form_field_radio-group input[type=radio] {
  display: none;
}
.m-search-form_field_radio-group input[type=radio]:checked + span {
  font-weight: bold;
}
.m-search-form_field_radio-group input[type=radio]:checked + span:before {
  border: 1px solid #CA0000;
}
.m-search-form_field_radio-group input[type=radio]:checked + span:after {
  display: block;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: #CA0000;
  content: "";
}
@media screen and (min-width: 768px) {
  .m-search-form_field_radio-group input[type=radio]:checked + span:after {
    top: 9px;
  }
}
.m-search-form_field_radio-group label {
  cursor: pointer;
}
.m-search-form_field_radio-group li {
  margin-top: 5px;
}
.m-search-form_field_radio-group li:nth-child(1) {
  margin: 0;
}
.m-search-form_field_radio-group span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
}
.m-search-form_field_radio-group span:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 8px;
  content: "";
}
@media screen and (min-width: 768px) {
  .m-search-form_field_radio-group span:before {
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .m-search-form_field_radio-group.split ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .m-search-form_field_radio-group.split li {
    width: 48%;
  }
}
.m-search-form_field_radio-group.split li:nth-child(1) {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .m-search-form_field_radio-group.split li:nth-child(2) {
    margin: 0;
  }
}
.m-search-form_field_contents label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is_clickable {
  cursor: pointer;
}
.nstSlider {
  cursor: pointer;
  margin: 10px 0 30px;
  border-radius: 2px;
  position: relative;
  width: 300px;
  height: 4px;
  background: #dedede;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  top: -50%;
  border: 1px solid #707070;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  -webkit-transform: translate(0, -8px);
  -ms-transform: translate(0, -8px);
  transform: translate(0, -8px);
}
.nstSlider .bar {
  border-radius: 2px;
  position: absolute;
  background: #CA0000;
  height: 4px;
  top: 0;
}
.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}
.range-slider-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.range-slider-input_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.range-slider-input_text .leftLabel,
.range-slider-input_text .rightLabel {
  width: 100px;
  margin-right: 10px;
  padding: 5px 10px;
  border: 1px solid #707070;
  border-radius: 4px;
  font-size: 14px;
}
.range-slider-input_text .rightLabel {
  margin-left: 10px;
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.m-cookie_area {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: #ca0000;
  color: #fff;
  z-index: 1001;
}
.m-cookie_about {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.m-cookie_about a {
  color: #fff !important;
  text-decoration: underline;
}
.m-cookie_about a.gdpr_link {
  padding-right: 20px;
  background: url("/assets/themes/hri-jp/assets/img/common/gdpr-icon_blank.svg") no-repeat center right 5px/10px;
}
.m-cookie_link {
  display: inline-block;
  padding-right: 20px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-_blank.svg") no-repeat center right 5px/10px;
}
.m-cookie_link:hover {
  background: url("/assets/themes/hri-jp/assets/img/common/icon-_blank-hover.svg") no-repeat center right 5px/10px;
}
.m-cookie_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.m-cookie_btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 210px;
  padding: 8px 25px;
  border: 2px solid #000;
  border-radius: 5px;
  color: #000 !important;
  font-size: 1.2rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-cookie_btn::after {
  position: absolute;
  top: 28%;
  right: 10px;
  content: "→";
  color: #ca0000 !important;
}
.m-cookie_btn:hover {
  border-color: #ca0000;
  color: #ca0000 !important;
  opacity: 1 !important;
}
/*#########################################################

基本設定

#########################################################*/
/* ========================================================
画像パス
=========================================================*/
/* ========================================================
コンテンツ幅
=========================================================*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.m-panel-slider {
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .m-panel-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px 0 0;
  }
}
.m-panel-slider_list {
  display: block;
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m-panel-slider_list {
    margin-right: 30px;
    width: calc((100% - 60px) / 3);
  }
}
.m-panel-slider_list:nth-of-type(3n) {
  margin-right: 0;
}
.m-panel-slider_link {
  display: block;
  position: relative;
}
.m-panel-slider_image {
  margin-bottom: 17px;
}
.m-panel-slider_image img {
  width: 100%;
  height: auto;
}
.m-panel-slider_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  margin-bottom: 24px;
  min-height: 6.8rem;
}
.m-panel-slider_desc {
  display: block;
  font-size: 1.4rem;
}
.m-panel-slider .slick-prev, .m-panel-slider .slick-next {
  position: absolute;
  top: inherit;
  bottom: -70px;
  width: 32px;
  height: 32px;
  border: 1px solid #ca0000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .m-panel-slider .slick-prev, .m-panel-slider .slick-next {
    bottom: -50px;
  }
}
.m-panel-slider .slick-prev::before, .m-panel-slider .slick-next::before {
  display: none;
}
.m-panel-slider .slick-prev {
  right: 70px;
  left: inherit;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23ca0000" stroke-width="2" d="M962.59,543.91l-5.68-4.2,5.68-4.21" transform="translate(-955.23 -534.7)" /></svg>') no-repeat top 50% left 47%/10px auto;
}
@media screen and (min-width: 768px) {
  .m-panel-slider .slick-prev:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23fff" stroke-width="2" d="M962.59,543.91l-5.68-4.2,5.68-4.21" transform="translate(-955.23 -534.7)" /></svg>') #ca0000 no-repeat top 50% left 47%/10px auto;
  }
}
.m-panel-slider .slick-next {
  right: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23ca0000" stroke-width="2" d="M979.7,565.54l5.68,4.2L979.7,574" transform="translate(-979.11 -564.73)" /></svg>') no-repeat top 50% left 53%/10px auto;
}
@media screen and (min-width: 768px) {
  .m-panel-slider .slick-next:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23fff" stroke-width="2" d="M979.7,565.54l5.68,4.2L979.7,574" transform="translate(-979.11 -564.73)" /></svg>') #ca0000 no-repeat top 50% left 53%/10px auto;
  }
}
.m-panel-slider .slick-list {
  padding: 0 60px 0 0 !important;
}
.m .more-btn {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .m .more-btn {
    max-width: 210px;
    margin-left: auto;
  }
}
.m .more-btn_wrap {
  padding: 0 30px;
}
@font-face {
  font-family: "num-0";
  src: local("Exo"), url("/assets/themes/hri-jp/assets/font/Exo-Medium.ttf") format("truetype"), local("ヒラギノ角ゴ ProN W3"), local("Hiragino Kaku Gothic ProN"), local("Helvetica Neue"), local(Helvetica), local(Arial), local("メイリオ"), local(Meiryo), local(sans-serif);
  unicode-range: U+30;
}
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～1600px
xxl： 1601px~
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(sm){
		background: yellow;
	}
}
//------------------------------
*/
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}
body {
  color: #000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  height: 100%;
  line-height: 1.5;
}
body.e {
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  body {
    line-height: 1.7;
  }
}
p {
  margin-bottom: 1.6rem;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:visited {
  color: #000;
}
a:focus {
  color: #000;
}
@media screen and (min-width: 768px) {
  a:hover .arrowlink {
    color: #ca0000;
  }
  a:hover .arrowlink::after {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') #ca0000 no-repeat center/10px auto;
    color: #fff;
  }
  a:hover .arrowlink .t-people_slide_name_alp,
  a:hover .arrowlink .a-people_name_alp {
    color: #ca0000;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
textarea {
  border: 1px solid #eee;
}
input {
  border: 1px solid #eee;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*#########################################################

余白（なるべく使わない）

#########################################################*/
/* ========================================================
下余白
=========================================================*/
/*
.mb1{
	margin-bottom: $mg*1;
}
.mb2{
	margin-bottom: $mg*2;
}
.mb3{
	margin-bottom: $mg*3;
}
.mb4{
	margin-bottom: $mg*4;
}
.mb5{
	margin-bottom: $mg*5;
}
*/
/* ========================================================
右余白
=========================================================*/
/*
.mr1{
	margin-right: $mg*1;
}
.mr2{
	margin-right: $mg*2;
}
.mr3{
	margin-right: $mg*3;
}
.mr4{
	margin-right: $mg*4;
}
.mr5{
	margin-right: $mg*5;
}
*/
/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit !important;
  }
}
.sp {
  display: inherit !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
.u-mb10 {
  margin-bottom: 10px !important;
}
.u-mb15 {
  margin-bottom: 15px !important;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.u-mb25 {
  margin-bottom: 25px !important;
}
.u-mb30 {
  margin-bottom: 30px !important;
}
.u-mb35 {
  margin-bottom: 35px !important;
}
.u-mb40 {
  margin-bottom: 40px !important;
}
.u-mb45 {
  margin-bottom: 45px !important;
}
.u-mb50 {
  margin-bottom: 50px !important;
}
.u-mb55 {
  margin-bottom: 55px !important;
}
.u-mb60 {
  margin-bottom: 60px !important;
}
.u-mb65 {
  margin-bottom: 65px !important;
}
.u-mb70 {
  margin-bottom: 70px !important;
}
.u-mb75 {
  margin-bottom: 75px !important;
}
.u-mb80 {
  margin-bottom: 80px !important;
}
.u-mb85 {
  margin-bottom: 85px !important;
}
.u-mb90 {
  margin-bottom: 90px !important;
}
.u-mb95 {
  margin-bottom: 95px !important;
}
.u-mb100 {
  margin-bottom: 100px !important;
}
.g-container {
  margin-top: 91px;
}
@media screen and (min-width: 768px) {
  .g-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .g-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 342px calc(100% - 342px);
    grid-template-columns: 342px calc(100% - 342px);
  }
}
@media screen and (min-width: 1368px) {
  .g-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.load {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999;
}
.more-btn {
  display: block;
  position: relative;
  max-width: 210px;
  padding: 8px 25px;
  border: 2px solid #ca0000;
  border-radius: 5px;
  color: #ca0000 !important;
  font-size: 1.2rem;
  text-align: center;
}
.more-btn::after {
  position: absolute;
  top: 28%;
  right: 10px;
  content: "→";
}
.arrowlink {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .arrowlink {
    margin-bottom: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.arrowlink::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: 32px;
  height: 16px;
  border: 1px solid #ca0000;
  border-radius: 2px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23ca0000" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') no-repeat center/10px auto;
  color: #ca0000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  content: "";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.wp-block-media-text__media {
  margin: 0 24px 24px 0 !important;
}
.wp-block-media-text__media img {
  height: auto;
}
.wp-block-image img {
  height: auto;
}
.wp-block-image.size-full img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main {
    min-height: calc(100vh - 141px);
  }
}
@media screen and (min-width: 1368px) {
  main {
    width: 1026px;
  }
}
.p-content {
  border-bottom: 2px solid #000;
}
.p-content_about {
  margin-bottom: 30px;
  padding: 30px 0 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-content_about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 54px;
  }
}
@media screen and (min-width: 1080px) {
  .p-content_about {
    padding: 0;
  }
}
.p-content_about_text {
  width: 100%;
  margin-bottom: 32px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-content_about_text {
    width: 35%;
    margin-bottom: 0;
  }
}
.p-content_about_text_heading {
  margin-bottom: 12px;
  font-weight: normal;
}
.p-content_about_text_heading_en {
  display: block;
  margin-bottom: 11px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-content_about_text_heading_en:first-letter {
  color: #ca0000;
}
.p-content_about_text_heading_en_red {
  margin-bottom: 50px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-content_about_text_heading_en_red {
    margin-bottom: 0;
  }
}
.p-content_about_text_heading_jp {
  display: block;
  color: #ca0000;
  font-size: 2rem;
}
.p-content_about_text_desc {
  margin-bottom: 0;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}
.p-content_about_text_desc p {
  margin-bottom: 0;
}
.p-content_about_image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 74%;
}
@media screen and (min-width: 768px) {
  .p-content_about_image {
    width: 65%;
    height: 0;
    padding-top: 50%;
  }
}
.p-content_about_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: inherit;
  height: auto;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-content_block {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-content_block {
    margin-bottom: 60px;
  }
}
.p-content_block > * {
  padding-right: 30px;
}
.p-content_block h1 {
  margin-bottom: 32px;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-content_block h1 {
    font-size: 3.2rem;
  }
}
.p-content_block h1 strong {
  font-weight: normal !important;
}
.p-content_block h2 {
  margin-bottom: 32px;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-content_block h2 {
    font-size: 3.2rem;
    max-width: 840px;
  }
}
.p-content_block h2:not(:first-child) {
  margin-top: 64px;
}
.p-content_block h2 strong {
  font-weight: normal !important;
}
.p-content_block h3 {
  margin: 64px 0 32px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-content_block h3 {
    max-width: 840px;
  }
}
.p-content_block h3 strong {
  font-weight: normal !important;
}
.p-content_block h4 {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-content_block h4 {
    max-width: 840px;
  }
}
.p-content_block h4 strong {
  font-weight: normal !important;
}
@media screen and (min-width: 768px) {
  .p-content_block h5, .p-content_block h6 {
    max-width: 840px;
  }
}
.p-content_block h5 strong, .p-content_block h6 strong {
  font-weight: normal !important;
}
.p-content_block p {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-content_block p {
    max-width: 840px;
  }
}
.p-content_block p + h2 {
  margin-top: 64px;
}
.p-content_block p iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.p-content_block strong {
  font-weight: bold;
}
.p-content_block em {
  font-style: italic;
}
.p-content_block a {
  color: #00A3D5;
  text-decoration: underline;
  word-break: break-all;
}
.p-content_block a[target]::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-blank.svg") no-repeat center center;
  content: "";
}
.p-content_block a[href$=".pdf"]::after, .p-content_block a[href$=".jpg|.jpeg"]::after, .p-content_block a[href$=".png"]::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-file.svg") no-repeat center center;
  content: "";
}
.p-content_block figure {
  max-width: 100%;
}
.p-content_block img {
  max-width: 100%;
  height: auto;
}
.p-content_block .movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.p-content_block .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-content_block .s-video_wrap {
  max-width: 100%;
}
.p-content_round-block {
  margin: 0 10px 20px -20px;
  padding: 24px;
  border: 1px solid #707070;
  border-radius: 6px;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .p-content_round-block {
    margin: 0 30px 35px 0;
  }
}
.p-content_round-block_title {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.06em;
}
.p-content_round-block_title_voice, .p-content_round-block_title_en {
  letter-spacing: 0;
}
.p-content_round-block_title_voice:first-letter, .p-content_round-block_title_en:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.p-content_round-block h1 strong, .p-content_round-block h2 strong, .p-content_round-block h3 strong, .p-content_round-block h4 strong, .p-content_round-block h5 strong, .p-content_round-block h6 strong {
  font-weight: normal !important;
}
.p-content_round-block p {
  margin: 0;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.7;
  word-break: break-word;
}
.p-content_round-block a {
  color: #00a3d5;
}
.p-content_round-block a[target]::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-blank.svg") no-repeat center center;
  content: "";
}
.p-content_round-block a[href$=".pdf"]::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-file.svg") no-repeat center center;
  content: "";
}
.p-content_affiliation {
  width: 100%;
  margin: 60px 0;
}
.p-content_affiliation-wrap {
  margin: 0 30px 0 0;
}
.p-content_affiliation th {
  padding: 10px 20px;
  border-top: 1px solid #000;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-content_affiliation th {
    text-align: left;
  }
}
.p-content_affiliation th:first-child {
  width: 50%;
  border-right: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-content_affiliation th:first-child {
    width: 310px;
  }
}
.p-content_affiliation td {
  padding: 15px 20px;
  border-top: 1px solid #000;
  font-size: 12px;
}
.p-content_affiliation td:first-child {
  border-right: 1px solid #000;
}
.p-content_affiliation tr:last-child td {
  border-bottom: 1px solid #000;
}
.p-content_grid-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 24px 64px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 24px;
  gap: 24px;
}
.p-content_grid-image_item {
  width: calc(50% - 12px);
  font-size: 16px;
}
.p-content_grid-image_item:first-child {
  width: 100%;
}
.p-content_grid-image_item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-content_movie {
  width: 100%;
  margin-bottom: 80px;
  padding-right: 30px;
  aspect-ratio: 16/9;
}
.p-content_movie iframe {
  width: 100%;
  height: 100%;
}
.p-content_voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 24px 80px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 24px;
  gap: 24px;
}
.p-content_voice_block {
  border-top: 2px solid #707070;
}
.p-content_voice_block_title {
  padding: 30px 0;
}
.p-content_voice_block_title:first-letter {
  color: #ca0000;
}
.p-content_voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 24px;
  gap: 24px;
}
.p-content_voice-item:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-content_voice-item:first-child {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 24px;
    gap: 24px;
  }
}
.p-content_voice-item:first-child p {
  font-size: 14px;
}
.p-content_voice-item:not(:first-child) {
  margin-top: 24px;
}
.p-content_voice-item_image {
  display: none;
  max-width: 140px;
  min-width: 140px;
}
@media screen and (min-width: 768px) {
  .p-content_voice-item_image {
    display: block;
    max-width: 140px;
    min-width: 140px;
  }
}
.p-content_voice-item_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-content_voice-item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p-content_voice-item_info {
    display: block;
  }
}
.p-content_voice-item_info img {
  width: 45%;
  height: 100%;
  -ms-flex-item-align: 1/1;
  -ms-grid-row-align: 1/1;
  align-self: 1/1;
}
@media screen and (min-width: 768px) {
  .p-content_voice-item_info img {
    display: none;
  }
}
.p-content_voice-item_info_head {
  width: 50%;
}
.p-content_voice-item_info_head h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
}
.p-content_voice-item_info_head span {
  display: block;
  margin-bottom: 12px;
  color: #666;
  font-family: fot-rodin-pron, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
.p-content_voice-item_info p {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-content_voice-item_info p {
    margin-top: 0;
  }
}
.p-content_member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 24px 80px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 24px;
  gap: 24px;
}
.p-content_member_block {
  border-top: 2px solid #707070;
}
.p-content_member_block_title {
  padding: 30px 0;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .p-content_member_block_title {
    padding: 23px 0 25px;
  }
}
.p-content_member_block_title:first-letter {
  color: #ca0000;
}
.p-content_member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 24px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-content_member-item {
    width: calc(50% - 12px);
  }
}
.p-content_member-item:first-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-content_member-item:first-child {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 24px;
    gap: 24px;
  }
}
.p-content_member-item:first-child p {
  font-size: 1.4rem;
}
.p-content_member-item:first-child .p-content_member-item_image {
  width: 100%;
  max-width: none;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .p-content_member-item:first-child .p-content_member-item_image {
    max-width: 140px;
    min-width: 140px;
  }
}
.p-content_member-item_image {
  max-width: 140px;
  min-width: 140px;
}
.p-content_member-item_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-content_member-item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .p-content_member-item_info {
    display: block;
  }
}
.p-content_member-item_info h4 {
  font-size: 2rem;
  font-weight: normal;
}
.p-content_member-item_info span {
  display: block;
  margin-bottom: 6px;
  color: #666;
  font-family: fot-rodin-pron, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}
.p-content_member-item_info p {
  font-size: 1.2rem;
}
.p-content_join-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 24px;
  gap: 24px;
}
.p-content_join-member-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 24px;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-content_join-member-item {
    width: calc(50% - 12px);
  }
}
.p-content_join-member-item_image {
  max-width: 140px;
  min-width: 140px;
}
.p-content_join-member-item_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.p-content_join-member-item_info {
  word-break: break-word;
}
.p-content_join-member-item_info h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
}
.p-content_join-member-item_info span {
  display: block;
  margin-bottom: 11px;
  color: #666;
  font-family: fot-rodin-pron, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
}
.p-content_join-member-item_info p {
  font-size: 12px;
}
.p-content_comment {
  margin: 60px 24px 60px 0;
}
@media screen and (min-width: 768px) {
  .p-content_comment {
    margin: 60px 32px 60px 0;
  }
}
.p-content_comment_name {
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 0 20px 15px;
  background: url("/assets/themes/hri-jp/assets/img/common/parts_comment.svg") no-repeat left center;
  font-size: 16px;
}
.p-content_comment_text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6875;
}
.p-content_company-list {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 2px solid #000;
  font-size: 20px;
}
.p-content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px;
  padding: 20px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-content_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.p-content_head_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-content_head_index {
    display: block;
    width: 66.6666666667%;
  }
}
.p-content_head_index_title {
  margin: 0 40px 11px 0;
  font-weight: normal;
}
.p-content_head_index_title:first-letter {
  color: #ca0000;
}
.p-content_head_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-content_head_share {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-content_head_share:nth-child(2) {
    padding: 0 30px;
  }
}
.p-content_head_share_title {
  margin-right: 40px;
  font-size: 20px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .p-content_head_share_title {
    margin: 0 0 16px;
  }
}
.p-content_head_share_title:first-letter {
  color: #ca0000;
}
.p-content_head_share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-content_head_share-list li {
  margin-right: 10px;
}
.p-content_head_share-list a svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-content_head_share-list a svg.icon_tw {
  height: 17px;
}
.p-content_head_share-list a:hover svg {
  fill: #ca0000;
}
.p-content_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  border-top: 2px solid #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-content_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-content_link-item {
  position: relative;
  margin: 0 30px 30px 0;
}
@media screen and (min-width: 768px) {
  .p-content_link-item {
    width: 282px;
  }
}
.p-content_link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 142px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-content_link-item a {
    min-height: 110px;
  }
}
.p-content_link-item a::before {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
}
.p-content_link-item a:hover {
  color: #ca0000;
  border-color: #ca0000;
}
.p-content_link-item.prev a {
  padding-left: 40px;
}
.p-content_link-item.prev a::before {
  left: 15px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-arrow-link-left.svg") no-repeat center center;
}
.p-content_link-item.next a {
  padding-right: 40px;
}
.p-content_link-item.next a::before {
  right: 15px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-arrow-link-right.svg") no-repeat center center;
}
.p-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination {
    padding-bottom: 56px;
  }
}
.p-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-pagination .page-numbers {
  padding: 6px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-pagination .page-numbers {
    padding: 12px;
  }
}
.p-pagination .page-numbers:hover {
  color: #ca0000;
}
.p-pagination .page-numbers.current {
  color: #ca0000;
}
.p-pagination .page-numbers.prev {
  display: none;
}
.p-pagination .page-numbers.next {
  display: none;
}
.p-pagination .page-numbers.dots {
  height: 25px;
  padding: 0 3px;
}
@media screen and (min-width: 768px) {
  .p-pagination .page-numbers.dots {
    padding: 0 12px;
  }
}
.p-pagenavi a, .p-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: -99999px;
}
.p-pagenavi.-prev {
  padding: 0 12px;
}
.p-pagenavi.-prev a {
  position: relative;
  background: url(/assets/themes/hri-jp/assets/img/common/prev-arrow-active.svg) no-repeat center/contain;
}
.p-pagenavi.-prev a::after {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/themes/hri-jp/assets/img/common/prev-arrow-hover.svg) no-repeat center/contain;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-pagenavi.-prev a:hover::after {
  opacity: 1;
}
.p-pagenavi.-prev span {
  background: url(/assets/themes/hri-jp/assets/img/common/prev-arrow.svg) no-repeat center/contain;
}
.p-pagenavi.-next {
  padding: 0 12px;
}
.p-pagenavi.-next a {
  position: relative;
  background: url(/assets/themes/hri-jp/assets/img/common/next-arrow-active.svg) no-repeat center/contain;
}
.p-pagenavi.-next a::after {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/themes/hri-jp/assets/img/common/next-arrow-hover.svg) no-repeat center/contain;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-pagenavi.-next a:hover::after {
  opacity: 1;
}
.p-pagenavi.-next span {
  background: url(/assets/themes/hri-jp/assets/img/common/next-arrow.svg) no-repeat center/contain;
}
.en .p-content_block h2, .en .p-content_block h3, .en .p-content_block h4, .en .p-content_block h5, .en .p-content_block h6 {
  letter-spacing: -0.05em;
}
.en .p-content_join-member-item_image {
  margin-top: 4px;
}
.en .p-content_join-member-item_info h4 {
  letter-spacing: -0.05em;
}
.en .p-content_join-member-item_info p {
  line-height: 1.8;
}
.en .p-content_round-block_title {
  letter-spacing: -0.05em;
}
.en .p-content_link-item a {
  letter-spacing: -0.05em;
}
.ja .p-content_about_text_heading_jp {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.ja .p-content_block h2, .ja .p-content_block h3, .ja .p-content_block h4, .ja .p-content_block h5, .ja .p-content_block h6 {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.ja .p-content_link-item a {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.o-h-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 30px 24px 24px;
  background: #fff;
  letter-spacing: -0.05rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .o-h-container {
    position: absolute;
  }
  body.is-fixed .o-h-container {
    position: fixed;
  }
}
@media screen and (min-width: 1080px) {
  .o-h-container {
    position: static;
    padding: 0;
  }
}
@media screen and (min-width: 1368px) {
  .o-h-container {
    width: 342px;
  }
}
.o-h-container::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: #666;
  content: "";
}
@media screen and (min-width: 768px) {
  .o-h-container::after {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .o-h-sticky {
    position: sticky;
    top: 0;
    left: 0;
    padding: 33px 30px 25px 30px;
  }
}
.o-h-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .o-h-sp {
    display: block;
  }
}
.o-h-logo {
  width: 125px;
}
@media screen and (min-width: 1080px) {
  .o-h-logo {
    max-height: initial;
    max-height: auto;
    max-width: 158px;
    width: inherit;
  }
}
.o-h-logo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-h-logo_image {
  width: 125px;
}
@media screen and (min-width: 768px) {
  .o-h-logo_image {
    width: 100%;
    height: auto;
  }
}
.o-h-navi_wrap {
  display: none;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 120px 30px 30px;
  background: #fff;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  .o-h-navi_wrap {
    display: block !important;
    position: static;
    padding: 0;
  }
}
.o-h-navi_wrap.active {
  display: block;
}
.o-h-navi_logo {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 125px;
}
@media screen and (min-width: 1080px) {
  .o-h-navi_logo {
    display: none;
  }
}
.o-h-navi_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-h-navi_logo a img {
  width: 100%;
  height: auto;
}
.o-h-navi_ul {
  width: 80%;
  margin-bottom: 42px;
}
@media screen and (min-width: 1080px) {
  .o-h-navi_ul {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.o-h-navi_list {
  min-height: 40px;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .o-h-navi_list {
    font-size: 2rem;
  }
}
.o-h-navi_list_link {
  display: block;
  margin-bottom: 24px;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 1080px) {
  .o-h-navi_list_link {
    display: none;
    min-height: 40px;
    margin-bottom: 0;
    line-height: 40px;
  }
}
.o-h-navi_list_link:first-letter {
  color: #ca0000;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .o-h-navi_list_link.active {
    font-size: 3.2rem;
    margin: 5px 0;
    position: relative;
    white-space: nowrap;
  }
  .o-h-navi_list_link.active[data-text=Information] {
    margin: 10px 0 0;
  }
}
.o-h-navi_list_link:hover {
  opacity: 1 !important;
  color: #ca0000;
}
.o-h-navi_list_link::before {
  top: -1px;
}
.o-h-navi_sp {
  width: 100%;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  display: block;
}
@media screen and (min-width: 1080px) {
  .o-h-navi_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1080px) {
  .o-h-navi_sp_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.o-h-navi_sp_menu_list {
  font-size: 1.4rem;
}
.o-h-navi_sp_menu_list:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.o-h-navi_sp_menu_list_link {
  display: block;
  padding: 13px 0;
  line-height: 1.2;
}
.o-h-navi_sp_menu {
  /*
  &_privacy {
    &_link {
      &::after {
        display: inline-block;
        width: 11px;
        height: 11px;
        margin-left: 5px;
        background: url(/assets/themes/hri-jp/assets/img/common/icon-blank_bk.png) no-repeat center center / 100% auto;
        content: "";
      }
    }
  }
  */
}
.o-h-navi_sp_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
  padding: 13px 0 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
.o-h-navi_sp_lang_list_link.active {
  color: #ca0000;
  font-weight: bold;
}
.o-h-navi_sp_lang_list:not(:last-child)::after {
  margin: 0 3px;
  content: "/";
}
.o-h-navi_sp_follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1080px) {
  .o-h-navi_sp_follow {
    display: none;
  }
}
.o-h-navi_sp_follow_title {
  margin-right: 60px;
  padding-bottom: 5px;
  font-size: 1.4rem;
}
.o-h-navi_sp_follow_title:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.o-h-navi_sp_follow_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-h-navi_sp_follow_list:first-child {
  margin-right: 12px;
}
.o-h-navi_sp_country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 0;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .o-h-navi_sp_country {
    margin-right: 90px;
    margin-bottom: 0;
  }
}
.o-h-navi_sp_country dt {
  margin-right: 5px;
}
.o-h-navi_sp_country_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.o-h-navi_sp_country_list_link.active {
  color: #ca0000;
  font-weight: bold;
}
.o-h-navi_sp_country_list:not(:last-child)::after {
  margin: 0 3px;
  content: "/";
}
.o-h-subnavi {
  display: none;
}
.o-h-subnavi_list_link {
  display: inline-block;
  font-size: 1.6rem;
}
.o-h-subnavi_list_link:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.o-h-subnavi_list_link:hover {
  color: #ca0000;
}
.o-h-information {
  margin-top: 15px;
}
.o-h-information_wrap {
  display: none;
}
.o-h-information_wrap .a-more_btn_wrap {
  margin-bottom: 25px;
  padding: 0;
}
.o-h-information_list {
  margin-bottom: 20px;
  line-height: 1.6;
}
.o-h-information_link {
  font-size: 1.4rem;
}
.o-h-information_link:hover .o-h-information_date,
.o-h-information_link:hover .o-h-information_title {
  color: #ca0000;
}
.o-h-information_date {
  position: relative;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.o-h-information_date_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.o-h-information_cat {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 7px 0;
  background: #ca0000;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.o-h-information_title {
  display: block;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.o-h-information_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.m-trigger {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45px;
  height: 35px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: -10px;
}
@media screen and (min-width: 1080px) {
  .m-trigger {
    display: none;
  }
}
.m-trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.m-trigger span:not(:nth-of-type(3)) {
  height: 2px;
  border-radius: 2px;
  background-color: #000;
}
.m-trigger span:nth-of-type(1) {
  top: 0;
}
.m-trigger span:nth-of-type(2) {
  top: 10px;
  width: 70%;
}
.m-trigger span:nth-of-type(3) {
  bottom: 0;
  font-size: 1.2rem;
  text-align: center;
}
.m-trigger span:nth-of-type(3):first-letter {
  color: #ca0000;
  font-weight: bold;
}
.m-trigger.active {
  margin-bottom: -24px;
}
.m-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(30deg);
  -ms-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg);
}
.m-trigger.active span:nth-of-type(2) {
  width: 100%;
  -webkit-transform: translateY(-5px) rotate(-30deg);
  -ms-transform: translateY(-5px) rotate(-30deg);
  transform: translateY(-5px) rotate(-30deg);
}
.m-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.o-f-container {
  padding: 30px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.o-f-content_top {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .o-f-content_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .o-f-content_top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .o-f-content_top_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.o-f-content_top_menu_list {
  margin-bottom: 25px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .o-f-content_top_menu_list {
    margin: 0 20px 0 0;
  }
}
.o-f-content_top_menu_list:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.o-f-content_top_menu_list_link::before {
  top: -6px;
  left: 2px;
}
.o-f-content_top_menu_privacy_link {
  position: relative;
  padding-right: 16px;
  /*
  &::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 11px;
    margin-left: 5px;
    background: url(/assets/themes/hri-jp/assets/img/common/icon-blank_bk.png) no-repeat center center / 100% auto;
    transform: translateY(-50%);
    transition: all .3s;
    content: "";
  } */
}
.o-f-content_top_menu_privacy_link:hover::after {
  background-image: url(/assets/themes/hri-jp/assets/img/common/icon-blank_rd.png);
}
.o-f-content_top_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .o-f-content_top_lang {
    margin-bottom: 10px;
  }
}
.o-f-content_top_lang .lang-item.current-lang a {
  color: #ca0000;
  font-weight: bold;
}
.o-f-content_top_lang .lang-item a:hover {
  color: #ca0000 !important;
}
.o-f-content_top_lang .lang-item:not(:last-child)::after {
  margin: 0 3px;
  content: "/";
}
.o-f-content_top_lang_list_link.active {
  color: #ca0000;
  font-weight: bold;
}
.o-f-content_top_lang_list_link:hover {
  opacity: 1 !important;
  color: #ca0000;
}
.o-f-content_top_lang_list:not(:last-child)::after {
  margin: 0 3px;
  content: "/";
}
.o-f-content_top_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .o-f-content_top_right {
    margin-bottom: 0;
  }
}
.o-f-content_top_right_title {
  margin-right: 12px;
  font-size: 1.4rem;
}
.o-f-content_top_right_title:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.o-f-content_top_right_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -5px;
}
.o-f-content_top_right_list:first-child {
  margin-right: 12px;
}
.o-f-content_top_right_list_link:hover {
  opacity: 1 !important;
}
.o-f-content_top_right_list_link:hover svg {
  fill: #ca0000;
}
.o-f-content_top_right_list svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.o-f-address {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .o-f-address {
    margin-bottom: 0;
  }
}
.o-f-address span {
  margin-left: 25px;
}
.o-f-copyright {
  font-size: 1.4rem;
}
.o-contents {
  padding: 0 0 0 30px;
}
.o-contents .m-breadcrumb {
  padding-left: 0;
}
.t-main {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .t-main {
    margin-bottom: 28px;
    padding-top: 89%;
  }
}
.t-main_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .t-main_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.t-main_visual {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.t-main > span {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .t-main > span {
    top: 43px;
    left: 50px;
    font-size: 2rem;
    line-height: 40px;
  }
}
.t-main > span .red {
  color: #ca0000;
  font-weight: bold;
}
.t-resarch {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 0 30px 80px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-resarch {
    padding: 0 30px 120px;
  }
}
.t-resarch::after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: calc(100% - 30px);
}
@media screen and (min-width: 768px) {
  .t-resarch::after {
    display: none;
  }
}
.t-resarch_heading {
  display: block !important;
  padding: 30px;
  font-size: 2rem;
}
.t-resarch_heading:first-letter {
  color: #ca0000;
}
@media screen and (min-width: 768px) {
  .t-resarch_heading {
    display: none !important;
  }
}
.t-resarch h2 {
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t-resarch h2 {
    font-size: 3.2rem;
    max-width: 840px;
  }
}
.t-resarch h2 span {
  color: #ca0000;
}
.t-resarch h2 span.cinratest {
  color: red;
}
.t-resarch p {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .t-resarch p {
    font-size: 1.6rem;
    max-width: 840px;
  }
}
.t-resarch .a-more_btn_wrap {
  padding: 0;
}
.t-resarch_block:nth-last-of-type(even) {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .t-resarch_block:nth-last-of-type(even) {
    padding-right: 0;
  }
}
.t-resarch_block:nth-last-of-type(even) .t-resarch_dl {
  padding-right: 0;
}
.t-resarch_block:nth-last-of-type(odd) {
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .t-resarch_block:nth-last-of-type(odd) {
    padding-left: 0;
  }
}
.t-resarch_block:nth-last-of-type(odd) .t-resarch_dl {
  padding-left: 0;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .t-resarch_block {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
  }
  .t-resarch_block:nth-last-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
  }
  .t-resarch_block:nth-last-of-type(even) {
    padding-left: 0;
  }
}
.t-resarch img,
.t-resarch video {
  display: block;
  width: 100%;
  height: auto;
}
.t-resarch_image {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t-resarch_image {
    margin-bottom: 0;
    width: 50%;
  }
}
.t-resarch_dl {
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .t-resarch_dl {
    padding: 0 30px;
    width: 33.3333333333%;
  }
}
.t-resarch_title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t-resarch_title {
    font-size: 3rem;
    margin-bottom: 24px;
  }
}
.t-resarch_accent {
  color: #ca0000;
}
.t-resarch_desc {
  font-size: 1.4rem;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .t-resarch_desc {
    padding-bottom: 0;
  }
}
.t-resarch_case {
  display: block;
  margin-bottom: 17px;
  font-size: 2rem;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
.t-resarch_case_dl {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .t-resarch_case_dl {
    margin-top: 28px;
    padding-right: 30px;
  }
}
.t-resarch_case_dl .arrowlink {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .t-resarch_case_dl .arrowlink {
    padding-bottom: 5px;
  }
}
.t-resarch_case_dl .arrowlink::after {
  top: auto;
  bottom: 16px;
}
@media screen and (min-width: 768px) {
  .t-resarch_case_dl .arrowlink::after {
    top: 100%;
    bottom: auto;
  }
}
.t-resarch_case_alp {
  color: #ca0000;
  font-size: 3.2rem;
  font-weight: bold;
}
.t-resarch_case_dt {
  margin-bottom: 12px;
}
.t-resarch_case_title {
  display: block;
  font-size: 2rem;
}
.t-resarch_case_desc {
  font-size: 1.4rem;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .t-resarch_case_desc {
    padding-bottom: 0;
  }
}
.t-resarch .link .t-resarch_case_desc {
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-resarch2 .t-resarch_box3 .t-resarch_case_dl {
    padding-right: 30px;
  }
}
.t-resarch3 {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .t-resarch3 {
    position: relative;
    height: auto;
    margin-bottom: 60px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .t-resarch3 .t-resarch_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.t-resarch3 .t-resarch_list {
  width: 100%;
  margin-bottom: 40px;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .t-resarch3 .t-resarch_list {
    width: 33.3333333333%;
    padding: 0 0 0 30px;
  }
}
.t-resarch3 .t-resarch_case_dl {
  margin-top: 17px;
}
.t-resarch3 .link {
  display: block;
}
.t-resarch3 .link .t-resarch_case_desc {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
}
.t-resarch3 .link img {
  display: block;
  width: 100%;
  height: auto;
}
.t-resarch3 .more-btn {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .t-resarch3 .more-btn {
    max-width: 210px;
    margin-left: auto;
  }
}
.t-resarch3 .more-btn_wrap {
  padding: 0 30px;
}
.t-activity {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .t-activity {
    height: auto;
    margin: 0 0 120px;
  }
}
.t-people {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 80px;
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .t-people {
    height: auto;
    margin: -300px 0 120px;
    padding-top: 300px !important;
  }
}
.t-people::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #000;
  content: "";
}
@media screen and (min-width: 768px) {
  .t-people::after {
    display: none;
  }
}
.t-people_title {
  margin-bottom: 35px;
  padding-left: 30px;
  font-size: 2rem;
}
.t-people_title:first-letter {
  color: #ca0000;
}
.t-people_slide {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .t-people_slide {
    margin-bottom: 50px;
  }
}
.t-people_slide_list {
  display: block;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .t-people_slide_list {
    padding: 0 12px;
  }
}
@media screen and (min-width: 1080px) {
  .t-people_slide_list {
    padding: 0 24px 0 0;
  }
}
.t-people_slide_link {
  display: block;
  position: relative;
}
.t-people_slide_image {
  margin-bottom: 17px;
}
.t-people_slide_image img {
  width: 100%;
  height: auto;
}
.t-people_slide_title {
  display: block;
  font-size: 2rem;
}
.t-people_slide_name_alp {
  margin-bottom: 2px;
  color: #9a9a9a;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.t-people_slide_job {
  display: block;
  font-size: 1.4rem;
}
.t-people_slide .slick-prev, .t-people_slide .slick-next {
  position: absolute;
  top: inherit;
  bottom: -70px;
  width: 32px;
  height: 32px;
  border: 1px solid #ca0000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .t-people_slide .slick-prev, .t-people_slide .slick-next {
    bottom: -50px;
  }
}
.t-people_slide .slick-prev::before, .t-people_slide .slick-next::before {
  display: none;
}
.t-people_slide .slick-prev {
  right: 70px;
  left: inherit;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23ca0000" stroke-width="2" d="M962.59,543.91l-5.68-4.2,5.68-4.21" transform="translate(-955.23 -534.7)" /></svg>') no-repeat top 50% left 47%/10px auto;
}
@media screen and (min-width: 768px) {
  .t-people_slide .slick-prev:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23fff" stroke-width="2" d="M962.59,543.91l-5.68-4.2,5.68-4.21" transform="translate(-955.23 -534.7)" /></svg>') #ca0000 no-repeat top 50% left 47%/10px auto;
  }
}
.t-people_slide .slick-next {
  right: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23ca0000" stroke-width="2" d="M979.7,565.54l5.68,4.2L979.7,574" transform="translate(-979.11 -564.73)" /></svg>') no-repeat top 50% left 53%/10px auto;
}
@media screen and (min-width: 768px) {
  .t-people_slide .slick-next:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23fff" stroke-width="2" d="M979.7,565.54l5.68,4.2L979.7,574" transform="translate(-979.11 -564.73)" /></svg>') #ca0000 no-repeat top 50% left 53%/10px auto;
  }
}
.t-people .slick-list {
  padding: 0 60px 0 0 !important;
}
.t-people .more-btn {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .t-people .more-btn {
    max-width: 210px;
    margin-left: auto;
  }
}
.t-people .more-btn_wrap {
  padding: 0 30px;
}
.t-recruit {
  border: 1px solid #000;
  border-radius: 4px;
  margin: 0 10px 32px;
  padding: 32px 30px;
}
@media screen and (min-width: 768px) {
  .t-recruit {
    border: none;
    height: auto;
    margin: 0 10px 32px;
    padding: 0;
  }
}
@media screen and (min-width: 1080px) {
  .t-recruit {
    margin: 0 0 32px;
  }
}
.t-recruit-wrap {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  padding-top: 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .t-recruit-wrap {
    margin-top: -300px;
    padding-top: 300px;
    padding-right: 30px;
  }
}
.t-recruit-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #000;
  content: "";
}
@media screen and (min-width: 768px) {
  .t-recruit-wrap::after {
    display: none;
  }
}
.t-recruit-wrap .a-more_btn_wrap {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .t-recruit-wrap .a-more_btn_wrap {
    margin-bottom: 120px;
    padding-right: 0;
  }
}
.t-recruit_title {
  margin-bottom: 35px;
  padding-left: 30px;
  font-size: 2rem;
}
.t-recruit_title:first-letter {
  color: #ca0000;
}
.t-recruit_image {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t-recruit_image {
    width: 66.6666666667%;
    margin-bottom: 32px;
  }
}
.t-recruit_image img {
  display: block;
  width: 100%;
  height: auto;
}
.t-recruit_p {
  margin-bottom: 24px;
  padding-right: 15px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .t-recruit_p {
    margin-bottom: 32px;
    padding-right: 0;
    line-height: 1;
  }
}
.t-recruit_ul {
  border-top: 1px solid #707070;
}
.t-recruit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 18px 18px 0;
  border-bottom: 1px solid #707070;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .t-recruit_list {
    padding: 18px 0;
    line-height: 1;
  }
}
.t-recruit_list:last-child {
  margin-bottom: 0;
}
.t-recruit_link {
  color: #00A3D5 !important;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.t-recruit_link:hover {
  color: #ca0000 !important;
  opacity: 1 !important;
}
.t-recruit_link:hover::before {
  border-color: #ca0000;
}
.t-search {
  position: relative;
  margin: 80px 0 0;
  padding: 0 30px 60px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .t-search {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .t-search {
    margin-bottom: 90px;
    padding-left: 0;
  }
}
.t-search::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #000;
  content: "";
}
@media screen and (min-width: 768px) {
  .t-search::after {
    display: none;
  }
}
.t-search_ul {
  width: 100%;
  border: 1px solid #000;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .t-search_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .t-search_list {
    width: 50%;
  }
}
.t-search_list:first-child {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .t-search_list:first-child {
    border-right: 1px solid #000;
    border-bottom: none;
  }
}
.t-search_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 25px;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .t-search_link {
    display: block;
    font-size: 2rem;
    text-align: center;
  }
}
.t-search_link span::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .t-search_link span::before {
    display: none;
    top: -6px;
  }
}
.t-search_link span::before:first-letter {
  font-weight: bold;
}
.t-search_link span:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.t-search_link::after {
  color: #ca0000;
  font-size: 1.2rem;
  content: "→";
}
@media screen and (min-width: 768px) {
  .t-search_link::after {
    display: none;
  }
}
.t-search_link:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.t-search_link:hover {
  opacity: 1 !important;
  color: #ca0000;
}
.fullpage {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fullpage {
    height: auto;
  }
}
.home {
  position: relative;
}
.home .section.section-overflow {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .home .section.section-overflow {
    padding-bottom: 0;
  }
}
.home .section.footer_blank {
  padding-bottom: 0;
}
.home .section figure img, .home .section figure video {
  display: block;
  width: 100%;
  height: auto;
}
.en .t-resarch_title {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
.en .t-resarch_case_title,
.en .t-people_slide_title {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}
.en .t-resarch_case_desc {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.slide-left .slick-track {
  margin-left: 0 !important;
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  .t-main {
    padding-top: 86%;
  }
  video {
    -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
    outline: none;
    border: none;
  }
}
.p-research {
  position: relative;
  padding-top: 60px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-research {
    padding-top: 25px;
  }
}
.p-research::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-research::after {
    width: 100%;
  }
}
.p-research_contents {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-research_contents {
    padding-top: 30px;
  }
}
.p-research_contents::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-research_contents::before {
    width: 100%;
  }
}
.p-research_contents::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-research_contents::after {
    width: 100%;
  }
}
.p-research_part {
  border-bottom: 2px solid #707070;
  padding: 64px 30px 64px 0;
}
.p-research_part:first-of-type {
  margin-top: -25px;
  padding-bottom: 12px;
}
.p-research_part:nth-of-type(2) p:last-of-type {
  margin-bottom: 25px;
}
.p-research_part h4 {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.06em;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-research_part h4 {
    font-size: 3.2rem;
    max-width: 840px;
  }
}
.p-research_part h4 span {
  color: #ca0000;
}
.p-research_part h5 {
  font-size: 2rem;
}
.p-research_part p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-research_part p {
    font-size: 1.6rem;
    max-width: 840px;
  }
}
@media screen and (min-width: 768px) {
  .p-research_block {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-research_block:nth-of-type(even) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-research_block:nth-of-type(-n+2) {
    margin-bottom: 33px;
  }
}
.p-research_block:last-of-type .p-research_block-desc {
  padding-bottom: 16px;
}
.p-research_block-wrap {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p-research_block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 56px;
  }
}
.p-research_block-image {
  margin-bottom: 14px;
  width: 100%;
}
.p-research_block-title {
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 16px;
}
.p-research_block-accent {
  color: #ca0000;
}
.p-research_block-desc {
  font-size: 1.4rem;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-research_block-desc {
    padding-bottom: 0;
    width: calc((200% - 30px) / 3);
  }
}
.p-research_case {
  display: block;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .p-research_case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-research_case:not(:nth-of-type(even)) {
    margin-right: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 768px) {
  .p-research_case:nth-of-type(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0;
    margin-left: calc((100% + 30px) / 3);
  }
}
.p-research_case_image {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-right: 30px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-research_case_image {
    max-width: calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    margin-bottom: 0;
  }
}
.p-research_case_image::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.p-research_case_image img {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-research_case_right_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-research_case_right_box {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .p-research_case_right_box.arrowlink {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1080px) {
  .p-research_case_right_box.arrowlink {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .p-research_case_right_box.arrowlink::after {
    right: 30px;
  }
}
.p-research_ourgoal {
  padding: 30px 0 0 30px;
}
@media screen and (min-width: 1080px) {
  .p-research_ourgoal {
    padding: 0;
  }
}
.p-research_activity {
  padding: 30px 30px 80px;
}
@media screen and (min-width: 768px) {
  .p-research_activity {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1080px) {
  .p-research_activity {
    padding: 30px 30px 120px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-research_activity_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .p-research_activity_ul li:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.p-research_activity .a-more_btn_wrap {
  padding: 0;
}
.p-research_publications {
  margin-left: 30px;
  padding: 30px 30px 76px 0;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 1080px) {
  .p-research_publications {
    margin-left: 0;
    padding-top: 23px;
  }
}
.p-research_publications_btn {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
  border: 1px solid #000;
  border-radius: 6px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-research_publications_btn {
    font-size: 2rem;
  }
}
.p-research_publications_btn:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.p-research_publications_btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23ca0000" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') no-repeat center/10px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}
.p-research_publications_btn:hover {
  opacity: 1 !important;
  color: #ca0000;
  border-color: #ca0000;
}
.p-research_licensing {
  position: relative;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .p-research_licensing {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .p-research_licensing {
    padding: 23px 0;
    border-top: 2px solid #707070;
  }
}
.p-research_licensing::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-research_licensing::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-research_licensing_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-research_licensing_ul li {
  margin-right: 30px;
}
.p-research_licensing_link a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  word-break: break-word;
}
.p-research_licensing_link a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-_blank.svg") no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-research_licensing_link a:hover::after {
  background: url("/assets/themes/hri-jp/assets/img/common/icon-_blank-hover.svg") no-repeat center/contain;
}
.p-research_course {
  display: block;
  position: relative;
  padding: 40px 30px 19px 0;
}
.p-research_course a {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-research_course a {
    width: calc((100% - 60px) / 3 * 2 + 30px);
  }
}
.p-research_course a:hover {
  color: #ca0000;
}
@media screen and (min-width: 1080px) {
  .p-research_course {
    border-top: 2px solid #707070;
  }
}
.p-research_course::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-research_course::before {
    display: none;
  }
}
.p-research_course_image {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}
.p-research_course_image img {
  width: 100%;
}
.p-research_course_dl {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 1080px) {
  .p-research_course_dl {
    padding-left: 0;
  }
}
.p-research_course_title {
  margin-bottom: 20px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-research_course_title {
    font-size: 3.2rem;
    margin-bottom: 8px;
    max-width: 840px;
  }
}
.p-research_course_desc {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-research_course_desc {
    max-width: 840px;
  }
}
.p-research_course_link a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  word-break: break-word;
}
.p-research_course_link a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-_blank.svg") no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-research_course_link a:hover::after {
  background: url("/assets/themes/hri-jp/assets/img/common/icon-_blank-hover.svg") no-repeat center/contain;
}
.en .p-research_part h4,
.en .a-case_title,
.en .m-activity_dt,
.en .p-research_course_title {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}
.p-archive_activity {
  position: relative;
  padding-top: 25px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-archive_activity::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-archive_activity::after {
    width: 100%;
  }
}
.p-archive_activity_ul {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding: 35px 30px 0;
}
@media screen and (min-width: 768px) {
  .p-archive_activity_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1080px) {
  .p-archive_activity_ul {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-archive_activity_ul::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-archive_activity_ul::before {
    width: 100%;
  }
}
.p-archive_activity_ul::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-archive_activity_ul::after {
    width: 100%;
  }
}
.p-archive_activity_ul li:not(:nth-child(3n)) {
  margin-right: 30px;
}
.p-archive_activity_ul dd::after {
  display: none;
}
.p-single_activity_information {
  border-top: 2px solid #000;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 30px;
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .p-single_activity_information {
    padding-right: 0;
  }
}
.p-single_activity_information_title {
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 25px;
}
.p-single_activity_information_title:first-letter {
  color: #ca0000;
}
.single-activity .m-breadcrumb {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .single-activity .p-content_about {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .single-activity .p-content_about_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .single-activity .p-content_about_text_heading_en_red {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
.p-publications {
  border-top: 2px solid #000;
}
@media screen and (min-width: 768px) {
  .p-publications {
    padding: 0 32px 0 0;
  }
}
.p-publications_title {
  padding: 24px 0;
  font-size: 2rem;
  font-weight: normal;
}
.p-publications_title br {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-publications_title br {
    display: none;
  }
}
.p-publications_title:first-letter {
  color: #ca0000;
}
.p-publications-list {
  margin-bottom: 32px;
}
.p-publications-list-item {
  position: relative;
  padding: 24px 42px 24px 0;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-publications-list-item {
    padding: 24px 24px 24px 0;
  }
}
.p-publications-list-item:last-child {
  border-bottom: 1px solid #000;
}
.p-publications-list-item:after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-arrow-link-right.svg") no-repeat center center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-publications-list-item:after {
    right: 0;
  }
}
.p-publications-list-item span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.p-publications-list-item span:first-letter {
  color: #ca0000;
}
.p-publications-list-item p {
  margin: 0;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}
.p-publications-detail {
  margin-bottom: 64px;
}
.p-publications-detail_time {
  padding: 20px 0 10px;
  font-size: 2rem;
}
.p-publications-detail_title {
  margin: 0 0 20px;
  padding: 0 30px 20px 0;
  border-bottom: 2px solid #707070;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.25;
}
.p-publications-detail_title:first-letter {
  color: #ca0000;
}
.p-publications-detail_info {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 2px solid #707070;
  font-size: 2rem;
}
.p-publications-detail_info:first-letter {
  color: #ca0000;
}
.p-publications-detail_info .bibtex {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-publications-detail_info a {
  font-size: 1.7rem;
}
.p-publications-detail_content {
  margin: 0 0 20px;
  padding: 0 30px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: break-word;
}
.p-publications-detail_content p {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-publications-detail_round-block {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 20px;
  margin-right: 30px;
  padding: 24px;
  border: 1px solid #707070;
  border-radius: 6px;
  font-size: 1.4rem;
}
.en .m-search-form_title {
  letter-spacing: -0.05em;
}
.bibtex-title:first-letter {
  color: #ca0000;
}
.publications .a-main_title {
  padding-left: 0;
}
.m-search-form_field_text + .m-search-form_field_radio-group.split li {
  padding: 5px 60px 0 0;
}
.a-people {
  position: relative;
  padding-top: 60px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .a-people {
    padding-top: 25px;
  }
}
.a-people::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .a-people::after {
    width: 100%;
  }
}
.a-people_ul {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding: 35px 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .a-people_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1080px) {
  .a-people_ul {
    padding-right: 0;
    padding-left: 0;
  }
}
.a-people_ul::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .a-people_ul::before {
    width: 100%;
  }
}
.a-people_ul::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .a-people_ul::after {
    width: 100%;
  }
}
.a-people_list {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .a-people_list {
    width: 31%;
  }
}
.a-people_list:not(:nth-child(3n)) {
  margin-right: 3.5%;
}
.a-people_image {
  margin-bottom: 17px;
}
.a-people_image img {
  display: block;
  width: 100%;
  height: auto;
}
.a-people_dl {
  padding-right: 30px;
}
.a-people_name {
  font-size: 2rem;
}
.a-people_name_alp {
  margin-bottom: 2px;
  color: #9a9a9a;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.a-people_job {
  font-size: 1.4rem;
}
.s-people {
  position: relative;
  padding-top: 60px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .s-people {
    padding-top: 25px;
  }
}
.s-people::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .s-people::after {
    width: 100%;
  }
}
.s-people_heading {
  margin-bottom: 25px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
}
.s-people_heading:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.s-people_contents {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .s-people_contents {
    padding-top: 40px;
  }
}
.s-people_contents::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .s-people_contents::before {
    width: 100%;
  }
}
.s-people_contents::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .s-people_contents::after {
    width: 100%;
  }
}
.s-people_profile {
  margin-bottom: 30px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .s-people_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1080px) {
  .s-people_profile {
    padding: 0;
  }
}
.s-people_profile_image {
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .s-people_profile_image {
    max-width: 312px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.s-people_profile_image img {
  display: block;
  width: 100%;
  height: auto;
}
.s-people_profile_alp {
  margin-bottom: 20px;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .s-people_profile_alp {
    margin-bottom: 17px;
  }
}
.s-people_profile_alp:first-letter {
  color: #ca0000;
}
.s-people_profile_name {
  margin-bottom: 10px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .s-people_profile_name {
    margin-bottom: 12px;
  }
}
.s-people_profile_job {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
.s-people_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-people_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  padding: 16px 10px 16px 0;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .s-people_dt {
    width: 25%;
    padding: 16px 30px;
  }
}
.s-people_dd {
  border-top: 1px solid #707070;
  padding: 16px;
  width: 72%;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .s-people_dd {
    width: 75%;
    padding: 16px 30px;
  }
}
.s-people_dd p {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.s-people_dd p:last-of-type {
  margin-bottom: 0;
}
.s-people_dd a {
  color: #00A3D5;
  text-decoration: underline;
}
.s-people_dd a:hover {
  color: #ca0000;
}
.s-people_academic {
  margin-left: 30px;
  margin-bottom: 80px;
  padding-right: 30px;
  padding-top: 35px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-people_academic {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-people_academic {
    margin-left: 0;
  }
}
.s-people_biography {
  margin-left: 30px;
  margin-bottom: 80px;
  padding-right: 30px;
  padding-top: 35px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-people_biography {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-people_biography {
    margin-left: 0;
  }
}
.s-people_favorite {
  margin-left: 30px;
  margin-bottom: 80px;
  padding-top: 35px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-people_favorite {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-people_favorite {
    margin-left: 0;
  }
}
.s-people_favorite_content {
  padding: 0 30px 0 0;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}
@media screen and (min-width: 1080px) {
  .s-people_favorite_content {
    padding: 0;
  }
}
.s-people_activities {
  margin-left: 30px;
  margin-bottom: 80px;
  padding-top: 35px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-people_activities {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-people_activities {
    margin-left: 0;
  }
}
.s-people_activities_ul {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .s-people_activities_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
}
.s-people_activities_list {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .s-people_activities_list {
    width: 31%;
  }
  .s-people_activities_list:not(:nth-child(3n)) {
    margin-right: 3.5%;
  }
}
.s-people_activities_image {
  margin-bottom: 10px;
}
.s-people_activities_image img {
  width: 100%;
  height: auto;
}
.s-people_activities_title {
  font-size: 1.6rem;
}
.s-people_information {
  margin-left: 30px;
  margin-bottom: 80px;
  padding-right: 30px;
  padding-top: 35px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-people_information {
    padding-top: 23px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .s-people_information {
    margin-left: 0;
  }
}
.s-people_information_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .s-people_information_list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.s-people_information_list:first-of-type {
  border-top: 1px solid #000;
}
.s-people_information_date {
  width: 120px;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .s-people_information_date {
    width: 100px;
  }
}
.s-people_information_cat {
  display: inline-block;
  margin: 5px 0;
  padding: 3px 2px;
  background: #707070;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.s-people_information_cat_wrap {
  width: calc(100% - 120px);
}
@media screen and (min-width: 768px) {
  .s-people_information_cat_wrap {
    width: 150px;
    text-align: right;
  }
}
.s-people_information_title {
  display: block;
  width: 100%;
  padding: 20px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-people_information_title {
    width: calc(100% - 250px);
    padding: 20px;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
  }
}
.en .a-people_name {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}
.en .s-people_profile_name,
.en .s-people_heading {
  letter-spacing: -0.05em;
}
.p-recruit {
  position: relative;
  padding-top: 60px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-recruit {
    padding-top: 25px;
  }
}
.p-recruit::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-recruit::after {
    width: 100%;
  }
}
.p-recruit_title {
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 2rem;
}
@media screen and (min-width: 1080px) {
  .p-recruit_title {
    padding: 0;
  }
}
.p-recruit_title:first-letter {
  color: #ca0000;
}
.p-recruit_heading {
  margin-bottom: 25px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0;
}
.p-recruit_heading:first-letter {
  color: #ca0000;
  font-weight: bold;
}
.p-recruit_contents {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-recruit_contents {
    padding-top: 40px;
  }
}
.p-recruit_contents::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-recruit_contents::before {
    width: 100%;
  }
}
.p-recruit_contents::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-recruit_contents::after {
    width: 100%;
  }
}
.p-recruit_contents_heading_jp {
  color: initial;
}
.p-recruit .p-content_about {
  padding-left: 30px;
}
@media screen and (min-width: 1080px) {
  .p-recruit .p-content_about {
    padding-left: 0;
  }
}
.p-recruit_jobopeningtype {
  margin-bottom: 64px;
  margin-left: 30px;
  padding-right: 30px;
  padding-top: 35px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-recruit_jobopeningtype {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .p-recruit_jobopeningtype {
    margin-bottom: 80px;
    margin-left: 0;
  }
}
.p-recruit_jobopeningtype_ul {
  border-top: 1px solid #707070;
}
.p-recruit_jobopeningtype_list {
  padding: 18px 18px 18px 0;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-recruit_jobopeningtype_list {
    padding: 18px 0;
  }
}
.p-recruit_jobopeningtype_link {
  color: #00A3D5 !important;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-recruit_jobopeningtype_link:hover {
  color: #ca0000 !important;
  opacity: 1 !important;
}
.p-recruit_interview {
  margin-bottom: 64px;
  margin-left: 30px;
  padding-top: 35px;
  padding-bottom: 60px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .p-recruit_interview {
    margin-bottom: 80px;
    margin-left: 0;
  }
}
.p-recruit_interview_article_heading {
  margin-bottom: 30px;
  padding-right: 30px;
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (min-width: 1080px) {
  .p-recruit_interview_article_heading {
    padding-right: 0;
  }
}
.p-recruit_interview_article_content {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
  }
}
.p-recruit_interview_article_content_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_left {
    display: block;
    width: 45%;
    margin-bottom: 0;
  }
}
.p-recruit_interview_article_content_left_image {
  width: 50%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_left_image {
    width: 100%;
  }
}
.p-recruit_interview_article_content_left_image img {
  width: 100%;
  height: auto;
}
.p-recruit_interview_article_content_left_dl {
  width: 50%;
  padding-left: 16px;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_left_dl {
    width: 100%;
    padding-left: 0;
  }
}
.p-recruit_interview_article_content_left_name {
  margin-bottom: 8px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_left_name {
    margin-bottom: 0;
  }
}
.p-recruit_interview_article_content_left_alp {
  margin-bottom: 8px;
  color: #9a9a9a;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_left_alp {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.p-recruit_interview_article_content_left_job {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_left_job {
    font-size: 1.4rem;
  }
}
.p-recruit_interview_article_content_qa {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_qa {
    width: 55%;
    padding-right: 60px;
    padding-left: 30px;
  }
}
.p-recruit_interview_article_content_qa_dl {
  padding: 16px 0;
  border-bottom: 1px solid #707070;
}
.p-recruit_interview_article_content_qa_dl:first-child {
  padding-top: 0;
}
.p-recruit_interview_article_content_qa_dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-recruit_interview_article_content_qa_wrap {
  border: 1px solid #8d8d8d;
  border-radius: 6px;
  padding: 15px;
  position: relative;
}
.p-recruit_interview_article_content_qa_wrap::before {
  border: 8px solid transparent;
  border-bottom: 8px solid #8d8d8d;
  border-left: 8px solid #8d8d8d;
  border-right: 8px solid transparent;
  content: "";
  left: 25px;
  position: absolute;
  top: -16px;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_qa_wrap::before {
    border: 8px solid transparent;
    border-right: 8px solid #8d8d8d;
    border-top: 8px solid #8d8d8d;
    left: -16px;
    top: 15px;
  }
}
.p-recruit_interview_article_content_qa_wrap:after {
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid #fff;
  border-right: 8px solid transparent;
  content: "";
  left: 26px;
  position: absolute;
  top: -14px;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_qa_wrap:after {
    border: 8px solid transparent;
    border-right: 8px solid #fff;
    border-top: 8px solid #fff;
    left: -14px;
    top: 16px;
  }
}
.p-recruit_interview_article_content_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  position: relative;
}
.p-recruit_interview_article_content_q_num {
  color: #ca0000;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview_article_content_q_num {
    line-height: 1.2;
  }
}
.p-recruit_interview_article_content_q_text {
  width: calc(100% - 50px);
}
.p-recruit_interview .slick-list {
  padding: 0 30px 0 0 !important;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview .slick-list {
    padding: 0 30% 0 0 !important;
  }
}
.p-recruit_interview .slick-prev,
.p-recruit_interview .slick-next {
  position: absolute;
  top: inherit;
  bottom: -70px;
  width: 32px;
  height: 32px;
  border: 1px solid #ca0000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.p-recruit_interview .slick-prev::before,
.p-recruit_interview .slick-next::before {
  display: none;
}
.p-recruit_interview .slick-prev {
  right: 70px;
  left: inherit;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23ca0000" stroke-width="2" d="M962.59,543.91l-5.68-4.2,5.68-4.21" transform="translate(-955.23 -534.7)" /></svg>') no-repeat top 50% left 47%/10px auto;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview .slick-prev:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23fff" stroke-width="2" d="M962.59,543.91l-5.68-4.2,5.68-4.21" transform="translate(-955.23 -534.7)" /></svg>') #ca0000 no-repeat top 50% left 47%/10px auto;
  }
}
.p-recruit_interview .slick-next {
  right: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23ca0000" stroke-width="2" d="M979.7,565.54l5.68,4.2L979.7,574" transform="translate(-979.11 -564.73)" /></svg>') no-repeat top 50% left 53%/10px auto;
}
@media screen and (min-width: 768px) {
  .p-recruit_interview .slick-next:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23fff" stroke-width="2" d="M979.7,565.54l5.68,4.2L979.7,574" transform="translate(-979.11 -564.73)" /></svg>') #ca0000 no-repeat top 50% left 53%/10px auto;
  }
}
.p-recruit_careerpath {
  margin-bottom: 80px;
  margin-left: 30px;
  padding-top: 35px;
  padding-right: 30px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-recruit_careerpath {
    padding-top: 23px;
    padding-right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .p-recruit_careerpath {
    margin-left: 0;
  }
}
.p-recruit_careerpath_ol {
  list-style: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-recruit_careerpath_ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.p-recruit_careerpath_ol::after {
  position: absolute;
  top: 32px;
  right: 50%;
  width: 2px;
  height: 100%;
  background: #707070;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-recruit_careerpath_ol::after {
    top: 50%;
    right: 0;
    width: calc(100% - 10px);
    height: 2px;
  }
}
.p-recruit_careerpath_list {
  width: 100%;
  margin-bottom: 32px;
  padding: 10px;
  border: 1px solid #ca0000;
  border-radius: 6px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-recruit_careerpath_list {
    width: 20%;
    margin-bottom: 0;
  }
}
.p-recruit_careerpath_list:last-child {
  margin-right: 0;
}
.p-recruit_careerpath_year {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-recruit_careerpath_year {
    margin-bottom: 0;
  }
}
.p-recruit_careerpath_year_num {
  display: inline-block;
  margin-right: 3px;
  color: #ca0000;
  font-size: 2rem;
}
.p-recruit_careerpath_dd {
  font-size: 1.4rem;
}
.p-recruit_office {
  position: relative;
  margin-bottom: 100px;
  margin-left: 30px;
  padding-top: 35px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-recruit_office {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .p-recruit_office {
    margin-bottom: 80px;
    margin-left: 0;
  }
}
.p-recruit_office_list {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-recruit_office_list {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-recruit_office_list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-recruit_office_image {
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .p-recruit_office_image {
    width: 65%;
  }
}
.p-recruit_office_image img {
  width: 100%;
  height: auto;
}
.p-recruit_office_dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-recruit_office_dl {
    width: 35%;
    padding: 0 30px 0 56px;
  }
}
.p-recruit_office_dt {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
.p-recruit_office_dd {
  font-size: 1.4rem;
}
.p-recruit_office .slick-prev,
.p-recruit_office .slick-next {
  position: absolute;
  top: inherit;
  bottom: -70px;
  width: 32px;
  height: 32px;
  border: 1px solid #ca0000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-recruit_office .slick-prev,
  .p-recruit_office .slick-next {
    bottom: -12px;
  }
}
.p-recruit_office .slick-prev::before,
.p-recruit_office .slick-next::before {
  display: none;
}
.p-recruit_office .slick-prev {
  right: 70px;
  left: inherit;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23ca0000" stroke-width="2" d="M962.59,543.91l-5.68-4.2,5.68-4.21" transform="translate(-955.23 -534.7)" /></svg>') no-repeat top 50% left 47%/10px auto;
}
.p-recruit_office .slick-prev:hover {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23fff" stroke-width="2" d="M962.59,543.91l-5.68-4.2,5.68-4.21" transform="translate(-955.23 -534.7)" /></svg>') #ca0000 no-repeat top 50% left 47%/10px auto;
}
.p-recruit_office .slick-next {
  right: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23ca0000" stroke-width="2" d="M979.7,565.54l5.68,4.2L979.7,574" transform="translate(-979.11 -564.73)" /></svg>') no-repeat top 50% left 53%/10px auto;
}
.p-recruit_office .slick-next:hover {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.95 10.02"><path fill="none" stroke="%23fff" stroke-width="2" d="M979.7,565.54l5.68,4.2L979.7,574" transform="translate(-979.11 -564.73)" /></svg>') #ca0000 no-repeat top 50% left 53%/10px auto;
}
.p-recruit_office .slick-counter {
  position: absolute;
  bottom: -50px;
  left: 0;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-recruit_office .slick-counter {
    bottom: 0;
    left: calc(65% + 56px);
  }
}
.p-recruit_office .slick-counter .current {
  color: #ca0000;
  font-size: 2rem;
}
.s-recruit {
  position: relative;
  padding-top: 60px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .s-recruit {
    padding-top: 25px;
  }
}
.s-recruit::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .s-recruit::after {
    width: 100%;
  }
}
.s-recruit .breadcrumb {
  padding: 0 30px;
}
@media screen and (min-width: 1080px) {
  .s-recruit .breadcrumb {
    padding: 0;
  }
}
.s-recruit_parent {
  margin-bottom: 10px;
  padding: 0 30px;
  font-size: 2rem;
}
@media screen and (min-width: 1080px) {
  .s-recruit_parent {
    padding: 0;
  }
}
.s-recruit_parent:first-letter {
  color: #ca0000;
}
.s-recruit_heading {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: normal;
}
.s-recruit_contents {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding-top: 65px;
}
.s-recruit_contents::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .s-recruit_contents::before {
    width: 100%;
  }
}
.s-recruit_contents::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .s-recruit_contents::after {
    width: 100%;
  }
}
.s-recruit_job {
  padding: 0 30px 65px;
  font-weight: normal;
}
@media screen and (min-width: 1080px) {
  .s-recruit_job {
    padding: 0 0 65px;
  }
}
.s-recruit_business_overview {
  width: calc(100% - 60px);
  margin: 0 auto 80px;
  padding-top: 30px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-recruit_business_overview {
    width: calc(100% - 30px);
    margin-right: 0;
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_business_overview {
    width: 100%;
  }
}
.s-recruit_business_overview_text {
  margin-bottom: 0;
  padding-right: 0;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-recruit_business_overview_text {
    max-width: 840px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_business_overview_text {
    padding-right: 30px;
  }
}
.s-recruit_business_overview_text p:last-child {
  margin-bottom: 0;
}
.s-recruit_business_overview_text p + ul {
  margin-top: -1.6rem;
}
.s-recruit_business_overview_text ul:not(:last-child) {
  margin-bottom: 1.6rem;
}
.s-recruit_business_overview_text ul li {
  padding-left: 1em;
}
.s-recruit_business_overview_text ul li::before {
  content: "・";
  margin-left: -1em;
}
.s-recruit_required_skill {
  width: calc(100% - 60px);
  margin: 0 auto 80px;
  padding-top: 30px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-recruit_required_skill {
    width: calc(100% - 30px);
    margin-right: 0;
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_required_skill {
    width: 100%;
  }
}
.s-recruit_required_skill_text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-recruit_required_skill_text {
    max-width: 840px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_required_skill_text {
    padding-right: 30px;
  }
}
.s-recruit_required_skill_text_main {
  display: block;
  margin-bottom: 10px;
}
.s-recruit_required_skill_text_remarks {
  display: block;
  font-size: 1.2rem;
}
.s-recruit_required_skill_text p:last-child {
  margin-bottom: 0;
}
.s-recruit_required_skill_text p + ul {
  margin-top: -1.6rem;
}
.s-recruit_required_skill_text ul:not(:last-child) {
  margin-bottom: 1.6rem;
}
.s-recruit_required_skill_text ul li {
  padding-left: 1em;
}
.s-recruit_required_skill_text ul li::before {
  content: "・";
  margin-left: -1em;
}
.s-recruit_language {
  width: calc(100% - 60px);
  margin: 0 auto 80px;
  padding-top: 30px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-recruit_language {
    width: calc(100% - 30px);
    margin-right: 0;
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_language {
    width: 100%;
  }
}
.s-recruit_language_text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-recruit_language_text {
    max-width: 840px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_language_text {
    padding-right: 30px;
  }
}
.s-recruit_language_text p:last-child {
  margin-bottom: 0;
}
.s-recruit_language_text p + ul {
  margin-top: -1.6rem;
}
.s-recruit_language_text ul:not(:last-child) {
  margin-bottom: 1.6rem;
}
.s-recruit_language_text ul li {
  padding-left: 1em;
}
.s-recruit_language_text ul li::before {
  content: "・";
  margin-left: -1em;
}
.s-recruit_employment_status {
  width: calc(100% - 60px);
  margin: 0 auto 80px;
  padding-top: 30px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .s-recruit_employment_status {
    width: calc(100% - 30px);
    margin-right: 0;
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_employment_status {
    width: 100%;
  }
}
.s-recruit_employment_status_text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-recruit_employment_status_text {
    max-width: 840px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_employment_status_text {
    padding-right: 30px;
  }
}
.s-recruit_employment_status_text p:last-child {
  margin-bottom: 0;
}
.s-recruit_employment_status_text p + ul {
  margin-top: -1.6rem;
}
.s-recruit_employment_status_text ul:not(:last-child) {
  margin-bottom: 1.6rem;
}
.s-recruit_employment_status_text ul li {
  padding-left: 1em;
}
.s-recruit_employment_status_text ul li::before {
  content: "・";
  margin-left: -1em;
}
.s-recruit_application_method {
  position: relative;
  margin-bottom: 80px;
  padding-top: 30px;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .s-recruit_application_method {
    padding-top: 23px;
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_application_method {
    padding-left: 0;
    border-top: 2px solid #707070;
  }
}
.s-recruit_application_method::before {
  position: absolute;
  top: 0;
  left: 30px;
  content: "";
  width: calc(100% - 60px);
  height: 2px;
  background: #707070;
}
@media screen and (min-width: 768px) {
  .s-recruit_application_method::before {
    width: calc(100% - 30px);
  }
}
@media screen and (min-width: 1080px) {
  .s-recruit_application_method::before {
    display: none;
  }
}
.s-recruit_application_method_text {
  margin-bottom: 24px;
  padding-right: 30px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .s-recruit_application_method_text {
    max-width: 840px;
  }
}
.s-recruit_application_method_text_main {
  display: block;
  margin-bottom: 10px;
}
.s-recruit_application_method_text_remarks {
  display: block;
  font-size: 1.2rem;
}
.s-recruit_application_method_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #707070;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
}
.s-recruit_application_method_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 16px 16px 16px 0;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .s-recruit_application_method_dt {
    padding: 30px;
    font-size: 1.5rem;
  }
}
.s-recruit_application_method_dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 16px;
  border-bottom: 1px solid #707070;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .s-recruit_application_method_dd {
    padding: 30px;
  }
}
.s-recruit_application_method_dd a {
  color: #00A3D5;
  text-decoration: underline;
}
.en .p-recruit_heading {
  letter-spacing: -0.05em;
}
.en .p-recruit_office_dt {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}
.en .s-recruit_job, .en .s-recruit_heading, .en .s-recruit_application_method_dt {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}
.p-about {
  position: relative;
  padding-top: 60px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 25px;
  }
}
.p-about::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-about::after {
    width: 100%;
  }
}
.p-about_contents {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding: 30px 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-about_contents {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .p-about_contents {
    padding: 18px 0 0 0;
  }
}
.p-about_contents::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-about_contents::before {
    width: 100%;
  }
}
.p-about_contents::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-about_contents::after {
    width: 100%;
  }
}
.p-about_message {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-about_message {
    margin-bottom: 80px;
  }
}
.p-about_message .a-section_heading {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-about_message .a-section_heading {
    padding-right: 0;
  }
}
.p-about_message_dl {
  margin-bottom: 64px;
  padding-right: 30px;
}
.p-about_message_dt {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about_message_dt {
    display: block;
  }
}
.p-about_message_dt {
  margin-bottom: 20px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-about_message_dt:first-letter {
  color: #ca0000;
}
@media screen and (min-width: 768px) {
  .p-about_message_dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-about_message_box_left {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-about_message_box_left {
    width: 65%;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
.p-about_message_box_left p {
  font-size: 1.4rem;
}
.p-about_message_box_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about_message_box_right {
    width: 35%;
  }
}
.p-about_message_box_right img {
  width: 100%;
  height: auto;
}
.p-about_related_articles {
  padding-right: 30px;
}
.p-about_related_articles a {
  display: block;
  padding: 25px;
  border: 1px solid #707070;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-about_related_articles a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-about_related_articles a:hover {
  color: #ca0000;
}
.p-about_related_articles_box_left {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-about_related_articles_box_left {
    width: 65%;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
.p-about_related_articles_box_left p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-about_related_articles_box_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about_related_articles_box_right {
    width: 35%;
  }
}
.p-about_related_articles_box_right img {
  width: 100%;
  height: auto;
}
.p-about_related_articles_title {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.p-about_related_articles_title span {
  margin-top: 20px;
  display: block;
  font-size: 1.6rem;
}
.p-about_related_articles_text {
  font-size: 1.4rem;
}
.p-about_company {
  margin-bottom: 68px;
  padding-top: 30px;
  border-top: 2px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-about_company {
    margin-bottom: 85px;
    padding-top: 23px;
  }
}
.p-about_company_container {
  padding-right: 30px;
}
.p-about_company_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.p-about_company_dl:last-child dt, .p-about_company_dl:last-child dd {
  border-bottom: 1px solid #707070;
}
.p-about_company_dt, .p-about_company_dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #707070;
  line-height: 1.8;
}
.p-about_company_dt {
  width: 30%;
  padding: 17px 15px 17px 0;
}
@media screen and (min-width: 768px) {
  .p-about_company_dt {
    padding: 17px 30px;
  }
}
.p-about_company_dd {
  width: 70%;
  padding: 17px 15px;
  border-left: 1px solid #707070;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-about_company_dd {
    padding: 20px 0 23px 30px;
  }
}
.p-about_map {
  padding: 0 0 64px;
}
@media screen and (min-width: 768px) {
  .p-about_map {
    padding: 0 20px 20px 0;
  }
}
.p-about_map iframe {
  height: 350px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about_map iframe {
    height: 420px;
  }
}
.en .a-section_heading {
  letter-spacing: -0.05em;
}
.en .p-about_message_dt {
  letter-spacing: -0.05em;
}
.en .p-about_related_articles_title, .en .p-about_company_dt {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}
.p-information_company-list {
  margin: 0 0 30px;
  padding: 0 30px 30px 0;
  border-bottom: 2px solid #000;
}
.p-information_company-list h2 {
  font-size: 2rem;
  font-weight: normal;
}
.p-information_share {
  margin: 0 0 60px;
  padding: 0 0 30px;
  border-bottom: 2px solid #000;
}
.p-information_share_title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: normal;
}
.p-information_share_title:first-letter {
  color: #ca0000;
}
.p-information_share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-information_share-list li {
  margin-right: 10px;
}
.p-information_share-list a svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-information_share-list a svg.icon_tw {
  height: 17px;
}
.p-information_share-list a:hover svg {
  fill: #ca0000;
}
.en .m-page-description, .en .m-search-form_field_title, .en .m-vertical-list-item {
  letter-spacing: -0.05em;
}
.en .p-information_company-list h2, .en .p-information_share_title {
  letter-spacing: -0.05em;
}
.ja .p-information_company-list h2 {
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-contact {
  position: relative;
  padding-top: 25px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-contact::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-contact::after {
    width: 100%;
  }
}
.p-contact_contents {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding: 30px 30px 0;
}
@media screen and (min-width: 768px) {
  .p-contact_contents {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1080px) {
  .p-contact_contents {
    padding: 35px 30px 0 0;
  }
}
.p-contact_contents::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-contact_contents::before {
    width: 100%;
  }
}
.p-contact_contents::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-contact_contents::after {
    width: 100%;
  }
}
.p-contact_normal_text {
  margin-bottom: 32px;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-contact_normal_text {
    max-width: 840px;
  }
}
.p-contact_small_text {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-contact_small_text {
    max-width: 840px;
  }
}
.p-contact_box_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  padding: 30px 20px;
  border: 1px solid #000;
  border-radius: 6px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact_box_link {
    margin-bottom: 64px;
  }
}
.p-contact_box_link span {
  margin-right: 3em;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0;
}
.en .p-contact_normal_text,
.en .p-contact_box_link {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}
.p-not_found {
  position: relative;
  padding-top: 25px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
.p-not_found_contents {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding: 30px 30px 0;
}
@media screen and (min-width: 768px) {
  .p-not_found_contents {
    padding: 40px 30px 0 0;
  }
}
.p-not_found_contents::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-not_found_contents::before {
    width: 100%;
  }
}
.p-not_found_contents::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-not_found_contents::after {
    width: 100%;
  }
}
.p-not_found_contents_title {
  margin-bottom: 23px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.p-not_found_contents_title:first-letter {
  color: #ca0000;
}
.p-not_found_main_text {
  font-size: 2rem;
}
.p-not_found_sub_text {
  margin-bottom: 64px;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-not_found_sub_text {
    font-size: 1.6rem;
  }
}
.p-not_found_back_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #ca0000;
  border-radius: 6px;
  color: #ca0000 !important;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-not_found_back_link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23ca0000" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') no-repeat center/10px auto;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  content: "";
}
.p-not_found_back_link:hover {
  background: #ca0000;
  color: #fff !important;
  opacity: 1 !important;
}
.p-not_found_back_link:hover::before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8.73 7.09"><path fill="%23fff" d="M6.55,10.18v-3H1.64V6.09H6.55v-3h.21l3.6,3.44v.22l-3.6,3.43Z" transform="translate(-1.64 -3.09)" /></svg>') no-repeat center/10px auto;
}
@media screen and (min-width: 768px) {
  .p-not_found_back_link {
    max-width: 222px;
  }
}
.p-static {
  position: relative;
  padding-top: 60px;
  font-family: fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-static {
    padding-top: 25px;
  }
}
.p-static::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-static::after {
    width: 100%;
  }
}
.p-static_contents {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .p-static_contents {
    padding-top: 18px;
  }
}
@media screen and (min-width: 1080px) {
  .p-static_contents {
    padding: 18px 0 0 0;
  }
}
.p-static_contents a {
  color: #00a3d5;
}
.p-static_contents a[target]::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-blank.svg") no-repeat center center;
  content: "";
}
.p-static_contents a[href$=".pdf"]::after, .p-static_contents a[href$=".docx"]::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background: url("/assets/themes/hri-jp/assets/img/common/icon-file.svg") no-repeat center center;
  content: "";
}
.p-static_contents h2 {
  margin-top: 2em;
  margin-bottom: 25px;
}
.p-static_contents h3, .p-static_contents h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.p-static_contents h3 {
  margin-bottom: 1em;
}
.p-static_contents::before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-static_contents::before {
    width: 100%;
  }
}
.p-static_contents::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: calc(100% - 30px);
  height: 2px;
  background: #707070;
  content: "";
}
@media screen and (min-width: 1080px) {
  .p-static_contents::after {
    width: 100%;
  }
}
.p-static_contents_banner a[target]::after {
  display: none;
}
.p-static_message {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .p-static_message {
    margin-bottom: 80px;
  }
}
.p-static_message .a-section_heading {
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-static_message .a-section_heading {
    padding-right: 0;
  }
}
.p-static_message_dl {
  margin-bottom: 64px;
  padding-right: 30px;
}
.p-static_message_dt {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-static_message_dt {
    display: block;
  }
}
.p-static_message_dt {
  margin-bottom: 20px;
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.p-static_message_dt:first-letter {
  color: #ca0000;
}
@media screen and (min-width: 768px) {
  .p-static_message_dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-static_message_box_left {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-static_message_box_left {
    max-width: 840px;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
.p-static_message_box_left p {
  font-size: 1.4rem;
}
.p-static_message_box_left p.right {
  margin-top: 2em;
  text-align: right;
}
.p-static_message_box_left ul {
  font-size: 1.4rem;
  padding-left: 5em;
  margin-bottom: 1em;
}
.p-static_message_box_left ul li {
  list-style: inside;
  text-indent: -1.35em;
  word-break: break-all;
}
.p-static_message_box_left ol {
  font-size: 1.4rem;
  padding-left: 5em;
  margin-bottom: 1em;
}
.p-static_message_box_left ol li {
  list-style-type: decimal;
}
.p-static_message_box_left ol.bracket {
  font-size: 1.4rem;
  padding-left: 5em;
  margin-bottom: 1em;
  list-style-type: none;
}
.p-static_message_box_left ol.bracket li {
  list-style-type: none;
  position: relative;
}
.p-static_message_box_left ol.bracket li:before {
  position: absolute;
  right: calc(100% + 0.5rem);
  content: "(" counter(list-item) ") ";
}
.p-static_message_box_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-static_message_box_right {
    width: 35%;
  }
}
.p-static_message_box_right img {
  width: 100%;
  height: auto;
}
.p-static_related_articles {
  padding-right: 30px;
}
.p-static_related_articles a {
  display: block;
  padding: 25px;
  border: 1px solid #707070;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-static_related_articles a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-static_related_articles a:hover {
  color: #ca0000;
}
.p-static_related_articles_box_left {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .p-static_related_articles_box_left {
    width: 65%;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
.p-static_related_articles_box_left p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-static_related_articles_box_right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-static_related_articles_box_right {
    width: 35%;
  }
}
.p-static_related_articles_box_right img {
  width: 100%;
  height: auto;
}
.p-static_related_articles_title {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
.p-static_related_articles_title span {
  margin-top: 20px;
  display: block;
  font-size: 1.6rem;
}
.p-static_related_articles_text {
  font-size: 1.4rem;
}
.p-static_company {
  margin-bottom: 68px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-static_company {
    padding-top: 23px;
  }
}
.p-static_company_container {
  padding-right: 30px;
}
.p-static_company_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
.p-static_company_dl:last-child dt, .p-static_company_dl:last-child dd {
  border-bottom: 1px solid #707070;
}
.p-static_company_dt, .p-static_company_dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #707070;
  line-height: 1.8;
}
.p-static_company_dt {
  width: 30%;
  padding: 17px 15px 17px 0;
}
@media screen and (min-width: 768px) {
  .p-static_company_dt {
    padding: 17px 30px;
  }
}
.p-static_company_dd {
  width: 70%;
  padding: 17px 15px;
  border-left: 1px solid #707070;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-static_company_dd {
    padding: 20px 0 23px 30px;
  }
}
.p-static_company table {
  font-size: 1.4rem;
  width: 100%;
}
.p-static_company table th, .p-static_company table td {
  padding: 17px 15px;
  text-align: left;
  border: 1px solid #707070;
  line-height: 1.8;
}
.p-static_company table th {
  background-color: #F0F0F0;
}
.p-static_map {
  padding: 0 0 64px;
}
@media screen and (min-width: 768px) {
  .p-static_map {
    padding: 0 20px 20px 0;
  }
}
.p-static_map iframe {
  height: 350px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-static_map iframe {
    height: 420px;
  }
}
.en .a-section_heading {
  letter-spacing: -0.05em;
}
.en .p-about_message_dt {
  letter-spacing: -0.05em;
}
.en .p-about_related_articles_title, .en .p-about_company_dt {
  font-family: "num-0", input-sans, fot-udkakugo-large-pr6n, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.05em;
}