@charset "UTF-8";
/* Media Query
───────────────────────────────── */
/* Link
───────────────────────────────── */
/* Font
───────────────────────────────── */
/* Pseudo
───────────────────────────────── */
/* contents
───────────────────────────────── */
/* PC item & SP item
───────────────────────────────── */
/* Tel
───────────────────────────────── */
/* Sticky
───────────────────────────────── */
/* Clearfix
───────────────────────────────── */
/* Column
───────────────────────────────── */
/* IE フォント
───────────────────────────────── */
/* z-index
───────────────────────────────── */
/* VW
───────────────────────────────── */
/* 数値から単位を除外
───────────────────────────────── */
/* `px` から `rem` に変換
───────────────────────────────── */
/* `px` から `em` に変換
───────────────────────────────── */
/* Size
───────────────────────────────── */
/* Color
───────────────────────────────── */
/* Font
───────────────────────────────── */
/* Duration
───────────────────────────────── */
/* Padding
───────────────────────────────── */
/* Easing
───────────────────────────────── */
/* Z-index
───────────────────────────────── */
/* フェードイン
───────────────────────────────── */
/* スライドイン
───────────────────────────────── */
/* リバーススライドイン
───────────────────────────────── */
/* スケールイン
───────────────────────────────── */
/* ブラーイン
───────────────────────────────── */
/* ストロークアニメーション
───────────────────────────────── */
@keyframes strokeSvg {
  0% {
    opacity: 0;
    stroke-dashoffset: 150%;
    fill-opacity: 0;
  }
  61.8% {
    opacity: 1;
    stroke-dashoffset: 0%;
    fill-opacity: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0%;
    fill-opacity: 1;
  }
}
/* バウンス
───────────────────────────────── */
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  38.2% {
    transform: scale(0.8382);
  }
  61.8% {
    transform: scale(1.1618);
  }
  100% {
    transform: scale(1);
  }
}
/* クロークイン
───────────────────────────────── */
@keyframes cloakIn {
  0% {
    opacity: 0;
  }
}
/* Base
───────────────────────────────── */
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
  line-height: 1.2;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

@media screen and (min-width: 768px), print {
  .telLink {
    pointer-events: none;
  }
}
html {
  color: #1a1a1a;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 494.1434846266%;
  }
}
@media screen and (min-width: 1080px) {
  html {
    font-size: 7.3206442167vw;
  }
}
@media screen and (min-width: 1480px), print {
  html {
    font-size: 677.1595900439%;
  }
}
html.-oldStyle {
  font-size: 625%;
}

body {
  font-family: ryo-gothic-plusn, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.0618em;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 0.16rem;
    line-height: 1.8;
    min-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73vw;
    line-height: 1.8;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

address {
  font-style: normal;
}

/* Link
───────────────────────────────── */
a {
  color: #1a1a1a;
  text-decoration: underline;
}

a:visited {
  color: #1a1a1a;
  text-decoration: none;
}

a:hover {
  color: #1a1a1a;
  text-decoration: none;
}

/* Image
───────────────────────────────── */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* Form
───────────────────────────────── */
input,
textarea,
label {
  vertical-align: middle;
}

/* List
───────────────────────────────── */
ul,
ol {
  list-style: none;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* float
   ========================================================================== */
.clearfix::after,
.fbox::after {
  content: "";
  display: block;
  clear: both;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* Layout
───────────────────────────────── */
/* base
   ========================================================================== */
html {
  height: 100%;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  height: 100%;
}

/*** l-wrapper-main ***/
@media screen and (min-width: 768px), print {
  body:not(#home) .l-wrapper-main {
    display: flex;
  }
}

/*** l-contents ***/
.l-contents {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  body:not(#home) .l-contents {
    padding-top: 27.2vw;
  }
}
@media screen and (min-width: 768px), print {
  .l-contents {
    border-left: 1px solid #dddddd;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .l-contents {
    padding-bottom: 12vw;
  }
}

/*** l-wrapper-main ***/
.l-wrapper-main {
  position: relative;
}

/*** article ***/
@media screen and (min-width: 768px), print {
  #main > article {
    margin-top: 0.635rem;
  }
}
@media screen and (max-width: 767px) {
  #main > article {
    margin-top: 8vw;
  }
}

#main.-bg {
  background-size: no-repeat;
  background-image: url(img/bg_logo@2x.png);
}
@media screen and (min-width: 768px), print {
  #main.-bg {
    background-position: 101% 4.38rem;
    background-size: 4.34rem;
  }
  #main.-bg > article {
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  #main.-bg {
    background-position: 120% 57.33vw;
    background-size: 61.33vw;
  }
  #main.-bg > article {
    margin-top: 4.27vw;
  }
}

@media screen and (max-width: 767px) {
  .sp-wide {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

/* header
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .l-head {
    width: 3.18rem;
    min-width: 3.18rem;
    position: relative;
  }
  .l-head-inner body:not(#home) {
    height: 100vh;
    direction: rtl;
    position: sticky;
    top: 0;
    overflow-y: auto;
  }
  .l-head-in {
    direction: ltr;
    display: flex;
    flex-direction: column;
    padding-bottom: 0.23rem;
  }
}
@media screen and (max-width: 767px) {
  .l-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-top: 0.53vw solid #024fa0;
    transform: translateY(0);
    transition: transform 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .-headerHide .l-head {
    opacity: 0;
  }
  .-headerHide.-headerFix .l-head {
    position: fixed;
    transform: translateY(-200%);
    transition: transform 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .-headerHide.-headerFix.-headerShow .l-head {
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (min-width: 768px), print {
  .l-head-logo {
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0.1rem);
  }
  .l-head-logo img {
    width: 2.155rem;
  }
}
@media screen and (max-width: 767px) {
  .l-head-logo {
    width: 100%;
    padding: 3.47vw 4vw 4vw 2.13vw;
    line-height: 1;
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    background-color: #fff;
  }
  .l-head-logo a {
    display: block;
    width: 40vw;
  }
}

/* Global nav
   ========================================================================== */
/*** variable ***/
/*** nav ***/
.l-head nav a {
  text-decoration: none;
  transition: color 0.21s ease-out;
}
@media screen and (min-width: 768px), print {
  .l-head nav {
    margin-top: auto;
    padding-right: 0.41rem;
    padding-left: 0.49rem;
  }
}
@media screen and (max-width: 767px) {
  .l-head nav {
    padding: 0 2.93vw;
    pointer-events: none;
    transform: translateY(-2.67vw);
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .-navOpen .l-head nav {
    opacity: 1;
    visibility: inherit;
    pointer-events: inherit;
    transform: translateY(0);
    z-index: 50;
    transition: opacity 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715), visibility 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}

/* header
   ========================================================================== */
/*** l-globalNav-item ***/
.l-head .nav-wrap {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .l-head .nav-wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #024fa0;
  }
}
@media screen and (max-width: 767px) {
  .l-head .nav-wrap {
    z-index: 5;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    max-height: calc(100vh - 17.33vw);
    overflow-y: auto;
    transition: height 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715), max-height 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
    height: 0;
  }
  .-navOpen .l-head .nav-wrap {
    height: 100%;
    transition: height 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), max-height 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}
.l-head .l-globalNav-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
.l-head .l-globalNav-item > a, .l-head .l-globalNav-item > span {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  display: block;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .l-head .l-globalNav-item > a, .l-head .l-globalNav-item > span {
    font-family: Meiryo, sans-serif;
  }
}
.l-head .l-globalNav-item > a::before, .l-head .l-globalNav-item > span::before {
  content: "";
  display: block;
  position: absolute;
  background: url(img/icon_arrow.svg) no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.21s ease-out;
}
@media screen and (min-width: 768px), print {
  .l-head .l-globalNav-item > a, .l-head .l-globalNav-item > span {
    font-size: 0.15rem;
    padding: 0.195rem 0.195rem 0.195rem 0;
  }
  .l-head .l-globalNav-item > a::before, .l-head .l-globalNav-item > span::before {
    width: 0.055rem;
    height: 0.085rem;
    right: 0.08rem;
  }
  .l-head .l-globalNav-item > a:hover, .l-head .l-globalNav-item > span:hover {
    color: #024fa0;
  }
}
@media screen and (max-width: 767px) {
  .l-head .l-globalNav-item > a, .l-head .l-globalNav-item > span {
    font-size: 3.6vw;
    padding: 5.2vw 2.67vw;
  }
  .l-head .l-globalNav-item > a::before, .l-head .l-globalNav-item > span::before {
    width: 1.47vw;
    height: 2.27vw;
    right: 2.13vw;
  }
}
.l-head .l-globalNav-item.-active > a, .l-head .l-globalNav-item.-active > span {
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .l-head .l-globalNav-item:first-of-type {
    border-top: 1px solid rgba(26, 26, 26, 0.1);
  }
}
.l-head .l-globalNav-child {
  display: none;
}
@media screen and (min-width: 768px), print {
  .l-head .l-globalNav-child {
    padding-bottom: 0.29rem;
  }
  .l-globalNav-item.-active .l-globalNav-child {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-head .l-globalNav-child {
    padding-bottom: 2.13vw;
  }
}
.l-head .l-globalNav-child-item > a, .l-head .l-globalNav-child-item > span {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  line-height: 1;
  color: rgba(26, 26, 26, 0.64);
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .l-head .l-globalNav-child-item > a, .l-head .l-globalNav-child-item > span {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .l-head .l-globalNav-child-item > a, .l-head .l-globalNav-child-item > span {
    font-size: 0.135rem;
    line-height: 1.2;
  }
  .l-head .l-globalNav-child-item + .l-globalNav-child-item {
    margin-top: 0.17rem;
  }
}
@media screen and (max-width: 767px) {
  .l-head .l-globalNav-child-item > a, .l-head .l-globalNav-child-item > span {
    background: #fff;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    font-size: 3.2vw;
    padding: 4vw 4vw;
    width: 96vw;
    margin: 0vw auto;
  }
  .l-head .l-globalNav-child-item + .l-globalNav-child-item {
    width: 100%;
    margin: 0vw auto;
  }
}
.l-head .l-globalNav-child-item.-active > a, .l-head .l-globalNav-child-item.-active > span {
  color: #024fa0;
}

.group .title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  line-height: 1.4;
}
@media all and (-ms-high-contrast: none) {
  .group .title {
    font-family: Meiryo, sans-serif;
  }
}
.l-globalNav-child .group {
  margin: 0.22rem 0;
  padding: 0.22rem 0.2rem 0.26rem;
}
@media screen and (min-width: 768px), print {
  .l-globalNav-child .group {
    border-radius: 6px;
    background-color: rgba(2, 79, 160, 0.08);
    background-size: 65%;
    background-position: right -5px;
    background-image: url(img/bg_logo@2x.png);
  }
}
.l-globalNav-child .group .title {
  font-size: 0.14rem;
}
.l-globalNav-child .group .l-globalNav-child-item > a,
.l-globalNav-child .group .l-globalNav-child-item > span {
  font-size: 0.13rem;
}
.l-globalNav-child .group .l-globalNav-child-item {
  margin-top: 0.14rem !important;
}
@media screen and (max-width: 767px) {
  .group {
    margin: 0rem 0 0.16rem;
  }
  .group .title {
    padding: 0.16rem 0 0.08rem 0.2rem;
    font-size: 0.13rem;
  }
}
#foot .group {
  border: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-radius: 0px;
}
@media screen and (min-width: 768px), print {
  #foot .group {
    margin: 0.16rem 0;
    padding: 0.13rem 0rem;
  }
  #foot .group .title {
    font-size: 0.13rem;
    margin-bottom: 0.08rem;
  }
  #foot .group .l-globalNav-child-item > a,
#foot .group .l-globalNav-child-item > span {
    font-size: 0.12rem;
  }
  #foot .group .l-globalNav-child-item {
    margin-top: 0.03rem !important;
  }
}
@media screen and (max-width: 767px) {
  #foot .group {
    display: none;
  }
}

/*** l-head-utility ***/
.l-head .l-globalNav-utility {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .l-head .l-globalNav-utility {
    margin-top: 0.22rem;
    padding-right: 0.41rem;
    padding-left: 0.49rem;
  }
}
@media screen and (max-width: 767px) {
  .l-head .l-globalNav-utility {
    padding: 6.4vw 14.67vw;
    transform: translateY(-2.67vw);
    opacity: 0;
    background-color: #fff;
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .-navOpen .l-head .l-globalNav-utility {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}
.l-head .l-globalNav-utility-item a {
  transition: color 0.21s ease-out;
}
.l-head .l-globalNav-utility-item > a, .l-head .l-globalNav-utility-item > span {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  text-decoration: none;
  display: block;
  letter-spacing: 0.05em;
}
@media all and (-ms-high-contrast: none) {
  .l-head .l-globalNav-utility-item > a, .l-head .l-globalNav-utility-item > span {
    font-family: Meiryo, sans-serif;
  }
}
.l-head .l-globalNav-utility-item > a:hover, .l-head .l-globalNav-utility-item > span:hover {
  color: #024fa0;
}
.l-head .l-globalNav-utility-item.-active > a, .l-head .l-globalNav-utility-item.-active > span {
  color: #024fa0;
}
.l-head .l-globalNav-utility-item.lang-btn a::after {
  display: none;
}
@media screen and (min-width: 768px), print {
  .l-head .l-globalNav-utility-item > a, .l-head .l-globalNav-utility-item > span {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .l-head .l-globalNav-utility-item > a, .l-head .l-globalNav-utility-item > span {
    font-size: 3.2vw;
  }
}
.l-head .l-globalNav-utility-item.-coming {
  pointer-events: none;
  opacity: 0;
}

/*** l-globalNav-info ***/
@media screen and (min-width: 768px), print {
  .l-head .l-globalNav-info {
    margin-top: 0.4rem;
    padding-right: 0.41rem;
    padding-left: 0.49rem;
  }
}
@media screen and (max-width: 767px) {
  .l-head .l-globalNav-info {
    background-color: #fff;
    padding-bottom: 8vw;
    opacity: 0;
    transform: translateY(-2.67vw);
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .-navOpen .l-head .l-globalNav-info {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
}
@media screen and (max-width: 767px) {
  .l-head .l-globalNav-info-item {
    padding-right: 2.93vw;
    padding-left: 2.93vw;
  }
  .l-head .l-globalNav-info-item + .l-globalNav-info-item {
    margin-top: 2.13vw;
  }
}
.l-head .l-globalNav-info-item a {
  display: block;
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* IE11 */
  border: 1px solid rgba(26, 26, 26, 0.38);
  position: relative;
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .l-head .l-globalNav-info-item a {
    font-family: Meiryo, sans-serif;
  }
}
.l-head .l-globalNav-info-item a::after {
  background-image: url(img/icon_window_default.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .l-head .l-globalNav-info-item a {
    font-size: 0.13rem;
    border-radius: 0.04rem;
    margin-top: 0.08rem;
    padding: 0.085rem 0.085rem;
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .l-head .l-globalNav-info-item a:hover {
    opacity: 0.65;
  }
  .l-head .l-globalNav-info-item a::after {
    width: 9px;
    height: 9px;
    right: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .l-head .l-globalNav-info-item a {
    font-size: 3.73vw;
    border-radius: 1.07vw;
    padding: 4.27vw 3.47vw 3.47vw;
    line-height: 1;
  }
  .l-head .l-globalNav-info-item a::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 4.27vw;
  }
}

/*** l-navBtn ***/
#l-navBtn {
  width: 7.47vw;
  height: 3.73vw;
  display: block;
  position: absolute;
  top: 3.73vw;
  right: 4vw;
  z-index: 10;
}
#l-navBtn::before {
  content: "";
  display: block;
  background: url(img/nav_menu.png) no-repeat center center;
  background-size: contain;
  width: 7.47vw;
  height: 3.47vw;
  position: absolute;
  bottom: -4.27vw;
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.-navOpen #l-navBtn::before {
  transform: translateY(-1.33vw);
  opacity: 0;
}
#l-navBtn span:not(.l-navBtn-text) {
  display: block;
  background-color: #024fa0;
  width: 100%;
  height: 0.53vw;
  position: absolute;
  transition: transform 0.21s linear, opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#l-navBtn span:not(.l-navBtn-text):first-child {
  top: 0;
}
.-navOpen #l-navBtn span:not(.l-navBtn-text):first-child {
  transform: translateY(1.87vw) rotate(45deg);
}
#l-navBtn span:not(.l-navBtn-text):nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.-navOpen #l-navBtn span:not(.l-navBtn-text):nth-child(2) {
  opacity: 0;
}
#l-navBtn span:not(.l-navBtn-text):nth-child(3) {
  bottom: 0;
}
.-navOpen #l-navBtn span:not(.l-navBtn-text):nth-child(3) {
  transform: translateY(-1.33vw) rotate(-45deg);
}
@media screen and (min-width: 768px), print {
  #l-navBtn {
    display: none;
  }
}

