@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
  overflow-x: hidden;
}

/******* 背景　******/
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: 60px;
}

.bread ul li {
  position: relative;
}

.bread ul li:nth-child(n+2)::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  width: 1px;
  height: 20px;
  background-color: #c7c3c3;
}

.bread ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bread ul li a:hover {
  color: #e6002e;
}

.bread ul li:first-child a {
  color: #e6002e;
}

/*
  -----------------------------------
法人のお客様へ
  -----------------------------------
  */
#ul-page .business .policy-lead {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  #ul-page .business .policy-lead {
    margin-bottom: 80px;
  }
}
#ul-page.business .policy-lead p {
  max-width: 100%;
}

.protect .h3-title {
  margin-bottom: 24px;
}

.protect .h3-title + .lead {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .protect .h3-title + .lead {
    padding-left: 30px;
    margin-bottom: 37px;
  }
}
.protect__cont {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .protect__cont {
    margin-bottom: 100px;
  }
}
.protect__item {
  border-top: 1px solid #e2e2e2;
  padding: 25px 0 31px;
}

@media screen and (min-width: 768px) {
  .protect__item {
    padding: 31px 0 39px 30px;
  }
}
.protect__item:last-child {
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .protect__item.flex {
    gap: 50px;
  }
}
.protect__item--title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 14px;
}

@media screen and (min-width: 768px) {
  .protect__item--title {
    font-size: 1.5rem;
    line-height: 1.8333333333;
    margin-bottom: 18px;
    padding-left: 18px;
  }
}
.protect__item--title::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: -15px;
  width: 8px;
  height: 8px;
  background: no-repeat center/contain url(../images/company/4dot.png);
  left: 0px;
}

@media screen and (min-width: 768px) {
  .protect__item--title::before {
    left: -18px;
  }
}
@media screen and (min-width: 768px) {
  .protect__item--title::before {
    top: 18px;
  }
}
.protect__item--desc {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .protect__item--desc {
    padding-left: 18px;
  }
}
.protect__item.flex .protect__item--title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.protect__left {
  display: contents;
}

@media screen and (min-width: 768px) {
  .protect__left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
  }
}
.protect__item--desc {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.protect__img {
  width: 95%;
  margin: 0 auto 10px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 768px) {
  .protect__img {
    width: 320px;
    margin: 0;
  }
}
/**** pc,spだし分け　*****/
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/*****  タイトル系　*******/
h1,
h2 {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .title-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 10px;
  }
}
/***** innerなど余白 *****/
.inner {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.mb0 {
  margin-bottom: 0 !important;
}

/***** font ******/
.center {
  text-align: center;
}

em {
  font-style: normal;
  color: #e6002e;
}

.section-title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: center;
}

.h2-title {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  text-align: justify;
}

.h3-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  font-weight: bold;
  color: #e6002e;
  padding-left: 18px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .h3-title {
    font-size: 1.875rem;
    line-height: 1.6666666667;
    padding-left: 28px;
  }
}
.h3-title::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 40px;
  background-color: #e6002e;
}

@media screen and (min-width: 768px) {
  .h3-title::before {
    height: 50px;
  }
}
/***** flex ******/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/****** 赤いリンクボタン　********/
.link {
  max-width: 320px;
  width: 100%;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 5px;
  position: relative;
  margin: auto;
}

.link::after,
.link::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.link::before {
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.link::after {
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.link a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6002e;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
  border-radius: 5px;
}

.link a:hover {
  background-color: #d1002a;
}

/****** 赤い矢印　******/
.arrow {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #e6002e;
  border-radius: 50%;
  position: relative;
}

.arrow:hover {
  background-color: #d1002a;
}

.arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 28px;
  height: 28px;
}

.arrow svg path {
  fill: #fff;
}

/*
-----------------------------------
floatタブ
-----------------------------------
*/
.float {
  position: fixed;
  top: 320px;
  right: 0;
  width: 130px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.float.front {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.float.front.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.float__tab {
  height: 130px;
  position: relative;
}

.float__tab a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.float__tab a:hover {
  background-color: #f4f1f1;
}

.float__tab.contact::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 1px;
  background-color: #c7c7c7;
}

.float__tab.online span.icon {
  display: block;
  margin-bottom: 14px;
}

.float__tab.online span.icon {
  width: 38px;
  height: 40px;
  background: no-repeat center/contain url(../images/common/pc-icon.svg);
}

.float__tab.contact span.icon svg {
  width: 50px;
  height: 40px;
}

.float__tab.contact span.icon path {
  fill: #e6002e;
}

.float__tab p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}

/*
-----------------------------------
animation
-----------------------------------
*/
/*** HBメニューの矢印ピコン　****/
@-webkit-keyframes arrow-right {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  49% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
    opacity: 0.01;
  }
  50% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0.01;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes arrow-right {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
  49% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
    opacity: 0.01;
  }
  50% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0.01;
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}
/* トップの縦線　*/
@-webkit-keyframes topMvTextBoxBorderMove {
  0% {
    height: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  40% {
    height: 8vw;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  60% {
    height: 8vw;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    height: 8vw;
    top: 0;
    -webkit-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0);
  }
}
@keyframes topMvTextBoxBorderMove {
  0% {
    height: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  40% {
    height: 8vw;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  60% {
    height: 8vw;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    height: 8vw;
    top: 0;
    -webkit-transform: translateX(-50%) scale(1, 0);
    transform: translateX(-50%) scale(1, 0);
  }
}
/*****スクロール時にふわっと**********/
.fadein {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
}

.fadein.scrollin {
  -webkit-transform: unset;
  transform: unset;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein.scrollin.delay200 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/***** 下層ページ ****/
.ulTitle {
  margin-bottom: 24px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ulTitle {
    padding-top: 56px;
    margin-bottom: 50px;
  }
}
.ulTitle .inner {
  position: relative;
  padding: 0 20px 0 40px;
}

@media screen and (min-width: 768px) {
  .ulTitle .inner {
    padding: 0 20px 0 48px;
  }
}
.ulTitle .inner::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 20px;
  width: 1px;
  height: 70px;
  background-color: #e6002e;
}

@media screen and (min-width: 768px) {
  .ulTitle .inner::before {
    height: 100px;
  }
}
.ulTitle-en {
  font-family: "Bebas Neue", sans-serif;
  color: #e6002e;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .ulTitle-en {
    font-size: 1.5rem;
  }
}
.ulTitle-jp {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ulTitle-jp {
    font-size: 3rem;
  }
}
.ul-bigImg {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .ul-bigImg {
    margin-bottom: 100px;
  }
}
.ul-bigImg__img {
  height: 220px;
  display: block;
  margin: calc(50% - 50vw);
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

@media screen and (min-width: 768px) {
  .ul-bigImg__img {
    height: 500px;
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}
.ul-bigImg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.w100Img {
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 768px) {
  .w100Img {
    height: 500px;
  }
}
.w100Img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#ul-page .life-support {
  padding: 80px 0;
  background: repeat center/60px 60px url(../images/common/gray-back.png);
  background-color: #eeeeee;
  color: #000;
  padding: 100px 0;
  margin-bottom: 0;
}

#ul-page .life-support__lead {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #ul-page .life-support__lead {
    margin-bottom: 80px;
  }
}
#ul-page .life-support__items {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #ul-page .life-support__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
  }
}
#ul-page .life-support__item {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #ul-page .life-support__item {
    width: calc(25% - 15px);
    margin-bottom: 0;
  }
}
#ul-page .life-support__item--img {
  padding-top: 63%;
  position: relative;
  margin-bottom: 14px;
}

