/* ================================================================================
@charset "UTF-8";
変数定義
================================================================================ */ /* ================================================================================
mixin定義
================================================================================ */
/* ================================================================================
全体で使用する変数・関数定義
================================================================================ */ /* ================================================================================
リセット
================================================================================ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  background: transparent;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  *font: x-small;
  color: #231815;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

html,
body {
  height: 100%;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

fieldset {
  margin: 0 2px;
  border: 1px solid #999;
  padding: 0.35em 0.625em 0.75em;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link {
  color: #000;
  outline: none;
}
a:visited {
  color: #000;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:focus {
  text-decoration: none;
}

ins {
  color: #000;
  background: #ff9;
  text-decoration: none;
}

mark {
  color: #000;
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

hr {
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: visible;
  border-top: 1px solid #999;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  height: auto;
  vertical-align: bottom;
}

input,
select {
  vertical-align: middle;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  background: initial;
}

input[type=button],
input[type=submit],
input[type=search],
input[type=reset],
button {
  -webkit-appearance: none;
}

label {
  font-weight: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

input {
  padding: 0;
}
input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

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

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  margin: 0;
  padding: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

strong {
  font-weight: bold;
}

/* ================================================================================
汎用クラス
================================================================================ */
.l-inner {
  max-width: 1132px;
  padding: 0 16px;
  margin: 0 auto;
  width: 100%;
}

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a img:hover {
  opacity: 0.6;
}
.u-ja:lang(en) {
  display: none;
}

.u-en {
  display: none;
}
.u-en:lang(en) {
  display: block;
}

/* =====================================================
アニメーション関連
===================================================== */
button {
  outline: none;
}

.c-btn-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn-more:hover {
  opacity: 0.6;
}
.c-btn-more__text {
  font-family: "Rubik", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #3071B8;
}
.c-btn-more__icon {
  width: 6.4rem;
}
.c-btn-more__icon img:hover {
  opacity: 1;
}
.c-btn-more--gr .c-btn-more__text {
  color: #00A784;
}
.c-btn-more--wh .c-btn-more__text {
  color: #fff;
}

