@charset "UTF-8";
/* 文字の太さの設定 */
/* フォントの設定 */
/* z-index の設定 (20 以上) */
body {
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", system-ui;
  color: #3d3938;
}

textarea,
input,
select {
  font-family: "Zen Kaku Gothic New", system-ui;
}

html {
  scroll-behavior: smooth;
}
html.is_open {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
  .pc_tel {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab_none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}
.sect-pad--y {
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .sect-pad--y {
    padding: 40px 0 80px;
  }
}

.u-bg--gray {
  background: #f6f6f6;
}

/* 共通部分 (pc) ------------------------------------------------------------------------------------------------------ */
span,
a {
  font-weight: inherit;
  display: inline-block;
}

a,
p,
dt,
dd,
h1,
h2,
h3 {
  text-align: justify;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  a,
  p,
  dt,
  dd,
  h1,
  h2,
  h3 {
    letter-spacing: 0.06em;
  }
}

body figure {
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* インナー共通クラス */
.common_inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .common_inner {
    max-width: 500px;
    padding: 0 20px;
  }
}

/* ホバーで少し透明になる共通クラス */
.common_hover_opacity {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.common_hover_opacity:hover {
  opacity: 0.7;
}

/* 見出しの共通クラス */
.common_heading {
  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;
}
.common_heading::after {
  content: "";
  background-image: url(../img/common/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  aspect-ratio: 110/6;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .common_heading::after {
    width: 84px;
    aspect-ratio: 84/5;
    margin-top: 15px;
  }
}
.common_heading .common_heading_sub {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .common_heading .common_heading_sub {
    font-size: 12px;
  }
}
.common_heading .common_heading_main {
  font-size: 34px;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .common_heading .common_heading_main {
    font-size: 20px;
  }
}
.common_heading.left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* ボタンの共通クラス */
.common_btn {
  width: 380px;
  aspect-ratio: 380/70;
  background-color: #e71a2f;
  border: 1px solid #e71a2f;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
  margin: 0 auto;
  -webkit-transition: background 0.3s, color 0.3s ease 0s;
  transition: background 0.3s, color 0.3s ease 0s;
}
.common_btn::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  aspect-ratio: 22/10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.common_btn:hover {
  background-color: transparent;
  color: #e71a2f;
}
.common_btn:hover::after {
  background-image: url(../img/common/icon_arrow_hover.svg);
}
@media screen and (max-width: 767px) {
  .common_btn {
    width: 280px;
    aspect-ratio: 280/50;
    font-size: 14px;
  }
}

.common_fv {
  height: 340px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common_fv {
    height: 190px;
  }
}
.common_fv .common_img,
.common_fv .common_inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.common_fv .common_inner {
  padding: 0 30px;
}
.common_fv .common_fv_heading {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  padding-top: 185px;
}
@media screen and (max-width: 767px) {
  .common_fv .common_fv_heading {
    padding-top: 116px;
    font-size: 20px;
  }
}

.common_bread {
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .common_bread .common_inner {
    padding: 0 30px;
  }
}
.common_bread .common_bread_items {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .common_bread .common_bread_items {
    font-size: 12px;
    margin-top: 10px;
  }
}
.common_bread .common_bread_items span a {
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.common_bread .common_bread_items span a:hover {
  color: #e71a2f;
}
.common_bread .common_bread_items span > span {
  color: #e71a2f;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

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

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

body {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: block;
}

a,
div,
p,
dt,
dd,
li {
  -webkit-tap-highlight-color: transparent;
}

/* header ------------------------------------------------------------------------------------------------------ */
.header {
  padding: 0 min(3.3333333333vw, 50px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 10px;
    height: 70px;
  }
}
.header .header_wrapper {
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 min(2.6666666667vw, 40px) 0 min(3.3333333333vw, 50px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .header .header_wrapper {
    padding: 0 20px;
  }
}
.header .header_logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .header_logo h1 {
  width: 107px;
}

.header .header_logo .h1_img {
  width: 107px;
}

.header .header_logo .img {
  width: 92px;
}
@media screen and (max-width: 767px) {
  .header .header_logo h1 {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_logo .h1_img {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header .header_logo .img {
    width: 60px;
  }
}

.header .header_text {
  background-color: rgba(231, 26, 47, 0.04);
  color: #e71a2f;
  border-radius: 20px;
  margin-left: min(1.3333333333vw, 20px);
  padding: 6px 20px;
  font-size: 11px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .header .header_text {
    font-size: 8px;
  }
}
.header .header_text span {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .header .header_text span {
    font-size: 12px;
  }
}
.header .header_nav {
  margin-left: auto;
}
.header .header_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header_item {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .header_item::after {
  position: absolute;
  content: "";
  width: 6px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #e71a2f;
  top: 50px;
  left: 50%;
  translate: -50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_under_nav_wrap {
  visibility: hidden;
  width: 260px;
  position: absolute;
  left: 50%;
  top: 90px;
  translate: -50% 0;
  background-color: #3d3938;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header_under_nav_wrap.il {
  visibility: hidden;
  width: 310px;
  position: absolute;
  left: auto;
  right: 0;
  top: 90px;
  translate: 0;
  background-color: #3d3938;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  padding: 40px;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.header_under_nav_wrap a {
  display: inline-block;
  padding: 16px 0;
  border-bottom: 1px #fff solid;
  width: 100%;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header_under_nav_wrap a:nth-child(1) {
  padding-top: 0;
}
.header_under_nav_wrap a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.header .header_item:hover {
  color: #e71a2f;
}
.header .header_item:hover.header_item::after {
  opacity: 1;
}
.header .header_item:hover .header_under_nav_wrap {
  visibility: visible;
  opacity: 1;
}

.header .header_item.il:hover .header_under_nav_wrap.il {
  visibility: visible;
  opacity: 1;
}
.header .header_item a:hover {
  color: #e71a2f;
}
.header .header_btn {
  width: 30px;
  height: 20px;
  margin-left: auto;
  position: absolute;
  right: 30px;
  top: 26px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header .header_btn {
    right: 50px;
  }
}
.header .header_btn span {
  position: absolute;
  width: 25px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e71a2f;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.header .header_btn span:nth-child(1) {
  top: 2px;
}
.header .header_btn span:nth-child(2) {
  top: 9px;
}
.header .header_btn span:nth-child(3) {
  top: 16px;
}
.header .header_btn.is_open span:nth-child(1) {
  top: 9px;
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.header .header_btn.is_open span:nth-child(2) {
  display: none;
}
.header .header_btn.is_open span:nth-child(3) {
  top: 9px;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
}
.header.is_open {
  z-index: 50;
  height: 0;
  min-height: initial;
}
.header.is_open .header_wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
}
.header.is_open .header_logo {
  display: none;
}
.header.is_open .header_text {
  display: none;
}
.header.is_open .header_btn {
  z-index: 100;
}
.header.is_open .header_btn span {
  background-color: #fff;
}

/* drawer ------------------------------------------------------------------------------------------------------ */
.drawer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 40;
  min-height: 100dvh; /* iOS用 */
  overflow-y: scroll; /* iOSでのスクロール問題を解決 */
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background: #535353;
}
.drawer::-webkit-scrollbar {
  display: none;
}
.drawer.is_open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.drawer .drawer_wrapper {
  background-color: #535353;
  padding: 0 30px;
}
.drawer .drawer_items {
  padding: 15px 0;
}
.drawer .header_item {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  color: #fff;
}
.sp_header_nav_name {
  min-width: 180px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}
.sp_header_nav_name.il {
  opacity: 1;
}
.sp_header_under_nav_wrap {
  display: flex;
  flex-direction: column;
}
.drawer .header_item:last-child {
  border-bottom: none;
}
.drawer .header_item a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  padding: 6px 0;
}
.drawer .header_item a:first-child {
  padding-top: 0;
}
.drawer .contact_wrapper {
  margin-top: 30px;
  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;
  padding: 0 30px;
}

.drawer .contact_btn {
  width: 100%;
  min-width: 330px;
  height: 50px;
  padding: 12px 24px;
  font-size: 16px;
  background-color: #e71a2f;
  border: 1px solid #e71a2f;
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  -webkit-transition: background 0.3s, color 0.3s ease 0s;
  transition: background 0.3s, color 0.3s ease 0s;
}
.drawer .contact_btn::before {
  content: "";
  background-image: url(../img/common/icon_mail_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  aspect-ratio: 19/16;
  margin-right: 10px;
  margin-top: 2px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.drawer .contact_btn.il::before {
  content: "";
  background-image: url(../img/common/circle-question-solid-full.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  aspect-ratio: 19/16;
  margin-right: 10px;
  margin-top: 2px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}

/* fix_btns ------------------------------------------------------------------------------------------------------ */
.fix_btns {
  position: fixed;
  right: 0;
  bottom: 125px;
  z-index: 20;
}
.fix_btns .fix_btn {
  width: 170px;
  aspect-ratio: 170/70;
  border-radius: 30px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-transform: translateX(110px);
  transform: translateX(110px);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  padding-left: 23px;
}
.fix_btns .fix_btn:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.fix_btns .fix_btn::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  aspect-ratio: 25/22;
  margin-right: 15px;
}
.fix_btns .fix_btn:nth-child(1) {
  background-color: #f2ca32;
}
.fix_btns .fix_btn:nth-child(1)::before {
  background-image: url(../img/common/icon_partner.svg);
  width: 24px;
}
.fix_btns .fix_btn:nth-child(2) {
  background-color: #e71a2f;
  margin-top: 15px;
}
.fix_btns .fix_btn:nth-child(2)::before {
  background-image: url(../img/common/circle-question-solid-full.svg);
}

/* return_top ------------------------------------------------------------------------------------------------------ */
.return_top {
  position: fixed;
  right: 50px;
  bottom: 0;
  width: 70px;
  aspect-ratio: 70/33;
  background-color: #0d8b3d;
  border-radius: 30px 30px 0 0;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .return_top {
    width: 50px;
    aspect-ratio: 50/30;
    border-radius: 20px 20px 0 0;
    right: 20px;
  }
}
.return_top::before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  top: calc(50% + 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .return_top::before {
    width: 6px;
  }
}

/* drawer (pc) ------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 767px) {
  /* drawer (sp) ------------------------------------------------------------------------------------------------------ */
}
/* footer ------------------------------------------------------------------------------------------------------ */
.footer_contact.contact {
  padding: 80px 0;
  background-image: url(../img/common/bg_contact.webp);
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .footer_contact.contact {
    background-image: url(../img/common/bg_contact_sp.webp);
  }
}
@media screen and (max-width: 767px) {
  .footer_contact.contact {
    padding: 40px 0;
  }
}
.footer_contact.contact .contact_text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .footer_contact.contact .contact_text {
    font-size: 12px;
  }
}
.footer_contact.contact .contact_text span {
  font-size: 34px;
  color: #e71a2f;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer_contact.contact .contact_text span {
    font-size: 22px;
  }
}
.footer_contact.contact .contact_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  grid-gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .footer_contact.contact .contact_wrapper {
    grid-gap: 10px;
  }
}
.footer_contact.contact .contact_btn {
  min-width: 380px;
  padding: 18px 40px;
  background-color: #e71a2f;
  border: 1px solid #e71a2f;
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  -webkit-transition: background 0.3s, color 0.3s ease 0s;
  transition: background 0.3s, color 0.3s ease 0s;
}
@media screen and (max-width: 935px) {
  .footer_contact.contact .contact_btn {
    min-width: 495px;
  }
}

@media screen and (max-width: 767px) {
  .footer_contact.contact .contact_btn {
    width: 330px;
    min-width: 330px;
    padding: 12px 24px;
    font-size: 16px;
  }
}
.footer_contact.contact .contact_btn::before {
  content: "";
  background-image: url(../img/common/icon_mail_contact.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  aspect-ratio: 30/25;
  margin-right: 20px;
  margin-top: 2px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
.footer_contact.contact .contact_btn.il::before {
  content: "";
  background-image: url(../img/common/circle-question-solid-full.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  aspect-ratio: 30/25;
  margin-right: 20px;
  margin-top: 2px;
  -webkit-transition: background 0.3s ease 0s;
  transition: background 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .footer_contact.contact .contact_btn::before,
  .footer_contact.contact .contact_btn.il::before {
    width: 19px;
    aspect-ratio: 19/16;
    margin-right: 10px;
  }
}
.footer_contact.contact .contact_btn:hover {
  background-color: transparent;
  color: #e71a2f;
}
.footer_contact.contact .contact_btn:hover::before {
  background-image: url(../img/common/icon_mail_contact_red.svg);
}
.footer_contact.contact .contact_btn.il:hover::before {
  background-image: url(../img/common/circle-question-solid-full-red.svg);
}
/* .footer_contact.contact .contact_link .contact_btn::before {
  background-image: url(../img/common/icon_tel.svg);
  aspect-ratio: 1/1;
}
.footer_contact.contact .contact_link .contact_btn:hover::before {
  background-image: url(../img/common/icon_tel_red.svg);
} */
.footer_contact.contact .contact_time {
  color: #e71a2f;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .footer_contact.contact .contact_time {
    font-size: 12px;
  }
}

.footer_info.info {
  padding: 75px 0 20px;
}
@media screen and (max-width: 767px) {
  .footer_info.info {
    padding: 30px 0 10px;
  }
}
.footer_info.info .common_inner {
  padding: 0 20px;
}
.info_sns {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .info_sns {
    margin-bottom: 20px;
  }
}

.footer_info.info .info_logo {
  width: 107px;
}

@media screen and (max-width: 767px) {
  .footer_info.info .info_logo {
    width: 70px;
  }
}
.footer_info.info .info_text {
  background-color: rgba(231, 26, 47, 0.04);
  color: #e71a2f;
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 11px;
  font-weight: 500;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_text {
    font-size: 8px;
    margin-top: 20px;
  }
}
.footer_info.info .info_text span {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_text span {
    font-size: 12px;
  }
}
.footer_info.info .info_message_area {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_message_area {
    flex-direction: column;
  }
}
.footer_info.info .info_address {
  font-weight: 500;
  line-height: 2;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_address {
    font-size: 14px;
  }
}
.footer_info.info .info_center_title {
  font-weight: 700;
  line-height: 2;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_center_title {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
}
.footer_info.info .info_center_address {
  font-weight: 500;
  line-height: 2;
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .footer_info.info .info_center_address {
    font-size: 14px;
    margin-top: 5px;
  }
}
.footer_info.info .info_icons {
  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: flex-end;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_icons {
    margin-top: 20px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.footer_info.info .privacy_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer_info.info .privacy_list a:hover {
  color: #e71a2f;
}
@media screen and (max-width: 767px) {
  .footer_info.info .privacy_list {
    gap: 5px;
  }
}
.footer_info.info .info_icon {
  width: 30px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_icon {
    width: 26px;
  }
}
.footer_info.info .info_icon img {
  object-fit: contain;
}

.footer_info.info .info_link {
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_link {
    text-align: left;
    font-size: 10px;
  }
}

.footer_info.info .info_copy {
  font-size: 12px;
  font-weight: 500;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer_info.info .info_copy {
    font-size: 9px;
    margin-top: 40px;
  }
}
.bg_wrapper {
  background-color: #f6f6f6;
}

/* top_fv -------------------------------------------------------------------------------------------------------------------- */
.top_fv {
  height: 560px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_fv {
    height: 500px;
  }
}
.top_fv .fv_swiper {
  position: absolute;
  width: 100%;
  height: 550px;
  top: 0;
  left: 0;
}
.top_fv .fv_contents {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top_fv .fv_contents {
    height: 550px;
  }
}
.top_fv .common_inner {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .top_fv .common_inner {
    max-width: 600px;
  }
}
.top_fv .fv_wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .top_fv .fv_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 70px;
    justify-content: start;
  }
}

@media screen and (max-width: 767px) {
  .top_fv .fv_message {
    padding-top: 30px;
  }
}
.top_fv .fv_text {
  color: #e71a2f;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.6666666667;
  white-space: nowrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_fv .fv_text {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.top_fv .fv_desc {
  max-width: 500px;
  color: #3d3938;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_fv .fv_desc {
    font-size: 14px;
  }
}
.top_fv .fv_img {
  max-width: 570px;
}
@media screen and (max-width: 767px) {
  .top_fv .fv_img {
    max-width: 350px;
  }
}
.top_fv .fv_img img {
  width: 100%;
}

/* top_lead -------------------------------------------------------------------------------------------------------------------- */
.top_lead {
  padding: 120px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .top_lead {
    padding: 120px 0 60px 0;
  }
}
.top_lead .lead_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44.1666666667%;
  grid-template-columns: 1fr 44.1666666667%;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_lead .lead_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .top_lead .lead_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_lead .lead_message {
    padding-right: 5.3333333333vw;
  }
}
.top_lead .lead_heading {
  font-size: min(2.2666666667vw, 34px);
  color: #e71a2f;
  font-weight: 700;
  line-height: 1.7647058824;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_lead .lead_heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .top_lead .lead_heading {
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
.top_lead .lead_heading span {
  position: relative;
  z-index: 0;
}
.top_lead .lead_heading span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 17px;
  left: 0;
  bottom: 3px;
  background-color: #fbe48c;
  z-index: -10;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_lead .lead_heading span::before {
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top_lead .lead_heading span::before {
    height: 10px;
    bottom: 0;
  }
}
.top_lead .lead_text {
  font-size: 18px;
  line-height: 2.1111111111;
  margin-top: 40px;
  font-weight: 500;
  padding-right: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_lead .lead_text {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_lead .lead_text {
    font-size: 14px;
    line-height: 2;
    padding-right: 0;
    margin-top: 20px;
  }
}
.top_lead .lead_img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_lead .lead_img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .top_lead .lead_img {
    width: 350px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

/* top_feature -------------------------------------------------------------------------------------------------------------------- */
.top_feature {
  margin-top: -20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_feature {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_feature {
    margin-top: -40px;
  }
}
.top_feature .common_inner {
  max-width: 1516px;
}
@media screen and (max-width: 767px) {
  .top_feature .common_inner {
    padding: 0 5px;
  }
}
.top_feature .feature_container {
  padding: 80px 118px;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_feature .feature_container {
    padding: 80px 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_feature .feature_container {
    padding: 80px 15px 40px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top_feature .feature_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49.1666666667% 20px 49.1666666667%;
  grid-template-columns: 49.1666666667% 49.1666666667%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 45px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 20px;
  }
}
.top_feature .feature_item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_feature .feature_item {
    padding: 0 10px;
  }
}
.top_feature .feature_item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 140px;
  background-color: #f6f6f6;
  z-index: -10;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_item::before {
    height: 90px;
  }
}
.top_feature .feature_item:nth-child(1) {
  -ms-grid-columns: 25.9322033898% 3.3898305085% 1fr;
  grid-template-columns: 25.9322033898% 1fr;
  -webkit-column-gap: 3.3898305085%;
  -moz-column-gap: 3.3898305085%;
  column-gap: 3.3898305085%;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_item:nth-child(1) {
    -ms-grid-columns: 20% 5.7142857143% 1fr;
    grid-template-columns: 20% 1fr;
    -webkit-column-gap: 5.7142857143%;
    -moz-column-gap: 5.7142857143%;
    column-gap: 5.7142857143%;
  }
}
.top_feature .feature_item:nth-child(1) .feature_img {
  aspect-ratio: 153/188;
}
.top_feature .feature_item:nth-child(2) {
  -ms-grid-columns: 22.0338983051% 7.1186440678% 1fr;
  grid-template-columns: 22.0338983051% 1fr;
  -webkit-column-gap: 7.1186440678%;
  -moz-column-gap: 7.1186440678%;
  column-gap: 7.1186440678%;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_item:nth-child(2) {
    -ms-grid-columns: 20% 5.7142857143% 1fr;
    grid-template-columns: 20% 1fr;
    -webkit-column-gap: 5.7142857143%;
    -moz-column-gap: 5.7142857143%;
    column-gap: 5.7142857143%;
  }
}
.top_feature .feature_item:nth-child(2) .feature_img {
  aspect-ratio: 130/201;
}
.top_feature .feature_item:nth-child(3) {
  -ms-grid-columns: 25.9322033898% 3.3898305085% 1fr;
  grid-template-columns: 25.9322033898% 1fr;
  -webkit-column-gap: 3.3898305085%;
  -moz-column-gap: 3.3898305085%;
  column-gap: 3.3898305085%;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_item:nth-child(3) {
    -ms-grid-columns: 20% 5.7142857143% 1fr;
    grid-template-columns: 20% 1fr;
    -webkit-column-gap: 5.7142857143%;
    -moz-column-gap: 5.7142857143%;
    column-gap: 5.7142857143%;
  }
}
.top_feature .feature_item:nth-child(3) .feature_img {
  aspect-ratio: 153/187;
}
.top_feature .feature_item:nth-child(4) {
  -ms-grid-columns: 22.0338983051% 7.1186440678% 1fr;
  grid-template-columns: 22.0338983051% 1fr;
  -webkit-column-gap: 7.1186440678%;
  -moz-column-gap: 7.1186440678%;
  column-gap: 7.1186440678%;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_item:nth-child(4) {
    -ms-grid-columns: 20% 5.7142857143% 1fr;
    grid-template-columns: 20% 1fr;
    -webkit-column-gap: 5.7142857143%;
    -moz-column-gap: 5.7142857143%;
    column-gap: 5.7142857143%;
  }
}
.top_feature .feature_item:nth-child(4) .feature_img {
  aspect-ratio: 130/187;
}
@media screen and (max-width: 767px) {
  .top_feature .feature_item:nth-child(4) .feature_text {
    margin-left: -7px;
  }
}
.top_feature .feature_lead {
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_feature .feature_lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top_feature .feature_lead {
    font-size: 12px;
  }
}
.top_feature .feature_text {
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_feature .feature_text {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .top_feature .feature_text {
    font-size: 16px;
  }
}
.top_feature .feature_text span.color {
  color: #e71a2f;
}
.top_feature .feature_text span.letter_space {
  letter-spacing: 0;
}
.top_feature .common_btn.feature_btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_feature .common_btn.feature_btn {
    margin-top: 40px;
  }
}

/* top_worry -------------------------------------------------------------------------------------------------------------------- */
.top_worry {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .top_worry {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_worry .common_inner {
    padding: 0 10px;
  }
}
.top_worry .worry_items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32.1666666667% 1.6666666667% 32.1666666667% 1.6666666667%
    32.1666666667%;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 60px;
  }
}
.top_worry .worry_item {
  background-color: #f6f6f6;
  border-radius: 30px;
  padding: 74px min(2.6666666667vw, 40px) 60px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_worry .worry_item {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_worry .worry_item {
    padding: 40px 20px 30px;
  }
}

.top_worry .worry_heading_desc {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_heading_desc {
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }
}

.top_worry .worry_heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7272727273;
  text-align: center;
  color: #e71a2f;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_heading {
    font-size: 18px;
    text-align: center;
    line-height: 2;
  }
}
.top_worry .worry_body_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7272727273;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_body_title {
    font-size: 18px;
    text-align: left;
  }
}
.top_worry .worry_body_desc {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 8px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_body_desc {
    font-size: 14px;
  }
}
.top_worry .note {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_worry .note {
    font-size: 12px;
  }
}
.top_worry .btn {
  width: 52px;
  height: 43px;
  border-radius: 34px;
  background-color: #e71a2f;
  margin: 40px 0 0 auto;
  position: relative;
  border: 1px solid #e71a2f;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top_worry .btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/common/icon_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  aspect-ratio: 22/10;
}

.top_worry .worry_item:hover {
  .btn {
    background-color: transparent;
  }
}
.top_worry .worry_item:hover .btn::after {
  background-image: url(../img/common/icon_arrow_hover.svg);
}

.top_worry .worry_img {
  height: 180px;
  margin: 40px auto 0;
}
.top_worry .worry_img img {
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_img {
    height: 114px;
    margin: 20px auto 0;
  }
}

.top_worry .worry_lists {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_lists {
    margin-top: 20px;
  }
}
.top_worry .worry_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_list {
    font-size: 14px;
  }
}
.top_worry .worry_list::before {
  content: "";
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 15px;
  margin-top: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_list::before {
    margin-top: 3px;
  }
}
.top_worry .worry_list:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_worry .worry_list:not(:first-child) {
    margin-top: 15px;
  }
}

/* top_case -------------------------------------------------------------------------------------------------------------------- */
.top_case {
  padding: 80px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .top_case {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .top_case .common_inner {
    padding: 0 10px;
  }
}
.top_case .case_items {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_case .case_items {
    margin-top: 40px;
  }
}
.top_case .case_item {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 80px;
  display: flex;
  gap: 80px;
  align-items: start;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_case .case_item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_case .case_item {
    display: block;
    padding: 30px 20px;
  }
}
.top_case .case_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_case .case_item:not(:first-child) {
    margin-top: 20px;
  }
}

.top_case .case_item .case_img {
  object-fit: contain;
  width: 100%;
  max-width: 153px;
}
.top_case .case_item .case_img img {
  width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_case .case_img {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  .top_case .case_img {
    margin: 0 auto;
  }
}

.top_case .case_heading {
  font-size: min(2.2666666667vw, 28px);
  font-weight: 700;
  margin-top: 10px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 20px;
  text-align: left;
  color: #e71a2f;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_case .case_heading {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.7777777778;
  }
}
.top_case .case_lists {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top_case .case_lists {
    margin-top: 15px;
  }
}
.top_case .case_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_case .case_list {
    font-size: 14px;
  }
}
.top_case .case_list::before {
  content: "";
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  margin-top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .top_case .case_list::before {
    width: 17px;
    margin-right: 10px;
    margin-top: 3px;
  }
}
.top_case .case_list:not(:first-child) {
  margin-top: 10px;
}
.top_case .case_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_case .case_text {
    font-size: 14px;
    line-height: 2;
  }
}

.top_case .common_btn.case_btn {
  margin-top: 40px;
  margin-left: 0;
  width: 280px;
  aspect-ratio: 280 / 70;
}
@media screen and (max-width: 767px) {
  .top_case .common_btn.case_btn {
    margin-top: 20px;
  }
}
.top_case .note {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
}
.top_case .sub-title {
  font-size: 16px;
  font-weight: 500;
}
.top_case .case_desc {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_case .note {
    margin-top: 18px;
    font-size: 14px;
  }
  .top_case .sub-title {
    font-size: 12px;
  }
  .top_case .case_desc {
    font-size: 14px;
  }
}

/* top_news -------------------------------------------------------------------------------------------------------------------- */
.top_news {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top_news {
    padding-bottom: 80px;
  }
}
.top_news .common_inner {
  max-width: 1516px;
}
@media screen and (max-width: 767px) {
  .top_news .common_inner {
    padding: 0 10px;
  }
}
.top_news .news_container {
  background-image: url(../img/top/bg_blog.webp);
  background-size: cover;
  background-position: center center;
  padding: 80px 118px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_news .news_container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .news_container {
    padding: 40px 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top_news .news_items {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 23.3333333333% 2.1666666667% 23.3333333333% 2.1666666667%
    23.3333333333% 2.1666666667% 23.3333333333%;
  grid-template-columns: 23.3333333333% 23.3333333333% 23.3333333333% 23.3333333333%;
  -webkit-column-gap: 2.1666666667%;
  -moz-column-gap: 2.1666666667%;
  column-gap: 2.1666666667%;
}
@media screen and (max-width: 767px) {
  .top_news .news_items {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .news_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 31.5151515152% 1fr;
    grid-template-columns: 31.5151515152% 1fr;
  }
}
.top_news .news_img {
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  aspect-ratio: 280/180;
}
@media screen and (max-width: 767px) {
  .top_news .news_img {
    aspect-ratio: 104/70;
    border-radius: 20px;
  }
}
.top_news .news_body {
  padding-left: 10px;
}
.top_news .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_news .news_info {
    margin-top: 0;
  }
}
.top_news .news_time {
  color: #e71a2f;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_news .news_time {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .news_time {
    font-size: 12px;
  }
}
.top_news .news_category {
  color: #888483;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_news .news_category {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .news_category {
    font-size: 9px;
    margin-left: 12px;
  }
}
.top_news .news_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 2.1111111111;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .top_news .news_title {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 5px;
  }
}
.top_news .news_item:hover .news_img {
  opacity: 0.7;
}
.top_news .news_item:hover .news_title {
  color: #e71a2f;
}
.top_news .common_btn.news_btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .top_news .common_btn.news_btn {
    margin-top: 40px;
  }
}

/* top_member -------------------------------------------------------------------------------------------------------------------- */
.top_member {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .top_member {
    padding-top: 80px;
  }
}
.top_member .member_wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 42.4166666667%;
  grid-template-columns: 1fr 42.4166666667%;
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_member .member_wrapper {
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
  }
}
@media screen and (max-width: 767px) {
  .top_member .member_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.top_member .member_message {
  padding-right: min(5.3333333333vw, 80px);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_member .member_message {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_member .member_message {
    padding-right: 0;
    margin-top: 40px;
  }
}
.top_member .member_lead {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_member .member_lead {
    font-size: 16px;
    line-height: 2;
  }
}
.top_member .member_lead span {
  color: #e71a2f;
}
.top_member .member_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_member .member_text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}
.top_member .member_img {
  width: 100%;
  aspect-ratio: 350/195;
}
@media screen and (max-width: 767px) {
  .top_member .member_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.top_member .member_items {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49.1666666667% 1.6666666667% 49.1666666667%;
  grid-template-columns: 49.1666666667% 49.1666666667%;
  -webkit-column-gap: 1.6666666667%;
  -moz-column-gap: 1.6666666667%;
  column-gap: 1.6666666667%;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_member .member_items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.top_member .member_item.item {
  aspect-ratio: 590/180;
  background-color: #fff;
  border-radius: 30px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 33.7037037037% 1fr;
  grid-template-columns: 33.7037037037% 1fr;
  padding: 0 25px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_member .member_item.item {
    padding: 10px 15px;
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 767px) {
  .top_member .member_item.item {
    width: 100%;
    -ms-grid-columns: 38.1818181818% 1fr;
    grid-template-columns: 38.1818181818% 1fr;
    padding: 0 10px;
    height: 140px;
    aspect-ratio: initial;
  }
}
.top_member .member_item.item .item_img img {
  height: auto;
}
.top_member .member_item.item .item_body {
  padding-left: 42px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_member .member_item.item .item_body {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_member .member_item.item .item_body {
    padding-left: 20px;
  }
}
.top_member .member_item.item .item_lead {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_member .member_item.item .item_lead {
    font-size: 12px;
  }
}
.top_member .member_item.item .item_text {
  font-size: min(1.7333333333vw, 22px);
  font-weight: 700;
  color: #e71a2f;
  margin-top: 5px;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_member .member_item.item .item_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top_member .member_item.item .item_text {
    font-size: 16px;
    margin-top: 3px;
  }
}
.top_member .member_item.item .item_attention {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top_member .member_item.item .item_attention {
    font-size: 12px;
    margin-top: 5px;
  }
}

/* top_about -------------------------------------------------------------------------------------------------------------------- */
.top_about {
  padding: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .top_about {
    padding: 60px 0 80px;
  }
}
.top_about .common_heading .common_heading_sub {
  font-size: 12px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .top_about .common_heading .common_heading_sub {
    font-size: 9px;
    margin-right: 40px;
  }
}
.top_about .common_heading .common_heading_main {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top_about .common_heading .common_heading_main {
    margin-top: 5px;
  }
}
.top_about .about_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 77.1666666667% 1fr;
  grid-template-columns: 77.1666666667% 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_about .about_wrapper {
    -ms-grid-columns: 70% 30%;
    grid-template-columns: 70% 30%;
  }
}
@media screen and (max-width: 767px) {
  .top_about .about_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.top_about .about_lead {
  font-size: min(1.7333333333vw, 22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top_about .about_lead {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
}
.top_about .about_lead span {
  color: #e71a2f;
}
.top_about .about_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_about .about_text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}
.top_about .about_tag {
  width: 56.9343065693%;
  aspect-ratio: 155/200;
  margin-left: 53px;
}
@media screen and (max-width: 767px) {
  .top_about .about_tag {
    width: 28.5714285714%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.top_about .about_container {
  margin-top: 80px;
  background-color: #fff;
  padding: 40px min(8vw, 120px);
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_about .about_container {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .about_container {
    margin-top: 40px;
    padding: 20px;
    border-radius: 20px;
    width: calc(100% - 20px);
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.top_about .about_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 8vw 1fr;
  grid-template-columns: 320px 1fr;
  -webkit-column-gap: 8vw;
  -moz-column-gap: 8vw;
  column-gap: 8vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_about .about_item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .about_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.top_about .about_item dt {
  font-size: 22px;
  font-weight: 700;
  color: #e71a2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
@media screen and (max-width: 767px) {
  .top_about .about_item dt {
    font-size: 16px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.top_about .about_item dt span {
  font-size: 34px;
  background-color: #fff6d2;
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_about .about_item dt span {
    font-size: 23px;
    width: 45px;
  }
}
.top_about .about_item dd {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_about .about_item dd {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .top_about .about_item dd {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.7142857143;
  }
}
.top_about .about_item:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .top_about .about_item:not(:first-child) {
    margin-top: 15px;
  }
}
.top_about .about_contents {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 42.5% 1fr;
  grid-template-columns: 42.5% 1fr;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_about .about_contents {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }
}
@media screen and (max-width: 767px) {
  .top_about .about_contents {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.top_about .about_img {
  width: 100%;
  max-width: 314px;
  aspect-ratio: 314/338;
}
.top_about .about_img img {
  object-fit: contain;
}
.top_about .about_body {
  padding-left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_about .about_body {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .about_body {
    padding-left: 0;
  }
}
.top_about .about_message {
  font-size: 22px;
  font-weight: 700;
  line-height: 2.1818181818;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_about .about_message {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top_about .about_message {
    font-size: 16px;
    padding-left: 0;
    line-height: 2;
    margin-top: 20px;
  }
}
.top_about .about_message span {
  color: #0d8b3d;
}
.top_about .about_attention {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .top_about .about_attention {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}

/* top_area -------------------------------------------------------------------------------------------------------------------- */
.top_area {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_area {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .top_area {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_area .area_container {
    padding-bottom: 80px;
  }
}
.top_area .area_desc {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_area .area_desc {
    font-size: 14px;
  }
}
.top_area .area_container {
  margin-top: 80px;
  background-color: #f6f6f6;
  border-radius: 30px;
  padding: 60px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_area .area_container {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_area .area_container {
    margin-top: 40px;
    padding: 40px 20px;
  }
}
.top_area .area_container::before {
  content: "";
  position: absolute;
  background-image: url(../img/top/bg_area.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 188px;
  aspect-ratio: 188/272;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .top_area .area_container::before {
    aspect-ratio: 217/313;
    right: 20px;
    top: 20%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.top_area .area_contents {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .top_area .area_contents {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-top: 20px;
  }
}

.top_area .note {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top_area .note {
    font-size: 14px;
    margin-top: 20px;
  }
}
.top_area .area_lead {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_area .area_lead {
    font-size: 16px;
  }
}
.top_area .area_lead::before {
  content: "";
  background-image: url(../img/common/icon_pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  aspect-ratio: 16/20;
  margin-top: 2px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top_area .area_lead::before {
    width: 13px;
    aspect-ratio: 13/16;
    margin-right: 10px;
  }
}
.top_area .area_text {
  font-weight: 500;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_area .area_text {
    margin-top: 10px;
    line-height: 2;
  }
}

.top_recruit__link {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.top_recruit__link:hover {
  opacity: 0.7;
}
.top_recruit__bnr {
  padding: 80px 100px;
  background: url("../img/top/recruit-bnr.jpg") no-repeat center center/cover;
  border-radius: 30px;
  margin-bottom: 160px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2.11;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .top_recruit__bnr {
    padding: 42px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit__bnr {
    padding: 40px 20px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url("../img/top/recruit-bnr-sp.jpg") no-repeat center
      center/cover;
    margin-bottom: 80px;
  }
}
.top_recruit__heading-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  margin-right: 10%;
}
@media screen and (max-width: 767px) {
  .top_recruit__heading-wrap {
    margin-right: 0;
    margin-bottom: 20px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }
}
.top_recruit__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}
.top_recruit__heading {
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .top_recruit__heading {
    font-size: 20px;
    letter-spacing: 0.06em;
  }
}
.top_recruit__btn-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: right;
  font-weight: 500;
  padding-right: 52px;
  position: relative;
}
.top_recruit__btn-arrow::before {
  content: "";
  position: absolute;
  width: 22.34px;
  height: 3px;
  background: url("../img/top/recruit-arrow.svg") no-repeat center center/cover;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* page_feature -------------------------------------------------------------------------------------------------------------------- */
#page_feature {
  /* feature -------------------------------------------------------------------------------------------------------------------- */
  /* member -------------------------------------------------------------------------------------------------------------------- */
}
#page_feature .feature {
  background-color: #f6f6f6;
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  #page_feature .feature {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #page_feature .feature .common_inner {
    padding: 0 10px;
  }
}
#page_feature .feature .feature_item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_feature .feature .feature_item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_feature .feature .feature_item {
    padding: 30px 20px;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
#page_feature .feature .feature_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_feature .feature .feature_item:not(:first-child) {
    margin-top: 20px;
  }
}
#page_feature .feature .feature_item:nth-child(1) {
  -ms-grid-columns: 14.7115384615% 7.6923076923% 1fr;
  grid-template-columns: 14.7115384615% 1fr;
  -webkit-column-gap: 7.6923076923%;
  -moz-column-gap: 7.6923076923%;
  column-gap: 7.6923076923%;
}
#page_feature .feature .feature_item:nth-child(1) .feature_img {
  aspect-ratio: 153/188;
}
#page_feature .feature .feature_item:nth-child(2) {
  -ms-grid-columns: 12.5% 9.9038461538% 1fr;
  grid-template-columns: 12.5% 1fr;
  -webkit-column-gap: 9.9038461538%;
  -moz-column-gap: 9.9038461538%;
  column-gap: 9.9038461538%;
}
#page_feature .feature .feature_item:nth-child(2) .feature_img {
  aspect-ratio: 130/201;
}
#page_feature .feature .feature_item:nth-child(3) {
  -ms-grid-columns: 14.7115384615% 7.6923076923% 1fr;
  grid-template-columns: 14.7115384615% 1fr;
  -webkit-column-gap: 7.6923076923%;
  -moz-column-gap: 7.6923076923%;
  column-gap: 7.6923076923%;
}
#page_feature .feature .feature_item:nth-child(3) .feature_img {
  aspect-ratio: 153/187;
}
#page_feature .feature .feature_item:nth-child(4) {
  -ms-grid-columns: 14.5192307692% 7.8846153846% 1fr;
  grid-template-columns: 14.5192307692% 1fr;
  -webkit-column-gap: 7.8846153846%;
  -moz-column-gap: 7.8846153846%;
  column-gap: 7.8846153846%;
}
#page_feature .feature .feature_item:nth-child(4) .feature_img {
  aspect-ratio: 151/197;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_feature .feature .feature_img {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  #page_feature .feature .feature_img {
    margin: 0 auto;
    width: 30.303030303%;
  }
}
#page_feature .feature .feature_body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#page_feature .feature .feature_lead {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_feature .feature .feature_lead {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
  }
}
#page_feature .feature .feature_heading {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  margin-top: 5px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_feature .feature .feature_heading {
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
  }
}
#page_feature .feature .feature_heading span.color {
  color: #e71a2f;
}
#page_feature .feature .feature_text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  #page_feature .feature .feature_text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
  }
}
#page_feature .member {
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  #page_feature .member {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  #page_feature .member .common_inner {
    padding: 0 10px;
  }
}
#page_feature .member .member_wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 42.4166666667%;
  grid-template-columns: 1fr 42.4166666667%;
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_feature .member .member_wrapper {
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
  }
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
#page_feature .member .member_body {
  padding-right: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_feature .member .member_body {
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_body {
    padding-right: 0;
    margin-top: 40px;
  }
}
#page_feature .member .member_lead {
  font-size: min(1.7333333333vw, 22px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_lead {
    font-size: 16px;
  }
}
#page_feature .member .member_lead span {
  color: #e71a2f;
}
#page_feature .member .member_text {
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}
#page_feature .member .member_price {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -ms-grid-columns: 29.6052631579% 2px 70.3947368421%;
  grid-template-columns: 29.6052631579% 70.3947368421%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_price {
    height: 50px;
    margin-top: 20px;
  }
}
#page_feature .member .member_price dt,
#page_feature .member .member_price dd {
  padding: 22px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_price dt,
  #page_feature .member .member_price dd {
    font-size: 14px;
    padding: 15px 0;
  }
}
#page_feature .member .member_price dt {
  background-color: #fcd337;
}
#page_feature .member .member_price dd {
  background-color: #fcfaf1;
}
#page_feature .member .member_img {
  width: 100%;
  aspect-ratio: 509/283;
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
#page_feature .member .member_items {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_items {
    margin-top: 60px;
  }
}
#page_feature .member .member_item.item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 17.5% 50px 1fr;
  grid-template-columns: 17.5% 1fr;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  background-color: #fcfaf1;
  padding: 60px 80px;
  border-radius: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_feature .member .member_item.item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_item.item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