#ul-page .life-support__item--img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#ul-page .life-support__item--title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #ul-page .life-support__item--title {
    font-size: 1.125rem;
    line-height: 2;
  }
}
#ul-company .ulTitle {
  padding-top: 40px;
  padding-bottom: 140px;
  background: repeat center/60px 60px url(../images/common/gray-back2.png);
  background-color: #e2e2e2;
}

@media screen and (min-width: 768px) {
  #ul-company .ulTitle {
    padding-top: 50px;
    padding-bottom: 300px;
  }
}
#ul-company .ul-bigImg__img {
  position: relative;
  z-index: 1;
  margin: -134px calc(50% - 50vw) 0 auto;
}

@media screen and (min-width: 768px) {
  #ul-company .ul-bigImg__img {
    margin-top: -300px;
  }
}
.greet {
  background-color: #000;
  padding-top: 350px;
  margin-top: -350px;
  color: #fff;
}

.greet .inner {
  border-bottom: 1px solid #626262;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .greet .inner {
    padding-bottom: 100px;
  }
}
.greet .h3-title {
  margin-bottom: 27px;
}

@media screen and (min-width: 768px) {
  .greet .h3-title {
    margin-bottom: 33px;
  }
}
.greet__column.flex {
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .greet__column.flex {
    gap: 5.2083333333vw;
  }
}
.greet__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.greet__text {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .greet__text {
    margin-bottom: 62px;
  }
}
.greet__name {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .greet__name {
    text-align: left;
  }
}
.greet__name span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: bold;
}

.greet__right {
  padding-top: 125%;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .greet__right {
    padding-top: 53.8%;
    width: 43%;
  }
}
.greet__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.policy {
  padding: 50px 0;
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .policy {
    padding: 100px 0;
  }
}
.policy .inner {
  position: relative;
}

.policy .h3-title {
  margin-bottom: 23px;
}

@media screen and (min-width: 768px) {
  .policy .h3-title {
    margin-bottom: 50px;
  }
}
.policy__cont {
  width: 100%;
  max-width: 730px;
  margin: auto;
}

@media (min-width: 900px) {
  .policy__cont {
    margin: 0 0 0 auto;
  }
}
.policy__lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .policy__lead {
    padding-left: 30px;
    font-size: 1.5rem;
    line-height: 1.8333333333;
    margin-bottom: 0;
  }
}
.policy__item {
  padding: 24px 15px 30px 15px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .policy__item {
    padding: 30px 0 30px 18px;
  }
}
.policy__item:first-of-type {
  border-top: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .policy__item:first-of-type {
    border-top: none;
  }
}
.policy__item dt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  margin-bottom: 15px;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  .policy__item dt {
    font-size: 1.25rem;
    line-height: 2.2;
    margin-bottom: 10px;
  }
}
.policy__item dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: -15px;
  width: 8px;
  height: 8px;
  background: no-repeat center/contain url(../images/company/4dot.png);
}

@media screen and (min-width: 768px) {
  .policy__item dt::before {
    left: -18px;
  }
}
.policy__dog {
  display: none;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 110px;
}

@media (min-width: 900px) {
  .policy__dog {
    display: block;
  }
}
.logo-story {
  padding: 50px 0;
  background: repeat center/60px 60px url(../images/common/gray-back.png);
  background-color: #eeeeee;
}

@media screen and (min-width: 768px) {
  .logo-story {
    padding: 100px 0;
  }
}
.logo-story__column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .logo-story__column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}
.logo-story__left {
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .logo-story__left {
    width: 35.4%;
    margin-bottom: 0;
  }
}
.logo-story__right {
  display: contents;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 17px 0 0 0;
}

@media screen and (min-width: 768px) {
  .logo-story__right {
    display: block;
  }
}
.logo-story__main {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.1666666667;
  font-weight: bold;
  margin-bottom: 20px;
}

#ul-company .access {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  #ul-company .access {
    padding: 100px 0;
  }
}
#ul-company .access .h3-title {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #ul-company .access .h3-title {
    margin-bottom: 50px;
  }
}
#ul-company .access__item {
  padding: 31px 13px 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  #ul-company .access__item {
    padding: 31px 30px 32px;
  }
}
#ul-company .access__item.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #ul-company .access__item.column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#ul-company .access__item dt {
  width: 92px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #ul-company .access__item dt {
    width: 23%;
    min-width: 160px;
  }
}
#ul-company .access__item.column dt {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #ul-company .access__item.column dt {
    width: 23%;
    margin-bottom: 0;
  }
}
#ul-company .access__item dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.875;
}

#ul-company .access__map {
  margin: 12px 0 5px;
  width: 100%;
  padding-top: 89.5%;
  position: relative;
}

@media screen and (min-width: 768px) {
  #ul-company .access__map {
    padding-top: 42%;
    margin: 20px 0 10px;
  }
}
#ul-company .access__map img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#ul-page .access__map + p > .map-link {
  text-decoration: underline;
}

#ul-page .link-icon a {
  position: relative;
  text-decoration: underline;
  display: inline-block;
}

#ul-page .link-icon a:hover {
  opacity: 0.6;
}

#ul-page .link-icon a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  right: -21px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain url(../images/company/link-icon.png);
}

.plan {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .plan {
    padding: 100px 0;
  }
}
.plan .h3-title {
  margin-bottom: 23px;
}

.plan__text {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .plan__text {
    padding-left: 28px;
    margin-bottom: 50px;
  }
}
.plan__item {
  padding: 30px 0px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .plan__item {
    padding: 32px 30px 30px 50px;
    margin: 0 -30px 0 30px;
  }
}
.plan__item:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .plan__item:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
}
.plan__item dt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: bold;
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .plan__item dt {
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.8333333333;
    margin-bottom: 18px;
  }
}
.plan__item dt span {
  margin-right: 5px;
  color: #e6002e;
}

/*
  -----------------------------------
勧誘方針
  -----------------------------------
  */
#ul-solicitation .ulTitle {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  #ul-solicitation .ulTitle {
    margin-bottom: 40px;
  }
}
#ul-solicitation a {
  color: #0090BB;
  text-decoration: underline;
}

.policy-lead {
  margin-bottom: 46px;
}

@media screen and (min-width: 768px) {
  .policy-lead {
    margin-bottom: 50px;
  }
}
.policy-lead p {
  max-width: 730px;
}

@media screen and (min-width: 768px) {
  .policy-lead p {
    padding-left: 30px;
  }
}
.solicitation__item {
  padding: 26px 0px 30px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .solicitation__item {
    padding: 40px 30px 50px;
  }
}
.solicitation__item:nth-last-of-type(2) {
  border-bottom: none;
}

.solicitation__item--title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  letter-spacing: normal;
  font-weight: bold;
  padding-left: 16px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .solicitation__item--title {
    font-size: 1.5rem;
    line-height: 1.8333333333;
    padding-left: 5px;
    margin-bottom: 30px;
  }
}
.solicitation__item--title::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: -15px;
  width: 8px;
  height: 8px;
  background: no-repeat center/contain url(../images/company/4dot.png);
  top: 12px;
  left: 2px;
}