/* ================================================================================
カードレイアウト
================================================================================ */
.c-sec-heading {
  text-align: center;
}
.c-sec-heading__en {
  font-family: "Rubik", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, right top, from(#4F82C3), color-stop(50%, #215599), to(#263E5D));
  background: linear-gradient(90deg, #4F82C3 0%, #215599 50%, #263E5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-sec-heading__ja {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-sec-heading--gr {
  text-align: left;
}
.c-sec-heading--gr .c-sec-heading__en {
  font-size: 2.4rem;
  -webkit-text-stroke: 1px transparent;
  text-stroke: 1px transparent;
  mix-blend-mode: screen;
  background: -webkit-gradient(linear, left top, right top, from(#2B9B6B), to(#fff));
  background: linear-gradient(90deg, #2B9B6B 0%, #fff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: #fff;
  -webkit-text-fill-color: currentColor;
}
.c-sec-heading--gr .c-sec-heading__ja {
  font-size: 1.6rem;
  color: #155E2A;
  -webkit-text-fill-color: currentColor;
  background: none;
  -webkit-background-clip: border-box;
  margin-top: 2.3rem;
}
.c-sec-heading--wh {
  text-align: left;
}
.c-sec-heading--wh .c-sec-heading__en {
  font-size: 2.4rem;
  color: #fff;
  background: none;
  -webkit-text-fill-color: unset;
}
.c-sec-heading--wh .c-sec-heading__ja {
  font-size: 1.6rem;
  color: #fff;
  background: none;
  -webkit-text-fill-color: unset;
  margin-top: 2.3rem;
}

.c-breadcrumb {
  margin-top: 1.6rem;
}
.c-breadcrumb--home {
  margin-top: 0;
}
.c-breadcrumb__wrap {
  padding-left: 3.4rem;
  position: relative;
}
.c-breadcrumb__wrap::before {
  content: "";
  width: 3.4rem;
  height: 1.9rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-breadcrumb__wrap > span {
  padding: 0 0.5em;
}
.c-breadcrumb span,
.c-breadcrumb a {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
}
.c-breadcrumb .current-item {
  color: #3071B8;
}

/* ================================================================================
細分化された汎用パーツ
================================================================================ */ /* ================================================================================
基本設定
================================================================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #231815;
}

a {
  color: #231815;
}

/* ================================================================================
ヘッダー
================================================================================ */
/* -------------------------------------------------
.l-header
---------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: -webkit-gradient(linear, left top, right top, from(#4F82C3), color-stop(50%, #215599), to(#263E5D));
  background: linear-gradient(90deg, #4F82C3 0%, #215599 50%, #263E5D 100%);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.8rem;
}
.l-header__titles {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5.4rem;
}
.l-header__logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.6rem;
  height: 9.6rem;
  background-color: #fff;
  position: relative;
}
.l-header__logo::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.6rem;
  height: 9.6rem;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.l-header__logo img {
  width: 4.2rem;
  margin-left: 2.4rem;
}
.l-header__text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 2.4rem;
}
.l-header__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav {
  margin-right: 2.8645833333vw;
}
.l-header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__list li {
  position: relative;
  padding: 0 2.34375vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__list li:not(:last-child)::after {
  content: "";
  width: 0.2rem;
  height: 3.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__list li:first-child {
  padding-left: 0;
}
.l-header__list li:last-child {
  padding-right: 0;
}
.l-header__list a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__list a:hover {
  opacity: 0.6;
}
.l-header__recruit {
  margin-right: 2.8645833333vw;
}
.l-header__recruit a {
  display: inline-block;
  width: 16rem;
  padding: 1.2rem 0;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  color: #004E95;
  text-align: center;
  border-radius: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__recruit a:lang(en) {
  width: 22rem;
}
.l-header__recruit a:hover {
  opacity: 0.8;
}
.l-header__recruit a span {
  position: relative;
  padding-right: 2.4rem;
}
.l-header__recruit a span::after {
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_arrow_up-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-header__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__lang .gtranslate_wrapper a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__lang .gtranslate_wrapper a:hover {
  opacity: 0.6;
}
.l-header__lang .gtranslate_wrapper a:first-child {
  margin-right: 0.25em;
}
.l-header__lang .gtranslate_wrapper a:first-child::after {
  content: "/";
  margin-left: 0.25em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
.l-header__line {
  width: 100%;
  height: 1rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  margin-top: -1rem;
  position: relative;
}

.l-hamburger {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-hamburger__line {
  display: block;
  position: relative;
  width: 75%;
  height: 4px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
.l-hamburger__line::before, .l-hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: inherit;
  transition: inherit;
  border-radius: 10px;
}
.l-hamburger__line::before {
  top: -10px;
}
.l-hamburger__line::after {
  top: 10px;
}
.l-hamburger.is-open .l-hamburger__line {
  background-color: transparent;
}
.l-hamburger.is-open .l-hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-hamburger.is-open .l-hamburger__line::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.l-drawer {
  background: -webkit-gradient(linear, left top, right top, from(#4F82C3), color-stop(50%, #215599), to(#263E5D));
  background: linear-gradient(90deg, #4F82C3 0%, #215599 50%, #263E5D 100%);
  max-height: 100dvh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transition: all 0.8s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  z-index: 999;
}
.l-drawer.is-open {
  left: 0;
}
.l-drawer__inner {
  padding: 0 1.6rem;
}
.l-drawer__list li {
  border-bottom: 1px dashed #fff;
}
.l-drawer__list li a {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 3.6rem 0;
}
.l-drawer__list li span {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.l-drawer__list li span::before {
  content: "";
  width: 2.4rem;
  height: 1.4rem;
  background-image: url(../img/icon_logo.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-drawer__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.3rem;
  padding: 3.6rem 0;
  border-bottom: 1px dashed #fff;
}
.l-drawer__sub a {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.l-drawer__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3.6rem 0;
}
.l-drawer__lang .gtranslate_wrapper a {
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.l-drawer__lang .gtranslate_wrapper a:first-child {
  margin-right: 1em;
}
.l-drawer__lang .gtranslate_wrapper a:first-child::after {
  content: "/";
  margin-left: 1em;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.l-footer__line {
  width: 100%;
  height: 1px;
  background: #000;
}
.l-footer-top {
  padding: 1px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.l-footer-top__inner {
  padding: 4rem 0 3rem;
  background-color: #fff;
}
.l-footer-iso {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-iso__privacy {
  width: 4.7rem;
  margin-right: 0.8rem;
}
.l-footer-iso__bsi {
  width: 11.8rem;
  margin-right: 1rem;
}
.l-footer-iso__text {
  font-size: 1.3rem;
  font-weight: 400;
}
.l-footer-deal {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 2rem;
}
.l-footer-erumin {
  width: 17.4rem;
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
}
.l-footer-info {
  margin-top: 3.2rem;
  text-align: center;
}
.l-footer-info__name {
  font-size: 1.6rem;
  font-weight: 400;
}
.l-footer-info__address {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.8rem;
}
.l-footer-info__address span {
  display: inline-block;
}
.l-footer-mid__inner {
  padding-top: 3.4rem;
  padding-bottom: 2.5rem;
}
.l-footer-mid__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7rem;
}
.l-footer-mid__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  gap: 3rem;
}
.l-footer-mid__item {
  height: 4rem;
}
.l-footer-mid__item a {
  display: block;
  height: 100%;
}
.l-footer-mid__item img {
  height: 100%;
  width: auto;
}
.l-footer-bottom {
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.l-footer-bottom__inner {
  padding: 6.4rem 1.6rem 2.4rem;
}
.l-footer-contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3rem 0;
}
.l-footer-contact__item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.l-footer-contact__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.l-footer-contact__img.tel {
  width: 3.2rem;
}
.l-footer-contact__img.fax {
  width: 3.2rem;
}
.l-footer-contact__img.mail {
  width: 3.2rem;
}
.l-footer-contact__kind {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
}
.l-footer-contact__text {
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
.l-footer-contact__text.mail {
  font-size: 1.6rem;
}
.l-footer-contact__desc {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-top: 2.8rem;
}
.l-footer__copy {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-top: 4.8rem;
}
.l-footer__menu {
  margin-top: 5.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer__nav {
  margin-right: 2.6rem;
}
.l-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
}
.l-footer__list li {
  position: relative;
}
.l-footer__list li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 1.8rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer__list a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.l-footer__recruit a {
  display: inline-block;
  width: 16rem;
  padding: 0.6rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#B7E7AE), to(#FDF2A8));
  background: linear-gradient(90deg, #B7E7AE 0%, #FDF2A8 100%);
  font-size: 1.6rem;
  font-weight: 400;
  color: #231815;
  text-align: center;
  border-radius: 15px;
}
.l-footer__recruit a:lang(en) {
  font-size: 1.2rem;
}
.l-footer__recruit a span {
  position: relative;
  padding-right: 1.6rem;
}
.l-footer__recruit a span::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_arrow_up-right-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.l-footer__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
  gap: 4.5rem;
}
.l-footer__links a {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  padding-right: 2.1rem;
  position: relative;
}
.l-footer__links a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icon_blank.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-footer__links a span {
  text-decoration: underline;
}

.l-page-head {
  position: relative;
}
.l-page-head__bg {
  position: relative;
}
.l-page-head__bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(79, 130, 195, 0.6);
}
.l-page-head__texts {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom-right-radius: 25px;
  padding: 2rem 0.8rem 2rem 2rem;
  min-width: 28rem;
}
.l-page-head__title {
  color: #3071B8;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #3071B8;
}
.l-page-head__ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.l-page-head__en {
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 0.5rem;
}

.l-news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.2rem 2rem;
}
.l-news__item {
  width: calc(50% - 1rem);
}
.l-news__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.l-news__img {
  width: 100%;
  position: relative;
}
.l-news__img::before {
  content: "";
  display: block;
  padding-top: 75.43%;
}
.l-news__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-news__category {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 0.4rem 0.8rem;
  background-color: #747A7E;
  color: #fff;
}
.l-news__category.information {
  background-color: #FE5000;
}
.l-news__category.blog {
  background-color: #A6905C;
}
.l-news__category.activity {
  background-color: #00A784;
}
.l-news__category.work {
  background-color: #2DBCED;
}
.l-news__category.interview {
  background-color: #3071B8;
}
.l-news__title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 3rem;
}
.l-news__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 1.5rem;
}

.l-pagination {
  margin-top: 6.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
.l-pagination span,
.l-pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
}
.l-pagination span {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(79, 130, 195, 0.32)), color-stop(50%, rgba(33, 85, 153, 0.32)), to(rgba(38, 62, 93, 0.32)));
  background: linear-gradient(90deg, rgba(79, 130, 195, 0.32) 0%, rgba(33, 85, 153, 0.32) 50%, rgba(38, 62, 93, 0.32) 100%);
}
.l-pagination a {
  color: #004E95;
  border: 1px solid #004E95;
}

.l-single {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  padding-bottom: 6.3rem;
}
.l-single-contents {
  margin-top: 8rem;
}
.l-single-contents__inner {
  max-width: 1032px;
}
.l-single-contents__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #3071B8;
}
.l-single-contents__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
  margin-top: 5.8rem;
}
.l-single-contents__category {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.4rem 1.5rem;
  background-color: #747A7E;
  color: #fff;
}
.l-single-contents__category.information, .l-single-contents__category.information-en {
  color: #231815;
  background-color: #FDDE00;
}
.l-single-contents__category.activity, .l-single-contents__category.activity-en {
  background-color: #00A784;
}
.l-single-contents__date {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #3071B8;
}
.l-single-contents__body {
  margin-top: 6.3rem;
}
.l-single-contents__body * {
  word-break: break-all;
}
.l-single-contents__body *:last-child {
  margin-bottom: 0;
}
.l-single-contents__body h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #3071B8;
  padding: 1rem 0 2.3rem 5rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  position: relative;
}
.l-single-contents__body h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4rem;
  height: 4.4rem;
  background-image: url(../img/single/icon_title-h2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-single-contents__body h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.l-single-contents__body h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #4F82C3;
  padding-top: 1.2rem;
  padding-left: 6.2rem;
  padding-bottom: 1.3rem;
  margin-top: 4rem;
  margin-bottom: 3rem;
  position: relative;
}
.l-single-contents__body h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4rem;
  height: 4.4rem;
  background-image: url(../img/single/icon_title-h3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-single-contents__body h4,
.l-single-contents__body h5,
.l-single-contents__body h6 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.l-single-contents__body p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 1em;
}
.l-single-contents__body .wp-block-image {
  width: 100%;
  margin-bottom: 3rem;
}
.l-single-contents__body .wp-block-image img {
  width: 100%;
}
.l-single-contents__body .wp-element-caption {
  font-size: 1.4rem;
}
.l-single-contents__body .wp-block-embed {
  margin-bottom: 3rem;
}
.l-single-contents__body .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
}
.l-single-contents__body .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.l-single-contents__body .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-single-contents__body ul {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.l-single-contents__body ul li {
  list-style-type: disc;
}
.l-single-contents__body ol {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.l-single-contents__body ol li {
  list-style-type: decimal;
}
.l-single-nav {
  margin-top: 9rem;
}
.l-single-nav__page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-single-nav__prev {
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3071B8;
  text-decoration: underline;
}
.l-single-nav__prev:link, .l-single-nav__prev:visited {
  color: #3071B8;
}
.l-single-nav__next {
  margin-left: auto;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3071B8;
  text-decoration: underline;
}
.l-single-nav__next:link, .l-single-nav__next:visited {
  color: #3071B8;
}
.l-single-nav__archive {
  margin-top: 4rem;
  text-align: center;
}
.l-single-nav__archive a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  padding: 1rem 0;
  width: 100%;
  max-width: 14rem;
}

.l-form__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem;
}
.l-form__list.confirm dd {
  font-size: 2rem;
  font-weight: 700;
  color: #004E95;
}
.l-form__label {
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3rem;
}
.l-form__label .required {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  padding: 0.5rem 1.8rem;
  background-color: #FF0D0D;
}
.l-form__item dd {
  margin-top: 1.6rem;
}
.l-form__item input[type=text],
.l-form__item input[type=email],
.l-form__item input[type=tel] {
  width: 100%;
  background-color: #D3E0F0;
  border: none;
  border-bottom-right-radius: 15px;
  padding: 2rem 3rem;
  font-size: 2rem;
  font-weight: 700;
}
.l-form__item input[type=text]::-webkit-input-placeholder, .l-form__item input[type=email]::-webkit-input-placeholder, .l-form__item input[type=tel]::-webkit-input-placeholder {
  color: rgba(133, 171, 220, 0.5);
}
.l-form__item input[type=text]::-moz-placeholder, .l-form__item input[type=email]::-moz-placeholder, .l-form__item input[type=tel]::-moz-placeholder {
  color: rgba(133, 171, 220, 0.5);
}
.l-form__item input[type=text]:-ms-input-placeholder, .l-form__item input[type=email]:-ms-input-placeholder, .l-form__item input[type=tel]:-ms-input-placeholder {
  color: rgba(133, 171, 220, 0.5);
}
.l-form__item input[type=text]::-ms-input-placeholder, .l-form__item input[type=email]::-ms-input-placeholder, .l-form__item input[type=tel]::-ms-input-placeholder {
  color: rgba(133, 171, 220, 0.5);
}
.l-form__item input[type=text]::placeholder,
.l-form__item input[type=email]::placeholder,
.l-form__item input[type=tel]::placeholder {
  color: rgba(133, 171, 220, 0.5);
}
.l-form__item textarea {
  width: 100%;
  background-color: #D3E0F0;
  border: none;
  border-bottom-right-radius: 15px;
  padding: 2rem 3rem;
  font-size: 2rem;
  font-weight: 700;
  resize: vertical;
  min-height: 28rem;
}
.l-form__item .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3rem;
}
.l-form__item .wpcf7-radio span {
  margin: 0;
}
.l-form__item .wpcf7-radio .wpcf7-list-item {
  cursor: pointer;
}
.l-form__item .wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.l-form__item .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 3rem;
  position: relative;
}
.l-form__item .wpcf7-radio .wpcf7-list-item-label::before {
  display: inline-block;
  background: #fff;
  border: 1px solid #004E95;
  border-radius: 50%;
  content: "";
  height: 2rem;
  margin-bottom: auto;
  margin-right: 0.5rem;
  margin-top: auto;
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-form__item .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #004E95;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.l-form__text {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 3.2rem;
}
.l-form__text span {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  margin: 0 0.5em;
}
.l-form__text span::before, .l-form__text span::after {
  content: "";
  position: absolute;
}
.l-form__text span::before {
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #004E95;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-form__text span::after {
  width: 0.6rem;
  height: 1rem;
  border-right: 2px solid #004E95;
  border-bottom: 2px solid #004E95;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-form__privacy {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 3.2rem;
}
.l-form__privacy .wpcf7-list-item {
  margin: 0;
}
.l-form__privacy input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.l-form__privacy .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 2.8rem;
  position: relative;
  cursor: pointer;
}
.l-form__privacy .wpcf7-list-item-label::before, .l-form__privacy .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
}
.l-form__privacy .wpcf7-list-item-label::before {
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #004E95;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-form__privacy .wpcf7-list-item-label::after {
  width: 0.6rem;
  height: 1rem;
  border-right: 2px solid #004E95;
  border-bottom: 2px solid #004E95;
  top: 45%;
  left: 0.7rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
.l-form__privacy input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.l-form__btn {
  margin-top: 12.6rem;
  text-align: center;
  position: relative;
}
.l-form__btn-wrap {
  display: inline-block;
  position: relative;
}
.l-form__btn-wrap::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon_arrow-bk-r.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.l-form__btn-wrap.first::before {
  right: 6rem;
}
.l-form__btn-wrap.confirm::before {
  right: 11rem;
}
.l-form__btn input[type=submit] {
  display: inline-block;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  width: 32rem;
  background-color: #FFEA00;
  padding: 2.8rem 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.l-form__btn .wpcf7-spinner {
  position: absolute;
  bottom: 100%;
}
.l-form__prev {
  margin-top: 3.2rem;
  text-align: center;
}
.l-form__prev .wpcf7-previous {
  border: none;
  background: none;
  font-size: 1.6rem;
  text-decoration: underline;
}

html:lang(en) .l-form__btn input[type=submit] {
  font-size: 1.6rem;
  width: 34rem;
}
html:lang(en) .l-form__btn-wrap.first::before {
  right: 1rem;
}
html:lang(en) .l-form__btn-wrap.confirm::before {
  right: 11rem;
}

/* ================================================================================
レイアウト用パーツ
================================================================================ */
/* ================================================================================
共通パーツ
================================================================================ */
.p-home-mv {
  position: relative;
}
.p-home-mv__mov {
  position: relative;
  width: 100%;
}
.p-home-mv__mov::before {
  content: "";
  display: block;
  padding-top: 130.28%;
}
.p-home-mv__mov video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-mv__mov::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  opacity: 0.3;
}
.p-home-mv__text {
  font-family: "Zen Antique", serif;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.5em;
  color: #fff;
  position: relative;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-home-mv__text-wrap {
  position: absolute;
  top: 27.15%;
  left: 3.3%;
}
.p-home-about {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 238, 255, 0.32)), to(#F9F9F9));
  background: linear-gradient(180deg, rgba(214, 238, 255, 0.32) 0%, #F9F9F9 100%);
}
.p-home-about__inner {
  padding-top: 1.6rem;
}
.p-home-about__heading {
  margin-top: 4rem;
}
.p-home-about__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 2.4rem;
}
.p-home-about__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.28;
  margin-top: 1.8rem;
}
.p-home-about__more {
  margin-top: 1.6rem;
}
.p-home-about-slide {
  margin-top: 3.2rem;
  overflow: hidden;
}
.p-home-about-slide__inner {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100%;
}
.p-home-about-slide__list {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-home-about-slide__item {
  width: 20rem;
  position: relative;
}
.p-home-about-slide__item::before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.p-home-about-slide__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-sustainable {
  margin-top: 6.5rem;
  position: relative;
  background-image: url(../img/top/bg_sustainable-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.p-home-sustainable__inner {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.p-home-sustainable__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  margin-top: 1.5rem;
}
.p-home-sustainable__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.28;
  margin-top: 2.3rem;
  color: #fff;
}
.p-home-sustainable__more {
  margin-top: 5.5rem;
}
.p-home-service {
  margin-top: 12rem;
}
.p-home-service__heading {
  text-align: left;
}
.p-home-service__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 3rem;
}
.p-home-service-slide {
  position: relative;
  padding-bottom: 5.5rem;
  margin-top: 2rem;
  width: 100%;
  overflow: hidden;
}
.p-home-service-slide--pc {
  position: relative;
  padding-bottom: 5.5rem;
}
.p-home-service-slide--pc .swiper-horizontal > .swiper-pagination-bullets, .p-home-service-slide--pc .swiper-pagination-bullets.swiper-pagination-horizontal, .p-home-service-slide--pc .swiper-pagination-custom, .p-home-service-slide--pc .swiper-pagination-fraction {
  bottom: 0;
}
.p-home-service-slide--pc .swiper-pagination-bullet {
  margin: 0 7px;
  width: 15.5%;
  height: 0.7rem;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  opacity: 1;
}
.p-home-service-slide--pc .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.p-home-service-slide__inner {
  overflow: hidden;
}
.p-home-service-slide-item__img {
  position: relative;
  width: 100%;
}
.p-home-service-slide-item__img::before {
  content: "";
  display: block;
  padding-top: 61.25%;
}
.p-home-service-slide-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-service-slide-item__meta {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.p-home-service-slide-item__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-home-service-slide-item__logo.ecorica {
  width: 7.5rem;
}
.p-home-service-slide-item__logo.plaisir {
  width: 6.3rem;
}
.p-home-service-slide-item__logo.ilrental {
  width: 6rem;
}
.p-home-service-slide-item__logo.tavishot {
  width: 6.3rem;
}
.p-home-service-slide-item__logo.rinoka {
  width: 6.4rem;
}
.p-home-service-slide-item__title {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-home-service-slide-item__sub {
  font-size: 1.3rem;
  font-weight: 700;
}
.p-home-service-slide-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 4rem;
}
.p-home-service-slide .swiper-horizontal > .swiper-pagination-bullets, .p-home-service-slide .swiper-pagination-bullets.swiper-pagination-horizontal, .p-home-service-slide .swiper-pagination-custom, .p-home-service-slide .swiper-pagination-fraction {
  bottom: 0;
}
.p-home-service-slide .swiper-pagination-bullet {
  margin: 0 8px;
  width: 3.2rem;
  height: 0.7rem;
  border-radius: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  opacity: 1;
}
.p-home-service-slide .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.p-home-service__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.28;
  margin-top: 3.2rem;
}
.p-home-service__more {
  margin-top: 5.2rem;
}
.p-home-info {
  margin-top: 12rem;
}
.p-home-info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  margin-top: 3.2rem;
}
.p-home-info__item {
  padding: 1px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.p-home-info__item a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  border-radius: 10px;
  padding: 2rem 1.6rem 1.6rem;
}
.p-home-info__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-home-info__date {
  font-size: 1.3rem;
  font-weight: 500;
}
.p-home-info__cat {
  font-size: 1.3rem;
  font-weight: 500;
}
.p-home-info__cat.information {
  color: #FE5000;
}
.p-home-info__cat.blog {
  color: #A6905C;
}
.p-home-info__cat.activity {
  color: #00A784;
}
.p-home-info__cat.work {
  color: #2DBCED;
}
.p-home-info__cat.interview {
  color: #3071B8;
}
.p-home-info__text {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0.6rem;
}
.p-home-info__more {
  margin-top: 6.4rem;
}
.p-home-recruit {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.p-home-recruit__inner {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.p-home-recruit__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 2.6rem;
  text-align: center;
}
.p-home-recruit__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.28;
  margin-top: 2.6rem;
  line-height: 2;
}
.p-home-recruit-slide {
  margin-top: 2.7rem;
}
.p-home-recruit-slide__inner {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-home-recruit-slide__list {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-home-recruit-slide__item {
  width: 20rem;
  position: relative;
}
.p-home-recruit-slide__item::before {
  content: "";
  display: block;
  padding-top: 66.25%;
}
.p-home-recruit-slide__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-recruit__more {
  margin-top: 6.4rem;
}
.p-home-recruit__bg {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.p-home .p-home-banners {
  margin-top: 10rem;
}
.p-home .p-home-banners__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.p-home .p-home-banners__item {
  width: 100%;
}
.p-home .p-home-banners__item img {
  width: 100%;
}

.p-business {
  margin-bottom: 12rem;
}
.p-business-intro {
  margin-top: 7.5rem;
}
.p-business-intro__inner {
  max-width: 932px;
}
.p-business-intro-head__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  color: #004E95;
}
.p-business-intro-head__lead {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 2rem;
}
.p-business-intro-head__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.28;
  text-align: center;
  margin-top: 1.6rem;
}
.p-business-intro__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
.p-business-intro-item {
  border-top-left-radius: 30px;
  overflow: hidden;
  width: calc(50% - 0.75rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-business-intro-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-business-intro-item a:hover {
  opacity: 0.6;
}
.p-business-intro-item--ecorica {
  border: 1px solid #00A784;
}
.p-business-intro-item--plaisir {
  border: 1px solid #FE5000;
}
.p-business-intro-item--rental {
  border: 1px solid #004E95;
}
.p-business-intro-item--rinoka {
  border: 1px solid #00A784;
}
.p-business-intro-item__img {
  width: 100%;
  position: relative;
}
.p-business-intro-item__img::before {
  content: "";
  display: block;
  padding-top: 63.15%;
}
.p-business-intro-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 30px;
}
.p-business-intro-item__body {
  position: relative;
  padding: 1.5rem 0 2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-business-intro-item__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.p-business-intro-item__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8rem;
  height: 8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.p-business-intro-item__logo--ecorica {
  border: 1px solid #00A784;
}
.p-business-intro-item__logo--ecorica img {
  width: 6.5rem;
}
.p-business-intro-item__logo--plaisir {
  border: 1px solid #E54200;
}
.p-business-intro-item__logo--plaisir img {
  width: 5.4rem;
}
.p-business-intro-item__logo--ilrental {
  border: 1px solid #3071B8;
}
.p-business-intro-item__logo--ilrental img {
  width: 4.7rem;
}
.p-business-intro-item__logo--tavishot {
  border: 1px solid #3071B8;
}
.p-business-intro-item__logo--tavishot img {
  width: 4.7rem;
}
.p-business-intro-item__logo--rinoka {
  border: 1px solid #00A784;
}
.p-business-intro-item__logo--rinoka img {
  width: 4.7rem;
}
.p-business-intro-item__business {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-top: 0.5rem;
  border-top: 1px solid #fff;
  margin-top: 0.8rem;
}
.p-business-intro-item__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-top: 1.5rem;
  height: 4.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.p-business-intro-item__texts {
  padding: 0 1rem;
}
.p-business-intro-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
  margin-top: 1rem;
}
.p-business-intro-item--ecorica .p-business-intro-item__body {
  background-color: #00A784;
}
.p-business-intro-item--plaisir .p-business-intro-item__body {
  background-color: #FF6D0D;
}
.p-business-intro-item--rental .p-business-intro-item__body {
  background-color: #3071B8;
}
.p-business-intro-item--rinoka .p-business-intro-item__body {
  background-color: #00A784;
}
.p-business-intro-item__more {
  margin-top: 1.5rem;
  text-align: center;
}
.p-business-intro-item__more-text {
  display: inline-block;
  font-size: 1rem;
  padding-left: 2rem;
  position: relative;
}
.p-business-intro-item__more-text::before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../img/icon_arrow_circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-business-intro-item__more span {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}
.p-business-block__inner {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}
.p-business-block__logo {
  margin: 0 auto;
}
.p-business-block__title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-top: 3.2rem;
  color: #fff;
}
.p-business-block__title--bk {
  color: #231815;
}
.p-business-block__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 3.2rem;
  color: #fff;
}
.p-business-block__text--bk {
  color: #231815;
}
.p-business-block__mov {
  width: 100%;
  position: relative;
  margin-top: 5rem;
  max-width: 83rem;
  margin-left: auto;
  margin-right: auto;
}
.p-business-block__mov::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-business-block__mov video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business-block__list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3.2rem 1.6rem;
}
.p-business-block-item {
  width: calc(50% - 0.8rem);
  position: relative;
}
.p-business-block-item__en {
  font-family: "Rubik", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  padding: 0.3rem 0.5rem;
  min-width: 88%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-business-block-item__en--gr {
  background: -webkit-gradient(linear, left bottom, left top, from(#45A15F), to(#80C694));
  background: linear-gradient(0deg, #45A15F 0%, #80C694 100%);
}
.p-business-block-item__en--bl {
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.p-business-block-item__en--gr2 {
  background: -webkit-gradient(linear, left top, right top, from(#2B9B6B), to(#72A845));
  background: linear-gradient(90deg, #2B9B6B 0%, #72A845 100%);
}
.p-business-block-item__img {
  width: 100%;
  position: relative;
}
.p-business-block-item__img::before {
  content: "";
  display: block;
  padding-top: 75.58%;
}
.p-business-block-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business-block-item__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  min-height: 5.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-business-block-item__title--bk {
  color: #231815;
}
.p-business-block-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
}
.p-business-block-item__text--bk {
  color: #231815;
}
.p-business-block-banner {
  margin-top: 3rem;
  text-align: center;
}
.p-business-block-banner a {
  display: inline-block;
  max-width: 53.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-business-block-banner a:hover {
  opacity: 0.8;
}
.p-business-block-banner a:hover img {
  opacity: 1;
}
.p-business-block-banner__img {
  width: 100%;
}
.p-business-block-banner__img img {
  width: 100%;
}
.p-business-block-banner__img--tavishot {
  border: 1px solid #595757;
}
.p-business-block-banner__text {
  font-size: 1.3rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.p-business-block-banner__text span {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-business-block-banner__text--wh {
  color: #fff;
}
.p-business-block-banner__text--wh span {
  background-image: url(../img/icon_blank-wh.svg);
}
.p-business-block-banner__text--bl {
  color: #3071B8;
}
.p-business-block-banner__text--bl span {
  background-image: url(../img/icon_blank-bl.svg);
}
.p-business-ecorica {
  margin-top: 6.5rem;
  background-color: #00A784;
}
.p-business-ecorica__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  height: 15rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.p-business-ecorica__logo img {
  width: 11rem;
}
.p-business-plaisir__logo {
  width: 11rem;
}
.p-business-plaisir__logo img {
  width: 100%;
}
.p-business-plaisir__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2rem;
  max-width: 92rem;
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
}
.p-business-plaisir-item {
  border: 1px solid #FE5000;
  padding: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.p-business-plaisir-item__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 10.4rem;
}
.p-business-plaisir-item__img img {
  width: 100%;
}
.p-business-plaisir-item__img--04 {
  text-align: center;
}
.p-business-plaisir-item__img--04 img {
  max-width: 67%;
}
.p-business-plaisir-item__img--05 {
  text-align: center;
}
.p-business-plaisir-item__img--05 img {
  max-width: 90%;
}
.p-business-plaisir-item__texts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.p-business-plaisir-item__title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #FE5000;
}
.p-business-plaisir-item__text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 0.5em;
}
.p-business-ilrental {
  margin-top: 6.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.p-business-ilrental__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  height: 15rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.p-business-ilrental__logo img {
  width: 7rem;
}
.p-business-tavishot {
  margin-top: 6.5rem;
}
.p-business-tavishot__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  height: 15rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.p-business-tavishot__logo img {
  width: 7rem;
}
.p-business-rinoka {
  margin-top: 6.5rem;
  background-color: #C99D4C;
}
.p-business-rinoka__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  height: 15rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.p-business-rinoka__logo img {
  width: 11rem;
}
.p-business-rinoka__img {
  width: 100vw;
  margin: 3rem calc(50% - 50vw) 0;
}
.p-business-rinoka__img img {
  width: 100%;
}
.p-business-swiss {
  margin-top: 6.5rem;
}
.p-business-swiss__bnr {
  width: 100%;
}
.p-business-swiss__bnr img {
  width: 100%;
}
.p-business-swiss__title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-top: 2rem;
}
.p-business-swiss__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  margin-top: 1.5rem;
}
.p-business-swiss__text a {
  color: #3071B8;
}

.p-product-link {
  margin-top: 7rem;
}
.p-product-link__inner {
  padding: 0 2rem;
  max-width: 64rem;
}
.p-product-link__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-product-link__item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product-link__item:nth-child(1) {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-right: 1px dashed #000;
}
.p-product-link__item:nth-child(2) {
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
}
.p-product-link__item:nth-child(3) {
  width: 100%;
  padding-top: 3rem;
  border-top: 1px dashed #000;
}
.p-product-link__img {
  margin: 0 auto;
}
.p-product-link__img img {
  width: 100%;
}
.p-product-link__img.ecorika {
  width: 12.8rem;
}
.p-product-link__img.plaisir {
  width: 11.4rem;
}
.p-product-link__img.rinoka {
  width: 10rem;
}
.p-product-link__lead {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  min-height: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.6rem;
}
.p-product-link__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.p-product-link__title.ecorika {
  color: #00A784;
}
.p-product-link__title.plaisir {
  color: #FE5000;
}
.p-product-link__title.rinoka {
  color: #C99D4C;
}
.p-product-link__arrow {
  width: 2.4rem;
  margin: 0 auto;
}
.p-product-link__arrow img {
  width: 100%;
}
.p-product-ecorica {
  background-color: #00A784;
  margin-top: 2rem;
}
.p-product-ecorica__inner {
  max-width: 1132px;
  padding-top: 7rem;
  padding-bottom: 5.5rem;
}
.p-product-ecorica__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.6rem;
  height: 8.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #00A784;
  margin: 0 auto;
}
.p-product-ecorica__logo img {
  width: 6.5rem;
}
.p-product-ecorica__lead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  margin-top: 3.2rem;
}
.p-product-ecorica__items {
  overflow: hidden;
  position: relative;
  margin-top: 3.2rem;
}
.p-product-ecorica-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-top: 1.6rem;
}
.p-product-ecorica .swiper-button-prev,
.p-product-ecorica .swiper-button-next {
  width: 2rem;
  height: 2rem;
}
.p-product-ecorica .swiper-button-prev::after,
.p-product-ecorica .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2rem;
  margin: auto;
  width: 2rem;
}
.p-product-ecorica .swiper-button-prev::after {
  background-image: url(../img/icon_arrow-gr-l.svg);
}
.p-product-ecorica .swiper-button-next::after {
  background-image: url(../img/icon_arrow-gr-r.svg);
}
.p-product-ecorica-bnr {
  margin-top: 3rem;
  text-align: center;
}
.p-product-ecorica-bnr a {
  display: inline-block;
}
.p-product-ecorica-bnr__img {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}
.p-product-ecorica-bnr__text {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  color: #fff;
}
.p-product-ecorica-bnr__text span {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon_blank-wh.svg);
}
.p-product-plaisir__inner {
  max-width: 1132px;
  padding-top: 6rem;
}
.p-product-plaisir__logo {
  width: 6.6rem;
  margin: 0 auto;
}
.p-product-plaisir__logo img {
  width: 6.5rem;
}
.p-product-plaisir__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3.2rem;
}
.p-product-plaisir__lead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin-top: 3.2rem;
}
.p-product-plaisir__items {
  overflow: hidden;
  position: relative;
  margin-top: 3.2rem;
}
.p-product-plaisir-item__text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1.6rem;
}
.p-product-plaisir .swiper-button-prev,
.p-product-plaisir .swiper-button-next {
  width: 2rem;
  height: 2rem;
}
.p-product-plaisir .swiper-button-prev::after,
.p-product-plaisir .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2rem;
  margin: auto;
  width: 2rem;
}
.p-product-plaisir .swiper-button-prev::after {
  background-image: url(../img/icon_arrow-or-l.svg);
}
.p-product-plaisir .swiper-button-next::after {
  background-image: url(../img/icon_arrow-or-r.svg);
}
.p-product-plaisir-bnr {
  margin-top: 3rem;
  text-align: center;
}
.p-product-plaisir-bnr a {
  display: inline-block;
}
.p-product-plaisir-bnr__img {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}
.p-product-plaisir-bnr__text {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.p-product-plaisir-bnr__text span {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon_blank-or.svg);
}
.p-product-rinoka {
  background-color: #C99D4C;
  margin-top: 7.5rem;
}
.p-product-rinoka__inner {
  max-width: 1132px;
  padding-top: 1.6rem;
  padding-bottom: 6rem;
}
.p-product-rinoka__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8.6rem;
  height: 8.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}