#page_feature .member .member_item.item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_feature .member .member_item.item:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_feature .member .item_img {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@media screen and (max-width: 767px) {
  #page_feature .member .item_img {
    width: 54.5454545455%;
    margin: 0 auto;
  }
}
#page_feature .member .item_img img {
  height: auto;
}
#page_feature .member .item_number {
  width: 83px;
  aspect-ratio: 83/29;
  background-color: #e71a2f;
  border-radius: 30px;
  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;
  padding-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_feature .member .item_number {
    width: 70px;
    font-size: 14px;
    margin-top: 20px;
  }
}
#page_feature .member .item_heading {
  font-size: 28px;
  font-weight: 700;
  color: #e71a2f;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page_feature .member .item_heading {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
  }
}
#page_feature .member .item_text {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  #page_feature .member .item_text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
}

/* page_service -------------------------------------------------------------------------------------------------------------------- */
#page_service {
  /* service -------------------------------------------------------------------------------------------------------------------- */
  /* trip -------------------------------------------------------------------------------------------------------------------- */
  /* support -------------------------------------------------------------------------------------------------------------------- */
}
#page_service .service {
  padding-top: 80px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  #page_service .service {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #page_service .service .common_inner {
    max-width: 100%;
  }
}
#page_service .service .service_lead {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  #page_service .service .service_lead {
    font-size: 14px;
    line-height: 2;
  }
}
#page_service .trip {
  background-color: #f6f6f6;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #page_service .trip {
    padding-top: 40px;
  }
}
#page_service .trip .common_inner {
  max-width: 1516px;
}
@media screen and (max-width: 767px) {
  #page_service .trip .common_inner {
    padding: 0 10px;
  }
}
#page_service .trip .trip_container {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 118px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_service .trip .trip_container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_container {
    padding: 30px 20px;
    position: relative;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