@media screen and (min-width: 768px) {
  .solicitation__item--title::before {
    left: -18px;
  }
}
.solicitation__item--text li {
  margin-bottom: 10px;
  padding-left: 13px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .solicitation__item--text li {
    padding-left: 20px;
  }
}
.solicitation__item--text li::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e2e2e2;
}

@media screen and (min-width: 768px) {
  .solicitation__item--text li::before {
    left: 7px;
  }
}
.solicitation__contact {
  padding: 30px 15px 30px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .solicitation__contact {
    padding: 30px 30px 35px;
  }
}
.solicitation__contact--title {
  font-weight: bold;
}

.solicitation__table {
  margin-bottom: 10px;
  border-collapse: collapse;
}

.solicitation__table th {
  background-color: #FFFF99;
  border: 1px #000 solid;
  padding: 5px 10px;
}

.solicitation__table .init {
  font-size: 14px;
}

.solicitation__table .blue {
  background-color: #0090BB;
  font-weight: bold;
}

.solicitation__table td {
  border: 1px #000 solid;
  padding: 5px 10px;
  text-align: center;
}

/*
  -----------------------------------
販売方針
  -----------------------------------
  */
.sales__item {
  max-width: 940px;
  margin: auto;
  padding: 25px 0 30px 0;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .sales__item {
    padding: 42px 30px 50px 48px;
  }
}
.sales__item:nth-last-of-type(2) {
  border-bottom: none;
}

.sales__item--title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .sales__item--title {
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.8333333333;
  }
}
.sales__item--title::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: -15px;
  width: 8px;
  height: 8px;
  background: no-repeat center/contain url(../images/company/4dot.png);
  top: 13px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .sales__item--title::before {
    left: -18px;
  }
}
@media screen and (min-width: 768px) {
  .sales__item--title::before {
    top: 18px;
    left: -15px;
  }
}
.sales__item--company {
  padding: 20px;
  background-color: #eeeeee;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .sales__item--company {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sales__item--company.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sales__item--company.pc {
    display: block;
  }
}
.sales__item--company.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sales__item--company.sp {
    display: none;
  }
}
.sales__item--company span {
  display: block;
  width: 180px;
  font-weight: bold;
}

.sales__item--text > p,
.sales__item--text ul {
  margin-bottom: 15px;
}

.sales__item--text ul li {
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .sales__item--text ul li {
    padding-left: 20px;
  }
}
.sales__item--text ul li span {
  margin-right: 5px;
}

/*
  -----------------------------------
 プライバシーポリシー
  -----------------------------------
  */
.privacy__item {
  padding: 24px 11px 30px 0px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .privacy__item {
    padding: 32px 30px 30px 48px;
  }
}
.privacy__item:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 20px;
}

.privacy__item:nth-child(5) {
  border-bottom: none;
}

.privacy__item--title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .privacy__item--title {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.8333333333;
    margin-bottom: 18px;
  }
}
.privacy__item--title span {
  color: #e6002e;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .privacy__item--title span {
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
  }
}
.privacy__item ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .privacy__item ul {
    margin-bottom: 46px;
  }
}
.privacy__item:nth-child(6) ul,
.privacy__item:nth-child(7) ul {
  margin-left: 10px;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  .privacy__item:nth-child(6) ul,
  .privacy__item:nth-child(7) ul {
    margin-left: 20px;
    margin-right: 0;
  }
}
.privacy__item ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.privacy__item--company {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .privacy__item--company {
    padding: 30px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.privacy__item--company span {
  display: block;
  font-weight: bold;
  width: 210px;
}

.privacy__item--company ul {
  margin-left: 0;
}

.privacy__item--company ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.75;
}

@media screen and (min-width: 768px) {
  .privacy__item--company ul li {
    line-height: 1.875;
  }
}
#ul-page .privacy__item--company ul li.link-icon a::after {
  bottom: 14px;
}

@media screen and (min-width: 768px) {
  #ul-page .privacy__item--company ul li.link-icon a::after {
    bottom: 6px;
  }
}
.privacy__item--safe dl {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .privacy__item--safe dl {
    margin-left: 20px;
  }
}
.privacy__item--safe dt {
  font-weight: bold;
  margin-bottom: 18px;
  padding-left: 1em;
  text-indent: -1em;
}

.privacy__item--safe dd {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.privacy__item:nth-child(3) .privacy__item--text,
.privacy__item:nth-child(6) .privacy__item--text,
.privacy__item:nth-child(7) .privacy__item--text {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .privacy__item:nth-child(3) .privacy__item--text,
  .privacy__item:nth-child(6) .privacy__item--text,
  .privacy__item:nth-child(7) .privacy__item--text {
    margin-bottom: 42px;
  }
}
.privacy__item.sensitive ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  text-indent: -1em;
  padding-left: 1em;
}

.privacy__item.sensitive ul li span {
  margin-right: 5px;
}

/*
お問い合わせ
-----------------------------------
*/
#ul-page.contact .ulTitle {
  background: repeat center/10px 10px url(../images/common/red-back.png);
  padding: 50px 0;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #ul-page.contact .ulTitle {
    margin-bottom: 100px;
  }
}
#ul-page.contact .ulTitle-en,
#ul-page.contact .ulTitle-jp {
  color: #fff;
  text-align: center;
}

#ul-page.contact .ulTitle .inner:before {
  display: none;
}

.form-wrapper {
  max-width: 940px;
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .form-wrapper {
    margin: 0 auto 80px;
  }
}
.form-wrapper .inner {
  padding: 0;
}

.form-wrapper__lead {
  margin-bottom: 25px;
  padding: 0 20px;
}

.form-step {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: #e2e2e2;
  height: 60px;
}

.form-step li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
}

.form-step li:nth-child(n+2)::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #c7c3c3;
}

#ul-page.contact-confirm .form-step li:nth-child(2):before {
  display: none;
}

#ul-page.thanks .form-step li:nth-child(3):before {
  display: none;
}

#ul-page.contact-input .form-step li:first-child {
  background-color: #000;
  color: #fff;
}

#ul-page.contact-confirm .form-step li:nth-child(2) {
  background-color: #000;
  color: #fff;
}

#ul-page.thanks .form-step li:nth-child(3) {
  background-color: #000;
  color: #fff;
}

#ul-page.contact form {
  padding-top: 50px;
}

#ul-page form {
  border: 1px solid #e2e2e2;
}

@media (max-width: 768px) {
  #ul-page form {
    border: none;
  }
}
form .wpcf7-list-item {
  margin: 0;
}

form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 80px;
  margin-bottom: 44px;
}

@media (max-width: 768px) {
  form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
#ul-page.contact-confirm form dl {
  padding: 25px 0px 24px;
  border-bottom: 1px solid #e2e2e2;
  max-width: 780px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #ul-page.contact-confirm form dl {
    padding: 0 20px 20px 0;
    width: calc(100% - 40px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin: 0 auto 20px;
  }
}
#ul-page.contact-confirm form dl:last-of-type {
  border-bottom: none;
}