/*** localNavList ***/
#localNavList {
  height: 12.8vw;
  transition: opacity 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715), height 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
  position: absolute;
  width: 100%;
  top: 14.4vw;
  left: 0;
  opacity: 1;
}
#localNavList.-localNavopen {
  height: auto;
  overflow: inherit;
}
.-navOpen #localNavList {
  position: fixed;
}
.-headerFix #localNavList {
  position: fixed;
}
#localNavList .l-globalNav-item {
  border-bottom: none;
  height: 100%;
}
.-navOpen #localNavList .l-globalNav-item {
  opacity: 0;
  transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#localNavList .l-globalNav-item > a, #localNavList .l-globalNav-item > span {
  font-size: 3.73vw;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  color: #024fa0;
  padding: 3.07vw 5.6vw;
  background-color: #f5f5f5;
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  #localNavList .l-globalNav-item > a, #localNavList .l-globalNav-item > span {
    font-family: Meiryo, sans-serif;
  }
}
#localNavList .l-globalNav-item > a::before, #localNavList .l-globalNav-item > span::before {
  background-image: url(img/icon_arrow_white.svg);
  background-size: 1.2vw;
  background-color: #024fa0;
  width: 3.73vw;
  height: 3.73vw;
  border-radius: 50%;
  transform: rotate(90deg);
  right: 5.6vw;
}
#localNavList .l-globalNav-child {
  display: block;
  position: relative;
  pointer-events: none;
}
#localNavList .l-globalNav-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  transform: scale(1, 0);
  transform-origin: center top;
  transition: transform 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.pg-business #localNavList .l-globalNav-child::before {
  height: calc(100% + 29.33vw);
}
#localNavList .l-globalNav-child > li, #localNavList .l-globalNav-child > ul {
  opacity: 0;
  transform: translateY(-2.67vw);
  transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#localNavList.-localNavopen .l-globalNav-child {
  overflow-y: auto;
  pointer-events: inherit;
  transition: height 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.pg-business #localNavList.-localNavopen .l-globalNav-child {
  height: 100vh;
}
#localNavList.-localNavopen .l-globalNav-child::before {
  transform: scale(1, 1);
  transition: transform 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#localNavList.-localNavopen .l-globalNav-child > li, #localNavList.-localNavopen .l-globalNav-child > ul {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.21s 0.15s cubic-bezier(0.47, 0, 0.745, 0.715);
}

/* footer
   ========================================================================== */
/*** nav ***/
.l-foot nav {
  width: 100%;
  display: flex;
}
.l-foot nav a {
  text-decoration: none;
}

.l-foot-inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-foot-inner {
    padding-top: 10vw;
  }
}

/*** l-globalNav-item ***/
.l-foot .l-globalNav {
  display: flex;
  width: 100%;
}
.l-foot .l-globalNav-item > a span:not(.\@arrow) {
  display: flex;
  align-items: center;
}
.l-foot .l-globalNav-item > a, .l-foot .l-globalNav-item > span {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
@media all and (-ms-high-contrast: none) {
  .l-foot .l-globalNav-item > a, .l-foot .l-globalNav-item > span {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .l-foot .l-globalNav-item > a, .l-foot .l-globalNav-item > span {
    font-size: 0.16rem;
    padding: 0.09rem 0.195rem 0.09rem 0;
  }
  .l-foot .l-globalNav-item > a .\@arrow, .l-foot .l-globalNav-item > span .\@arrow {
    margin-right: 0.08rem;
  }
  .l-foot .l-globalNav-item > a:hover, .l-foot .l-globalNav-item > span:hover {
    color: #024fa0;
  }
}
@media screen and (max-width: 767px) {
  .l-foot .l-globalNav-item > a, .l-foot .l-globalNav-item > span {
    font-size: 3.73vw;
    padding: 3.07vw 1.33vw 3.07vw 0.27vw;
  }
  .l-foot .l-globalNav-item > a .\@arrow, .l-foot .l-globalNav-item > span .\@arrow {
    margin-right: 3.07vw;
  }
}
.l-foot .l-globalNav-item.-active > a, .l-foot .l-globalNav-item.-active > span {
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .l-foot .l-globalNav-item {
    width: 20%;
    margin-left: 0.25rem;
  }
  .l-foot .l-globalNav-item:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-foot .l-globalNav {
    flex-wrap: wrap;
    padding-right: 2.93vw;
    position: relative;
  }
  .l-foot .l-globalNav-item {
    width: 50%;
  }
  .l-foot .l-globalNav-item:not(.-utility) {
    margin-right: 2.93vw;
  }
  .l-foot .l-globalNav-item:not(.-utility):nth-child(even) {
    margin-right: -2.93vw;
  }
  .l-foot .l-globalNav-item.-utility {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .l-foot .l-globalNav-item.-utility > a, .l-foot .l-globalNav-item.-utility > span {
    width: 50%;
    padding: 3.07vw 1.33vw 3.07vw 0.27vw;
  }
  .l-foot .l-globalNav-item.-utility > * {
    margin-right: 2.93vw;
  }
  .l-foot .l-globalNav-item.-utility > *:nth-child(even):not(.globalNav-utility-btn) {
    margin-right: -2.93vw;
  }
}
.l-foot .l-globalNav-child {
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px), print {
  .l-foot a {
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .l-foot a:hover {
    opacity: 0.65;
  }
}
.l-foot .l-globalNav-child-item > a, .l-foot .l-globalNav-child-item > span {
  font-size: 0.12rem;
  display: block;
}
.l-foot .l-globalNav-child-item + .l-globalNav-child-item {
  margin-top: 0.05rem;
}
.l-foot .l-globalNav-child-item.-active > a, .l-foot .l-globalNav-child-item.-active > span {
  color: #024fa0;
}
@media screen and (max-width: 767px) {
  .l-foot .l-globalNav-child {
    display: none;
  }
}

/*** l-foot-utility ***/
@media screen and (min-width: 768px), print {
  .l-foot .l-globalNav-utility {
    width: 1.97rem;
  }
}
@media screen and (max-width: 767px) {
  .l-foot .l-globalNav-utility {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-foot .l-globalNav-utility-item > a span:not(.\@arrow) {
  display: flex;
  align-items: center;
}
.l-foot .l-globalNav-utility-item .globalNav-utility-btn {
  display: none;
  margin-top: 100px;
}
.l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > a, .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > span {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}
@media all and (-ms-high-contrast: none) {
  .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > a, .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > span {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > a, .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > span {
    font-size: 0.16rem;
    padding: 0.09rem 0.195rem 0.09rem 0;
  }
  .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > a .\@arrow, .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > span .\@arrow {
    margin-right: 0.08rem;
  }
  .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > a:hover, .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > span:hover {
    color: #024fa0;
  }
}
@media screen and (max-width: 767px) {
  .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > a, .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > span {
    font-size: 3.73vw;
    padding: 3.07vw 1.33vw 3.07vw 0.27vw;
  }
  .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > a .\@arrow, .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn) > span .\@arrow {
    margin-right: 3.07vw;
  }
}
.l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn).-active > a, .l-foot .l-globalNav-utility-item:not(.globalNav-utility-btn).-active > span {
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .l-foot .l-globalNav-utility-item {
    margin-top: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .l-foot .l-globalNav-utility-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn {
    width: calc(100% + 2.93vw);
    margin-right: -2.93vw;
    margin-top: 5.87vw;
  }
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn + .globalNav-utility-btn {
    margin-top: 4vw;
  }
}
.l-foot .l-globalNav-utility-item.globalNav-utility-btn a {
  display: block;
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* IE11 */
  border: 1px solid rgba(26, 26, 26, 0.38);
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn a {
    font-family: Meiryo, sans-serif;
  }
}
.l-foot .l-globalNav-utility-item.globalNav-utility-btn a::after {
  background-image: url(img/icon_window_default.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn a {
    font-size: 0.13rem;
    border-radius: 0.04rem;
    margin-top: 0.08rem;
    padding: 0.085rem 0.085rem;
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn a:hover {
    opacity: 0.65;
  }
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn a::after {
    width: 9px;
    height: 9px;
    right: 0.16rem;
  }
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn a.sml {
    font-size: 0.11rem;
  }
}
@media screen and (max-width: 767px) {
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn a {
    font-size: 3.73vw;
    border-radius: 1.07vw;
    padding: 3.47vw 3.47vw 2.4vw;
    line-height: 1;
  }
  .l-foot .l-globalNav-utility-item.globalNav-utility-btn a::after {
    width: 2.4vw;
    height: 2.4vw;
    right: 4.27vw;
  }
}

@media screen and (max-width: 767px) {
  body.-fixed {
    position: fixed;
    width: 100%;
  }
  body.-fixed #contents {
    opacity: 0;
  }
}
/* main
   ========================================================================== */
/* side
   ========================================================================== */
/* footer
   ========================================================================== */
.l-foot {
  position: relative;
}
.l-foot-inner {
  max-width: 1480px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .l-foot {
    border-top: 1px solid #dddddd;
  }
  .l-foot-inner {
    padding-top: 0.88rem;
    padding-right: 1.41rem;
    padding-left: 1.41rem;
  }
}

/*** l-foot-utility ***/
.l-foot-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .l-foot-utility {
    width: 110%;
    margin: 0 -5%;
    border-top: 1px solid #dddddd;
    margin-top: 0.58rem;
    padding-top: 0.175rem;
  }
}
@media screen and (max-width: 767px) {
  .l-foot-utility {
    flex-wrap: wrap;
  }
}

.l-foot-utilitylist {
  flex-wrap: wrap;
}
.l-foot-utilitylist a {
  text-decoration: none;
}
.l-foot-utilitylist a[target=_blank]::after {
  background-image: url(img/icon_window_default.svg);
}
@media screen and (min-width: 768px), print {
  .l-foot-utilitylist {
    display: flex;
    column-gap: 0.3rem;
    margin-left: 0.4rem;
  }
  .l-foot-utilitylist a {
    font-size: 0.11rem;
  }
  .l-foot-utilitylist a[target=_blank]::after {
    width: 0.09rem;
    height: 0.09rem;
  }
}
@media screen and (max-width: 767px) {
  .l-foot-utilitylist {
    display: flex;
    flex-wrap: wrap;
    order: 2;
    margin-top: 5.33vw;
  }
  .l-foot-utilitylist a {
    font-size: 3.2vw;
  }
  .l-foot-utilitylist a[target=_blank]::after {
    width: 2.4vw;
    height: 2.4vw;
  }
  .l-foot-utilitylist .l-foot-utilitylist-item {
    width: 100%;
  }
  .l-foot-utilitylist .l-foot-utilitylist-item + .l-foot-utilitylist-item {
    margin-top: 0.53vw;
  }
}

/*** l-foot-snsLinks ***/
.l-foot-snsLinks {
  display: flex;
}
.l-foot-snsLinks a[target=_blank] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #024fa0;
  border-radius: 50%;
}
.l-foot-snsLinks a[target=_blank]::after {
  display: none;
}
@media screen and (min-width: 768px), print {
  .l-foot-snsLinks a[target=_blank] {
    width: 0.28rem;
    height: 0.28rem;
  }
  .l-foot-snsLinks .l-foot-snsLinks-item + .l-foot-snsLinks-item {
    margin-left: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .l-foot-snsLinks {
    width: 100%;
    order: 1;
    margin-top: 8vw;
  }
  .l-foot-snsLinks a[target=_blank] {
    width: 7.47vw;
    height: 7.47vw;
  }
  .l-foot-snsLinks .l-foot-snsLinks-item + .l-foot-snsLinks-item {
    margin-left: 2.4vw;
  }
}

/*** l-foot-logo ***/
.l-foot-logo {
  width: 1.6rem;
}

/*** l-foot-copy ***/
.l-foot-copy {
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* IE11 */
  background-color: #024fa0;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .l-foot-copy {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .l-foot-copy {
    font-size: 0.1rem;
    padding-top: 0.095rem;
    padding-bottom: 0.095rem;
    margin-top: 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .l-foot-copy {
    font-size: 2.93vw;
    padding-top: 4.27vw;
    padding-bottom: 4.27vw;
    margin-top: 13.07vw;
  }
}

/*** ページトップ ***/
#pagetop {
  position: absolute;
  margin-left: auto;
  height: 0.5rem;
  width: 0.5rem;
  transition: opacity 0.42s ease, transform 0.42s ease;
  z-index: 15;
}
@media screen and (min-width: 768px), print {
  #pagetop {
    top: -0.75rem;
    right: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    top: -50px;
    right: 10px;
  }
}
#pagetop:not(.-visible) {
  opacity: 0;
  transform: translateY(100%);
}
#pagetop.fixed {
  position: fixed;
  bottom: 0.2rem;
  top: inherit;
}
#pagetop a {
  background-color: #024fa0;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
#pagetop span {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#pagetop span::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #pagetop {
    padding: 4vw;
    height: 0.8rem;
    width: 0.8rem;
  }
  #pagetop span::before {
    border-top-width: 0.02rem;
    border-right-width: 0.02rem;
    height: 0.08rem;
    width: 0.08rem;
  }
}

/* Component
───────────────────────────────── */
/* ボックス
   ========================================================================== */
/* センターボックス */
.c-box-center {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .c-box-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 10.8rem;
    padding-left: 0.8rem;
    padding-right: 0.95rem;
  }
}
@media screen and (min-width: 768px), print {
  .c-box-center.-tight {
    padding-left: 1.44rem;
    padding-right: 2.03rem;
  }
}

/* ラインボックス */
.line-box {
  background: #f5f5f5;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .line-box {
    padding: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .line-box {
    padding: 6.4vw;
  }
}