#page_service .trip .trip_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16.6666666667% 34.1666666667%;
  grid-template-columns: 1fr 34.1666666667%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 16.6666666667%;
  -moz-column-gap: 16.6666666667%;
  column-gap: 16.6666666667%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_service .trip .trip_wrapper {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_body {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  #page_service .trip .common_heading {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
#page_service .trip .trip_contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_contents {
    display: contents;
  }
}
#page_service .trip .trip_lead {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_lead {
    margin-top: 40px;
    font-size: 18px;
  }
}
#page_service .trip .trip_lead::before {
  content: "";
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_lead::before {
    width: 18px;
    margin-right: 15px;
  }
}
#page_service .trip .trip_items {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_items {
    margin-top: 20px;
  }
}
#page_service .trip .trip_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30.612244898% 2px 69.387755102%;
  grid-template-columns: 30.612244898% 69.387755102%;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_item {
    height: 50px;
  }
}
#page_service .trip .trip_item:not(:first-child) {
  margin-top: 2px;
}
#page_service .trip .trip_item dt,
#page_service .trip .trip_item dd {
  font-size: 18px;
  font-weight: 700;
  padding: 22px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_item dt,
  #page_service .trip .trip_item dd {
    font-size: 14px;
    padding: 15px 0;
  }
}
#page_service .trip .trip_item dt {
  background-color: #fcd337;
}
#page_service .trip .trip_item dd {
  background-color: #fcfaf1;
}
#page_service .trip .trip_img {
  width: 100%;
  aspect-ratio: 410/379;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_img {
    position: absolute;
    width: 30.303030303%;
    top: 20px;
    right: 20px;
  }
}
#page_service .trip .trip_text {
  font-weight: 500;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
}
#page_service .trip .trip_text span {
  font-weight: 700;
  color: #e71a2f;
}
#page_service .trip .trip_table {
  margin-top: 40px;
  width: calc(100% + 20px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_table {
    margin-top: 20px;
  }
}
#page_service .trip .trip_table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
#page_service .trip .trip_table table th,
#page_service .trip .trip_table table td {
  border: 2px solid #fff;
  vertical-align: middle;
}
#page_service .trip .trip_table table thead th {
  background-color: #fcd337;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_table table thead th {
    height: 45px;
    font-size: 16px;
    padding: 12px 0;
  }
}
#page_service .trip .trip_table table thead th:nth-child(1) {
  width: 20%;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_table table thead th:nth-child(1) {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_table table tbody tr {
    height: 40px;
  }
}
#page_service .trip .trip_table table tbody tr:nth-child(2n + 1) th {
  background-color: #f6f6f6;
}
#page_service .trip .trip_table table tbody tr:nth-child(2n + 1) td {
  background-color: #fcfaf1;
}
#page_service .trip .trip_table table tbody tr:nth-child(2n) th {
  background-color: #e9e9e9;
}
#page_service .trip .trip_table table tbody tr:nth-child(2n) td {
  background-color: #fbf6df;
}
#page_service .trip .trip_table table tbody th,
#page_service .trip .trip_table table tbody td {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_table table tbody th,
  #page_service .trip .trip_table table tbody td {
    font-size: 14px;
    padding: 10px 0;
  }
}
#page_service .trip .trip_table table tbody td {
  text-align: right;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_table table tbody td {
    font-size: 14px;
    padding-right: 0;
    text-align: center;
  }
}
#page_service .trip .trip_attention {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #page_service .trip .trip_attention {
    font-size: 11px;
    margin-top: 10px;
  }
}
#page_service .support {
  background-color: #f6f6f6;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #page_service .support {
    padding-top: 40px;
  }
}
#page_service .support.pc {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #page_service .support.pc {
    padding-bottom: 80px;
  }
}
#page_service .support .common_inner {
  max-width: 1516px;
}
@media screen and (max-width: 767px) {
  #page_service .support .common_inner {
    padding: 0 10px;
  }
}
#page_service .support .support_container {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 118px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_service .support .support_container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_service .support .support_container {
    padding: 30px 20px;
    position: relative;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