.p-product-rinoka__logo img {
  width: 5.4rem;
}
.p-product-rinoka__lead {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  margin-top: 3.2rem;
}
.p-product-rinoka__items {
  overflow: hidden;
  position: relative;
  margin-top: 3.2rem;
}
.p-product-rinoka-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 1.6rem;
}
.p-product-rinoka-item__text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-top: 1.6rem;
  padding: 0 1rem;
  display: none;
}
.p-product-rinoka .swiper-button-prev,
.p-product-rinoka .swiper-button-next {
  width: 2rem;
  height: 2rem;
}
.p-product-rinoka .swiper-button-prev::after,
.p-product-rinoka .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2rem;
  margin: auto;
  width: 2rem;
}
.p-product-rinoka .swiper-button-prev::after {
  background-image: url(../img/icon_arrow-wh-l.svg);
}
.p-product-rinoka .swiper-button-next::after {
  background-image: url(../img/icon_arrow-wh-r.svg);
}
.p-product-rinoka-bnr {
  margin-top: 3rem;
  text-align: center;
}
.p-product-rinoka-bnr a {
  display: inline-block;
}
.p-product-rinoka-bnr__img {
  width: 100%;
  max-width: 48rem;
  margin: 0 auto;
}
.p-product-rinoka-bnr__text {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  color: #fff;
}
.p-product-rinoka-bnr__text span {
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icon_blank-wh.svg);
}

