*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #434750;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

object {
  display: inline-block;
  pointer-events: none;
}

a {
  display: block;
  color: #434750;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

input[type=submit] {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

button {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

:focus {
  outline: none;
}

::-moz-placeholder {
  color: #AAAAAA;
}

::placeholder {
  color: #AAAAAA;
}

:-ms-input-placeholder {
  color: #AAAAAA;
}

.u-hide {
  display: none !important;
}

.u-opacity {
  opacity: 0;
}

.u-sp {
  display: block !important;
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-spTab {
  display: block !important;
}
@media (min-width: 1280px) {
  .u-spTab {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tab {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .u-tab {
    display: none !important;
  }
}

.u-tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tabPc {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 1280px) {
  .u-pc {
    display: block !important;
  }
}

.u-spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .u-spPc {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .u-spPc {
    display: block !important;
  }
}

.u-animation--fadeUp {
  opacity: 0;
}

.u-animation--is .uu-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.u-animation--is.u-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-section {
  position: relative;
  overflow: hidden;
}

/* gray */
.c-section__gray .c-text_bg {
  color: #ffffff;
}

/* white */
.c-section__white {
  background-color: #ffffff;
}
.c-section__white .c-text_bg {
  color: #F6F7F9;
}

.c-inner {
  position: relative;
  width: min(100%, 1184px);
  padding: 0 clamp(16px, 2.7777777778vw, 32px);
  margin: 0 auto;
  z-index: 1;
}

.c-before::before {
  content: "";
  position: absolute;
  display: block;
}

.c-after::after {
  content: "";
  position: absolute;
  display: block;
}

.c-bf::before, .c-bf::after {
  content: "";
  position: absolute;
  display: block;
}

.c-button {
  position: relative;
  background-color: #ffffff;
  cursor: pointer;
}
.c-button > * {
  position: relative;
  display: block;
  line-height: 1;
  width: 100%;
  transition-property: all;
}

.c-button__type > * {
  font-size: clamp(1.4rem, 1.1272727273rem + 0.5454545455vw, 2rem);
  font-weight: 700;
  text-align: center;
  padding-top: clamp(16px, 2.7777777778vw, 32px);
  padding-right: clamp(8px, 1.3888888889vw, 16px);
  padding-bottom: clamp(16px, 2.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .c-button__type > * {
    padding-right: clamp(16px, 2.7777777778vw, 32px);
  }
}
.c-button__type > * > * {
  position: relative;
}
.c-button__type > * > *::before, .c-button__type > * > *::after {
  content: "";
  position: absolute;
  display: block;
}
.c-button__type > * > *::before {
  width: clamp(16px, 2.0833333333vw, 24px);
  height: clamp(16px, 2.0833333333vw, 24px);
  top: 50%;
  right: clamp(-40px, -3.4722222222vw, -24px);
  border-radius: 50%;
  margin-top: clamp(-12px, -1.0416666667vw, -8px);
}
.c-button__type > * > *::after {
  background-size: 100%;
  width: clamp(8px, 1.0416666667vw, 12px);
  aspect-ratio: 8/4;
  top: 50%;
  right: clamp(-34px, -2.9513888889vw, -20px);
  margin-top: clamp(-2px, -0.1736111111vw, -1px);
}

.c-button__red > * {
  background: #EC3331;
  color: #ffffff;
}
.c-button__red > * > *::before {
  background-color: #ffffff;
}
.c-button__red > * > *::after {
  background-image: url(/wp/wp-content/themes/bfs/img/icon_arrow_r.svg);
}

.c-button__white > * {
  background-color: #ffffff;
  color: #434750;
}
.c-button__white > * > *::before {
  background-color: #434750;
}
.c-button__white > * > *::after {
  background-image: url(/wp/wp-content/themes/bfs/img/icon_arrow_w.svg);
}

.c-button__black > * {
  background-color: #434750;
  color: #ffffff;
}
.c-button__black > * > *::before {
  background-color: #ffffff;
}
.c-button__black > * > *::after {
  background-image: url(/wp/wp-content/themes/bfs/img/icon_arrow_b.svg);
}

.c-button__green > * {
  background-color: #07C655;
  color: #ffffff;
}
.c-button__green > * > *::before {
  background-color: #ffffff;
}
.c-button__green > * > *::after {
  background-image: url(/wp/wp-content/themes/bfs/img/icon_arrow_gr.svg);
}

.c-form__text {
  line-height: 1.5;
  width: 100%;
  background-color: #F6F7F9;
  border: none !important;
  border-radius: 4px;
  padding-top: clamp(13px, 2.2569444444vw, 26px) !important;
  padding-right: clamp(16px, 2.7777777778vw, 32px) !important;
  padding-bottom: clamp(13px, 2.2569444444vw, 26px) !important;
  padding-left: clamp(16px, 2.7777777778vw, 32px) !important;
}
@media (min-width: 768px) {
  .c-form__text {
    padding-top: clamp(6.5px, 1.1284722222vw, 13px) !important;
    padding-right: clamp(8px, 1.3888888889vw, 16px) !important;
    padding-bottom: clamp(6.5px, 1.1284722222vw, 13px) !important;
    padding-left: clamp(8px, 1.3888888889vw, 16px) !important;
  }
}

.c-form__textarea {
  line-height: 1.5;
  width: 100%;
  height: 160px;
  background-color: #F6F7F9;
  border: none !important;
  border-radius: 4px;
  padding-top: clamp(13px, 2.2569444444vw, 26px) !important;
  padding-right: clamp(16px, 2.7777777778vw, 32px) !important;
  padding-bottom: clamp(13px, 2.2569444444vw, 26px) !important;
  padding-left: clamp(16px, 2.7777777778vw, 32px) !important;
}
@media (min-width: 768px) {
  .c-form__textarea {
    padding-top: clamp(6.5px, 1.1284722222vw, 13px) !important;
    padding-right: clamp(8px, 1.3888888889vw, 16px) !important;
    padding-bottom: clamp(6.5px, 1.1284722222vw, 13px) !important;
    padding-left: clamp(8px, 1.3888888889vw, 16px) !important;
  }
}

.c-form__select__box {
  position: relative;
  background-color: #F6F7F9;
  width: 52.48%;
  border: none;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .c-form__select__box {
    width: 50%;
  }
}
.c-form__select__box::after {
  pointer-events: none;
}
.c-form__select__box::after {
  width: 0;
  height: 0;
  top: 50%;
  right: clamp(23px, 3.9930555556vw, 46px);
  border-style: solid;
  border-right: clamp(5px, 0.8680555556vw, 10px) solid transparent;
  border-left: clamp(5px, 0.8680555556vw, 10px) solid transparent;
  border-top: clamp(5px, 0.8680555556vw, 10px) solid #434750;
  border-bottom: 0;
  margin-top: clamp(-5px, -0.4340277778vw, -2.5px);
}
@media (min-width: 768px) {
  .c-form__select__box::after {
    border-right: clamp(2.5px, 0.4340277778vw, 5px) solid transparent;
    border-left: clamp(2.5px, 0.4340277778vw, 5px) solid transparent;
    border-top: clamp(2.5px, 0.4340277778vw, 5px) solid #434750;
    margin-top: clamp(-2.5px, -0.2170138889vw, -1.25px);
  }
}

.c-form__select {
  background-color: transparent;
  border: none;
  width: 100%;
  height: auto;
  padding-top: clamp(12.5px, 2.1701388889vw, 25px) !important;
  padding-right: clamp(16px, 2.7777777778vw, 32px) !important;
  padding-bottom: clamp(12.5px, 2.1701388889vw, 25px) !important;
  padding-left: clamp(16px, 2.7777777778vw, 32px) !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-form__select {
    padding-top: clamp(5.25px, 0.9114583333vw, 10.5px) !important;
    padding-right: clamp(8px, 1.3888888889vw, 16px) !important;
    padding-bottom: clamp(5.25px, 0.9114583333vw, 10.5px) !important;
    padding-left: clamp(8px, 1.3888888889vw, 16px) !important;
  }
}

.mw_wp_form_confirm .c-form__select__box {
  background-color: transparent;
}
.mw_wp_form_confirm .c-form__select__box::after {
  content: none;
}

@media (max-width: 767px) {
  .mwform-radio-field {
    display: block;
    margin-left: 0 !important;
  }
}

.mwform-radio-field-text {
  position: relative;
  display: inline-block;
  padding-left: clamp(32px, 5.5555555556vw, 64px);
  cursor: pointer;
}
@media (min-width: 768px) {
  .mwform-radio-field-text {
    padding-left: clamp(16px, 2.7777777778vw, 32px);
  }
}
@media (max-width: 767px) {
  .mwform-radio-field-text:nth-last-of-type(n+2) {
    margin-bottom: clamp(11px, 1.9097222222vw, 22px);
  }
}
@media (min-width: 768px) {
  .mwform-radio-field-text:nth-last-of-type(n+2) {
    padding-right: clamp(16px, 2.7777777778vw, 32px);
  }
}
.mwform-radio-field-text::before, .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-radio-field-text::before {
  width: clamp(20px, 3.4722222222vw, 40px) !important;
  height: clamp(20px, 3.4722222222vw, 40px) !important;
  top: 50%;
  left: 0;
  border: 2px solid #AAAAAA !important;
  border-radius: 50%;
  margin-top: clamp(-20px, -1.7361111111vw, -10px) !important;
}
@media (min-width: 768px) {
  .mwform-radio-field-text::before {
    width: clamp(10px, 1.7361111111vw, 20px) !important;
    height: clamp(10px, 1.7361111111vw, 20px) !important;
    margin-top: clamp(-10px, -0.8680555556vw, -5px) !important;
  }
}
.mwform-radio-field-text::after {
  background-color: #434750 !important;
  width: clamp(12px, 2.0833333333vw, 24px) !important;
  height: clamp(12px, 2.0833333333vw, 24px) !important;
  border-radius: 50%;
  top: 50%;
  left: clamp(4px, 0.6944444444vw, 8px) !important;
  opacity: 0;
  transition: 0.3s;
  margin-top: clamp(-12px, -1.0416666667vw, -6px) !important;
}
@media (min-width: 768px) {
  .mwform-radio-field-text::after {
    width: clamp(6px, 1.0416666667vw, 12px) !important;
    height: clamp(6px, 1.0416666667vw, 12px) !important;
    left: clamp(2px, 0.3472222222vw, 4px) !important;
    margin-top: clamp(-6px, -0.5208333333vw, -3px) !important;
  }
}

.c-form__radio {
  display: none;
}
.c-form__radio:checked + .mwform-radio-field-text {
  color: #434750;
}
.c-form__radio:checked + .mwform-radio-field-text::before {
  border: 2px solid #434750 !important;
}
.c-form__radio:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

@media (max-width: 767px) {
  .mwform-checkbox-field {
    display: block;
    margin-left: 0 !important;
  }
}

.mwform-checkbox-field-text {
  position: relative;
  display: inline-block;
  padding-left: clamp(36px, 6.25vw, 72px) !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mwform-checkbox-field-text {
    padding-left: clamp(18px, 3.125vw, 36px) !important;
  }
}
.mwform-checkbox-field-text:nth-last-of-type(n+2) {
  padding-right: clamp(18px, 3.125vw, 36px);
}
@media (max-width: 767px) {
  .mwform-checkbox-field-text:nth-last-of-type(n+2) {
    margin-bottom: clamp(12px, 2.0833333333vw, 24px) !important;
  }
}
.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  display: block;
}
.mwform-checkbox-field-text::before {
  background-color: transparent !important;
  width: clamp(21px, 3.6458333333vw, 42px) !important;
  height: clamp(21px, 3.6458333333vw, 42px) !important;
  top: 50%;
  left: 0;
  border: 2px solid #AAAAAA !important;
  border-radius: clamp(1.5px, 0.2604166667vw, 3px);
  margin-top: clamp(-21px, -1.8229166667vw, -10.5px) !important;
}
@media (min-width: 768px) {
  .mwform-checkbox-field-text::before {
    width: clamp(10.5px, 1.8229166667vw, 21px) !important;
    height: clamp(10.5px, 1.8229166667vw, 21px) !important;
    margin-top: clamp(-10.5px, -0.9114583333vw, -5.25px) !important;
  }
}
.mwform-checkbox-field-text::after {
  background-color: #434750;
  width: clamp(13px, 2.2569444444vw, 26px) !important;
  height: clamp(13px, 2.2569444444vw, 26px) !important;
  border-radius: clamp(1.5px, 0.2604166667vw, 3px);
  top: 50%;
  left: clamp(4px, 0.6944444444vw, 8px) !important;
  opacity: 0;
  transition: 0.3s;
  border: none !important;
  border-radius: clamp(1.5px, 0.2604166667vw, 3px);
  margin-top: clamp(-13px, -1.1284722222vw, -6.5px) !important;
  transform: rotate(-90deg) !important;
}
@media (min-width: 768px) {
  .mwform-checkbox-field-text::after {
    width: clamp(6.5px, 1.1284722222vw, 13px) !important;
    height: clamp(6.5px, 1.1284722222vw, 13px) !important;
    left: clamp(2px, 0.3472222222vw, 4px) !important;
    margin-top: clamp(-6.5px, -0.5642361111vw, -3.25px) !important;
  }
}

.c-form__check {
  display: none;
  position: absolute;
}
.c-form__check:checked + .mwform-checkbox-field-text::before {
  border: 2px solid #434750 !important;
}
.c-form__check:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

/*box */
.c-title__box {
  position: relative;
  padding-bottom: clamp(17px, 1.6493055556vw, 19px);
  margin-bottom: clamp(32px, 3.4722222222vw, 40px);
}
.c-title__box::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #434750;
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: clamp(-32px, -2.7777777778vw, -16px);
}
@media (min-width: 1184px) {
  .c-title__box::after {
    left: calc((100vw - 1120px) / -2);
  }
}

/* main */
.c-title {
  font-size: clamp(2.2rem, 1.5636363636rem + 1.2727272727vw, 3.6rem);
  font-weight: 700;
  line-height: 1.5;
}
.c-title span {
  color: #EC3331;
}

.c-title02 {
  color: #EC3331;
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}

/* sub */
.c-title__sub {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.4rem, 1.2181818182rem + 0.3636363636vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  padding-left: clamp(12px, 1.3888888889vw, 16px);
}
.c-title__sub::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #EC3331;
  width: clamp(6px, 0.6944444444vw, 8px);
  height: clamp(6px, 0.6944444444vw, 8px);
  top: 50%;
  left: 0;
  border-radius: 50%;
  margin-top: clamp(-4px, -0.3472222222vw, -3px);
}

.c-text_bg {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-size: clamp(8rem, 0.7272727273rem + 14.5454545455vw, 24rem);
  font-weight: 700;
  line-height: 1.5;
  right: 0;
}
@media (min-width: 768px) {
  .c-text_bg {
    letter-spacing: 0.005em;
  }
}
@media (min-width: 1440px) {
  .c-text_bg {
    right: calc((100vw - 1440px) / 2);
  }
}

.l-container {
  position: relative;
  background-color: #F5F5F5;
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
  line-height: 1.8;
  overflow: hidden;
}

.l-header {
  position: fixed;
  display: block !important;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.8181818182rem + 0.1136363636vw, 1rem);
  line-height: 1.8;
  width: 100%;
  min-width: auto;
  height: auto;
  top: 0;
  left: 0;
  border-bottom: 1px solid #DBDBDB;
  z-index: 90;
}
.l-header .c-inner {
  padding-left: clamp(16px, 2.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .l-header .c-inner {
    padding-left: clamp(8px, 1.3888888889vw, 16px);
    padding-right: clamp(8px, 1.3888888889vw, 16px);
  }
}
@media (min-width: 1280px) {
  .l-header .c-inner {
    padding-left: clamp(16px, 2.7777777778vw, 32px);
    padding-right: clamp(16px, 2.7777777778vw, 32px);
  }
}
@media (hover: hover) {
  .l-header a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

.l-header__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: clamp(24px, 4.1666666667vw, 48px);
       column-gap: clamp(24px, 4.1666666667vw, 48px);
  padding-top: clamp(13px, 2.0833333333vw, 24px);
  padding-bottom: clamp(13px, 2.0833333333vw, 24px);
}
@media (min-width: 768px) {
  .l-header__contents {
    justify-content: space-between;
    -moz-column-gap: clamp(7.5px, 1.3020833333vw, 15px);
         column-gap: clamp(7.5px, 1.3020833333vw, 15px);
  }
}

.l-header__menu {
  position: relative;
  flex: 0 1 clamp(24px, 4.1666666667vw, 48px);
  height: clamp(10px, 1.7361111111vw, 20px);
}
.l-header__menu span {
  position: absolute;
  background-color: #434750;
  width: 100%;
  height: clamp(1px, 0.1736111111vw, 2px);
  left: 0;
  transition: all 0.4s;
}
.l-header__menu span:nth-of-type(1) {
  top: 0;
}
.l-header__menu span:nth-of-type(2) {
  bottom: 0;
}

.l-header__logo {
  flex: 0 1 clamp(169px, 29.3402777778vw, 338px);
}
@media (min-width: 768px) {
  .l-header__logo {
    flex: 0 1 clamp(90px, 15.625vw, 180px);
  }
}
@media (min-width: 1280px) {
  .l-header__logo {
    flex: 0 1 clamp(154.5px, 26.8229166667vw, 309px);
  }
}
.l-header__logo img {
  height: 100%;
}

.l-header__button {
  flex: 0 1 clamp(132px, 22.9166666667vw, 264px);
  background-color: #ffffff;
}
.l-header__button a {
  display: block;
  background-color: #EC3331;
  color: #ffffff;
  font-size: clamp(0.75rem, 0.4090909091rem + 0.6818181818vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: clamp(13px, 2.2569444444vw, 26px);
  padding-right: clamp(12px, 2.0833333333vw, 24px);
  padding-bottom: clamp(13px, 2.2569444444vw, 26px);
}
.l-header__button a span {
  position: relative;
}
.l-header__button a span::before, .l-header__button a span::after {
  content: "";
  position: absolute;
  display: block;
}
.l-header__button a span::before {
  background-color: #ffffff;
  width: clamp(12px, 2.0833333333vw, 24px);
  height: clamp(12px, 2.0833333333vw, 24px);
  top: 50%;
  right: clamp(-40px, -3.4722222222vw, -20px);
  border-radius: 50%;
  margin-top: clamp(-12px, -1.0416666667vw, -6px);
}
.l-header__button a span::after {
  background-image: url(/wp/wp-content/themes/bfs/img/icon_arrow_r.svg);
  background-size: 100%;
  width: clamp(6px, 1.0416666667vw, 12px);
  aspect-ratio: 6/3;
  top: 50%;
  right: clamp(-34px, -2.9513888889vw, -17px);
  margin-top: clamp(-3px, -0.2604166667vw, -1.5px);
}
@media (max-width: 767px) {
  .l-header__button a span::after {
    transform: rotate(-90deg);
  }
}
@media (min-width: 768px) {
  .l-header__button a span::after {
    right: clamp(-20px, -1.7361111111vw, -10px);
  }
}

@media (max-width: 767px) {
  .l-header__box {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: calc(100vh - clamp(13px, 2.0833333333vw, 24px) - clamp(155px, 26.9097222222vw, 310px) / 155 * 38 - clamp(13px, 2.0833333333vw, 24px));
    height: calc(100dvh - clamp(13px, 2.0833333333vw, 24px) - clamp(155px, 26.9097222222vw, 310px) / 155 * 38 - clamp(13px, 2.0833333333vw, 24px));
    top: calc(clamp(13px, 2.0833333333vw, 24px) + clamp(155px, 26.9097222222vw, 310px) / 155 * 38 + clamp(13px, 2.0833333333vw, 24px));
    right: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition-property: right;
    transition-duration: 0.7s;
  }
}
@media (min-width: 768px) {
  .l-header__box {
    flex: 1 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: clamp(40.5px, 7.03125vw, 81px);
         column-gap: clamp(40.5px, 7.03125vw, 81px);
  }
}

@media (max-width: 767px) {
  .l-header__nav-box {
    width: 78.67%;
    height: calc(100vh - clamp(13px, 2.0833333333vw, 24px) - clamp(155px, 26.9097222222vw, 310px) / 155 * 38 - clamp(13px, 2.0833333333vw, 24px) + 0.5px);
    height: calc(100dvh - clamp(13px, 2.0833333333vw, 24px) - clamp(155px, 26.9097222222vw, 310px) / 155 * 38 - clamp(13px, 2.0833333333vw, 24px) + 0.5px);
  }
}
@media (min-width: 768px) {
  .l-header__nav-box {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .l-header__nav-inner {
    background-color: #ffffff;
    height: 100%;
    padding-top: clamp(112px, 19.4444444444vw, 224px);
  }
}
@media (min-width: 768px) {
  .l-header__nav-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: clamp(10px, 1.7361111111vw, 20px);
         column-gap: clamp(10px, 1.7361111111vw, 20px);
  }
}
@media (min-width: 1280px) {
  .l-header__nav-inner {
    -moz-column-gap: clamp(40.5px, 7.03125vw, 81px);
         column-gap: clamp(40.5px, 7.03125vw, 81px);
  }
}

@media (max-width: 767px) {
  .l-header__nav {
    border-bottom: 1px solid #DBDBDB;
    padding-right: clamp(16px, 2.7777777778vw, 32px);
    padding-bottom: clamp(43px, 7.4652777778vw, 86px);
    padding-left: clamp(16px, 2.7777777778vw, 32px);
  }
}
@media (min-width: 768px) {
  .l-header__nav {
    flex: 1 1;
    position: relative;
  }
}
@media (min-width: 768px) {
  .l-header__nav::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #DBDBDB;
    width: 1px;
    height: clamp(28px, 4.8611111111vw, 56px);
    top: 50%;
    right: clamp(-10px, -0.8680555556vw, -5px);
    margin-top: clamp(-28px, -2.4305555556vw, -14px);
  }
}
@media (min-width: 1280px) {
  .l-header__nav::after {
    right: clamp(-40.5px, -3.515625vw, -20.25px);
  }
}

@media (min-width: 768px) {
  .l-header__nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: clamp(5px, 0.8680555556vw, 10px);
         column-gap: clamp(5px, 0.8680555556vw, 10px);
  }
}
@media (min-width: 1280px) {
  .l-header__nav-list {
    -moz-column-gap: clamp(20px, 3.4722222222vw, 40px);
         column-gap: clamp(20px, 3.4722222222vw, 40px);
  }
}

@media (max-width: 767px) {
  .l-header__nav-item:nth-last-of-type(n+2) {
    margin-bottom: clamp(22px, 3.8194444444vw, 44px);
  }
}
.l-header__nav-item a {
  font-weight: 700;
}

@media (max-width: 767px) {
  .l-header__actions {
    padding-top: clamp(40px, 6.9444444444vw, 80px);
    padding-right: clamp(16px, 2.7777777778vw, 32px);
    padding-bottom: clamp(40px, 6.9444444444vw, 80px);
    padding-left: clamp(16px, 2.7777777778vw, 32px);
  }
}
@media (min-width: 768px) {
  .l-header__actions {
    flex: 0 1 clamp(235px, 22.9166666667vw, 264px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    -moz-column-gap: clamp(5px, 0.8680555556vw, 10px);
         column-gap: clamp(5px, 0.8680555556vw, 10px);
  }
}
@media (min-width: 1280px) {
  .l-header__actions {
    -moz-column-gap: clamp(12px, 2.0833333333vw, 24px);
         column-gap: clamp(12px, 2.0833333333vw, 24px);
  }
}

.l-header__actions-button {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .l-header__actions-button:nth-last-of-type(n+2) {
    margin-bottom: clamp(20px, 3.4722222222vw, 40px);
  }
}
.l-header__actions-button a {
  display: block;
  color: #ffffff;
  font-size: clamp(0.875rem, 0.8181818182rem + 0.1136363636vw, 1rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: clamp(13px, 1.7795138889vw, 20.5px);
  padding-right: clamp(12px, 2.0833333333vw, 24px);
  padding-bottom: clamp(13px, 1.7795138889vw, 20.5px);
}
.l-header__actions-button a span {
  position: relative;
  display: inline;
}
.l-header__actions-button a span::before, .l-header__actions-button a span::after {
  content: "";
  position: absolute;
  display: block;
}
.l-header__actions-button a span::before {
  background-color: #ffffff;
  width: clamp(12px, 1.3888888889vw, 16px);
  height: clamp(12px, 1.3888888889vw, 16px);
  top: 50%;
  right: clamp(-24px, -2.0833333333vw, -20px);
  border-radius: 50%;
  margin-top: clamp(-8px, -0.6944444444vw, -6px);
}
.l-header__actions-button a span::after {
  width: clamp(6px, 0.6944444444vw, 8px);
  aspect-ratio: 6/3;
  top: 50%;
  right: clamp(-20px, -1.7361111111vw, -17px);
  margin-top: clamp(-2px, -0.1736111111vw, -1px);
}

@media (min-width: 768px) {
  .l-header__actions-button--request {
    flex: 1 1 176px;
  }
}
.l-header__actions-button--request a {
  background-color: #EC3331;
}
.l-header__actions-button--request a span::after {
  background-image: url(/wp/wp-content/themes/bfs/img/icon_arrow_r.svg);
  background-size: 100%;
}

@media (min-width: 768px) {
  .l-header__actions-button--doc {
    flex: 1 1 64px;
  }
}
@media (max-width: 767px) {
  .l-header__actions-button--doc a {
    background-color: #434750;
  }
}
@media (min-width: 768px) {
  .l-header__actions-button--doc a {
    color: #EC3331;
    padding: 0;
  }
}
.l-header__actions-button--doc a span::after {
  background-image: url(/wp/wp-content/themes/bfs/img/icon_arrow_g.svg);
  background-size: 100%;
}
@media (min-width: 768px) {
  .l-header__actions-button--doc a span::before, .l-header__actions-button--doc a span::after {
    content: none;
  }
}

/* active */
.l-header-active .l-header__menu span {
  top: 50%;
  transform: rotate(45deg);
}
.l-header-active .l-header__menu span:nth-of-type(2) {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .l-header-active .l-header__box {
    right: 0;
  }
}

/* top */
body.home .l-header,
body.page-id-5910 .l-header,
body.page-id-5915 .l-header {
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
}
body.home .l-header .c-inner,
body.page-id-5910 .l-header .c-inner,
body.page-id-5915 .l-header .c-inner {
  width: auto;
}
body.home .l-header__button a,
body.page-id-5910 .l-header__button a,
body.page-id-5915 .l-header__button a {
  font-size: clamp(1.2rem, 0.6545454545rem + 1.0909090909vw, 2.4rem);
}
body.home .l-header__actions-button a,
body.page-id-5910 .l-header__actions-button a,
body.page-id-5915 .l-header__actions-button a {
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
}

body {
  margin-top: calc(clamp(13px, 2.0833333333vw, 24px) + clamp(155px, 26.9097222222vw, 310px) / 155 * 38 + clamp(13px, 2.0833333333vw, 24px)) !important;
}
@media (min-width: 768px) {
  body {
    margin-top: calc(clamp(13px, 2.0833333333vw, 24px) + clamp(100px, 17.3611111111vw, 200px) / 200 * 56 + clamp(13px, 2.0833333333vw, 24px)) !important;
  }
}

.l-footer {
  background-color: #434750;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.8181818182rem + 0.1136363636vw, 1rem);
  line-height: 1.8;
  min-width: auto;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding-top: 0;
  padding-bottom: 0;
}
@media (hover: hover) {
  .l-footer a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

.l-footer__body {
  border-bottom: 1px solid #000000;
  padding-top: clamp(40px, 6.9444444444vw, 80px);
  padding-bottom: clamp(40px, 6.9444444444vw, 80px);
}
.l-footer__body .c-inner {
  padding: 0 clamp(16px, 2.7777777778vw, 32px);
  width: min(100%, 1344px);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-footer__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    -moz-column-gap: clamp(15px, 2.6041666667vw, 30px);
         column-gap: clamp(15px, 2.6041666667vw, 30px);
  }
}
@media (min-width: 1280px) {
  .l-footer__contents {
    -moz-column-gap: clamp(175px, 30.3819444444vw, 350px);
         column-gap: clamp(175px, 30.3819444444vw, 350px);
  }
}

.l-footer__info {
  font-size: clamp(0.75rem, 0.6931818182rem + 0.1136363636vw, 0.875rem);
}
@media (max-width: 767px) {
  .l-footer__info {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: clamp(27px, 4.6875vw, 54px);
    margin-bottom: clamp(27px, 4.6875vw, 54px);
  }
}
@media (min-width: 768px) {
  .l-footer__info {
    flex: 1 1 282px;
  }
}

.l-footer__logo {
  width: 58.31%;
  margin-bottom: clamp(16px, 2.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .l-footer__logo {
    width: 73.53%;
  }
}

.l-footer__company {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(21px, 2.8645833333vw, 33px);
  margin-bottom: clamp(3px, 0.9548611111vw, 11px);
}

.l-footer__company-label {
  position: relative;
}
.l-footer__company-label::after {
  content: "";
  position: absolute;
  display: flex;
  background-color: #ffffff;
  width: 1px;
  height: clamp(24px, 2.7777777778vw, 32px);
  top: 50%;
  right: clamp(-16.5px, -1.4322916667vw, -11.5px);
  margin-top: clamp(-16px, -1.3888888889vw, -12px);
}

.l-footer__company-name {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .l-footer__nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: clamp(59px, 10.2430555556vw, 118px);
         column-gap: clamp(59px, 10.2430555556vw, 118px);
  }
}
@media (min-width: 768px) {
  .l-footer__nav {
    flex: 1 1 640px;
  }
}

@media (min-width: 768px) {
  .l-footer__nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: clamp(15px, 2.6041666667vw, 30px);
         column-gap: clamp(15px, 2.6041666667vw, 30px);
  }
}
@media (min-width: 1280px) {
  .l-footer__nav-list {
    -moz-column-gap: clamp(20px, 3.4722222222vw, 40px);
         column-gap: clamp(20px, 3.4722222222vw, 40px);
  }
}
@media (min-width: 768px) {
  .l-footer__nav-list:nth-last-of-type(n+2) {
    margin-bottom: clamp(9.5px, 1.6493055556vw, 19px);
  }
}

.l-footer__nav-list--l {
  flex: 1 1 113px;
}

@media (max-width: 767px) {
  .l-footer__nav-list--r {
    flex: 1 1 171px;
  }
}

@media (max-width: 767px) {
  .l-footer__nav-item:nth-last-of-type(n+2) {
    margin-bottom: clamp(19px, 3.2986111111vw, 38px);
  }
}
.l-footer__nav-item a {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
}

.l-footer__bottom {
  text-align: center;
  padding-top: clamp(3px, 1.3020833333vw, 15px);
  padding-bottom: clamp(7px, 1.6493055556vw, 19px);
}

.l-footer__copyright {
  color: #000000;
  font-size: clamp(0.625rem, 0.5113636364rem + 0.2272727273vw, 0.875rem);
  line-height: 1.5;
}

/* top */
body.home .l-footer,
body.page-id-5910 .l-footer,
body.page-id-5915 .l-footer {
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
}
body.home .l-footer .c-inner,
body.page-id-5910 .l-footer .c-inner,
body.page-id-5915 .l-footer .c-inner {
  width: min(100%, 1344px);
}
body.home .l-footer__info,
body.page-id-5910 .l-footer__info,
body.page-id-5915 .l-footer__info {
  font-size: clamp(1.2rem, 1.1090909091rem + 0.1818181818vw, 1.4rem);
}
body.home .l-footer__copyright,
body.page-id-5910 .l-footer__copyright,
body.page-id-5915 .l-footer__copyright {
  font-size: clamp(1rem, 0.8181818182rem + 0.3636363636vw, 1.4rem);
}

.p-mv {
  background-image: url(/wp/wp-content/themes/bfs/img/top_new/bg_mv_sp.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 99.4666666667vw;
  padding-bottom: 12.8vw;
}
@media (min-width: 768px) {
  .p-mv {
    background-image: url(/wp/wp-content/themes/bfs/img/top_new/bg_mv_pc.jpg);
    padding-top: min(118.4vw, 444px);
    padding-bottom: min(42.6666666667vw, 160px);
  }
}
.p-mv .c-inner {
  width: 100%;
}

@media (min-width: 768px) {
  .p-mv__contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .p-mv__title-box {
    margin-bottom: 8.8vw;
  }
}
@media (min-width: 768px) {
  .p-mv__title-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-mv__title {
  position: relative;
  font-size: clamp(3.2rem, 1.7454545455rem + 2.9090909091vw, 6.4rem);
  font-weight: 700;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 2px;
  border-bottom-color: #434750;
  padding-right: clamp(5px, 0.8680555556vw, 10px);
  padding-left: clamp(8px, 1.3888888889vw, 16px);
  margin-bottom: 3.2vw;
}
@media (max-width: 375px) {
  .p-mv__title {
    font-size: clamp(2rem, 1.4545454545rem + 1.0909090909vw, 3.2rem);
  }
}
@media (min-width: 768px) {
  .p-mv__title {
    padding-right: clamp(14px, 2.4305555556vw, 28px);
    padding-left: clamp(16px, 2.7777777778vw, 32px);
    margin-bottom: min(1.25vw, 18px);
  }
}
.p-mv__title::before {
  background-color: #ffffff;
  width: 100%;
  height: clamp(52px, 8.59375vw, 99px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.p-mv__title img {
  display: inline;
  width: 44.8vw;
}
@media (min-width: 768px) {
  .p-mv__title img {
    width: 18.75vw;
  }
}

.p-mv__sub-title {
  background-color: #ffffff;
  font-size: clamp(1.4rem, 0.9454545455rem + 0.9090909091vw, 2.4rem);
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 1px;
  border-bottom-color: #434750;
  padding-top: clamp(2px, 0.3472222222vw, 4px);
  padding-right: clamp(8px, 1.3888888889vw, 16px);
  padding-bottom: clamp(2px, 0.3472222222vw, 4px);
  padding-left: clamp(8px, 1.3888888889vw, 16px);
}
@media (max-width: 767px) {
  .p-mv__sub-title {
    margin-bottom: 3.2vw;
  }
}
@media (min-width: 768px) {
  .p-mv__sub-title {
    padding-top: clamp(4px, 0.6944444444vw, 8px);
    padding-right: clamp(16px, 2.7777777778vw, 32px);
    padding-bottom: clamp(4px, 0.6944444444vw, 8px);
    padding-left: clamp(16px, 2.7777777778vw, 32px);
  }
}

.p-mv__btn-area {
  margin-right: clamp(-32px, -2.7777777778vw, -16px);
}
@media (min-width: 768px) {
  .p-mv__btn-area {
    width: clamp(162px, 28.125vw, 324px);
  }
}
.p-mv__btn-area .c-button__type a {
  border-width: 1px;
  border-color: #ffffff;
  padding-top: clamp(14.5px, 2.0833333333vw, 24px);
  padding-bottom: clamp(14.5px, 2.0833333333vw, 24px);
}
.p-mv__btn-area .c-button__black {
  margin-bottom: 3.2vw;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-mv__btn-area .c-button__black {
    width: 61.84%;
  }
}
@media (min-width: 768px) {
  .p-mv__btn-area .c-button__black {
    margin-bottom: min(1.6666666667vw, 24px);
  }
}
.p-mv__btn-area .c-button__red {
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-mv__btn-area .c-button__red {
    width: 61.84%;
  }
}

.p-about {
  margin-top: -6.4vw;
}
@media (min-width: 768px) {
  .p-about {
    margin-top: max(-8.3333333333vw, -120px);
  }
}

.p-about__contents {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #434750;
  padding-top: clamp(40px, 6.9444444444vw, 80px);
  padding-right: clamp(16px, 2.7777777778vw, 32px);
  padding-bottom: clamp(40px, 6.9444444444vw, 80px);
  padding-left: clamp(16px, 2.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .p-about__contents {
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: clamp(40px, 6.9444444444vw, 80px);
         column-gap: clamp(40px, 6.9444444444vw, 80px);
    padding-right: clamp(40px, 6.9444444444vw, 80px);
    padding-left: clamp(40px, 6.9444444444vw, 80px);
  }
}

@media (max-width: 767px) {
  .p-about__title-sub {
    margin-bottom: clamp(11px, 1.9097222222vw, 22px);
  }
}
@media (min-width: 768px) {
  .p-about__title-sub {
    flex: 1 1 120px;
    min-width: 110px;
    margin-top: clamp(7px, 1.2152777778vw, 14px);
  }
}

@media (min-width: 768px) {
  .p-about__box {
    flex: 1 1 760px;
  }
}

.p-about__title {
  color: #EC3331;
  font-size: clamp(2.2rem, 1.5636363636rem + 1.2727272727vw, 3.6rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(11px, 1.6493055556vw, 19px);
}

.p-point {
  padding-bottom: clamp(40px, 6.9444444444vw, 80px);
}

.p-point__contents {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #434750;
  border-top: none;
  padding-top: clamp(40px, 6.9444444444vw, 80px);
  padding-right: clamp(16px, 2.7777777778vw, 32px);
  padding-bottom: clamp(40px, 8.3333333333vw, 96px);
  padding-left: clamp(16px, 2.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .p-point__contents {
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: clamp(70.5px, 12.2395833333vw, 141px);
         column-gap: clamp(70.5px, 12.2395833333vw, 141px);
    padding-right: clamp(40px, 6.9444444444vw, 80px);
    padding-left: clamp(40px, 6.9444444444vw, 80px);
  }
}

@media (max-width: 767px) {
  .p-point__title-sub {
    margin-bottom: clamp(11px, 1.9097222222vw, 22px);
  }
}
@media (min-width: 768px) {
  .p-point__title-sub {
    flex: 1 1 59px;
    margin-top: clamp(7px, 1.2152777778vw, 14px);
  }
}

@media (min-width: 768px) {
  .p-point__list {
    flex: 1 1 760px;
  }
}

.p-point__item:nth-last-of-type(n+2) {
  border-bottom-width: 1px;
  border-bottom-color: #DBDBDB;
  padding-bottom: clamp(27px, 3.0381944444vw, 35px);
  margin-bottom: clamp(27px, 3.0381944444vw, 35px);
}

.p-point__item-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: clamp(4px, 0.6944444444vw, 8px);
       column-gap: clamp(4px, 0.6944444444vw, 8px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(5px, 0.6076388889vw, 7px);
}

.p-point__item-num {
  color: #EC3331;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.4rem, 1.8545454545rem + 1.0909090909vw, 3.6rem);
}

.p-point__bg-text {
  width: 200%;
  right: auto;
  left: 0;
  bottom: -6.9333333333vw;
}
@media (min-width: 768px) {
  .p-point__bg-text {
    bottom: max(-6.8055555556vw, -98px);
  }
}

.p-reason {
  padding-top: clamp(96px, 13.8888888889vw, 160px);
}

@media (max-width: 767px) {
  .p-reason__list {
    margin-right: clamp(-32px, -2.7777777778vw, -16px);
    margin-left: clamp(-32px, -2.7777777778vw, -16px);
  }
}

.p-reason-card {
  position: relative;
  padding-bottom: clamp(27px, 5.1215277778vw, 59px);
}
.p-reason-card:nth-of-type(5) {
  padding-bottom: clamp(96px, 13.8888888889vw, 160px);
}
.p-reason-card:nth-of-type(n+2) {
  padding-top: clamp(32px, 5.5555555556vw, 64px);
}
@media (max-width: 767px) {
  .p-reason-card:nth-of-type(odd) .p-reason-card__img-wrapper {
    margin-left: clamp(-32px, -2.7777777778vw, -16px);
  }
}
@media (min-width: 768px) {
  .p-reason-card:nth-of-type(even) .p-reason-card__inner {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .p-reason-card:nth-of-type(even) .p-reason-card__img-wrapper {
    margin-right: clamp(-32px, -2.7777777778vw, -16px);
    margin-left: auto;
  }
}
.p-reason-card::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #DBDBDB;
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 0;
}
@media (min-width: 1184px) {
  .p-reason-card::after {
    left: calc((100vw - 1120px) / -2);
  }
}

.p-reason-card__inner {
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-reason-card__inner {
    padding-right: clamp(16px, 2.7777777778vw, 32px);
    padding-left: clamp(16px, 2.7777777778vw, 32px);
  }
}
@media (min-width: 768px) {
  .p-reason-card__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: clamp(40px, 6.9444444444vw, 80px);
         column-gap: clamp(40px, 6.9444444444vw, 80px);
  }
}

@media (max-width: 767px) {
  .p-reason-card__img-wrapper {
    width: 93.295%;
    margin-bottom: clamp(27px, 4.6875vw, 54px);
  }
}
@media (min-width: 768px) {
  .p-reason-card__img-wrapper {
    flex: 1 1 560px;
  }
}

.p-reason-card__body {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-reason-card__body {
    flex: 1 1 480px;
  }
}

.p-reason-card__title {
  font-size: clamp(1.8rem, 1.5272727273rem + 0.5454545455vw, 2.4rem);
  margin-bottom: clamp(9px, 0.9548611111vw, 11px);
}

.p-reason-card__number {
  position: absolute;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: clamp(8rem, 0.7272727273rem + 14.5454545455vw, 24rem);
  font-weight: 700;
  line-height: 1.5;
  bottom: -8.8vw;
  right: 0;
}
@media (min-width: 768px) {
  .p-reason-card__number {
    letter-spacing: 0.005em;
    bottom: max(-6.8055555556vw, -98px);
    right: clamp(-32px, -2.7777777778vw, -16px);
  }
}
@media (min-width: 1184px) {
  .p-reason-card__number {
    right: calc((100vw - 1120px) / -2);
  }
}
@media (min-width: 1440px) {
  .p-reason-card__number {
    right: -160px;
  }
}

.p-reason-card__support {
  position: relative;
  display: grid;
  -moz-column-gap: clamp(15.5px, 2.6909722222vw, 31px);
       column-gap: clamp(15.5px, 2.6909722222vw, 31px);
  row-gap: clamp(27px, 4.6875vw, 54px);
  margin-top: clamp(35px, 4.8611111111vw, 56px);
  z-index: 1;
}
@media (min-width: 768px) {
  .p-reason-card__support {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-support-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-top-width: 1px;
  border-top-color: #DBDBDB;
  padding-top: clamp(19px, 2.5173611111vw, 29px);
}
@media (max-width: 767px) {
  .p-support-card {
    margin-right: clamp(16px, 2.7777777778vw, 32px);
    margin-left: clamp(16px, 2.7777777778vw, 32px);
  }
}
.p-support-card::before {
  background-color: #EC3331;
  width: 40px;
  height: 2px;
  top: -1px;
  left: 0;
}

.p-support-card__title {
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-support-card__title {
    margin-bottom: clamp(1.5px, 0.2604166667vw, 3px);
  }
}

@media (min-width: 768px) {
  .p-support-card__text {
    margin-bottom: clamp(1.5px, 0.2604166667vw, 3px);
  }
}

.p-support-card__link {
  text-align: right;
}
.p-support-card__link a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}

.p-reason-card__price {
  position: relative;
  display: grid;
  -moz-column-gap: clamp(15.5px, 2.6909722222vw, 31px);
       column-gap: clamp(15.5px, 2.6909722222vw, 31px);
  row-gap: clamp(27px, 4.6875vw, 54px);
  margin-top: clamp(35px, 4.8611111111vw, 56px);
  z-index: 1;
}
@media (max-width: 767px) {
  .p-reason-card__price {
    margin-right: clamp(16px, 2.7777777778vw, 32px);
    margin-left: clamp(16px, 2.7777777778vw, 32px);
  }
}
@media (min-width: 768px) {
  .p-reason-card__price {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-reason-card__price-item {
  position: relative;
  border-top-width: 1px;
  border-top-color: #DBDBDB;
  padding-top: clamp(19px, 2.34375vw, 27px);
}
.p-reason-card__price-item::before {
  background-color: #EC3331;
  width: 40px;
  height: 2px;
  top: -1px;
  left: 0;
}

.p-reason-card__price-text {
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}

.p-reason-card__price-text--red {
  display: inline-block;
  color: #EC3331;
  padding-left: clamp(4px, 0.8680555556vw, 10px);
}
.p-reason-card__price-text--red span {
  font-family: "Roboto", sans-serif;
  font-size: clamp(5.6rem, 4.5090909091rem + 2.1818181818vw, 8rem);
  line-height: 0.8;
}

@media (min-width: 768px) {
  .p-reason-card__price-item:nth-of-type(2) .p-reason-card__price-text--red span {
    font-size: clamp(3.2rem, 1.7454545455rem + 2.9090909091vw, 6.4rem);
  }
}

.p-reason-card__price-note {
  color: #AAAAAA;
  font-size: clamp(1.2rem, 1.1090909091rem + 0.1818181818vw, 1.4rem);
  margin-top: clamp(7px, 0.9548611111vw, 11px);
}

.p-reason-card__universities {
  position: relative;
  display: grid;
  -moz-column-gap: clamp(15px, 2.6041666667vw, 30px);
       column-gap: clamp(15px, 2.6041666667vw, 30px);
  row-gap: clamp(27px, 4.6875vw, 54px);
  margin-top: clamp(35px, 4.8611111111vw, 56px);
  z-index: 1;
}
@media (max-width: 767px) {
  .p-reason-card__universities {
    margin-right: clamp(16px, 2.7777777778vw, 32px);
    margin-left: clamp(16px, 2.7777777778vw, 32px);
  }
}
@media (min-width: 768px) {
  .p-reason-card__universities {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-reason-card__university-group {
  position: relative;
  border-top-width: 1px;
  border-top-color: #DBDBDB;
  padding-top: clamp(19px, 2.34375vw, 27px);
}
.p-reason-card__university-group::before {
  background-color: #EC3331;
  width: 40px;
  height: 2px;
  top: -1px;
  left: 0;
}

.p-reason-card__university-title {
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-reason-card__university-title {
    margin-bottom: clamp(1.5px, 0.2604166667vw, 3px);
  }
}

.p-campaign {
  background-image: url(/wp/wp-content/themes/bfs/img/top_new/bg_campaign_sp.jpg);
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  padding-top: clamp(64px, 6.9444444444vw, 80px);
  padding-bottom: clamp(64px, 9.0277777778vw, 104px);
}
@media (min-width: 768px) {
  .p-campaign {
    background-image: url(/wp/wp-content/themes/bfs/img/top_new/bg_campaign_pc.jpg);
  }
}
.p-campaign .c-title__box::after {
  background-color: #ffffff;
}

.p-campaign__text {
  margin-bottom: clamp(35px, 3.7326388889vw, 43px);
}
.p-campaign__text span {
  text-decoration: underline;
}

.p-campaign__service {
  position: relative;
  border-top-width: 1px;
  border-top-color: #ffffff;
  padding-top: clamp(19px, 2.34375vw, 27px);
  margin-bottom: clamp(40px, 6.9444444444vw, 80px);
}
@media (min-width: 768px) {
  .p-campaign__service {
    margin-bottom: clamp(20px, 3.4722222222vw, 40px);
  }
}
.p-campaign__service::before {
  background-color: #EC3331;
  width: 40px;
  height: 2px;
  top: -1px;
  left: 0;
}

.p-campaign__service-title {
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-campaign__service-title {
    margin-bottom: clamp(1.5px, 0.2604166667vw, 3px);
  }
}

.p-campaign__cta-text {
  font-size: clamp(1.4rem, 0.9454545455rem + 0.9090909091vw, 2.4rem);
  text-align: center;
  margin-bottom: clamp(11px, 1.9097222222vw, 22px);
}
@media (min-width: 768px) {
  .p-campaign__cta-text {
    margin-bottom: clamp(5.5px, 0.9548611111vw, 11px);
  }
}

.p-campaign__btn-group {
  display: grid;
  -moz-column-gap: clamp(12px, 2.0833333333vw, 24px);
       column-gap: clamp(12px, 2.0833333333vw, 24px);
  row-gap: clamp(20px, 3.4722222222vw, 40px);
  max-width: 692px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-campaign__btn-group {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-campaign__bg-text {
  bottom: -8.8vw;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .p-campaign__bg-text {
    bottom: -6.8055555556vw;
  }
}

.p-flow {
  padding-top: clamp(96px, 13.8888888889vw, 160px);
  padding-bottom: clamp(96px, 13.8888888889vw, 160px);
}

.p-flow__list {
  display: grid;
  justify-content: center;
  -moz-column-gap: clamp(10px, 1.7361111111vw, 20px);
       column-gap: clamp(10px, 1.7361111111vw, 20px);
  row-gap: clamp(16px, 2.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .p-flow__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-flow__item {
  position: relative;
  border-width: 1px;
  border-color: #434750;
  padding-top: clamp(24px, 2.7777777778vw, 32px);
  padding-right: clamp(16px, 2.0833333333vw, 24px);
  padding-bottom: clamp(24px, 2.7777777778vw, 32px);
  padding-left: clamp(16px, 2.0833333333vw, 24px);
}
.p-flow__item:nth-last-of-type(n+2)::after {
  background-color: #434750;
  width: 1px;
  height: clamp(16px, 2.7777777778vw, 32px);
  top: calc(100% + 1px);
  left: 50%;
}
@media (max-width: 767px) {
  .p-flow__item:nth-last-of-type(n+2)::after {
    margin-left: -0.5px;
  }
}
@media (min-width: 768px) {
  .p-flow__item:nth-last-of-type(n+2)::after {
    width: clamp(10px, 1.7361111111vw, 20px);
    height: 1px;
    top: 50%;
    left: calc(100% + 1px);
    margin-top: -0.5px;
  }
}

.p-flow__bg-text {
  bottom: -8.8vw;
}
@media (min-width: 768px) {
  .p-flow__bg-text {
    bottom: max(-6.7361111111vw, -97px);
  }
}

.p-voice {
  padding-top: clamp(64px, 13.8888888889vw, 160px);
  padding-bottom: clamp(96px, 13.8888888889vw, 160px);
}

.p-voice__list {
  display: grid;
  -moz-column-gap: clamp(15px, 2.6041666667vw, 30px);
       column-gap: clamp(15px, 2.6041666667vw, 30px);
  row-gap: clamp(32px, 5.5555555556vw, 64px);
}
@media (min-width: 768px) {
  .p-voice__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-voice-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-width: 1px;
  border-color: #434750;
}

.p-voice-card__header {
  padding-top: clamp(24px, 2.7777777778vw, 32px);
  padding-right: clamp(16px, 2.0833333333vw, 24px);
  padding-bottom: clamp(25px, 2.7777777778vw, 32px);
  padding-left: clamp(16px, 2.0833333333vw, 24px);
}

@media (min-width: 768px) {
  .p-voice-card__title {
    margin-bottom: clamp(1.5px, 0.2604166667vw, 3px);
  }
}

.p-voice-card__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: clamp(16px, 2.0833333333vw, 24px);
       column-gap: clamp(16px, 2.0833333333vw, 24px);
  border-top-width: 1px;
  border-top-color: #434750;
}

.p-voice-card__meta {
  flex: 1 1;
  font-size: clamp(1.2rem, 1.1090909091rem + 0.1818181818vw, 1.4rem);
  text-align: right;
}
.p-voice-card__meta span {
  font-weight: 700;
}

.p-voice-card__img {
  flex: 0 1 clamp(104px, 18.0555555556vw, 208px);
}
@media (min-width: 768px) {
  .p-voice-card__img {
    flex: 0 1 clamp(52px, 9.0277777778vw, 104px);
  }
}

.p-voice__bg-text {
  bottom: -8.5333333333vw;
}
@media (min-width: 768px) {
  .p-voice__bg-text {
    bottom: max(-6.7361111111vw, -97px);
  }
}

.p-faq {
  padding-top: clamp(96px, 13.8888888889vw, 160px);
  padding-bottom: clamp(96px, 13.8888888889vw, 160px);
}

.p-faq__list {
  display: grid;
  -moz-column-gap: clamp(15px, 2.6041666667vw, 30px);
       column-gap: clamp(15px, 2.6041666667vw, 30px);
  row-gap: clamp(27px, 4.6875vw, 54px);
}
@media (min-width: 768px) {
  .p-faq__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-faq__item {
  position: relative;
  border-top-width: 1px;
  border-top-color: #434750;
  padding-top: clamp(20px, 2.34375vw, 27px);
}
.p-faq__item::before {
  background-color: #EC3331;
  width: 40px;
  height: 2px;
  top: -1px;
  left: 0;
}

.p-faq__question {
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-faq__question {
    margin-bottom: clamp(1.5px, 0.2604166667vw, 3px);
  }
}
.p-faq__question span {
  color: #EC3331;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2rem, 1.8181818182rem + 0.3636363636vw, 2.4rem);
  padding-right: clamp(4px, 0.6944444444vw, 8px);
}

.p-faq__bg-text {
  bottom: -8vw;
}
@media (min-width: 768px) {
  .p-faq__bg-text {
    bottom: max(-6.8055555556vw, -98px);
  }
}

.p-contact {
  padding-top: clamp(64px, 13.8888888889vw, 160px);
  padding-bottom: clamp(96px, 13.8888888889vw, 160px);
}

.p-contact__lead {
  margin-bottom: clamp(27px, 3.0381944444vw, 35px);
}

.p-contact-line {
  position: relative;
  max-width: 960px;
  border-width: 1px;
  border-color: #434750;
  border-radius: 10px;
  margin-right: auto;
  margin-bottom: clamp(59px, 13.4548611111vw, 155px);
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-contact-line {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}
.p-contact-line::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #AAAAAA;
  width: 100vw;
  height: 1px;
  bottom: clamp(-80px, -6.9444444444vw, -32px);
  left: clamp(-32px, -2.7777777778vw, -16px);
}
@media (min-width: 1024px) {
  .p-contact-line::after {
    left: calc((100vw - 960px) / -2);
  }
}

@media (max-width: 767px) {
  .p-contact-line__figure {
    border-bottom-width: 1px;
    border-bottom-color: #434750;
  }
}
@media (min-width: 768px) {
  .p-contact-line__figure {
    flex: 1 1 360px;
    aspect-ratio: 360/368;
    border-left-width: 1px;
    border-left-color: #434750;
  }
}
.p-contact-line__figure img {
  border-top-right-radius: 10px;
}
@media (max-width: 767px) {
  .p-contact-line__figure img {
    border-top-left-radius: 10px;
  }
}
@media (min-width: 768px) {
  .p-contact-line__figure img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 10px;
  }
}

.p-contact-line__body {
  padding-top: clamp(27px, 4.4270833333vw, 51px);
  padding-right: clamp(16px, 2.7777777778vw, 32px);
  padding-bottom: clamp(40px, 4.3402777778vw, 50px);
  padding-left: clamp(16px, 2.7777777778vw, 32px);
}
@media (min-width: 768px) {
  .p-contact-line__body {
    flex: 1 1 600px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: clamp(32px, 5.5555555556vw, 64px);
    padding-left: clamp(32px, 5.5555555556vw, 64px);
  }
}

.p-contact-line__title {
  font-size: clamp(1.8rem, 1.5272727273rem + 0.5454545455vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  margin-right: clamp(-32px, -2.7777777778vw, -16px);
}
.p-contact-line__title span {
  color: #07C655;
}

.p-contact-line__text {
  margin-bottom: clamp(11px, 2.34375vw, 27px);
}

@media (min-width: 768px) {
  .p-contact-line__btn > * {
    padding-top: clamp(12.5px, 2.1701388889vw, 25px);
    padding-bottom: clamp(12.5px, 2.1701388889vw, 25px);
  }
}
.p-contact-line__btn > * > *::after {
  width: clamp(4px, 0.5208333333vw, 6px);
  aspect-ratio: 4/8;
  right: clamp(-32px, -2.7777777778vw, -19px);
  margin-top: clamp(-6px, -0.5208333333vw, -4px);
}

.p-contact__form-lead {
  margin-bottom: clamp(27px, 3.0381944444vw, 35px);
}

.p-contact__list-box {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.p-contact__list:nth-last-of-type(n+2) {
  margin-bottom: clamp(11px, 2.34375vw, 27px);
}
.p-contact__list:last-of-type {
  margin-bottom: clamp(24px, 3.4722222222vw, 40px);
}
.p-contact__list dt {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: clamp(5px, 0.8680555556vw, 10px);
}
@media (min-width: 768px) {
  .p-contact__list dt {
    margin-bottom: clamp(2.5px, 0.4340277778vw, 5px);
  }
}

.p-contact__req {
  background-color: #EC3331;
  color: #ffffff;
  font-size: clamp(1rem, 0.9090909091rem + 0.1818181818vw, 1.2rem);
  line-height: calc(clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem) * 1.5);
  padding-right: clamp(8px, 1.3888888889vw, 16px);
  padding-left: clamp(8px, 1.3888888889vw, 16px);
  margin-left: clamp(4px, 0.6944444444vw, 8px);
}
@media (min-width: 768px) {
  .p-contact__req {
    padding-right: clamp(4px, 0.6944444444vw, 8px);
    padding-left: clamp(4px, 0.6944444444vw, 8px);
    margin-left: clamp(2px, 0.3472222222vw, 4px);
  }
}

.p-contact__notes {
  display: block;
  color: #AAAAAA;
  font-size: clamp(1.2rem, 1.1090909091rem + 0.1818181818vw, 1.4rem);
  font-weight: 400;
}

.p-contact__button.c-button__black {
  margin-bottom: clamp(20px, 3.4722222222vw, 40px);
}

.p-contact__bg-text {
  bottom: -8.5333333333vw;
}
@media (min-width: 768px) {
  .p-contact__bg-text {
    bottom: -6.8055555556vw;
  }
}

.p-news {
  padding-top: clamp(96px, 13.8888888889vw, 160px);
  padding-bottom: clamp(96px, 13.8888888889vw, 160px);
}

@media (min-width: 768px) {
  .p-news__contents {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: clamp(40px, 6.9444444444vw, 80px);
         column-gap: clamp(40px, 6.9444444444vw, 80px);
  }
}

@media (max-width: 767px) {
  .p-news__title {
    margin-bottom: clamp(11px, 1.9097222222vw, 22px);
  }
}
@media (min-width: 768px) {
  .p-news__title {
    flex: 1 1 119px;
    min-width: 110px;
  }
}
.p-news__title::before {
  background-color: #EC3331;
  width: clamp(6px, 0.6944444444vw, 8px);
  height: clamp(6px, 0.6944444444vw, 8px);
}

@media (min-width: 768px) {
  .p-news__list {
    flex: 1 1 921px;
  }
}

.p-news__item:nth-of-type(n+2) {
  padding-top: clamp(24px, 3.4722222222vw, 40px);
}
.p-news__item:nth-last-of-type(n+2) a {
  border-bottom-width: 1px;
  border-bottom-color: #DBDBDB;
  padding-bottom: clamp(24px, 3.4722222222vw, 40px);
}
.p-news__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: clamp(16px, 2.0833333333vw, 24px);
       column-gap: clamp(16px, 2.0833333333vw, 24px);
}

.p-news__item-figure {
  flex: 0 1 clamp(120px, 20.8333333333vw, 240px);
}

.p-news__item-body {
  flex: 1 1;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.4rem, 1.1272727273rem + 0.5454545455vw, 2rem);
  font-weight: bold;
  line-height: 1.5;
}

.p-news__item-date {
  color: #e60012;
}
@media (min-width: 768px) {
  .p-news__item-date {
    margin-bottom: clamp(1.5px, 0.2604166667vw, 3px);
  }
}

.p-news__item-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.p-news__bg-text {
  bottom: -3.4666666667vw;
}
@media (max-width: 767px) {
  .p-news__bg-text {
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .p-news__bg-text {
    bottom: max(-6.8055555556vw, -98px);
  }
}