form dl.privacy-check {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (max-width: 768px) {
  form dl.privacy-check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
form dl dt {
  width: 245px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  form dl dt {
    padding-left: 5px;
    padding-bottom: 9px;
  }
}
@media (max-width: 768px) {
  #ul-page.contact-confirm form dl dt {
    padding-left: 48px;
  }
}
form dl.inquiry dt {
  padding-top: 10px;
}

#ul-page.contact-confirm form dl.inquiry dt {
  padding-top: 0;
}

form dl dt p {
  position: relative;
}

form dl dt p.mark {
  width: 38px;
  height: 20px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1px;
  background-color: #e2e2e2;
  margin-right: 10px;
}

form dl dt p.mark.must {
  background-color: #e6002e;
  color: #fff;
}

form dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

form dl dd label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

form dl.privacy-check dd label {
  font-size: 16px;
}

@media (max-width: 768px) {
  form dl.privacy-check dd label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
form dl dd input,
form dl dd textarea {
  border: 1px solid #e2e2e2;
  padding: 16px 20px 14px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  width: 100%;
}

@media (max-width: 768px) {
  form dl dd input,
  form dl dd textarea {
    padding: 15px 15px 14px 15px;
  }
}
form dl.privacy-check dd label input {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

@media screen and (min-width: 768px) {
  form dl.privacy-check dd label input {
    -webkit-transform: none;
    transform: none;
  }
}
form dl.privacy-check dd label span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#ul-page.contact-confirm form dl dd input,
#ul-page.contact-confirm form dl dd textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  padding: 0;
  border: none;
}

form dl dd textarea {
  min-height: 200px;
}

#ul-page.contact-confirm dl dd textarea {
  min-height: 0;
  min-height: initial;
  height: auto;
}

form dl dd input[type=checkbox] {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 2px;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  padding: 0;
  position: relative;
}

form dl dd input[type=checkbox]:checked:after {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 7px;
  border-left: 2px solid #e6002e;
  border-bottom: 2px solid #e6002e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#ul-page.contact-confirm form dl dd input[type=checkbox] {
  display: none;
}

form dl.privacy-check dd p.desc {
  font-size: 14px;
  margin-top: 34px;
}

form dl.privacy-check dd p.desc a {
  color: #e6002e;
  text-decoration: underline;
  font-size: 14px;
}

/*
  -----------------------------------
ボタン
  -----------------------------------
  */
.contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 100px;
}

@media (max-width: 768px) {
  .contact-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px auto 80px;
    gap: 25px;
  }
}
.contact-btns .btn {
  width: 320px;
  height: 60px;
  border-radius: 5px;
  position: relative;
}

.contact-btns .btn p {
  width: 100%;
  height: 100%;
}

.contact-btns .btn input {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.contact-btns .btn.btn-left input {
  border: 1px solid #000;
}

.contact-btns .btn.btn-right input {
  color: #fff;
  background-color: #e6002e;
  border: 1px solid #e6002e;
}

#ul-page.contact-confirm .btn.back input.wpcf7-previous {
  display: block !important;
  color: #000;
}

.contact-btns .btn svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 16px;
  height: 16px;
  left: 20px;
}

.contact-btns .btn.btn-right svg {
  right: 20px;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

/*ホバー時*/
.contact-btns .btn.btn-left:hover input {
  background-color: #000;
  color: #fff;
}

#ul-page.contact-confirm .btn.back input.wpcf7-previous:hover {
  color: #fff;
}

.contact-btns .btn.btn-right:hover input {
  background-color: #d1002a;
}

.contact-btns .btn.btn-left:hover svg g .st0 {
  fill: #fff !important;
}

/*確認ページでのポインター無効*/
#ul-page.contact-confirm label {
  cursor: auto;
  cursor: initial;
}

/*
  -----------------------------------
thanks
  -----------------------------------
  */
.thanks-cont {
  padding: 60px 0 0;
}

@media screen and (min-width: 768px) {
  .thanks-cont {
    padding: 80px 0;
    border: 1px solid #e2e2e2;
  }
}
.thanks-cont__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.thanks-cont__text {
  margin-bottom: 40px;
  padding: 0 20px;
}

/*　デフォルト　エラー文削除*/
.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #e6002e;
  font-size: 13px;
  display: block;
  margin-top: 5px;
  line-height: 1;
}

form > dl:nth-of-type(1) > dd > p > span > span::before {
  content: "※問い合わせの種類を選択してください";
}

form > dl:nth-of-type(2) > dd > p > span > span::before {
  content: "※お名前を入力してください";
}

form > dl:nth-of-type(3) > dd > p > span > span::before {
  content: "※フリガナを入力してください";
}

form > dl:nth-of-type(5) > dd > p > span > span::before {
  content: "※電話番号を入力してください";
}

form > dl:nth-of-type(6) > dd > p > span > span::before {
  content: "※メールアドレスを入力してください";
}

form > dl:nth-of-type(7) > dd > p > span > span::before {
  content: "※郵便番号を入力してください";
}

form > dl:nth-of-type(8) > dd > p > span > span::before {
  content: "※都道府県を入力してください";
}

form > dl:nth-of-type(9) > dd > p > span > span::before {
  content: "※住所を入力してください";
}

form > dl.inquiry > dd > p > span > span::before {
  content: "※お問い合わせ内容をご入力ください";
}

form > dl.privacy-check > dd > p:nth-of-type(1) > span {
  position: relative;
}

form > dl.privacy-check > dd > p:nth-of-type(1) > span > span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -1.4em;
  left: 0;
}

form > dl.privacy-check > dd > p:nth-of-type(1) > span > span.wpcf7-not-valid-tip::before {
  content: "※同意するを選択してください";
}

.footer {
  border-top: 1px solid #E2E2E2;
}

.footer .inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .footer .inner {
    max-width: 100%;
  }
}
.footer__cont {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .footer__cont {
    padding: 85px 20px;
    max-width: 1040px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .footer__top,
  .footer__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .footer__middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .footer__top {
    margin-bottom: 50px;
  }
}
.footer__logo {
  width: 280px;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    margin: 0;
  }
}
.footer__menu {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 0;
  }
}
.footer__menu li a {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e2e2e2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer__menu li a {
    height: auto;
    border: none;
    padding-top: 30px;
  }
}
.footer__menu li:last-child a {
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .footer__menu li:last-child a {
    border: none;
  }
}
.footer__menu li a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e6002e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer__menu li a:hover:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer__menu li a:hover:after {
    width: 100%;
  }
}
.footer__links {
  padding: 0 20px;
  margin: 0 auto 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer__links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__link {
  width: 100%;
  height: 50px;
  position: relative;
}
.footer__link + .footer__link {
  border-top: 1px solid #c7c3c3;
}

@media screen and (min-width: 768px) {
  .footer__link {
    width: 130px;
    height: 40px;
  }
}
@media (min-width: 769px) {
  .footer__link:nth-child(n+2)::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 26px;
    background-color: #c7c3c3;
  }
}
.footer__link a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e2e2e2;
}

.footer__link a:hover {
  background-color: #c7c7c7;
}

.footer__contact {
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .footer__contact {
    max-width: 240px;
    margin: 0;
  }
}
.footer__contact span {
  display: block;
  padding-top: 8px;
}