.p-company {
  margin-bottom: 6.4rem;
}
.p-company-link {
  margin-top: 8rem;
}
.p-company-link__inner {
  max-width: 400px;
}
.p-company-link__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  border-radius: 40px;
  gap: 3rem;
}
.p-company-link__list + .p-company-link__list {
  margin-top: 3.2rem;
}
.p-company-link__item {
  position: relative;
}
.p-company-link__item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: -1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
.p-company-link__item a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}
.p-company-link__item a:lang(en) {
  font-size: 1.2rem;
}
.p-company-link__item a span {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/icon_arrow_dawn-wh.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.2rem;
}
.p-company-message {
  margin-top: 6rem;
}
.p-company-message__heading {
  text-align: left;
}
.p-company-message__contents {
  margin-top: 3.3rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
.p-company-message__img {
  width: 21rem;
  margin: 0 auto;
}
.p-company-message__img img {
  width: 100%;
}
.p-company-message__names {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-message__job {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-company-message__name {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.p-company-message__lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 3rem;
}
.p-company-message__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 2.4rem;
}
.p-company-mission {
  margin-top: 6.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 238, 255, 0.32)), to(#F9F9F9));
  background: linear-gradient(180deg, rgba(214, 238, 255, 0.32) 0%, #F9F9F9 100%);
}
.p-company-mission__inner {
  padding: 6.4rem 0;
}
.p-company-mission__lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3071B8;
  margin-top: 6rem;
}
.p-company-mission-philosophy {
  margin-top: 7rem;
}
.p-company-mission-philosophy__inner {
  max-width: 362px;
}
.p-company-mission-philosophy__contents {
  position: relative;
}
.p-company-mission-philosophy__contents::before {
  content: "";
  width: 31rem;
  height: 31rem;
  background: #D3E0F0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.p-company-mission-philosophy__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.p-company-mission-philosophy__mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -5rem;
  position: relative;
}
.p-company-mission-philosophy__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -5.5rem;
  position: relative;
}
.p-company-mission-philosophy__item {
  width: 13rem;
  height: 13rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}