.line {
  border: 1px solid #ddd;
  border-radius: 8px;
}
@media screen and (min-width: 768px), print {
  .line {
    padding: 0.6rem 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .line {
    padding: 6.4vw;
    width: 95%;
    margin: 0 auto;
  }
}

/* 横並びボックス */
@media screen and (min-width: 768px), print {
  .c-box-col2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .c-box-col2 > * {
    margin: 40px 20px 0 0;
    width: 50%;
  }
  .c-box-col2 > *:nth-child(2n) {
    margin-right: -20px;
  }
  .c-box-col2 > *:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-box-col2 > * + * {
    margin-top: 0.15rem;
  }
}

@media screen and (min-width: 768px), print {
  .c-box-col3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 40px;
  }
  .c-box-col3 > * {
    margin: 40px 20px 0 0;
    width: 33.3333333333%;
  }
  .c-box-col3 > *:nth-child(3n) {
    margin-right: -40px;
  }
  .c-box-col3 > *:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-box-col3 > * + * {
    margin-top: 0.15rem;
  }
}

@media screen and (min-width: 768px), print {
  .c-box-col4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
  }
  .c-box-col4 > * {
    margin: 40px 20px 0 0;
    width: 25%;
  }
  .c-box-col4 > *:nth-child(4n) {
    margin-right: -60px;
  }
  .c-box-col4 > *:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-box-col4 > * + * {
    margin-top: 0.15rem;
  }
}

/* 画像・テキスト 横配置 */
@media screen and (min-width: 768px), print {
  .c-box-img-l,
.c-box-img-r {
    display: -ms-flexbox;
    display: flex;
  }
  .c-box-img-l .box-text,
.c-box-img-r .box-text {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-box-img-l.row-reverse,
.c-box-img-r.row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .c-box-img-l .box-img + .box-text,
.c-box-img-l .box-text + .box-img,
.c-box-img-r .box-img + .box-text,
.c-box-img-r .box-text + .box-img {
    margin-top: 0.2rem;
  }
  .c-box-img-l .box-img img,
.c-box-img-r .box-img img {
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .c-box-img-l .box-img {
    padding-right: 40px;
  }
}

@media screen and (min-width: 768px), print {
  .c-box-img-r .box-img {
    padding-left: 40px;
  }
}

/* ボタン
   ========================================================================== */
/* ボタンの基本スタイル */
.btn01 {
  display: inline-block;
  line-height: 1.2;
  outline: none;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.21s ease;
}

/* スタイル別クラス */
.btn01 {
  background-color: #024fa0;
  border: 1px solid #024fa0;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.18rem;
}
.btn01:hover {
  background-color: #fff;
  color: #024fa0;
}
@media screen and (max-width: 767px) {
  .btn01 {
    padding: 0.1rem 0.2rem;
  }
}

/* ボタンレイアウト */
.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 40px 0;
}
.btn-list li {
  padding: 0 10px;
  width: 40%;
}
.btn-list li:nth-child(n+3) {
  margin-top: 20px;
}
.btn-list li .btn01 {
  min-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn-list {
    display: block;
    margin: 0.4rem 0;
  }
  .btn-list li {
    padding: 0;
    width: 100%;
  }
  .btn-list li + li {
    margin-top: 4vw !important;
  }
}

/* フォーム
   ========================================================================== */
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #bababa;
}
form input::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #bababa;
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #bababa;
}
form input::-ms-clear {
  visibility: hidden;
}
form input::-ms-reveal {
  visibility: hidden;
}
form select::-ms-expand {
  background-color: transparent;
  border: 0;
}
form textarea {
  resize: vertical;
}

/* フォームアイテム
   ----------------------------------------------------------------------- */
.form-btn a,
.form-btn button,
.form-btn input, .form-item {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-item {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #1a1a1a;
  display: block;
  line-height: 1.5;
  min-height: 46px;
  padding: 9px 13px 8px;
  transition: border-color 0.21s ease, box-shadow 0.21s ease;
  width: 100%;
  font-size: 0.16rem;
}
.form-item:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .form-item {
    font-size: 0.14rem;
    border-radius: 0.04rem;
    min-height: 0.46rem;
    padding: 0.09rem 0.13rem 0.08rem;
  }
}

select.form-item {
  background: #fff url(img/bg_select.png) no-repeat right center;
  background-size: 30px 46px;
  padding-right: 30px !important;
}
@media screen and (max-width: 767px) {
  select.form-item {
    background-size: 0.3rem 0.46rem;
    padding-right: 0.3rem !important;
  }
}

.form-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
}
.form-inline:last-child {
  margin-right: 0;
}
.form-inline label {
  display: inline-block;
  padding-left: 0.25rem;
}

/* フォームボタン
   ----------------------------------------------------------------------- */
.form-btn {
  text-align: center;
}
.form-btn a,
.form-btn button,
.form-btn input {
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .form-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 60px auto;
  }
  .form-btn li {
    padding: 0 10px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .form-btn {
    margin: 0.6rem auto;
  }
  .form-btn li + li {
    margin-top: 4vw;
  }
}

/* リンク
   ========================================================================== */
/* 新規ウィンドウ */
a[target=_blank]::after {
  background: url(img/icon_window.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  vertical-align: text-bottom;
}

/* PDF */
a[href$=".pdf"]::after {
  background: url(img/icon_pdf.svg) no-repeat left top;
  background-size: contain;
  display: inline-block;
  margin: 0 5px;
  width: 1.2em;
  height: 1.2em;
  vertical-align: text-bottom;
}

/* リスト
   ========================================================================== */
/* 黒丸付きリスト */
.list-disc {
  margin-left: 1.5em;
}
.list-disc li {
  list-style-type: disc;
  margin-bottom: 180px;
}
.list-disc li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-disc li {
    margin-bottom: 0.1rem;
  }
}

/* 番号付きリスト */
.list-decimal {
  margin-left: 1.5em;
}
.list-decimal li {
  list-style-type: decimal;
  margin-bottom: 510px;
}
.list-decimal li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-decimal li {
    margin-bottom: 0.1rem;
  }
}