.footer__contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  background-color: #e6002e;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .footer__contact a {
    gap: 10px;
  }
}
.footer__contact a:hover {
  background-color: #d1002a;
}

.footer__bottom {
  background-color: #222527;
  padding: 65px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .footer__bottom {
    padding: 60px 0 70px;
  }
}
.footer__bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-bottom: 60px;
}

.footer__bottom ul li {
  position: relative;
}

.footer__bottom ul li:nth-child(n+2):before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -1em;
  width: 1px;
  height: 14px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .footer__bottom ul li:nth-child(n+2):before {
    display: none;
  }
}

.footer__bottom ul li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .footer__bottom ul {
    flex-direction: column;
    justify-content: center;
  }
  .footer__bottom ul li:nth-child(3) {
    width: 100%;
  }
}
.footer__number {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  font-size: 14px;
  font-size: 0.875rem;
}

body.is-menu-open {
  overflow: hidden;
}

.header {
  height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  border-top: 2px solid #e6002e;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .header {
    height: 120px;
  }
}
.header .inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  padding: 0 20px 0 10px;
}

@media screen and (min-width: 768px) {
  .header .inner {
    padding: 0 20px;
    max-width: 1040px;
    position: relative;
  }
}
.header-logo {
  width: 170px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .header-logo {
    width: 370px;
    height: 92px;
  }
}
.header-logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__contact {
  background-color: #e6002e;
  width: 335px;
  height: 80px;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header__contact:hover {
  opacity: 0.6;
}

.header__contact a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}

.header__contact a span.icon {
  display: block;
  width: 56px;
  height: 44px;
  margin-right: 20px;
}

.header__contact a span.arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  margin-left: auto;
}

.header__contact a span.arrow svg {
  width: 16px;
  height: 17px;
}

.header__contact a span.arrow svg path {
  fill: #e6002e;
}

.p-globalMenuSp .header__bottom ul {
  flex-direction: column;
  gap: 1em 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-globalMenuSp .header__bottom ul {
    gap: 0.5em 2em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-globalMenuSp .header__bottom ul li {
  position: relative;
}

.p-globalMenuSp .header__bottom ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.p-globalMenuSp .header__bottom ul li a:hover {
  opacity: 0.6;
}

.header__dog {
  position: absolute;
  width: 80px;
  height: 80px;
  margin-left: auto;
  bottom: 38px;
  right: 14px;
}

@media screen and (min-width: 768px) {
  .header__dog {
    bottom: 21px;
    right: 6.5vw;
  }
}
@media (min-width: 1380px) {
  .header__dog {
    right: 150px;
    bottom: 60px;
  }
}
/****　ハンバーガー（トリガー）****/
.p-hamburger {
  cursor: pointer;
  text-align: center;
  z-index: 1000;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 16px;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .p-hamburger {
    position: absolute;
    top: 40px;
    right: 17px;
  }
}
@media (min-width: 1025px) {
  .p-hamburger {
    top: 62px;
  }
}
.p-hamburger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 3px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.p-hamburger span:nth-child(1) {
  top: 0px;
}

.p-hamburger span:nth-child(2) {
  top: 13px;
}

.p-hamburger p {
  position: absolute;
  top: 25px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  word-break: keep-all;
}

/* ナビ開いてる時のバツボタン */
@media screen and (min-width: 768px) {
  .p-hamburger.active {
    right: calc(6.8vw + 40px);
  }
}
@media (min-width: 1380px) {
  .p-hamburger.active {
    right: 17px;
  }
}
.p-hamburger.active span {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-hamburger.active span:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-hamburger.active span:nth-child(2) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-hamburger.active p {
  top: 34px;
}

/* ナビメニュー内 */
.p-globalMenuSp {
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1300px;
  height: 100vh;
  padding: 80px 20px 20px;
  background-color: #fff;
  border-radius: 40px;
  display: none;
  z-index: 20;
  visibility: hidden;
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .p-globalMenuSp {
    padding: 130px 6.8vw 80px;
    width: calc(100% - 80px);
    min-height: 530px;
    height: auto;
  }
}
@media (min-width: 1380px) {
  .p-globalMenuSp {
    padding: 130px 150px 80px;
  }
}
.p-globalMenuSp.open {
  visibility: visible;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-globalMenuSp.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
.p-globalMenuSp ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.p-globalMenuSp__link {
  width: calc(50% - 10px);
  height: 70px;
  border-bottom: 1px solid #e2e2e2;
}

.p-globalMenuSp__link a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-globalMenuSp__link a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.p-globalMenuSp__link a:hover {
  opacity: 0.6;
}

.p-globalMenuSp__link a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 13px;
  height: 13px;
  background: no-repeat center/contain url(../images/common/arrow-icon-black.png);
}

.p-globalMenuSp__link a:hover:after,
.p-globalMenuSp__link a:hover:before {
  -webkit-animation: arrow-right 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  animation: arrow-right 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.p-globalMenuSp__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (min-width: 1380px) {
  .p-globalMenuSp__right .header__contact {
    width: 440px;
    height: 120px;
  }
}
.modal-contact-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 37, 39, 0.6);
  z-index: 10;
  display: none;
}

@media screen and (min-width: 768px) {
  .modal-contact-background.open {
    display: block;
  }
}
.p-globalMenuPc {
  display: none;
}

@media (min-width: 1025px) {
  .p-globalMenuPc {
    display: block;
    height: inherit;
  }
}
.p-globalMenuPc__top {
  height: 40px;
}

.p-globalMenuPc__bottom {
  padding-right: 90px;
}

.p-globalMenuPc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.p-globalMenuPc__link {
  height: inherit;
}

.p-globalMenuPc__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: inherit;
  font-size: 16px;
  font-size: 1rem;
}

/******** 上部　********/
.p-globalMenuPc__top {
  border-radius: 0 0 5px 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.p-globalMenuPc__top li {
  width: 120px;
  background-color: #e2e2e2;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-globalMenuPc__top li:hover {
  background-color: #c7c7c7;
}

.p-globalMenuPc__top li:first-child {
  border-radius: 0 0 0 5px;
  width: 220px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 5px 18px;
}

.p-globalMenuPc__top li:first-child a {
  width: 100%;
  height: 100%;
}

.p-globalMenuPc__top li:first-child a img.free {
  display: block;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  margin-right: 5px;
}

.p-globalMenuPc__top li:nth-child(3):after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 1px;
  height: 34px;
  background-color: #c7c3c3;
}

.p-globalMenuPc__top li:nth-child(4) {
  color: #fff;
  background-color: #e6002e;
  border-radius: 0 0 5px 0;
  width: 200px;
}

.p-globalMenuPc__top li:nth-child(4):hover {
  background-color: #d1002a;
}

/*********　下部　*********/
ul.p-globalMenuPc__bottom {
  height: 80px;
  gap: 30px;
}

ul.p-globalMenuPc__bottom li a {
  position: relative;
}

ul.p-globalMenuPc__bottom li a:hover:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e6002e;
}

#ul-page .life .policy-lead {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  #ul-page .life .policy-lead {
    margin-bottom: 80px;
  }
}
#ul-page .life .policy-lead p {
  max-width: 1000px;
}