.p-company-mission-philosophy__item span {
  display: inline-block;
}
.p-company-mission-philosophy__item.large {
  width: 15rem;
  height: 15rem;
  font-size: 2rem;
  font-family: "Rubik", sans-serif;
}
.p-company-mission-philosophy__item.fz-s {
  font-size: 1.3rem;
}
.p-company-profile {
  margin-top: 6.4rem;
}
.p-company-profile__inner {
  max-width: 1032px;
}
.p-company-profile__list {
  border-top: 1px solid #000;
  margin-top: 3.2rem;
}
.p-company-profile__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 0;
  border-bottom: 1px dashed #000;
}
.p-company-profile__title {
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12rem;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
}
.p-company-profile__contents {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.p-company-profile__contents ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-company-profile__contents li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-company-profile__contents span {
  font-weight: 700;
  color: #3071B8;
}
.p-company-history {
  margin-top: 6.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  position: relative;
}
.p-company-history__inner {
  max-width: 1032px;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.p-company-history__heading {
  text-align: left;
}
.p-company-history__list {
  margin-top: 6rem;
}
.p-company-history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.p-company-history__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12rem;
      -ms-flex: 0 0 12rem;
          flex: 0 0 12rem;
  font-family: "Rubik", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #3071B8;
  position: relative;
}
.p-company-history__title::before {
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 16px;
  height: 16px;
  background: -webkit-gradient(linear, left top, right top, from(#4F82C3), color-stop(50%, #215599), to(#263E5D));
  background: linear-gradient(90deg, #4F82C3 0%, #215599 50%, #263E5D 100%);
  border-radius: 50%;
  z-index: 1;
}
.p-company-history__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.p-company-history__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-top: 1.5rem;
  padding-left: 1rem;
  padding-bottom: 3rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-company-history__bg {
  position: absolute;
  top: 24rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.p-company-access {
  margin-top: 6.4rem;
}
.p-company-access__item + .p-company-access__item {
  margin-top: 6.4rem;
}
.p-company-access__title {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#4F82C3), color-stop(50%, #215599), to(#263E5D));
  background: linear-gradient(90deg, #4F82C3 0%, #215599 50%, #263E5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-company-access__text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 2.6rem;
}
.p-company-access__text + .p-company-access__text {
  margin-top: 1em;
}
.p-company-access__map {
  margin-top: 3rem;
  width: 100%;
  position: relative;
}
.p-company-access__map::before {
  content: "";
  display: block;
  padding-top: 47.07%;
}
.p-company-access__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-company-access__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  max-width: 1550px;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.p-company-access__images li {
  width: calc(33.33% - 0.6666666667rem);
}
.p-company-access__images li img {
  width: 100%;
}
.p-company-access__logo {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.p-company-access__logo img {
  width: 100%;
}
.p-company-access__logo--ph {
  width: 15rem;
}
.p-company-access__movie {
  position: relative;
}
.p-company-access__movie-wrap {
  margin-top: 3.4rem;
  max-width: 1032px;
}
.p-company-access__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-company-access__movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-news {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
}
.p-news__heading {
  margin-top: 8rem;
}
.p-news-contents {
  margin-top: 6.4rem;
}
.p-news-contents__inner {
  max-width: 1032px;
  padding-bottom: 6.4rem;
}

.p-recruit-intro {
  margin-top: 8rem;
}
.p-recruit-intro__heading {
  text-align: left;
}
.p-recruit-intro__contents {
  margin-top: 3rem;
}
.p-recruit-intro__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
}
.p-recruit-intro__item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 1.6rem;
}
.p-recruit-intro__item:nth-child(2) .p-recruit-intro__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44.44%;
      -ms-flex: 0 0 44.44%;
          flex: 0 0 44.44%;
}
.p-recruit-intro__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #4F82C3;
}
.p-recruit-intro__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52.7%;
      -ms-flex: 0 0 52.7%;
          flex: 0 0 52.7%;
}
.p-recruit-concept {
  margin-top: 6.3rem;
}
.p-recruit-concept__slide {
  position: relative;
  overflow: hidden;
}
.p-recruit-concept__item {
  position: relative;
}
.p-recruit-concept__img {
  position: relative;
  width: 100%;
}
.p-recruit-concept__img::before {
  content: "";
  display: block;
  padding-top: 40.7%;
}
.p-recruit-concept__img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(217, 217, 217, 0.5);
}
.p-recruit-concept__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-concept__img.top img {
  -o-object-position: top;
     object-position: top;
}
.p-recruit-concept__text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  padding: 0 2rem;
  width: 100%;
  max-width: 1232px;
  z-index: 1;
}
.p-recruit-concept .swiper-button-prev,
.p-recruit-concept .swiper-button-next {
  width: 2.4rem;
  height: 2.4rem;
  bottom: 1.7rem;
  top: auto;
}
.p-recruit-concept .swiper-button-prev {
  left: 1.7rem;
}
.p-recruit-concept .swiper-button-next {
  right: 1.7rem;
}
.p-recruit-concept .swiper-button-prev::after,
.p-recruit-concept .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2.4rem;
  margin: auto;
  width: 2.4rem;
}
.p-recruit-concept .swiper-button-prev::after {
  background-image: url(../img/icon_arrow-wh-l.svg);
}
.p-recruit-concept .swiper-button-next::after {
  background-image: url(../img/icon_arrow-wh-r.svg);
}
.p-recruit-talent {
  margin-top: 9rem;
}
.p-recruit-talent__heading {
  text-align: left;
}
.p-recruit-talent__list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.p-recruit-talent-item__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-recruit-talent-item__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14rem;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
}
.p-recruit-talent-item__img img {
  width: 100%;
}
.p-recruit-talent-item__texts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.p-recruit-talent-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#4F82C3), color-stop(50%, #215599), to(#263E5D));
  background: linear-gradient(90deg, #4F82C3 0%, #215599 50%, #263E5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-recruit-talent-item__text {
  font-size: 1.4rem;
  line-height: 1.42;
  margin-top: 3.2rem;
}
.p-recruit-data {
  margin-top: 6.4rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
}
.p-recruit-data__inner {
  padding-top: 5.8rem;
  padding-bottom: 6.4rem;
}
.p-recruit-data__list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.6rem 1rem;
}
.p-recruit-data-item {
  width: calc(33.33% - 0.6666666667rem);
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  position: relative;
  padding: 1rem 0rem;
}
.p-recruit-data-item__title {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.p-recruit-data-item__title span {
  text-decoration: underline;
}
.p-recruit-data-item__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.p-recruit-data-item__img img {
  width: 100%;
}
.p-recruit-data-item__text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
}
.p-recruit-data-item__text .large {
  font-size: 2rem;
}
.p-recruit-data-item__text .small {
  font-size: 1.2rem;
}
.p-recruit-data-item__desc {
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 0.1rem;
}
.p-recruit-data-item__desc.small {
  font-size: 0.6rem;
}
.p-recruit-data-item:nth-child(1) .p-recruit-data-item__img {
  max-width: 2.8rem;
  margin-top: 0.7rem;
}
.p-recruit-data-item:nth-child(1) .p-recruit-data-item__text {
  margin-top: 0;
}
.p-recruit-data-item:nth-child(2) .p-recruit-data-item__img {
  max-width: 5.9rem;
  margin-top: 0.9rem;
}
.p-recruit-data-item:nth-child(2) .p-recruit-data-item__text {
  margin-top: 0.7rem;
}
.p-recruit-data-item:nth-child(3) .p-recruit-data-item__img {
  max-width: 3.3rem;
  margin-top: 0.9rem;
}
.p-recruit-data-item:nth-child(3) .p-recruit-data-item__text {
  margin-top: 0.9rem;
}
.p-recruit-data-item:nth-child(4) .p-recruit-data-item__img {
  max-width: 2.8rem;
  margin-top: 0.9rem;
}
.p-recruit-data-item:nth-child(4) .p-recruit-data-item__text {
  margin-top: 0.3rem;
}
.p-recruit-data-item:nth-child(5) .p-recruit-data-item__img {
  max-width: 3.7rem;
  margin-top: 0.9rem;
}
.p-recruit-data-item:nth-child(5) .p-recruit-data-item__text {
  margin-top: 0.3rem;
}
.p-recruit-data-item:nth-child(5) .p-recruit-data-item__desc {
  margin-top: 1rem;
}
.p-recruit-data-item:nth-child(6) .p-recruit-data-item__img {
  max-width: 5.7rem;
  margin-top: 1.2rem;
}
.p-recruit-data-item:nth-child(6) .p-recruit-data-item__text {
  margin-top: 1.3rem;
}
.p-recruit-data-item:nth-child(7) .p-recruit-data-item__img {
  max-width: 1.7rem;
  margin-top: 1.4rem;
}
.p-recruit-data-item:nth-child(7) .p-recruit-data-item__text {
  margin-top: 0.6rem;
}
.p-recruit-data-item:nth-child(8) .p-recruit-data-item__img {
  max-width: 3.2rem;
  margin-top: 1.4rem;
}
.p-recruit-data-item:nth-child(8) .p-recruit-data-item__text {
  margin-top: 1.1rem;
}
.p-recruit-data-item:nth-child(9) .p-recruit-data-item__img {
  max-width: 4.2rem;
  margin-top: 1.4rem;
}
.p-recruit-data-item:nth-child(9) .p-recruit-data-item__text {
  margin-top: 1.1rem;
}
.p-recruit-interview {
  margin-top: 6.4rem;
}
.p-recruit-interview__heading {
  text-align: left;
}
.p-recruit-interview__list {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.4rem;
}
.p-recruit-interview-item__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-recruit-interview-item__img {
  width: 100%;
  position: relative;
}
.p-recruit-interview-item__img::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.p-recruit-interview-item__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit-interview-item__title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #3071B8;
}
.p-recruit-interview-item__belong {
  margin-top: 2rem;
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.p-recruit-interview-item__belong::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3071B8;
}
.p-recruit-interview-item__belong span {
  font-weight: 700;
  color: #3071B8;
}
.p-recruit-interview-item__year {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.p-recruit-interview-item__year span {
  font-weight: 700;
  color: #3071B8;
}
.p-recruit-interview-item__lead {
  font-size: 1.8rem;
  font-weight: 700;
  color: #3071B8;
  margin-top: 1.5rem;
}
.p-recruit-interview-item__text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.p-recruit-interview-item__more {
  margin-top: 3.2rem;
}
.p-recruit-activity {
  margin-top: 6.4rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.p-recruit-activity__inner {
  padding-top: 4.8rem;
  padding-bottom: 6.4rem;
}
.p-recruit-activity__heading {
  text-align: center;
}
.p-recruit-activity__heading .c-sec-heading__en {
  color: #fff;
  background: none;
  -webkit-text-fill-color: unset;
}
.p-recruit-activity__heading .c-sec-heading__ja {
  color: #fff;
  background: none;
  -webkit-text-fill-color: unset;
}
.p-recruit-activity__contents {
  position: relative;
  overflow: hidden;
}
.p-recruit-activity__contents-wrap {
  position: relative;
  margin-top: 6.7rem;
}
.p-recruit-activity__list {
  gap: 0;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.p-recruit-activity__item {
  width: auto;
}
.p-recruit-activity__item .l-news__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.p-recruit-activity .swiper-button-prev,
.p-recruit-activity .swiper-button-next {
  width: 2rem;
  height: 2rem;
  top: 20%;
}
.p-recruit-activity .swiper-button-prev {
  left: -10px;
}
.p-recruit-activity .swiper-button-next {
  right: -10px;
}
.p-recruit-activity .swiper-button-prev::after,
.p-recruit-activity .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 2rem;
  margin: auto;
  width: 2rem;
}
.p-recruit-activity .swiper-button-prev::after {
  background-image: url(../img/icon_arrow-wh-l.svg);
}
.p-recruit-activity .swiper-button-next::after {
  background-image: url(../img/icon_arrow-wh-r.svg);
}
.p-recruit-activity__more {
  margin-top: 6.4rem;
}
.p-recruit-entry {
  background-image: url(../img/recruit/bg_entry-pc.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-recruit-entry a {
  display: block;
  position: relative;
}
.p-recruit-entry__inner {
  padding: 6.8rem 2rem 11.5rem;
}
.p-recruit-entry__img {
  width: 100%;
}
.p-recruit-entry__img img {
  width: 100%;
}
.p-recruit-entry__contents {
  text-align: right;
}
.p-recruit-entry__texts {
  display: inline-block;
  text-align: left;
}
.p-recruit-entry__title {
  font-family: "Rubik", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-recruit-entry__text {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 0.8rem;
}

.p-privacy__wrap {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.p-privacy__contents {
  margin-top: 6.4rem;
}
.p-privacy__contents *:first-child {
  margin-top: 0;
}
.p-privacy__contents p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1em;
}
.p-privacy__contents h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33;
  color: #3071B8;
  margin-top: 1em;
}
.p-privacy__contents h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: #3071B8;
  margin-top: 1em;
}
.p-privacy__list {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 1em;
  padding-left: 1.5em;
}
.p-privacy__list > li {
  list-style: decimal;
}
.p-privacy__list > li:not(:first-child) {
  margin-top: 1em;
}

.p-contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  padding-bottom: 6.7rem;
}
.p-contact__wrap {
  margin-top: 8rem;
}
.p-contact-step {
  margin-top: 7rem;
}
.p-contact-step__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 364px;
  margin: 0 auto;
  position: relative;
}
.p-contact-step__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-step__item:nth-child(1) .p-contact-step__circle::before {
  content: "";
  width: 3.8rem;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact-step__item:nth-child(2) .p-contact-step__circle::before {
  content: "";
  width: 3.8rem;
  height: 1px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-contact-step__circle {
  font-size: 1.6rem;
  color: #fff;
  width: 9.6rem;
  height: 9.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.p-contact-step__circle:lang(en) {
  font-size: 1.2rem;
}
.p-contact-step__circle.input {
  background: -webkit-gradient(linear, left bottom, left top, from(#4F82C3), to(#85ABDC));
  background: linear-gradient(0deg, #4F82C3 0%, #85ABDC 100%);
}
.p-contact-step__circle.disable {
  background: #D9D9D9;
}
.p-contact-step__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin-top: 0.8rem;
}
.p-contact-step__text.disable {
  opacity: 0.5;
}
.p-contact-contents {
  margin-top: 6.4rem;
}
.p-contact-contents__inner {
  max-width: 782px;
}
.p-contact-thanks__title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#4F82C3), color-stop(50%, #215599), to(#263E5D));
  background: linear-gradient(90deg, #4F82C3 0%, #215599 50%, #263E5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-contact-thanks__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 7.2rem;
}
.p-contact-thanks__prev {
  margin-top: 3.2rem;
  text-align: center;
}
.p-contact-thanks__prev a {
  font-size: 1.6rem;
  text-decoration: underline;
}

.p-sc__wrap {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.p-sc__contents {
  margin-top: 6.4rem;
}
.p-sc__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.6rem;
}
.p-sc__item {
  padding-bottom: 2.4rem;
  border-bottom: 1px dashed #000;
}
.p-sc__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3071B8;
}
.p-sc__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-404 {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
  background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  padding-bottom: 6.7rem;
}
.p-404-contents {
  margin-top: 8rem;
}
.p-404__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.p-404__prev {
  margin-top: 3.2rem;
  text-align: center;
}
.p-404__prev a {
  font-size: 1.6rem;
  text-decoration: underline;
}
.p-404-thanks__title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#4F82C3), color-stop(50%, #215599), to(#263E5D));
  background: linear-gradient(90deg, #4F82C3 0%, #215599 50%, #263E5D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-404-thanks__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 7.2rem;
}
.p-404-thanks__prev {
  margin-top: 3.2rem;
  text-align: center;
}
.p-404-thanks__prev a {
  font-size: 1.6rem;
  text-decoration: underline;
}

/* ================================================================================
各ページごとのスタイル
================================================================================ */
/* ================================================================================
soune-wp-template
================================================================================ */
@media screen and (max-width : 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width : 768px) {
  .u-sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-btn-more__icon {
    width: 10rem;
  }
  .c-sec-heading__en {
    font-size: 6.4rem;
  }
  .c-sec-heading__ja {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .c-sec-heading--gr .c-sec-heading__en {
    font-size: 6.4rem;
  }
  .c-sec-heading--gr .c-sec-heading__ja {
    font-size: 2rem;
    margin-top: 3.4rem;
  }
  .c-sec-heading--wh .c-sec-heading__en {
    font-size: 6.4rem;
  }
  .c-sec-heading--wh .c-sec-heading__ja {
    font-size: 2rem;
    margin-top: 3.4rem;
  }
  .c-breadcrumb {
    margin-top: 2.5rem;
  }
  .c-breadcrumb--home {
    margin-top: 0;
  }
  .c-breadcrumb span,
.c-breadcrumb a {
    font-size: 1.4rem;
  }
  .l-header__inner {
    padding-right: 4.0625vw;
  }
  .l-header__titles {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.6875vw;
  }
  .l-header__logo {
    width: 6.875vw;
    height: 6.25vw;
  }
  .l-header__logo::before {
    width: 6.25vw;
    height: 6.25vw;
    left: 3.9583333333vw;
  }
  .l-header__logo img {
    width: 3.8541666667vw;
    margin-left: 3.0208333333vw;
  }
  .l-header__text {
    font-size: 1rem;
    padding-bottom: 0;
  }
  .l-header__line {
    margin-top: 0;
  }
  .l-footer-bottom__inner {
    padding: 6.4rem 0 2.4rem;
  }
  .l-footer-contact__list {
    gap: 6.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer-contact__item {
    width: auto;
    gap: 1.3rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-contact__item a {
    width: auto;
    gap: 1.3rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer-contact__img.tel {
    width: 5.6rem;
  }
  .l-footer-contact__img.fax {
    width: 6rem;
  }
  .l-footer-contact__img.mail {
    width: 6.6rem;
  }
  .l-footer-contact__kind {
    font-size: 1.6rem;
    margin-top: 1.4rem;
    text-align: center;
  }
  .l-footer-contact__text {
    font-size: 2.4rem;
  }
  .l-footer-contact__text.mail {
    font-size: 2.4rem;
  }
  .l-footer-contact__desc {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
  .l-footer__copy {
    font-size: 1.6rem;
    margin-top: 7.8rem;
  }
  .l-page-head__texts {
    padding: 3rem 1rem 3rem 12.5vw;
    width: 100%;
    max-width: 70%;
  }
  .l-page-head__title {
    max-width: 54rem;
  }
  .l-page-head__title--info {
    max-width: 66.5rem;
  }
  .l-page-head__title--sc {
    max-width: 60rem;
  }
  .l-page-head__ja {
    font-size: 2.4rem;
  }
  .l-page-head__en {
    font-size: 2rem;
    margin-left: 1rem;
  }
  .l-news__list {
    gap: 6.4rem 2.2rem;
  }
  .l-news__item {
    width: calc(33.33% - 1.4666666667rem);
  }
  .l-news__item a {
    gap: 3.2rem;
  }
  .l-pagination {
    margin-top: 12rem;
  }
  .l-single {
    padding-bottom: 35rem;
  }
  .l-single-contents {
    margin-top: 21rem;
  }
  .l-single-contents__title {
    font-size: 3.6rem;
  }
  .l-single-contents__meta {
    margin-top: 6.4rem;
  }
  .l-single-contents__body {
    margin-top: 6.4rem;
  }
  .l-single-contents__body h2 {
    font-size: 3.2rem;
    padding: 2.5rem 0 4.2rem 11.2rem;
  }
  .l-single-contents__body h2::before {
    width: 8.8rem;
    height: 8.8rem;
  }
  .l-single-contents__body h3 {
    font-size: 2.4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 12.4rem;
  }
  .l-single-contents__body h3::before {
    width: 8.8rem;
    height: 8.8rem;
  }
  .l-single-contents__body h4,
.l-single-contents__body h5,
.l-single-contents__body h6 {
    font-size: 2.4rem;
  }
  .l-single-contents__body p {
    font-size: 1.6rem;
  }
  .l-single-contents__body .wp-element-caption {
    font-size: 1.6rem;
  }
  .l-single-contents__body ul {
    font-size: 1.6rem;
  }
  .l-single-contents__body ol {
    font-size: 1.6rem;
  }
  .l-single-nav {
    margin-top: 25rem;
  }
  .l-single-nav__prev {
    font-size: 2.4rem;
  }
  .l-single-nav__next {
    font-size: 2.4rem;
  }
  .l-single-nav__archive a {
    font-size: 2.4rem;
    max-width: 35rem;
    padding: 3rem 0;
  }
  .l-form__item textarea {
    min-height: 36.6rem;
  }
  .p-home-mv__mov::before {
    padding-top: 49.58%;
  }
  .p-home-mv__text {
    font-size: 3.3333333333vw;
  }
  .p-home-mv__text-wrap {
    top: 27.2%;
    left: 21.4%;
  }
  .p-home-about__inner {
    padding-top: 2.5rem;
  }
  .p-home-about__heading {
    margin-top: 8.5rem;
  }
  .p-home-about__lead {
    font-size: 3.6rem;
    margin-top: 5rem;
  }
  .p-home-about__text {
    font-size: 1.6rem;
    margin-top: 5.4rem;
  }
  .p-home-about__more {
    margin-top: 0;
  }
  .p-home-about-slide {
    margin-top: 7rem;
  }
  .p-home-about-slide__item {
    width: 40rem;
  }
  .p-home-sustainable {
    background-image: url(../img/top/bg_sustainable-pc.png);
    margin-top: 20rem;
  }
  .p-home-sustainable__lead {
    font-size: 2.4rem;
    line-height: 2.25;
    margin-top: 5rem;
  }
  .p-home-sustainable__text {
    font-size: 1.6rem;
    margin-top: 5.4rem;
    line-height: 1.5;
    max-width: 75.4rem;
  }
  .p-home-sustainable__more {
    margin-top: 5rem;
  }
  .p-home-service__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.25vw;
  }
  .p-home-service__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .p-home-service__lead {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
  .p-home-service-slide-item__meta {
    margin-top: 2.7rem;
    gap: 3rem;
  }
  .p-home-service-slide-item__title {
    font-size: 2rem;
  }
  .p-home-service-slide-item__sub {
    font-size: 1.4rem;
  }
  .p-home-service__text {
    font-size: 1.6rem;
    margin-top: 6.4rem;
    line-height: 1.5;
  }
  .p-home-service__more {
    margin-top: 6.4rem;
  }
  .p-home-service__right {
    width: 37%;
    max-width: 41.2rem;
    margin-top: 9rem;
  }
  .p-home-info {
    margin-top: 19rem;
  }
  .p-home-info__heading {
    text-align: left;
    display: inline-block;
  }
  .p-home-info__heading-wrap {
    text-align: center;
  }
  .p-home-info__list {
    margin-top: 6.4rem;
    gap: 2.1rem;
  }
  .p-home-info__item {
    border-radius: 20px;
  }
  .p-home-info__item a {
    border-radius: 20px;
    padding: 3.8rem 11rem 3.8rem 6rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  .p-home-info__item a:after {
    content: "";
    width: 4.3rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    right: 6rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/icon_info-arrow.svg);
    background-position: center;
    background-size: cover;
  }
  .p-home-info__meta {
    gap: 3.5rem;
    min-width: 19rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .p-home-info__date {
    font-size: 1.6rem;
  }
  .p-home-info__cat {
    font-size: 1.6rem;
  }
  .p-home-info__text {
    font-size: 1.6rem;
    margin-top: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .p-home-recruit__inner {
    padding-top: 29rem;
    padding-bottom: 26rem;
  }
  .p-home-recruit__heading {
    text-align: left;
    display: inline-block;
  }
  .p-home-recruit__heading-wrap {
    text-align: center;
  }
  .p-home-recruit__lead {
    font-size: 2.4rem;
    margin-top: 6rem;
    line-height: 2.25;
    white-space: nowrap;
  }
  .p-home-recruit__text {
    font-size: 1.6rem;
    margin-top: 6.4rem;
  }
  .p-home-recruit-slide__item {
    width: 40rem;
  }
  .p-home-recruit__more {
    margin-top: 10rem;
  }
  .p-home-recruit__bg {
    top: 25%;
    width: 56vw;
  }
  .p-home .p-home-banners {
    margin-top: 20rem;
  }
  .p-home .p-home-banners__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.6rem;
  }
  .p-home .p-home-banners__item {
    width: calc(50% - 1.8rem);
  }
  .p-business-swiss__title {
    font-size: 2.4rem;
    margin-top: 2.5rem;
  }
  .p-business-swiss__text {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 2rem;
  }
  .p-company {
    margin-bottom: 31rem;
  }
  .p-company-link__inner {
    max-width: 1032px;
  }
  .p-company-message {
    margin-top: 13rem;
  }
  .p-company-message__inner {
    max-width: 1032px;
  }
  .p-company-message__contents {
    margin-top: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6rem;
    max-width: none;
  }
  .p-company-message__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
        -ms-flex: 0 0 41%;
            flex: 0 0 41%;
  }
  .p-company-message__img {
    width: 100%;
    margin: 0;
  }
  .p-company-message__names {
    margin-top: 7rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 5rem;
  }
  .p-company-message__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .p-company-message__lead {
    font-size: 2.4rem;
    line-height: 2.25;
    margin-top: 0;
  }
  .p-company-message__text {
    font-size: 1.6rem;
    line-height: 2.6;
    margin-top: 3.2rem;
  }
  .p-company-mission {
    margin-top: 13rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E0F0));
    background: linear-gradient(180deg, #FFFFFF 0%, #D3E0F0 100%);
  }
  .p-company-mission__inner {
    padding: 13rem 0;
  }
  .p-company-mission__lead {
    font-size: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 8rem;
  }
  .p-company-mission-philosophy {
    margin-top: 13rem;
  }
  .p-company-mission-philosophy__inner {
    max-width: 902px;
  }
  .p-company-mission-philosophy__contents::before {
    width: 66.8rem;
    height: 66.8rem;
  }
  .p-company-mission-philosophy__mid {
    margin-top: -7.6rem;
  }
  .p-company-mission-philosophy__bottom {
    margin-top: -6rem;
  }
  .p-company-mission-philosophy__item {
    width: 30rem;
    height: 30rem;
    font-size: 2.4rem;
    line-height: 1.33;
  }
  .p-company-mission-philosophy__item.large {
    width: 35rem;
    height: 35rem;
    font-size: 4rem;
  }
  .p-company-mission-philosophy__item.fz-s {
    font-size: 2.4rem;
  }
  .p-company-profile {
    margin-top: 13rem;
  }
  .p-company-profile__heading {
    text-align: left;
  }
  .p-company-profile__list {
    margin-top: 6rem;
  }
  .p-company-profile__item {
    padding: 3rem 0;
  }
  .p-company-profile__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16rem;
        -ms-flex: 0 0 16rem;
            flex: 0 0 16rem;
  }
  .p-company-profile__contents ul {
    gap: 2.5rem;
  }
  .p-company-history {
    margin-top: 13rem;
  }
  .p-company-history__inner {
    padding-top: 11rem;
    padding-bottom: 13rem;
  }
  .p-company-history__list {
    margin-top: 6.4rem;
  }
  .p-company-history__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20rem;
        -ms-flex: 0 0 20rem;
            flex: 0 0 20rem;
    font-size: 2.4rem;
  }
  .p-company-history__title::before {
    top: 6px;
  }
  .p-company-history__title::after {
    top: 6px;
  }
  .p-company-history__text {
    font-size: 1.6rem;
    padding-top: 1.6rem;
    padding-left: 4rem;
    padding-bottom: 4rem;
  }
  .p-company-history__bg {
    top: 11.4rem;
    max-width: 130rem;
  }
  .p-company-access {
    margin-top: 27rem;
  }
  .p-company-access__item + .p-company-access__item {
    margin-top: 25rem;
  }
  .p-company-access__title {
    font-size: 3.6rem;
  }
  .p-company-access__text {
    font-size: 1.6rem;
    margin-top: 2.3rem;
  }
  .p-company-access__map {
    margin-top: 6.2rem;
  }
  .p-company-access__map::before {
    padding-top: 32.91%;
  }
  .p-company-access__images {
    margin-top: 3.2rem;
  }
  .p-company-access__logo {
    margin-top: 4rem;
  }
  .p-company-access__logo--ph {
    width: 34rem;
  }
  .p-company-access__movie-wrap {
    margin-top: 6rem;
  }
  .p-news__heading {
    margin-top: 21rem;
  }
  .p-news-contents {
    margin-top: 16.8rem;
  }
  .p-news-contents__inner {
    padding-bottom: 38rem;
  }
  .p-recruit-intro__inner {
    max-width: 1032px;
  }
  .p-recruit-intro__contents {
    margin-top: 6rem;
  }
  .p-recruit-intro__item {
    gap: 7rem;
  }
  .p-recruit-intro__item:nth-child(1) .p-recruit-intro__text {
    max-width: 34rem;
  }
  .p-recruit-intro__item:nth-child(2) {
    margin-top: 6.4rem;
  }
  .p-recruit-intro__item:nth-child(2) .p-recruit-intro__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.9%;
        -ms-flex: 0 0 46.9%;
            flex: 0 0 46.9%;
  }
  .p-recruit-intro__text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    font-size: 4rem;
    line-height: 1.85;
    letter-spacing: 0.3em;
  }
  .p-recruit-intro__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46.9%;
        -ms-flex: 0 0 46.9%;
            flex: 0 0 46.9%;
  }
  .p-recruit-concept {
    margin-top: 12.8rem;
  }
  .p-recruit-concept__img::before {
    padding-top: 33.33%;
  }
  .p-recruit-concept__text {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4rem;
    line-height: 1.8;
    padding: 0 1rem;
  }
  .p-recruit-concept .swiper-button-prev,
.p-recruit-concept .swiper-button-next {
    width: 4.8rem;
    height: 4.8rem;
    bottom: 3.3rem;
  }
  .p-recruit-concept .swiper-button-prev {
    left: 7.7rem;
  }
  .p-recruit-concept .swiper-button-next {
    right: 7.7rem;
  }
  .p-recruit-concept .swiper-button-prev::after,
.p-recruit-concept .swiper-button-next::after {
    width: 4.8rem;
    height: 4.8rem;
  }
  .p-recruit-talent {
    margin-top: 13rem;
  }
  .p-recruit-talent__list {
    margin-top: 6rem;
    gap: 6.4rem;
  }
  .p-recruit-talent-item__contents {
    gap: 7.4rem;
  }
  .p-recruit-talent-item__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 28.5rem;
        -ms-flex: 0 0 28.5rem;
            flex: 0 0 28.5rem;
  }
  .p-recruit-talent-item__title {
    font-size: 2.4rem;
  }
  .p-recruit-talent-item__text {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-recruit-data {
    margin-top: 12.8rem;
  }
  .p-recruit-data__inner {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }
  .p-recruit-data__list {
    margin-top: 6.8rem;
    gap: 1.6rem 2rem;
  }
  .p-recruit-data-item {
    width: calc(33.33% - 1.3333333333rem);
    padding: 1.5rem 0;
  }
  .p-recruit-data-item__title {
    font-size: 2.4rem;
  }
  .p-recruit-data-item__text {
    font-size: 4rem;
    line-height: 1.2;
  }
  .p-recruit-data-item__text .large {
    font-size: 4.8rem;
  }
  .p-recruit-data-item__text .small {
    font-size: 3.2rem;
  }
  .p-recruit-data-item__desc {
    font-size: 1.6rem;
    margin-top: 0.4rem;
  }
  .p-recruit-data-item__desc.small {
    font-size: 1.4rem;
  }
  .p-recruit-data-item__desc.small span {
    font-size: 1.2rem;
  }
  .p-recruit-data-item:nth-child(1) .p-recruit-data-item__img {
    max-width: 7.8rem;
    margin-top: 1.8rem;
  }
  .p-recruit-data-item:nth-child(1) .p-recruit-data-item__text {
    margin-top: 1.8rem;
  }
  .p-recruit-data-item:nth-child(2) .p-recruit-data-item__img {
    max-width: 16rem;
    margin-top: 2.4rem;
  }
  .p-recruit-data-item:nth-child(2) .p-recruit-data-item__text {
    margin-top: 1.9rem;
  }
  .p-recruit-data-item:nth-child(3) .p-recruit-data-item__img {
    max-width: 9.4rem;
    margin-top: 3.3rem;
  }
  .p-recruit-data-item:nth-child(3) .p-recruit-data-item__text {
    margin-top: 2.1rem;
  }
  .p-recruit-data-item:nth-child(4) .p-recruit-data-item__img {
    max-width: 8.8rem;
    margin-top: 3.3rem;
  }
  .p-recruit-data-item:nth-child(4) .p-recruit-data-item__text {
    margin-top: 1.8rem;
  }
  .p-recruit-data-item:nth-child(5) .p-recruit-data-item__img {
    max-width: 11.2rem;
    margin-top: 3.6rem;
  }
  .p-recruit-data-item:nth-child(5) .p-recruit-data-item__text {
    margin-top: 3.2rem;
  }
  .p-recruit-data-item:nth-child(5) .p-recruit-data-item__desc {
    margin-top: 0.4rem;
  }
  .p-recruit-data-item:nth-child(6) .p-recruit-data-item__img {
    max-width: 12.2rem;
    margin-top: 3.9rem;
  }
  .p-recruit-data-item:nth-child(6) .p-recruit-data-item__text {
    margin-top: 4.3rem;
  }
  .p-recruit-data-item:nth-child(7) .p-recruit-data-item__img {
    max-width: 5rem;
    margin-top: 1.9rem;
  }
  .p-recruit-data-item:nth-child(7) .p-recruit-data-item__text {
    margin-top: 3.3rem;
  }
  .p-recruit-data-item:nth-child(8) .p-recruit-data-item__img {
    max-width: 8.4rem;
    margin-top: 2.6rem;
  }
  .p-recruit-data-item:nth-child(8) .p-recruit-data-item__text {
    margin-top: 5.5rem;
  }
  .p-recruit-data-item:nth-child(9) .p-recruit-data-item__img {
    max-width: 10.3rem;
    margin-top: 3.6rem;
  }
  .p-recruit-data-item:nth-child(9) .p-recruit-data-item__text {
    margin-top: 4.8rem;
  }
  .p-recruit-interview {
    margin-top: 12.8rem;
  }
  .p-recruit-interview__list {
    margin-top: 6.4rem;
  }
  .p-recruit-interview-item__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
  }
  .p-recruit-interview-item__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .p-recruit-interview-item__texts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding-top: 1.4rem;
  }
  .p-recruit-interview-item__title {
    font-size: 2.4rem;
  }
  .p-recruit-interview-item__belong {
    margin-top: 3.2rem;
  }
  .p-recruit-interview-item__lead {
    font-size: 2rem;
    margin-top: 3rem;
  }
  .p-recruit-interview-item__text {
    margin-top: 2.3rem;
  }
  .p-recruit-activity {
    margin-top: 12.8rem;
  }
  .p-recruit-activity__inner {
    padding-top: 13rem;
    padding-bottom: 12.8rem;
  }
  .p-recruit-activity__list {
    gap: 6.4rem 2.2rem;
  }
  .p-recruit-activity__item {
    width: calc(33.33% - 1.4666666667rem);
  }
  .p-recruit-activity .swiper-button-prev,
.p-recruit-activity .swiper-button-next {
    display: none;
  }
  .p-recruit-entry__inner {
    padding: 18.5rem 14vw 11.6rem;
  }
  .p-recruit-entry__title {
    font-size: 9.6rem;
  }
  .p-recruit-entry__text {
    font-size: 3.6rem;
    margin-top: 1.5rem;
  }
  .p-privacy__wrap {
    margin-top: 12.4rem;
    margin-bottom: 26rem;
  }
  .p-privacy__contents {
    margin-top: 12.8rem;
  }
  .p-contact {
    padding-bottom: 14rem;
  }
  .p-contact__wrap {
    margin-top: 21.4rem;
  }
  .p-contact-step__list {
    max-width: 780px;
  }
  .p-contact-step__item:nth-child(1) .p-contact-step__circle::before {
    width: 18.2rem;
  }
  .p-contact-step__item:nth-child(1) .p-contact-step__circle:lang(en)::before {
    width: 23rem;
  }
  .p-contact-step__item:nth-child(2) .p-contact-step__circle::before {
    width: 20.4rem;
  }
  .p-contact-step__item:nth-child(2) .p-contact-step__circle:lang(en)::before {
    width: 24rem;
  }
  .p-contact-step__text {
    font-size: 1.4rem;
    margin-top: 1.9rem;
  }
  .p-contact-step__text:lang(en) {
    font-size: 1.2rem;
  }
  .p-contact-contents {
    margin-top: 13rem;
  }
  .p-sc__wrap {
    margin-top: 12.4rem;
    margin-bottom: 26rem;
  }
  .p-sc__contents {
    margin-top: 12.8rem;
  }
  .p-sc__list {
    gap: 4.4rem;
  }
  .p-sc__item {
    padding-bottom: 4.4rem;
  }
  .p-sc__title {
    font-size: 2.4rem;
  }
  .p-sc__text {
    font-size: 2rem;
    line-height: 1.9;
  }
  .p-404 {
    padding-bottom: 14rem;
  }
  .p-404-contents {
    margin-top: 15rem;
  }
}
@media screen and (min-width : 1920px) {
  .u-mid {
    display: none !important;
  }
  .l-header__inner {
    padding-right: 7.8rem;
  }
  .l-header__titles {
    gap: 11rem;
  }
  .l-header__logo {
    width: 13.2rem;
    height: 12rem;
  }
  .l-header__logo::before {
    width: 12rem;
    height: 12rem;
    left: 7.6rem;
  }
  .l-header__logo img {
    width: 7.4rem;
    margin-left: 5.8rem;
  }
  .l-header__text {
    font-size: 1.4rem;
  }
  .l-header__nav {
    margin-right: 5.5rem;
  }
  .l-header__list li {
    padding: 0 4.5rem;
  }
  .l-header__list a {
    font-size: 1.6rem;
  }
  .l-header__recruit {
    margin-right: 5.5rem;
  }
  .l-header__recruit a {
    width: 24rem;
    padding: 1.2rem 0;
    font-size: 1.6rem;
  }
  .l-header__recruit a span::after {
    width: 2.4rem;
    height: 2.4rem;
  }
  .l-header__lang .gtranslate_wrapper a {
    font-size: 1.6rem;
  }
  .l-header__lang .gtranslate_wrapper a:first-child::after {
    font-size: 1.6rem;
  }
  .l-page-head__texts {
    padding: 3rem 1rem 3rem 24rem;
    max-width: 50%;
  }
}
@media screen and (max-width : 1279px) {
  .u-lt-m {
    display: none !important;
  }
  .p-product-plaisir__inner {
    padding-top: 12.8rem;
  }
}
@media screen and (min-width : 1280px) {
  .u-lt-l {
    display: none !important;
  }
  .l-footer-top__inner {
    padding: 4.6rem 0 3.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-footer-iso {
    margin-right: 4rem;
  }
  .l-footer-iso__privacy {
    width: 9.2rem;
    margin-right: 2rem;
  }
  .l-footer-iso__bsi {
    width: 23rem;
    margin-right: 2rem;
  }
  .l-footer-iso__text {
    font-size: 1.4rem;
  }
  .l-footer-deal {
    margin-top: 0;
    text-align: left;
    display: inline-block;
    margin-right: 4rem;
  }
  .l-footer-erumin {
    margin-top: 0;
    margin-left: 0;
    margin-right: 4rem;
  }
  .l-footer-info {
    margin-top: 0;
    text-align: left;
  }
  .l-footer-info__name {
    font-size: 2rem;
  }
  .l-footer-info__address {
    font-size: 1.6rem;
    margin-top: 0.6rem;
  }
  .l-footer-mid__inner {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5rem;
  }
  .l-footer-mid__top {
    gap: 5rem;
  }
  .l-footer-mid__bottom {
    margin-top: 0;
    gap: 5rem;
  }
  .l-footer-mid__item {
    height: 4.5rem;
  }
  .p-home-recruit__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .p-home-recruit__images {
    width: 20.8vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 40rem;
  }
  .p-home-recruit__img {
    width: 100%;
  }
  .p-home-recruit__img + .p-home-recruit__img {
    margin-top: 1.5rem;
  }
  .p-home-recruit__texts {
    max-width: 55rem;
  }
  .p-home-recruit__bg {
    top: 5%;
  }
  .p-business-intro {
    margin-top: 8.5rem;
  }
  .p-business-intro__inner {
    max-width: 1372px;
  }
  .p-business-intro-head__title {
    font-size: 3.2rem;
  }
  .p-business-intro-head__lead {
    margin-top: 3.2rem;
  }
  .p-business-intro-head__text {
    font-size: 1.6rem;
    margin-top: 6.5rem;
    max-width: 84rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-business-intro__list {
    gap: 2rem;
  }
  .p-business-intro-item {
    /* 3カラム：1段目3アイテム、2段目2アイテム
       gap 2rem × 2箇所 = 4rem を3アイテムで分担 */
    width: calc((100% - 4rem) / 3);
  }
  .p-business-intro-item__body {
    padding: 5.5rem 0 3rem;
  }
  .p-business-intro-item__logos {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
    gap: 8px;
  }
  .p-business-intro-item__logo {
    width: 9.4rem;
    height: 9.4rem;
  }
  .p-business-intro-item__business {
    font-size: 1.4rem;
    padding-top: 0;
    border: none;
  }
  .p-business-intro-item__title {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .p-business-intro-item__texts {
    padding: 0 3rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-business-intro-item__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-business-intro-item__more {
    margin-top: 2rem;
    text-align: left;
  }
  .p-business-intro-item__more-text {
    font-size: 1.4rem;
    padding-left: 2.5rem;
  }
  .p-business-intro-item__more-text::before {
    width: 2rem;
    height: 2rem;
  }
  .p-business-block__inner {
    padding-top: 13rem;
    padding-bottom: 15rem;
  }
  .p-business-block__title {
    font-size: 2.4rem;
  }
  .p-business-block__text {
    font-size: 1.6rem;
    text-align: center;
    max-width: 84rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-business-block__mov {
    margin-top: 6.4rem;
  }
  .p-business-block__list {
    margin-top: 6.4rem;
    gap: 4.5rem 2.2rem;
  }
  .p-business-block-item {
    width: calc(25% - 1.65rem);
  }
  .p-business-block-item__en {
    font-size: 1.6rem;
  }
  .p-business-block-item__title {
    font-size: 2rem;
    min-height: 6.5rem;
  }
  .p-business-block-banner {
    margin-top: 4rem;
  }
  .p-business-ecorica {
    margin-top: 4.2rem;
  }
  .p-business-ecorica__logo {
    width: 20rem;
    height: 20rem;
  }
  .p-business-ecorica__logo img {
    width: 15.5rem;
  }
  .p-business-plaisir__list {
    margin-top: 6.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.2rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-business-plaisir-item {
    width: calc(33.33% - 0.8rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 35rem;
  }
  .p-business-plaisir-item__img {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    max-width: none;
    min-height: 13rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-business-plaisir-item__img--01 {
    width: 10.4rem;
  }
  .p-business-plaisir-item__img--02 {
    width: 13.2rem;
  }
  .p-business-plaisir-item__img--03 {
    width: 13.8rem;
  }
  .p-business-plaisir-item__img--04 {
    width: 7rem;
  }
  .p-business-plaisir-item__img--04 img {
    max-width: none;
  }
  .p-business-plaisir-item__img--05 {
    width: 9.3rem;
  }
  .p-business-plaisir-item__img--05 img {
    max-width: none;
  }
  .p-business-plaisir-item__title {
    font-size: 2rem;
    text-align: center;
  }
  .p-business-plaisir-item__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
  .p-business-ilrental {
    margin-top: 4.2rem;
  }
  .p-business-ilrental__logo {
    width: 20rem;
    height: 20rem;
  }
  .p-business-ilrental__logo img {
    width: 12rem;
  }
  .p-business-tavishot {
    margin-top: 4.2rem;
  }
  .p-business-tavishot__logo {
    width: 20rem;
    height: 20rem;
  }
  .p-business-tavishot__logo img {
    width: 12rem;
  }
  .p-business-rinoka {
    margin-top: 4.2rem;
  }
  .p-business-rinoka__logo {
    width: 20rem;
    height: 20rem;
  }
  .p-business-rinoka__logo img {
    width: 15.5rem;
  }
  .p-business-swiss {
    margin-top: 4.2rem;
  }
  .p-product-link__inner {
    max-width: 84rem;
  }
  .p-product-link__list {
    gap: 6rem;
  }
  .p-product-link__item {
    width: calc(33.33% - 4rem);
  }
  .p-product-link__item:nth-child(1) {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .p-product-link__item:nth-child(2) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .p-product-link__item:nth-child(3) {
    width: calc(33.33% - 4rem);
    padding-top: 0;
    border: none;
  }
  .p-product-link__img {
    min-height: 6.6rem;
  }
  .p-product-link__img.ecorika {
    width: 15.2rem;
  }
  .p-product-link__img.plaisir {
    width: 13.4rem;
  }
  .p-product-link__img.rinoka {
    width: 10.1rem;
  }
  .p-product-link__lead {
    font-size: 1.4rem;
    min-height: 2.2rem;
    margin-top: 2rem;
  }
  .p-product-link__title {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
  .p-product-link__arrow {
    margin: 1rem auto 0;
  }
  .p-product-ecorica {
    margin-top: 6.5rem;
  }
  .p-product-ecorica__inner {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }
  .p-product-ecorica__logo {
    width: 20.6rem;
    height: 20.6rem;
  }
  .p-product-ecorica__logo img {
    width: 16.2rem;
  }
  .p-product-ecorica__lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 6.4rem;
  }
  .p-product-ecorica__items {
    margin-top: 6.4rem;
  }
  .p-product-ecorica__list {
    gap: 6.5rem 1.5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-product-ecorica-item {
    width: calc(25% - 1.875rem);
  }
  .p-product-ecorica-item__text {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
  .p-product-ecorica .swiper-button-prev,
.p-product-ecorica .swiper-button-next {
    display: none;
  }
  .p-product-ecorica-bnr {
    margin-top: 6rem;
  }
  .p-product-ecorica-bnr__text {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
  .p-product-ecorica-bnr__text span {
    width: 2rem;
    height: 2rem;
  }
  .p-product-plaisir__logo {
    width: 13.4rem;
  }
  .p-product-plaisir__logo img {
    width: 16.2rem;
  }
  .p-product-plaisir__title {
    font-size: 2rem;
    margin-top: 3.5rem;
  }
  .p-product-plaisir__lead {
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-product-plaisir__items {
    margin-top: 6.4rem;
  }
  .p-product-plaisir__list {
    gap: 6.5rem 1.5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-product-plaisir-item {
    width: calc(25% - 1.875rem);
  }
  .p-product-plaisir-item__text {
    font-size: 1.6rem;
    margin-top: 2.5rem;
  }
  .p-product-plaisir .swiper-button-prev,
.p-product-plaisir .swiper-button-next {
    display: none;
  }
  .p-product-plaisir-bnr {
    margin-top: 6rem;
  }
  .p-product-plaisir-bnr__text {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
  .p-product-plaisir-bnr__text span {
    width: 2rem;
    height: 2rem;
  }
  .p-product-rinoka {
    margin-top: 6.5rem;
  }
  .p-product-rinoka__inner {
    padding-top: 5rem;
    padding-bottom: 13rem;
  }
  .p-product-rinoka__logo {
    width: 20.6rem;
    height: 20.6rem;
  }
  .p-product-rinoka__logo img {
    width: 13.3rem;
  }
  .p-product-rinoka__lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 6.4rem;
  }
  .p-product-rinoka__items {
    margin-top: 6.4rem;
  }
  .p-product-rinoka__list {
    gap: 6.5rem 1.5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-product-rinoka-item {
    width: calc(25% - 1.875rem);
  }
  .p-product-rinoka-item__title {
    font-size: 1.7rem;
  }
  .p-product-rinoka-item__text {
    display: block;
  }
  .p-product-rinoka .swiper-button-prev,
.p-product-rinoka .swiper-button-next {
    display: none;
  }
  .p-product-rinoka-bnr {
    margin-top: 6rem;
  }
  .p-product-rinoka-bnr__text {
    font-size: 1.6rem;
    margin-top: 3.2rem;
  }
  .p-product-rinoka-bnr__text span {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width : 393px) {
  .l-footer-contact__img.tel {
    width: 8.1424936387vw;
  }
  .l-footer-contact__img.fax {
    width: 8.1424936387vw;
  }
  .l-footer-contact__img.mail {
    width: 8.1424936387vw;
  }
  .l-footer-contact__kind {
    font-size: 3.3078880407vw;
  }
  .l-footer-contact__text {
    font-size: 5.0890585242vw;
  }
  .l-footer-contact__text.mail {
    font-size: 4.0712468193vw;
  }
  .p-home-mv__text {
    font-size: 9.1603053435vw;
  }
}
/*# sourceMappingURL=maps/style.css.map */
/* ============================================
   カスタマーサポート代行 & リペア工房セクション
   ロゴ横並び＋色付き円
   ============================================ */

/* ロゴ群を横並び・8pxギャップで配置 */
.p-business-ilrental__logos,
.p-business-tavishot__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* ラッパー内のロゴはmargin: 0 autoを打ち消す */
.p-business-ilrental__logos .p-business-block__logo,
.p-business-tavishot__logos .p-business-block__logo {
  margin: 0;
}

/* リペア工房ロゴはカスタマーサポート代行と同じサイズ・形（白丸）
   親セレクタを付けて既存ルール（width: 9rem）より高い優先度にする */
.p-business-tavishot .p-business-tavishot__logo {
  display: flex;
  width: 15rem;
  height: 15rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
}
.p-business-tavishot .p-business-tavishot__logo img {
  width: 7rem;
  height: auto;
}
@media screen and (max-width: 1279px) {
  .p-business-tavishot .p-business-tavishot__logo {
    width: 20rem;
    height: 20rem;
  }
  .p-business-tavishot .p-business-tavishot__logo img {
    width: 12rem;
  }
}

/* SwissMilitary（白丸）は背景が白いページに溶けないよう黒縁を付ける。
   --mgaming, --deli にはこのルールは当たらない */
.p-business-tavishot .p-business-tavishot__logo:not(.p-business-tavishot__logo--mgaming):not(.p-business-tavishot__logo--deli) {
  border: 1px solid #000;
}

/* 修飾クラスは最後に置いてベースの背景色を上書き */
.p-business-ilrental .p-business-ilrental__logo--mgaming,
.p-business-tavishot .p-business-tavishot__logo--mgaming {
  background-color: #000000;
}
.p-business-ilrental .p-business-ilrental__logo--deli,
.p-business-tavishot .p-business-tavishot__logo--deli {
  background-color: #cb0a3d;
}