#page_service .support .support_wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_service .support .support_wrapper {
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  #page_service .support .support_wrapper {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
  }
}
#page_service .support.tv .support_wrapper {
  -ms-grid-columns: 1fr 19.5833333333% 14.8333333333%;
  grid-template-columns: 1fr 14.8333333333%;
  -webkit-column-gap: 19.5833333333%;
  -moz-column-gap: 19.5833333333%;
  column-gap: 19.5833333333%;
}
#page_service .support.internet .support_wrapper {
  -ms-grid-columns: 1fr 16.9166666667% 17.4166666667%;
  grid-template-columns: 1fr 17.4166666667%;
  -webkit-column-gap: 16.9166666667%;
  -moz-column-gap: 16.9166666667%;
  column-gap: 16.9166666667%;
}
#page_service .support.pc .support_wrapper {
  -ms-grid-columns: 1fr 14.8333333333% 20.1666666667%;
  grid-template-columns: 1fr 20.1666666667%;
  -webkit-column-gap: 14.8333333333%;
  -moz-column-gap: 14.8333333333%;
  column-gap: 14.8333333333%;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_body {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  #page_service .support .common_heading {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
#page_service .support .support_text {
  margin-top: 80px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  #page_service .support .support_img {
    position: absolute;
    width: 27.2727272727%;
    top: 20px;
    right: 20px;
    max-width: 110px;
  }
}
@media screen and (max-width: 767px) {
  #page_service .support.tv .support_img {
    width: 22.7272727273%;
    top: 10px;
    max-width: 80px;
  }
}
#page_service .support .support_img img {
  height: auto;
}
#page_service .support .supprot_contents {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #page_service .support .supprot_contents {
    margin-top: 40px;
  }
}
#page_service .support .support_lead {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_lead {
    font-size: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 2;
  }
}
#page_service .support .support_lead::before {
  content: "";
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_lead::before {
    width: 18px;
    margin-right: 15px;
    margin-top: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
#page_service .support .support_items {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_items {
    margin-top: 20px;
  }
}
#page_service .support .support_item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -ms-grid-columns: 76.5% 2px 1fr;
  grid-template-columns: 76.5% 1fr;
}
#page_service .support .support_item:nth-child(2n + 1) dt {
  background-color: #fcfaf1;
}
#page_service .support .support_item:nth-child(2n + 1) dd {
  background-color: #f6f6f6;
}
#page_service .support .support_item:nth-child(2n) dt {
  background-color: #fbf6df;
}
#page_service .support .support_item:nth-child(2n) dd {
  background-color: #e9e9e9;
}
#page_service .support .support_item:not(:first-child) {
  margin-top: 2px;
}
#page_service .support .support_item dt,
#page_service .support .support_item dd {
  font-size: 18px;
  font-weight: 700;
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_item dt,
  #page_service .support .support_item dd {
    font-size: 14px;
    padding: 15px 0;
  }
}
#page_service .support .support_item dt {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_item dt {
    padding: 15px 10px;
    text-align: left;
    line-height: 1.5;
  }
}
#page_service .support .support_item dd {
  text-align: center;
  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;
}
#page_service .support .support_lists {
  margin-top: 40px;
  background-color: #fcfaf1;
  border-radius: 30px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_lists {
    margin-top: 20px;
    padding: 20px 15px;
  }
}
#page_service .support .support_list {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_list {
    font-size: 14px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 2;
  }
}
#page_service .support .support_list::before {
  content: "";
  background-image: url(../img/common/icon_q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_list::before {
    width: 15px;
    margin-right: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 9px;
  }
}
#page_service .support .support_list:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_list:not(:first-child) {
    margin-top: 10px;
  }
}
#page_service .support .support_message {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_service .support .support_message {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}
/* page_about-us -------------------------------------------------------------------------------------------------------------------- */
#page_about-us .about-us {
  background-color: #f6f6f6;
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  #page_about-us .about-us {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #page_about-us .about-us .common_inner {
    padding: 0 10px;
  }
}

