@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [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;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  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, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@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;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* 初期設定たち
----------------------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #000000;
  background-color: #F2F2F2;
  font-family: source-han-sans-japanese, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", YuMincho, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: source-han-sans-japanese, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", YuMincho, sans-serif;
}

p {
  margin: 0;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: source-han-sans-japanese, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", YuMincho, sans-serif;
}

ul, li {
  list-style: none;
  margin: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
  border: none;
}

a {
  text-decoration: none;
  color: #000000;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

a:before, a:after {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

* + p {
  margin-top: 15px;
}

* {
  outline: none !important;
}

.is-fade-in {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.is-loaded .is-fade-in.is-active {
  opacity: 1;
}

.is-fade-up {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.is-loaded .is-fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}

.anime-word {
  display: block;
}

.anime-word--in {
  display: block;
  overflow: hidden;
}

.anime-word--in > span {
  display: block;
  transform: translateY(101%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.anime-word--in > span.word-kv {
  display: block;
  transform: translateY(101%);
  transition: transform .3s ease-in 0;
}

body.is-loaded .anime-word:not(.js-scroll) .anime-word--in > span,
body.is-loaded .anime-word.js-scroll.is-active .anime-word--in > span,
body.is-loaded section.js-scroll.is-active .anime-word .anime-word--in > span {
  transform: translateY(0%);
}

.anime-word--in--sub > span {
  display: block;
  transform: translateX(-20%);
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.is-loaded .anime-word:not(.js-scroll) .anime-word--in--sub > span,
body.is-loaded .anime-word.js-scroll.is-active .anime-word--in--sub > span,
body.is-loaded section.js-scroll.is-active .anime-word .anime-word--in--sub > span {
  transform: translateX(0%);
  opacity: 1;
}

.is-anime-head {
  display: block;
}

.is-anime-head__text {
  display: block;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-anime-head__text:nth-child(odd) {
  transform: translateX(-10px);
}

.is-anime-head__text:nth-child(even) {
  transform: translateX(10px);
}

body.is-loaded .is-anime-head:not(.js-scroll):not(.is-anime--auto) .is-anime-head__text,
body.is-loaded .is-anime-head.js-scroll.is-active .is-anime-head__text {
  opacity: 1;
  transform: translateX(0);
}

@keyframes anime-r-go {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes anime-r-back {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes anime-l-go {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
    opacity: 0;
  }
  51% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes anime-l-back {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  51% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes anime-r-line {
  0% {
    width: 0;
    opacity: 0;
  }
  75% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes anime-brand-l {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes anime-brand-r {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes anime-brand-t {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes anime-brand-b {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes anime-brand-tr {
  0% {
    transform: translate(-30px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* c-hover
--------------------------------------------------- */
.c-hover-1 {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  display: block;
}

.c-hover-1::before {
  content: "";
  background-color: #F9F9F9;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-hover-1__line {
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
}

@media (min-width: 769px) {
  .c-hover-1[href]:hover::before {
    width: 100%;
  }
  .c-hover-1[href]:hover .c-hover-1__line {
    text-decoration: underline;
    color: #0D57A7;
  }
}

.c-hover-icon {
  display: inline-block;
  position: relative;
  padding-right: 24px;
}

@media (max-width: 768px) {
  .c-hover-icon {
    padding-right: 14px;
  }
}

.c-hover-icon__arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(/common2022/img/icon_chevron-right.svg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  width: 8px;
  height: 13px;
  animation: anime-r-back 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@media (max-width: 768px) {
  .c-hover-icon__arrow {
    right: 0;
    width: 7px;
    height: 11px;
  }
}

@media (min-width: 769px) {
  .c-hover-icon[href]:hover .c-hover-icon__arrow {
    animation: anime-r-go 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}

/* c-link
--------------------------------------------------- */
.c-link-base {
  text-decoration: underline;
  color: #1976D2;
}

.c-link-round__anchor {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #1976D2;
  padding-right: 22px;
  background: url(/common2022/img/icon_round-anchor.svg) no-repeat top 2px right;
  background-size: 15px;
  height: 18px;
}

/* c-button
--------------------------------------------------- */
.c-button {
  border-radius: 30px;
  border: 1px solid #0D57A7;
  background-color: #FFFFFF;
  overflow: hidden;
  color: #0D57A7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.556;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding: 15px 30px;
  width: 100%;
}

@media (max-width: 768px) {
  .c-button {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.572;
    padding: 10px 25px;
  }
}

.c-button::before {
  content: "";
  position: absolute;
  background: radial-gradient(circle, #0D57A7 10%, transparent 10%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-button.c-button--gray {
  border-color: #BFBFBF;
  color: #4C4C4C;
}

.c-button.c-button--gray::before {
  background: radial-gradient(circle, #F5F5F5 10%, transparent 10%);
}

.c-button.c-button--gray > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right_gray.svg);
}

.c-button.c-button--fill {
  border: none;
  background-color: #0D57A7;
  color: #FFFFFF;
}

.c-button.c-button--fill::before {
  background: radial-gradient(circle, #003B7A 10%, transparent 10%);
}

.c-button.c-button--fill > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right_white.svg);
}

.c-button.c-button--clear {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}

.c-button.c-button--clear::before {
  background: radial-gradient(circle, #003B7A 10%, transparent 10%);
}

.c-button.c-button--clear > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right_white.svg);
}

.c-button.c-button--reverse > [class*="c-icon-"] {
  animation: anime-l-back 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.c-button.c-button--reverse > .c-icon--arrow,
.c-button.c-button--reverse.c-button--fill > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-left.svg);
  right: auto;
  left: 20px;
}

.c-button.c-button--reverse.c-button--gray > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-left_gray.svg);
}

.c-button.c-button--reverse > .c-icon--plus {
  right: auto;
  left: 18px;
}

@media (max-width: 768px) {
  .c-button.c-button--reverse > .c-icon--arrow,
  .c-button.c-button--reverse.c-button--fill > .c-icon--arrow {
    left: 14px;
  }
  .c-button.c-button--reverse > .c-icon--plus {
    left: 12px;
  }
}

.c-button.c-button--small {
  padding: 8px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.572;
}

.c-button.c-button--small > .c-icon--arrow {
  right: 14px;
  width: 6px;
  height: 10px;
}

@media (min-width: 769px) {
  .c-button:hover::before {
    opacity: 1;
    transform: scale(10);
  }
  .c-button:hover:not(.c-button--gray) {
    color: #FFFFFF;
  }
  .c-button:hover:not(.c-button--gray) > .c-icon--arrow {
    background-image: url(/common2022/img/icon_chevron-right_white.svg);
  }
  .c-button:hover:not(.c-button--gray).c-button--reverse > .c-icon--arrow {
    background-image: url(/common2022/img/icon_chevron-left_white.svg);
  }
  .c-button:hover.c-button--clear {
    border-color: #0D57A7;
  }
  .c-button:hover > .c-icon--arrow,
  .c-button:hover > .c-icon--plus {
    animation: anime-r-go 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
  .c-button:hover.c-button--reverse > .c-icon--arrow,
  .c-button:hover.c-button--reverse > .c-icon--plus {
    animation: anime-l-go 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  }
}

[class*="c-icon-"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  animation: anime-r-back 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right.svg);
  right: 20px;
  width: 8px;
  height: 13px;
}

@media (max-width: 768px) {
  .c-icon--arrow {
    right: 14px;
    width: 6px;
    height: 10px;
  }
}

.c-icon--plus {
  background-image: url(/common2022/img/icon_plus-circle.svg);
  right: 18px;
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .c-icon--plus {
    right: 12px;
    width: 16px;
    height: 16px;
  }
}

.c-button-base {
  text-align: center;
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #727272;
  display: inline-block;
  padding: 7px 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}

@media (max-width: 768px) {
  .c-button-base {
    padding: 7px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-button-base.is-active {
  pointer-events: none;
  background-color: #0D57A7;
  color: #FFFFFF;
}

@media (min-width: 769px) {
  .c-button-base:hover {
    background-color: #0D57A7;
    color: #FFFFFF;
  }
}

.c-button-grid {
  overflow: hidden;
  color: #0D57A7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: proxima-nova, sans-serif;
  line-height: 30/34.5;
  font-weight: 700;
  position: relative;
  z-index: 0;
  padding: 47px 100px;
  width: 100%;
}

@media (max-width: 768px) {
  .c-button-grid {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.572;
    padding: 10px 25px;
  }
}

.c-button-grid > span {
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15/27;
}

.c-button-grid:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

.c-button-grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.c-button-grid__bg {
  border-bottom: 1px solid #FFFFFF;
}

.c-button-grid__bg:last-of-type {
  border: none;
}

.c-button-grid--digital {
  background: url(/common2022/img/grid_bg_service_01.png) no-repeat center center;
  background-size: 100%;
}

.c-button-grid > svg {
  fill: currentColor;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}

.c-button-grid > [class*="c-icon-"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  animation: anime-r-back 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.c-button-grid > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right.svg);
  right: 20px;
  width: 8px;
  height: 13px;
}

@media (max-width: 768px) {
  .c-button-grid > .c-icon--arrow {
    right: 14px;
    width: 6px;
    height: 10px;
  }
}

.c-button-grid:hover {
  color: #FFFFFF;
}

.c-button-grid:hover span {
  color: #000000;
}

.c-button-grid:hover svg {
  fill: #0D57A7;
}

.c-button-grid:hover::before {
  transform: scale(1.05);
}

.c-button-grid:hover::after {
  background: rgba(13, 87, 167, 0.7);
  opacity: .8;
  transform: scale(1.1);
  transition: .2s;
}

.c-button-grid:hover > .c-icon--arrow {
  right: calc(20px + 2%);
  animation: anime-r-go 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
}

.c-button-text {
  background: transparent;
  border: none;
  display: inline;
  font-style: normal;
  font-weight: 700;
  width: auto;
  position: relative;
  border-radius: 0;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 30px 0 0;
}

@media (max-width: 768px) {
  .c-button-text {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 15px 0 0;
  }
}

.c-button-text::before, .c-button-text::after {
  display: none;
}

.c-button-text span:first-of-type {
  margin: 0 10px 0 0;
  border-bottom: 2px solid transparent;
  transition: .2s;
}

.c-button-text:hover span:first-of-type {
  border-bottom: 2px solid #0D57A7;
}

.c-button-text:hover:not(.c-button--gray) {
  color: #0D57A7;
}

.c-button-text:hover:not(.c-button--gray) > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right.svg);
}

.c-button-text__icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 30px 3px 0;
  color: #0D57A7;
}

@media (max-width: 768px) {
  .c-button-text__icon {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 20px 0 0;
  }
}

.c-button-text__icon span:first-of-type {
  margin: 0 10px 0 13px;
}

@media (max-width: 768px) {
  .c-button-text__icon span:first-of-type {
    margin: 0 5px 0 5px;
  }
}

.c-button-text__icon svg {
  fill: #0D57A7;
  width: 24px;
  height: 24px;
}

@media (max-width: 768px) {
  .c-button-text__icon svg {
    width: 15px;
    height: 15px;
  }
}

.c-button-text__icon + * {
  margin-top: 15px;
}

.c-button-text__main {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 30px 3px 0;
  color: #0D57A7;
}

@media (max-width: 768px) {
  .c-button-text__main {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 20px 0 0;
  }
}

.c-button-text__main span:first-of-type {
  margin: 0 10px 0 0;
}

@media (max-width: 768px) {
  .c-button-text__main span:first-of-type {
    margin: 0 5px 0 0;
  }
}

.c-button-text__main + * {
  margin-top: 15px;
}

.c-button-text__sub {
  padding: 0 30px 0 0;
  font-size: 20px;
  font-size: 2rem;
  color: #000000;
}

@media (max-width: 768px) {
  .c-button-text__sub {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 15px 0 0;
    line-height: 1.8;
  }
}

.c-button-text__sub:hover:not(.c-button--gray) {
  color: #000000;
}

.c-button-text__sub + * {
  margin-top: 13px;
}

.c-button-text__sub__2 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 768px) {
  .c-button-text__sub__2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.c-button-text__sub__2:hover:not(.c-button--gray) {
  color: #000000;
}

/* c-icon
--------------------------------------------------- */
.c-icon--tel,
.c-icon--mail,
.c-icon--globe {
  display: flex;
  align-items: center;
}

.c-icon--tel::before,
.c-icon--mail::before,
.c-icon--globe::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}

.c-icon--tel::before {
  background-image: url(/common2022/img/icon_phone-fill.svg);
}

.c-icon--mail::before {
  background-image: url(/common2022/img/icon_mail-fill.svg);
}

.c-icon--globe::before {
  background-image: url(/common2022/img/icon_global-fill.svg);
}

/* c-tag
--------------------------------------------------- */
.c-tag {
  border-radius: 20px;
  border: 1px solid #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  padding: 1px 10px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: default;
}

.c-tag[class*="-link"] {
  cursor: pointer;
}

.c-tag[class*="-link"]:hover, .c-tag[href]:hover {
  border-color: #0D57A7;
  background-color: #0D57A7;
  color: #FFFFFF;
}

.c-tag-wrap {
  display: flex;
  flex-wrap: wrap;
}

.c-tag-wrap > * {
  margin-bottom: 5px;
  margin-right: 5px;
}

/* c-text
--------------------------------------------------- */
p:not([class]),
.c-text-base {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  p:not([class]),
  .c-text-base {
    line-height: 1.78571;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-text-large {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .c-text-large {
    line-height: 1.8;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-text-medium {
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .c-text-medium {
    line-height: 1.75;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-text-small {
  line-height: 1.75;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

/* c-card
--------------------------------------------------- */
.c-card-container > .c-card-2 {
  margin: 30px 0 0;
}

@media (max-width: 768px) {
  .c-card-container > .c-card-2 {
    margin: 15px 0 0;
  }
}

.c-card-container > .c-card-2:first-of-type {
  margin: 0;
}

.c-card-container > .c-card-2:last-of-type {
  margin: 30px 0 10px;
}

@media (max-width: 768px) {
  .c-card-container > .c-card-2:last-of-type {
    margin: 15px 0 0;
  }
}

.c-card-1 {
  color: #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  min-height: 1px;
}

@media (min-width: 769px) {
  [class="c-column-1-2"] .c-card-1,
  [class="c-column-1-3"] .c-card-1 {
    height: 100%;
  }
}

.c-card-1::before, .c-card-1::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  width: calc(100%);
  height: calc(100%);
  pointer-events: none;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-card-1::before {
  background-color: #fff;
  z-index: -1;
  border: 1px solid #E5E5E5;
}

.c-card-1::after {
  z-index: 0;
}

.c-card-1__img {
  position: relative;
  max-width: none;
  max-height: none;
  height: auto;
  width: 100%;
}

.c-card-1__img::before {
  content: "";
  display: block;
  padding-top: 51.31579%;
}

.c-card-1__img > span {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-card-1__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.c-card-1__img.is-img--logo > span {
  border-bottom: 1px solid #E5E5E5;
  padding: 7.89474%;
}

@media (max-width: 768px) {
  .c-card-1__img.is-img--logo > span {
    padding: 20px;
  }
}

.c-card-1__img.is-img--logo img {
  width: auto;
  height: auto;
}

.c-card-1__main {
  width: 100%;
  padding: 30px 7.89474% 36px;
}

@media (max-width: 768px) {
  .c-card-1__main {
    padding: 30px 20px;
  }
  .c-card-1__main.p-text-group {
    padding-right: 46px;
  }
  .c-card-1__main.p-text-group::after {
    right: 20px;
  }
}

.c-card-1__label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: -30px;
}

.c-card-1__label > * {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 3px 10px;
  min-height: 26px;
}

.c-card-1__label > *.is-label--seminar {
  background-color: #3D79B9;
}

.c-card-1__label > *.is-label--event {
  background-color: #33BFEB;
}

.c-card-1__label > *.is-label--entry {
  background-color: #F3876C;
}

.c-card-1__label > *.is-label--close-entry {
  background-color: #BFBFBF;
}

.c-card-1__label > *:first-child {
  border-bottom-left-radius: 5px;
}

.c-card-1__label > *:last-child {
  border-bottom-right-radius: 5px;
}

.c-card-1__date {
  color: #727272;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-card-1__text {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .c-card-1__text {
    line-height: 1.78571;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-card-1__text strong {
  display: inline-block;
  font-weight: 700;
}

.c-card-1__text2 {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .c-card-1__text2 {
    line-height: 1.78571;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-card-1__text2 strong {
  display: inline-block;
  font-weight: 700;
}

.c-card-1__sub {
  line-height: 1.75;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

.c-card-1__title {
  color: #0D57A7;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .c-card-1__title {
    line-height: 1.78571;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 769px) {
  .c-card-1.c-card-1-row {
    flex-direction: row;
    width: 100%;
  }
  .c-card-1.c-card-1-row .c-card-1__main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-card-1.c-card-1-row .c-card-1__img {
    flex-shrink: 0;
    height: 100%;
    width: 65.83333%;
  }
  .c-card-1.c-card-1-row .c-card-1__img > span {
    border-radius: 5px 0 0 5px;
    top: 0;
    left: auto;
  }
}

@media (min-width: 769px) {
  .c-card-1:hover::before, .c-card-1:hover::after {
    border-radius: 10px;
    width: calc(100% - -10px);
    height: calc(100% - -10px);
  }
  .c-card-1:hover::after {
    border-width: 2px;
    border-color: #0D57A7;
  }
  .c-card-1:hover .c-card-1__img > span {
    border-radius: 5px;
    width: 92.10526%;
    height: 92.99065%;
  }
  .c-card-1:hover .c-card-1__img.is-img--logo > span {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
  }
  .c-card-1:hover.c-card-1-row .c-card-1__img > span {
    width: 98.10127%;
    height: 93.24324%;
  }
  .c-card-1:hover p:not([class]),
  .c-card-1:hover .c-card-1__text,
  .c-card-1:hover .c-card-1__title {
    color: #0D57A7;
    text-decoration: underline;
  }
}

.c-card-2 {
  position: relative;
  display: block;
  background-color: transparent;
  z-index: 0;
}

.c-card-2::before, .c-card-2::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  width: calc(100% - -2px);
  height: calc(100% - -2px);
  pointer-events: none;
  transition: .3s;
}

.c-card-2::before {
  z-index: -2;
  background-color: transparent;
}

.c-card-2::after {
  border: 1px solid #E5E5E5;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: -1;
}

@media (min-width: 769px) {
  .c-card-2:hover::before, .c-card-2:hover::after {
    border-radius: 10px;
    width: calc(100% - -10px);
    height: calc(100% - -10px);
  }
  .c-card-2:hover::after {
    border-width: 2px;
    border-color: #0D57A7;
    background-color: rgba(13, 87, 167, 0.7);
  }
}

.c-card-2__text {
  background-color: transparent;
  border-radius: 5px;
  color: #0D57A7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: proxima-nova, sans-serif;
  line-height: 1.15;
  font-weight: 700;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 180px;
  text-align: center;
  word-break: break-all;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .c-card-2__text {
    height: 140px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

.c-card-2__text > span {
  margin-top: 10px;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: source-han-sans-japanese, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", YuMincho, sans-serif;
  line-height: 15/27;
}

.c-card-2__text > svg {
  fill: currentColor;
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
}

.c-card-2__text > [class*="c-icon-"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  animation: anime-r-back 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.c-card-2__text > .c-icon--arrow {
  background-image: url(/common2022/img/icon_chevron-right.svg);
  right: 20px;
  width: 10px;
  height: 16px;
}

@media (max-width: 768px) {
  .c-card-2__text > .c-icon--arrow {
    right: 14px;
    width: 6px;
    height: 10px;
  }
}

@media (min-width: 769px) {
  .c-card-2__text:hover {
    color: #FFFFFF;
  }
  .c-card-2__text:hover span {
    color: #FFFFFF;
  }
  .c-card-2__text:hover svg {
    fill: #FFFFFF;
  }
  .c-card-2__text:hover > .c-icon--arrow {
    background-image: url(/common2022/img/icon_chevron-right_white.svg);
    animation: anime-r-go 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.2s;
  }
  .c-card-2__text:hover .c-card-2__bg {
    background-size: 90%;
  }
}

.c-card-2__bg {
  display: block;
  position: relative;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  transition: .2s;
}

.c-card-2__bg::before {
  display: block;
  position: relative;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  z-index: 0;
  overflow: hidden;
  transition: .3s;
}

.c-card-2__bg.card-img-dm::before {
  background: url(/common2022/img/card_bg/img_dm.jpg) no-repeat;
  background-position: bottom 10% center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-dm::before {
    background-size: 105%;
  }
}

.c-card-2__bg.card-img-da::before {
  background: url(/common2022/img/card_bg/img_da.jpg) no-repeat;
  background-position: bottom 65% center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-da::before {
    background-position: bottom 15% center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-bms::before {
  background: url(/common2022/img/card_bg/img_bms.jpg) no-repeat;
  background-position: bottom 49% center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-bms::before {
    background-position: bottom 45% center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-brand::before {
  background: url(/common2022/img/card_bg/img_brand.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-brand::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-top::before {
  background: url(/common2022/img/card_bg/img_top.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-top::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-mvv::before {
  background: url(/common2022/img/card_bg/img_mvv.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-mvv::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-about::before {
  background: url(/common2022/img/card_bg/img_about.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-about::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-history::before {
  background: url(/common2022/img/card_bg/img_history.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-history::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-org::before {
  background: url(/common2022/img/card_bg/img_org.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-org::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-access::before {
  background: url(/common2022/img/card_bg/img_access.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-access::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-recruit01::before {
  background: url(/img/recruit/img_01.png) no-repeat;
  background-position: center center;
  background-size: 100%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-recruit01::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-recruit02::before {
  background: url(/img/recruit/img_02.png) no-repeat;
  background-position: center center;
  background-size: 115%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-recruit02::before {
    background-position: center center;
    background-size: 115%;
  }
}

.c-card-2__bg.card-img-recruit03::before {
  background: url(/img/recruit/img_03.png) no-repeat;
  background-position: center center;
  background-size: 115%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-recruit03::before {
    background-position: center center;
    background-size: 115%;
  }
}

.c-card-2__bg.card-img-recruit04::before {
  background: url(/img/recruit/img_04.png) no-repeat;
  background-position: center center;
  background-size: 115%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-recruit04::before {
    background-position: center center;
    background-size: 115%;
  }
}

.c-card-2__bg.card-img-recruit05::before {
  background: url(/img/recruit/img_05.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-recruit05::before {
    background-position: center center;
    background-size: 120%;
  }
}

.c-card-2__bg.card-img-recruit06::before {
  background: url(/img/recruit/img_06.png) no-repeat;
  background-position: center center;
  background-size: 105%;
}

@media (max-width: 768px) {
  .c-card-2__bg.card-img-recruit06::before {
    background-position: center center;
    background-size: 120%;
  }
}

@media (min-width: 769px) {
  .c-card-2.use-hover .c-card-2__bg, .c-card-2.use-hover .c-card-2__bg::before {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 10px;
    background-size: 100%;
  }
}

.c-card-3 {
  position: relative;
  display: block;
  background-color: transparent;
}

.c-card-3__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  padding: 0 20px;
  z-index: 0;
}

.c-card-3__img > img {
  display: block;
  z-index: 1;
  transition: .3s;
}

.c-card-3__img::before, .c-card-3__img::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  width: calc(100% - -2px);
  height: calc(100% - -2px);
  pointer-events: none;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-card-3__img::before {
  z-index: -2;
  background-color: #FFFFFF;
}

.c-card-3__img::after {
  border: 1px solid #E5E5E5;
  z-index: -1;
}

.c-card-3__title {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px auto;
}

@media (max-width: 768px) {
  .c-card-3__title {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 14px auto 5px;
  }
}

@media (min-width: 769px) {
  .c-card-3:hover .c-card-3__img img {
    transform: scale(0.96);
  }
  .c-card-3:hover .c-card-3__img::before, .c-card-3:hover .c-card-3__img::after {
    border-radius: 10px;
    width: calc(100% - -10px);
    height: calc(100% - -10px);
  }
  .c-card-3:hover .c-card-3__img::after {
    border-width: 2px;
    border-color: #0D57A7;
  }
}

.c-card-3:hover .c-card-3__title {
  color: #0D57A7;
}

.c-card-4 {
  color: #000000;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  min-height: 1px;
}

@media (min-width: 769px) {
  [class="c-column-1-2"] .c-card-4,
  [class="c-column-1-3"] .c-card-4 {
    height: 100%;
  }
}

.c-card-4::before, .c-card-4::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  width: calc(100%);
  height: calc(100%);
  pointer-events: none;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-card-4::before {
  background-color: #fff;
  z-index: -1;
  border: 1px solid #E5E5E5;
}

.c-card-4::after {
  z-index: 0;
}

.c-card-4__img {
  position: relative;
  max-width: none;
  max-height: none;
  height: auto;
  width: 100%;
}

.c-card-4__img::before {
  content: "";
  display: block;
  padding-top: 56.31579%;
}

.c-card-4__img > span {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-card-4__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.c-card-4__img.is-img--logo > span {
  border-bottom: 1px solid #E5E5E5;
  padding: 7.89474%;
}

@media (max-width: 768px) {
  .c-card-4__img.is-img--logo > span {
    padding: 20px;
  }
}

.c-card-4__img.is-img--logo img {
  width: auto;
  height: auto;
}

.c-card-4__main {
  width: 100%;
  padding: 30px 7.89474% 36px;
}

@media (max-width: 768px) {
  .c-card-4__main {
    padding: 30px 20px;
  }
  .c-card-4__main.p-text-group {
    padding-right: 46px;
  }
  .c-card-4__main.p-text-group::after {
    right: 20px;
  }
}

.c-card-4__label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: -30px;
}

.c-card-4__label > * {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 3px 10px;
  min-height: 26px;
}

.c-card-4__label > *.is-label--seminar {
  background-color: #3D79B9;
}

.c-card-4__label > *.is-label--event {
  background-color: #33BFEB;
}

.c-card-4__label > *.is-label--entry {
  background-color: #F3876C;
}

.c-card-4__label > *.is-label--close-entry {
  background-color: #BFBFBF;
}

.c-card-4__label > *:first-child {
  border-bottom-left-radius: 5px;
}

.c-card-4__label > *:last-child {
  border-bottom-right-radius: 5px;
}

.c-card-4__date {
  color: #727272;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-card-4__text {
  height: 81px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .c-card-4__text {
    line-height: 1.78571;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-card-4__text strong {
  display: inline-block;
  font-weight: 700;
}

@media (max-width: 768px) {
  .c-card-4__text {
    height: auto;
  }
}

.c-card-4__sub {
  height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.75;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .c-card-4__sub {
    height: auto;
  }
}

.c-card-4__title {
  align-items: center;
  height: 81px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #0D57A7;
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .c-card-4__title {
    line-height: 1.78571;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .c-card-4__title {
    height: auto;
  }
}

@media (min-width: 769px) {
  .c-card-4.c-card-4-row {
    flex-direction: row;
    width: 100%;
  }
  .c-card-4.c-card-4-row .c-card-4__main {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-card-4.c-card-4-row .c-card-4__img {
    flex-shrink: 0;
    height: 100%;
    width: 65.83333%;
  }
  .c-card-4.c-card-4-row .c-card-4__img > span {
    border-radius: 5px 0 0 5px;
    top: 0;
    left: auto;
  }
}

@media (min-width: 769px) {
  .c-card-4:hover::before, .c-card-4:hover::after {
    border-radius: 10px;
    width: calc(100% - -10px);
    height: calc(100% - -10px);
  }
  .c-card-4:hover::after {
    border-width: 2px;
    border-color: #0D57A7;
  }
  .c-card-4:hover .c-card-4__img > span {
    border-radius: 5px;
    width: 92.10526%;
    height: 92.99065%;
  }
  .c-card-4:hover .c-card-4__img.is-img--logo > span {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
  }
  .c-card-4:hover.c-card-4-row .c-card-4__img > span {
    width: 98.10127%;
    height: 93.24324%;
  }
  .c-card-4:hover p:not([class]),
  .c-card-4:hover .c-card-4__text,
  .c-card-4:hover .c-card-4__title {
    color: #0D57A7;
    text-decoration: underline;
  }
}

/* c-column
--------------------------------------------------- */
.c-column-index {
  display: flex;
  flex-direction: column;
}

.c-column-index + * {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .c-column-index + * {
    margin-top: 40px;
  }
}

.c-column-index__item {
  border-bottom: 1px solid #E5E5E5;
}

.c-column-index__item:first-child {
  border-top: 1px solid #E5E5E5;
}

.c-column-1-2,
.c-column-1-3,
.c-column-1-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow: hidden;
  margin-left: -2.5%;
  margin-bottom: -2.5%;
}

.c-column-1-2 + *,
.c-column-1-3 + *,
.c-column-1-4 + * {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .c-column-1-2,
  .c-column-1-3,
  .c-column-1-4 {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
  }
  .c-column-1-2 + *,
  .c-column-1-3 + *,
  .c-column-1-4 + * {
    margin-top: 40px;
  }
}

.c-column-1-2__item,
.c-column-1-3__item,
.c-column-1-4__item {
  padding-left: 2.5%;
  padding-bottom: 2.5%;
  padding-top: 5px;
  padding-right: 5px;
}

@media (max-width: 768px) {
  .c-column-1-2__item,
  .c-column-1-3__item,
  .c-column-1-4__item {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
  }
  .c-column-1-2__item + *,
  .c-column-1-3__item + *,
  .c-column-1-4__item + * {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .c-column-1-2__item {
    width: 50%;
  }
  .c-column-1-2__item.is-column--expand {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-column-1-2__item {
    width: 100%;
  }
}

.c-column-1-3 {
  transition: .5s;
}

@media (min-width: 769px) {
  .c-column-1-3__item {
    width: calc(100%/3);
  }
  .c-column-1-3__item.is-column--expand {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-column-1-3__item {
    width: 100%;
  }
}

.c-column-1-3__item.empty-links {
  pointer-events: none;
}

.c-column-1-3__item.visible > .c-card-1_text {
  height: 81px;
  overflow: hidden;
}

.c-column-1-3__item.visible > .c-card-1 {
  height: 100%;
}

@media (min-width: 769px) {
  .c-column-1-4__item {
    width: calc(100%/4);
  }
  .c-column-1-4__item.is-column--expand {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-column-1-4__item {
    width: 100%;
  }
}

.c-column-2-2,
.c-column-2-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.c-column-2-2 + *,
.c-column-2-3 + * {
  border-bottom: 1px solid #FFFFFF;
}

@media (max-width: 768px) {
  .c-column-2-2,
  .c-column-2-3 {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.c-column-2-2__item,
.c-column-2-3__item {
  padding-left: 2.5%;
  padding-bottom: 2.5%;
  padding-top: 5px;
  padding-right: 5px;
}

@media (max-width: 768px) {
  .c-column-2-2__item,
  .c-column-2-3__item {
    padding-left: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 769px) {
  .c-column-2-2__item {
    width: 50%;
  }
  .c-column-2-2__item.is-column--expand {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-column-2-2__item {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .c-column-2-3__item {
    width: calc(100%/3);
  }
  .c-column-2-3__item.is-column--expand {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c-column-2-3__item {
    width: 100%;
  }
}

.c-column-index.c-column--left,
.c-column-1-2.c-column--left,
.c-column-1-3.c-column--left {
  justify-content: flex-start;
}

.c-column-index.c-column--center,
.c-column-1-2.c-column--center,
.c-column-1-3.c-column--center {
  justify-content: center;
}

.c-column-index.c-column--right,
.c-column-1-2.c-column--right,
.c-column-1-3.c-column--right {
  justify-content: flex-end;
}

.c-column-index.c-column--between,
.c-column-1-2.c-column--between,
.c-column-1-3.c-column--between {
  justify-content: space-between;
}

.c-column-index.c-column--around,
.c-column-1-2.c-column--around,
.c-column-1-3.c-column--around {
  justify-content: space-around;
}

@media (max-width: 768px) {
  .c-column-index.c-column--left_sp,
  .c-column-1-2.c-column--left_sp,
  .c-column-1-3.c-column--left_sp {
    justify-content: flex-start;
  }
  .c-column-index.c-column--center_sp,
  .c-column-1-2.c-column--center_sp,
  .c-column-1-3.c-column--center_sp {
    justify-content: center;
  }
  .c-column-index.c-column--right_sp,
  .c-column-1-2.c-column--right_sp,
  .c-column-1-3.c-column--right_sp {
    justify-content: flex-end;
  }
  .c-column-index.c-column--between_sp,
  .c-column-1-2.c-column--between_sp,
  .c-column-1-3.c-column--between_sp {
    justify-content: space-between;
  }
  .c-column-index.c-column--around_sp,
  .c-column-1-2.c-column--around_sp,
  .c-column-1-3.c-column--around_sp {
    justify-content: space-around;
  }
}

@media (min-width: 769px) {
  .c-column-index.c-column--left_pc,
  .c-column-1-2.c-column--left_pc,
  .c-column-1-3.c-column--left_pc {
    justify-content: flex-start;
  }
  .c-column-index.c-column--center_pc,
  .c-column-1-2.c-column--center_pc,
  .c-column-1-3.c-column--center_pc {
    justify-content: center;
  }
  .c-column-index.c-column--right_pc,
  .c-column-1-2.c-column--right_pc,
  .c-column-1-3.c-column--right_pc {
    justify-content: flex-end;
  }
  .c-column-index.c-column--between_pc,
  .c-column-1-2.c-column--between_pc,
  .c-column-1-3.c-column--between_pc {
    justify-content: space-between;
  }
  .c-column-index.c-column--around_pc,
  .c-column-1-2.c-column--around_pc,
  .c-column-1-3.c-column--around_pc {
    justify-content: space-around;
  }
}

.c-column-index.c-column--top,
.c-column-1-2.c-column--top,
.c-column-1-3.c-column--top {
  align-items: flex-start;
}

.c-column-index.c-column--middle,
.c-column-1-2.c-column--middle,
.c-column-1-3.c-column--middle {
  align-items: center;
}

.c-column-index.c-column--bottom,
.c-column-1-2.c-column--bottom,
.c-column-1-3.c-column--bottom {
  align-items: flex-end;
}

@media (max-width: 768px) {
  .c-column-index.c-column--top_sp,
  .c-column-1-2.c-column--top_sp,
  .c-column-1-3.c-column--top_sp {
    align-items: flex-start;
  }
  .c-column-index.c-column--middle_sp,
  .c-column-1-2.c-column--middle_sp,
  .c-column-1-3.c-column--middle_sp {
    align-items: center;
  }
  .c-column-index.c-column--bottom_sp,
  .c-column-1-2.c-column--bottom_sp,
  .c-column-1-3.c-column--bottom_sp {
    align-items: flex-end;
  }
}

@media (min-width: 769px) {
  .c-column-index.c-column--top_pc,
  .c-column-1-2.c-column--top_pc,
  .c-column-1-3.c-column--top_pc {
    align-items: flex-start;
  }
  .c-column-index.c-column--middle_pc,
  .c-column-1-2.c-column--middle_pc,
  .c-column-1-3.c-column--middle_pc {
    align-items: center;
  }
  .c-column-index.c-column--bottom_pc,
  .c-column-1-2.c-column--bottom_pc,
  .c-column-1-3.c-column--bottom_pc {
    align-items: flex-end;
  }
}

/* c-title
--------------------------------------------------- */
.c-title-1 {
  color: #0D57A7;
  line-height: 1.79167;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-title-1 + * {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .c-title-1 {
    line-height: 1.70588;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .c-title-1 + * {
    margin-top: 30px;
  }
}

.c-title-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3D79B9;
  line-height: 1.8;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.c-title-2 + * {
  margin-top: 20px;
}

.c-title-2 > * {
  display: inline-block;
  position: relative;
  padding-bottom: 24px;
}

.c-title-2 > *::before {
  content: "";
  background-color: #0D57A7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  width: 30px;
}

.c-title-2.c-title-2--left {
  align-items: flex-start;
}

.c-title-2.c-title-2--left > *::before {
  right: auto;
}

@media (max-width: 768px) {
  .c-title-2 {
    line-height: 1.70588;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .c-title-2 + * {
    margin-top: 15px;
  }
  .c-title-2 > * {
    padding-bottom: 17px;
  }
  .c-title-2 > *::before {
    height: 2px;
  }
}

.c-title-3 {
  width: 100%;
  text-align: center;
  color: #0D57A7;
  line-height: 1.60714;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .c-title-3 {
    line-height: 1.8;
    font-size: 20px;
    font-size: 2rem;
  }
}

/* l-header
--------------------------------------------------- */
.l-header {
  border-bottom: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media (max-width: 768px) {
  .l-header {
    border-bottom-color: #0D57A7;
  }
}

.l-header__icon {
  display: block;
  width: 40px;
  height: 40px;
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 83px;
  padding-right: 83px;
  max-width: 1366px;
  min-height: 69px;
  background-color: #FFFFFF;
}

@media (max-width: 960px) {
  .l-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .l-header__inner {
    justify-content: flex-start;
    min-height: 59px;
  }
}

.l-header__logo-link {
  display: block;
  font-size: 0;
  max-width: 340px;
  width: 100%;
}

.l-header__logo-link img {
  backface-visibility: hidden;
}

@media (max-width: 768px) {
  .l-header__logo-link {
    width: 275px;
  }
}

.l-header__text {
  display: block;
  min-width: 136px;
  padding-left: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35714;
  color: #0D57A7;
}

.l-header__nav {
  display: flex;
  align-items: center;
  margin-left: -8px;
}

@media (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-item {
  padding-left: 8px;
}

.l-header__nav-button {
  width: 154px;
}

.l-header__nav-button-l {
  width: 220px;
}

/* l-nav
--------------------------------------------------- */
.l-nav {
  border-bottom: 1px solid #0D57A7;
  position: fixed;
  left: 0;
  width: 100%;
}

@media (min-width: 769px) {
  .l-nav {
    background-color: #FFFFFF;
    top: 70px;
    z-index: 99;
  }
}

@media (max-width: 768px) {
  .l-nav {
    top: 60px;
    height: 100%;
    z-index: 100;
    pointer-events: none;
  }
}

.l-nav__inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 83px;
  padding-right: 83px;
  max-width: 1366px;
}

@media (max-width: 960px) {
  .l-nav__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .l-nav__inner {
    background-color: #0D57A7;
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: calc(100vh - 60px);
    pointer-events: all;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .is-menu-visible.l-nav .l-nav__inner {
    opacity: 1;
    pointer-events: all;
  }
}

.l-nav__menu {
  display: flex;
}

@media (min-width: 769px) {
  .l-nav__menu {
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 49px;
  }
}

@media (max-width: 768px) {
  .l-nav__menu {
    flex-direction: column;
  }
}

.l-nav__menu-item + * {
  margin-left: 5%;
}

@media (max-width: 768px) {
  .l-nav__menu-item {
    border-bottom: 1px solid #3D79B9;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
  }
  .l-nav__menu-item + * {
    padding-left: 0;
  }
}

.l-nav__menu-link {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .l-nav__menu-link {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.572;
    padding: 14px 15px;
  }
}

@media (min-width: 769px) {
  .l-nav__menu-link::after {
    content: "";
    background-color: #0D57A7;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .l-nav__menu-link:hover {
    color: #0D57A7;
  }
  .l-nav__menu-link:hover::after {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .l-nav__menu-link.is-current {
    pointer-events: none;
    color: #0D57A7;
  }
  .l-nav__menu-link.is-current.is-index {
    pointer-events: all;
  }
  .l-nav__menu-link.is-current::after {
    opacity: 1;
  }
}

.l-nav__menu-link--icon {
  display: none;
}

@media (max-width: 768px) {
  .l-nav__menu-link--icon {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .l-nav__menu-link--icon::before {
    content: "";
    background: url(/common2022/img/icon_plus.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto 0;
    width: 12px;
    height: 12px;
  }
  body.is-loaded .l-nav__menu-link--icon.is-active::before {
    background-image: url(/common2022/img/icon_minus.svg);
  }
}

.l-nav__contact .p-button-group {
  align-items: center;
  flex-direction: column;
}

.l-nav__contact .p-button-group__item {
  max-width: 305px;
}

@media (min-width: 769px) {
  .l-nav__contact {
    display: none;
  }
}

.l-nav__bottom {
  border-top: 1px solid #3D79B9;
  text-align: center;
  margin-top: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 15px;
}

@media (min-width: 769px) {
  .l-nav__bottom {
    display: none;
  }
}

.l-nav__copyright {
  font-family: proxima-nova, sans-serif;
  color: #FFFFFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.l-nav__button {
  display: none;
}

@media (max-width: 768px) {
  .l-nav__button {
    display: block;
    pointer-events: all;
    position: absolute;
    top: -38px;
    right: 15px;
  }
  .l-nav__button-in {
    display: block;
    position: relative;
    height: 16px;
    width: 24px;
  }
  .l-nav__button-line {
    position: absolute;
    left: 0;
    background-color: #0D57A7;
    width: 100%;
    height: 2px;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .l-nav__button-line:nth-of-type(1) {
    top: 0;
  }
  .l-nav__button-line:nth-of-type(2) {
    top: 7px;
  }
  .l-nav__button-line:nth-of-type(3) {
    top: 14px;
  }
  .is-menu-visible.l-nav .l-nav__button-line:nth-of-type(1) {
    transform: translateY(7px) rotate(315deg);
  }
  .is-menu-visible.l-nav .l-nav__button-line:nth-of-type(2) {
    opacity: 0;
  }
  .is-menu-visible.l-nav .l-nav__button-line:nth-of-type(3) {
    transform: translateY(-7px) rotate(-315deg);
  }
}

/* l-footer
--------------------------------------------------- */
.l-footer {
  background-color: #004386;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

.l-footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 83px;
  max-width: 1366px;
}

@media (max-width: 960px) {
  .l-footer__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .l-footer__inner {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.l-footer__nav-list {
  display: flex;
  justify-content: center;
  margin-left: -2.5%;
  margin-bottom: -20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .l-footer__nav-list {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
  .l-footer__nav-list.is-item-front {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 2.5%;
  }
  .l-footer__nav-list.is-item-front > a:nth-of-type(2) {
    margin: 0 30px;
  }
}

.l-footer__nav-list.is-item-front a {
  font-size: 17px;
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .l-footer__nav-list.is-item-front a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.l-footer__nav-item {
  padding-left: 2.5%;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .l-footer__nav-item {
    border-bottom: 1px solid #5581AE;
    padding-left: 0;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% - -30px);
  }
}

.l-footer__nav a {
  text-decoration: none;
  color: #C6D5E4;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  position: relative;
}

@media (max-width: 768px) {
  .l-footer__nav a {
    display: block;
    padding: 12px 15px;
  }
  .l-footer__nav a::after {
    content: "";
    background: url(/common2022/img/icon_chevron-right_gray.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    width: 6px;
    height: 11px;
  }
}

@media (min-width: 769px) {
  .l-footer__nav a:hover {
    text-decoration: underline;
    color: #FFFFFF;
  }
}

.l-footer__logo {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.l-footer__logo img {
  max-width: 340px;
  backface-visibility: hidden;
}

@media (max-width: 768px) {
  .l-footer__logo {
    padding-bottom: 30px;
  }
  .l-footer__logo img {
    max-width: 275px;
  }
}

.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
}

.l-footer__sns-item {
  padding-left: 30px;
}

.l-footer__sns a {
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 36px;
  height: 36px;
}

.l-footer__sns a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .l-footer__sns a {
    width: 32px;
    height: 32px;
  }
  .l-footer__sns a::before {
    width: 18px;
    height: 18px;
  }
}

.l-footer__sns a.is-sns--facebook::before {
  background-image: url(/common2022/img/sns_facebook_before.svg);
}

.l-footer__sns a.is-sns--twitter::before {
  background-image: url(/common2022/img/sns_twitter_before.svg);
}

.l-footer__sns a.is-sns--instagram::before {
  background-image: url(/common2022/img/sns_instagram_before.svg);
}

.l-footer__sns a.is-sns--note::before {
  background-image: url(/common2022/img/sns_note_before.svg);
}

.l-footer__sns a.is-sns--linkedin::before {
  background-image: url(/common2022/img/sns_linkedin_before.svg);
}

.l-footer__sns a img {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

.l-footer__sns a:hover::before {
  opacity: 0;
}

.l-footer__sns a:hover img {
  opacity: 1;
}

.l-footer__bottom {
  border-top: 1px solid #5581AE;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .l-footer__bottom {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.l-footer__copyright {
  color: #C6D5E4;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.25;
}

/* l-breadcrumbs
--------------------------------------------------- */
.l-breadcrumbs {
  background-color: #FFFFFF;
  position: relative;
  z-index: 0;
}

.l-breadcrumbs__list {
  min-height: 50px;
  padding-top: 17px;
  padding-bottom: 17px;
}

@media (max-width: 768px) {
  .l-breadcrumbs__list {
    overflow-x: auto;
    white-space: nowrap;
    min-height: 40px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.l-breadcrumbs__item {
  display: inline;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 400;
}

@media (max-width: 768px) {
  .l-breadcrumbs__item {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.l-breadcrumbs__item + .l-breadcrumbs__item::before {
  content: "";
  background: url(/common2022/img/icon_chevron-right.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 9px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .l-breadcrumbs__item + .l-breadcrumbs__item::before {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.l-breadcrumbs__item > a {
  text-decoration: none;
  display: inline-block;
}

@media (min-width: 769px) {
  .l-breadcrumbs__item > a:hover {
    text-decoration: underline;
    color: #0D57A7;
  }
}

.l-breadcrumbs__item:first-child a img {
  vertical-align: middle;
}

/* l-main
--------------------------------------------------- */
.l-main {
  background-color: #F2F2F2;
  margin-top: 120px;
}

@media (max-width: 768px) {
  .l-main {
    margin-top: 60px;
  }
}

/* l-container
--------------------------------------------------- */
.l-container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .l-container {
    padding-left: 6.07613%;
    padding-right: 6.07613%;
    max-width: 1366px;
  }
}

@media (min-width: 1201px) {
  .l-container {
    padding-left: 83px;
    padding-right: 83px;
  }
}

@media (max-width: 768px) {
  .l-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.l-container.l-container__inner {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 768px) {
  .l-container.l-container__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 769px) {
  .l-container.l-container__expand {
    padding-left: 0;
    padding-right: 0;
  }
}

/* l-section
--------------------------------------------------- */
.l-section-1 {
  background-color: #F2F2F2;
  position: relative;
  z-index: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .l-section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-section-1::before, .l-section-1::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

.l-section-1::after {
  background-image: url(/common2022/img/chevron_bg_01.png);
  top: 270px;
  right: 40px;
  width: 63.6896vw;
  height: 63.6896vw;
  max-width: 870px;
  max-height: 870px;
}

@media (max-width: 768px) {
  .l-section-1::after {
    top: 100px;
    right: -155px;
    width: 480px;
    height: 480px;
  }
}

.l-section-1.l-section-bg--none::before, .l-section-1.l-section-bg--none::after {
  display: none;
}

[class*="l-section"].is-section-padding--none {
  padding-top: 0;
  padding-bottom: 0;
}

[class*="l-section"].is-section-padding-top--none {
  padding-top: 0;
}

[class*="l-section"].is-section-padding-bottom--none {
  padding-bottom: 0;
}

[class*="l-section"].is-section-bg--white {
  background-color: #FFFFFF;
}

[class*="l-section"] > .p-page-heading:first-child,
[class*="l-section"] > .l-container:first-child > .p-page-heading:first-child {
  margin-top: 0;
  padding-top: 0;
}

[class*="l-section"] > .p-button-container:last-child,
[class*="l-section"] > .l-container > .p-button-container:last-child,
[class*="l-section"] > .p-button-group:last-child,
[class*="l-section"] > .l-container > .p-button-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* l-include
--------------------------------------------------- */
.swiper-container-1, .swiper-container-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .swiper-container-1, .swiper-container-2 {
    padding: 0 15px;
    margin: 0 0;
  }
}

.swiper-container-3, .swiper-container-4 {
  overflow: hidden;
}

.swiper-wrapper {
  align-items: stretch !important;
}

.swiper-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}

@media (max-width: 768px) {
  .swiper-slide {
    padding: 0 25px;
  }
}

.swiper-button-next, .swiper-button-prev {
  display: block;
  width: 48px;
  height: 48px;
  top: 50%;
  cursor: pointer;
  transition: .3s;
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 769px) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: .7;
  }
}

.swiper-button-next {
  background: url(/img/swiper/next.png);
  background-size: contain;
  right: 0;
}

.swiper-button-prev {
  background: url(/img/swiper/prev.png);
  background-size: contain;
  left: 0;
}

.l-include {
  padding-bottom: 70px;
  z-index: 1;
}

@media (max-width: 768px) {
  .l-include {
    padding-bottom: 0;
  }
}

.l-include .l-container {
  padding: 0;
}

.l-include__inner {
  display: flex;
  flex-direction: column;
}

.l-include-col__header {
  width: 100%;
  padding-top: 80px !important;
  padding-bottom: 65px !important;
}

@media (max-width: 768px) {
  .l-include-col__header {
    padding-top: 60px !important;
    padding-bottom: 55px !important;
  }
}

.l-include-col__body {
  width: 100%;
}

@media (max-width: 768px) {
  .l-include-col__body {
    margin-top: -5px;
  }
}

.l-include.event, .l-include.case {
  background-color: #0D57A7;
}

.l-include.event .c-column-1-2__item, .l-include.case .c-column-1-2__item {
  width: 100%;
  padding: 15px;
}

@media (max-width: 768px) {
  .l-include.event .c-column-1-2__item, .l-include.case .c-column-1-2__item {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .l-include.event .c-column-1-2__item + *, .l-include.case .c-column-1-2__item + * {
    margin-top: 0;
  }
}

.l-include.event .c-column-1-2__item .c-card-1__text, .l-include.event .c-column-1-2__item .c-card-1__title, .l-include.case .c-column-1-2__item .c-card-1__text, .l-include.case .c-column-1-2__item .c-card-1__title {
  max-width: 350px;
}

@media (max-width: 768px) {
  .l-include.event .c-column-1-2__item .c-card-1__text, .l-include.event .c-column-1-2__item .c-card-1__title, .l-include.case .c-column-1-2__item .c-card-1__text, .l-include.case .c-column-1-2__item .c-card-1__title {
    max-width: 80vw;
  }
}

.l-include.event .c-column-1-2__item .c-card-1__img, .l-include.case .c-column-1-2__item .c-card-1__img {
  margin-top: -.25px;
}

.l-include.event .c-button, .l-include.case .c-button {
  border: 1px solid #FFFFFF;
}

.l-include.event .c-card-1, .l-include.case .c-card-1 {
  width: 100%;
  align-items: stretch;
}

.l-include.event .c-card-1::after, .l-include.case .c-card-1::after {
  border: none;
}

.l-include.event .c-card-1__main, .l-include.case .c-card-1__main {
  padding-bottom: 34px;
}

.l-include.event .c-card-1__text, .l-include.case .c-card-1__text {
  display: block;
}

.l-include.event .p-button-container, .l-include.case .p-button-container {
  margin: 42.5px 0 0;
}

.l-include.release {
  background-color: #FFFFFF;
}

.l-include.release .l-include-col__box {
  display: flex;
  flex-direction: column;
}

.l-include.release .l-include-col__body {
  z-index: 2;
  position: relative;
  overflow: hidden;
  width: auto;
}

@media (max-width: 768px) {
  .l-include.release .l-include-col__body {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    max-height: 197.33333vw;
  }
}

.l-include.release .l-include-col__body + * {
  margin-top: 50px;
}

.l-include.release .l-include-col__body .c-hover-1 {
  overflow: visible;
}

.l-include.release .l-include-col__body .p-article-link__title {
  display: block;
}

.l-include.release .l-include-col__inner {
  margin: 0 20px;
  background-color: #F5F5F5;
  padding: 70px 40px 40px;
}

@media (max-width: 768px) {
  .l-include.release .l-include-col__inner {
    padding: 50px 20px 20px;
    margin: 0;
  }
}

.l-include.release .c-column-index {
  display: flex;
  flex-direction: row;
}

.l-include.release .c-column-index + * {
  margin-top: 0;
}

.l-include.release .c-column-index .swiper-button-next {
  background: url(/img/swiper/next.png);
  background-size: contain;
  right: -30px;
}

.l-include.release .c-column-index .swiper-button-prev {
  background: url(/img/swiper/prev.png);
  background-size: contain;
  left: -30px;
}

.l-include.release .c-column-index__item {
  border: none;
}

.l-include.release .c-column-index__item .p-article-link {
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}

.l-include.release .c-title-1 {
  margin: 30px 0 20px;
}

.l-include.release .c-title-1 + * {
  margin-top: 0;
}

.l-include.release .p-button-container {
  margin: 50px 0 30px;
}

@media (max-width: 768px) {
  .l-include.release .p-button-container {
    margin: 50px 0 40px;
  }
}

@media (max-width: 768px) {
  .l-include.release .swiper-slide {
    padding: 0;
  }
}

.l-include.release .swiper-button-next,
.l-include.release .swiper-button-prev {
  top: calc(50% - 20px);
}

@media (max-width: 768px) {
  .l-include.release .swiper-button-next,
  .l-include.release .swiper-button-prev {
    top: calc(50% - 25px);
  }
}

.l-include.release .swiper-button-next {
  right: 0;
}

.l-include.release .swiper-button-prev {
  left: 0;
}

.l-include.services {
  background-color: #F5F5F5;
}

.l-include.services .l-include-col__header {
  padding: 0;
}

@media (max-width: 768px) {
  .l-include.services .l-include-col__header {
    padding: 0 0 50px;
  }
}

.l-include.services .l-include-col__body {
  z-index: 2;
  position: relative;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .l-include.services .l-include-col__body {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .l-include.services .c-card-container {
    padding: 0;
  }
}

/* p-nav-dropdown
--------------------------------------------------- */
@media (min-width: 769px) {
  .p-nav-dropdown {
    position: absolute;
    top: calc(100% - -15px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(10px);
    pointer-events: none;
    opacity: 0;
  }
  .p-nav-dropdown.TEST {
    pointer-events: all;
    opacity: 1;
  }
  .p-nav-dropdown::after {
    content: "";
    position: absolute;
    display: block;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 166px);
    height: 15px;
    z-index: -1;
  }
  .p-nav-dropdown.is-size--medium {
    max-width: 463px;
  }
  .p-nav-dropdown.is-right {
    left: auto;
  }
  .p-nav-dropdown.is-left {
    left: -200px;
  }
}

@media (max-width: 768px) {
  .p-nav-dropdown {
    display: none;
  }
}

@media (min-width: 769px) {
  body.is-loaded .l-nav__menu-item.is-active .p-nav-dropdown {
    pointer-events: all;
    transform: translateY(0);
    opacity: 1;
  }
  body.is-loaded .l-nav__menu-item.is-active .p-nav-dropdown::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    top: -17px;
    display: block;
    background-color: transparent;
  }
}

.p-nav-dropdown__content {
  border-radius: 5px;
  background-color: #ffff;
  padding: 40px 60px;
  overflow: auto;
  max-height: calc(100vh - 135px);
}

@media (max-width: 768px) {
  .p-nav-dropdown__content {
    border-radius: 0;
    padding: 30px 36px;
    max-height: none;
  }
}

.p-nav-dropdown__head {
  padding: 0 30px;
  margin: 0 -30px;
}

.p-nav-dropdown__head:not(:first-child) {
  margin-top: 40px;
}

.p-nav-dropdown__head + * {
  margin-top: 13px;
}

@media (max-width: 768px) {
  .p-nav-dropdown__head {
    padding: 0 21px;
    margin: 0 -21px;
  }
  .p-nav-dropdown__head:not(:first-child) {
    margin-top: 30px;
  }
  .p-nav-dropdown__head + * {
    margin-top: 15px;
  }
}

.p-nav-dropdown__sub-head {
  margin-bottom: 5px;
}

.p-nav-dropdown__sub-head:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .p-nav-dropdown__sub-head {
    margin-bottom: 15px;
  }
  .p-nav-dropdown__sub-head:not(:first-child) {
    margin-top: 30px;
  }
}

.p-nav-dropdown__body {
  padding-left: 30px;
}

@media (max-width: 768px) {
  .p-nav-dropdown__body {
    padding-left: 15px;
  }
}

.p-nav-dropdown__title {
  display: inline-block;
  color: #0D57A7;
  line-height: 1.33333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: -30px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .p-nav-dropdown__title {
    margin-left: -21px;
    padding-left: 21px;
  }
}

.p-nav-dropdown__title[class*="is-icon"] {
  position: relative;
}

.p-nav-dropdown__title[class*="is-icon"]::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .p-nav-dropdown__title[class*="is-icon"]::before {
    width: 15px;
    height: 15px;
  }
}

.p-nav-dropdown__title.is-icon-serv1::before {
  background-image: url(/common2022/img/icon_service_01.svg);
}

.p-nav-dropdown__title.is-icon-serv2::before {
  background-image: url(/common2022/img/icon_service_02.svg);
}

.p-nav-dropdown__title.is-icon-serv3::before {
  background-image: url(/common2022/img/icon_service_03.svg);
}

.p-nav-dropdown__sub-title {
  display: inline-block;
  color: #0D57A7;
  line-height: 1.33333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-nav-dropdown__sub-title {
    line-height: 1.64286;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .p-nav-dropdown__sub-title small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-nav-dropdown__menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -5px;
}

@media (min-width: 769px) {
  .p-nav-dropdown__menu {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-nav-dropdown__menu {
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.p-nav-dropdown__menu-item {
  padding-left: 30px;
  padding-bottom: 5px;
  width: 33.33%;
}

@media (max-width: 768px) {
  .p-nav-dropdown__menu-item {
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    max-width: none;
  }
  .p-nav-dropdown__menu-item + .p-nav-dropdown__menu-item {
    margin-top: 10px;
  }
}

.p-nav-dropdown__menu-link {
  color: #000000;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-nav-dropdown__menu-link {
    line-height: 1.78571;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .p-nav-dropdown__menu-link small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-nav-dropdown__title, .p-nav-dropdown__title span::before, .p-nav-dropdown__sub-title, .p-nav-dropdown__sub-title span::before, .p-nav-dropdown__menu-link, .p-nav-dropdown__menu-link span::before {
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-nav-dropdown__title span, .p-nav-dropdown__sub-title span, .p-nav-dropdown__menu-link span {
  display: inline-block;
  position: relative;
}

.p-nav-dropdown__title span::before, .p-nav-dropdown__sub-title span::before, .p-nav-dropdown__menu-link span::before {
  content: "";
  background-color: #0D57A7;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 2px;
  width: 100%;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-nav-dropdown__title:hover, .p-nav-dropdown__sub-title:hover, .p-nav-dropdown__menu-link:hover {
  color: #0D57A7;
}

.p-nav-dropdown__title:hover span::before, .p-nav-dropdown__sub-title:hover span::before, .p-nav-dropdown__menu-link:hover span::before {
  opacity: 1;
}

@media (max-width: 768px) {
  .p-sort {
    margin-right: -15px;
  }
}

.p-sort + * {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-sort + * {
    margin-top: 15px;
  }
}

@media (min-width: 769px) {
  .p-sort-block + * {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .p-sort-block {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.p-sort-column {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -20px;
}

@media (max-width: 768px) {
  .p-sort-column {
    flex-wrap: nowrap;
    margin-left: -7px;
    margin-bottom: 0;
  }
}

.p-sort-column__item {
  padding-left: 10px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .p-sort-column__item {
    padding-left: 7px;
    padding-bottom: 15px;
  }
}

.p-sort__button {
  min-width: 100px;
}

@media (max-width: 768px) {
  .p-sort__button {
    min-width: 75px;
  }
}

.p-sort__button.is-sort__button--large {
  min-width: 210px;
}

@media (max-width: 768px) {
  .p-sort__button.is-sort__button--large {
    min-width: 169px;
  }
}

/* p-text-group
--------------------------------------------------- */
.p-text-group {
  display: block;
  position: relative;
}

@media (max-width: 768px) {
  .p-text-group {
    padding-right: 26px;
  }
  .p-text-group::after {
    content: "";
    background: url(/common2022/img/icon_chevron-right.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 11px;
  }
}

.p-text-group > * + * {
  margin-top: 15px;
}

.p-text-group__title {
  color: #727272;
  font-weight: 700;
}

.p-text-group__sub {
  border-radius: 20px;
  border: 1px solid #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-block;
  padding: 1px 10px;
}

/* p-page
--------------------------------------------------- */
.p-page-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 420px;
  width: 100%;
}

@media (max-width: 768px) {
  .p-page-visual {
    height: 375px;
  }
}

.p-page-visual__main {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .p-page-visual__main {
    padding-left: 6.07613%;
    padding-right: 6.07613%;
    max-width: 1366px;
  }
}

@media (min-width: 1201px) {
  .p-page-visual__main {
    padding-left: 83px;
    padding-right: 83px;
  }
}

@media (max-width: 768px) {
  .p-page-visual__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .p-page-visual__main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-page-visual__title {
  text-align: center;
}

.p-page-visual__title > * {
  color: #FFFFFF;
  display: block;
}

.p-page-visual__title-en {
  font-style: normal;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.1;
}

.p-page-visual__title-sub {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  margin-top: 11px;
}

.p-page-visual__title-img svg {
  width: 36px;
  height: 36px;
  fill: #FFFFFF;
  margin: 0 auto 15px;
}

@media (max-width: 768px) {
  .p-page-visual__title-en {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.09375;
  }
  .p-page-visual__title-sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 8px;
  }
}

.p-page-visual__bg {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  height: 420px;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 768px) {
  .p-page-visual__bg {
    top: 60px;
    height: 375px;
  }
}

.p-page-visual__bg-inner {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.p-page-visual__bg img {
  object-fit: cover;
  object-position: center 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.is-loaded .p-page-visual__bg {
  opacity: 1;
}

body.is-loaded .p-page-visual__bg img {
  transform: scale(1);
}

.p-page-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .p-page-heading {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}

.p-page-heading__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.p-page-heading__title-en {
  color: #0D57A7;
  display: inline-block;
  font-style: normal;
  font-family: proxima-nova, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.0554;
  margin-bottom: 9px;
}

@media (max-width: 768px) {
  .p-page-heading__title-en {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 8px;
  }
}

.p-page-heading__title-main {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .p-page-heading__title-main {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-page-heading-2 + * {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .p-page-heading-2 + * {
    margin-top: 40px;
  }
}

.p-page-heading-2__lead > [class*="c-text"] + [class*="c-text"] {
  margin-top: 30px;
}

.p-page-heading-2__title + * {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .p-page-heading-2__title + * {
    margin-top: 15px;
  }
}

.p-page-heading-3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 70px;
  padding-bottom: 15px;
  color: #000000;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.0554;
}

@media (max-width: 768px) {
  .p-page-heading-3 {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .p-page-heading-3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-page-heading-3__title-en {
  color: #000000;
  display: inline-block;
  font-style: normal;
  font-family: proxima-nova, sans-serif;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.0554;
}

@media (max-width: 768px) {
  .p-page-heading-3__title-en {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (max-width: 768px) {
  .p-page-heading-3__title-jp {
    padding: 0;
  }
}

/* p-panel
--------------------------------------------------- */
.p-panel {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 769px) {
  .p-panel {
    border-radius: 10px;
  }
}

.p-panel-form {
  margin: 0 auto;
  display: block;
  text-align: center;
  max-width: 840px;
  width: 100%;
  padding: 20px 20px 0;
  background-color: white;
}

@media (min-width: 769px) {
  .p-panel-form {
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .p-panel-form {
    padding: 10px 10px 0;
  }
}

.p-panel:first-child {
  margin-top: 0;
}

.p-panel__inner {
  padding: 70px 6.66667%;
}

@media (max-width: 768px) {
  .p-panel__inner {
    padding: 40px 20px;
  }
}

.p-panel__inner > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.p-panel__inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-panel__inner.is-panel-width__small {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.p-panel-unit {
  padding: 40px;
}

@media (min-width: 769px) {
  .p-panel-unit {
    border-radius: 5px;
  }
}

@media (max-width: 768px) {
  .p-panel-unit {
    padding-left: 20px;
    padding-right: 20px;
  }
}

* + .p-panel-unit {
  margin-top: 40px;
}

.p-panel-unit + * {
  margin-top: 40px;
}

.p-panel-unit__item + .p-panel-unit__item {
  margin-top: 20px;
}

.p-panel.is-panel-bg--white,
.p-panel-unit.is-panel-bg--white {
  background-color: #FFFFFF;
}

.p-panel.is-panel-bg--gray,
.p-panel-unit.is-panel-bg--gray {
  background-color: #F9F9F9;
}

.p-panel.is-panel-bg--blue,
.p-panel-unit.is-panel-bg--blue {
  background-color: #F2FBFE;
}

.p-sort {
  margin-right: 0;
}

@media (max-width: 768px) {
  .p-sort-column {
    width: 100%;
    margin-left: -5px;
    justify-content: space-between;
    order: 2;
  }
}

@media (max-width: 768px) {
  .p-sort__button {
    min-width: 29.6vw;
  }
}

@media (max-width: 768px) {
  .p-sort-column__item {
    padding-left: 5px;
    padding-bottom: 15px;
  }
}

.p-list {
  background-color: #FFFFFF;
}

.p-list-sort__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .p-list-sort__inner {
    flex-direction: column;
  }
}

.p-list-sort__inner > .c-link-round__anchor {
  margin-top: 9px;
}

@media (max-width: 768px) {
  .p-list-sort__inner > .c-link-round__anchor {
    margin-top: 0;
    margin-bottom: 40px;
    order: 1;
  }
}

.p-list__inner {
  padding: 0;
  position: relative;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}

.p-list__inner-header {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
  .p-list__inner-header {
    display: none;
  }
}

.p-list__inner-header > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66667%;
  padding: 10px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  border-right: 1px solid #E5E5E5;
}

.p-list__inner-header > div:last-child {
  justify-content: flex-start;
  width: 16.66667%;
  border-right: none;
}

.p-list__inner-body {
  display: flex;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
  .p-list__inner-body {
    display: block;
    padding: 30px 46px 30px 20px;
  }
  .p-list__inner-body.p-text-group::after {
    right: 20px;
  }
}

.p-list__inner-body > div {
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66667%;
  padding: 30px;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
  .p-list__inner-body > div {
    text-align: left;
    display: block;
    width: 100%;
    border-right: none;
    padding: 0 0 20px;
  }
  .p-list__inner-body > div:nth-child(2) {
    padding: 0 0 15px;
  }
}

.p-list__inner-body > div:last-child {
  display: block;
  text-align: left;
  width: 66.66667%;
  border-right: none;
}

.p-list__inner-body > div:last-child > .c-hover-1 p:first-of-type {
  padding: 30px 30px 15px;
}

.p-list__inner-body > div:last-child > .c-hover-1 p:last-of-type {
  padding: 0 30px 30px;
}

@media (max-width: 768px) {
  .p-list__inner-body > div:last-child {
    padding: 0;
    width: 100%;
  }
  .p-list__inner-body > div:last-child > .c-hover-1 p:first-of-type {
    padding: 0 0 15px;
  }
  .p-list__inner-body > div:last-child > .c-hover-1 p:last-of-type {
    padding: 0;
  }
}

.p-list__inner-body > div > span {
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  width: 72px;
  height: 26px;
  border-radius: 5px;
}

.p-list__inner-body > div > span.is-label--seminar {
  background-color: #3D79B9;
}

.p-list__inner-body > div > span.is-label--event {
  background-color: #33BFEB;
}

.p-list__inner-body > div > span.is-label--entry {
  background-color: #BFBFBF;
}

.p-list__inner-body > div > span.is-label--close-entry {
  background-color: #F3876C;
}

.p-list__column--two {
  margin-top: 70px;
  padding-bottom: 70px;
  margin-bottom: -70px;
  background: #F5F5F5;
}

.p-list__column--two > .p-list__inner-header > div:last-child, .p-list__column--two .p-list__inner-body > div:last-child {
  width: 83.33333%;
}

@media (max-width: 768px) {
  .p-list__column--two {
    margin-top: 50px;
    padding-bottom: 60px;
    margin-bottom: -60px;
  }
  .p-list__column--two > .p-list__inner-header > div:last-child, .p-list__column--two .p-list__inner-body > div:last-child {
    width: 100%;
  }
}

.p-list__column--two .p-button-container {
  padding: 50px 0 20px;
  margin: 0;
  display: block;
}

@media (max-width: 768px) {
  .p-list__column--two .p-button-container {
    padding: 40px 0 0;
  }
}

@media (max-width: 768px) {
  .p-list__column--two .p-button-container .p-button-group + .p-button-group {
    margin-top: 20px;
  }
}

.p-list__column--three .p-button-container {
  padding: 50px 0 20px;
  margin: 0;
}

@media (max-width: 768px) {
  .p-list__column--three .p-button-container {
    padding: 40px 0 0;
  }
}

@media (max-width: 768px) {
  .p-list__column--three .p-button-container .p-button-group + .p-button-group {
    margin-top: 20px;
  }
}

.p-list .p-article-link__title {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-button-container {
  margin-top: 50px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .p-button-container {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

.p-button-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-button-group + .p-button-group {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .p-button-group {
    margin-left: -30px;
    margin-bottom: -30px;
  }
}

.p-button-group__item {
  width: 100%;
  max-width: 410px;
}

@media (min-width: 769px) {
  .p-button-group__item {
    padding-left: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .p-button-group__item {
    max-width: 335px;
  }
  .p-button-group__item + * {
    margin-top: 20px;
  }
}

/* p-article
--------------------------------------------------- */
.p-article-link {
  padding: 40px 30px;
}

@media (max-width: 768px) {
  .p-article-link {
    padding: 30px 26px 30px 0;
  }
}

.p-article-link__date {
  color: #727272;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-article-link__date {
    line-height: 1.75;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-article-link__title {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .p-article-link__title {
    line-height: 1.78571;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-article-link.empty-links {
  pointer-events: none;
}

.p-article-link.empty-links .c-hover-1__line {
  color: #000 !important;
  text-decoration: none !important;
}

.p-article-link.empty-links .p-article-link__tag span {
  pointer-events: all;
}

.p-article-link.empty-links.p-text-group::after {
  display: none !important;
}

[target="_blank"] .p-article-link__title::after {
  content: "";
  background: url(/common2022/img/icon_blank-line.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 4px;
  margin-right: 4px;
  height: 16px;
  width: 16px;
}

.p-article-header {
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 768px) {
  .p-article-header {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-article-header__title {
  display: block;
  line-height: 1.75;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  margin-left: -40px;
  margin-bottom: 30px;
}

.p-article-header__title::before {
  content: "";
  background-color: #0D57A7;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
}

@media (max-width: 768px) {
  .p-article-header__title {
    line-height: 1.72222;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px;
    margin-left: -20px;
    margin-bottom: 20px;
  }
  .p-article-header__title::before {
    width: 5px;
  }
}

.p-article-header__date {
  color: #727272;
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-article-header__date {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-article-container p {
  word-break: break-all;
}

.p-article-container p:not([class]) {
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.p-article-container p.is--indent {
  display: inline-block;
  padding-left: calc(1em - -4px);
  position: relative;
}

.p-article-container p.is--indent::before {
  content: "※";
  display: inline-block;
  margin-right: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-article-container p.is--indent[class*="u-align-"] {
  display: block;
}

.p-article-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.p-article-inner > [class*="p-article-"] a {
  text-decoration: underline;
  display: inline;
}

.p-article-inner > [class*="p-article-"] a:not(.u-color__black) {
  color: #1976D2;
}

.p-article-inner > [class*="p-article-"] a[target="_blank"]::after {
  content: "";
  background: url(/common2022/img/icon_blank-line.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 4px;
  margin-right: 4px;
  height: 16px;
  width: 16px;
}

.p-article-section {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .p-article-section {
    margin-top: 40px;
  }
}

.p-article-section:first-child {
  margin-top: 0;
}

@media (min-width: 769px) {
  .p-article-section:first-child .p-article-title:first-child {
    margin-bottom: 40px;
  }
}

.p-article-group {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .p-article-group {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.p-article-group:first-child {
  margin-top: 0;
}

.p-article-group:last-child {
  margin-bottom: 0;
}

.p-article-group > .c-text-medium + .c-text-medium,
.p-article-group > .c-text-medium + .p-article-dl,
.p-article-group > .p-article-dl + .c-text-medium {
  margin-top: 20px;
}

.p-article-dl {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 4px;
}

.p-article-dl dt,
.p-article-dl dd {
  line-height: 1.7;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .p-article-dl dt,
  .p-article-dl dd {
    line-height: 1.75;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-article-img {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .p-article-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p-article-img img {
  padding: 20px 20px;
  border: 1px solid #f9f9f9;
  background-color: #ffffff;
}

.p-article-img.is-margin--large {
  margin-top: 70px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .p-article-img.is-margin--large {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.p-article-img:first-child {
  margin-top: 0;
}

.p-article-img:last-child {
  margin-bottom: 0;
}

.p-article-img__caption {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

img + .p-article-img__caption {
  margin-top: 30px;
}

.p-article-img.is-size--medium img {
  max-width: 320px;
}

@media (max-width: 768px) {
  .p-article-img.is-size--medium img {
    max-width: 200px;
  }
}

.p-article-img__pear {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.p-article-img__pear .p-article-img {
  width: 49%;
}

.p-article-img__pear .p-article-img {
  margin: 0;
}

@media (max-width: 768px) {
  .p-article-img__pear {
    margin-top: 15px;
    flex-direction: column;
  }
  .p-article-img__pear .p-article-img {
    width: 100%;
  }
  .p-article-img__pear .p-article-img:first-of-type {
    margin-bottom: 30px;
  }
}

#large-view {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  animation: fadein 0.2s ease-out both;
  cursor: pointer;
  user-select: none;
}

#large-view img {
  display: block;
  padding: 20px 20px;
  background-color: #ffffff;
}

#large-view.fadeout {
  animation: fadeout 0.2s ease-out both;
  pointer-events: none;
}

#large-view > #large-view__img {
  animation: scaledown 0.2s ease-out both;
}

#large-view::before, #large-view::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #eee;
  border-radius: 4px;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 12;
}

#large-view::before {
  transform: rotate(45deg);
}

#large-view::after {
  transform: rotate(-45deg);
}

#large-view__img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: calc(100% - 44px);
  animation: scaleup 0.2s ease-out both;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scaleup {
  0% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scaledown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}

.p-article-info {
  background-color: #F9F9F9;
  margin-top: 40px;
  padding: 40px;
}

.p-article-info + * {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .p-article-info {
    border-radius: 5px;
  }
}

@media (max-width: 768px) {
  .p-article-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-article-info:first-child {
  margin-top: 0;
}

.p-article-contact {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-article-contact__text {
  position: relative;
}

.p-article-contact__label {
  border-radius: 20px;
  border: 1px solid #0D57A7;
  background-color: #FFFFFF;
  color: #0D57A7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 5px 20px 6px;
}

.p-article-contact__label + * {
  margin-top: 20px;
}

.p-article-contact__title {
  line-height: 1.8;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

.p-article-contact > :not(.p-article-contact__label) + p {
  margin-top: 8px;
}

.p-article-sub {
  line-height: 1.77778;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.p-article-sub + * {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .p-article-sub {
    line-height: 1.8;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-article-title {
  color: #0D57A7;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.79167;
}

.p-article-title + * {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-article-title {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.70588;
  }
}

ul.p-article-list {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  ul.p-article-list {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}

ul.p-article-list li {
  list-style: none;
  padding-left: 1.5em;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

ul.p-article-list li:first-of-type {
  margin-top: 0;
}

ul.p-article-list li::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  left: 0.5em;
  top: 0.8em;
}

ol.p-article-list {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding-left: 1.3em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  ol.p-article-list {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}

ol.p-article-list li {
  list-style-type: decimal;
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding-left: .2em;
}

ol.p-article-list li:first-of-type {
  margin-top: 0;
}

.p-article-table {
  margin: 30px auto 70px;
  line-height: 1.6;
  border-collapse: collapse;
  text-align: center;
}

@media (max-width: 768px) {
  .p-article-table {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 30px auto 0;
  }
}

.p-article-table tbody {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-article-table tbody {
    display: block;
    max-width: 100%;
    border-bottom: 1px solid #505050;
  }
  .p-article-table tbody tr {
    display: block;
    width: 100%;
  }
}

.p-article-table th {
  border: 1px solid #505050;
  text-align: center;
  padding: 7px 10px;
  font-weight: 700;
  background-color: rgba(216, 216, 216, 0.8);
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .p-article-table th {
    display: block;
    width: 100%;
    border-bottom: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-article-table th:empty {
    display: none;
  }
  .p-article-table th.table-title {
    font-size: 15px;
    font-size: 1.5rem;
    background-color: #b6b6b6;
  }
}

.p-article-table td {
  border: 1px solid #505050;
  text-align: left;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .p-article-table td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-article-table td:empty {
    display: none;
  }
}

.p-tab__button {
  cursor: pointer;
}

.p-tab__content {
  display: none;
  margin-top: 30px;
}

.p-tab__content.is-show {
  display: block;
  opacity: 1;
}

/* p-home
--------------------------------------------------- */
.p-home {
  position: relative;
}

.p-home-bg {
  position: relative;
}

.p-home-bg:after {
  content: '';
  display: block;
  position: fixed;
  top: 270px;
  right: 40px;
  width: 63.6896vw;
  height: 63.6896vw;
  max-width: 870px;
  max-height: 870px;
  background: url(/img/home/kv_bg_arrow.png) no-repeat top center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .p-home-bg:after {
    width: 100%;
    height: 100%;
    max-width: 128vw;
    max-height: 128vw;
    background-position: top left;
    background-size: cover;
    top: 65.33333vw;
    right: -32vw;
  }
}

.p-home-kv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40.26354vw;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .p-home-kv {
    height: 133.33333vw;
  }
  .p-home-kv > div:first-of-type {
    top: 0 !important;
    height: 100% !important;
  }
}

.p-home-kv .bg-slider {
  width: 100%;
  height: 40.26354vw;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-home-kv__button {
  position: absolute;
  right: 83px;
  top: -70px;
  z-index: 2;
  max-width: 200px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-home-kv__button {
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    max-width: 169px;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    margin: 40px auto 0;
  }
}

.p-home-kv__text {
  position: absolute;
  top: auto;
  left: auto;
  margin: 0 6.00293vw;
  width: 37.11567vw;
  display: flex;
  flex-wrap: wrap;
}

.p-home-kv__text em {
  display: block;
}

@media (max-width: 768px) {
  .p-home-kv__text {
    margin: 40px 10.66667vw 0;
    width: calc(100% - 80/375 * 100vw);
    height: auto !important;
  }
}

.p-home-kv__text-1 {
  width: 37.11567vw;
}

@media (max-width: 768px) {
  .p-home-kv__text-1 {
    width: 81.33333vw;
  }
}

.p-home-kv__text-2 {
  margin-top: 1.39092vw;
  width: 10.32211vw;
}

@media (max-width: 768px) {
  .p-home-kv__text-2 {
    margin-top: 4vw;
    width: 22.66667vw;
  }
}

.p-home-kv__text-3 {
  margin-top: 1.75695vw;
  width: 27.96486vw;
}

@media (max-width: 768px) {
  .p-home-kv__text-3 {
    margin-top: 4vw;
    width: 61.33333vw;
  }
}

.p-home-kv__text-4 {
  margin-top: 3.29429vw;
  width: 25.32943vw;
}

@media (max-width: 768px) {
  .p-home-kv__text-4 {
    margin-top: 7.2vw;
    width: 55.46667vw;
  }
}

.p-home-kv__text-4:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  animation: anime-r-line 2s ease-in 1.5s;
}

.p-home-kv__topics {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 83px;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .p-home-kv__topics {
    padding: 30px 15px;
  }
}

.p-home-kv__topics > a {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .p-home-kv__topics > a {
    font-size: 13px;
    font-size: 1.3rem;
    flex-direction: column;
  }
}

.p-home-kv__topics > a:last-of-type:hover {
  color: #0D57A7;
  text-decoration: underline;
}

.p-home-kv__topics > a .p-home-kv__topics-left {
  margin: 0 6.07613% 0 0;
}

@media (max-width: 768px) {
  .p-home-kv__topics > a .p-home-kv__topics-left {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 768px) {
  .p-home-kv__topics > a .p-home-kv__topics-right {
    width: 100%;
    margin: 0;
  }
}

.p-home .l-include {
  padding: 70px 0 70px;
}

@media (max-width: 768px) {
  .p-home .l-include {
    padding: 0 0 60px;
  }
}

.p-home .l-include__inner {
  display: flex;
  flex-direction: row;
}

@media (max-width: 768px) {
  .p-home .l-include__inner {
    flex-direction: column;
  }
}

.p-home .l-include-col__header {
  display: flex;
  justify-content: center;
  max-width: 34.40703%;
  height: 100%;
  padding: 0 0 0 30px !important;
  z-index: 2;
  position: sticky;
  top: 100px;
  align-items: inherit;
  transition: .5s;
}

@media (max-width: 768px) {
  .p-home .l-include-col__header {
    max-width: 100%;
    padding: 0 !important;
    position: relative;
    top: 0;
  }
}

.p-home .l-include-col__header.release {
  padding: 0 0 0 30px;
}

.p-home .l-include-col__header .p-page-heading__title {
  padding: 110px 0;
}

@media (max-width: 768px) {
  .p-home .l-include-col__header .p-page-heading__title {
    padding: 60px 0;
  }
}

.p-home .l-include-col__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 768px) {
  .p-home .l-include-col__body {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.p-home .l-include-col__body .swiper-container-1, .p-home .l-include-col__body .swiper-container-2, .p-home .l-include-col__body .swiper-container-3 {
  position: relative;
}

.p-home .l-include-col__body .swiper-wrapper.event {
  position: relative;
}

.p-home .l-include-col__body .swiper-wrapper.case {
  position: relative;
}

@media (max-width: 768px) {
  .p-home .l-include-col__body .swiper-wrapper.news {
    flex-direction: column;
  }
}

.p-home .l-include-col__body .swiper-wrapper.news, .p-home .l-include-col__body .swiper-wrapper.topics {
  position: relative;
}

@media (max-width: 768px) {
  .p-home .l-include-col__body .swiper-wrapper.news li:nth-of-type(even) > a, .p-home .l-include-col__body .swiper-wrapper.topics li:nth-of-type(even) > a {
    border-top: none;
  }
}

.p-home .l-include-col__body .swiper-button-next, .p-home .l-include-col__body .swiper-button-prev {
  top: 50%;
}

@media (max-width: 768px) {
  .p-home .l-include-col__body .swiper-button-next, .p-home .l-include-col__body .swiper-button-prev {
    top: calc(50% + 4px);
  }
}

@media (max-width: 768px) {
  .p-home .l-include-col__body .swiper-container-3 .swiper-button-next, .p-home .l-include-col__body .swiper-container-3 .swiper-button-prev {
    top: calc(50% - 100px);
  }
}

.p-home .l-include-col__body .swiper-button-next {
  background: url(/img/swiper/next.png);
  background-size: contain;
  right: 0;
}

.p-home .l-include-col__body .swiper-button-prev {
  background: url(/img/swiper/prev.png);
  background-size: contain;
  left: 0;
}

.p-home .l-include.event, .p-home .l-include.case {
  background-color: #0D57A7;
}

.p-home .l-include.event .l-include-col__body, .p-home .l-include.case .l-include-col__body {
  max-width: 60.02928%;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .p-home .l-include.event .l-include-col__body, .p-home .l-include.case .l-include-col__body {
    max-width: 100%;
    margin-left: 0;
  }
}

.p-home .l-include.event .c-card-1__text, .p-home .l-include.event .c-card-1__title, .p-home .l-include.case .c-card-1__text, .p-home .l-include.case .c-card-1__title {
  max-width: 100%;
}

.p-home .l-include.event .c-card-1, .p-home .l-include.case .c-card-1 {
  width: 100%;
  align-items: stretch;
}

.p-home .l-include.event .c-card-1:after, .p-home .l-include.case .c-card-1:after {
  border: none;
}

.p-home .l-include.event .c-card-1__img, .p-home .l-include.case .c-card-1__img {
  width: 100%;
  margin-left: 0;
}

.p-home .l-include.services .l-include-col__header {
  padding: 0;
}

.p-home .l-include.services .l-include-col__body {
  max-width: 57.83309%;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .p-home .l-include.services .l-include-col__body {
    margin-left: 0;
    max-width: 100%;
  }
}

.p-home .l-include.release .l-include-col__header {
  padding: 0 0 0 30px;
}

@media (max-width: 768px) {
  .p-home .l-include.release .l-include-col__header {
    padding: 0 0 60px;
  }
}

@media (max-width: 768px) {
  .p-home .l-include.release .l-include-col__body {
    display: block;
    padding: 0 15px;
    max-height: inherit;
    max-width: inherit;
  }
}

.p-home .l-include.release .swiper-button-next,
.p-home .l-include.release .swiper-button-prev {
  top: calc(50% - 20px);
}

@media (max-width: 768px) {
  .p-home .l-include.release .swiper-button-next,
  .p-home .l-include.release .swiper-button-prev {
    top: calc(50% - 20px);
  }
}

.p-home .l-include.release .l-include-col__box {
  max-width: 60.02928%;
}

@media (max-width: 768px) {
  .p-home .l-include.release .l-include-col__box {
    max-width: 100%;
  }
}

.p-home .l-include.release .topics {
  display: none;
}

.p-home .l-include.release .p-article-link__title {
  max-width: 267px;
}

@media (max-width: 768px) {
  .p-home .l-include.release .p-article-link__title {
    max-width: 80vw;
  }
}

.p-home .l-include.release .swiper-wrapper {
  width: auto !important;
}

.p-home__main {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .p-home__main {
    padding-left: 6.07613%;
    padding-right: 6.07613%;
    max-width: 1366px;
  }
}

@media (min-width: 1201px) {
  .p-home__main {
    padding-left: 83px;
    padding-right: 83px;
  }
}

@media (max-width: 768px) {
  .p-home__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .p-home__main {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.p-home-fixed__btn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 11;
}

@media (max-width: 768px) {
  .p-home-fixed__btn {
    right: 0;
    left: 0;
    margin: auto;
    width: 90.13333vw;
  }
}

.p-home-fixed__btn a {
  display: block;
  width: 320px;
  height: 235px;
  background: url(/img/home/a_bnr_pc.png) no-repeat center center;
  background-size: 100%;
}

.p-home-fixed__btn a:hover {
  opacity: .85;
}

@media (max-width: 768px) {
  .p-home-fixed__btn a {
    width: 90.13333vw;
    height: 30.4vw;
    background: url(/img/home/a_bnr_sp.png) no-repeat center center;
    background-size: 100%;
  }
}

.p-home-fixed__btn button {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/img/home/a_bnr_close.png) no-repeat center center;
  background-size: 100%;
}

@media (max-width: 768px) {
  .p-home-fixed__btn button {
    top: -4vw;
    width: 8vw;
    height: 8vw;
  }
}

.p-home .swiper-container-1,
.p-home .swiper-container-2,
.p-home .swiper-container-3 {
  display: none;
}

.p-home .swiper-container-1.swiper-initialized,
.p-home .swiper-container-2.swiper-initialized,
.p-home .swiper-container-3.swiper-initialized {
  display: block;
}

.p-home .swiper-container-1 .swiper-slide,
.p-home .swiper-container-2 .swiper-slide,
.p-home .swiper-container-3 .swiper-slide {
  height: auto;
  display: block;
}

.p-home .swiper-container-1 .swiper-slide > *,
.p-home .swiper-container-2 .swiper-slide > *,
.p-home .swiper-container-3 .swiper-slide > * {
  min-height: auto;
}

.p-home .swiper-container-1 .c-card-1__main,
.p-home .swiper-container-2 .c-card-1__main,
.p-home .swiper-container-3 .c-card-1__main {
  height: auto;
}

.p-home .swiper-container-1.auto,
.p-home .swiper-container-2.auto,
.p-home .swiper-container-3.auto,
.p-home .swiper-container-1.auto .swiper-slide,
.p-home .swiper-container-2.auto .swiper-slide,
.p-home .swiper-container-3.auto .swiper-slide {
  height: auto;
}

@media (max-width: 768px) {
  .p-home .swiper-container-1 .swiper-slide > *,
  .p-home .swiper-container-2 .swiper-slide > *,
  .p-home .swiper-container-3 .swiper-slide > * {
    min-height: 100%;
  }
}

.p-home .p-text-group > * + * {
  margin-top: 5%;
}

/* p-service
--------------------------------------------------- */
.p-service .anchor-point {
  padding-top: 150px !important;
  margin-top: -150px !important;
}

@media (max-width: 768px) {
  .p-service .anchor-point {
    padding-top: 120px !important;
    margin-top: -120px !important;
  }
}

@media (max-width: 768px) {
  .p-service #solution p:last-of-type {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .p-service #largedata p:last-of-type {
    margin-bottom: 0;
  }
}

.p-service > .bg-wrapper {
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .p-service .l-container {
    padding-bottom: 70px;
  }
}

.p-service .l-container.margin-bottom {
  padding-bottom: 70px;
}

.p-service-top-col {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 120px;
  margin-top: -120px;
}

@media (max-width: 768px) {
  .p-service-top-col {
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 30px;
  }
}

.p-service-middle-col {
  width: 100%;
  padding: 0 0 0 40px;
  margin: 0 0 12px;
}

@media (max-width: 768px) {
  .p-service-middle-col {
    padding: 0 0 0 20px;
    margin: 0 0 9px;
  }
}

.p-service-bottom-col {
  width: 100%;
  padding: 0 0 10px 40px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .p-service-bottom-col {
    padding: 0 0 0 20px;
  }
}

.p-service-bottom-col + .p-service-middle-col {
  margin-top: 30px;
}

.p-service-bottom-col + .p-service-bottom-col {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-service-bottom-col + .p-service-bottom-col {
    margin-top: 30px;
  }
}

.p-service-bottom-col .c-column-1-2 {
  padding-top: 150px !important;
  margin-top: -150px !important;
}

@media (max-width: 768px) {
  .p-service-bottom-col .c-column-1-2 {
    padding-top: 120px !important;
    margin-top: -120px !important;
  }
}

.p-service-bottom-col .c-column-1-2 .c-button-text span:first-of-type {
  margin-right: 15px;
}

.p-service-bottom-col .c-column-1-2 .c-button-text {
  display: inline-block;
}

.p-service-bottom-col__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.33333;
}

@media (max-width: 768px) {
  .p-service-bottom-col__title {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 15px 0 0;
    line-height: 1.8;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }
}

.p-service-container {
  padding: 80px 83px 60px;
  background-color: #FFFFFF;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 768px) {
  .p-service-container {
    padding: 60px 15px 0;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .p-service-container .l-container {
    padding-bottom: 60px;
  }
}

.p-service-container .l-container .p-button-container {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-service-container .l-container .p-button-container .p-button-group {
    margin-top: 30px;
  }
}

.p-service-container .p-service-require-inner {
  justify-content: center;
}

.p-service-container .p-service-require-title {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .p-service-container .p-service-require-title {
    margin-bottom: 55px;
  }
}

.p-service-container .p-service-require-title p:first-of-type {
  font-size: 28px;
  font-size: 2.8rem;
  color: #0D57A7;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-service-container .p-service-require-title p:first-of-type {
    font-size: 20px;
    font-size: 2rem;
  }
}

.p-service-container .p-service-require-title p:last-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-service-container .p-service-require-title p:last-of-type {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-service-container .p-service-require-item {
  margin-bottom: 20px;
}

.p-service-container .p-service-require-item > img {
  width: 146px;
}

.p-service-container .p-service-require-item > p:first-of-type {
  margin-top: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D57A7;
}

@media (max-width: 768px) {
  .p-service-container .p-service-require-item > p:first-of-type {
    margin-top: 20px;
  }
}

.p-service-container .p-service-require-item > p:last-of-type {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-service-container .p-service-require-item > p:last-of-type span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.8;
}

.p-service-container-sub1 {
  background-color: transparent;
  padding: 0 83px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .p-service-container-sub1 {
    padding: 0 15px 60px;
  }
}

.p-service-container-sub1 .p-service-require-inner {
  justify-content: center;
}

.p-service-container-sub1 .p-service-require-title {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-service-container-sub1 .p-service-require-title {
    margin-bottom: 0;
  }
}

.p-service-container-sub2 {
  background-color: transparent;
}

@media (max-width: 768px) {
  .p-service-container-sub2 {
    margin-top: -10px;
    padding: 60px 15px 60px;
  }
}

.p-service-container-sub2 .p-service-require-inner {
  justify-content: center;
}

.p-service-container-sub2 .p-service-require-title {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-service-container-sub2 .p-service-require-title {
    margin-bottom: 0;
  }
}

.p-service .c-icon--arrow {
  bottom: -2px;
}

@media (max-width: 768px) {
  .p-service .c-icon--arrow {
    bottom: -1px;
  }
}

.p-service .c-button-text__icon .c-icon--arrow {
  bottom: 1px;
}

@media (max-width: 768px) {
  .p-service .c-button-text__icon .c-icon--arrow {
    bottom: -1px;
  }
}

.p-service .c-button-text__main .c-icon--arrow {
  display: inline-block;
  top: auto;
  position: static;
}

.p-service .c-column-1-2 {
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .p-service .c-column-1-2 * + p {
    margin-top: 0;
  }
  .p-service .c-column-1-2 .c-column-1-2__item + *, .p-service .c-column-1-2 .c-column-1-3__item + * {
    margin-top: 15px;
  }
}

.p-service .c-column-1-2 > .c-column-1-2__item:nth-of-type(odd) {
  padding-right: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8125;
}

@media (max-width: 768px) {
  .p-service .c-column-1-2 > .c-column-1-2__item:nth-of-type(odd) {
    padding-right: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}

.p-service .c-column-1-2 > .c-column-1-2__item:nth-of-type(even) {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .p-service .c-column-1-2 > .c-column-1-2__item:nth-of-type(even) {
    padding: 0;
    border-left: none;
  }
}

.p-service .c-column-1-2 > .c-column-1-2__item ul {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .p-service .c-column-1-2 > .c-column-1-2__item ul {
    margin-top: 5px;
  }
}

.p-service .c-column-1-2 > .c-column-1-2__item ul > li {
  display: block;
  margin-bottom: 7px;
  margin-left: 2em;
  list-style-type: disc;
}

@media (max-width: 768px) {
  .p-service .c-column-1-2 > .c-column-1-2__item + .c-column-1-2__item {
    margin-top: 20px;
  }
}

.p-service-index .p-service-top-col {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .p-service-index .p-service-top-col {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .p-service-index .p-service-bottom-col {
    padding: 0 0 8px 20px;
  }
}

.p-service-index .c-column-1-2 > .c-column-1-2__item:nth-of-type(even) {
  border-left: 1px solid #BFBFBF;
}

@media (max-width: 768px) {
  .p-service-index .c-column-1-2 > .c-column-1-2__item:nth-of-type(even) {
    border-left: none;
  }
}

.p-service-contents {
  padding-bottom: 0;
}

/* p-product
--------------------------------------------------- */
.l-section-1.product {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .l-section-1.product {
    padding-top: 15px;
  }
}

.p-product-title {
  text-align: center;
}

.p-product-title h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 140px;
  margin-top: -140px;
}

@media (max-width: 768px) {
  .p-product-title h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .p-product-title h2 {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.p-product .c-column-1-3 + * {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .p-product .c-column-1-3 + * {
    margin-top: 70px;
  }
}

/* p-about
--------------------------------------------------- */
.l-section-1.p-about {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .l-section-1.p-about {
    padding-top: 5px;
  }
}

.c-column-1-3.p-about {
  margin-top: 0 !important;
  padding-top: 70px;
  justify-content: center;
}

@media (max-width: 768px) {
  .c-column-1-3.p-about {
    padding-top: 50px;
  }
}

.c-column-1-3.p-about .c-column-1-3__item .c-card-2__text {
  padding: 0 30px;
}

.p-about-read, .p-about-index-read {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.88889;
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .p-about-read, .p-about-index-read {
    margin-bottom: 60px;
  }
}

.p-about .c-column-1-2 + *, .p-about-index .c-column-1-2 + * {
  margin-top: 25px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .p-about .c-column-1-2 + *, .p-about-index .c-column-1-2 + * {
    margin-top: 15px;
  }
}

.p-about__inner1, .p-about-index__inner1 {
  padding-left: 2.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .p-about__inner1, .p-about-index__inner1 {
    padding-left: 0;
  }
}

.p-about__inner1-left, .p-about-index__inner1-left {
  padding-bottom: 0;
  max-width: 380px;
  width: 100%;
}

@media (max-width: 768px) {
  .p-about__inner1-left, .p-about-index__inner1-left {
    max-width: 100%;
    padding: 0;
  }
}

.p-about__inner1-right, .p-about-index__inner1-right {
  max-width: 760px;
  width: 100%;
  margin-left: 40px;
}

@media (max-width: 768px) {
  .p-about__inner1-right, .p-about-index__inner1-right {
    margin-top: 40px;
    margin-left: 0;
    max-width: 100%;
  }
}

.p-about-message__company, .p-about-index-message__company {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 50px 0 10px;
}

@media (max-width: 768px) {
  .p-about-message__company, .p-about-index-message__company {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 40px 0 10px;
  }
}

.p-about-message__name, .p-about-index-message__name {
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .p-about-message__name, .p-about-index-message__name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-about__inner2, .p-about-index__inner2 {
  padding-left: calc(2.5% + 80px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .p-about__inner2, .p-about-index__inner2 {
    padding-left: 0;
  }
}

.p-about__inner2 + .p-about__inner2, .p-about-index__inner2 + .p-about__inner2 {
  padding-top: 80px;
}

@media (max-width: 768px) {
  .p-about__inner2 + .p-about__inner2, .p-about-index__inner2 + .p-about__inner2 {
    margin-top: 0;
    padding-top: 70px;
  }
}

.p-about__inner2-left, .p-about-index__inner2-left {
  padding-bottom: 0;
  max-width: 327px;
  width: 100%;
}

@media (max-width: 768px) {
  .p-about__inner2-left, .p-about-index__inner2-left {
    max-width: 100%;
    padding: 0;
  }
}

.p-about__inner2-left > p, .p-about-index__inner2-left > p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.p-about__inner2-left > p > span, .p-about-index__inner2-left > p > span {
  font-size: 24px;
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .p-about__inner2-left > p, .p-about-index__inner2-left > p {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-about__inner2-left > p > span, .p-about-index__inner2-left > p > span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-about__inner2-right, .p-about-index__inner2-right {
  max-width: 683px;
  width: 100%;
  margin-left: 24px;
}

@media (max-width: 768px) {
  .p-about__inner2-right, .p-about-index__inner2-right {
    margin-top: 30px;
    margin-left: 0;
    max-width: 100%;
  }
}

.p-about__inner2-right > p, .p-about-index__inner2-right > p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-about__inner2-right > p, .p-about-index__inner2-right > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-about__inner2-right-text > p:first-of-type, .p-about-index__inner2-right-text > p:first-of-type {
  font-size: 50px;
  font-size: 5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .p-about__inner2-right-text > p:first-of-type, .p-about-index__inner2-right-text > p:first-of-type {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.p-about__inner2-right-text > p:last-of-type, .p-about-index__inner2-right-text > p:last-of-type {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0D57A7;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .p-about__inner2-right-text > p:last-of-type, .p-about-index__inner2-right-text > p:last-of-type {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-about__inner2-right-text + .p-about__inner2-right-text, .p-about-index__inner2-right-text + .p-about__inner2-right-text {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-about__inner2-right-text + .p-about__inner2-right-text, .p-about-index__inner2-right-text + .p-about__inner2-right-text {
    margin-top: 25px;
  }
}

.p-about__inner3, .p-about-index__inner3 {
  padding-left: calc(2.5% + 80px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media (max-width: 768px) {
  .p-about__inner3, .p-about-index__inner3 {
    padding-left: 0;
  }
}

.p-about__inner3 + .p-about__inner3, .p-about-index__inner3 + .p-about__inner3 {
  padding-top: 45px;
}

@media (max-width: 768px) {
  .p-about__inner3 + .p-about__inner3, .p-about-index__inner3 + .p-about__inner3 {
    margin-top: 0;
    padding-top: 30px;
  }
}

.p-about__inner3-left, .p-about-index__inner3-left {
  padding-bottom: 0;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 768px) {
  .p-about__inner3-left, .p-about-index__inner3-left {
    max-width: 100%;
    padding: 0;
  }
}

.p-about__inner3-left > p, .p-about-index__inner3-left > p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .p-about__inner3-left > p, .p-about-index__inner3-left > p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-about__inner3-right, .p-about-index__inner3-right {
  max-width: 709px;
  width: 100%;
  margin-left: 24px;
}

@media (max-width: 768px) {
  .p-about__inner3-right, .p-about-index__inner3-right {
    margin-top: 15px;
    margin-left: 0;
    max-width: 100%;
  }
}

.p-about__inner3-right > p, .p-about__inner3-right li, .p-about-index__inner3-right > p, .p-about-index__inner3-right li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-about__inner3-right > p, .p-about__inner3-right li, .p-about-index__inner3-right > p, .p-about-index__inner3-right li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-about__inner3-right > ul, .p-about-index__inner3-right > ul {
  margin-top: 10px;
}

.p-about__inner3-right > ul li, .p-about-index__inner3-right > ul li {
  padding-left: 1.5em;
  display: inline-block;
  position: relative;
}

.p-about__inner3-right > ul li::before, .p-about-index__inner3-right > ul li::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  left: .5em;
  top: .675em;
}

.p-about__inner3-right-col2, .p-about-index__inner3-right-col2 {
  display: flex;
  align-items: center;
}

.p-about__inner3-right-col2 span img, .p-about-index__inner3-right-col2 span img {
  width: 109px;
}

.p-about__inner3-right-col2-inner, .p-about-index__inner3-right-col2-inner {
  width: calc(100% - 109px);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .p-about__inner3-right-col2-inner, .p-about-index__inner3-right-col2-inner {
    width: 100%;
  }
  .p-about__inner3-right-col2-inner img, .p-about-index__inner3-right-col2-inner img {
    width: 64px;
  }
  .p-about__inner3-right-col2-inner > p:last-of-type, .p-about-index__inner3-right-col2-inner > p:last-of-type {
    margin-top: 0;
  }
}

.p-about__inner3-right-col3, .p-about-index__inner3-right-col3 {
  display: flex;
  align-items: center;
}

.p-about__inner3-right-col3 + .p-about__inner3-right-col3, .p-about-index__inner3-right-col3 + .p-about__inner3-right-col3 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-about__inner3-right-col3:first-of-type, .p-about-index__inner3-right-col3:first-of-type {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .p-about__inner3-right-col3, .p-about-index__inner3-right-col3 {
    flex-direction: column;
  }
}

.p-about__inner3-right-col3 > div:first-of-type, .p-about-index__inner3-right-col3 > div:first-of-type {
  width: 146px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .p-about__inner3-right-col3 > div:first-of-type, .p-about-index__inner3-right-col3 > div:first-of-type {
    width: 33.33333vw;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-about__inner3-right-col3 > div:last-of-type, .p-about-index__inner3-right-col3 > div:last-of-type {
  width: calc(100% - 176px);
}

@media (max-width: 768px) {
  .p-about__inner3-right-col3 > div:last-of-type, .p-about-index__inner3-right-col3 > div:last-of-type {
    width: 100%;
  }
}

.p-about__inner3-right-col3 > div:last-of-type > p, .p-about-index__inner3-right-col3 > div:last-of-type > p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

@media (max-width: 768px) {
  .p-about__inner3-right-col3 > div:last-of-type > p, .p-about-index__inner3-right-col3 > div:last-of-type > p {
    text-align: center;
  }
}

.p-about__inner3-right-col3 > div:last-of-type > p > span, .p-about-index__inner3-right-col3 > div:last-of-type > p > span {
  display: inline-flex;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
}

.p-about__inner3-right-col3 > div:last-of-type > p:first-of-type, .p-about-index__inner3-right-col3 > div:last-of-type > p:first-of-type {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D57A7;
  text-align: left;
}

@media (max-width: 768px) {
  .p-about__inner3-right-col3 > div:last-of-type > p:first-of-type, .p-about-index__inner3-right-col3 > div:last-of-type > p:first-of-type {
    text-align: center;
  }
}

.p-about__inner3-right-col3 + .p-about__inner2-right-text, .p-about-index__inner3-right-col3 + .p-about__inner2-right-text {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-about__inner3-right-col3 + .p-about__inner2-right-text, .p-about-index__inner3-right-col3 + .p-about__inner2-right-text {
    margin-top: 25px;
  }
}

.p-about__inner3-right-phone, .p-about-index__inner3-right-phone {
  background: url(/img/about/outline/icon_phone.svg) no-repeat left center;
  background-size: 16px;
}

.p-about__inner3-right-phone span, .p-about-index__inner3-right-phone span {
  padding-left: 25px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .p-about__inner3-right-phone span, .p-about-index__inner3-right-phone span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-about__inner4 {
  width: 100%;
  max-width: 1200px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 auto -20px;
}
.p-about__inner4 img {
  min-width: 1110px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-about__inner4 {
    width: calc(100% - 20px);
    transform: translateX(20px);
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 40px;
    padding-bottom: 30px;
  }
  .p-about__inner4 img {
    min-width: 208vw;
    max-width: 208vw;
  }
}
.p-about-index__inner4 {
  width: 100%;
  max-width: 1200px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 auto -20px;
}
.p-about-index__inner4 img {
  min-width: 1040px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-about-index__inner4 {
    width: calc(100% - 20px);
    transform: translateX(20px);
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 40px;
    padding-bottom: 30px;
  }
  .p-about-index__inner4 img {
    min-width: 208vw;
    max-width: 208vw;
  }
}

.p-about__inner5, .p-about-index__inner5 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.p-about__inner5-col1, .p-about-index__inner5-col1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}

.p-about__inner5-col1 .googlemap, .p-about-index__inner5-col1 .googlemap {
  max-height: 443px;
  margin-left: 20px;
}

.p-about__inner5-col1 img, .p-about-index__inner5-col1 img {
  max-height: 440px;
}

@media (max-width: 768px) {
  .p-about__inner5-col1, .p-about-index__inner5-col1 {
    flex-direction: column;
  }
  .p-about__inner5-col1 img, .p-about-index__inner5-col1 img {
    max-height: 100%;
  }
  .p-about__inner5-col1 .googlemap, .p-about-index__inner5-col1 .googlemap {
    min-width: auto;
    margin-top: 15px;
    margin-left: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 87%;
    position: relative;
  }
  .p-about__inner5-col1 .googlemap iframe, .p-about-index__inner5-col1 .googlemap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .p-about__inner5-col1 img, .p-about-index__inner5-col1 img {
    max-width: 100%;
  }
}

.p-about__inner5-col2, .p-about-index__inner5-col2 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-about__inner5-col2, .p-about-index__inner5-col2 {
    margin-top: 30px;
  }
}

.p-about__inner5-col2 p:first-of-type, .p-about-index__inner5-col2 p:first-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-about__inner5-col2 p:first-of-type, .p-about-index__inner5-col2 p:first-of-type {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-about__inner5-col2 p:last-of-type, .p-about-index__inner5-col2 p:last-of-type {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-about__inner5-col2 p:last-of-type, .p-about-index__inner5-col2 p:last-of-type {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-about #shimane {
  padding-top: 160px;
  margin-top: -160px;
}

@media (max-width: 768px) {
  .p-about #shimane {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* 健康経営 */
.p-about__inner6 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-about__inner6 {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}
.p-about__inner6 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D57A7;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .p-about__inner6 h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 1.76471;
  }
}

.p-about__inner6 h2.mt0 {
    padding-top: 0px;
}

.p-about__inner6 h2 + ul {
  margin-top: 0;
}

.p-about__list {
}
.p-about__list_item {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .p-about__list_item {
        margin-bottom: 20px;
    }
}
.p-about__list_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
    .p-about__list_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-about__list_indent-small {
  margin-left: 30px;
}

@media (max-width: 768px) {
    .p-about__list_indent-small {
    margin-left: 0;
  }
}

/* 健康経営 table */
.p-about__responsive-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
    .p-about__responsive-table tr {
        display: table-row;
        background-color: #ffffff;
    }

    .p-about__responsive-table th,
    .p-about__responsive-table td {
        border: 1px solid #D8D8D8;
        padding: 15px 40px;
        text-align: center;
        vertical-align: middle;
        background-color: #ffffff;
    }

    .p-about__responsive-table th:first-child,
    .p-about__responsive-table td:first-child {
        text-align: left;
        font-weight: bold;
        background-color: #ffffff;
    }
    
    .p-about__responsive-table tr > td:not(:first-child)::before {
        content: none;
    }
}

@media screen and (max-width: 767px) {
    .p-about__responsive-table {
        width: 100%;
        table-layout: fixed;
    }

    .p-about__responsive-table tbody {
        width: 100%;
        display: block;
    }

    .p-about__responsive-table tr {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        border: 1px solid #D8D8D8;
        background-color: #ffffff;
        box-sizing: border-box;
    }
    
    .p-about__responsive-table td,
    .p-about__responsive-table th {
        display: block;
        text-align: left;
        border: none;
        padding: 20px 20px;
        width: 100%;
        background-color: #ffffff;
        box-sizing: border-box;
    }

    .p-about__responsive-table tr > td:first-child {
        font-weight: bold;
        font-size: 1.1em;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D8D8D8;
        background-color: #ffffff;
    }

    .p-about__responsive-table tr > td:not(:first-child) {
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #ffffff;
    }

    .p-about__responsive-table tr > td:not(:first-child)::before {
        content: attr(data-label) " "; 
        font-weight: normal;
        margin-right: 15px;
        display: inline-block;
        min-width: 60px;
    }
}


.p-brand {
  position: relative;
  overflow: hidden;
}

.p-brand .l-section-1, .p-brand .l-breadcrumbs, .p-brand footer {
  z-index: 4;
}

.p-brand .l-section-1::after, .p-brand .l-section-1::before {
  display: none;
}

.p-brand-ankor {
  display: block;
  position: absolute;
  top: 0;
  margin-top: -59px;
  padding-top: 59px;
}

.p-brand-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47.43777vw;
  background-size: cover;
  width: 100%;
  z-index: 0;
  position: relative;
}

@media (max-width: 768px) {
  .p-brand-img {
    height: 58vh;
  }
}

@media (max-width: 768px) {
  .p-brand-img-kv {
    height: 100vh;
  }
}

.p-brand-kv {
  position: fixed;
  left: auto;
  margin: 0 6.00293vw;
  width: 37.11567vw;
  display: flex;
  flex-wrap: wrap;
  z-index: 3;
  transform: translateY(calc(50% + 60px));
}

.p-brand-kv em {
  display: block;
}

@media (max-width: 768px) {
  .p-brand-kv {
    z-index: 2;
    margin: 0 10.66667vw 0;
    width: calc(100% - 80/375 * 100vw);
    transform: translateY(calc(50vh - 135px));
    height: auto !important;
  }
}

.p-brand-kv__text-1 {
  width: 37.11567vw;
}

@media (max-width: 768px) {
  .p-brand-kv__text-1 {
    width: 81.33333vw;
  }
}

.p-brand-kv__text-2 {
  margin-top: 1.39092vw;
  width: 10.32211vw;
}

@media (max-width: 768px) {
  .p-brand-kv__text-2 {
    margin-top: 4vw;
    width: 22.66667vw;
  }
}

.p-brand-kv__text-3 {
  margin-top: 1.75695vw;
  width: 27.96486vw;
}

@media (max-width: 768px) {
  .p-brand-kv__text-3 {
    margin-top: 4vw;
    width: 61.33333vw;
  }
}

.p-brand-kv__text-4 {
  margin-top: 3.29429vw;
  width: 25.32943vw;
}

@media (max-width: 768px) {
  .p-brand-kv__text-4 {
    margin-top: 7.2vw;
    width: 55.46667vw;
  }
}

.p-brand-kv__text-4:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  animation: anime-r-line 2s ease-in 1.5s;
}

.p-brand-01 {
  background-image: url(/img/about/brand/img_01.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  .p-brand-01 {
    background-image: url(/img/about/brand/img_01sp.jpg);
    position: fixed;
    z-index: 0;
  }
}

.p-brand-01:after {
  content: '';
  display: block;
  position: fixed;
  top: 270px;
  right: 40px;
  width: 63.6896vw;
  height: 63.6896vw;
  max-width: 870px;
  max-height: 870px;
  background: url(/img/home/kv_bg_arrow.png) no-repeat top center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .p-brand-01:after {
    width: 100%;
    height: 100%;
    max-width: 128vw;
    max-height: 128vw;
    background-size: cover;
    top: 65.33333vw;
    right: -29.33333vw;
  }
}

.p-brand-02 {
  background-image: url(/img/about/brand/img_02.jpg);
  background-size: cover;
  z-index: 2;
}

@media (max-width: 768px) {
  .p-brand-02 {
    z-index: 3;
    background-image: url(/img/about/brand/img_02sp.jpg);
    margin-top: 100vh;
  }
}

.p-brand-02__col {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125;
  position: relative;
  background: #0D57A7;
  color: #FFFFFF;
  padding: 60px 0 108px 15px;
  z-index: 4;
}

.p-brand-02__col::before {
  content: '';
  display: block;
  background: url(/img/about/brand/arw_02sp.png) no-repeat top center;
  background-size: contain;
  width: 92vw;
  height: 61.86667vw;
  position: absolute;
  left: 15px;
  top: -4vw;
  z-index: 5;
}

.p-brand-03 {
  background-image: url(/img/about/brand/img_03.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  .p-brand-03 {
    z-index: 3;
    background-image: url(/img/about/brand/img_03sp.jpg);
  }
}

.p-brand-03__col {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125;
  position: relative;
  background: #0D57A7;
  color: #FFFFFF;
  padding: 60px 0 108px 15px;
  z-index: 4;
}

.p-brand-03__col::before {
  content: '';
  display: block;
  background: url(/img/about/brand/arw_03sp.png) no-repeat top center;
  background-size: contain;
  width: 96vw;
  height: 90.13333vw;
  position: absolute;
  left: 5px;
  top: -28.53333vw;
  z-index: 5;
}

.p-brand-04 {
  background-image: url(/img/about/brand/img_04.jpg);
  background-size: cover;
}

@media (max-width: 768px) {
  .p-brand-04 {
    z-index: 3;
    background-image: url(/img/about/brand/img_04sp.jpg);
  }
}

.p-brand-04__col {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125;
  position: relative;
  background: #0D57A7;
  color: #FFFFFF;
  padding: 60px 0 108px 15px;
  z-index: 4;
}

.p-brand-04__col::before {
  content: '';
  display: block;
  background: url(/img/about/brand/arw_04sp.png) no-repeat top center;
  background-size: contain;
  width: 94.66667vw;
  height: 88vw;
  position: absolute;
  left: 15px;
  top: -15.2vw;
  z-index: 5;
}

@media (min-width: 769px) {
  .p-brand__button {
    display: none;
  }
}

@media (max-width: 768px) {
  .p-brand__button {
    z-index: 6;
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    top: calc(100% - 124px);
    margin: auto;
    max-width: 40px;
  }
  .p-brand__button2 {
    z-index: 6;
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    bottom: 25px;
    margin: auto;
    max-width: 40px;
  }
}

.p-brand__text-1 {
  width: 37.11567vw;
}

@media (max-width: 768px) {
  .p-brand__text-1 {
    position: absolute;
    width: 81.33333vw;
  }
}

.p-brand__text-2, .p-brand__text-3, .p-brand__text-4 {
  font-size: 1.1713vw;
  font-weight: 700;
  line-height: 1.8125;
  opacity: 0;
  position: absolute;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .p-brand__text-2, .p-brand__text-3, .p-brand__text-4 {
    position: relative;
    width: 100%;
    background: #0D57A7;
  }
}

.p-brand__text-2 {
  right: 10%;
  top: 45%;
}

.p-brand__text-2.is-active {
  animation: anime-brand-r 2s;
  opacity: 1;
}

.p-brand__text-2-arw {
  opacity: 0;
  content: '';
  display: block;
  background: url(/img/about/brand/arw_02.png) no-repeat center center;
  background-size: contain;
  width: 36.53001vw;
  height: 18.52123vw;
  position: absolute;
  right: 5%;
  top: 38%;
}

.p-brand__text-2-arw.is-active {
  animation: anime-brand-tr 2s;
  opacity: 1;
}

.p-brand__text-3 {
  right: 16.6%;
  top: 43%;
}

.p-brand__text-3.is-active {
  animation: anime-brand-r 2s;
  opacity: 1;
}

.p-brand__text-3-arw {
  opacity: 0;
  content: '';
  display: block;
  background: url(/img/about/brand/arw_03.png) no-repeat center center;
  background-size: contain;
  width: 35.13909vw;
  height: 31.7716vw;
  position: absolute;
  right: 5.4%;
  top: 15%;
}

.p-brand__text-3-arw.is-active {
  animation: anime-brand-l 2s;
  opacity: 1;
}

.p-brand__text-4 {
  right: 13%;
  top: 43.5%;
}

.p-brand__text-4.is-active {
  animation: anime-brand-r 2s;
  opacity: 1;
}

.p-brand__text-4-arw {
  opacity: 0;
  content: '';
  display: block;
  background: url(/img/about/brand/arw_04.png) no-repeat center center;
  background-size: contain;
  width: 43.11859vw;
  height: 30.89312vw;
  position: absolute;
  right: 4%;
  top: 25%;
}

.p-brand__text-4-arw.is-active {
  animation: anime-brand-t 2s;
  opacity: 1;
}

/* event
--------------------------------------------------- */
#eventreport {
  padding-top: 160px;
  margin-top: -160px;
}

@media (max-width: 768px) {
  #eventreport {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.c-column-1-3 .c-card-1__img > span {
  width: calc(100% - 2px);
  height: calc(100% - 1px);
}

/* p-recruit
--------------------------------------------------- */
.l-section-1.p-recruit {
  background-color: #0D57A7;
}

.l-section-1.p-recruit::after, .l-section-1.p-recruit::before {
  display: none;
}

.c-column-1-2.p-recruit .c-card-2__text,
.c-column-1-4.p-recruit .c-card-2__text {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: source-han-sans-japanese, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游明朝", YuMincho, sans-serif;
  color: #000000;
}

@media (max-width: 768px) {
  .c-column-1-2.p-recruit .c-card-2__text,
  .c-column-1-4.p-recruit .c-card-2__text {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (min-width: 769px) {
  .c-column-1-2.p-recruit .c-card-2__text:hover,
  .c-column-1-4.p-recruit .c-card-2__text:hover {
    color: #FFFFFF;
  }
}

.c-column-1-2.p-recruit .c-column-1-4__item .c-card-2__text,
.c-column-1-4.p-recruit .c-column-1-4__item .c-card-2__text {
  padding: 0 30px;
}

.c-column-1-2.p-recruit .c-card-2::after {
  border: none;
}

@media (min-width: 769px) {
  .c-column-1-2.p-recruit .c-card-2:hover::after {
    border-width: 2px;
  }
}

.p-recruit-read {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.88889;
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .p-recruit-read {
    margin-bottom: 60px;
  }
}

/* p-contact
--------------------------------------------------- */
.p-contact-read {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.78571;
}

.p-contact-read p {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-contact-read p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-contact-read p:first-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #EB370A;
}

@media (max-width: 768px) {
  .p-contact-read p:first-of-type {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-contact-read span {
  color: #EB370A;
}

.p-contact-read-confirm {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 70px;
  line-height: 1.78571;
}

.p-contact-read-confirm p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-contact-read-confirm p {
    padding-top: 0;
    margin-bottom: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.p-contact-read-confirm span {
  color: #EB370A;
}

.p-contact-tips {
  margin-top: 15px !important;
}

.p-contact-tips p {
  font-size: 12px;
  font-size: 1.2rem;
}

.p-contact-container {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 40px;
}

.p-contact .error-text {
  display: none;
}

.p-contact .caution-text {
  display: none;
}

.p-contact .caution-text.error {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #EB370A;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .p-contact .caution-text {
    margin-bottom: 25px !important;
  }
}

.p-contact .required > th {
  position: relative;
}

.p-contact .required > th ::after {
  display: inline;
  content: '※';
  color: #EB370A;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-contact .required > td {
  position: relative;
}

.p-contact .required > td > input.invalid:invalid,
.p-contact .required > td textarea.invalid:invalid,
.p-contact .required > td input[type="radio"].invalid:invalid + label::before {
  background: #FEF5F3;
}

.p-contact .required > td > .error-text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 18px;
  width: 68px;
  height: 24px;
  margin-left: 10px;
  color: #FFF;
  background-color: #EB370A;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  right: -80px;
}

.p-contact .required > td > .error-text-center {
  top: calc(50% - 12px);
}

.p-contact .required > td > .error-text::before {
  content: '';
  position: absolute;
  display: flex;
  align-items: center;
  width: 0;
  height: 0;
  left: -7px;
  border-right: 10px solid #EB370A;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

@media (max-width: 768px) {
  .p-contact .required > td > .error-text {
    position: absolute;
    top: -39px;
    right: 0;
  }
}

.privacy_contact {
  max-width: 1120px;
  width: 100%;
}

@media (max-width: 768px) {
  .privacy_contact {
    max-width: 100%;
    width: 100%;
  }
}

.privacy_contact input[type="text"],
.privacy_contact input[type="email"],
.privacy_contact input[type="radio"],
.privacy_contact select, .privacy_contact textarea {
  border: 1px solid #BFBFBF;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}

.privacy_contact textarea {
  width: 100%;
}

.privacy_contact .field-label {
  cursor: pointer;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.privacy_contact .field-label span {
  color: #EB370A;
}

.privacy_contact .hidden {
  display: none;
}

.privacy_contact select {
  cursor: pointer;
}

.privacy_contact .select-wrap {
  position: relative;
}

.privacy_contact .select-wrap:before {
  width: 13px;
  height: 8px;
  z-index: 1;
  position: absolute;
  right: 8px;
  top: calc(50% - 4px);
  content: "";
  background-image: url(/common2022/img/icon_chevron-bottom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.privacy_contact input[type="checkbox"] {
  display: none;
}

.privacy_contact input[type="radio"] {
  display: block;
  position: relative;
  top: 20px;
  left: 0;
  opacity: 0;
  padding: 0;
}

.privacy_contact input[type="checkbox"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  line-height: 44.5px;
}

.privacy_contact input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  background-color: #FFF;
}

.privacy_contact input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #0D57A7;
}

.privacy_contact input[type="radio"] + label {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  line-height: 44.5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.privacy_contact input[type="radio"] + label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  background-color: #FFF;
}

.privacy_contact input[type="radio"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #0D57A7;
}

.privacy_contact-button {
  width: 100%;
  max-width: 800px;
  margin-right: 0 !important;
  text-align: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .privacy_contact-button {
    max-width: 100%;
    width: 100%;
  }
}

.privacy_contact-button .p-button-group__item {
  padding-left: 0;
  padding-bottom: 0;
}

.privacy_contact-button .mode-disabled {
  pointer-events: none;
  opacity: .8;
  background-color: #BFBFBF;
}

.privacy_contact-button-submit {
  margin-top: 30px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .privacy_contact-button-submit {
    margin-top: 0;
  }
}

.privacy_contact-container {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 40px;
}

@media (max-width: 768px) {
  .privacy_contact-container {
    padding: 40px 20px;
  }
}

.privacy_contact table {
  margin-top: -150px;
  padding-top: 150px;
  width: 100%;
}

.privacy_contact tr {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.privacy_contact tr:first-of-type {
  margin-top: 0;
}

@media (max-width: 768px) {
  .privacy_contact tr {
    flex-direction: column;
  }
  .privacy_contact tr:first-of-type {
    margin-top: 0;
  }
}

.privacy_contact tr th {
  padding-top: 10px;
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  margin-right: 20px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.privacy_contact tr th span {
  color: #EB370A;
}

@media screen and (max-width: 1000px) {
  .privacy_contact tr th {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 150px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .privacy_contact tr th {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .privacy_contact tr th.empty {
    display: none;
  }
}

.privacy_contact tr td {
  max-width: 560px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .privacy_contact tr td {
    width: 100%;
  }
}

.privacy_contact tr td.p-contact__policy {
  height: 130px;
  overflow-y: auto;
  border: 1px solid #BFBFBF;
  padding: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

.privacy_contact tr td .value > span {
  display: flex;
  align-items: center;
}

.privacy_contact tr td .value > span > label {
  font-size: 14px;
  font-size: 1.4rem;
}

.privacy_contact tr td .description {
  display: block;
  margin-top: 15px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.privacy_contact tr td.w-mid {
  width: 320px;
}

.privacy_contact tr td.w-mid input, .privacy_contact tr td.w-mid textarea {
  width: 100%;
}

@media (max-width: 768px) {
  .privacy_contact tr td.w-mid {
    width: 100%;
  }
}

.privacy_contact tr td.w-long {
  width: 370px;
}

.privacy_contact tr td.w-long input, .privacy_contact tr td.w-long textarea {
  width: 100%;
}

@media (max-width: 768px) {
  .privacy_contact tr td.w-long {
    width: 100%;
  }
}

.privacy_contact tr td.w-confirm {
  padding-top: 10px;
  word-break: break-all;
  display: flex;
}

.privacy_contact tr td.w-confirm div:nth-child(2) {
  margin-left: 12px;
}

@media (max-width: 768px) {
  .privacy_contact tr td.w-confirm {
    padding-top: 0;
  }
}

.privacy_contact .p-etc__inner2 {
  margin: 0 auto;
}

.privacy_contact .p-etc__inner2 p:last-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .privacy_contact .p-etc__inner2 p:last-of-type {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.privacy_contact .attention-title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}

.privacy_contact .attention-text {
  font-size: 14px;
  font-size: 1.4rem;
}

/* p-parner
--------------------------------------------------- */
.p-partner {
  max-width: 1120px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-partner {
    max-width: 100%;
  }
}

.p-partner img {
  display: block;
}

.p-partner .c-card-1__img::before {
  padding-top: 33.3945%;
}

.p-partner .c-card-1__title {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-partner .c-card-1__main {
  width: 100%;
  padding: 30px 7.89474% 36px;
}

.p-partner h2 {
  color: #0D57A7;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 70px 0 40px;
}

@media (max-width: 768px) {
  .p-partner h2 {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 40px 0 30px;
  }
}

.p-partner .p-etc__inner2 {
  max-width: 100%;
}

.p-partner .p-etc__inner2 p:last-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .p-partner .p-etc__inner2 {
    margin: 40px auto 0;
  }
}

/* その他
--------------------------------------------------- */
.p-etc {
  padding-left: 83px;
  padding-right: 83px;
}

@media (max-width: 768px) {
  .p-etc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-etc__read1 {
  padding-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-etc__read1 {
    padding-top: 0;
  }
}

.p-etc__read2 {
  padding-top: 70px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-etc__read2 {
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 60px;
  }
}

.p-etc__read3 {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 768px) {
  .p-etc__read3 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.p-etc [target="_blank"]::after {
  content: "";
  background: url(/common2022/img/icon_blank-line.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 4px;
  margin-right: 4px;
  height: 16px;
  width: 16px;
}

.p-etc ol.privacy_wrap > li {
  list-style: decimal;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D57A7;
}

.p-etc ol.privacy_wrap p, .p-etc ol.privacy_wrap th, .p-etc ol.privacy_wrap td {
  font-weight: normal;
  color: #000;
}

@media (max-width: 768px) {
  .p-etc ol.privacy_wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
  .p-etc ol.privacy_wrap > li {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.76471;
  }
}

.p-etc.l-section-1 {
  padding-right: 0;
  padding-left: 0;
}

.p-etc__sub1 {
  margin-left: .25em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .p-etc__sub1 {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-etc__sub2 {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 50px;
  color: #000;
  font-weight: normal;
}

.p-etc__sub2 span {
  text-decoration: none !important;
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .p-etc__sub2 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 40px;
  }
  .p-etc__sub2 p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-etc__sub2 p span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-etc__sub2 a::after {
  display: none !important;
}

.p-etc__sub3 {
  padding-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700 !important;
}

@media (max-width: 768px) {
  .p-etc__sub3 {
    padding-top: 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-etc__sub4 {
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-etc__sub4 {
    padding-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-etc * + .p-etc__sub4 {
  margin-top: 40px;
}

.p-etc__sub5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 16px;
}

.p-etc * + .p-etc__sub5 {
  margin-top: 30px;
}

.p-etc__sub6 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 50px;
  margin-bottom: -10px;
  margin-left: -6px;
}

@media (max-width: 768px) {
  .p-etc__sub6 {
    padding-top: 40px;
  }
}

.p-etc #online {
  padding-top: 180px;
  margin-top: -180px;
}

@media (max-width: 768px) {
  .p-etc #online {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.p-etc #ondemand {
  padding-top: 100px;
  margin-top: -100px;
}

@media (max-width: 768px) {
  .p-etc #ondemand {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.p-etc__inner1 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner1 {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.p-etc__inner1 + .p-event__inner1,
.p-etc__inner1 + .p-event__inner1b {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .p-etc__inner1 + .p-event__inner1,
  .p-etc__inner1 + .p-event__inner1b {
    margin-top: 0;
    padding-top: 40px;
  }
}

.p-etc__inner1 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D57A7;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner1 h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 1.76471;
  }
}

.p-etc__inner1 h2.mt0 {
  padding-top: 0;
}

@media (max-width: 768px) {
  .p-etc__inner1 h2.mt0 {
    padding-top: 0;
  }
}

.p-etc__inner1 h2 + ul {
  margin-top: 0;
}

.p-etc__inner1 span {
  text-decoration: underline;
}

.p-etc__inner1 span.retitle {
  text-decoration: 0;
  margin-right: 1em;
}

.p-etc__inner1 > ul, .p-etc__inner1 ol {
  margin-top: 20px;
}

.p-etc__inner1 > ul li, .p-etc__inner1 ol li {
  margin-left: 1.1em;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.p-etc__inner1 > ul li:first-of-type, .p-etc__inner1 ol li:first-of-type {
  margin-top: 0;
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul li, .p-etc__inner1 ol li {
    padding-right: 13px;
  }
}

.p-etc__inner1 > ul-col2, .p-etc__inner1 ol-col2 {
  display: flex;
  align-items: center;
}

.p-etc__inner1 > ul-col2 span img, .p-etc__inner1 ol-col2 span img {
  width: 109px;
}

.p-etc__inner1 > ul-col2-inner, .p-etc__inner1 ol-col2-inner {
  width: calc(100% - 109px);
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-col2-inner, .p-etc__inner1 ol-col2-inner {
    width: 100%;
  }
  .p-etc__inner1 > ul-col2-inner img, .p-etc__inner1 ol-col2-inner img {
    width: 64px;
  }
  .p-etc__inner1 > ul-col2-inner > p:last-of-type, .p-etc__inner1 ol-col2-inner > p:last-of-type {
    margin-top: 0;
  }
}

.p-etc__inner1 > ul-col3, .p-etc__inner1 ol-col3 {
  display: flex;
  align-items: center;
}

.p-etc__inner1 > ul-col3 + .p-about__inner3-right-col3, .p-etc__inner1 ol-col3 + .p-about__inner3-right-col3 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-col3:first-of-type, .p-etc__inner1 ol-col3:first-of-type {
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-col3, .p-etc__inner1 ol-col3 {
    flex-direction: column;
  }
}

.p-etc__inner1 > ul-col3 > div:first-of-type, .p-etc__inner1 ol-col3 > div:first-of-type {
  width: 146px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-col3 > div:first-of-type, .p-etc__inner1 ol-col3 > div:first-of-type {
    width: 33.33333vw;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.p-etc__inner1 > ul-col3 > div:last-of-type, .p-etc__inner1 ol-col3 > div:last-of-type {
  width: calc(100% - 176px);
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-col3 > div:last-of-type, .p-etc__inner1 ol-col3 > div:last-of-type {
    width: 100%;
  }
}

.p-etc__inner1 > ul-col3 > div:last-of-type > p, .p-etc__inner1 ol-col3 > div:last-of-type > p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-col3 > div:last-of-type > p, .p-etc__inner1 ol-col3 > div:last-of-type > p {
    text-align: center;
  }
}

.p-etc__inner1 > ul-col3 > div:last-of-type > p > span, .p-etc__inner1 ol-col3 > div:last-of-type > p > span {
  display: inline-flex;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
}

.p-etc__inner1 > ul-col3 > div:last-of-type > p:first-of-type, .p-etc__inner1 ol-col3 > div:last-of-type > p:first-of-type {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D57A7;
  text-align: left;
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-col3 > div:last-of-type > p:first-of-type, .p-etc__inner1 ol-col3 > div:last-of-type > p:first-of-type {
    text-align: center;
  }
}

.p-etc__inner1 > ul-col3 + .p-about__inner2-right-text, .p-etc__inner1 ol-col3 + .p-about__inner2-right-text {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-col3 + .p-about__inner2-right-text, .p-etc__inner1 ol-col3 + .p-about__inner2-right-text {
    margin-top: 25px;
  }
}

.p-etc__inner1 > ul-phone, .p-etc__inner1 ol-phone {
  background: url(/img/about/outline/icon_phone.svg) no-repeat left center;
  background-size: 16px;
}

.p-etc__inner1 > ul-phone span, .p-etc__inner1 ol-phone span {
  padding-left: 25px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .p-etc__inner1 > ul-phone span, .p-etc__inner1 ol-phone span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-etc__inner1 > ol, .p-etc__inner1 li {
  list-style: decimal !important;
}

.p-etc__inner1 > dl {
  display: flex;
}

.p-etc__inner1 > dl dt {
  display: flex;
  margin-right: 20px;
  width: 40px;
}

.p-etc__inner1 > dl dt img {
  width: 40px;
  height: 40px;
  display: block;
}

@media (max-width: 768px) {
  .p-etc__inner1 > dl dt {
    width: 28px;
    margin-right: 6px;
    align-items: flex-start;
  }
  .p-etc__inner1 > dl dt img {
    width: 28px;
    height: 28px;
    display: block;
  }
}

.p-etc__inner1 > dl dd {
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}

.p-etc__inner1 > dl dd .p-etc__sub3 {
  padding-top: 0px;
}

@media (max-width: 768px) {
  .p-etc__inner1 > dl dd {
    width: calc(100% - 48px);
  }
}

.p-etc__inner1 > dl + dl {
  margin-top: 20px;
}

.p-etc__inner1 .p-etc__list {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 2em;
  text-indent: -1.5em;
}

.p-etc__inner1.mt40 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-etc__inner1.mt40 {
    margin-top: 30px;
  }
}

.p-etc__inner1b {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner1b {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.p-etc__inner1b + .p-event__inner1 {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .p-etc__inner1b + .p-event__inner1 {
    margin-top: 0;
    padding-top: 40px;
  }
}

.p-etc__inner1b h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D57A7;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner1b h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 40px;
    padding-bottom: 20px;
    line-height: 1.76471;
  }
}

.p-etc__inner1b h2.mt0 {
  padding-top: 0;
}

@media (max-width: 768px) {
  .p-etc__inner1b h2.mt0 {
    padding-top: 0;
  }
}

.p-etc__inner1b span {
  text-decoration: underline;
}

.p-etc__inner1b span.retitle {
  text-decoration: 0;
  margin-right: 1em;
}

.p-etc__inner1b > ul li {
  padding-left: 1.5em;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.p-etc__inner1b > ul li:first-of-type {
  margin-top: 0;
}

.p-etc__inner1b > ul li::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  left: 0.5em;
  top: 0.8em;
}

.p-etc__inner1b.mt40 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-etc__inner1b.mt40 {
    margin-top: 30px;
  }
}

.p-etc__inner2 {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  max-width: 880px;
  width: 100%;
  text-align: center;
  padding: 70px 20px;
  margin: 50px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner2 {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
    padding: 50px 20px 60px;
    margin: 40px auto 60px;
  }
}

.p-etc__inner2 p:first-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .p-etc__inner2 p:first-of-type {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-etc__inner2 p:last-of-type {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .p-etc .p-etc__inner1 + .p-etc__inner2 {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .p-etc .p-etc__inner1b + .p-etc__inner2 {
    margin-bottom: 0;
  }
}

.p-etc__inner2b {
  max-width: 880px;
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}

@media (max-width: 768px) {
  .p-etc__inner2b {
    max-width: 100%;
    margin: 40px auto 0;
  }
}

.p-etc__inner2b p:first-of-type {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66667;
  font-weight: 700;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner2b p:first-of-type {
    padding-bottom: 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-etc__inner2c {
  max-width: 500px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}

.p-etc__inner3 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner3 {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.p-etc__inner3:first-of-type {
  padding-top: 20px;
}

@media (max-width: 768px) {
  .p-etc__inner3:first-of-type {
    padding-top: 5px;
  }
}

.p-etc__inner3:last-of-type {
  padding-top: 50px;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .p-etc__inner3:last-of-type {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.p-etc__inner3 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D57A7;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .p-etc__inner3 h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-bottom: 15px;
    line-height: 1.76471;
    padding-left: 1em;
    text-indent: -1.1em;
  }
}

.p-etc__inner3 span {
  text-decoration: underline;
}

.p-etc table, .p-etc th, .p-etc td {
  border: 1px solid #D8D8D8;
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .p-etc table, .p-etc th, .p-etc td {
    display: block;
    border: none;
  }
}

.p-etc__inner4 {
  max-width: 880px;
  width: 100%;
  text-align: center;
  margin: 50px auto 70px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner4 {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
    padding: 0;
    margin: 40px auto 0;
  }
}

.p-etc__inner4 th {
  padding: 30px 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #727272;
}

.p-etc__inner4 th:nth-of-type(1) {
  width: 200px;
}

@media (max-width: 768px) {
  .p-etc__inner4 th:nth-of-type(1) {
    width: 100%;
  }
}

.p-etc__inner4 th:nth-of-type(2) {
  width: 560px;
}

@media (max-width: 768px) {
  .p-etc__inner4 th:nth-of-type(2) {
    width: 100%;
  }
}

.p-etc__inner4 th:nth-of-type(3) {
  width: 120px;
}

@media (max-width: 768px) {
  .p-etc__inner4 th:nth-of-type(3) {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-etc__inner4 th {
    padding: 7px 20px;
    color: #000;
    background-color: rgba(216, 216, 216, 0.8);
    display: block;
    width: 100%;
    border: none;
  }
}

.p-etc__inner4 td {
  text-align: left;
  padding: 30px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner4 td:last-of-type {
  text-align: center;
}

.p-etc__inner4 td > ol {
  padding-right: 10px;
}

.p-etc__inner4 td > ol > li {
  list-style: decimal;
  text-align: left;
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.p-etc__inner4 td > ol > li:first-of-type {
  margin-top: 0;
}

.p-etc__inner4 td span {
  font-weight: 700;
  display: inline-block;
  text-align: left;
  padding-left: 2em;
  text-indent: -1.6em;
  text-decoration: none;
}

@media (max-width: 768px) {
  .p-etc__inner4 td {
    display: block;
    padding: 20px 20px;
    border: none;
  }
}

.p-etc__inner4 tr {
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .p-etc__inner4 tr {
    border: 1px solid #D8D8D8;
    margin-bottom: 30px;
    display: block;
    border: none;
  }
  .p-etc__inner4 tr:last-of-type {
    margin-bottom: 0;
  }
}

.p-etc__inner5 {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  max-width: 880px;
  width: 100%;
  padding: 40px;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .p-etc__inner5 {
    padding: 30px 20px;
    max-width: 100%;
  }
}

.p-etc__inner5 a {
  word-break: break-all;
}

.p-etc__inner5 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
}

.p-etc__inner5 p span:first-of-type {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .p-etc__inner5 p span:first-of-type {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}

.p-etc__inner5 p.mt30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner5 p.mt30 {
    margin-top: 20px;
  }
}

.p-etc__inner5 .p-etc__list {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.p-etc__inner5 .p-etc__list + .p-etc__list2 {
  margin-top: 20px;
}

.p-etc__inner5 .p-etc__list2 {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 1em;
  text-indent: -1.2em;
}

.p-etc__inner5 .p-etc__list2 + .p-etc__list2 {
  margin-top: 10px;
}

.p-etc__inner5 h3 {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .p-etc__inner5 h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-etc__inner5 * + h3 {
  margin-top: 40px;
}

.p-etc__inner5 h4 {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-etc__inner5 h4 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}

.p-etc__inner5 * + h4 {
  margin-top: 30px;
}

.p-etc__inner5-b {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .p-etc__inner5-b {
    padding-top: 30px;
  }
}

.p-etc__inner5 ul > li {
  text-align: left;
  padding-left: 1.5em;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-etc__inner5 ul > li:first-of-type {
  margin-top: 0;
}

.p-etc__inner5 ul > li::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  left: .5em;
  top: .8em;
}

.p-etc__inner5 ul > li.font-mid {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner5 * + ul {
  margin-top: 20px;
}

.p-etc__inner5 ol > li {
  text-indent: -1.5em;
  padding-left: 1em;
  margin-left: 1.5em;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner5 ol > li:first-of-type {
  margin-top: 0;
}

.p-etc__inner5 ol > li.font-mid {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner5 * + ol {
  margin-top: 20px;
}

.p-etc__inner5 ol li {
  list-style-type: none;
  counter-increment: cnt;
}

.p-etc__inner5 ol li::before {
  content: "(" counter(cnt) ") ";
}

.p-etc__inner5 ol li:nth-child(n + 10) {
  list-style-type: none;
  counter-increment: cnt;
}

.p-etc__inner5 ol li:nth-child(n + 10)::before {
  content: "(" counter(cnt) ") ";
  margin-left: -.5em;
}

.p-etc__inner5 ol.decimal li {
  list-style: decimal;
  text-indent: 0;
  padding-left: 0;
}

.p-etc__inner5 ol.decimal li::before {
  content: none;
}

.p-etc__inner5-frameless {
  padding: 0;
  background-color: inherit;
  margin-left: 1em;
}

.p-etc__inner5 table {
  margin-top: 20px;
  text-align: left;
}

.p-etc__inner5 table th {
  padding: 15px 10px 15px 20px;
  width: 220px;
}

@media (max-width: 768px) {
  .p-etc__inner5 table th {
    width: 100%;
  }
}

.p-etc__inner5 table th span {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1.2em;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .p-etc__inner5 table th {
    padding: 20px 20px;
    color: #000;
    background-color: rgba(216, 216, 216, 0.8);
    display: block;
    width: 100%;
    border: none;
  }
}

.p-etc__inner5 table td {
  width: 660px;
  padding: 17px 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-etc__inner5 table td .c-link-base {
  display: inline-flex;
  align-items: center;
}

.p-etc__inner5 table td img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.p-etc__inner5 table td span {
  font-weight: 700;
  display: inline-block;
  text-align: left;
  padding-left: 2em;
  text-indent: -1.6em;
}

@media (max-width: 768px) {
  .p-etc__inner5 table td {
    width: 100%;
    display: block;
    padding: 20px 20px;
    border: none;
  }
}

.p-etc__inner5 table tr {
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .p-etc__inner5 table tr {
    border: 1px solid #D8D8D8;
    margin-bottom: 30px;
    display: block;
    border: none;
  }
  .p-etc__inner5 table tr:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .p-etc__inner5 table.btype {
    border-top: 1px solid #D8D8D8;
  }
  .p-etc__inner5 table.btype th {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    background-color: #fff;
  }
  .p-etc__inner5 table.btype td {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-etc__inner5 table.btype tr {
    margin-bottom: 0;
  }
}

.p-etc__inner5 .mt40 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-etc__inner5 .mt40 {
    margin-top: 30px;
  }
}

.p-etc__inner6 {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  max-width: 1040px;
  width: 100%;
  padding: 70px 40px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

.p-etc__inner6 .c-button {
  width: 380px;
  padding: 15px 40px;
}

.p-etc__inner6 .c-button:first-of-type {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .p-etc__inner6 {
    padding: 60px 20px;
    margin: 40px auto 0;
    flex-direction: column;
  }
  .p-etc__inner6 .c-button {
    width: 100%;
  }
  .p-etc__inner6 .c-button + .c-button {
    margin-top: 20px;
  }
}

.p-etc__inner7 {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner7 {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.p-etc__inner7.mt10 {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .p-etc__inner7.mt10 {
    padding-top: 10px;
  }
}

.p-etc__inner7 + .p-event__inner1 {
  padding-top: 50px;
}

@media (max-width: 768px) {
  .p-etc__inner7 + .p-event__inner1 {
    margin-top: 0;
    padding-top: 40px;
  }
}

.p-etc__inner7 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D57A7;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner7 h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 1.76471;
    padding-left: 1em;
    text-indent: -1.1em;
  }
}

.p-etc__inner7 h2.mt0 {
  padding-top: 0;
}

@media (max-width: 768px) {
  .p-etc__inner7 h2.mt0 {
    padding-top: 0;
  }
}

.p-etc__inner7 span {
  text-decoration: underline;
}

.p-etc__inner7 ol > li {
  text-indent: -1.5em;
  padding-left: 1em;
  margin-left: 1.5em;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner7 ol > li:first-of-type {
  margin-top: 0;
}

.p-etc__inner7 ol > li.font-mid {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner7 * + ol {
  margin-top: 20px;
}

.p-etc__inner7 ol li {
  list-style-type: none;
  counter-increment: cnt;
  color: #000;
  font-weight: normal;
}

.p-etc__inner7 ol li::before {
  content: "(" counter(cnt) ") ";
}

.p-etc__inner7 > dl {
  display: flex;
}

.p-etc__inner7 > dl dt {
  display: flex;
  margin-right: 20px;
  width: 40px;
}

.p-etc__inner7 > dl dt img {
  width: 40px;
  height: 40px;
  display: block;
}

@media (max-width: 768px) {
  .p-etc__inner7 > dl dt {
    width: 28px;
    margin-right: 6px;
    align-items: flex-start;
  }
  .p-etc__inner7 > dl dt img {
    width: 28px;
    height: 28px;
    display: block;
  }
}

.p-etc__inner7 > dl dd {
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}

.p-etc__inner7 > dl dd .p-etc__sub3 {
  padding-top: 0px;
}

@media (max-width: 768px) {
  .p-etc__inner7 > dl dd {
    width: calc(100% - 48px);
  }
}

.p-etc__inner7 > dl + dl {
  margin-top: 20px;
}

.p-etc__inner7 .p-etc__list {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 2em;
  text-indent: -1.5em;
}

.p-etc__inner7.mt40 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-etc__inner7.mt40 {
    margin-top: 30px;
  }
}

.p-etc__indent-small {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .p-etc__indent-small {
    margin-left: 0;
  }
}

.p-etc__indent-mid {
  margin-left: 38px;
}

.p-etc__inner8 {
  background-color: #ffffff;
  width: 100%;
  padding: 30px 30px 35px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .p-etc__inner8 {
    padding: 30px 15px 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-etc__inner8.csize {
  height: 210px;
}

@media (max-width: 768px) {
  .p-etc__inner8.csize {
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .p-etc__inner8.csize {
    padding: 30px 15px 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-etc__inner8.dsize {
  height: 280px;
}

@media (max-width: 768px) {
  .p-etc__inner8.dsize {
    height: auto;
  }
}

@media screen and (max-width: 1200px) {
  .p-etc__inner8.dsize {
    padding: 30px 15px 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-etc__inner8.dsize p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .p-etc__inner8 {
    height: auto;
  }
}

.p-etc__inner8 h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0D57A7;
  padding-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .p-etc__inner8 h3 {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .p-etc__inner8 h3 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
}

.p-etc__inner8 h3.mt0 {
  padding-top: 0;
}

@media (max-width: 768px) {
  .p-etc__inner8 h3.mt0 {
    padding-top: 0;
  }
}

.p-etc__inner8 .c-button {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 11px 20px;
}

.p-etc__inner8 .c-button span {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-etc__inner8 .c-button + .c-button {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .p-etc__inner8 .c-button {
    padding: 11px 30px 11px 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.p-etc__inner8 p {
  margin-top: 0;
  margin-bottom: 15px;
}

.p-etc__inner8b {
  background-color: #0D57A7;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 50px 20px;
  margin: 30px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner8b {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
    padding: 30px 20px;
    margin: 30px auto 30px;
  }
}

.p-etc__inner8b p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .p-etc__inner8b p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-etc__inner8b .c-button {
  border: 1px solid #FFFFFF;
}

.p-etc__inner9 {
  display: flex;
}

@media (max-width: 768px) {
  .p-etc__inner9 {
    margin-top: -10px;
    flex-direction: column;
  }
}

.p-etc__inner10 {
  display: flex;
}

@media (max-width: 768px) {
  .p-etc__inner10 {
    margin-top: -10px;
    flex-wrap: wrap;
  }
}

.p-etc__col1 {
  width: 50%;
  display: flex;
}

@media (max-width: 768px) {
  .p-etc__col1 {
    width: 100%;
  }
}

.p-etc__col2 {
  width: auto;
  margin-right: 2em;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .p-etc__col2 {
    margin-right: 0;
    white-space: inherit;
  }
  .p-etc__col2 br {
    height: 0;
    display: none;
  }
}

.p-etc__col2 h3 {
  margin: 10px 0 15px;
}

@media (max-width: 768px) {
  .p-etc__col2 h3 {
    margin: 0 0 15px;
  }
}

.p-etc__col2 * + h3 {
  margin: 40px 0 15px;
}

@media (max-width: 768px) {
  .p-etc__col2 * + h3 {
    margin: 30px 0 15px;
  }
}

.p-etc__col2 a {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  line-height: 2.14286;
}

.p-etc__col2 a:after {
  content: "\A";
  white-space: pre;
}

@media (max-width: 768px) {
  .p-etc__col2 a {
    word-break: keep-all;
  }
}

.p-etc__col4 {
  width: 50%;
  display: flex;
}

@media (max-width: 768px) {
  .p-etc .p-etc__col1 + .p-etc__col2 {
    margin-top: 40px;
  }
}

.p-etc__inner11 {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner11 {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
  }
}

.p-etc__inner11 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0D57A7;
  padding-top: 50px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner11 h2 {
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 40px;
    padding-bottom: 30px;
    line-height: 1.76471;
    padding-left: 1em;
    text-indent: -1.1em;
  }
}

.p-etc__inner11 h2.mt0 {
  padding-top: 0;
}

@media (max-width: 768px) {
  .p-etc__inner11 h2.mt0 {
    padding-top: 0;
  }
}

.p-etc__inner11.mt40 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-etc__inner11.mt40 {
    margin-top: 30px;
  }
}

.p-etc__inner12 {
  display: table;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-etc__inner12 {
    margin: 30px auto 0;
    border-top: 1px solid #D8D8D8;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
    padding: 0;
  }
}

.p-etc__inner12 .tbl_td {
  border: 1px solid #D8D8D8;
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_td {
    border: none;
    padding: 7px 0;
    display: block;
    width: 100%;
  }
  .p-etc__inner12 .tbl_td.empty {
    display: none;
  }
}

.p-etc__inner12 .tbl_td:nth-of-type(1) {
  width: 120px;
  color: #727272;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_td:nth-of-type(1) {
    padding: 7px 0 0;
    text-align: left;
    width: 100%;
  }
}

.p-etc__inner12 .tbl_td:nth-of-type(2) {
  width: 280px;
  text-align: left;
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_td:nth-of-type(2) {
    width: 100%;
  }
}

.p-etc__inner12 .tbl_td:nth-of-type(3) {
  width: 80px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_td:nth-of-type(3) {
    margin-right: 18px;
    width: auto;
    display: inline-block;
  }
}

.p-etc__inner12 .tbl_td:nth-of-type(4) {
  width: 80px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_td:nth-of-type(4) {
    margin-right: 15px;
    width: auto;
    display: inline-block;
  }
}

.p-etc__inner12 .tbl_td:nth-of-type(5) {
  width: 80px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_td:nth-of-type(5) {
    width: auto;
    width: 30px;
    display: inline-block;
  }
}

.p-etc__inner12 .tbl_td:nth-of-type(6) {
  width: 160px;
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_td:nth-of-type(6) {
    text-align: left;
    width: 100%;
  }
}

.p-etc__inner12 .tbl_td .iconsize_01 {
  width: 30px;
  height: 26px;
}

.p-etc__inner12 .tbl_td .iconsize_02 {
  width: 41px;
  height: 26px;
}

.p-etc__inner12 .tbl_td .iconsize_03 {
  width: 46px;
  height: 26px;
}

.p-etc__inner12 .tbl_td .iconsize_free {
  width: 26px;
  height: 26px;
}

.p-etc__inner12 .tbl_th {
  display: table-cell;
  border: 1px solid #D8D8D8;
  padding: 10px 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_th {
    display: none;
  }
}

.p-etc__inner12 .tbl_tr {
  display: table-row;
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .p-etc__inner12 .tbl_tr {
    padding: 10px 20px 15px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    flex-wrap: wrap;
  }
  .p-etc__inner12 .tbl_tr.empty {
    display: none;
  }
  .p-etc__inner12 .tbl_tr:last-of-type {
    margin-bottom: 0;
  }
}

.p-etc__inner13 {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  max-width: 880px;
  width: 100%;
  padding: 40px;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .p-etc__inner13 {
    padding: 30px 20px;
    max-width: 100%;
  }
}

.p-etc__inner13 a {
  word-break: break-all;
}

.p-etc__inner13 p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.85714;
}

.p-etc__inner13 p span:first-of-type {
  margin-right: 60px;
}

@media (max-width: 768px) {
  .p-etc__inner13 p span:first-of-type {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: 100%;
  }
}

.p-etc__inner13 p.mt30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-etc__inner13 p.mt30 {
    margin-top: 20px;
  }
}

.p-etc__inner13 .p-etc__list {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.p-etc__inner13 .p-etc__list + .p-etc__list2 {
  margin-top: 20px;
}

.p-etc__inner13 .p-etc__list2 {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-left: 1em;
  text-indent: -1.2em;
}

.p-etc__inner13 .p-etc__list2 + .p-etc__list2 {
  margin-top: 10px;
}

.p-etc__inner13 h3 {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .p-etc__inner13 h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.p-etc__inner13 * + h3 {
  margin-top: 40px;
}

.p-etc__inner13 h4 {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .p-etc__inner13 h4 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}

.p-etc__inner13 * + h4 {
  margin-top: 30px;
}

.p-etc__inner13 ul > li {
  text-align: left;
  padding-left: 1.5em;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 10px;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-etc__inner13 ul > li:first-of-type {
  margin-top: 0;
}

.p-etc__inner13 ul > li::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
  left: .5em;
  top: .8em;
}

.p-etc__inner13 ul > li.font-mid {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner13 * + ul {
  margin-top: 20px;
}

.p-etc__inner13 ol > li {
  text-indent: -1.5em;
  padding-left: 1em;
  margin-left: 1.5em;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner13 ol > li:first-of-type {
  margin-top: 0;
}

.p-etc__inner13 ol > li.font-mid {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-etc__inner13 * + ol {
  margin-top: 20px;
}

.p-etc__inner13 ol li {
  list-style-type: none;
  counter-increment: cnt;
}

.p-etc__inner13 ol li::before {
  content: "(" counter(cnt) ") ";
}

.p-etc__inner13 ol.decimal li {
  list-style: decimal;
  text-indent: 0;
  padding-left: 0;
}

.p-etc__inner13 ol.decimal li::before {
  content: none;
}

.p-etc__inner13-frameless {
  padding: 0;
  background-color: inherit;
  margin-left: 1em;
}

.p-etc__inner13 table {
  margin-top: 20px;
  text-align: left;
}

.p-etc__inner13 table th {
  padding: 15px 10px 15px 20px;
  width: 220px;
}

@media (max-width: 768px) {
  .p-etc__inner13 table th {
    width: 100%;
  }
}

.p-etc__inner13 table th span {
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1.2em;
  padding-left: 1em;
}

@media (max-width: 768px) {
  .p-etc__inner13 table th {
    padding: 20px 20px;
    color: #000;
    background-color: rgba(216, 216, 216, 0.8);
    display: block;
    width: 100%;
    border: none;
  }
}

.p-etc__inner13 table td {
  width: 660px;
  padding: 17px 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-etc__inner13 table td .c-link-base {
  display: inline-flex;
  align-items: center;
}

.p-etc__inner13 table td img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.p-etc__inner13 table td span {
  font-weight: 700;
  display: inline-block;
  text-align: left;
  padding-left: 2em;
  text-indent: -1.6em;
}

@media (max-width: 768px) {
  .p-etc__inner13 table td {
    width: 100%;
    display: block;
    padding: 20px 20px;
    border: none;
  }
}

.p-etc__inner13 table tr {
  background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .p-etc__inner13 table tr {
    border: 1px solid #D8D8D8;
    margin-bottom: 30px;
    display: block;
    border: none;
  }
  .p-etc__inner13 table tr:last-of-type {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .p-etc__inner13 table.btype {
    border-top: 1px solid #D8D8D8;
  }
  .p-etc__inner13 table.btype th {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    background-color: #fff;
  }
  .p-etc__inner13 table.btype td {
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
  }
  .p-etc__inner13 table.btype tr {
    margin-bottom: 0;
  }
}

.p-etc__inner13 .mt40 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .p-etc__inner13 .mt40 {
    margin-top: 30px;
  }
}

.p-etc .p-article-header {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-etc .p-article-header {
    width: 100%;
  }
}

.p-etc .p-article-header__title {
  margin-bottom: 0;
}

.u-font--en {
  font-family: proxima-nova, sans-serif;
}

.u-align-left {
  text-align: left;
}

.u-align-right {
  text-align: right;
}

.u-align-center {
  text-align: center;
}

@media (min-width: 769px) {
  .u-align-left_pc {
    text-align: left;
  }
}

@media (min-width: 769px) {
  .u-align-right_pc {
    text-align: right;
  }
}

@media (min-width: 769px) {
  .u-align-center_pc {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .u-align-left_sp {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .u-align-right_sp {
    text-align: right;
  }
}

@media (max-width: 768px) {
  .u-align-center_sp {
    text-align: center;
  }
}

.u-color__black {
  color: #000000;
}

.u-color__white {
  color: #FFFFFF;
}

.u-color__gray {
  color: #727272;
}

.u-bg-color__black {
  background-color: #000000;
}

.u-bg-color__white {
  background-color: #FFFFFF;
}

.u-bg-color__gray {
  background-color: #727272;
}

@media (min-width: 769px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
  }
}

.u-hide {
  display: none !important;
}

@media (min-width: 769px) {
  .u-border-pc {
    border: none !important;
  }
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

/* l-header
--------------------------------------------------- */
.service-header .l-header__inner {
  justify-content: space-between;
}

.service-header .l-header__icon {
  display: block;
  width: 40px;
  height: 40px;
}

.service-header .l-header-menu-btn {
  position: relative;
  display: flex;
  height: 22px;
  width: 32px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  margin-left: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .service-header .l-header-menu-btn {
    height: 16px;
    width: 24px;
    margin-left: 12px;
  }
}

.service-header .l-header-menu-btn-line {
  position: absolute;
  left: 0;
  background-color: #0D57A7;
  width: 100%;
  height: 2px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-header .l-header-menu-btn-line:nth-of-type(1) {
  top: 0;
}

.service-header .l-header-menu-btn-line:nth-of-type(2) {
  top: 10px;
}

.service-header .l-header-menu-btn-line:nth-of-type(3) {
  top: 20px;
}

@media (max-width: 768px) {
  .service-header .l-header-menu-btn-line:nth-of-type(1) {
    top: 0;
  }
  .service-header .l-header-menu-btn-line:nth-of-type(2) {
    top: 8px;
  }
  .service-header .l-header-menu-btn-line:nth-of-type(3) {
    top: 16px;
  }
}

.service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(1) {
  transform: translateY(10px) rotate(315deg);
}

.service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(2) {
  opacity: 0;
}

.service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(3) {
  transform: translateY(-10px) rotate(-315deg);
}

@media (max-width: 768px) {
  .service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(1) {
    transform: translateY(8px) rotate(315deg);
  }
  .service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(2) {
    opacity: 0;
  }
  .service-header .l-header-menu-btn.is-toggle .l-header-menu-btn-line:nth-of-type(3) {
    transform: translateY(-8px) rotate(-315deg);
  }
}

.service-header .l-header-menu-content {
  width: 100%;
  position: absolute;
  transition: .2s;
  left: 0;
  visibility: hidden;
  transform: translateY(-49px);
  z-index: -999;
  height: 0;
}

@media (max-width: 768px) {
  .service-header .l-header-menu-content {
    transform: translateY(0);
  }
}

.service-header .l-header-menu-content.is-toggle {
  height: 100%;
  position: absolute;
  transition: .3s;
  visibility: visible;
  left: 0;
  z-index: 0;
  transform: translateY(1px);
}

@media (max-width: 768px) {
  .service-header .l-header-menu-content.is-toggle {
    height: 100vh;
  }
  .service-header .l-header-menu-content.is-toggle .l-nav__inner {
    opacity: 1;
    pointer-events: all;
  }
}

.service-header .l-header-menu-content .l-nav {
  top: 0;
}

@media (max-width: 768px) {
  .service-header .l-nav__button {
    display: none;
  }
  .service-header .l-header__nav {
    display: flex;
    justify-content: flex-end;
  }
  .service-header .l-header__logo-link {
    width: 56vw;
    height: 6.93333vw;
    display: block;
    background: url(/common2022/img/logo_stack2022.png) no-repeat center center;
    background-size: contain;
  }
  .service-header .l-header__logo-link img {
    display: none;
  }
  .service-header .l-header__logo {
    margin-right: 12px;
  }
}

.lnav-wrap {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .lnav-wrap {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .lnav__btn {
    top: 65px;
  }
  .lnav__title {
    top: 60px;
  }
  .mainvisual--top .mainvisual__inner {
    height: auto;
    padding: 60px 15px 60px;
  }
  .lnav-wrap + #container {
    padding-top: 101px;
  }
  .lnav {
    top: 101px;
  }
}


/*------ 弊社追記 ------*/
/* ボタン２つ */
@media (min-width: 769px) {
  .p-home-kv__button:nth-of-type(1) {
    right: 293px;
  }
}
@media (max-width: 768px) {
/*  .p-home-kv__button:nth-of-type(2) {
    margin-top: 20px;
  }*/
}
.p-home-kv__button:nth-of-type(2) {
    cursor: pointer;
}

/* 緊急告知欄 */
.p-home-kv__topics > a.p-home-kv__topics-noLink {
  cursor: default;
  color: initial;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  pointer-events: none;
}

.p-home-kv__topics .p-home-kv__topics-noLink .p-home-kv__topics-left {
  display: none;
}

/* 開催予定のセミナー／オンデマンドウェビナー／セミナーイベントレポート */
.p-eventcategory__nav {
  margin-bottom: 40px;
}
.p-eventcategory__nav-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.p-eventcategory__nav-item {
  box-sizing: border-box;
  max-width: 280px;
  width: 100%;
  margin-right: 20px;
}
.p-eventcategory__nav-item:last-child {
  margin-right: 0;
}
.p-eventcategory__nav-item a {
  width: 100%;
  text-align: center;
  border-radius: 30px;
  background-color: #FFFFFF;
  color: #727272;
  display: inline-block;
  padding: 7px 15px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-eventcategory__nav-item  a:hover {
  background-color: #0D57A7;
  color: #FFFFFF;
}
.p-eventcategory__nav-item.is-active a {
  pointer-events: none;
  background-color: #0D57A7;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .p-eventcategory__nav {
    margin-bottom: 30px;
  }
  .p-eventcategory__nav-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .p-eventcategory__nav-item {
    width: auto;
    min-width: 140px;
    margin: 0 5px 10px;
  }
  .p-eventcategory__nav-item a {
    padding: 6px 14px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-column-1-3.is-article-list4 .c-card-1__label > *.is-label--archive {
  background-color: #00b9b2;
}
@media (min-width: 769px) {
  .c-column-1-3.is-article-list4 .c-card-1 {
    height: 100%;
  }
}
.p-eventreport-list .p-list__inner-body > div:last-child {
  width: 83.33333%;
}
@media (max-width: 768px) {
  .p-eventreport-list .p-list__inner-body > div:last-child {
    width: 100%;
  }
}