#ul-page .life .ul-bigImg {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #ul-page .life .ul-bigImg {
    margin-bottom: 90px;
  }
}
.lifeItems {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .lifeItems {
    margin-bottom: 100px;
  }
}
.lifeItems__lifeItem {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .lifeItems__lifeItem {
    padding: 50px 0px 50px;
  }
}
.lifeItem__column {
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .lifeItem__column {
    gap: 50px;
  }
}
.lifeItem__img {
  width: 95.6%;
  padding-top: 62.5%;
  position: relative;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lifeItem__img {
    width: 40%;
    padding-top: 24%;
  }
}
@media screen and (max-width: 767px) {
  .lifeItem__img {
    width: 100%;
  }
}

.lifeItem__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lifeItem__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .lifeItem__right {
    padding-right: 50px;
  }
}
.lifeItem__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .lifeItem__title {
    font-size: 1.5rem;
    line-height: 1.8333333333;
    margin-bottom: 30px;
  }
}
/*
  -----------------------------------
お知らせアーカイブ
  -----------------------------------
  */
#ul-page.news-archive .ulTitle {
  margin-bottom: 26px;
}

@media screen and (min-width: 768px) {
  #ul-page.news-archive .ulTitle {
    margin-bottom: 80px;
  }
}
#ul-page.news-archive .newsItems {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #ul-page.news-archive .newsItems {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  #ul-page.news-archive .newsItem {
    margin-left: 30px;
  }
}
#ul-page.news-archive .newsItems .newsItem:last-child {
  border-bottom: none;
}

/*
-----------------------------------
お知らせ詳細ページ
-----------------------------------
*/
#ul-page.news-single .ulTitle {
  background: repeat center/10px 10px url(../images/common/red-back.png);
  padding: 50px 0;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #ul-page.news-single .ulTitle {
    margin-bottom: 100px;
  }
}
#ul-page.news-single .ulTitle .inner {
  padding: 0 20px;
}

#ul-page.news-single .ulTitle-en time,
#ul-page.news-single .ulTitle-jp {
  color: #fff;
}

#ul-page.news-single .ulTitle-en time {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

#ul-page.news-single .ulTitle-jp {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
  #ul-page.news-single .ulTitle-jp {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
.single-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
  border-bottom: 1px solid #e2e2e2;
}

.single-content .inner {
  max-width: 700px;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .single-content .inner {
    padding-bottom: 70px;
  }
}
.single-content .inner * {
  margin-bottom: 30px;
}

.single-news__link.link {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .single-news__link.link {
    margin-bottom: 100px;
  }
}
#ul-page.news-single iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 700/393;
}

.newsItem {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
  height: 120px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .newsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.newsItem > a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}

.newsItem::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e6002e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.newsItem:hover:after {
  width: 100%;
}

.newsItem__up {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .newsItem__up {
    margin-bottom: 0;
  }
}
.newsItem__time {
  padding-top: 2px;
  width: 100px;
  padding-right: 20px;
}

.newsItem__category {
  margin-right: 20px;
}

.newsItem__category a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 10px 17px;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
}

.newsItem__title {
  font-weight: bold;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .newsItem__title {
    padding-right: 20px;
  }
}
.newsItem__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #000;
}

.newsItem__arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(2px, -50%) rotate(45deg);
  transform: translate(2px, -50%) rotate(45deg);
}

.newsItem:hover .newsItem__arrow {
  background-color: #e6002e;
}

.newsItem:hover .newsItem__arrow::after {
  border-top: 2px solid #e6002e;
  border-right: 2px solid #e6002e;
}

/*
  -----------------------------------
オンラインサービス
  -----------------------------------
  */
#ul-page.online .policy-lead {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  #ul-page.online .policy-lead {
    margin-bottom: 80px;
  }
}
#ul-page.online .ul-bigImg {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #ul-page.online .ul-bigImg {
    margin-bottom: 80px;
  }
}
.onlineItems {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .onlineItems {
    margin-bottom: 100px;
  }
}
.onlineItems__onlineItem {
  padding: 20px 0px 20px;
  border-bottom: 1px solid #e2e2e2;
}

.onlineItems__onlineItem:hover {
  opacity: 0.8;
}

.onlineItem__column {
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .onlineItem__column {
    gap: 50px;
  }
}
.onlineItem__img {
  width: 95.6%;
  margin: auto;
}
.onlineItem__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .onlineItem__img {
    width: 32%;
  }
}

.onlineItem__right {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .onlineItem__right {
    padding-right: 50px;
  }
}
.onlineItem__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .onlineItem__title {
    font-size: 1.5rem;
    line-height: 1.8333333333;
    margin-bottom: 10px;
  }
}
.page-nation {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .page-nation {
    margin-bottom: 100px;
  }
}
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
}

.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e6002e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e6002e;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-numbers.current {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.prev.page-numbers,
.next.page-numbers {
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.page-numbers .arrow {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #e6002e;
}

.page-numbers .arrow svg {
  width: 12px;
  height: 12px;
}

.page-numbers .arrow path {
  fill: #e6002e;
}

.prev.page-numbers {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.next.page-numbers {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.prev.page-numbers:hover .arrow,
.next.page-numbers:hover .arrow {
  background-color: #000;
  border: 1px solid #000;
}

.prev.page-numbers:hover svg path,
.next.page-numbers:hover svg path {
  fill: #fff;
}

/*
  -----------------------------------
個別ページ
  -----------------------------------
  */
.page-nation.single {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .page-nation.single {
    margin-bottom: 50px;
  }
}
.page-nation.single .nav-links {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .page-nation.single .nav-links {
    padding: 0 30px;
  }
}
.page-nation.single .nav-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  color: #e6002e;
  font-weight: bold;
}

.page-nation.single .nav-links .nav-previous svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*
  -----------------------------------
個人のお客様へ
  -----------------------------------
  */
#ul-page.personal .ul-bigImg__img img {
  -o-object-position: 20% center;
  object-position: 20% center;
}

@media screen and (min-width: 768px) {
  #ul-page.personal .ul-bigImg__img img {
    -o-object-position: left center;
    object-position: left center;
  }
}
#ul-page.personal .policy-lead {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  #ul-page.personal .policy-lead {
    margin-bottom: 80px;
  }
}
.personal-links {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .personal-links {
    margin-bottom: 140px;
  }
}
.personal-links__column {
  gap: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .personal-links__column {
    gap: 20px;
  }
}
.personal-links__item {
  width: calc(50% - 7.5px);
  border: 2px solid #e6002e;
  border-radius: 5px;
  padding: 23px 0px 34px;
  position: relative;
  height: 160px;
}

@media screen and (min-width: 768px) {
  .personal-links__item {
    width: calc(33.33333% - 13.33333px);
    padding: 21px 20px 17px;
  }
}
.personal-links__item--img {
  display: block;
  width: 100px;
  height: 70px;
  margin: auto;
}