#page_about-us .about-us .common_inner {
  max-width: 1516px;
}
@media screen and (max-width: 767px) {
  #page_about-us .about-us .common_inner {
    padding: 0 10px;
  }
}
#page_about-us .about-us .about-us_container {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 118px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_about-us .about-us .about-us_container {
    padding: 30px 20px;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  #page_about-us .about-us .about-us_container {
    padding: 30px 20px;
    border-radius: 20px;
    flex-direction: column;
    gap: 40px;
  }
}
#page_about-us .about-us .about-us_body {
  max-width: 590px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_about-us .about-us .about-us_body {
    max-width: 100%;
  }
}
#page_about-us .about-us .about-us_body .about-us_desc {
  max-width: 590px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  #page_about-us .about-us .about-us_body .about-us_desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page_about-us .about-us .about-us_body .about-us_desc {
    font-size: 14px;
  }
}

#page_about-us .about-us .about-us_heading {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  margin-top: 5px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #page_about-us .about-us .about-us_heading {
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
  }
}
#page_about-us .about-us .about-us_heading span.color {
  color: #e71a2f;
}
#page_about-us .strengths {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #page_about-us .strengths {
    padding: 40px 0;
    background-color: #fff;
  }
}
#page_about-us .strengths .strengths_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #page_about-us .strengths .strengths_list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}
#page_about-us .strengths .strengths_list .strengths_card {
  background-color: #f6f6f6;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #page_about-us .strengths .strengths_list .strengths_card {
    border-radius: 20px;
    padding: 20px;
  }
}
#page_about-us .strengths .strengths_list .strengths_card .title {
  color: #e71a2f;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  display: grid;
  place-items: center;
  height: 3em;
}
@media screen and (max-width: 900px) {
  #page_about-us .strengths .strengths_list .strengths_card .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_about-us .strengths .strengths_list .strengths_card .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#page_about-us .strengths .strengths_list .strengths_card img {
  height: 180px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  #page_about-us .strengths .strengths_list .strengths_card img {
    height: 160px;
  }
}
#page_about-us .strengths .strengths_list .strengths_card .desc {
  font-size: 18px;
  flex: 1;
  font-weight: 500;
  text-align: left;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_about-us .strengths .strengths_list .strengths_card .desc {
    font-size: 14px;
    margin-top: 20px;
  }
}
#page_about-us .top_about {
  background-color: #f6f6f6;
}
.top_about .about_container .about_lead {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_about .about_container .about_lead {
    font-size: 18px;
  }
}
.top_about .about_container .about_text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top_about .about_container .about_text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.top_about .about_container .about_items {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top_about .about_container .about_items {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_about-us .top_about .about_contents {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #page_about-us .top_about .about_contents .about_img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #page_about-us .top_about .about_contents .about_img img {
    width: 100%;
    object-fit: contain;
  }
}

/* page_company -------------------------------------------------------------------------------------------------------------------- */
#page_company {
  /* message -------------------------------------------------------------------------------------------------------------------- */
  /* outline -------------------------------------------------------------------------------------------------------------------- */
  /* staff -------------------------------------------------------------------------------------------------------------------- */
  /* access -------------------------------------------------------------------------------------------------------------------- */
}
#page_company .message {
  background-color: #f6f6f6;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #page_company .message {
    padding-top: 40px;
  }
}
#page_company .message .common_inner {
  max-width: 1516px;
}
@media screen and (max-width: 767px) {
  #page_company .message .common_inner {
    padding: 0 10px;
  }
}
#page_company .message .message_container {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 118px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .message .message_container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .message .message_container {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
#page_company .message .message_lead {
  font-size: 28px;
  color: #f6c300;
  font-weight: 700;
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_lead {
    font-size: 20px;
    margin-top: 20px;
  }
}
#page_company .message .message_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }
}
#page_company .message .message_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.6666666667% 39.75%;
  grid-template-columns: 1fr 39.75%;
  -webkit-column-gap: 6.6666666667%;
  -moz-column-gap: 6.6666666667%;
  column-gap: 6.6666666667%;
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .message .message_wrapper {
    -ms-grid-columns: 50% 0 50%;
    grid-template-columns: 50% 50%;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #page_company .message .message_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
#page_company .message .message_wrapper .message_body {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_wrapper .message_body {
    font-size: 14px;
  }
}
#page_company .message .message_box.box {
  background-color: #fbf6df;
  border-radius: 30px;
  padding: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .message .message_box.box {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .message .message_box.box {
    padding: 20px 15px;
    border-radius: 20px;
  }
}
#page_company .message .message_box.box .box_heading {
  color: #f6c300;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_box.box .box_heading {
    font-size: 16px;
  }
}
#page_company .message .message_box.box .box_contents {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_box.box .box_contents {
    margin-top: 20px;
  }
}
#page_company .message .message_box.box .box_lead {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_box.box .box_lead {
    font-size: 14px;
  }
}
#page_company .message .message_box.box .box_lead::before {
  content: "";
  background-color: #0d8b3d;
  width: 10px;
  height: 3px;
  margin-right: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_box.box .box_lead::before {
    width: 8px;
    height: 2px;
    margin-right: 10px;
  }
}
#page_company .message .message_box.box .box_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_box.box .box_text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 2;
  }
}
#page_company .message .message_attention {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_attention {
    font-size: 14px;
    line-height: 2;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .message .message_head {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .message .message_head {
    width: 80%;
    min-width: 300px;
    max-width: 450px;
    margin: 20px auto 0;
  }
}
#page_company .message .message_img {
  width: 100%;
  aspect-ratio: 477/433;
  border-radius: 30px;
  overflow: hidden;
}
#page_company .message .message_info {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_info {
    margin-top: 20px;
  }
}
#page_company .message .message_company {
  font-size: 16px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_company {
    font-size: 12px;
  }
}
#page_company .message .message_name {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_name {
    margin-top: 5px;
    font-size: 16px;
  }
}
#page_company .message .message_sign {
  width: 271px;
  aspect-ratio: 271/153;
  margin-left: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #page_company .message .message_sign {
    width: 200px;
  }
}
#page_company .history {
  background-color: #f6f6f6;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  #page_company .history {
    padding-top: 40px;
  }
}
#page_company .history .common_inner {
  max-width: 1516px;
}
@media screen and (max-width: 767px) {
  #page_company .history .common_inner {
    padding: 0 10px;
  }
}
#page_company .history .history_container {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 118px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #page_company .history .history_container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 980px) {
  #page_company .history .history_container {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .history .history_container {
    border-radius: 20px;
  }
}
#page_company .history .history_body {
  ul {
    width: 660px;
    li {
      display: flex;

      .year {
        position: relative;
        max-width: 130px;
        width: 100%;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: normal;
      }
      .year::after {
        content: "";
        position: absolute;
        top: 8px;
        right: 0px;
        width: 10px;
        height: 10px;
        background-color: #fcd337;
        border-radius: 50%;
      }
      .year::before {
        content: "";
        position: absolute;
        top: 10px;
        right: 5px;
        display: inline-block;
        width: 1px;
        height: 110%;
        background-color: #e0e0e0;
      }
      .desc {
        padding-bottom: 40px;
        padding-left: 55px;
        font-size: 16px;
        font-weight: 500;
        line-height: 2;
        letter-spacing: normal;
      }
    }
    li:last-child {
      .year::before {
        display: none;
      }
      .desc {
        padding-bottom: 0px;
      }
    }
  }
}
@media screen and (max-width: 767px) {
  #page_company .history .history_body {
    ul {
      width: 100%;
      li {
        display: flex;

        .year {
          position: relative;
          max-width: 80px;
          font-size: 16px;
        }
        .desc {
          padding-bottom: 20px;
          padding-left: 25px;
          font-size: 14px;
        }
      }
      li:last-child {
        .year::before {
          display: none;
        }
        .desc {
          padding-bottom: 0px;
        }
      }
    }
  }
}

#page_company .top_about {
  padding-top: 120px;
  background-color: #f6f6f6;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #page_company .top_about {
    padding: 40px 0 80px;
  }
}
#page_company .top_about .common_inner {
  max-width: 1342px;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .common_inner {
    padding: 0;
  }
}