.mark {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px), print {
  .mark {
    padding: 0rem 0 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .mark {
    padding: 0 0 3.47vw;
  }
}
.mark li, .mark dt {
  border-top: 1px solid #ddd;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .mark li, .mark dt {
    font-family: Meiryo, sans-serif;
  }
}
.mark li:before, .mark dt:before {
  content: "";
  display: inline-block;
  height: 9px;
  width: 13px;
  background-color: #024fa0;
  position: absolute;
  top: 54%;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .mark li, .mark dt {
    padding: 0.13rem 0 0rem 0.18rem;
    font-size: 0.19rem;
    margin-top: 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .mark li, .mark dt {
    padding: 2.67vw 0 0vw 4.27vw;
    font-size: 4.27vw;
    margin-top: 2.67vw;
  }
}
.mark dd {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .mark dd {
    margin-top: 0.03rem;
    padding: 0rem 0 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .mark dd {
    margin-top: 0.8vw;
    padding: 0vw 0 0.8vw;
  }
}

/* listDl
========================================================================== */
.listDl dt, .listDl h6 {
  background: #f1f8ff;
  color: #024fa0;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-size: 0.13rem;
}
.-csr .listDl dt, .-csr .listDl h6 {
  background: url(/sustainability/css/img/bg_csr02@2x.png);
  color: #6a4e1a;
}
@media screen and (min-width: 768px), print {
  .listDl dt, .listDl h6 {
    padding: 0.1rem 0.08rem;
    margin-top: 0.01rem;
  }
}
@media screen and (max-width: 767px) {
  .listDl dt, .listDl h6 {
    padding: 2.13vw 3.47vw;
    font-size: 3.2vw;
    text-align: center;
  }
  .-p-big .listDl dt, .-p-big .listDl h6 {
    font-size: 4.27vw;
  }
}
@media screen and (min-width: 768px), print {
  .listDl dt:nth-child(n+2), .listDl h6:nth-child(n+2) {
    margin-top: 0.04rem;
  }
}
@media screen and (max-width: 767px) {
  .listDl dt:nth-child(n+2), .listDl h6:nth-child(n+2) {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 768px), print {
  .listDl dd, .listDl p {
    padding: 0.08rem 0rem;
    font-size: 0.11rem;
    line-height: 1.4;
  }
  .-p-big .listDl dd, .-p-big .listDl p {
    font-size: 0.15rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .listDl dd, .listDl p {
    padding: 2.13vw 3.47vw;
    font-size: 2.93vw;
    line-height: 1.4;
  }
  .-p-big .listDl dd, .-p-big .listDl p {
    font-size: 3.73vw;
    line-height: 1.75;
  }
}
@media screen and (min-width: 768px), print {
  .listDl dd:nth-child(n+2), .listDl p:nth-child(n+2) {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .listDl dd:nth-child(n+2), .listDl p:nth-child(n+2) {
    margin-top: 1.33vw;
  }
}
@media screen and (min-width: 768px), print {
  .listDl {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .listDl {
    margin-top: 2%;
  }
}
@media screen and (max-width: 767px) {
  .titleC + .listDl {
    margin-top: 6.4vw;
  }
}

.ankerbox {
  display: none;
  border-top: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #fafafa;
}
@media screen and (min-width: 768px), print {
  .ankerbox {
    margin-top: 0.05rem;
    padding: 0 0 0.06rem;
  }
}
@media screen and (max-width: 767px) {
  .ankerbox {
    margin-top: 1.33vw;
  }
}
.ankerbox .\@anker {
  font-size: 0.11rem;
  margin-left: 2%;
}

.columnList {
  display: flex;
  flex-wrap: wrap;
}
.columnList.-line .listDl {
  border: 1px solid #024fa0;
  border-radius: 8px;
  text-align: center;
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .columnList.-line .listDl {
    padding: 0.24rem 0.24rem 0.4rem;
  }
  .columnList.-line .listDl p {
    font-size: 0.16rem;
  }
  .columnList.-line .listDl h3 {
    line-height: 0.8;
  }
  .columnList.-line .listDl h3 span {
    font-family: triplex-sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    /* IE11 */
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .columnList.-line .listDl h3 span {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .columnList.-line .listDl {
    padding: 2.4vw 5.07vw 8vw 5.07vw;
  }
  .columnList.-line .listDl p {
    font-size: 3.73vw;
  }
  .columnList.-line .listDl h3 {
    line-height: 0.5;
  }
  .columnList.-line .listDl h3 span {
    font-family: triplex-sans, sans-serif;
    font-style: normal;
    font-weight: 700;
    /* IE11 */
    font-size: 13.33vw;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .columnList.-line .listDl h3 span {
    font-family: Meiryo, sans-serif;
  }
}
.columnList.-col2 .listDl {
  width: 48%;
}
@media screen and (min-width: 768px), print {
  .columnList.-col2 .listDl {
    margin-right: 2%;
  }
  .columnList.-col2 .listDl:nth-child(2n) {
    margin-right: 0;
  }
}
.columnList.-col3 .listDl {
  width: 31%;
  margin-right: 3.5%;
}
.columnList.-col3 .listDl:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .columnList {
    display: block;
  }
  .columnList.-col2 .listDl, .columnList.-col3 .listDl {
    margin-top: 5.33vw;
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .columnList + * {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .columnList + * {
    margin-top: 8vw;
  }
}

/* ページャー
   ========================================================================== */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  text-align: center;
  position: relative;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: background-color 0.21s ease;
}
.pagination a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px), print {
  .pagination {
    margin: 0.5rem auto;
  }
  .pagination > li:not(.pagination-item-first):not(.pagination-item-last):not(.pagination-item-prev):not(.pagination-item-next) {
    margin-top: 0.05rem;
    margin-right: 0.05rem;
    margin-left: 0.05rem;
  }
  .pagination a {
    padding: 0.05rem 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 8vw 5.87vw;
    padding-right: 10.67vw;
    padding-left: 10.67vw;
  }
  .pagination > li:not(.pagination-item-first):not(.pagination-item-last):not(.pagination-item-prev):not(.pagination-item-next) {
    margin-top: 1.33vw;
    margin-right: 1.33vw;
    margin-left: 1.33vw;
  }
  .pagination a {
    padding: 1.33vw 2.67vw;
  }
}
.pagination .pagination-item-active {
  background-color: #f1f8ff;
  font-weight: bold;
}
.pagination .pagination-item-active a {
  pointer-events: none;
}
.pagination .pagination-item-first,
.pagination .pagination-item-last,
.pagination .pagination-item-prev,
.pagination .pagination-item-next {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pagination-item-first a,
.pagination .pagination-item-last a,
.pagination .pagination-item-prev a,
.pagination .pagination-item-next a {
  background-color: #eee;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #024fa0;
  border-radius: 50%;
  padding: 0;
}
.pagination .pagination-item-first a::before,
.pagination .pagination-item-last a::before,
.pagination .pagination-item-prev a::before,
.pagination .pagination-item-next a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .pagination .pagination-item-first,
.pagination .pagination-item-last,
.pagination .pagination-item-prev,
.pagination .pagination-item-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.pagination .pagination-item-first,
.pagination .pagination-item-last {
  display: none;
}
.pagination .pagination-item-prev {
  transform: rotateY(180deg);
  left: 0;
}
.pagination .pagination-item-next {
  right: 0;
}
@media screen and (min-width: 768px), print {
  .pagination .pagination-item-prev {
    margin-right: 0.2rem;
  }
  .pagination .pagination-item-next {
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .pagination li {
    font-size: 3.2vw;
  }
}

/* テーブル
   ========================================================================== */
.tbl01 {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.tbl01 th,
.tbl01 td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 10px;
}
.tbl01 th {
  background-color: #f5f5f5;
}
.tbl01 th[scope=row] {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .tbl01 th,
.tbl01 td {
    padding: 0.1rem;
  }
}

/* タイトル
   ========================================================================== */
/* ページタイトル */
/* パンくずリスト
   ========================================================================== */
.\@topicpath {
  text-align: right;
}
.\@topicpath li, .\@topicpath a {
  color: rgba(26, 26, 26, 0.38);
  text-decoration: none;
}
.\@topicpath li {
  font-size: 0.12rem;
  position: relative;
  list-style-type: none;
  display: inline-block;
}
.\@topicpath li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid rgba(26, 26, 26, 0.38);
  border-top: 1px solid rgba(26, 26, 26, 0.38);
  transform: rotate(45deg);
}
.\@topicpath li:last-child a {
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .\@topicpath {
    padding-right: 0.24rem;
    padding-left: 0.24rem;
  }
  .\@topicpath li, .\@topicpath a {
    font-size: 0.1rem;
  }
  .\@topicpath li::before {
    height: 0.05rem;
    width: 0.05rem;
    margin-right: 8px;
  }
  .\@topicpath li + li {
    padding-left: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .\@topicpath {
    background-color: #F5F5F5;
    border-top: 1px solid #dddddd;
    position: absolute;
    z-index: 5;
    width: 100%;
    bottom: 0;
    padding: 3.87vw 5.87vw 4.4vw;
    white-space: nowrap;
    overflow-x: auto;
    line-height: 1;
  }
  .\@topicpath li, .\@topicpath a {
    font-size: 2.67vw;
  }
  .\@topicpath li {
    white-space: nowrap;
  }
  .\@topicpath li + li {
    margin-left: 0.8vw;
    padding-left: 3.2vw;
  }
  .\@topicpath li + li::before {
    width: 1.33vw;
    height: 1.33vw;
    top: 0.27vw;
  }
}
#home .\@topicpath {
  display: none;
}

/* Block
───────────────────────────────── */
.\@pageNavigation {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  line-height: 1.25;
}
@media all and (-ms-high-contrast: none) {
  .\@pageNavigation {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@pageNavigation + * {
    margin-top: 0.405rem;
  }
}
@media screen and (max-width: 767px) {
  .\@pageNavigation + * {
    margin-top: 9.33vw;
  }
}

.\@pageNavigation__list.-wrap {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .\@pageNavigation__list {
    display: flex;
    align-items: center;
    padding-right: 0.24rem;
  }
}

@media screen and (min-width: 768px), print {
  .\@pageNavigation__item {
    border-left: 1px solid #dddddd;
  }
  .\@pageNavigation__item:last-of-type {
    border-right: 1px solid #dddddd;
  }
}
@media screen and (max-width: 767px) {
  .\@pageNavigation__item + .\@pageNavigation__item {
    border-top: 1px solid #dddddd;
  }
}

.\@pageNavigation__link {
  display: flex;
  align-items: center;
  transition: color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.\@pageNavigation__link, .\@pageNavigation__link:active, .\@pageNavigation__link:hover, .\@pageNavigation__link:link, .\@pageNavigation__link:visited {
  text-decoration: none;
}
.\@pageNavigation__link:hover {
  color: #024fa0;
}
.-csr .\@pageNavigation__link:hover {
  color: #6A4E1A;
}
@media screen and (min-width: 768px), print {
  .\@pageNavigation__link {
    /*padding: rem(10) rem(24) rem(10) calc(0.24rem - 1px);*/
    padding: 0.1rem 0.22rem 0.1rem calc(0.22rem - 1px);
  }
  .\@pageNavigation__link .\@arrow {
    margin-right: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .\@pageNavigation__link {
    font-size: 3.6vw;
    padding: 3.73vw 0vw;
  }
  .\@pageNavigation__link .\@arrow {
    margin-right: 2.13vw;
  }
}

/* Block
───────────────────────────────── */
.\@pageLinkNavigation {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  line-height: 1.25;
}
@media all and (-ms-high-contrast: none) {
  .\@pageLinkNavigation {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@pageLinkNavigation + * {
    margin-top: 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .\@pageLinkNavigation + * {
    margin-top: 9.33vw;
  }
}

.\@pageLinkNavigation__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .\@pageLinkNavigation__list {
    margin-top: 0.58rem;
    margin-right: -0.12rem;
    margin-left: -0.12rem;
  }
  .\@pageLinkNavigation__list > * {
    width: 25%;
    padding-right: 0.12rem;
    padding-left: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .\@pageLinkNavigation__list {
    margin-top: 15.47vw;
    margin-right: -2vw;
    margin-left: -2vw;
  }
  .\@pageLinkNavigation__list > * {
    width: 50%;
    padding-right: 2vw;
    padding-left: 2vw;
  }
}

@media screen and (min-width: 768px), print {
  .\@pageLinkNavigation__item:nth-of-type(n+5) {
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .\@pageLinkNavigation__item:nth-of-type(n+3) {
    margin-top: 5.73vw;
  }
}

.\@pageLinkNavigation__link {
  display: flex;
  align-items: center;
  transition: color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  border-bottom: 1px solid #dddddd;
  height: 100%;
}
.\@pageLinkNavigation__link, .\@pageLinkNavigation__link:active, .\@pageLinkNavigation__link:hover, .\@pageLinkNavigation__link:link, .\@pageLinkNavigation__link:visited {
  text-decoration: none;
}
.\@pageLinkNavigation__link:hover {
  color: #024fa0;
}
.\@pageLinkNavigation__link.-blank {
  position: relative;
  align-items: center;
}
.\@pageLinkNavigation__link.-blank:before {
  position: absolute;
  top: 0.9em;
  background: url(img/icon_window.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
}
@media screen and (min-width: 768px), print {
  .\@pageLinkNavigation__link.-blank {
    padding-left: 0.3rem;
  }
  .\@pageLinkNavigation__link.-blank:before {
    left: 0;
    margin-top: -0.06rem;
    width: 0.12rem;
    height: 0.12rem;
    background-size: 0.12rem 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .\@pageLinkNavigation__link.-blank {
    padding-left: 5.33vw;
    flex-wrap: wrap;
  }
  .\@pageLinkNavigation__link.-blank:before {
    left: 0;
    width: 3.2vw;
    height: 3.2vw;
    background-size: 3.2vw 3.2vw;
  }
}
@media screen and (min-width: 768px), print {
  .\@pageLinkNavigation__link {
    padding-bottom: 0.135rem;
  }
  .\@pageLinkNavigation__link .\@arrow {
    margin-right: 0.17rem;
  }
}
@media screen and (max-width: 767px) {
  .\@pageLinkNavigation__link {
    font-size: 3.73vw;
    padding-bottom: 5.73vw;
  }
  .\@pageLinkNavigation__link .\@arrow {
    margin-right: 2.13vw;
  }
}
.\@pageLinkNavigation__link .sub {
  font-size: 75%;
}
@media screen and (min-width: 768px), print {
  .\@pageLinkNavigation__link .sub {
    margin-left: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .\@pageLinkNavigation__link .sub {
    display: block;
    margin-top: 1.07vw;
  }
}

/* Block
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@article {
    padding-bottom: 1.44rem;
  }
  .c-top .\@article {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .\@article {
    padding-bottom: 10.67vw;
  }
  #home .\@article {
    padding-bottom: 4.27vw;
  }
}

/* btn-search
───────────────────────────────── */
.btn-search .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.btn-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .btn-search {
    position: fixed;
    z-index: 100;
    bottom: 0.71rem;
    right: 0.24rem;
  }
  .btn-search.absolute {
    top: -1.26rem;
    position: absolute;
    bottom: inherit;
  }
  .btn-search a {
    width: 0.5rem;
    height: 0.5rem;
    opacity: 1;
    transition: opacity 0.2s linear;
  }
  .btn-search a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .btn-search {
    position: fixed;
    top: 1.87vw;
    right: 14.67vw;
  }
  .btn-search.absolute {
    top: -24vw;
  }
  .btn-search a {
    border: 1px solid #eee;
    border-radius: 4px;
    width: 10.67vw;
    height: 10.67vw;
  }
  .btn-search a img {
    max-width: 45%;
  }
}

/* box-search
───────────────────────────────── */
.box-search {
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 60;
  width: 100%;
  opacity: 0;
  -webkit-filter: none;
  -ms-filter: none;
  filter: none;
  transition: opacity 0.3s ease;
}
.box-search.show {
  left: 0;
  opacity: 1;
}
.box-search .overlay {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1000;
}
.box-search button {
  background: none;
}
.box-search button img {
  vertical-align: middle;
}

.box-search-input {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1001;
  text-align: center;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.box-search-input input[type=text] {
  outline: none;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  background-position: 0.4rem center !important;
  border-radius: 0.4rem;
  border: none !important;
  font-size: 0.25rem;
  height: 0.8rem;
  width: 1rem;
  padding: 0.2rem 1rem 0.2rem 0.4rem !important;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box-search-btn {
  display: inline-block;
  position: relative;
}
.box-search-btn a {
  display: block;
}
@media screen and (min-width: 768px), print {
  .box-search-btn {
    margin-left: -0.8rem;
  }
  .box-search-btn .icon {
    height: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 767px) {
  .box-search-btn {
    margin-left: -16vw;
    width: 8vw;
    height: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .box-search input[type=text] {
    background-position: 5.33vw center !important;
    border-radius: 12vw;
    width: 10.67vw;
    height: 13.33vw;
    padding: 2.67vw 16vw 2.67vw 5.33vw !important;
    font-size: 4.27vw;
  }
}
.box-search.show input[type=text] {
  transform: rotateY(0);
  height: auto !important;
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
@media screen and (min-width: 768px), print {
  .box-search.show input[type=text] {
    width: 5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .box-search.show input[type=text] {
    width: 80%;
    margin-left: -10px;
  }
  .box-search.show input[type=text] .box-search-btn {
    margin-left: -60px;
  }
  .box-search.show input[type=text] .box-search-btn .icon {
    height: 30px;
    width: 30px;
  }
}

.blur {
  -webkit-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  height: 100vh;
  overflow-y: hidden;
}

@media screen and (max-width: 767px) {
  .w100 {
    margin: 0 calc(50% - 50vw);
  }
}
/* Layer1
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@section__layer1 {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }
  .\@section__layer1:not(:first-child), .\@section__layer1 + * {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .\@section__layer1 {
    padding-left: 9.6vw;
    padding-right: 9.6vw;
  }
  .\@section__layer1:not(:first-child), .\@section__layer1 + * {
    margin-top: 12.8vw;
  }
}

/* Layer2
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@section__layer2:not(:first-child), .\@section__layer2 + * {
    margin-top: 0.48rem;
  }
}
@media screen and (max-width: 767px) {
  .\@section__layer2:not(:first-child), .\@section__layer2 + * {
    margin-top: 10.67vw;
  }
}

/* Layer3
───────────────────────────────── */
.\@section__layer3:not(:first-child), .\@section__layer3 + * {
  margin-top: 0.32rem;
}

/* Common
───────────────────────────────── */
[class^="@heading"] {
  line-height: 1.25;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  [class^="@heading"] {
    font-family: Meiryo, sans-serif;
  }
}

/* Level2
───────────────────────────────── */
.\@heading__level2 {
  border-radius: 4px;
  background-color: #024fa0;
  color: #fff;
}
.\@heading__level2 span {
  font-size: 56%;
  margin-left: 0.3em;
}
@media screen and (min-width: 768px), print {
  .\@heading__level2 {
    font-size: 0.245rem;
    padding: 0.16rem 0.24rem;
    margin-left: -0.24rem;
    margin-right: -0.24rem;
  }
  .\@heading__level2 + * {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .\@heading__level2 {
    line-height: 1.3;
    font-size: 4vw;
    padding: 3.2vw 5.33vw;
    margin-left: -4.8vw;
    margin-right: -4.8vw;
  }
  .\@heading__level2 + * {
    margin-top: 7.2vw;
  }
}

/* Level3
───────────────────────────────── */
.\@heading__level3 {
  background-color: #faf9f4;
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px), print {
  .\@heading__level3 {
    font-size: 0.21rem;
    padding: 0.16rem 0.24rem;
    margin-left: -0.24rem;
    margin-right: -0.24rem;
  }
  .\@heading__level3 + * {
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .\@heading__level3 {
    font-size: 4vw;
    padding: 3.73vw 2.93vw 2.67vw;
    margin-left: -2.93vw;
    margin-right: -2.93vw;
  }
  .\@heading__level3 + * {
    margin-top: 6.4vw;
  }
}

/* Level4
───────────────────────────────── */
.\@heading__level4 {
  border-bottom: 1px solid #dddddd;
}
@media screen and (min-width: 768px), print {
  .\@heading__level4 {
    font-size: 0.18rem;
    padding-bottom: 0.12rem;
  }
  .\@heading__level4 + * {
    margin-top: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .\@heading__level4 {
    font-size: 3.73vw;
    padding-bottom: 2.4vw;
  }
  .\@heading__level4 + * {
    margin-top: 3.73vw;
  }
}

/* Level5
───────────────────────────────── */
.\@heading__level5 {
  color: #024fa0;
  border-left: 5px solid #024fa0;
}
@media screen and (min-width: 768px), print {
  .\@heading__level5 {
    padding: 0 0.08rem;
    font-size: 0.16rem;
  }
  .\@heading__level5 + * {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .\@heading__level5 {
    padding: 0 2.13vw;
    font-size: 3.73vw;
  }
  .\@heading__level5 + * {
    margin-top: 4.27vw;
  }
}

/* Level6
───────────────────────────────── */
.\@heading__level6 {
  color: #024fa0;
  border-top: 2px solid #024fa0;
}
@media screen and (min-width: 768px), print {
  .\@heading__level6 {
    padding: 0.22rem 0 0;
    font-size: 0.2rem;
    margin-top: 0.4rem;
  }
  .\@heading__level6 + * {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .\@heading__level6 {
    padding: 5.33vw 0 0;
    font-size: 4.53vw;
    margin-top: 10.67vw;
  }
  .\@heading__level6 + * {
    margin-top: 5.33vw;
  }
}

/* Level7
───────────────────────────────── */
.\@heading__level7 {
  font-family: serif;
  display: flex;
  align-items: center;
}
.\@heading__level7:before, .\@heading__level7:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #ddd;
}
.\@heading__level7:before {
  margin-right: 8px;
}
.\@heading__level7:after {
  margin-left: 8px;
}
@media screen and (min-width: 768px), print {
  .\@heading__level7 {
    margin-top: 0.24rem;
    padding: 0 0 0.16rem;
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 767px) {
  .\@heading__level7 {
    margin-top: 0vw;
    padding: 0 0 2.13vw;
    font-size: 4.53vw;
  }
}

/* Block
───────────────────────────────── */
/* List
───────────────────────────────── */
.\@highLight__item {
  border-bottom: 1px solid #dddddd;
}
.\@highLight__item:first-of-type {
  border-top: 1px solid #dddddd;
}
.\@highLight__item:nth-of-type(even) {
  background-color: rgba(244, 244, 245, 0.38);
}
@media screen and (min-width: 768px), print {
  .\@highLight__item {
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    padding-left: 0.4rem;
  }
  .-vertical .\@highLight__item {
    padding-top: 0.165rem;
    padding-bottom: 0.165rem;
  }
}
@media screen and (max-width: 767px) {
  .\@highLight__item {
    padding-top: 3.73vw;
    padding-bottom: 3.2vw;
    padding-right: 2.67vw;
    padding-left: 2.67vw;
  }
}

/* Link
───────────────────────────────── */
.\@highLight__link.\@anker.-pdf {
  color: #1a1a1a;
  background: none;
}
@media screen and (min-width: 768px), print {
  .\@highLight__link.\@anker.-pdf {
    padding-left: 0.1rem;
  }
}
.\@highLight__link, .\@highLight__link:active, .\@highLight__link:hover, .\@highLight__link:link, .\@highLight__link:visited {
  text-decoration: none;
}

/* Inner
───────────────────────────────── */
.-horizontal .\@highLight__inner {
  display: flex;
  align-items: baseline;
}

@media screen and (min-width: 768px), print {
  .\@highLight__title .sub {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .\@highLight__title {
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .\@highLight__title .sub {
    font-size: 2.93vw;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .-horizontal .\@highLight__title {
    white-space: nowrap;
  }
}

.\@highLight__text {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@highLight__text {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@highLight__text .sub {
    font-size: 0.12rem;
  }
  .\@highLight__text .teisei_date {
    border: 1px solid #024fa0;
    font-size: 0.13rem;
    color: #024fa0;
    padding: 2px 3px;
    font-weight: normal;
    margin-left: 0.27vw;
  }
}
@media screen and (max-width: 767px) {
  .\@highLight__text {
    font-size: 3.2vw;
    line-height: 1.3;
  }
  .\@highLight__text .sub {
    font-size: 2.93vw;
  }
  .\@highLight__text .teisei_date {
    border: 1px solid #024fa0;
    font-size: 0.1rem;
    color: #024fa0;
    padding: 1px 2px;
    font-weight: normal;
    margin-left: 0.27vw;
    display: inline-block;
  }
}
@media screen and (min-width: 768px), print {
  .-horizontal .\@highLight__text {
    margin-left: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .-horizontal .\@highLight__text {
    margin-left: 4vw;
  }
}

/* maintitle
   ========================================================================== */
/* メインビジュアルのパス用変数 */
/* Common
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@maintitle .\@maintitle__heading {
    font-size: 0.38rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle .\@maintitle__heading {
    font-size: 0.33rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle .\@maintitle__heading {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px), print {
  .\@maintitle__heading--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle__heading--sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 3.73vw;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 700;
    /* IE11 */
    color: #024fa0;
    padding: 3.07vw 5.6vw;
  }
}
@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .\@maintitle__heading--sp {
    font-family: Meiryo, sans-serif;
  }
}

/* カテゴリ（トップ）
───────────────────────────────── */
.\@maintitle.-cateTop {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pg-company .\@maintitle.-cateTop {
  background-image: url(/company/img/ph_main@2x.jpg);
}
.pg-ir .\@maintitle.-cateTop {
  background-image: url(/ir/img/ph_main@2x.jpg);
}
.pg-bosyu .\@maintitle.-cateTop {
  background-image: url(/bosyu/img/ph_main@2x.jpg);
}
.pg-business .\@maintitle.-cateTop {
  background-image: url(/business/img/ph_main@2x.jpg);
}
.pg-sustainability .\@maintitle.-cateTop {
  background-image: url(/sustainability/img/ph_main@2x.jpg);
}
.pg-isms .\@maintitle.-cateTop {
  background-image: url(/isms/img/ph_main@2x.jpg);
}
.pg-news .\@maintitle.-cateTop {
  background-image: url(/news/img/ph_main@2x.jpg);
}
.pg-privacy .\@maintitle.-cateTop {
  background-image: url(/privacy/img/ph_main@2x.jpg);
}
.pg-terms .\@maintitle.-cateTop {
  background-image: url(/terms/img/ph_main@2x.jpg);
}
.pg-trustResolution .\@maintitle.-cateTop {
  background-image: url(/trustResolution/img/ph_main@2x.jpg);
}
.\@maintitle.-cateTop .\@maintitle__heading {
  line-height: 1.4;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle.-cateTop .\@maintitle__heading {
    font-family: Meiryo, sans-serif;
  }
}
.\@maintitle.-cateTop .\@maintitle__heading::before, .\@maintitle.-cateTop .\@maintitle__heading::after {
  content: "";
  display: block;
  position: absolute;
}
.\@maintitle.-cateTop .\@maintitle__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  background-blend-mode: multiply;
  background-position: left -0.8rem center;
  background-repeat: no-repeat;
  background-size: calc(100vw - 3.19rem);
  background-color: rgba(2, 79, 160, 0.9);
  filter: blur(0.1rem);
  z-index: -1;
}
.pg-company .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/company/img/ph_main@2x.jpg);
}
.pg-ir .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/ir/img/ph_main@2x.jpg);
}
.pg-bosyu .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/bosyu/img/ph_main@2x.jpg);
}
.pg-business .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/business/img/ph_main@2x.jpg);
}
.pg-sustainability .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/sustainability/img/ph_main@2x.jpg);
}
.pg-isms .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/isms/img/ph_main@2x.jpg);
}
.pg-news .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/news/img/ph_main@2x.jpg);
}
.pg-privacy .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/privacy/img/ph_main@2x.jpg);
}
.pg-terms .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/terms/img/ph_main@2x.jpg);
}
.pg-trustResolution .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: url(/trustResolution/img/ph_main@2x.jpg);
}
_:-ms-lang(x)::-ms-backdrop, .pg-company .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-company .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-ir .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-ir .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-bosyu .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-bosyu .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-business .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-business .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-sustainability .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-sustainability .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-isms .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-isms .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-news .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-news .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-privacy .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-privacy .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-terms .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-terms .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
_:-ms-lang(x)::-ms-backdrop, .pg-trustResolution .\@maintitle.-cateTop .\@maintitle__heading::before {
  background-image: none;
  background-color: rgba(2, 79, 160, 0.9);
  filter: inherit;
}

@supports (-ms-ime-align: auto) {
  .pg-trustResolution .\@maintitle.-cateTop .\@maintitle__heading::before {
    background-image: none;
    background-color: rgba(2, 79, 160, 0.9);
    filter: inherit;
  }
}
.\@maintitle.-cateTop .\@maintitle__heading::after {
  width: calc(100% - 0.07rem);
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
  border-left: 1px solid rgba(255, 255, 255, 0.38);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 3.2rem;
  background-image: url(img/bg_singlePage@2x.png);
}
@media screen and (max-width: 767px) {
  .\@maintitle.-cateTop .\@maintitle__heading::after {
    background-size: 40vw;
  }
}
.\@maintitle.-cateTop .\@maintitle__sub {
  display: block;
  color: #024fa0;
  font-family: triplex-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  color: #024fa0;
  background-color: #fff;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle.-cateTop .\@maintitle__sub {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-cateTop {
    height: 5.5rem;
  }
  .\@maintitle.-cateTop .\@maintitle__heading {
    margin-left: 0.8rem;
    width: 3.2rem;
  }
  .\@maintitle.-cateTop .\@maintitle__sub {
    font-size: 0.12rem;
    min-width: 1.61rem;
    margin-top: 0.075rem;
    padding: 0.02rem 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-cateTop {
    height: 66.67vw;
  }
  .\@maintitle.-cateTop .\@maintitle__heading {
    width: 39.47vw;
    margin-left: 5.87vw;
    background-size: 42.93vw;
  }
  .\@maintitle.-cateTop .\@maintitle__sub {
    font-size: 2.67vw;
    min-width: 24vw;
    margin-top: 2vw;
    padding: 0.53vw 0.8vw;
  }
}

/* カテゴリ（その他）
───────────────────────────────── */
.\@maintitle.-others {
  display: flex;
  flex-direction: column;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg-company .\@maintitle.-others {
  background-image: url(/company/img/bg_mainttl@2x.png);
}
.pg-ir .\@maintitle.-others {
  background-image: url(/ir/img/bg_mainttl@2x.png);
}
.pg-bosyu .\@maintitle.-others {
  background-image: url(/bosyu/img/bg_mainttl@2x.png);
}
.pg-business .\@maintitle.-others {
  background-image: url(/business/img/bg_mainttl@2x.png);
}
.pg-sustainability .\@maintitle.-others {
  background-image: url(/sustainability/img/bg_mainttl@2x.png);
}
.pg-isms .\@maintitle.-others {
  background-image: url(/isms/img/bg_mainttl@2x.png);
}
.pg-news .\@maintitle.-others {
  background-image: url(/news/img/bg_mainttl@2x.png);
}
.pg-privacy .\@maintitle.-others {
  background-image: url(/privacy/img/bg_mainttl@2x.png);
}
.pg-terms .\@maintitle.-others {
  background-image: url(/terms/img/bg_mainttl@2x.png);
}
.pg-trustResolution .\@maintitle.-others {
  background-image: url(/trustResolution/img/bg_mainttl@2x.png);
}
.\@maintitle.-others::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.\@maintitle.-others .\@maintitle__heading {
  line-height: 1.4;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle.-others .\@maintitle__heading {
    font-family: Meiryo, sans-serif;
  }
}
.\@maintitle.-others .\@maintitle__sub {
  text-transform: uppercase;
  display: block;
  color: #024fa0;
  font-family: triplex-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle.-others .\@maintitle__sub {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-others {
    height: 3.39rem;
    padding-top: 1.6rem;
    padding-left: 0.79rem;
  }
  .\@maintitle.-others::before {
    height: 0.64rem;
  }
  .\@maintitle.-others .\@maintitle__heading {
    font-size: 0.38rem;
  }
  .\@maintitle.-others .\@maintitle__sub {
    font-size: 0.14rem;
    margin-top: 0.04rem;
  }
  .\@maintitle.-others + .\@topicpath {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-others {
    height: 54.13vw;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .\@maintitle.-others::before {
    height: 17.07vw;
  }
  .\@maintitle.-others .\@maintitle__heading {
    font-size: 5.6vw;
  }
  .\@maintitle.-others .\@maintitle__sub {
    font-size: 3.2vw;
    margin-top: 1.33vw;
  }
}

/* カテゴリ（詳細）
───────────────────────────────── */
.\@maintitle.-detail {
  position: relative;
}
.\@maintitle.-detail::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-detail::before {
    width: 4.56rem;
    height: 1.63rem;
  }
  .\@maintitle.-detail::before.-wide {
    width: 5.56rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-detail::before {
    width: 52.8vw;
    height: 23.47vw;
  }
}
_:-ms-lang(x)::-ms-backdrop, .\@maintitle.-detail::before {
  background-color: rgba(2, 79, 160, 0.9);
}

@supports (-ms-ime-align: auto) {
  .\@maintitle.-detail::before {
    background-color: rgba(2, 79, 160, 0.9);
  }
}
.\@maintitle.-detail .\@maintitle__heading {
  line-height: 1.4;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  z-index: 5;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle.-detail .\@maintitle__heading {
    font-family: Meiryo, sans-serif;
  }
}
_:-ms-lang(x)::-ms-backdrop, .\@maintitle.-detail .\@maintitle__heading {
  line-height: 1.8;
}

.\@maintitle.-detail .\@maintitle__sub {
  display: block;
  text-transform: uppercase;
  display: block;
  font-family: triplex-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle.-detail .\@maintitle__sub {
    font-family: Meiryo, sans-serif;
  }
}
.\@maintitle.-detail .\@maintitle__img {
  width: 100%;
}
.\@maintitle.-detail .\@maintitle__img img {
  height: 100%;
  object-position: 50% 50%;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-detail {
    height: 5.5rem;
  }
  .\@maintitle.-detail .\@maintitle__heading {
    font-size: 0.285rem;
    width: 4.56rem;
    height: 1.63rem;
    padding-left: 1.44rem;
  }
  .\@maintitle.-detail .\@maintitle__sub {
    font-size: 0.14rem;
    margin-top: 0.06rem;
    display: block;
  }
  .\@maintitle.-detail .\@maintitle__img {
    height: 5.5rem;
    max-height: 5.5rem;
  }
  .\@maintitle.-detail + .\@topicpath {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-detail {
    height: 66.67vw;
    align-items: center;
    text-align: center;
  }
  .\@maintitle.-detail .\@maintitle__heading {
    font-size: 4.8vw;
    width: 1.98rem;
    height: 0.88rem;
  }
  .\@maintitle.-detail .\@maintitle__sub {
    font-size: 3.2vw;
    margin-top: 1.33vw;
  }
  .\@maintitle.-detail .\@maintitle__img {
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .-wide::before,
.-wide .\@maintitle__heading {
    width: 5.36rem !important;
  }
}
@media screen and (max-width: 767px) {
  .-wide::before,
.-wide .\@maintitle__heading {
    width: 68.8vw !important;
  }
}

/* スライダあり
───────────────────────────────── */
.\@maintitle.-slider .\@maintitle__leadBox {
  background-color: #024fa0;
  background-size: no-repeat;
  background-image: url(img/bg_logo_business@2x.png);
}
.\@maintitle.-slider .\@maintitle__leadBox * {
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-slider .\@maintitle__leadBox {
    background-position: top -0.15rem right 0.06rem;
    background-size: 4.34rem;
    margin-top: -1.17rem;
    padding: 1.26rem 0.86rem 0.815rem 0.81rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-slider .\@maintitle__leadBox {
    background-position: top -4vw right 1.6vw;
    background-size: 61.33vw;
    margin-top: -4.53vw;
    padding: 10.67vw 6.13vw 10.67vw;
  }
}
.\@maintitle.-slider .\@maintitle__heading {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-slider .\@maintitle__heading {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-slider .\@maintitle__heading {
    align-items: center;
    font-size: 7.07vw;
    line-height: 1.4;
  }
}
.\@maintitle.-slider .\@maintitle__label {
  border: 1px solid #fff;
  line-height: 1;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-slider .\@maintitle__label {
    font-size: 0.14rem;
    margin-bottom: 0.08rem;
    padding: 0.04rem 0.19rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-slider .\@maintitle__label {
    font-size: 2.93vw;
    margin-bottom: 2.13vw;
    padding: 1.33vw 6.67vw 1.07vw;
  }
}
.\@maintitle.-slider .\@maintitle__lead {
  letter-spacing: 0.104em;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-slider .\@maintitle__lead {
    margin-top: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-slider .\@maintitle__lead {
    margin-top: 0.8vw;
    line-height: 2;
  }
}
.\@maintitle.-slider .\@topicpath li + li::before {
  border-top-color: #fff;
  border-right-color: #fff;
}
.\@maintitle.-slider .\@topicpath a {
  color: #fff;
}
.\@maintitle.-slider .\@pageNavigation {
  margin-top: 0.42rem;
}
.\@maintitle.-slider .\@pageNavigation__list {
  padding-right: 0;
}
.\@maintitle.-slider .\@pageNavigation__item {
  width: 25%;
  border-left-color: rgba(255, 255, 255, 0.3);
}
.\@maintitle.-slider .\@pageNavigation__item:last-of-type {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.\@maintitle.-slider .\@pageNavigation__item:nth-child(n+5) {
  margin-top: 0.11rem;
}
.\@maintitle.-slider .\@pageNavigation__link {
  font-size: 0.14rem;
  padding-left: 0.15rem;
  padding-right: 0.1rem;
}

#\@maintitleSlider {
  opacity: 0;
  transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#\@maintitleSlider.slick-initialized {
  opacity: 1;
}

.\@maintitleSlider__item {
  outline: none;
}
@media screen and (min-width: 768px), print {
  .\@maintitleSlider__item {
    padding: 0.1rem 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitleSlider__item {
    width: 82.67vw;
    padding: 1.6vw 0.53vw;
  }
}

.\@maintitleSlider__img {
  border-radius: 24px 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .\@maintitleSlider__img {
    border-radius: 12px 0 12px 12px;
  }
}

/* スライダあり
───────────────────────────────── */
.casa__title {
  color: #d1344f;
}
.casa__title span {
  display: block;
  color: #d1344f !important;
}
@media screen and (min-width: 768px), print {
  .casa__title span {
    font-size: 0.21rem;
  }
}
@media screen and (max-width: 767px) {
  .casa__title span {
    font-size: 3.73vw;
    margin-bottom: 2.13vw;
  }
}

.\@maintitle.-region {
  position: relative;
  z-index: 1;
}
.\@maintitle.-region::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #E3981F;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat, repeat;
  background-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-region {
    padding: 0.1rem 0.1rem 0.88rem;
  }
  .\@maintitle.-region::before {
    background-position: right 0.064rem bottom 0.19rem, center center;
    background-image: url(/common/css/img/bg_logo_region@2x.png), url(/sustainability/css/img/bg_csr@2x.png);
    background-size: 4.31rem, 6rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle.-region::before {
    background-image: url(img/bg_logo_region.png);
    background-position: right 0.064rem bottom 0.19rem;
    background-size: 4.31rem;
    background-color: rgba(227, 152, 31, 0.95);
    background-repeat: inherit;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-region {
    padding: 3.73vw 2.4vw 8vw;
  }
  .\@maintitle.-region::before {
    background-position: right -13.6vw bottom 6.13vw, center center;
    background-image: url(img/bg_logo_region.png), url(/sustainability/css/img/bg_csr.png);
    background-size: 85.33vw, 160vw;
  }
}
.\@maintitle.-region .\@maintitle__inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .\@maintitle.-region .\@maintitle__inner {
    flex-direction: column;
  }
}
.\@maintitle.-region .\@maintitle__heading {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
.\@maintitle.-region .\@maintitle__heading::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(img/bg_japan@2x.png);
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-region .\@maintitle__heading {
    width: 2.14rem;
    min-width: 2.14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: tb-rl;
  }
  .\@maintitle.-region .\@maintitle__heading.-region {
    writing-mode: lr-tb;
    width: 100%;
    min-width: 100%;
    display: block;
  }
  .\@maintitle.-region .\@maintitle__heading::before {
    bottom: 0.17rem;
    width: 2.05rem;
    height: 2.17rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-region .\@maintitle__heading {
    order: 2;
    margin-top: 4.53vw;
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }
  .\@maintitle.-region .\@maintitle__heading > * {
    display: block;
    text-align: center;
  }
  .\@maintitle.-region .\@maintitle__heading::before {
    bottom: 4.53vw;
    width: 26.4vw;
    height: 31.2vw;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.\@maintitle.-region .\@maintitle__title {
  letter-spacing: 0.18em;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-region .\@maintitle__sub {
    position: absolute;
    font-size: 0.13rem;
    top: 0.26rem;
    left: 0.16rem;
  }
  .\@maintitle.-region .\@maintitle__title {
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-region .\@maintitle__sub {
    font-size: 3.2vw;
  }
  .\@maintitle.-region .\@maintitle__title {
    font-size: 5.6vw;
    letter-spacing: 0.095em;
  }
}
.\@maintitle.-region .\@maintitle__imageWrap {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-region .\@maintitle__imageWrap {
    padding-left: 0.08rem;
  }
  .\@maintitle.-region .\@maintitle__imageWrap img {
    border-radius: 0.24rem 0 0.24rem 0.24rem;
  }
  .\@maintitle.-region .\@maintitle__imageLeft {
    width: 32.5495049505%;
  }
  .\@maintitle.-region .\@maintitle__imageLeft .\@maintitle__image + .\@maintitle__image {
    margin-top: 0.08rem;
  }
  .\@maintitle.-region .\@maintitle__imageRight {
    width: 66.0891089109%;
    margin-left: 0.11rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-region .\@maintitle__imageWrap {
    grid-template-columns: 30.93vw 1fr;
    grid-template-rows: 30.93vw;
    row-gap: 1.07vw;
    column-gap: 1.33vw;
  }
  .\@maintitle.-region .\@maintitle__imageWrap img {
    border-radius: 3.2vw 0 3.2vw 3.2vw;
  }
  .\@maintitle.-region .\@maintitle__imageLeft {
    width: 30.93vw;
  }
  .\@maintitle.-region .\@maintitle__imageLeft .\@maintitle__image + .\@maintitle__image {
    margin-top: 1.07vw;
  }
  .\@maintitle.-region .\@maintitle__imageRight {
    width: 62.93vw;
    margin-left: 1.33vw;
  }
}
.\@maintitle.-region .\@maintitle__lead {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .\@maintitle.-region .\@maintitle__lead {
    padding-right: 5.6vw;
    padding-left: 5.6vw;
  }
}
.\@maintitle.-region .\@maintitle__leadTitle {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.13em;
}
@media all and (-ms-high-contrast: none) {
  .\@maintitle.-region .\@maintitle__leadTitle {
    font-family: Meiryo, sans-serif;
  }
}
.\@maintitle.-region .\@maintitle__leadText {
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px), print {
  .\@maintitle.-region .\@maintitle__lead {
    width: 7rem;
    margin-top: 0.54rem;
    margin-right: auto;
    margin-left: auto;
  }
  .\@maintitle.-region .\@maintitle__leadTitle {
    font-size: 0.38rem;
  }
  .\@maintitle.-region .\@maintitle__leadText {
    margin-top: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .\@maintitle.-region .\@maintitle__lead {
    margin-top: 5.33vw;
    margin-right: auto;
    margin-left: auto;
  }
  .\@maintitle.-region .\@maintitle__leadTitle {
    font-size: 4.8vw;
    letter-spacing: 0.075em;
  }
  .\@maintitle.-region .\@maintitle__leadText {
    font-size: 3.47vw;
    margin-top: 3.47vw;
  }
}
.\@maintitle.-casa {
  position: relative;
  z-index: 1;
}
.\@maintitle.-casa::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #d1344f;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat, repeat;
  background-blend-mode: multiply;
  z-index: -1;
}

/* Block
───────────────────────────────── */
.\@news {
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 50%;
  background-image: url(img/bg_news@2x.png);
  background-size: 50px;
}
.\@news .\@section__title {
  color: #1a1a1a;
}
.l-contents .\@news .\@news__inner {
  position: relative;
}
.l-contents .\@news .\@news__more {
  position: absolute;
  top: 0.22rem;
  right: 0.635rem;
}
@media screen and (max-width: 767px) {
  .l-contents .\@news .\@news__more {
    margin-top: 0;
    right: 0;
  }
}
.\@news__inner {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .\@news {
    margin-top: 1.05rem;
    padding: 0.64rem 0.95rem 0.64rem 0.8rem;
  }
  .\@news__inner {
    width: 100%;
    border-radius: 0.24rem 0 0.24rem 0.24rem;
    padding: 0.315rem 0.635rem 0 0.645rem;
  }
}
@media screen and (max-width: 767px) {
  .\@news {
    margin-top: 10.67vw;
    padding: 4.27vw;
  }
  .\@news__inner {
    border-radius: 3.2vw 0 3.2vw 3.2vw;
    padding-top: 4.53vw;
  }
}
.-sdgs .\@news {
  border-top: 1px solid #ddd;
}

@media screen and (min-width: 768px), print {
  .\@news__list {
    margin-top: 0.4rem;
    padding-bottom: 0.345rem;
  }
}
@media screen and (max-width: 767px) {
  .\@news__list {
    padding: 7.33vw 5.07vw;
  }
}

.\@news__item {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .\@news__item {
    padding-right: 0.25rem;
  }
  .\@news__item + .\@news__item {
    margin-top: 0.28rem;
  }
}
@media screen and (max-width: 767px) {
  .\@news__item + .\@news__item {
    margin-top: 4.53vw;
  }
}

.\@news__link {
  text-decoration: none;
  position: relative;
  display: block;
  transition: opacity 0.3s ease-out;
}
.\@news__link[target=_blank]::after, .\@news__link[href$=".pdf"]::after {
  display: none;
}
.\@news__link[target=_blank]::after {
  display: none;
}
.\@news__link[target=_blank] .\@news__title::before {
  background: url(img/icon_window.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.12rem;
  height: 0.12rem;
  vertical-align: text-bottom;
}
.\@news__link[href$=".pdf"] .\@news__title::before {
  background: url(img/icon_pdf.svg) no-repeat left top;
  background-size: contain;
  display: inline-block;
  margin-right: 0.1rem;
  width: 1.2em;
  height: 1.2em;
  vertical-align: text-bottom;
}
.\@news__link .\@arrow {
  position: absolute;
  top: 0.3em;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .\@news__link {
    padding-right: 0.7rem;
    padding-left: 0.3rem;
  }
  .\@news__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .\@news__link {
    padding-left: 6.67vw;
  }
}

.\@news__info {
  display: flex;
  align-items: center;
}
.\@news__info .date {
  display: block;
  color: rgba(26, 26, 26, 0.38);
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@news__info .date {
    font-family: Meiryo, sans-serif;
  }
}
.\@news__info .label {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  background-color: #ECF5FD;
  color: #024fa0;
  font-weight: bold;
}
@media screen and (min-width: 768px), print {
  .\@news__info .date {
    font-size: 0.14rem;
    width: 0.79rem;
  }
  .\@news__info .label {
    width: 1.2rem;
    height: 0.21rem;
    font-size: 0.11rem;
  }
}
@media screen and (max-width: 767px) {
  .\@news__info .date {
    width: 21.07vw;
  }
  .\@news__info .label {
    width: 24vw;
    height: 4.8vw;
    font-size: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .under .\@news__info .date {
    font-size: 0.15rem;
  }
  .under .\@news__info .label {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .under .\@news__info .date {
    width: 21.07vw;
  }
  .under .\@news__info .label {
    width: 24vw;
    height: 5.6vw;
    font-size: 2.67vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .\@news__info .date {
    width: 1rem;
  }
}
.\@news__title {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .\@news__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.16rem;
    margin-top: 0.02rem;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  .\@news__title {
    margin-top: 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .\@news__title {
    margin-top: 0.53vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-right: 0vw;
  }
}

.\@news__more--link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@news__more--link {
    font-family: Meiryo, sans-serif;
  }
}
.\@news__more--link, .\@news__more--link:active, .\@news__more--link:hover, .\@news__more--link:link, .\@news__more--link:visited {
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .\@news__more {
    margin-top: 0.18rem;
  }
  .\@news__more .\@arrow {
    margin-right: 0.08rem;
  }
  .\@news__more--link {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .\@news__more {
    margin-top: 4.8vw;
    padding-right: 4.93vw;
    padding-bottom: 4.8vw;
  }
  .\@news__more .\@arrow {
    margin-right: 2.13vw;
  }
  .\@news__more--link {
    font-size: 3.47vw;
  }
}
@media screen and (max-width: 767px) {
  .\@news__more.under {
    margin-top: 2.13vw;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-area-tabWrap .sct-title {
    padding-left: 0.22rem;
  }
  .ve .news-area-tabWrap .sct-title {
    padding-left: 0;
  }
}

/* Block
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@paragraph + .\@paragraph {
    margin-top: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .\@paragraph + .\@paragraph {
    margin-top: 6.4vw;
  }
}

.note {
  text-align: right;
  font-size: 0.12rem;
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px), print {
  .note {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .note {
    margin-top: 4.27vw;
  }
}

/* Block
───────────────────────────────── */
.\@table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  word-break: break-all;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@table {
    table-layout: fixed;
  }
}
@media screen and (min-width: 768px), print {
  .\@table.-w25 .\@table__heading {
    width: 2rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px), print {
  .\@table.-w25 .\@table__heading {
    width: 2rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .\@table.-row .\@table__heading,
.\@table.-row .\@table__data {
    display: block;
  }
}
.\@table.-column {
  text-align: center;
  border-left: 0 solid transparent;
}
.\@table.-column .\@table__heading:not(:first-of-type),
.\@table.-column .\@table__data:not(:first-of-type) {
  border-left: 1px solid #dddddd;
}
.\@table.-white {
  background: #fff;
}
.\@table.-sdgs td {
  width: 30%;
}
.\@table.-sdgs td img {
  width: 50%;
}
.\@table.-sdgs td:last-child {
  width: 70%;
  text-align: left;
}
.\@table.u-textLeft {
  text-align: left;
}
@media screen and (min-width: 768px), print {
  .\@table.-headingNowrap .\@table__heading {
    white-space: nowrap;
  }
}
.\@table.-cellVerticalBase .\@table__heading,
.\@table.-cellVerticalBase .\@table__data {
  vertical-align: baseline;
}

/* spScroll
───────────────────────────────── */
@media screen and (max-width: 767px) {
  .\@table__spScroll {
    transform: scale(1, -1);
    padding-bottom: 20px;
    overflow-x: scroll;
  }
  .\@table__spScroll .\@table {
    transform: scale(1, -1);
  }
  .\@table__spScroll .\@table th, .\@table__spScroll .\@table td {
    white-space: nowrap;
  }

  .\@table__spScroll::-webkit-scrollbar {
    height: 8px;
  }

  .\@table__spScroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }

  .\@table__spScroll::-webkit-scrollbar-track-piece {
    background: #efefef;
    border-radius: 5px;
  }

  .\@table__spScroll-contents {
    transform: scale(1, -1);
  }
}
/* Cell
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@table__heading,
.\@table__data {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .-row .\@table__heading,
.-row .\@table__data {
    padding: 0.2rem 0.2rem;
  }
  .-column .\@table__heading,
.-column .\@table__data {
    padding: 0.2rem 0.24rem 0.2rem 0.4rem;
  }
  .\@table__heading.-min,
.\@table__data.-min {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 767px) {
  .\@table__heading,
.\@table__data {
    font-size: 3.6vw;
    line-height: 1.65;
    text-align: left;
  }
  .sp-min .\@table__heading,
.sp-min .\@table__data {
    font-size: 2.93vw;
    line-height: 1.2;
  }
  .\@table__heading.-min,
.\@table__data.-min {
    font-size: 2.93vw;
  }
}

.\@table__heading {
  background: #f4f4f5;
}
@media screen and (max-width: 767px) {
  .\@table.-row .\@table__heading {
    padding: 1.87vw 2.67vw;
    font-size: 3.47vw;
  }

  .\@table.-row .\@table__row:first-child .\@table__heading {
    border-top: 1px solid #dddddd;
  }
}
@media screen and (max-width: 767px) {
  .\@table.-column .\@table__heading {
    padding: 2.13vw 2.67vw;
  }

  .\@table.-column .\@table__row:first-child .\@table__heading {
    border-top: 1px solid #dddddd;
  }
}

.\@table__data {
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .-row .\@table__row .\@table__data {
    padding: 1.6vw 2.67vw 5.87vw;
  }
}
@media screen and (max-width: 767px) {
  .-column .\@table__row .\@table__data {
    padding: 2.13vw 2.67vw;
  }
}

/* Thumbnail
───────────────────────────────── */
.\@table__thumbnail-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .\@table__thumbnail-list {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .\@table__thumbnail-list {
    margin-top: 5.33vw;
  }
}

@media screen and (min-width: 768px), print {
  .\@table__thumbnail-item {
    margin-right: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .\@table__thumbnail-item {
    width: 100%;
  }
  .\@table__thumbnail-item img {
    width: 100%;
  }
  .\@table__thumbnail-item + .\@table__thumbnail-item {
    margin-top: 4.27vw;
  }
}

/* Paragraph
───────────────────────────────── */
.\@table__paragraph + .\@table__paragraph {
  margin-top: 0.7em;
}

/* title
   ========================================================================== */
/* セクション
───────────────────────────────── */
.\@section__title {
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0.14em;
}
.\@section__title .sub {
  color: #024fa0;
  font-family: triplex-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  letter-spacing: 0.04em;
}
@media all and (-ms-high-contrast: none) {
  .\@section__title .sub {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@section__title {
    font-size: 0.21rem;
    padding-bottom: 0.14rem;
    display: flex;
    align-items: center;
  }
  .\@section__title .sub {
    font-size: 0.16rem;
    margin-left: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .\@section__title {
    font-size: 4.27vw;
    padding-bottom: 3.73vw;
    text-align: center;
  }
  .\@section__title .sub {
    display: block;
    font-size: 3.2vw;
    line-height: 1;
  }
}

/* Block
───────────────────────────────── */
.\@anker {
  display: inline-block;
  position: relative;
}
.\@anker, .\@anker:active, .\@anker:hover, .\@anker:link, .\@anker:visited {
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .\@anker {
    text-decoration: none;
    background: linear-gradient(rgba(2, 79, 160, 0.618), rgba(2, 79, 160, 0.618)) left bottom 0.0618em/100% 1px no-repeat;
    transition: background-size 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .\@anker:hover {
    background-position: right bottom 0.0618em;
    background-size: 0 1px;
    opacity: 0.65;
  }
}
@media screen and (max-width: 767px) {
  a.\@anker {
    text-decoration: underline;
  }
}
.\@anker:after {
  all: unset !important;
}
.\@anker.-blank:before {
  position: absolute;
  top: 0.9em;
  background: url(img/icon_window.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
}
.\@anker.-blank::after {
  display: none;
}
@media screen and (min-width: 768px), print {
  .\@anker.-blank {
    margin-left: 0.18rem;
  }
  .\@anker.-blank:before {
    left: -0.18rem;
    margin-top: -0.05rem;
    width: 0.1rem;
    height: 0.1rem;
    background-size: 0.1rem 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .\@anker.-blank {
    margin-left: 4.8vw;
  }
  .\@anker.-blank:before {
    left: -4.8vw;
    margin-top: -1.33vw;
    width: 2.67vw;
    height: 2.67vw;
    background-size: 2.67vw 2.67vw;
  }
}
.\@anker.-pdf:before {
  position: absolute;
  top: 0.9em;
  background: url(img/icon_pdf.svg) no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
}
.\@anker.-pdf::after {
  all: unset;
  display: none;
}
@media screen and (min-width: 768px), print {
  .\@anker.-pdf {
    margin-left: 0.25rem;
  }
  .\@anker.-pdf:before {
    left: -0.25rem;
    margin-top: -0.085rem;
    width: 17px;
    height: 17px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .\@anker.-pdf {
    margin-left: 6.67vw;
  }
  .\@anker.-pdf:before {
    left: -6.67vw;
    margin-top: -2.27vw;
    width: 4.53vw;
    height: 4.53vw;
    background-size: 4.53vw 4.53vw;
  }
}
.\@anker.-arrow:before {
  position: absolute;
  top: 0.55em;
  background-size: contain;
  content: "▶";
  display: block;
  text-decoration: none;
}
.\@anker.-arrow::after {
  all: unset;
  display: none;
}
@media screen and (min-width: 768px), print {
  .\@anker.-arrow {
    margin-left: 0.23rem;
  }
  .\@anker.-arrow:before {
    left: -0.23rem;
    margin-top: -0.075rem;
    width: 15px;
    height: 15px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .\@anker.-arrow {
    margin-left: 6.13vw;
  }
  .\@anker.-arrow:before {
    left: -6.13vw;
    margin-top: -2vw;
    width: 4vw;
    height: 4vw;
    background-size: 4vw 4vw;
  }
}
.\@anker.-noicon::before, .\@anker.-noicon::after {
  display: none;
}

/* Block
───────────────────────────────── */
.\@unordered__list {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .\@unordered__list + * {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .\@unordered__list + * {
    margin-top: 1.33vw;
  }
}

.\@unordered__item {
  display: flex;
}
.\@unordered__item:before {
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid currentColor;
  margin-top: 0.75em;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .\@unordered__item:before {
    width: 6px;
    min-width: 6px;
    height: 6px;
    min-height: 6px;
    margin-right: 0.08rem;
  }
  .\@unordered__item + .\@unordered__item {
    margin-top: 0.04rem;
  }
}
@media screen and (max-width: 767px) {
  .\@unordered__item:before {
    width: 6px;
    min-width: 6px;
    height: 6px;
    min-height: 6px;
    margin-right: 2.13vw;
  }
  .\@unordered__item + .\@unordered__item {
    margin-top: 1.07vw;
  }
}

/* Block
───────────────────────────────── */
.\@ordered__list {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .\@ordered__list + * {
    margin-top: 0.16rem;
  }
}
.\@ordered__item {
  counter-increment: number;
  display: flex;
}
.\@ordered__item:before {
  content: counter(number) ".";
  color: rgba(26, 26, 26, 0.382);
  display: block;
  min-width: 1em;
  font-family: mr-eaves-modern, sans-serif;
  font-style: normal;
  font-weight: 400;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@ordered__item:before {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@ordered__item:before {
    margin-right: 0.04rem;
  }
  .\@ordered__item + .\@ordered__item {
    margin-top: 0.04rem;
  }
}
@media screen and (max-width: 767px) {
  .\@ordered__item:before {
    font-size: 3.73vw;
    margin-right: 1.07vw;
  }
  .\@ordered__item + .\@ordered__item {
    margin-top: 1.07vw;
  }
}

/* Block
───────────────────────────────── */
.\@aside {
  background-color: #f1f8ff;
}
@media screen and (min-width: 768px), print {
  .\@aside {
    padding: 0.24rem 0.4rem;
  }
  .\@aside + * {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .\@aside {
    padding: 4.93vw 5.07vw;
  }
  .\@aside + * {
    margin-top: 4.27vw;
  }
}
@media screen and (min-width: 768px), print {
  .\@aside.-adoveDownload {
    display: flex;
    align-items: center;
    padding-top: 0.355rem;
    padding-bottom: 0.355rem;
  }
  .\@aside.-adoveDownload .\@aside__img {
    width: 1.58rem;
    min-width: 1.58rem;
  }
  .\@aside.-adoveDownload .\@paragraph {
    margin-left: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .\@aside.-adoveDownload .\@paragraph {
    margin-top: 2.67vw;
  }
}

/* Block
───────────────────────────────── */
/* List
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@backgroundPageNavigation__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.12rem;
    margin-left: -0.12rem;
  }
}

.\@backgroundPageNavigation__item {
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .\@backgroundPageNavigation__item {
    width: 50%;
    padding-right: 0.12rem;
    padding-left: 0.12rem;
  }
  .\@backgroundPageNavigation__item:nth-of-type(n+3) {
    margin-top: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .\@backgroundPageNavigation__item + .\@backgroundPageNavigation__item {
    margin-top: 2.13vw;
  }
}

/* Link
───────────────────────────────── */
.\@backgroundPageNavigation__link {
  display: flex;
  align-items: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  background-color: #f1f8ff;
}
@media all and (-ms-high-contrast: none) {
  .\@backgroundPageNavigation__link {
    font-family: Meiryo, sans-serif;
  }
}
.white .\@backgroundPageNavigation__link {
  background: #fff;
}
.\@backgroundPageNavigation__link, .\@backgroundPageNavigation__link:active, .\@backgroundPageNavigation__link:hover, .\@backgroundPageNavigation__link:link, .\@backgroundPageNavigation__link:visited {
  text-decoration: none;
}
.\@backgroundPageNavigation__link .\@backgroundPageNavigation__sub {
  font-size: 67%;
}
@media screen and (min-width: 768px), print {
  .\@backgroundPageNavigation__link {
    font-size: 0.18rem;
    border-radius: 0.16rem 0 0.16rem 0.16rem;
    padding: 0.44rem 0.4rem;
    transition: color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .\@backgroundPageNavigation__link:hover {
    color: #024fa0;
  }
  .\@backgroundPageNavigation__link .\@arrow {
    margin-right: 0.08rem;
  }
  .\@backgroundPageNavigation__link .\@backgroundPageNavigation__sub {
    font-size: 67%;
    margin-left: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .\@backgroundPageNavigation__link {
    font-size: 4.27vw;
    border-radius: 2.67vw 0 2.67vw 2.67vw;
    padding: 6.4vw 5.33vw;
  }
  .\@backgroundPageNavigation__link .\@arrow {
    margin-right: 2.13vw;
  }
  .\@backgroundPageNavigation__link .\@backgroundPageNavigation__sub {
    margin-left: 2.13vw;
  }
}
.\@backgroundPageNavigation__link[target=_blank]::after {
  display: none;
}
.\@backgroundPageNavigation__link[target=_blank] > span {
  display: flex;
  align-items: center;
}
.\@backgroundPageNavigation__link[target=_blank] > span::before {
  content: "";
  display: block;
  background: url(/common/css/img/icon_window.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .\@backgroundPageNavigation__link[target=_blank] > span::before {
    margin-right: 0.09rem;
  }
}
@media screen and (max-width: 767px) {
  .\@backgroundPageNavigation__link[target=_blank] > span::before {
    margin-right: 2.4vw;
  }
}

/* Block
───────────────────────────────── */
.\@bannarLink {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.\@bannarLink, .\@bannarLink:active, .\@bannarLink:hover, .\@bannarLink:link, .\@bannarLink:visited {
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  .\@bannarLink {
    min-height: 2.64rem;
  }
  .\@bannarLink + * {
    margin-top: 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .\@bannarLink {
    display: block;
  }
  .\@bannarLink + * {
    margin-top: 17.07vw;
  }
}

.\@bannarLink__img {
  width: 100%;
  height: auto;
  border-radius: 0.24rem 0 0.24rem 0.24rem;
  overflow: hidden;
}
.\@bannarLink__img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .\@bannarLink__img {
    border-radius: 0rem 0 0rem 0rem;
  }
}

.\@bannarLink__box {
  width: 3.2rem;
  position: absolute;
  top: 50%;
  right: 0.32rem;
  transform: translateY(-50%);
  border-radius: 0.16rem 0 0.16rem 0.16rem;
  background-color: #fff;
  padding: 0.46rem 0.28rem 0.49rem;
}
@media screen and (max-width: 767px) {
  .\@bannarLink__box {
    width: 85.33vw;
    position: relative;
    display: block;
    top: 0%;
    right: 0vw;
    transform: translateY(0%);
    border-radius: 0vw 0;
    padding: 4.27vw 6.4vw 6.4vw;
  }
}

.\@bannarLink__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  display: flex;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  .\@bannarLink__title {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@bannarLink__title {
    font-size: 0.21rem;
  }
  .\@bannarLink__title .\@arrow {
    margin-right: 0.09rem;
  }
}
@media screen and (max-width: 767px) {
  .\@bannarLink__title {
    font-size: 4.27vw;
  }
  .\@bannarLink__title .\@arrow {
    margin-right: 2.4vw;
  }
}

@media screen and (min-width: 768px), print {
  .\@bannarLink__text {
    font-size: 0.14rem;
  }
}

/* BusinessLinks
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@businessLinks {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0.39rem;
  }
  #home .\@businessLinks {
    padding-right: 0;
  }
}
.\@businessLinks__item {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px), print {
  body:not(#home) .\@businessLinks__item {
    width: 50%;
  }
  body:not(#home) .\@businessLinks__item:nth-of-type(n+3) {
    margin-top: 0.24rem;
  }
  #home .\@businessLinks__item {
    width: 33.3333333333%;
  }
  #home .\@businessLinks__item:nth-of-type(n+4) {
    margin-top: 0.35rem;
  }
}
@media screen and (max-width: 767px) {
  .\@businessLinks__item {
    width: 100%;
  }
  .\@businessLinks__item + .\@businessLinks__item {
    margin-top: 5.33vw;
  }
  #home .\@businessLinks__item + .\@businessLinks__item {
    margin-top: 3.47vw;
  }
}
.\@businessLinks__title {
  display: flex;
  align-items: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  letter-spacing: 0.075em;
  transition: color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media all and (-ms-high-contrast: none) {
  .\@businessLinks__title {
    font-family: Meiryo, sans-serif;
  }
}
.\@businessLinks__item:hover .\@businessLinks__title {
  color: #024fa0;
}

@media screen and (min-width: 768px), print {
  .\@businessLinks__title {
    font-size: 0.16rem;
    margin-top: 0.05rem;
  }
  #home .\@businessLinks__title {
    font-size: 0.15rem;
  }
  .\@businessLinks__title .\@arrow {
    margin-right: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .\@businessLinks__title {
    font-size: 4vw;
    margin-top: 2.67vw;
    padding-right: 4vw;
    padding-left: 1.87vw;
  }
  #home .\@businessLinks__title {
    margin-top: 1.6vw;
    font-size: 4vw;
    padding: 0;
  }
  .\@businessLinks__title .\@arrow {
    margin-right: 1.6vw;
  }
}
@media screen and (min-width: 768px), print {
  .\@businessLinks__image {
    overflow: hidden;
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
    opacity: 1;
  }
  .\@businessLinks__image img {
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transform: scale(1, 1);
  }
  .\@businessLinks__item:hover .\@businessLinks__image {
    opacity: 1;
  }
  .\@businessLinks__item:hover .\@businessLinks__image img {
    transform: scale(1.05, 1.05);
  }
}
/* BusinessLinks
───────────────────────────────── */
.\@businessGroup__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  color: #024fa0;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .\@businessGroup__title {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@businessGroup__title {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .\@businessGroup__title {
    font-size: 4.27vw;
  }
}

@media screen and (min-width: 768px), print {
  .\@businessGroupLinks {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0.3rem;
  }
  #home .\@businessGroupLinks {
    margin-top: 0.24rem;
    margin-right: -0.125rem;
    margin-left: -0.125rem;
    padding-right: 0;
  }
}
.\@businessGroupLinks__item {
  display: block;
  text-decoration: none;
  transition: color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 768px), print {
  .\@businessGroupLinks__item:hover {
    color: #024fa0;
  }
  body:not(#home) .\@businessGroupLinks__item {
    width: 50%;
    margin-right: 0.3rem;
  }
  body:not(#home) .\@businessGroupLinks__item:nth-of-type(even) {
    margin-right: -0.4rem;
  }
  body:not(#home) .\@businessGroupLinks__item:nth-of-type(n + 3) {
    margin-top: 0.2rem;
  }
  #home .\@businessGroupLinks__item {
    width: 25%;
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  #home .\@businessGroupLinks__item:nth-of-type(n + 5) {
    margin-top: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .\@businessGroupLinks__item + .\@businessGroupLinks__item {
    margin-top: 5.33vw;
  }
  #home .\@businessGroupLinks__item + .\@businessGroupLinks__item {
    margin-top: 0vw;
  }
}
.\@businessGroupLinks__title {
  display: flex;
  align-items: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  letter-spacing: 0.075em;
  /* IE */
}
@media all and (-ms-high-contrast: none) {
  .\@businessGroupLinks__title {
    font-family: Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: none) {
  .\@businessGroupLinks__title {
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px), print {
  .\@businessGroupLinks__title {
    font-size: 0.15rem;
    margin-top: 0.07rem;
  }
  #home .\@businessGroupLinks__title {
    font-size: 0.145rem;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 500;
    /* IE11 */
    margin-top: 0.04rem;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: none) {
  #home .\@businessGroupLinks__title {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@businessGroupLinks__title .\@arrow {
    margin-right: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .\@businessGroupLinks__title {
    font-size: 4vw;
    margin-top: 2.67vw;
    padding-right: 4vw;
    padding-left: 1.87vw;
  }
  #home .\@businessGroupLinks__title {
    font-size: 3.73vw;
    margin-top: 0vw;
    padding-right: 4vw;
    padding-left: 8vw;
  }
  .\@businessGroupLinks__title .\@arrow {
    margin-right: 1.6vw;
  }
}
#home .\@businessGroupLinks__image {
  display: none;
}
@media screen and (min-width: 768px), print {
  .\@businessGroupLinks__image {
    border-radius: 0.1rem 0 0.1rem 0.1rem;
    overflow: hidden;
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
    opacity: 1;
  }
  .\@businessGroupLinks__image img {
    will-change: transform;
    transition: transform 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    transform: scale(1, 1);
  }
  .\@businessGroupLinks__item:hover .\@businessGroupLinks__image img {
    transform: scale(1.05, 1.05);
  }
}

/* Block
───────────────────────────────── */
.\@accordion {
  cursor: pointer;
  position: relative;
  transition: background-color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.\@accordion:hover, .\@accordion.-opened {
  background-color: #fff;
}
.\@accordion:hover:after, .\@accordion.-opened:after {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .\@accordion:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid rgba(2, 79, 160, 0.618);
    transition: opacity 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
    pointer-events: none;
    opacity: 0;
  }
}

/* Summary
───────────────────────────────── */
.\@accordion__summary {
  position: relative;
}
.\@accordion.-opened .\@accordion__summary + * {
  margin-top: 0.16rem;
}

/* Button
───────────────────────────────── */
.\@accordion__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  line-height: 1.25;
  border-radius: 8em 0 8em 8em;
  font-size: 0.14rem;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  transition: background-color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media all and (-ms-high-contrast: none) {
  .\@accordion__button {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@accordion__button {
    padding: 0.08rem 0.24rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .\@accordion__button {
    right: 5.15vw;
  }
}
.\@accordion__button.-white {
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .\@accordion__button.-white {
    background-color: #fff;
  }
}
.\@accordion.-opened .\@accordion__button.-white {
  color: #1a1a1a;
}
@media screen and (min-width: 768px), print {
  .\@accordion.-opened .\@accordion__button.-white {
    background: #f4f4f5;
  }
  .\@accordion:hover .\@accordion__button.-white {
    background: #024fa0;
    color: #fff;
  }
}

.\@accordion__button.-lightBlue {
  color: #024fa0;
}
@media screen and (min-width: 768px), print {
  .\@accordion__button.-lightBlue {
    background-color: #f1f8ff;
  }
}
.\@accordion.-opened .\@accordion__button.-lightBlue {
  color: #1a1a1a;
}
@media screen and (min-width: 768px), print {
  .\@accordion.-opened .\@accordion__button.-lightBlue {
    background: #f4f4f5;
  }
  .\@accordion:hover .\@accordion__button.-lightBlue {
    background: #024fa0;
    color: #fff;
  }
}

.\@accordion__button--inner {
  position: relative;
  display: flex;
  align-items: center;
}
.\@accordion__button--inner:before, .\@accordion__button--inner:after {
  content: "";
  display: block;
  width: 0.8em;
  height: 1px;
  background-color: currentColor;
  transition: background-color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), transfrom 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
  top: 0;
  bottom: 0;
  margin: auto;
}
.\@accordion__button--inner:before {
  margin-right: 0.08rem;
}
.\@accordion__button--inner:after {
  position: absolute;
  left: 0;
  transform: rotate(90deg);
}
.\@accordion.-opened .\@accordion__button--inner:before {
  transform: rotate(45deg);
}
.\@accordion.-opened .\@accordion__button--inner:after {
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .\@accordion__button--inner {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    width: 0.8em;
  }
  .\@accordion__button--inner:before, .\@accordion__button--inner:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/* Detail
───────────────────────────────── */
.\@accordion__detail {
  box-sizing: border-box;
}

/* リンク付きアコーディオン
───────────────────────────────── */
.aco-dd {
  display: none;
  /*はじめは非表示*/
}
.aco-dd .\@highLight__list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .aco-dd .\@highLight__list {
    margin-top: 0.2rem;
  }
}

/* Block
───────────────────────────────── */
.\@button {
  line-height: 1.25;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .\@button {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .\@button.-large {
    width: 100%;
  }
  .\@button.-large .\@button__link {
    justify-content: center;
  }
}

/* List
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@button__list {
    display: flex;
  }
  .\@button__list + * {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .\@button__list + * {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 768px), print {
  .\@button__item + * {
    margin-left: 0.08rem;
  }
}
@media screen and (max-width: 767px) {
  .\@button__item + * {
    margin-top: 2.13vw;
  }
}

/* Link
───────────────────────────────── */
.\@button__link {
  display: block;
  border: 1px solid #024fa0;
  display: flex;
  align-items: center;
  transition: background-color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715), border-color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
@media screen and (min-width: 768px), print {
  .\@button__link {
    border-radius: 0.12rem 0 0.12rem 0.12rem;
  }
}
@media screen and (max-width: 767px) {
  .\@button__link {
    border-radius: 4vw 0 4vw 4vw;
  }
}
.\@button__link, .\@button__link:active, .\@button__link:hover, .\@button__link:link, .\@button__link:visited {
  text-decoration: none;
}
.-blue .\@button__link {
  background: #024fa0;
}
.-blue .\@button__link, .-blue .\@button__link:active, .-blue .\@button__link:hover, .-blue .\@button__link:link, .-blue .\@button__link:visited {
  color: #fff;
}

.-white .\@button__link {
  background: #fff;
}
.-white .\@button__link, .-white .\@button__link:active, .-white .\@button__link:hover, .-white .\@button__link:link, .-white .\@button__link:visited {
  color: #024fa0;
}

.-blue .\@button__link:hover {
  background: #fff;
}
.-blue .\@button__link:hover, .-blue .\@button__link:hover:active, .-blue .\@button__link:hover:hover, .-blue .\@button__link:hover:link, .-blue .\@button__link:hover:visited {
  color: #024fa0;
}

.-white .\@button__link:hover {
  background: #f1f8ff;
  border-color: #f1f8ff;
}

@media screen and (min-width: 768px), print {
  .-small .\@button__link {
    padding: 0.12rem 0.24rem;
  }

  .-medium .\@button__link {
    padding: 0.2rem 0.4rem;
  }

  .-large .\@button__link {
    padding: 0.2rem 0.64rem;
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 767px) {
  .-small .\@button__link {
    padding: 2.53vw 6.4vw;
  }

  .-medium .\@button__link {
    font-size: 4.27vw;
    padding: 3.2vw 4.27vw;
  }

  .-large .\@button__link {
    padding: 4.27vw 4.27vw;
    font-size: 4.27vw;
  }
}
.\@button__link .\@arrow {
  margin-right: 0.08rem;
}

/* Card
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@card__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.2rem;
    margin-left: -0.2rem;
  }
  .\@card__list > * {
    width: 33.3333333333%;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .\@card__list {
    margin-right: 5.87vw;
    margin-left: 5.87vw;
  }
  .\@card__list > * {
    padding-top: 6.67vw;
  }
}

.\@card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.\@card__img img, .\@card__img picture {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .\@card__img {
    border-radius: 0.24rem 0 0.24rem 0.24rem;
    padding-top: 100%;
  }
  .\@card__img img, .\@card__img picture {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .\@card__img {
    height: 42.67vw;
    border-radius: 3.47vw 0 3.47vw 3.47vw;
  }
}
.\@card.-border .\@card__img {
  border: 1px solid #dddddd;
}

@media screen and (min-width: 768px), print {
  .\@card.-ci .\@card__img {
    padding-right: 0.21rem;
    padding-left: 0.21rem;
  }
}
@media screen and (max-width: 767px) {
  .\@card.-ci .\@card__img {
    padding-right: 6.13vw;
    padding-left: 6.13vw;
  }
}

.\@card__title {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 500;
  /* IE11 */
  display: flex;
  align-items: center;
  transition: color 0.3s ease-out;
}
@media all and (-ms-high-contrast: none) {
  .\@card__title {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (min-width: 768px), print {
  .\@card__title {
    font-size: 0.21rem;
    margin-top: 0.06rem;
  }
  .\@card__title .\@arrow {
    margin-right: 0.13rem;
  }
  .\@card__link:hover .\@card__title {
    color: #024fa0;
  }
}
@media screen and (max-width: 767px) {
  .\@card__title {
    font-size: 4.53vw;
    margin-top: 2.13vw;
    line-height: 1.5;
  }
  .\@card__title .\@arrow {
    margin-right: 1.6vw;
  }
}

@media screen and (min-width: 768px), print {
  .\@card__text {
    font-size: 0.14rem;
    margin-top: 0.01rem;
  }
}
@media screen and (max-width: 767px) {
  .\@card__text {
    font-size: 3.47vw;
  }
}

.\@card__link {
  display: block;
  text-decoration: none;
}

/* Block
───────────────────────────────── */
@media screen and (min-width: 768px), print {
  .\@column {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    grid-gap: 0.32rem;
  }
}
.\@column + .\@column {
  margin-top: 0.32rem;
}

@media screen and (max-width: 767px) {
  .\@column__layout + .\@column__layout {
    margin-top: 5.01vw;
  }
}

/* Block
───────────────────────────────── */
.\@arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #024fa0;
  transition: background-color 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.\@arrow.-blue {
  background: #024fa0;
}
a:hover .\@arrow.-blue {
  background: transparent;
}

.\@arrow.-white {
  background: #fff;
}
a:hover .\@arrow.-white {
  background: #024fa0;
}

.\@arrow.-brown {
  background: #6A4E1A;
}
a:hover .\@arrow.-brown {
  background: transparent;
}

.\@arrow.-orange {
  background: #e3981f;
  border: 1px solid #e3981f;
}
a:hover .\@arrow.-orange {
  background: transparent;
}

@media screen and (min-width: 768px), print {
  .\@arrow {
    width: 0.14rem;
    height: 0.14rem;
  }
}
@media screen and (max-width: 767px) {
  .\@arrow {
    width: 3.73vw;
    height: 3.73vw;
  }
}

.\@arrow__svg.-bottom {
  transform: translateY(-20%);
}
.\@arrow__svg.-right {
  transform: translateX(-15%);
}
@media screen and (min-width: 768px), print {
  .\@arrow__svg {
    width: 0.06364rem;
    height: 0.06364rem;
  }
}

.\@arrow__path {
  transition: fill 0.21s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.\@arrow.-blue .\@arrow__path {
  fill: #fff;
}
a:hover .\@arrow.-blue .\@arrow__path {
  fill: #024fa0;
}

.\@arrow.-white .\@arrow__path {
  fill: #024fa0;
}
a:hover .\@arrow.-white .\@arrow__path {
  fill: #fff;
}

.\@arrow.-brown .\@arrow__path {
  fill: #fff;
}
a:hover .\@arrow.-brown .\@arrow__path {
  fill: #6A4E1A;
}

.\@arrow.-orange .\@arrow__path {
  fill: #fff;
}
a:hover .\@arrow.-orange .\@arrow__path {
  fill: #e3981f;
}

/* Block
───────────────────────────────── */
.\@faq {
  position: relative;
}
.\@faq:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #dddddd;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.\@faq + .\@faq {
  margin-top: -1px;
}
@media screen and (min-width: 768px), print {
  .\@faq {
    padding: 0.24rem;
  }
}
@media screen and (max-width: 767px) {
  .\@faq {
    padding: 6.4vw 0;
  }
}

/* Question
───────────────────────────────── */
.\@faq__question {
  display: flex;
  align-items: center;
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  color: #024fa0;
  line-height: 1.3;
}
@media all and (-ms-high-contrast: none) {
  .\@faq__question {
    font-family: Meiryo, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .\@faq__question {
    padding: 0 10.67vw 0 0;
  }
}
.\@faq__question:before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  min-width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.08rem 0 0.08rem 0.08rem;
  background: #024fa0;
  color: #fff;
  font-family: triplex-sans, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
  margin-right: 0.16rem;
}
@media all and (-ms-high-contrast: none) {
  .\@faq__question:before {
    font-family: Meiryo, sans-serif;
  }
}

/* Utility
───────────────────────────────── */
/* display
   ========================================================================== */
.u-sp-item {
  display: none;
}

.u-pc-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-sp-item {
    display: block;
  }

  .u-pc-item {
    display: none !important;
  }

  .u-pc-block {
    display: inline;
  }

  .u-sp-block {
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .u-tel-linktext {
    pointer-events: none;
    text-decoration: none;
  }
}
.u-textCenter {
  text-align: center;
}

.u-textRight {
  text-align: right;
}

.u-textLeft {
  text-align: left;
}

/* float
   ========================================================================== */
.u-clearfix::after,
.u-fbox::after {
  content: "";
  display: block;
  clear: both;
}

.u-fr {
  float: right;
}

.u-fl {
  float: left;
}

ul.u-fbox li {
  float: left;
  display: inline;
}

/* img
   ========================================================================== */
img.u-img-full,
.u-img-full img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

img.u-img-ofiCover,
img.u-img-ofiContain,
.u-img-ofiCover img,
.u-img-ofiContain img {
  width: 100%;
  height: 100%;
}

img.u-img-ofiCover,
.u-img-ofiCover img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

img.u-img-ofiContain,
.u-img-ofiContain img {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/* margin
   ========================================================================== */
@media screen and (max-width: 767px) {
  .u-sp-mt0 {
    margin-top: 0 !important;
  }
}

@media screen and (min-width: 768px), print {
  .mt-s {
    margin-top: 0.16rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-s {
    margin-top: 4.27vw !important;
  }
}

@media screen and (min-width: 768px), print {
  .mt-m {
    margin-top: 0.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-m {
    margin-top: 10.67vw !important;
  }
}

@media screen and (min-width: 768px), print {
  .mt-l {
    margin-top: 1.04rem !important;
  }
}
@media screen and (max-width: 767px) {
  .mt-l {
    margin-top: 21.33vw !important;
  }
}

.f-box_center {
  align-items: center;
}

.u-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mt0 {
    margin-top: 0rem !important;
  }
}

.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mt5 {
    margin-top: 0.05rem !important;
  }
}

.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mt10 {
    margin-top: 0.1rem !important;
  }
}

.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mt15 {
    margin-top: 0.15rem !important;
  }
}

.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mt20 {
    margin-top: 0.2rem !important;
  }
}

.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mt25 {
    margin-top: 0.25rem !important;
  }
}

.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 0.3rem !important;
  }
}

.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .u-mt35 {
    margin-top: 0.35rem !important;
  }
}

.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .u-mt40 {
    margin-top: 0.4rem !important;
  }
}

.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .u-mt45 {
    margin-top: 0.45rem !important;
  }
}

.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .u-mt50 {
    margin-top: 0.5rem !important;
  }
}

.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .u-mt55 {
    margin-top: 0.55rem !important;
  }
}

.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .u-mt60 {
    margin-top: 0.6rem !important;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mb0 {
    margin-bottom: 0rem !important;
  }
}

.u-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mb5 {
    margin-bottom: 0.05rem !important;
  }
}

.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mb10 {
    margin-bottom: 0.1rem !important;
  }
}

.u-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mb15 {
    margin-bottom: 0.15rem !important;
  }
}

.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mb20 {
    margin-bottom: 0.2rem !important;
  }
}

.u-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .u-mb25 {
    margin-bottom: 0.25rem !important;
  }
}

.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .u-mb30 {
    margin-bottom: 0.3rem !important;
  }
}

.u-mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-mr0 {
    margin-right: 0rem !important;
  }
}

.u-mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-mr5 {
    margin-right: 0.05rem !important;
  }
}

.u-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-mr10 {
    margin-right: 0.1rem !important;
  }
}

.u-mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-mr15 {
    margin-right: 0.15rem !important;
  }
}

.u-mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-mr20 {
    margin-right: 0.2rem !important;
  }
}

.u-ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .u-ml0 {
    margin-left: 0rem !important;
  }
}

.u-ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .u-ml5 {
    margin-left: 0.05rem !important;
  }
}

.u-ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .u-ml10 {
    margin-left: 0.1rem !important;
  }
}

.u-ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .u-ml15 {
    margin-left: 0.15rem !important;
  }
}

.u-ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .u-ml20 {
    margin-left: 0.2rem !important;
  }
}

/* margin
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .u-pc-pdg {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-pdg {
    padding-left: 5.87vw !important;
    padding-right: 5.87vw !important;
  }

  .u-sp-pdg0 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* text
   ========================================================================== */
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-top]) {
  margin-top: 0 !important;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
  margin-bottom: 0 !important;
}
.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/* Modifier
───────────────────────────────── */
/* Size
───────────────────────────────── */
.-textExtraSmall {
  font-size: 0.1rem;
}

.-textSmall {
  font-size: 0.14rem;
}

/* Color
───────────────────────────────── */
.-textBlue {
  color: #024fa0;
}

/* Weight
───────────────────────────────── */
.-textStrong {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 700;
  /* IE11 */
}
@media all and (-ms-high-contrast: none) {
  .-textStrong {
    font-family: Meiryo, sans-serif;
  }
}

/* Align
───────────────────────────────── */
.-textRight {
  text-align: right;
}

.-textCenter {
  text-align: center;
}