.personal-links__item:nth-child(4) .personal-links__item--img {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.personal-links__item:nth-child(6) .personal-links__item--img {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.personal-links__item p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .personal-links__item p {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.personal-links__item .red-arrow {
  position: absolute;
  bottom: 10px;
  right: 0px;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .personal-links__item .red-arrow {
    bottom: 20px;
    right: 20px;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}
.personalCont {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .personalCont {
    margin-bottom: 100px;
  }
}
#trip.personalCont {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  #trip.personalCont {
    margin-bottom: 100px;
  }
}
.personalCont .h3-title {
  margin-bottom: 30px;
}

.personalCont__lead {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .personalCont__lead {
    padding-left: 30px;
  }
}
.personalItem {
  padding: 20px 0px 25px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .personalItem {
    padding: 20px 30px 20px;
    gap: 50px;
  }
}
.personalItem__banner {
  width: 95%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .personalItem__banner {
    width: 320px;
  }
}
.personalItem__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.personalItem__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .personalItem__title {
    font-size: 1.5rem;
    line-height: 1.8333333333;
    margin-bottom: 18px;
  }
}
.personalItem__text.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.personalItem__join {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .personalItem__join {
    margin-top: auto;
  }
}
.personalItem__join a {
  color: #e6002e;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 18px;
}

.personalItem__join span {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/*
-----------------------------------
top
-----------------------------------
*/
@media screen and (min-width: 768px) {
  #mv .inner {
    padding: 0;
  }
}
.mv__title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .mv__title {
    max-width: 1000px;
    margin: 0 auto 100px;
    padding: 100px 20px 0;
  }
}
.mv__cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 calc(50% - 50vw);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .mv__cont {
    margin: 0;
  }
}
.mv__scroll--wrapper {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .mv__scroll--wrapper {
    width: 150px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media (min-width: 1025px) {
  .mv__scroll--wrapper {
    padding-top: 70px;
  }
}
.mv__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .mv__scroll {
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.mv__scroll p {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .mv__scroll p {
    font-size: 14px;
  }
}
.mv__scroll-line {
  display: block;
  width: 100%;
  height: 8vw;
  position: relative;
}

.mv__scroll-line::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #e6002e;
  -webkit-animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  -webkit-transition: height 0.6s 0.2s ease-in-out;
  transition: height 0.6s 0.2s ease-in-out;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.mv__scroll .arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .mv__scroll .arrow {
    width: 60px;
    height: 60px;
  }
}
.mv__scroll .arrow svg {
  width: 14px;
  height: 14px;
}

@media screen and (min-width: 768px) {
  .mv__scroll .arrow svg {
    width: 29px;
    height: 29px;
  }
}
.mv__img {
  width: 80%;
  position: relative;
  padding-top: 53.333%;
}

@media screen and (min-width: 768px) {
  .mv__img {
    width: 100%;
    padding-top: 45.8%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .mv__img {
    padding-top: 0;
    height: 600px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: calc(50% - 50vw);
  }
}
.mv__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

@media screen and (min-width: 768px) {
  .mv__img img {
    max-height: 600px;
  }
}
/*
-----------------------------------
about
-----------------------------------
*/
#about {
  background-color: #eeeeee;
  padding: 140px 0;
  margin-top: -60px;
  background-size: auto auto;
  background: repeat center/60px 60px url(../images/common/gray-back.png);
  background-color: #eeeeee;
}

@media screen and (min-width: 768px) {
  #about {
    padding: 200px 0 120px;
    margin-top: -150px;
  }
}
@media (min-width: 1025px) {
  #about {
    padding: 400px 0 120px;
    margin-top: -300px;
  }
}
.about__lead {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.7333333333;
  font-weight: bold;
  margin-bottom: 29px;
}

.about__text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}

/*
-----------------------------------
company
-----------------------------------
*/
#company {
  background-color: #222527;
  padding: 52px 0 80px;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  #company {
    padding: 120px 0;
  }
}
#company::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 63%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 63%);
  background-color: #e6002e;
  background: repeat center/10px 10px url(../images/common/red-back.png);
}

@media screen and (min-width: 768px) {
  #company::after {
    height: 48%;
  }
}
#company .inner {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .company__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.company__images {
  width: 69%;
  margin: 0 auto 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .company__images {
    width: 46%;
    margin: 26px 0 0;
  }
}
.company__img01 {
  position: absolute;
  top: -115px;
  right: 0;
  width: 52%;
}

@media screen and (min-width: 768px) {
  .company__img01 {
    top: -218px;
    width: 55%;
  }
}
.company__img02 {
  width: 86.5%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .company__main {
    width: 61%;
  }
}
@media screen and (min-width: 768px) {
  #company .title-set {
    margin-bottom: 40px;
  }
}
#company .section-title {
  color: #e6002e;
}

@media screen and (min-width: 768px) {
  #company .section-title {
    margin: 0;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  #company .h2-title {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
}
.company__lead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.9;
  font-weight: bold;
  margin-bottom: 31px;
}

@media screen and (min-width: 768px) {
  .company__lead {
    font-size: 1.875rem;
    line-height: 1.7333333333;
    margin-bottom: 40px;
    text-align: left;
  }
}
.company__text {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #company .link {
    margin: 0 auto 0 0;
  }
}
/*
-----------------------------------
service
-----------------------------------
*/
#service {
  padding: 80px 0 0;
}

.service__text {
  margin: 0 auto 80px;
  padding: 0 20px;
  max-width: 740px;
}

.service__link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 20px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

@media screen and (min-width: 768px) {
  .service__link a {
    padding: 148px 20px;
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 768px) {
  .service__link a:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 768px) {
  .service__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
    gap: 5.9375vw;
  }
}
.service__link.service__link--personal {
  background: no-repeat center 87%/297% auto url(../images/top/personal.jpg);
}

@media screen and (min-width: 768px) {
  .service__link.service__link--personal {
    background: no-repeat center 63%/108% auto url(../images/top/personal.jpg);
  }
}
.service__link.service__link--business {
  background: no-repeat center 18%/178% auto url(../images/top/personal02.jpg);
}

@media screen and (min-width: 768px) {
  .service__link.service__link--business {
    background: no-repeat center 38%/102% auto url(../images/top/personal02.jpg);
  }
}
.service__link--sub {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  color: #e6002e;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .service__link--sub {
    margin-bottom: 0;
  }
}
.service__link--sub span {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 2.5;
  margin-right: 0.5em;
}

.service__link--title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .service__link--title {
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .service__link--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .service__link--text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.service__link .arrow {
  margin-left: auto;
}

/*
-----------------------------------
online
-----------------------------------
*/
#online {
  background-color: #fff;
  background-image: radial-gradient(rgba(112, 112, 112, 0.5) 8%, transparent 8%);
  background-size: 17px 17px;
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  #online {
    padding: 130px 0;
  }
}
.online__lead {
  margin-bottom: 40px;
}

.online__items {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
.online__items > * {
  max-width: 320px;
}
.online__items > *:nth-last-child(2), .online__items > *:nth-last-child(1) {
  width: 49%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .online__items {
    gap: 15px;
    row-gap: 10px;
  }
  .online__items > * {
    max-width: 47.7%;
  }
  .online__items > *:nth-last-child(2), .online__items > *:nth-last-child(1) {
    width: 100%;
  }
}

#life-support {
  padding: 40px 0 0;
  background-color: #e6002e;
  background: repeat center/10px 10px url(../images/common/red-back.png);
  color: #fff;
}

@media screen and (min-width: 768px) {
  #life-support {
    padding: 130px 0 0;
  }
}
#life-support .section-title {
  letter-spacing: 0.04em;
}