#page_company .top_about .about_title {
  font-size: 34px;
  font-weight: 700;
  line-height: 2.1111111111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_title {
    font-size: 18px;
    margin-top: 20px;
  }
}
#page_company .top_about .about_desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_desc {
    font-size: 14px;
    margin-top: 10px;
  }
}
#page_company .top_about .about_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_text {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}
#page_company .top_about .about_tag {
  width: 56.9343065693%;
  aspect-ratio: 155/200;
  margin-left: 53px;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_tag {
    width: 28.5714285714%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
#page_company .top_about .about_container {
  background-color: #fff;
  padding: 40px min(8vw, 120px);
  border-radius: 30px;
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .top_about .about_container {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_container {
    margin-top: 0;
    padding: 20px;
    width: calc(100% - 20px);
    border-radius: 20px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
#page_company .top_about .about_items {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 886px;
  width: fit-content;
}
#page_company .top_about .about_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 320px 8vw 1fr;
  grid-template-columns: 320px 1fr;
  -webkit-column-gap: 8vw;
  -moz-column-gap: 8vw;
  column-gap: 8vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .top_about .about_item {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#page_company .top_about .about_item dt {
  font-size: 22px;
  font-weight: 700;
  color: #e71a2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_item dt {
    font-size: 16px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
#page_company .top_about .about_item dt span {
  font-size: 34px;
  background-color: #fff6d2;
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_item dt span {
    font-size: 23px;
    width: 45px;
  }
}
#page_company .top_about .about_item dd {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .top_about .about_item dd {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_item dd {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.7142857143;
  }
}
#page_company .top_about .about_item:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_item:not(:first-child) {
    margin-top: 15px;
  }
}
#page_company .top_about .about_contents {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #page_company .top_about .about_contents {
    flex-direction: column;
    align-items: center;
  }
}
#page_company .top_about .about_img {
  max-width: 314px;
  width: 100%;
  aspect-ratio: 314/338;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_img {
    max-width: 200px;
    width: 100%;
    aspect-ratio: 314/338;
    margin-top: 0px;
  }
}
#page_company .top_about .about_img img {
  object-fit: contain;
}
#page_company .top_about .about_body {
  padding-left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .top_about .about_body {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_body {
    padding-left: 0;
  }
}
#page_company .top_about .about_message {
  font-size: 22px;
  font-weight: 700;
  line-height: 2.1818181818;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .top_about .about_message {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_message {
    font-size: 16px;
    padding-left: 0;
    line-height: 2;
    margin-top: 20px;
  }
}
#page_company .top_about .about_message span {
  color: #0d8b3d;
}
#page_company .top_about .about_attention {
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  #page_company .top_about .about_attention {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
}

#page_company .outline {
  background-color: #fff;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  #page_company .outline {
    padding: 40px 0;
  }
}
#page_company .outline .outline_items {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #page_company .outline .outline_items {
    margin-top: 40px;
  }
}
#page_company .outline .outline_item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 2px;
  -moz-column-gap: 2px;
  column-gap: 2px;
  -ms-grid-columns: 25% 2px 1fr;
  grid-template-columns: 25% 1fr;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .outline .outline_item {
    -ms-grid-columns: 240px 1fr;
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (max-width: 767px) {
  #page_company .outline .outline_item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#page_company .outline .outline_item:not(:first-child) {
  margin-top: 2px;
}
#page_company .outline .outline_item:nth-child(2n + 1) dt {
  background-color: #fadf78;
}
#page_company .outline .outline_item:nth-child(2n + 1) dd {
  background-color: #fcfaf1;
}
#page_company .outline .outline_item:nth-child(2n) dt {
  background-color: #fcd337;
}
@media screen and (max-width: 767px) {
  #page_company .outline .outline_item:nth-child(2n) dt {
    background-color: #fadf78;
  }
}
#page_company .outline .outline_item:nth-child(2n) dd {
  background-color: #fbf6df;
}
@media screen and (max-width: 767px) {
  #page_company .outline .outline_item:nth-child(2n) dd {
    background-color: #fcfaf1;
  }
}
#page_company .outline .outline_item dt {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.5em;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #page_company .outline .outline_item dt {
    font-size: 14px;
    padding: 12px 0;
  }
}
#page_company .outline .outline_item dd {
  font-size: 18px;
  font-weight: 500;
  padding: 23px 60px;
  text-align: left;
}
#page_company .outline .outline_item dd p {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  position: relative;
  padding-left: 25px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #page_company .outline .outline_item dd p {
    font-size: 14px;
    padding-left: 18px;
  }
}
#page_company .outline .outline_item dd p::after {
  position: absolute;
  left: 0;
  top: 15px;
  content: "";
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fcd337;
}
@media screen and (max-width: 767px) {
  #page_company .outline .outline_item dd p::after {
    top: 12px;
  }
}

#page_company .outline .outline_item dd a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #page_company .outline .outline_item dd {
    padding: 12px;
    font-size: 14px;
  }
}
#page_staff .staff {
  padding-top: 80px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  #page_staff .staff {
    padding-top: 40px;
  }
}
#page_staff .staff .common_inner {
  max-width: 1516px;
}
@media screen and (max-width: 767px) {
  #page_staff .staff .common_inner {
    padding: 0 10px;
  }
}
#page_staff .staff .staff_container {
  padding: 80px 118px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_staff .staff .staff_container {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_staff .staff .staff_container {
    padding: 30px 20px;
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
#page_staff .staff .staff_items {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6.5% 1fr 6.5% 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 6.5%;
  -moz-column-gap: 6.5%;
  column-gap: 6.5%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_staff .staff .staff_items {
    -ms-grid-columns: 30% 5% 30% 5% 30%;
    grid-template-columns: 30% 30% 30%;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  #page_staff .staff .staff_items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 30px;
  }
}
#page_staff .staff .staff_img {
  width: 100%;
  aspect-ratio: 347/268;
  border-radius: 30px;
  overflow: hidden;
}
#page_staff .staff .staff_class {
  background-color: #fff;
  border-radius: 20px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_staff .staff .staff_class {
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 10px;
  }
}
#page_staff .staff .staff_ruby {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_staff .staff .staff_ruby {
    font-size: 9px;
  }
}
#page_staff .staff .staff_name {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #page_staff .staff .staff_name {
    font-size: 18px;
  }
}
#page_staff .access {
  padding: 80px 0 160px;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  #page_staff .access {
    padding: 40px 0 80px;
  }
}

/* 提供サービス一覧 */
#page_service-list {
}

.service-list {
  padding: 80px 0;
  background-color: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .service-list {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .service-list .common_inner {
    padding: 0 10px;
  }
}
.service-list .service-list_items {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .service-list .service-list_items {
    margin-top: 40px;
  }
}
.service-list .service-list_item {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 80px;
  display: flex;
  gap: 80px;
  align-items: start;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service-list .service-list_item {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-list .service-list_item {
    display: block;
    padding: 30px 20px;
  }
}
.service-list .service-list_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .service-list .service-list_item:not(:first-child) {
    margin-top: 20px;
  }
}

.service-list .service-list_item .service-list_img {
  object-fit: contain;
  width: 100%;
  max-width: 153px;
}
.service-list .service-list_item .service-list_img img {
  width: 100%;
  object-fit: contain;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service-list .service-list_img {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@media screen and (max-width: 767px) {
  .service-list .service-list_img {
    margin: 0 auto;
  }
}

.service-list .service-list_heading {
  font-size: min(2.2666666667vw, 28px);
  font-weight: 700;
  margin-top: 10px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 20px;
  text-align: left;
  color: #e71a2f;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service-list .service-list_heading {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 1.7777777778;
  }
}
.service-list .service-list_lists {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service-list .service-list_lists {
    margin-top: 15px;
  }
}
.service-list .service-list_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service-list .service-list_list {
    font-size: 14px;
  }
}
.service-list .service-list_list::before {
  content: "";
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  margin-top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .service-list .service-list_list::before {
    width: 17px;
    margin-right: 10px;
    margin-top: 3px;
  }
}
.service-list .service-list_list:not(:first-child) {
  margin-top: 10px;
}
.service-list .service-list_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .service-list .service-list_text {
    font-size: 14px;
    line-height: 2;
  }
}

.service-list .common_btn.service-list_btn {
  margin-top: 40px;
  margin-left: 0;
  width: 280px;
  aspect-ratio: 280 / 70;
}
@media screen and (max-width: 767px) {
  .service-list .common_btn.service-list_btn {
    margin-top: 20px;
  }
}
.service-list .note {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
}
.service-list .sub-title {
  font-size: 16px;
  font-weight: 500;
}
.service-list .service-list_desc {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .service-list .note {
    margin-top: 18px;
    font-size: 14px;
  }
  .service-list .sub-title {
    font-size: 12px;
  }
  .service-list .service-list_desc {
    font-size: 14px;
  }
}

#page_company .access .access_map {
  margin-top: 80px;
  aspect-ratio: 1200/400;
}
@media screen and (max-width: 767px) {
  #page_company .access .access_map {
    margin-top: 40px;
    aspect-ratio: 2/1;
  }
}
#page_company .access .access_map iframe {
  width: 100%;
  height: 100%;
}
#page_company .access .access_items {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 47.5% 5% 47.5%;
  grid-template-columns: 47.5% 47.5%;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}
@media screen and (max-width: 767px) {
  #page_company .access .access_items {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
#page_company .access .access_img {
  width: 100%;
  aspect-ratio: 570/400;
  border-radius: 30px;
  overflow: hidden;
}
#page_company .access .access_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #page_company .access .access_body {
    margin-top: 20px;
  }
}
#page_company .access .access_number {
  font-size: 34px;
  color: #e71a2f;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  #page_company .access .access_number {
    font-size: 24px;
  }
}
#page_company .access .access_text {
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.1111111111;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_company .access .access_text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #page_company .access .access_text {
    padding-left: 20px;
    font-size: 14px;
    line-height: 2;
  }
}

#page_faq {
  background-color: #f6f6f6;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #page_faq {
    padding-bottom: 80px;
  }
}
#page_faq .faq__lists {
  width: 100%;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #page_faq .faq__lists {
    margin-top: 32px;
  }
}
#page_faq .faq__list-item {
  background: #fff;
  padding: 32px;
  margin-bottom: 32px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  #page_faq .faq__list-item {
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 16px;
  }
}
#page_faq .faq__list-item p {
  padding-right: 42px;
}
@media screen and (max-width: 767px) {
  #page_faq .faq__list-item p {
    padding-right: 0;
  }
}
#page_faq .faq__question {
  padding-left: 5.3%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_faq .faq__question {
    padding: 0 25px 0 35px;
  }
}
#page_faq .faq__question::before {
  content: "";
  background: url("../img/faq/icon-q.svg") no-repeat center center/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 767px) {
  #page_faq .faq__question::before {
    top: 1px;
    width: 23px;
    height: 23px;
  }
}
#page_faq .faq__question::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/faq/faq_open_icon.svg") no-repeat center
    center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #page_faq .faq__question::after {
    right: 0;
    width: 15px;
    height: 15px;
  }
}
#page_faq .faq__question.active::after {
  content: "";
  background: url("../img/faq/faq_close_icon.svg") no-repeat center
    center/contain;
}
#page_faq .faq__question p {
  font-weight: bold;
}
#page_faq .faq__answer {
  padding: 20px 10px 0 5.3%;
  display: none;
  position: relative;
  color: #e71a2f;
}
@media screen and (max-width: 767px) {
  #page_faq .faq__answer {
    padding: 10px 25px 10px 35px;
  }
}
#page_faq .faq__answer p {
  font-weight: 500;
}
#page_faq .faq__answer::before {
  content: "";
  background: url("../img/faq/icon-a.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 23px;
}
@media screen and (max-width: 767px) {
  #page_faq .faq__answer::before {
    width: 23px;
    height: 23px;
    top: 11px;
  }
}
#page_faq .faq__answer a {
  text-decoration: underline;
}

#page_category {
  background: #f6f6f6;
  padding: 80px 0 160px;
  /*----------------------------
  ■　カード基準設定
  ------------------------------*/
}
@media screen and (max-width: 767px) {
  #page_category {
    padding: 40px 0 80px;
  }
}
#page_category .category_container {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 118px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #page_category .category_container {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  #page_category .category_container {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
#page_category .c-card {
  -webkit-transition: 250ms all;
  transition: 250ms all;
  /*----------------------------
  ■カードグループ設定
  ------------------------------*/
  /*----------------------------
  ■カード画像設定
  ------------------------------*/
  /*----------------------------
  ■カードタイトル設定
  ------------------------------*/
  /*----------------------------
  ■カードinner設定
  概要：slickを使用する際に、c-cardを直接
  触ると、エラーが起こる。その為、内側のクラスとしてinnerを設けている。
  ------------------------------*/
  /*----------------------------
  ■カードラベル設定
  ------------------------------*/
  /*----------------------------
  ■カードボディ設定
  ------------------------------*/
  /*----------------------------
  ■カード日付設定
  ------------------------------*/
}
#page_category .c-card:hover .news_title {
  color: #e71a2f;
}
#page_category .c-card:hover .c-card__img-wrap {
  -webkit-transition: 250ms all;
  transition: 250ms all;
  opacity: 0.7;
}
#page_category .c-card:hover .c-card__img-wrap:hover {
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
#page_category .c-card .news_title {
  font-weight: bold;
}
#page_category .c-card__groups {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 48px;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  #page_category .c-card__groups {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
#page_category .c-card__img-wrap {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
  border: 1px solid #f6f6f6;
  border-radius: 30px;
  /*
  ・画像のレスポンシブ設定
  ------------------------------*/
}
@media screen and (max-width: 767px) {
  #page_category .c-card__img-wrap {
    border-radius: 20px;
  }
}
#page_category .c-card__img-wrap.c-card__img-wrap1x1::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
#page_category .c-card__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #page_category .c-card__img-wrap img {
    border-radius: 20px;
  }
}
#page_category .c-card__ttl {
  font-weight: normal;
  line-height: 1.43;
  padding: 0.5em 0;
}
#page_category .c-card__inner {
  -webkit-transition: 250ms all;
  transition: 250ms all;
  position: relative;
}
#page_category .c-card__label {
  color: #fff;
  background: #e71a2f;
  height: 32px;
  min-width: 16px;
  padding: 0 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #page_category .c-card__label {
    height: 25px;
  }
}
#page_category .c-card__body {
  padding: 0;
}
#page_category .c-card__date {
  font-size: 12px;
  font-weight: bold;
  color: #adadad;
}
@media screen and (max-width: 767px) {
  #page_category .c-card__date {
    font-size: 12px;
  }
}
#page_category .news_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #page_category .news_info {
    margin-top: 0;
  }
}
#page_category .news_time {
  color: #e71a2f;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_category .news_time {
    font-size: 12px;
  }
}
#page_category .news_category {
  color: #888483;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #page_category .news_category {
    font-size: 9px;
    margin-left: 12px;
  }
}
#page_category .news_title {
  font-size: 16px;
  margin-top: 10px;
  line-height: 2.1111111111;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  #page_category .news_title {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 5px;
  }
}

/*----------------------------
■■ お問い合わせテンプレート　■■
------------------------------*/
/*----------------------------
カラー初期設定
------------------------------*/
#page_contact {
  padding: 80px 0 160px;
  background: #f6f6f6;
  /*----------------------------
  ■リキャプチャバッヂ削除
  ------------------------------*/
  /*----------------------------
  ■ 送信ボタン
  ------------------------------*/
}
@media screen and (max-width: 767px) {
  #page_contact {
    padding: 40px 0 80px;
  }
}
#page_contact .p-form {
  /*----------------------------
  ■お問い合わせボックス
  ------------------------------*/
  /*
  ・お問い合わせフローアイコン設定
  ------------------------------*/
  /*
  ・フローアイコン　間の線
  ------------------------------*/
  /*
  ・フローアイコン設定
  ------------------------------*/
  /*----------------------------
  ■入力項目　見出し　設定
  ------------------------------*/
  /*----------------------------
  ■テーブル設定
  ------------------------------*/
  /*----------------------------
  ■ボタンラップ
  ------------------------------*/
  /*----------------------------
  ■確認ページ confirm
  ------------------------------*/
  /*----------------------------
  ■　完了ページ thanks
  ------------------------------*/
  /*----------------------------
  ■recaptchaテキスト
  ------------------------------*/
  /*----------------------------
  ■ トップテキスト
  ------------------------------*/
  /*----------------------------
  ■　必須ラベル
  ------------------------------*/
  /*----------------------------
  ■ safari　ボタンバグ回避
  ------------------------------*/
}
#page_contact .p-form__box {
  max-width: 1000px;
  margin: 0 auto;
}
#page_contact .p-form__flow-icon-inner {
  width: 50px;
  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;
}
#page_contact .p-form__flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
}
#page_contact .p-form__border {
  width: 100px;
  background: #e71a2f;
  height: 1px;
  margin: -40px 20px 0;
}
#page_contact .p-form__flow-icon {
  font-size: 16px;
  width: 50px;
  height: 50px;
  border: 1px solid #e71a2f;
  border-radius: 50%;
  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: 16px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__flow-icon {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__flow-icon {
    margin-bottom: 13px;
  }
}
#page_contact .p-form__flow-icon.active {
  background: #e71a2f;
  color: #fff;
}
#page_contact .p-form__flow-icon p {
  font-weight: bold;
}
#page_contact .p-form__heading {
  font-size: 20px;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  /*
  ・見出し横のマーク設定
  ------------------------------*/
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__heading {
    font-size: 16px;
  }
}
#page_contact .p-form__heading::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #e71a2f;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page_contact .p-form__table-wrap {
  max-width: 700px;
  margin: 0 auto;
  /*
  ・テーブル行設定
  ------------------------------*/
  /*
  ・非表示テキスト設定（個人情報）
  ------------------------------*/
  /*
  ・ハイフンは入力不要の調整
  ------------------------------*/
  /*
  ・※郵便番号入力で住所が自動表示されます
  の調整
  ------------------------------*/
}
#page_contact .p-form__table-wrap tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  /*
  ・お名前、ふりがな行設定
  ------------------------------*/
}
#page_contact .p-form__table-wrap tr.p-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /*
  ・お名前、ふりがな　幅設定
  ------------------------------*/
}
#page_contact .p-form__table-wrap tr.p-form__flex td {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap tr.p-form__flex td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap tr.p-form__flex td:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap tr.p-form__flex td:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap tr.p-form__flex td:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap tr.p-form__flex td:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
#page_contact .p-form__table-wrap .u-hidden--txt {
  display: none;
}
#page_contact .p-form__table-wrap .u-hidden--txt.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#page_contact .p-form__table-wrap .u-hidden--txt .u-padding--left {
  padding-left: 50px;
}
#page_contact .p-form__table-wrap .u-padding--top {
  padding-top: 4px;
  line-height: 1.4;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap .u-padding--top {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap .u-padding--top {
    padding-top: 10px;
  }
}
#page_contact .p-form__table-wrap .u-padding--y {
  padding: 10px 0 23px 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap .u-padding--y {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap .u-padding--y {
    padding: 10px 0 20px 0;
    line-height: 1.5;
  }
}
#page_contact .p-form__table-wrap table {
  width: 100%;
}
#page_contact .p-form__table-wrap input,
#page_contact .p-form__table-wrap textarea,
#page_contact .p-form__table-wrap select {
  border-radius: 0 !important;
  font-size: 16px;
  width: 100%;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap input,
  #page_contact .p-form__table-wrap textarea,
  #page_contact .p-form__table-wrap select {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__table-wrap input,
  #page_contact .p-form__table-wrap textarea,
  #page_contact .p-form__table-wrap select {
    padding: 12px 20px;
  }
}
#page_contact .p-form__table-wrap input.u-half--width,
#page_contact .p-form__table-wrap textarea.u-half--width,
#page_contact .p-form__table-wrap select.u-half--width {
  width: 150px;
}
#page_contact .p-form__table-wrap select {
  -webkit-appearance: none;
  color: #3d3938;
}
#page_contact .p-form__table-wrap input[type="radio"] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page_contact .p-form__btn-wrap {
  text-align: center;
  padding-bottom: 32px;
  /*
  ・個人情報チェックラベル設定
  ------------------------------*/
}
#page_contact .p-form__btn-wrap label {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
#page_contact .p-form__btn-wrap input {
  width: 24px;
  height: 24px;
  margin-top: 0;
}
#page_contact .p-form__btn-wrap.disable {
  display: none;
}
#page_contact
  .p-form__btn-wrap
  input[type="checkbox"]:checked
  + .p-form__privacy-txt::after {
  opacity: 1;
}
#page_contact .p-form__btn-wrap .p-form__privacy-txt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  text-align: left;
  /*
  ・カスタムチェックボックス
  戻るでチェック外れる為不採用 20230118
  ------------------------------*/
  /*
  ・カスタムチェックボックス　マーク
  戻るでチェック外れる為不採用 20230118
  ------------------------------*/
}
#page_contact .p-form__btn-wrap .p-form__privacy-txt a {
  color: #0000ff;
  text-decoration: underline;
}
#page_contact .p-form__btn-wrap .p-form__privacy-txt span {
  font-weight: bold;
}
#page_contact .p-form__btn-wrap .p-form__privacy-txt::after,
#page_contact .p-form__btn-wrap .p-form__privacy-txt::before {
  content: "";
  position: absolute;
  display: block;
}
#page_contact .p-form__confirm-btn-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 64px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 48px;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__confirm-btn-groups {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    -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;
  }
}
#page_contact .p-form__confirm-btn-groups .c-btn__m-size:nth-child(1) {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__confirm-btn-groups .c-btn__m-size:nth-child(1) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
#page_contact .p-form__confirm-btn-groups .c-btn__m-size:nth-child(2) {
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__confirm-btn-groups .c-btn__m-size:nth-child(2) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
#page_contact .p-form__wrapper {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__wrapper {
    padding-top: 40px;
  }
}
#page_contact .p-form__thanks-txt {
  text-align: center;
  padding: 0 0 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__thanks-txt {
    text-align: left;
  }
}
#page_contact .p-form__thanks-btn-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 48px;
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__thanks-btn-groups {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    -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;
  }
}
#page_contact .p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
#page_contact .p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) a {
  color: #e71a2f;
}
#page_contact .p-form__thanks-btn-groups .c-btn__m-size:nth-child(2) {
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__thanks-btn-groups .c-btn__m-size:nth-child(2) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
#page_contact .p-form__recaptcha-txt {
  font-size: 12px;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 44px;
}
#page_contact .p-form__recaptcha-txt a {
  display: inline;
}
#page_contact .p-form__txt-top {
  font-size: 18px;
  line-height: 1.66;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__txt-top {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__txt-top {
    text-align: left;
  }
}
#page_contact .p-form__txt-bottom {
  padding-top: 24px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__txt-bottom {
    padding-top: 12px;
  }
}
#page_contact .p-form__tel-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#page_contact .p-form__tel-link {
  color: #e71a2f;
  position: relative;
  font-size: 48px;
  font-weight: bold;
  padding-left: 70px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__tel-link {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__tel-link {
    padding-left: 40px;
  }
}
#page_contact .p-form__tel-link::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #e71a2f;
  left: 0;
  top: 0;
}
#page_contact .p-form__label {
  background: #d9453b;
  color: #fff;
  padding: 0 5px;
  font-size: 14px;
  margin-left: 10px;
}
#page_contact .p-form input[type="radio"] {
  -webkit-appearance: auto;
  padding: 0;
}
#page_contact .p-form input#privacy-policy {
  -webkit-appearance: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  padding: 0;
}
#page_contact .p-form__inner {
  background: #fff;
  border-radius: 30px;
  padding: 80px 118px;
}
@media screen and (max-width: 767px) {
  #page_contact .p-form__inner {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
#page_contact .p-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16px;
}
#page_contact .p-form__flex .u-blue--link {
  padding: 0 0.2em 0 0.5em;
}
#page_contact .grecaptcha-badge {
  visibility: hidden;
}
#page_contact input[type="number"]::-webkit-outer-spin-button,
#page_contact input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
#page_contact button[type="submit"] {
  cursor: pointer;
}
#page_contact input#privacy-policy {
  -webkit-appearance: auto;
}