.life-support__lead {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .life-support__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 calc(50% - 50vw);
  }
}
.life-support__link {
  margin: 0 calc(50% - 50vw);
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .life-support__link {
    margin: 0;
    width: 25%;
    min-height: 360px;
  }
}
.life-support__link a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 67px 20px;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 768px) {
  .life-support__link a {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.life-support__link a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.life-support__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.life-support__link:hover .life-support__back {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.life-support__link.support01 .life-support__back {
  background: no-repeat center/cover url(../images/top/support01.jpg);
}

.life-support__link.support02 .life-support__back {
  background: no-repeat center/cover url(../images/top/support02.jpg);
}

.life-support__link.support03 .life-support__back {
  background: no-repeat center/cover url(../images/top/support03.jpg);
}

.life-support__link.support04 .life-support__back {
  background: no-repeat center/cover url(../images/top/support04.jpg);
}

.life-support__link--title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.8333333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .life-support__link--text {
    max-width: 235px;
  }
}
#news {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  #news {
    padding: 100px 0 130px;
  }
}
.news__cont--wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .news__cont--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 6.25vw;
  }
}
.news__left {
  display: contents;
}

@media screen and (min-width: 768px) {
  .news__left {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #news .section-title {
    text-align: left;
  }
}
#news .h2-title {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #news .h2-title {
    text-align: left;
    padding-left: 5px;
  }
}
.news__left .link {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 768px) {
  .news__left .link {
    width: 210px;
    margin: 0;
  }
}
.news__items {
  margin-bottom: 40px;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .news__items {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#insurance {
  padding: 80px 0;
  background-color: #eeeeee;
  background: repeat center/60px 60px url(../images/common/gray-back.png);
  background-color: #eeeeee;
}

@media screen and (min-width: 768px) {
  #insurance {
    padding: 120px 0;
  }
}
#insurance .h2-title {
  margin-bottom: 40px;
}

.insurance__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .insurance__items {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }
}
.insurance__item {
  aspect-ratio: 320/140;
}

@media screen and (min-width: 768px) {
  .insurance__item {
    width: calc(33.33333% - 20px);
  }
}
.insurance__item img {
  height: 100%;
}

#access {
  padding: 80px 0;
}

@media screen and (min-width: 768px) {
  .access__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.25vw;
  }
}
@media screen and (min-width: 768px) {
  .access__left {
    width: 300px;
  }
}
#access .section-title {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.04;
  font-weight: bold;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #access .section-title {
    text-align: left;
  }
}
#access .section-title span {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.1666666667;
  letter-spacing: normal;
  margin-right: 5px;
}

.access__cont dl {
  margin-bottom: 40px;
}

.access__cont dt {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  font-weight: bold;
  font-family: "Bebas Neue", sans-serif;
  color: #e6002e;
}

.access__tel dd span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
}

.access__tel dd span.attention {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}

.access__link {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .access__link {
    margin: 0;
  }
}
.access__map {
  margin: 0 calc(50% - 50vw);
  position: relative;
  padding-top: 100%;
}

@media screen and (min-width: 768px) {
  .access__map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding-top: 56%;
  }
}
@media (min-width: 1300px) {
  .access__map {
    margin: 0 -150px 0 0;
  }
}
.access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .access__map iframe {
    right: 0;
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  #promise {
    background: no-repeat center 68%/cover url(../images/top/promise-back.jpg);
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  #promise::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
#promise .inner {
  padding: 0;
}

.promise__img {
  width: 100%;
  height: 270px;
  position: relative;
}

.promise__img::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.promise__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.promise__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
  color: #fff;
  background: #000;
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .promise__text {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding: 76px 0 79px;
    max-width: 700px;
    margin: auto;
    background: none;
    position: relative;
    z-index: 1;
  }
}
/*　R8.2 採用方法追加　*/
.recruit-cont .h3-title {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .recruit-cont .h3-title {
    margin-bottom: 80px;
  }
}
.recruit-cont .link {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .recruit-cont .link {
    margin-bottom: 100px;
  }
}

.recruit-table {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .recruit-table {
    margin-bottom: 40px;
  }
}
.recruit-table__row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e2e2e2;
}
.recruit-table__row:first-child {
  border-top: 1px solid #e2e2e2;
}
@media screen and (min-width: 768px) {
  .recruit-table__row {
    flex-direction: row;
    align-items: center;
  }
}
.recruit-table dt {
  font-weight: bold;
  font-size: 16px;
  background-color: #fff6f8;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-table dt {
    width: 260px;
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
.recruit-table dd {
  font-size: 16px;
  padding: 20px;
}

/* emergency-table */
.emergency-cont {
  padding: 0 0 80px;
}
@media screen and (min-width: 768px) {
  .emergency-cont {
    padding: 0 0 120px;
  }
}

.scroll-text {
  font-size: 16px;
  line-height: 1.875;
  color: #d42a3c;
  margin-bottom: 20px;
}

.emergency-tableWrapper {
  width: 100%;
  overflow-x: auto;
}

.emergency-table {
  width: 1000px;
  border-top: 1px solid #e2e2e2;
}

.emergency-table__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  min-height: 120px;
}

.emergency-table__company {
  font-weight: bold;
  font-size: 20px;
  color: #e6002e;
  background-color: #fff6f8;
  padding: 20px 20px;
  width: 260px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  align-self: stretch;
}

.emergency-table__desc {
  font-size: 16px;
  padding-left: 30px;
  width: 188px;
  flex-shrink: 0;
}

.emergency-table__tel {
  padding-left: 30px;
  width: 160px;
  width: 200px;
  flex-shrink: 0;
}

.emergency-table__tel a {
  font-size: 20px;
  font-weight: bold;
  color: #d42a3c;
  display: flex;
  align-items: center;
  gap: 3px;
}

.emergency-table__tel .icon-tel {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  background-image: url("../images/tel-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.emergency-table__time {
  font-size: 16px;
  padding-left: 30px;
  line-height: 1.875;
  width: 206px;
  flex-shrink: 0;
}

.emergency-table__time .small {
  font-size: 12px;
}

.emergency-table__link {
  padding: 20px;
  min-height: 1px;
  width: fit-content;
  flex-shrink: 0;
  margin-left: auto;
}

.emergency-table__link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #e6002e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 12px 9px 8px;
  transition: background-color 0.3s;
  position: relative;
}

.emergency-table__link a:hover {
  background-color: #d1002a;
}

.emergency-table__link .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
}

.emergency-table__link .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 54%;
  right: 0;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.emergency-table__link .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}

/*** 問い合わせ種類追加 ***/
@media (min-width: 769px) {
  .check-lists {
    align-items: start;
  }
}
@media (min-width: 769px) {
  .check-lists dt {
    padding-top: 1em;
  }
}
.check-lists dd {
  width: 100%;
  max-width: 337px;
}
@media (min-width: 769px) {
  .check-lists dd {
    max-width: 100%;
  }
}
.check-lists .wpcf7-list-item {
  display: block;
}
.check-lists .wpcf7-list-item input[type=checkbox] {
  border: 1px solid #e2e2e2;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.check-lists .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #e6002e;
}
.check-lists .wpcf7-list-item input[type=checkbox]:checked:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 4px;
  left: 3px;
}

.contact-confirm .check-lists dd {
  padding-top: 1em;
}/*# sourceMappingURL=styles.css.map */