.p-country-name {
  color: transparent;
}

.u-blue--link {
  text-decoration: underline;
  color: #2a96da;
}

/*----------------------------
■■ ボタンコンポーネント　■■
使い方
<div class="c-btn__m-size">
  <a href="#" class="c-btn">
    <span class="c-btn__txt">テキスト</span>
  </a>
</div><!-- .c-btn__wrap -->

c-btn__m-sizeのクラス変更で、サイズ調整可能
------------------------------*/
/*----------------------------
■ ボタン基本設定
------------------------------*/
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: solid 2px #3d3938;
  background: #fff;
  color: #3d3938;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 24px 40px;
  /*----------------------------
    ■ ボタンサイズ
    使い方：クラスの変えると、ボタンのサイズが変わる
    ------------------------------*/
  /*
      ・通常サイズ（Mサイズ）
      ------------------------------*/
  /*----------------------------
  ■ボタンカラーパターン
  使い方：c-btnにマルチクラスでカラー変更可能
  例）c-btn c-btn--2
  ------------------------------*/
  /*----------------------------
  ■ ボタン位置調整
  使い方：サイズがついているクラスに、マルチクラスをする。
  c-btn__left（左寄せ）
  c-btn__center（中央寄せ）
  c-btn__right（右寄せ）
  例：
  <div class="c-btn__m-size c-btn__center">
  ------------------------------*/
  /*----------------------------
    ■　フォント設定
    ------------------------------*/
  /*----------------------------
      ■ボタンアイコン設定
      使い方：c-btn__txt に、マルチクラスで付与すると、アイコン追加。
      <span class="c-btn__txt c-btn__left-icon">テキスト</span>

      fontawesomeアイコンは、以下より探す
      https://fontawesome.com/search?s=solid%2Cbrands
      ------------------------------*/
  /*
  ・ボタンアイコン左
  ------------------------------*/
  /*
        ・ボタンアイコン右
        ------------------------------*/
}
.c-btn:focus,
.c-btn:hover {
  opacity: 1;
  background: #3d3938;
  color: #fff;
}
.c-btn:focus .c-btn__txt::before,
.c-btn:hover .c-btn__txt::before {
  background: url("../img/common/arrow_white.svg") no-repeat center
    center/contain;
}
.c-btn__m-size {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 72px;
  min-width: 16px;
}
@media screen and (max-width: 767px) {
  .c-btn__m-size {
    height: 50px;
  }
}
.c-btn__left {
  margin: 0 auto 0 0;
}
.c-btn__center {
  margin: 0 auto;
}
.c-btn__right {
  margin: 0 0 0 auto;
}
.c-btn__left-pc {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .c-btn__left-pc {
    margin: 0;
  }
}
.c-btn__center-pc {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__center-pc {
    margin: 0;
  }
}
.c-btn__right-pc {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__right-pc {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__left-sp {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__center-sp {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__right-sp {
    margin: 0 0 0 auto;
  }
}
.c-btn__margin--x {
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  .c-btn__margin--x {
    margin: 0;
  }
}
.c-btn__txt {
  font-size: 16px;
  font-weight: bold;
  padding-right: 29px;
  position: relative;
}
.c-btn__txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 12px;
  background: url("../img/common/arrow_blk.svg") no-repeat center center/contain;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn__txt.icon--white::before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 12px;
  background: url("../img/common/arrow_white.svg") no-repeat center
    center/contain;
  right: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-btn__left-icon {
  padding-left: 29px;
  position: relative;
}
.c-btn__left-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 7px;
  height: 12px;
  background: url("../img/common/arrow_white.svg") no-repeat center
    center/contain;
}
.c-btn__right-icon {
  padding-right: 31px;
  position: relative;
}
.c-btn__right-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 6px;
  background: url("../img/common/.svg") no-repeat center center/contain;
}
.c-btn:hover .c-btn__right-icon::before {
  background: url("../img/common/.svg") no-repeat center center/contain;
}

.p-single__conts-wrapper {
  background-color: #fff;
  border-radius: 30px;
  padding: 80px 118px;
  /*----------------------------
  ■画像設定
  ------------------------------*/
  /*----------------------------
  ■見出しレイアウト
  ------------------------------*/
  /*----------------------------
  ■テーブルレイアウト
  ------------------------------*/
  /*----------------------------
  ■　文字装飾レイアウト
  ------------------------------*/
  /*
  ・太文字
  ------------------------------*/
  /*
  ・リスト
  ------------------------------*/
  /*
  ・引用ボックス
  ------------------------------*/
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-single__conts-wrapper {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper {
    padding: 30px 20px;
    border-radius: 20px;
  }
}
.p-single__conts-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-single__conts-wrapper a {
  text-decoration: underline;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single__conts-wrapper a:has(.aligncenter) {
  margin: 0 auto;
}
.p-single__conts-wrapper a:has(.alignright) {
  margin-left: auto;
}
.p-single__conts-wrapper a:has(.alignleft) {
  margin-right: auto;
}
.p-single__conts-wrapper .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-single__conts-wrapper .alignright {
  margin-left: auto;
  display: block;
}
.p-single__conts-wrapper .alignleft {
  margin-right: auto;
  display: block;
}
.p-single__conts-wrapper h1 {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-single__conts-wrapper h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h1 {
    font-size: 20px;
  }
}
.p-single__conts-wrapper h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 32px 0;
  font-weight: bold;
}
.p-single__conts-wrapper h2::after {
  content: "";
  background-image: url(../img/common/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  aspect-ratio: 110/6;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h2::after {
    width: 84px;
    aspect-ratio: 84/5;
    margin-top: 15px;
  }
}
.p-single__conts-wrapper h2 .common_heading_sub {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h2 .common_heading_sub {
    font-size: 12px;
  }
}
.p-single__conts-wrapper h2 .common_heading_main {
  font-size: 34px;
  font-weight: 700;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h2 .common_heading_main {
    font-size: 20px;
  }
}
.p-single__conts-wrapper h2.left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-single__conts-wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h3 {
    margin-top: 40px;
    font-size: 18px;
  }
}
.p-single__conts-wrapper h3::before {
  content: "";
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  aspect-ratio: 1/1;
  margin-right: 20px;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h3::before {
    width: 18px;
    margin-right: 15px;
  }
}
.p-single__conts-wrapper h4 {
  padding: 5px 20px;
  border-left: 3px solid #1e202b;
  line-height: 1.5;
  margin: 30px 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper h4 {
    font-size: 18px;
  }
}
.p-single__conts-wrapper p {
  font-weight: 500;
  letter-spacing: 0.064em;
}
.p-single__conts-wrapper p img {
  margin: 20px 0;
}
.p-single__conts-wrapper table {
  width: 100%;
  border: 1px solid #acacac;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper table {
    margin-bottom: 24px;
  }
}
.p-single__conts-wrapper td {
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  height: 70px;
  vertical-align: middle;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper td {
    padding: 0 15px;
  }
}
.p-single__conts-wrapper tr:nth-child(1) {
  /* background: #1e202b; */
  /* color: #fff; */
  font-weight: bold;
  border-right: 1px solid #acacac;
  text-align: center;
}
.p-single__conts-wrapper strong,
.p-single__conts-wrapper b {
  font-weight: bold;
}
.p-single__conts-wrapper ul,
.p-single__conts-wrapper ol {
  margin-left: 2em;
}
.p-single__conts-wrapper ul {
  list-style: disc;
}
.p-single__conts-wrapper blockquote {
  position: relative;
  padding: 5px 12px 5px 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
  color: #3d3938;
  background: #f4f4f4;
  margin: 30px 0;
}
.p-single__conts-wrapper blockquote::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  background: url("../images/single/quote-left-solid.svg") no-repeat center
    center/contain;
}
.p-single__conts-wrapper blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}
.p-single__conts-wrapper blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.p-single__ttl-wrap {
  padding-bottom: 32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .p-single__ttl-wrap {
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
}
.p-single__date {
  line-height: 1;
  text-align: right;
  margin-bottom: 32px;
}

#page_privacy .privacy__head-txt {
  padding-bottom: 55px;
  border-bottom: 1px solid #4a4a4a;
}
@media screen and (max-width: 767px) {
  #page_privacy .privacy__head-txt {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #page_privacy .privacy__lists #page_privacy .privacy__num:nth-child(1) {
    padding-top: 35px;
  }
}
#page_privacy .privacy__num {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  padding: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  #page_privacy .privacy__num {
    padding: 70px 0 25px;
    font-size: 18px;
  }
}
#page_privacy .privacy-contact__conts-wrap {
  padding: 0 30px 30px 30px;
  background: #fff;
  border: 1px solid #282828;
  height: 220px;
  overflow-y: scroll;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_privacy .privacy-contact__conts-wrap {
    padding: 0 10px 10px 10px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  #page_privacy
    .privacy-contact__lists
    #page_privacy
    .privacy-contact__num:nth-child(1) {
    padding-top: 15px;
  }
}
#page_privacy .privacy-contact__txt-wrap {
  line-height: 1.33;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #page_privacy .privacy-contact__txt-wrap {
    font-size: 12px;
  }
}
#page_privacy .privacy-contact__num {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 1.5em 0 1em;
}
@media screen and (max-width: 767px) {
  #page_privacy .privacy-contact__num {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #page_privacy .privacy-contact__num {
    padding: 1em 0 0.5em;
  }
}

.point-br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point-br--sp {
    display: block;
  }
}
.point-br--tab {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .point-br--tab {
    display: block;
  }
}
.point-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .point-br--pc {
    display: none;
  }
}

.pager .wp-pagenavi {
  text-align: center;
  margin: 50px 0;
}
.pager .wp-pagenavi span.current {
  width: 50px;
  height: 50px;
  margin: 0.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e71a2f;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  border: 1px solid #e71a2f;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  font-family: #3d3938;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi span.current {
    width: 30px;
    height: 30px;
  }
}
.pager .wp-pagenavi span.current:hover {
  background: #e71a2f;
  color: #fff;
}
.pager .wp-pagenavi .page {
  width: 50px;
  height: 50px;
  margin: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e71a2f;
  font-weight: bold;
  border: 1px solid #e71a2f;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  border-radius: 10px;
  font-family: #3d3938;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .page {
    width: 30px;
    height: 30px;
  }
}
.pager .wp-pagenavi .page:hover {
  background: #e71a2f;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi .nextpostslink,
.pager .wp-pagenavi .previouspostslink {
  width: 50px;
  height: 50px;
  margin: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e71a2f;
  font-weight: bold;
  border: 1px solid #e71a2f;
  -webkit-transition: 250ms all;
  transition: 250ms all;
  border-radius: 10px;
  font-family: #3d3938;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .nextpostslink,
  .pager .wp-pagenavi .previouspostslink {
    width: 30px;
    height: 30px;
  }
}
.pager .wp-pagenavi .nextpostslink:hover,
.pager .wp-pagenavi .previouspostslink:hover {
  background: #e71a2f;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi .pages {
  display: none;
}
.pager .wp-pagenavi .first,
.pager .wp-pagenavi .last {
  display: none;
}
.pager .wp-pagenavi .first:hover,
.pager .wp-pagenavi .last:hover {
  opacity: 0.7;
}
.pager .wp-pagenavi .extend {
  border: none;
}
.pager .wp-pagenavi .extend:hover {
  opacity: 0.7;
}
