@charset "UTF-8";
:root {
  --color-white: #ffffff;
  --color-black: #383838;
  --color-main: #EB641F;
  --color-main-hover:#FF7E3C;
  --color-sub: #FFFFF4;
  --color-placeholder: #CECECE;
  ---gradient-main: linear-gradient( -247deg, rgba(235, 100, 31) 25%,rgba(239, 222, 53) 80%, rgba(184, 223, 148) 100% );
  ---gradient-main-sp: linear-gradient( -225deg, rgba(235, 100, 31) 25%,rgba(239, 222, 53) 80%, rgba(184, 223, 148) 100% );
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  background-color: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
}
html.is-open {
  overflow: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  background-color: var(--color-white);
  color: var(--color-black);
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  width: 100%;
}
body * {
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: var(--color-black);
  text-decoration: none;
  transition: 0.3s;
}
a:hover{
  color: inherit;
}
picture {
  display: block;
}

input[type=submit],
input[type=button],
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=date],
input[type=reset],
select,
button,
textarea {
  -webkit-appearance: none;
  background-color: var(--color-white);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--color-black);
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=text]::-webkit-search-decoration,
input[type=number]::-webkit-search-decoration,
input[type=email]::-webkit-search-decoration,
input[type=tel]::-webkit-search-decoration,
input[type=date]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
select::-webkit-search-decoration,
button::-webkit-search-decoration,
textarea::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=reset]:focus,
select:focus,
button:focus,
textarea:focus {
  outline-offset: 0;
}

input[type=date]::-webkit-date-and-time-value,
input[type=time]::-webkit-date-and-time-value,
input[type=datetime-local]::-webkit-date-and-time-value {
  text-align: left;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
  -webkit-text-fill-color: #000;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}
.is-pc--inline {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
.is-sp--inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}
.screen-reader-text2{
  display: block;
  text-indent: -9999px; /* テキストを画面外に隠す */
}

.swiper-container {
  overflow: visible;
  padding-bottom: 39px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .swiper-container {
    padding-bottom: calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-container {
    padding-bottom: calc(36 / 375 * 100vw);
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  height: auto;
  margin-top: 0;
  top: 56.5%;
  width: auto;
  z-index: 2;
}

.swiper-button-prev {
  left: 64px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev {
    left: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: calc(7 / 375 * 100vw);
  }
}
.swiper-button-next {
  right: 64px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-next {
    right: calc(64 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: calc(7 / 375 * 100vw);
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 1439px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: calc(32 / 1440 * 100vw);
    width: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: calc(32 / 375 * 100vw);
    height: calc(32 / 375 * 100vw);
  }
}
.swiper-button-prev:after {
  background-image: url(../images/swiper_icon_prev.svg);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}
.swiper-button-next:after {
  background-image: url(../images/swiper_icon_next.svg);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto;
}

.swiper-pagination {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    bottom: calc(0 / 375 * 100vw) !important;
  }
}

.swiper-pagination-bullets {
  bottom: 0 !important;
  font-size: 0 !important;
  left: auto !important;
}

.swiper-pagination-bullet {
  background-color: #FFFFFF;
  border: 1px solid var(--color-main);
  border-radius: 50%;
  height: 7px;
  margin: 0 5px !important;
  opacity: 1;
  width: 7px;
}
@media screen and (max-width: 1439px) {
  .swiper-pagination-bullet {
    height: calc(7 / 1440 * 100vw);
    margin: 0 calc(5 / 1440 * 100vw) !important;
    width: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    height: calc(7 / 375 * 100vw);
    margin: 0 calc(5 / 375 * 100vw) !important;
    width: calc(7 / 375 * 100vw);
  }
}
.swiper-pagination-bullet-active {
  background: var(--color-main);
  border: 1px solid var(--color-main);
}

/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v53-japanese_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

img{
  width: 100%;
}
.l-container {
  margin: 0 auto;
  padding-left: 125px;
  padding-right: 125px;
  width: 1300px;
}
@media screen and (max-width: 1439px) {
  .l-container {
    padding-left: calc(120 / 1440 * 100vw);
    padding-right: calc(120 / 1440 * 100vw);
    width: calc(1300 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
    width: 100%;
  }
}

.l-content{
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: 70vh;
  background-color: var(--color-sub);
}
@media screen and (max-width: 767px) {
  .l-content{
    min-height: 0;
  }
}
body.page-template-page-kyuujinbu h1{
  display: none;
}
body.page-template-page-kyuujinbu .l-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .l-content {
    display: block;
  }
}page-template-page-kyuujinbu
body.page-template-page-kyuujinbu .l-content{
  background-color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .l-content__main {
    width: 100%;
  }
}

header{
  position: sticky;
  top: 0;
  z-index: 100;
  height: 140px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  header{
    height: calc(140 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  header{
    height: calc(53 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu header{
  position: fixed;
}
.p-header{
  width: 100%;
}
.p-header .l-container {
  height: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.p-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-header__inner{
    display: none;
  }
}
.p-header__top{
  display: flex;
  height: 68px;
  justify-content: flex-end;
  background: var(--color-black);
  padding-right: 50px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .p-header__top{
    height: calc(68 / 1440 * 100vw);
    padding-right: calc(50 / 1440 * 100vw);
    padding-left: calc(20 / 1440 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-header__top{
  padding-right: 372px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-header__top{
    padding-right: calc(372 / 1440 * 100vw);
  }
}
.p-header__button{
  height: 100%;
  display: flex;
  align-items: center;
}
.p-header__button + .p-header__button{
  margin-left: 16px;
}
@media screen and (max-width: 1439px) {
  .p-header__button + .p-header__button{
    margin-left: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button + .p-header__button {
    margin-left: calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button {
    display: none;
  }
}
.p-header__bottom{
  display: flex;
  align-items: center;
  height: 72px;
  width: 100%;
  padding-right: 47px;
  background: var(--color-white);
  padding-left: 30px;
  box-shadow: 0px 7px 17px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  .p-header__bottom{
    height: calc(72 / 1440 * 100vw);
    padding-right: calc(47 / 1440 * 100vw);
    padding-left: calc(30 / 1440 * 100vw);
    box-shadow: 0px calc(7 / 1440 * 100vw) calc(17 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
body.page-template-page-kyuujinbu .p-header__bottom{
  padding-right: 372px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-header__bottom{
    padding-right: calc(372 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logoBox{
    margin-right: auto;
  }
}
.p-header__logoBox a{
  display: block;
}
.p-header__logoBox__logo{
  width: 200px;
  height: 47px;
}
@media screen and (max-width: 1439px) {
  .p-header__logoBox__logo{
    width: calc(200 / 1440 * 100vw);
    height: calc(47 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__logoBox__logo {
    width: calc(120 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
  }
}
.p-header__nav {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav > ul {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(7, auto);
}
.p-header__nav > ul > li + li {
  margin-left: 30px;
}
@media screen and (max-width: 1439px) {
  .p-header__nav > ul > li + li{
    margin-left: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav > ul > li + li {
    margin-left: calc(30 / 375 * 100vw);
  }
}
.p-header__nav a{
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-header__nav a {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__nav a{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.p-header__nav a:hover,
.p-footer__nav a:hover{
  color: var(--color-main);
}
.p-header__inner--SP {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__inner--SP {
    display: block;
    height: calc(53/ 375 * 100vw);
    background-color: var(--color-black);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: calc(17/ 375 * 100vw);
    padding-right: calc(20/ 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button--SP{
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    margin-left: calc(9 / 375 * 100vw);
  }
  .p-header__button--SP svg path,
  .p-footer__button--SP svg path{
    transition: fill 0.3s;
  }
  .p-header__button--SP:active svg path,
  .p-header__button--SP:active svg circle,
  .p-footer__button--SP:active svg path,
  .p-footer__button--SP:active svg circle{
    fill: var(--color-main-hover);
  }

  .p-header__button--SP a {
    width: 100%;
    display: block;
  }
}
.p-header__hamburger {
  background-image: url('../images/icon_hamburger.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: none;
  height: calc(15 / 375 * 100vw);
  width: calc(22 / 375 * 100vw);
  margin-left: calc(21 / 375 * 100vw);
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: block;
  }
}

.u-button {
  align-items: center;
  background-color: var(--color-main);
  border: 1px solid transparent;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-white);
  height: 43px;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (max-width: 1439px) {
  .u-button {
    font-size: calc(14 / 1440 * 100vw);
    height: calc(43 / 1440 * 100vw);
    border-radius: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button {
    font-size: calc(14 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
    border-radius: calc(50 / 375 * 100vw);
  }
}
.u-button:hover,
.p-top-usefulmaterial__button .u-button:hover{
  background-color: var(--color-main-hover);
}
a.u-button:hover{
  color: var(--color-white);
}
.u-button--demo{
  width: 166px;
}
@media screen and (max-width: 1439px) {
  .u-button--demo{
    width: calc(166 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button--demo{
    width: calc(166 / 375 * 100vw);
  }
}
.u-button--demo::before {
  background-image: url(../images/icon_button_demo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 12px;
  width: 13px;
  margin-right: 8px;
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .u-button--demo::before {
    height: calc(12 / 1440 * 100vw);
    width: calc(13 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    margin-top: calc(2/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button--demo::before {
    height: calc(12 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    margin-top: calc(2/ 375 * 100vw);
  }
}
.u-button--contact{
  width: 168px;
}
@media screen and (max-width: 1439px) {
  .u-button--contact{
    width: calc(168 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button--contact{
    width: calc(168 / 375 * 100vw);
  }
}
.u-button--contact::before {
  background-image: url(../images/icon_button_contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 11px;
  width: 14px;
  margin-right: 8px;
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .u-button--contact::before {
    height: calc(11 / 1440 * 100vw);
    width: calc(14 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    margin-top: calc(2/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button--contact::before {
    height: calc(11 / 375 * 100vw);
    width: calc(14 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    margin-top: calc(2/ 375 * 100vw);
  }
}
.u-button--dl{
  width: 194px;
}
@media screen and (max-width: 1439px) {
  .u-button--dl{
    width: calc(194 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button--dl{
    width: calc(194 / 375 * 100vw);
  }
}
.u-button--dl::before {
  background-image: url(../images/icon_button_dl.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  margin-right: 8px;
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .u-button--dl::before {
    height: calc(13 / 1440 * 100vw);
    width: calc(13 / 1440 * 100vw);
    margin-right: calc(8/ 1440 * 100vw);
    margin-top: calc(2/ 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button--dl::before {
    height: calc(13 / 375 * 100vw);
    width: calc(13 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    margin-top: calc(2/ 375 * 100vw);
  }
}
.u-button--tel{
  font-family: 'Barlow';
  font-weight: 600;
  color: var(--color-white);
  font-size: 21px;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.u-button--tel:hover{
  color: var(--color-main);
}
.p-footer__button--PC .u-button--tel{
  margin-left: 5px;
}
@media screen and (max-width: 1439px) {
  .u-button--tel{
    font-size: calc(21 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
  }
  .p-footer__button--PC .u-button--tel{
    margin-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .u-button--tel{
    font-size: calc(18 / 375 * 100vw);
    margin-left: 0;
  }
  .p-footer__buttonBox--SP .u-button--tel{
    font-size: calc(16 / 375 * 100vw);
    position: relative;
    margin-top: calc(16 / 375 * 100vw);
    margin-right: calc(-6 / 375 * 100vw);
    letter-spacing: 0;
  }
  .p-footer__buttonBox--SP .u-button--tel::before{
    height: calc(17 / 375 * 100vw);
    width: calc(17 / 375 * 100vw);
    position: absolute;
    left: -23px;
    top: -2px;
  }
}

@media screen and (max-width: 767px) {
  .p-drawer__content__main__button .u-button{
    height: calc(43 / 375 * 100vw);
  }
  .p-drawer__content__main__button .u-button--tel{
    color: var(--color-main);
  }
}

.p-header__button--tel svg,
.p-footer__button--tel svg{
  width: 25px;
  height: 25px;
  margin-left: 5px;
}
@media screen and (max-width: 1439px) {
  .p-header__button--tel svg,
  .p-footer__button--tel svg{
    width: calc(25 / 1440 * 100vw);
    height: calc(25 / 1440 * 100vw);
    margin-left: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-header__button--tel svg{
    width: calc(25 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    margin-left: calc(5/ 375 * 100vw);
  }
  .p-footer__button--tel svg{
    width: calc(22 / 375 * 100vw);
    height: calc(22 / 375 * 100vw);
    margin-right: calc(7 / 375 * 100vw);
    transform: translateY(calc(10 / 375 * 100vw));
  }
}
.p-header__button--tel svg path,
.p-footer__button--tel svg path {
  fill: #fff;
  transition: fill 0.3s;
}

.p-header__button--tel .u-button--tel,
.p-footer__button--tel .u-button--tel {
  color: #fff;
  transition: color 0.3s;
}
.p-header__button--tel:hover svg path,
.p-footer__button--tel:hover svg path {
  fill: var(--color-main);
}
.p-header__button--tel:hover .u-button--tel,
.p-footer__button--tel:hover .u-button--tel{
  color: var(--color-main);
}
.p-drawer__content__main__button .u-button--tel::before{
  background-color: var(--color-main);
}
.p-drawer {
  display: none;
  height: 100dvh;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 200;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
  }
}
.p-drawer__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0,0,0,0.32); /* 黒 32% */
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 199; /* ドロワーより下、ページより前 */
  pointer-events: none;
}

/* ドロワー開時 */
.p-drawer.is-show ~ .p-drawer__overlay, /* 直下でない場合はJSで制御 */
.p-drawer__overlay.is-show {
  opacity: 1;
  pointer-events: auto;
}
.p-drawer .l-container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.p-drawer__content {
  background-color: var(--color-sub);
  height: 100dvh;
  margin-left: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  transition: 0.3s;
  width: calc(290 / 375 * 100vw);
}
.p-drawer__content__header {
  height: calc(66 / 375 * 100vw);
  padding-top: calc(18 / 375 * 100vw);
  padding-left: calc(20 / 375 * 100vw);
  padding-right: calc(20 / 375 * 100vw);
}
.p-drawer__content__header__close {
  margin-left: auto;
  width: calc(18 / 375 * 100vw);
}
.p-drawer__content__header__close img {
  height: auto;
  width: 100%;
}
.p-drawer__content__main {
  padding: 0 calc(29 / 375 * 100vw) calc(20 / 375 * 100vw) calc(32 / 375 * 100vw);
}
.p-drawer__content__main__nav{
  margin-bottom: 193px;
}
.p-drawer__content__main__nav > ul > li {
  border-bottom: 1px solid var(--color-black);
}
.p-drawer__content__main__nav > ul > li:first-child {
  border-top: 1px solid var(--color-black);
}
.p-drawer__content__main__nav a {
  align-items: center;
  display: flex;
  font-size: calc(15 / 375 * 100vw);
  font-weight: bold;
  padding: calc(18 / 375 * 100vw) calc(9 / 375 * 100vw) calc(17 / 375 * 100vw) calc(8 / 375 * 100vw);
  position: relative;
}
.p-drawer__content__main__nav a::after {
  background-image: url(../images/icon_arrow_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 8px;
  width: 6px;
  margin-left: auto;
}
.p-drawer__content__main__button + .p-drawer__content__main__button {
  margin-top: calc(15 / 375 * 100vw);
}
.p-drawer__content__main__button--tel{
  display: flex;
}
.p-drawer__content__main__button +  .p-drawer__content__main__button--tel{
  margin-top: calc(70 / 375 * 100vw);
}

.p-drawer__close {
  height: 100dvh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: calc(100% - (293 / 375 * 100vw));
  z-index: -1;
}
.p-drawer.is-show {
  opacity: 1;
  z-index: 200;
  pointer-events: auto;
}
.p-drawer.is-show .p-drawer__content {
  transform: translateX(0);
}
.p-drawer.is-show .p-drawer__close {
  opacity: 1;
  z-index: 1;
}

footer{
  height: 223px;
  background-color: var(--color-black);
}
@media screen and (max-width: 767px) {
  footer{
    height: calc(372 / 375 * 100vw);
  }
}
.p-footer .l-container{
 padding: 0;
 width: 100%;
}
.p-footer__inner {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 50px;
}
@media screen and (max-width: 1439px) {
  .p-footer__inner {
    padding-right: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__inner{
    flex-direction: column;
    padding-right: 0;
  }
}
body.page-template-page-kyuujinbu .p-footer__inner{
  justify-content: flex-start;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .p-footer__topBox{
    width: 87%;
  }
}

.p-footer__top{
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-footer__top{
    display: flex;
    justify-content: space-between;
    padding: calc(31 / 375 * 100vw) 0 calc(23 / 375 * 100vw) calc(6 / 375 * 100vw);
    height: calc(123 / 375 * 100vw);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0 auto;
  }
}
.p-footer__messageBox{
  padding: 14px 88px 26px 33px;
}
@media screen and (max-width: 1439px) {
  .p-footer__messageBox{
    padding: calc(14 / 1440 * 100vw) calc(88 / 1440 * 100vw) calc(26 / 1440 * 100vw) calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__messageBox{
    height: auto;
    padding: 0;
  }
}
.p-footer__message{
  color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
  margin-left: 4px;
}
@media screen and (max-width: 1439px) {
  .p-footer__message{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(20 / 1440 * 100vw);
    margin-left: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__message{
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
    margin-left: calc(4 / 375 * 100vw);
  }
}
.p-footer__logoBox a {
  display: block;
}
.p-footer__logoBox__logo {
  width: 200px;
  height: 47px;
}
@media screen and (max-width: 1439px) {
  .p-footer__logoBox__logo {
    width: calc(200 / 1440 * 100vw);
    height: calc(47 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logoBox__logo {
    width: calc(120 / 375 * 100vw);
    height: calc(28 / 375 * 100vw);
    margin-left: calc(3 / 375 * 100vw);
  }
}
.p-footer__buttonBox--SP{
  display: none;
}
@media screen and (max-width: 767px) {
  .p-footer__buttonBox--SP{
    display: flex;
    flex-direction: column;
    margin-right: calc(8 / 375 * 100vw);
  }
}
.p-footer__buttonBox--PC .p-footer__buttons{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__buttons{
    display: flex;
    justify-content: flex-end;
    gap: calc(9 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__button--SP a{
    margin-top: calc(1 / 375 * 100vw);
    width: 100%;
    display: block;
  }
}
.p-footer__buttonBox--PC{
  display: block;
  margin-top: 30px;
}
@media screen and (max-width: 1439px) {
  .p-footer__buttonBox--PC{
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__buttonBox--PC{
    display: none;
  }
}
.p-footer__button--PC.p-footer__button--tel,
.p-footer__button--SP.p-footer__button--tel {
  display: flex;
  align-items: center;
}
.p-footer__button--PC + .p-footer__button--PC{
  margin-left: 15px;
}
@media screen and (max-width: 1439px) {
  .p-footer__button--PC + .p-footer__button--PC{
    margin-left: calc(15 / 1440 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-footer__bottomBox{
    width: 100%;
  }
}
.p-footer__bottom{
  display: flex;
  align-items: center;
  height: 72px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
  padding-right: 0;
  padding-left: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-footer__bottom{
    height: calc(72 / 1440 * 100vw);
    padding-left: calc(10 / 1440 * 100vw);
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__bottom{
    height: auto;
    padding-top: calc(21 / 375 * 100vw);
    padding-left: calc(32 / 375 * 100vw);
    align-items: flex-start;
  }
}
.p-footer__nav{
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav{
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav{
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.p-footer__nav > ul{
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-footer__nav > ul{
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav > ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    gap: calc(15 / 375 * 100vw) calc(6 / 375 * 100vw)
  }
  .p-footer__nav > ul > li + li{
    margin-left: 0;
  }
}
.p-footer__nav a {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-white);
}
@media screen and (max-width: 1439px) {
  .p-footer__nav a {
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav a {
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
  }
}
.p-footer__link ul{
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .p-footer__link ul{
    gap: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link ul{
    gap: calc(20 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-footer__link ul{
  margin-left: -333px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-footer__link ul{
    margin-left: calc(333 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-footer__link ul{
    margin-left: 0;
  }
}
.p-footer__link a{
  color: var(--color-white);
  font-size: 13px;
  text-decoration: underline;
}
@media screen and (max-width: 1439px) {
  .p-footer__link a{
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-footer__link a{
    font-size: calc(10 / 375 * 100vw);
  }
}

body.page-template-page-kyuujinbu .l-content__main{
  flex: 1;
  min-width: 0;
  background-color: var(--color-sub);
}
body.page-template-page-kyuujinbu .l-content__main .l-container{
  padding-left: 65px;
  padding-right: 65px;
  width: 1100px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .l-content__main .l-container{
    padding-left: calc(65 / 1440 * 100vw);
    padding-right: calc(65 / 1440 * 100vw);
    width: calc(1100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .l-content__main .l-container{
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    width: 100%
  }
}

body.page-template-page-kyuujinbu .p-top-intro .l-container{
  padding: 0;
  width: 100%;
}

.c-form__titleBox{
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: var(--color-main);
  position: relative;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
  }
}
.c-form__titleBox::before{
  background-image: url(../images/illust_usagi.svg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 52px;
  width: 29px;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__titleBox::before{
    height: calc(52 / 1440 * 100vw);
    width: calc(29 / 1440 * 100vw);
    right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__titleBox::before{
    height: calc(52 / 375 * 100vw);
    width: calc(29 / 375 * 100vw);
    right: calc(20 / 375 * 100vw);
  }
}
.c-form__lead{
  font-size: 10px;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 1439px) {
  .c-form__lead{
    font-size: calc(10 / 1440 * 100vw);
    margin-top: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__lead{
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(7 / 375 * 100vw);
  }
}
.c-form__lead p{
  letter-spacing: .1em;
}
.c-form__outro{
  font-size: 10px;
  margin-top: 16px;
  line-height: 16px;
  text-align: center;
  letter-spacing: .18em;
}
@media screen and (max-width: 1439px) {
  .c-form__outro{
    font-size: calc(10 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
    line-height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__outro{
    font-size: calc(10 / 375 * 100vw);
    margin-top: calc(18 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
  }
}
.c-form__outro a{
  color: var(--color-main);
  text-decoration: underline;
  letter-spacing: .18em;
}
.c-form__content {
  padding: 30px 0;
}
@media screen and (max-width: 1439px) {
  .c-form__content {
    padding: calc(30 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__content {
    padding: calc(30 / 375 * 100vw) 0;
  }
}
.c-form__content__block p{
  margin-bottom: 13px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block p{
    margin-bottom: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block p{
    margin-bottom: calc(13 / 375 * 100vw);
  }
}
.c-form__content__step {
  display: flex;
  margin-bottom: 14px;
  gap: 6px;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step {
    margin-bottom: calc(14 / 1440 * 100vw);
    gap: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step {
    margin-bottom: calc(14 / 375 * 100vw);
    gap: calc(6 / 375 * 100vw);
  }
}
.c-form__content__step p{
  color: var(--color-main);
  background-color: var(--color-white);
  font-family: 'Barlow';
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  padding: 2px 8px 3px 10px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__step p{
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(16 / 1440 * 100vw);
    padding: calc(1 / 1440 * 100vw) calc(11 / 1440 * 100vw) calc(3 / 1440 * 100vw) calc(11 / 1440 * 100vw);
    margin-bottom:calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__step p{
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(16 / 375 * 100vw);
    padding: calc(1 / 375 * 100vw) calc(11 / 375 * 100vw) calc(3 / 375 * 100vw) calc(11 / 375 * 100vw);
    margin-bottom:calc(28 / 375 * 100vw);
  }
}
.c-form__content__step p.active{
  color: var(--color-white);
  background-color: var(--color-main);
}
.c-form__content__block{
  text-align: center;
}
.p-sidebarForm .c-form__content__block,
.p-topForm-sp .c-form__content__block,
.p-interview-detailForm .c-form__content__block{
    display: none;
}
.c-form__content__block.active {
  display: block;
}
.c-form__content__block__radio .step-input{
  display: flex;
  flex-direction: column;
}
.c-form__content__block__radio .step-input label:hover{
  background-color: var(--color-main);
  color: var(--color-white);
}
.c-form__content__block__title{
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 9px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__title{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-bottom: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__title{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}
.c-form__content__block input[type="radio"] {
  display: none;
}
.c-form__content__block input,
.c-form__content__block select{
  width: 290px;
  height: 61px;
  border: 2px solid var(--color-main);
  padding: 17px 20px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block input,
  .c-form__content__block select{
    width: calc(290 / 1440 * 100vw);
    height: calc(61 / 1440 * 100vw);
    padding: calc(17 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block input,
  .c-form__content__block select{
    width: calc(290 / 375 * 100vw);
    height: calc(61 / 375 * 100vw);
    padding: calc(17 / 375 * 100vw) calc(20 / 375 * 100vw);
    border: 1px solid var(--color-main);
  }
}
.c-form__content__block input::placeholder{
  font-weight: bold;
  color: var(--color-placeholder);
}
.c-form__content__block select:required:invalid {
  color: var(--color-placeholder);
  font-weight: bold;
}
.c-form__content__block textarea{
  width: 290px;
  height: 167px;
  border: 1px solid var(--color-main);
  padding: 17px 20px;
  font-size: 15px;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 1439px) {
  .c-form__content__block textarea{
    width: calc(290 / 1440 * 100vw);
    height: calc(167 / 1440 * 100vw);
    padding: calc(17 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block textarea{
    width: calc(290 / 375 * 100vw);
    height: calc(167 / 375 * 100vw);
    padding: calc(17 / 375 * 100vw) calc(20 / 375 * 100vw);
    border: 1px solid var(--color-main);
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-form__content__block textarea::placeholder{
  font-weight: bold;
  color: var(--color-placeholder);
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block textarea::placeholder{
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block textarea::placeholder{
    font-size: calc(15 / 375 * 100vw);
  }
}
.step-input label {
  display: block;
  width: 290px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  align-items: center;
  border: 1px solid var(--color-main);
  color: var(--color-main);
  background-color: var(--color-white);
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 55px;
  justify-content: center;
  transition: 0.3s;
  user-select: none;
}
@media screen and (max-width: 1439px) {
  .step-input label {
    width: calc(290 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    height: calc(55 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step-input label {
    width: calc(290 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
  }
}
.step-input label:has(input:checked){
  background-color: var(--color-main);
  color: var(--color-white);
}
.step-input span:not(:first-of-type) label{
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .step-input span:not(:first-of-type) label{
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .step-input span:not(:first-of-type) label{
    margin-top: calc(10 / 375 * 100vw);
  }
}

.c-form__button--submit{
  position: relative;
  width: 193px;
  height: 43px;
  margin: 0 auto;
  margin-top: 23px;
  margin-bottom: 14px
}
@media screen and (max-width: 1439px) {
  .c-form__button--submit{
    width: calc(193 / 1440 * 100vw);
    height: calc(43 / 1440 * 100vw);
    margin-top: calc(23 / 1440 * 100vw);
    margin-bottom: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button--submit{
    width: calc(193 / 375 * 100vw);
    height: calc(43 / 375 * 100vw);
    margin-top: calc(23 / 375 * 100vw);
    margin-bottom: calc(14 / 375 * 100vw);
  }
}
.c-form__button--next,
.c-form__button--submit input[type="submit"] {
  background-color: var(--color-main);
  width: 193px;
  height: 43px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1439px) {
  .c-form__button--next,
  .c-form__button--submit input[type="submit"] {
    width: calc(193 / 1440 * 100vw);
    height: calc(43 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button--next,
  .c-form__button--submit input[type="submit"] {
    width: calc(193 / 375 * 100vw);
    height: calc(43 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
}
.c-form__button--next:hover,
.c-form__button--submit input[type="submit"]:hover {
  opacity: 0.8;
}
.c-form__button--submit input[type=submit]{
  padding: 0;
  margin: 0 auto;
}
.c-form__button--next::before,
.c-form__button--submit::before{
  background-image: url(../images/icon_arrow_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  margin: auto 0;
  position: absolute;
  right: 22px;
  top: 0;
  width: 6px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-form__button--next::before,
  .c-form__button--submit::before{
    height: calc(9 / 1440 * 100vw);
    right: calc(22 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button--next::before,
  .c-form__button--submit::before{
    height: calc(9 / 375 * 100vw);
    right: calc(22 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
  }
}
.c-form__button--next::after,
.c-form__button--submit::after{
  background-image: url(../images/illust_usagi.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 52px;
  margin: auto 0;
  position: absolute;
  right: -12px;
  top: -4px;
  width: 29px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .c-form__button--next::after,
  .c-form__button--submit::after{
    height: calc(52 / 1440 * 100vw);
    right: calc(-12 / 1440 * 100vw);
    top: calc(-4 / 1440 * 100vw);
    width: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button--next::after,
  .c-form__button--submit::after{
    height: calc(52 / 375 * 100vw);
    right: calc(-12 / 375 * 100vw);
    top: calc(-4 / 375 * 100vw);
    width: calc(29 / 375 * 100vw);
  }
}
.c-form__button--back{
  background-color: transparent;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  transform: translateX(6px);
  cursor: pointer;
  margin-top: 14px;
}
@media screen and (max-width: 1439px) {
  .c-form__button--back{
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(17 / 1440 * 100vw);
    transform: translateX(calc(10 / 1440 * 100vw));
    margin-top: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button--back{
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    transform: translateX(calc(10 / 375 * 100vw));
    margin-top: calc(14 / 375 * 100vw);
  }
}
.p-sidebarForm .c-form__content__block.step-4 .c-form__button--back{
  margin-top: 0;
}
.c-form__button--back::before {
  background-image: url(../images/icon_arrow_back.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8px;
  transform: translateX(-14px) translateY(4px);
  width: 5px;
  background-position: center center;
  position: absolute;
}
@media screen and (max-width: 1439px) {
  .c-form__button--back::before {
    height: calc(8 / 1440 * 100vw);
    transform: translateX(calc(-14 / 1440 * 100vw)) translateY(calc(4 / 1440 * 100vw));
    width: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__button--back::before {
    height: calc(8 / 375 * 100vw);
    transform: translateX(calc(-14 / 375 * 100vw)) translateY(calc(4 / 375 * 100vw));
    width: calc(5 / 375 * 100vw);
  }
}
.c-form__content__agree label span{
  font-size: 12px;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree label span{
    font-size: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree label span{
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-form__content__agree input[type="checkbox"] {
  display: none;
}
.c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before {
  background-image: url(../images/icon_checkbox.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 12px;
  width: 12px;
  transform: translate(9px, 2px);
  margin-right: 17px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before {
    height: calc(12 / 1440 * 100vw);
    width: calc(12 / 1440 * 100vw);
    transform: translate(calc(9 / 1440 * 100vw), calc(3 / 1440 * 100vw));
    margin-right: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before {
    height: calc(12 / 375 * 100vw);
    width: calc(12 / 375 * 100vw);
    transform: translate(calc(9 / 375 * 100vw), calc(3 / 375 * 100vw));
    margin-right: calc(17 / 375 * 100vw);
  }
}
.c-form__content__agree input[type="checkbox"]:checked + .wpcf7-list-item-label::before  {
  background-image: url(../images/icon_checkbox_checked.svg);
}
.c-form__content__agree label a{
  color: var(--color-main);
  text-decoration: underline;
  letter-spacing: 0.1em;
}
.c-form__content .parsley-errors-list,
.wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
  margin-top: 6px;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .c-form__content .parsley-errors-list,
  .wpcf7-not-valid-tip {
    font-size: calc(12 / 1440 * 100vw);
    margin-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content .parsley-errors-list,
  .wpcf7-not-valid-tip {
    font-size: calc(12 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
  }
}
.c-form__content__agree .wpcf7-not-valid-tip{
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__agree .wpcf7-not-valid-tip{
    font-size: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__agree .wpcf7-not-valid-tip{
    font-size: calc(11 / 375 * 100vw);
  }
}
.wpcf7-spinner,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  display: none;
}



.p-topMainVisual {
  background-image: url(../images/topMainVisual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; /* 必須 */
  width: 100%;
  padding-top: 73%; /* 16:9 の場合 → 9 ÷ 16 * 100 */
}
@media screen and (max-width: 1439px) {
  .p-topMainVisual {
    /* height: calc(809 / 1440 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .p-topMainVisual {
    background-image: url(../images/topMainVisual_sp.png);
    width: 100%;
    height: calc(406 / 375 * 100vw);
    margin-top: calc(53 / 375 * 100vw);
  }
}
.p-topMainVisual .l-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.p-topMainVisual__inner {
  position: relative;
}
.p-topMainVisual__text {
  position: absolute;
  top: 50%;   /* 親の中央 */
  left: 50%;  /* 親の中央 */
  transform: translate(-50%, -200%); /* 中央に揃える */
  width: 621px;
  height: 286px;
  /* background-image: url(../images/topMainVisual_text.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
  overflow: hidden;
  text-indent: 150vw;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-topMainVisual__text {
    height: calc(286 / 1440 * 100vw);
    width: calc(620 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-topMainVisual__text {
    display: none;
    height: calc(455 / 375 * 100vw);
    width: calc(607 / 375 * 100vw);
  }
}
.p-top-intro .l-container{
  padding: 0;
}
.p-top-intro__inner{
  padding-top: 34px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-top-intro__inner{
    padding-top: calc(34 / 1440 * 100vw);
    padding-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__inner{
    padding-top: 0;
    padding-bottom: calc(43 / 375 * 100vw);
  }
}
.p-top-intro__badge{
  width: 751px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  .p-top-intro__badge{
    width: calc(751 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-intro__badge{
    width: calc(330 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.p-top-logos__wrapper {
  overflow: hidden;
}
.p-top-logos__list {
  display: flex;
  align-items: center;
  margin: 0 -50vw;
}

.p-top-logos__list ul {
  display: flex;
  align-items: center;
}
.p-top-logos__list > ul:first-child {
  animation: loop 100s linear -50s infinite;
}
.p-top-logos__list > ul:last-child {
  animation: loop2 100s linear infinite;
}
.p-top-logos__image {
  background-image: url(../images/top_logos.png);
  content: "";
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1618px;
  height: 189px;
}
@media screen and (max-width: 1439px) {
  .p-top-logos__image {
    width: calc(1618 / 1440 * 100vw);
    height: calc(189 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-logos__image {
    background-image: url(../images/top_logos_sp.png);
    width: calc(990 / 375 * 100vw);
    height: calc(116 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .l-content__main .p-top-about .l-container{
  width: 100%;
  padding: 0;
}

body.page-template-page-kyuujinbu .c-section-title{
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .c-section-title{
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .c-section-title{
    margin-bottom: calc(22 / 375 * 100vw);
  }
}
body.hopage-template-page-kyuujinbume .p-top-about__titleBox .c-section-title{
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-top-about__titleBox .c-section-title{
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-top-about__titleBox .c-section-title{
    margin-bottom: calc(-8 / 375 * 100vw);
  }
}
.p-top-about__content {
  background: var(---gradient-main);
  height: 176px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-top-about__content {
    height: calc(176 / 1440 * 100vw);
    margin-top: calc(30 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    background: var(---gradient-main-sp);
    height: calc(122 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    align-items: flex-start;
    padding-left: calc(22 / 375 * 100vw);
    margin-bottom: calc(59 / 375 * 100vw);
  }
}
.p-top-about__content__text{
  font-weight: bold;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-top-about__content__text{
    font-size: calc(30 / 1440 * 100vw);
    line-height: calc(44 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__content__text{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    text-align: left;
  }
}
.p-top-about__content__text::before {
  background-image: url(../images/illust_usagi.svg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 170px;
  width: 93px;
  top: -68px;
  right: -113px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-top-about__content__text::before {
    height: calc(170 / 1440 * 100vw);
    width: calc(93 / 1440 * 100vw);
    top: calc(-86 / 1440 * 100vw);
    right: calc(-101 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__content__text::before {
    height: calc(82 / 375 * 100vw);
    width: calc(45 / 375 * 100vw);
    top: calc(0 / 375 * 100vw);
    right: calc(-61 / 375 * 100vw);
  }
}
.p-top-service__inner{
  margin-bottom: 90px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__inner{
    margin-bottom: calc(90 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__inner{
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-top-service__titleBox .c-section-title{
    line-height: calc(37 / 375 * 100vw);
    margin-bottom: calc(29 / 375 * 100vw);
  }
}
.p-top-service__list ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 26px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list ul{
    gap: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list ul{
    gap: calc(20 / 375 * 100vw);
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, auto);
    margin-left: 3px;
  }
}
.p-top-service__list__item{
  display: flex;
}
.p-top-service__list__item .c-card{
  width: 306px;
  min-height: 353px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list__item .c-card{
    width: calc(306 / 1440 * 100vw);
    min-height: calc(353 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list__item .c-card{
    width: calc(330 / 375 * 100vw);
    min-height: auto;
  }
}
.p-top-service__list__item .c-card__thumbnail{
  width: 100%;
  height: 166px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list__item .c-card__thumbnail{
    height: calc(166 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list__item .c-card__thumbnail{
    height: calc(166 / 375 * 100vw);
  }
}
.p-top-service__list__item .c-card__thumbnail img{
  width: 306px;
  height: 166px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list__item .c-card__thumbnail img{
    width: calc(306 / 1440 * 100vw);
    height: calc(166 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list__item .c-card__thumbnail img{
    width: calc(306 / 375 * 100vw);
    height: calc(166 / 375 * 100vw);
  }
  .p-top-service__list__item--1 .c-card__thumbnail img{
    width: calc(330 / 375 * 100vw);
  }
}
.p-top-service__list__item .c-card__name{
  text-align: center;
  margin-bottom: 0;
}
.p-top-service__list__item .c-card__body{
  padding: 11px 18px 28px 19px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list__item .c-card__body{
    padding: calc(11 / 1440 * 100vw) calc(18 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(19 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list__item .c-card__body{
    padding: calc(11 / 375 * 100vw) calc(18 / 375 * 100vw) calc(25 / 375 * 100vw) calc(19 / 375 * 100vw);
  }
}
.p-top-service__list__item .c-card__info {
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list__item .c-card__info {
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list__item .c-card__info {
    margin-top: calc(5 / 375 * 100vw);
  }
}
.p-top-service__list__item .c-card__info-text{
  font-size: 15px;
  line-height: 30px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list__item .c-card__info-text{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list__item .c-card__info-text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
  }
}
.p-top-service__list__item .c-card__info-note{
  color: var(--color-main);
  font-size: 10px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-top-service__list__item .c-card__info-note{
    font-size: calc(10 / 1440 * 100vw);
    line-height: calc(18 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list__item .c-card__info-note{
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
    margin-top: calc(5 / 375 * 100vw);
  }
}

.p-top-reason__inner{
  margin-bottom: 94px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__inner{
    margin-bottom: calc(94 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__inner{
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-top-reason__titleBox .c-section-title{
  margin-top: 70px;
  margin-bottom: 53px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-top-reason__titleBox .c-section-title{
    margin-top: calc(70 / 1440 * 100vw);
    margin-bottom: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-top-reason__titleBox .c-section-title{
    margin-top: calc(50 / 375 * 100vw);
    margin-bottom: calc(28 / 375 * 100vw);
    line-height: calc(37 / 375 * 100vw);
  }
}

body.page-template-page-kyuujinbu .p-interview__recommend .c-section-title{
  margin-top: 70px;
  margin-bottom: 43px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-interview__recommend .c-section-title{
    margin-top: calc(70 / 1440 * 100vw);
    margin-bottom: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend .c-section-title{
    margin-top: calc(43 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-top-usefulmaterial__titleBox .c-section-title{
  margin-top: 70px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-top-usefulmaterial__titleBox .c-section-title{
    margin-top: calc(70 / 1440 * 100vw);
    margin-bottom: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-top-usefulmaterial__titleBox .c-section-title{
    margin-top: calc(44 / 375 * 100vw);
    margin-bottom: calc(22 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-top-faq .l-container{
    padding-left: calc(17 / 375 * 100vw);
    padding-right: calc(19 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-top-faq__titleBox  .c-section-title{
  margin-top: 70px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-top-faq__titleBox  .c-section-title{
    margin-top: calc(70 / 1440 * 100vw);
    margin-bottom: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-top-faq__titleBox  .c-section-title{
    margin-top: calc(43 / 375 * 100vw);
    margin-bottom: calc(9 / 375 * 100vw);
  }
}

.p-top-reason__list__list{
  margin-top: 45px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__list{
    margin-top: calc(45 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__list{
    margin-top: calc(6 / 375 * 100vw);
  }
}
.p-top-reason__list__list .p-top-reason__list__item{
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__list .p-top-reason__list__item{
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__list .p-top-reason__list__item{
    gap: calc(4 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-top-reason__list__list .p-top-reason__list__item + .p-top-reason__list__item{
  margin-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__list .p-top-reason__list__item + .p-top-reason__list__item{
    margin-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__list .p-top-reason__list__item + .p-top-reason__list__item{
    margin-top: calc(7 / 375 * 100vw);
  }
}
.p-top-reason__list__list .p-top-reason__list__item__body{
  display: flex;
  width: 470px;
  flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__list .p-top-reason__list__item__body{
    width: calc(470 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__list .p-top-reason__list__item__body{
    width: 100%;
    flex-direction: column;
  }
}
.p-top-reason__list__item__title{
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__item__title{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-bottom: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__item__title{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-bottom: calc(6 / 375 * 100vw);
  }
}
.p-top-reason__list__list .p-top-reason__list__item__title{
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__list .p-top-reason__list__item__title{
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__list .p-top-reason__list__item__title{
    margin-top: calc(20 / 375 * 100vw);
    margin-bottom: calc(9 / 375 * 100vw);
  }
}
.p-top-reason__list__item__title span{
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-right: 14px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__item__title span{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(22 / 1440 * 100vw);
    margin-right: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__item__title span{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    margin-right: calc(14 / 375 * 100vw);
  }
}
.p-top-reason__list__item__text{
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 11px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__item__text{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-bottom: calc(11 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__item__text{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}
.p-top-reason__list__list .p-top-reason__list__item__text{
  width: 470px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__list .p-top-reason__list__item__text{
    width: calc(470 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__list .p-top-reason__list__item__text{
    width: 100%;
    margin-bottom: calc(7 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}

.p-top-reason__list__item__imgBox{
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__item__imgBox{
    gap: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__item__imgBox{
    gap: calc(11 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-top-reason__list__item__img img{
  width: 470px;
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__item__img img{
    width: calc(470 / 1440 * 100vw);
    border-radius: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__item__img img{
    width: calc(330 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
  }
}
.p-top-reason__list__item__note{
  font-size: 15px;
  font-weight: bold;
  color: var(--color-main);
  line-height: 26px;
  margin-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-top-reason__list__item__note{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-reason__list__item__note{
    display: none;
  }
}

body.page-template-page-kyuujinbu .p-interview__recommend-swiper__wrapper .swiper-button-prev{
  left: 14px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper__wrapper .swiper-button-prev{
    left: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper__wrapper .swiper-button-prev{
    left: calc(6 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-interview__recommend-swiper__wrapper .swiper-button-next{
  right: 14px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper__wrapper .swiper-button-next{
    right: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper__wrapper .swiper-button-next{
    right: calc(6 / 375 * 100vw);
  }
}

.p-top-usefulmaterial-list__list{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__list{
    flex-direction: column;
  }
}

.p-top-usefulmaterial-list__item .c-card{
  width: 472px;
  background: transparent;
  box-shadow: initial;
  border-radius: 0;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial-list__item .c-card{
    width: calc(472 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card{
    width: calc(330 / 375 * 100vw);
  }
}
.p-top-usefulmaterial-list__item .c-card__thumbnail{
  width: 100%;
  height: 257px;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial-list__item .c-card__thumbnail{
    height: calc(257 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card__thumbnail{
    height: calc(180 / 375 * 100vw);
  }
}
.p-top-usefulmaterial-list__item .c-card__thumbnail img{
  width: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial-list__item .c-card__thumbnail img{
    border-radius: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card__thumbnail img{
    border-radius: calc(5 / 375 * 100vw);
  }
}
.p-top-usefulmaterial-list__item .c-card__body{
  padding: 18px 20px 28px 0;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial-list__item .c-card__body{
    padding: calc(18 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(28 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card__body{
    padding: calc(15 / 375 * 100vw) calc(0 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
  }
}
.p-top-usefulmaterial-list__item .c-card__name{
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial-list__item .c-card__name{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card__name{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card__info{
    margin-top: calc(11 / 375 * 100vw);
  }
}
.p-top-usefulmaterial-list__item .c-card__info p{
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial-list__item .c-card__info p{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card__info p{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
}

.p-top-usefulmaterial__button .u-button{
  background-color: var(--color-main);
  width: 324px;
  height: 60px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: bold;
  border-radius: 999px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial__button .u-button{
    width: calc(324 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
    margin-top: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial__button .u-button{
    width: calc(270 / 375 * 100vw);
    height: calc(51 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
  }
}
.p-top-usefulmaterial__button .u-button::before{
  background-image: url(../images/icon_arrow_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 9px;
  margin: auto 0;
  position: absolute;
  right: 28px;
  top: 0;
  width: 6px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial__button .u-button::before{
    height: calc(9 / 1440 * 100vw);
    right: calc(28 / 1440 * 100vw);
    width: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial__button .u-button::before{
    height: calc(9 / 375 * 100vw);
    right: calc(22 / 375 * 100vw);
    width: calc(6 / 375 * 100vw);
  }
}

.p-top-faq__inner{
  padding-bottom: 94px;
}
@media screen and (max-width: 1439px) {
  .p-top-faq__inner{
    padding-bottom: calc(94 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-faq__inner{
    padding-bottom: calc(51 / 375 * 100vw);
  }
}
.p-faq__faqList ul li{
  border-bottom: 1px solid var(--color-main);
}
.p-faq__faqList__faqBox__qBox {
  cursor: pointer;
  position: relative;
}
.p-faq__faqList__faqBox__qBox::after,
.p-faq__faqList__faqBox__qBox::before {
  background-image: url(../images/icon_faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 18px;
  margin: auto 0;
  position: absolute;
  right: 17px;
  top: 0;
  width: 18px;
}
@media screen and (max-width: 1199px) {
  .p-faq__faqList__faqBox__qBox::after,
  .p-faq__faqList__faqBox__qBox::before {
    height: calc(18 / 1200 * 100vw);
    right: calc(17 / 1200 * 100vw);
    width: calc(18 / 1200 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox::after,
  .p-faq__faqList__faqBox__qBox::before {
    height: calc(18 / 375 * 100vw);
    right: -1px;
    width: calc(18 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox::after{
  transform: rotate(90deg);
}
.p-faq__faqList__faqBox__qBox__inner{
  display: flex;
  padding: 26px 20px 25px 20px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__inner{
    padding: calc(26 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(25 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__inner{
    padding: calc(17 / 375 * 100vw) calc(25 / 375 * 100vw) calc(14 / 375 * 100vw) 0
  }
}
.p-faq__faqList__faqBox__qBox__q{
  font-family: 'Barlow';
  font-size: 24px;
  font-weight: 700;
  color: var(--color-main);
  line-height: 32px;
  margin-right: 20px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__q{
    font-size: calc(24 / 1440 * 100vw);
    line-height: calc(32 / 1440 * 100vw);
    margin-right: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__q{
    font-size: calc(24 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    margin-right: calc(19 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox__text{
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__text{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__text{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox__inner{
  display: flex;
  padding: 0 25px 30px 25px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__inner{
    padding: 0 calc(25 / 1440 * 100vw) calc(30 / 1440 * 100vw) calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__inner{
    padding: 0 0 calc(27 / 375 * 100vw) 0;
  }
}
.p-faq__faqList__faqBox__qBox__a{
  font-family: 'Barlow';
  font-size: 18px;
  font-weight: 700;
  color: #FF7E3C;
  line-height: 28px;
  margin-right: 18px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__qBox__a{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-right: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__qBox__a{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-right: calc(15 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__aBox{
  display: none;
}
.p-faq__faqList__faqBox__aBox__text{
  font-size: 14px;
  line-height: 26px;
}
@media screen and (max-width: 1439px) {
  .p-faq__faqList__faqBox__aBox__text{
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__faqList__faqBox__aBox__text{
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
  }
}
.p-faq__faqList__faqBox__qBox.is-open::after {
  transform: rotate(180deg);
}

body.page-template-page-kyuujinbu .p-topForm-sp{
  display: none;
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-topForm-sp{
    display: block;
    margin-top: calc(-31 / 375 * 100vw);
  }
}

.p-interview-detailForm .c-form,
.p-topForm-sp .c-form{
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 25px;
  width: 730px;
  margin: 0 auto;
  margin-top: 83px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form{
    font-size: calc(25 / 1440 * 100vw);
    width: calc(730 / 1440 * 100vw);
    margin-top: calc(83 / 1440 * 100vw);
    margin-bottom: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form{
    font-size: calc(16 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
    margin-top: calc(63 / 375 * 100vw);
    margin-bottom: calc(45 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
  }
  .p-topForm-sp .c-form{
  font-size: calc(16 / 375 * 100vw);
  width: calc(330 / 375 * 100vw);
  margin-top: calc(63 / 375 * 100vw);
  margin-bottom: calc(40 / 375 * 100vw);
  border-radius: calc(5 / 375 * 100vw);
}
}
.p-interview-detailForm .c-form__content{
  padding: 30px 42px 28px 42px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content{
    padding: calc(30 / 1440 * 100vw) calc(42 / 1440 * 100vw) calc(28 / 1440 * 100vw) calc(42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content,
  .p-topForm-sp .c-form__content{
    padding: calc(25 / 375 * 100vw) calc(18 / 375 * 100vw) calc(32 / 375 * 100vw) calc(21 / 375 * 100vw);
  }
}
.p-sidebarForm .c-form__titleBox{
  margin-left: -1px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarForm .c-form__titleBox{
    margin-left: calc(-1 / 1440 * 100vw);
  }
}
.p-sidebarForm .c-form__titleBox p{
  letter-spacing: 0.1em;
}
.p-interview-detailForm .c-form__titleBox,
.p-topForm-sp .c-form__titleBox{
  background-color: var(--color-black);
  color: var(--color-white);
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__titleBox,
  .p-topForm-sp .c-form__titleBox{
    height: calc(78 / 1440 * 100vw);
    font-size: calc(25 / 1440 * 100vw);
    border-top-left-radius: calc(10 / 1440 * 100vw);
    border-top-right-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__titleBox,
  .p-topForm-sp .c-form__titleBox{
    height: calc(58 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    border-top-left-radius: calc(5 / 375 * 100vw);
    border-top-right-radius: calc(5 / 375 * 100vw);
  }
}
.p-sidebarForm .c-form__titleBox::before{
  top: -2px;
  right: 18px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarForm .c-form__titleBox::before{
    top: calc(-2 / 1440 * 100vw);
    right: calc(18 / 1440 * 100vw);
  }
}
.p-interview-detailForm .c-form__titleBox::before,
.p-topForm-sp  .c-form__titleBox::before{
  width: 49px;
  height: 89px;
  top: -22px;
  right: 111px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__titleBox::before,
  .p-topForm-sp  .c-form__titleBox::before{
    width: calc(49 / 1440 * 100vw);
    height: calc(89 / 1440 * 100vw);
    top: calc(-22 / 1440 * 100vw);
    right: calc(111 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__titleBox::before,
  .p-topForm-sp  .c-form__titleBox::before{
    width: calc(33 / 375 * 100vw);
    height: calc(61 / 375 * 100vw);
    top: calc(-14 / 375 * 100vw);
    right: calc(22 / 375 * 100vw);
  }
}


.p-interview-detailForm .c-form__titleBox p,
.p-topForm-sp .c-form__titleBox p{
  letter-spacing: .08em;
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__titleBox p,
  .p-topForm-sp .c-form__titleBox p{
    margin-left: calc(-36 / 375 * 100vw);
    margin-top: 0;
  }
}
.p-interview-detailForm .c-form__titleBox br,
.p-topForm-sp .c-form__titleBox br{
  display: none;
}
.p-interview-detailForm .c-form__content__block{
  width: 650px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block{
    width: calc(650 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block,
  .p-topForm-sp .c-form__content__block{
    width: calc(290 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__block.step-4 > p:not(:first-of-type),
.p-topForm-sp .c-form__content__block.step-4 > p:not(:first-of-type){
  margin-top: 0;
  margin-bottom: 0;
}


.p-sidebarForm .c-form__content__block input{
  height: 57px;
  border: 1px solid var(--color-main);
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarForm .c-form__content__block input{
    height: calc(57 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
.p-sidebarForm .c-form__content__block .c-form__button--submit input[type=submit]{
  height: 43px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarForm .c-form__content__block .c-form__button--submit input[type=submit]{
    height: calc(43 / 1440 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__block input{
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block input{
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block input,
  .p-topForm-sp .c-form__content__block input{
    font-size: calc(16 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__block input[type="text"],
.p-interview-detailForm .c-form__content__block input[type="email"],
.p-interview-detailForm .c-form__content__block input[type="tel"],
.p-interview-detailForm .c-form__content__block textarea{
  padding-top: 20px;
  padding-left: 25px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block input[type="text"],
  .p-interview-detailForm .c-form__content__block input[type="email"],
  .p-interview-detailForm .c-form__content__block input[type="tel"],
  .p-interview-detailForm .c-form__content__block textarea{
    padding-top: calc(20 / 1440 * 100vw);
    padding-left: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block input[type="text"],
  .p-interview-detailForm .c-form__content__block input[type="email"],
  .p-interview-detailForm .c-form__content__block input[type="tel"],
  .p-interview-detailForm .c-form__content__block textarea,
  .p-topForm-sp .c-form__content__block input[type="text"],
  .p-topForm-sp .c-form__content__block input[type="email"],
  .p-topForm-sp .c-form__content__block input[type="tel"]{
    padding-top: calc(20 / 375 * 100vw);
    padding-left: calc(18 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__block > p:not(:first-of-type){
  margin-top: 33px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block > p:not(:first-of-type){
    margin-top: calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block > p:not(:first-of-type),
  .p-topForm-sp .c-form__content__block > p:not(:first-of-type){
    margin-top: calc(16 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__block__title{
  font-size: 20px;
  margin-top: 19px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block__title{
    font-size: calc(20 / 1440 * 100vw);
    margin-top: calc(19 / 1440 * 100vw);
    margin-bottom: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block__title,
  .p-topForm-sp .c-form__content__block__title{
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(16 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__block__radio .step-input,
.p-topForm-sp .c-form__content__block__radio .step-input{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block__radio .step-input,
  .p-topForm-sp .c-form__content__block__radio .step-input{
    flex-direction: column;
    gap: 0;
  }
}
.p-interview-detailForm .c-form__content__block__radio .step-input label{
  width: 315px;
  height: 70px;
  border: 2px solid var(--color-main);
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block__radio .step-input label{
    width: calc(315 / 1440 * 100vw);
    height: calc(70 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block__radio .step-input label,
  .p-topForm-sp .c-form__content__block__radio .step-input label{
    width: calc(290 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    border: 1px solid var(--color-main);
  }
}
.p-interview-detailForm .c-form__content__block__radio .step-input span:not(:first-of-type) label{
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block__radio .step-input span:not(:first-of-type) label{
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-form__content__block__radio span{
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .c-form__content__block__radio span{
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block__radio span{
    font-size: calc(16 / 375 * 100vw);
  }
}
.wpcf7-list-item {
  margin: 0;
}
.p-interview-detailForm .c-form__content__block__radio span {
  font-size: 20px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block__radio span {
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block__radio span,
  .p-topForm-sp .c-form__content__block__radio span {
    font-size: calc(15 / 375 * 100vw);
  }
}

.p-sidebarForm .c-form__content__step{
  margin-bottom: 0;
}
.p-interview-detailForm .c-form__content__step {
  gap: 9px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__step {
    gap: calc(9 / 1440 * 100vw);
    margin-bottom: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__step,
  .p-topForm-sp .c-form__content__step {
    gap: calc(7 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__step p,
.p-topForm-sp .c-form__content__step p{
  background-color: var(--color-sub);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  width: 74px;
  margin-bottom: 0;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__step p{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    width: calc(74 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__step p,
  .p-topForm-sp .c-form__content__step p{
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
    width: calc(54 / 375 * 100vw);
    padding: calc(2 / 375 * 100vw) calc(11 / 375 * 100vw) calc(2 / 375 * 100vw) calc(9 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__step p.active,
.p-topForm-sp .c-form__content__step p.active{
  background-color: var(--color-main);
}
.p-interview-detailForm .c-form__content__block input,
.p-interview-detailForm .c-form__content__block textarea,
.p-topForm-sp .c-form__content__block textarea{
  width: 100%;
}
.p-interview-detailForm .c-form__content__block textarea{
  border: 2px solid var(--color-main);
  height: 157px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block textarea{
    height: calc(157 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block textarea{
    border: 1px solid var(--color-main);
    height: calc(168 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__button--next{
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__button--next{
    width: calc(200 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
    margin-bottom: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__button--next,
  .p-topForm-sp .c-form__button--next{
    width: calc(194 / 375 * 100vw);
    height: calc(42 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__button--next::before{
  right: 27px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__button--next::before{
    right: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__button--next::before,
  .p-topForm-sp .c-form__button--next::before{
    right: calc(25 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__button--submit::before{
  right: 24px;
  top: 4px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__button--submit::before{
    right: calc(24 / 1440 * 100vw);
    top: calc(4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__button--submit::before
  .p-topForm-sp .c-form__button--submit::before{
    right: calc(25 / 375 * 100vw);
    top: 0;
  }
}
.p-interview-detailForm .c-form__button--next::after{
  width: 31px;
  height: 56px;
  right: -15px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__button--next::after{
    width: calc(31 / 1440 * 100vw);
    height: calc(56 / 1440 * 100vw);
    right: calc(-15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__button--next::after,
  .p-topForm-sp .c-form__button--next::after{
    width: calc(29 / 375 * 100vw);
    height: calc(52 / 375 * 100vw);
    right: calc(-11 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__button--submit::after{
  right: -17px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__button--submit::after{
    right: calc(-17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__button--submit::after{
    right: calc(-13 / 375 * 100vw);
  }
}
.p-sidebarForm .c-form__content__agree{
  margin-top: 19px;
  margin-left: -10px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarForm .c-form__content__agree{
    margin-top: calc(19 / 1440 * 100vw);
    margin-left: calc(-10 / 1440 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__agree{
  margin-left: -14px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__agree{
    margin-left: calc(-14 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__agree,
  .p-topForm-sp .c-form__content__agree{
    margin-top: calc(17 / 375 * 100vw);
    margin-left: calc(-12 / 375 * 100vw);
  }
}
.p-sidebarForm .c-form__button--submit{
  margin-top: 23px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarForm .c-form__button--submit{
    margin-top: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-topForm-sp .c-form__button--submit{
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__block .c-form__button--submit{
  margin-top: 27px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block .c-form__button--submit{
    margin-top: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-topForm-sp .c-form__content__block .c-form__button--submit,
  .p-interview-detailForm .c-form__content__block .c-form__button--submit{
    margin-top: calc(22 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__content__block .c-form__button--submit input{
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__content__block .c-form__button--submit input{
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__content__block .c-form__button--submit input,
  .p-topForm-sp .c-form__content__block .c-form__button--submit input{
    font-size: calc(14 / 375 * 100vw);
  }
}
.p-interview-detailForm .c-form__button--submit input[type="submit"]{
  width: 199px;
  height: 49px;
  margin-left: -4px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detailForm .c-form__button--submit input[type="submit"]{
    width: calc(199 / 1440 * 100vw);
    height: calc(49 / 1440 * 100vw);
    margin-left: calc(-4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__button--submit input[type="submit"],
  .p-topForm-sp .c-form__button--submit input[type="submit"]{
    width: calc(194 / 375 * 100vw);
    height: calc(43 / 375 * 100vw);
    margin-left: 0;
  }
}
.p-interview-detailForm .c-form__button--submit p,
.p-topForm-sp .c-form__button--submit p{
  margin-bottom: 0;
}
.p-interview-detailForm .c-form__button--back{
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-detailForm .c-form__button--back,
  .p-topForm-sp .c-form__button--back{
    transform: translateX(5px);
    margin-top: calc(3 / 375 * 100vw);
  }
}


.l-content__sidebar {
  z-index: 100;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .l-content__sidebar {
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .l-content__sidebar {
    display: none;
  }
}
.p-sidebarForm {
  position: fixed;
  height: 100vh;
  background: var(--color-sub);
  width: 100%;
}
.p-sidebarForm::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: -5px 0 14px rgba(0,0,0,0.1);
  pointer-events: none;
}
.p-sidebarForm .l-container {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.p-sidebarForm__inner{
  padding: 70px 20px;
  text-align: center;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarForm__inner {
    padding: calc(70 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}

.p-breadCrumb {
  height: 19px;
  padding-top: 53px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb {
    height: calc(19 / 1440 * 100vw);
    padding-top: calc(53 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb {
    height: calc(19 / 375 * 100vw);
    padding-top: calc(19 / 375 * 100vw);
  }
}
.p-breadCrumb .l-container{
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-breadCrumb .l-container{
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}

.p-breadCrumb__nav{
  overflow: hidden;
}
.p-breadCrumb__nav > ul {
  align-items: center;
  display: flex;
  height: 100%;
}
.p-breadCrumb__nav > ul > li {
  font-size: 13px;
  white-space: nowrap;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav > ul > li {
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul > li {
    font-size: calc(11 / 375 * 100vw);
  }
}
.p-breadCrumb__nav > ul > li::before {
  content: ">";
  margin: 0 0.7em 0 1.1em;
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav > ul > li::before {
    margin: 0 0.2em 0 0.9em;
  }
}
.p-breadCrumb__nav > ul > li:first-child::before {
  display: none;
}
.p-breadCrumb__nav--home{
  width: 13px;
  height: 12px;
}
@media screen and (max-width: 1439px) {
  .p-breadCrumb__nav--home{
    width: calc(13 / 1440 * 100vw);
    height: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-breadCrumb__nav--home{
    width: calc(11 / 375 * 100vw);
    height: calc(10 / 375 * 100vw);
  }
}
.c-page-titleBox{
  margin-top: 66px;
  margin-bottom: 49px;
}
@media screen and (max-width: 1439px) {
  .c-page-titleBox{
    margin-top: calc(66 / 1440 * 100vw);
    margin-bottom: calc(49 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-page-titleBox{
    margin-top: calc(36 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
  }
}
.c-page-title {
  color: var(--color-main);
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 51px;
}
@media screen and (max-width: 1439px) {
  .c-page-title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-page-title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(51 / 375 * 100vw);
  }
}
.c-section-title {
  color: var(--color-main);
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 51px;
  margin-top: 70px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1439px) {
  .c-section-title {
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(51 / 1440 * 100vw);
    margin-top: calc(70 / 1440 * 100vw);
    margin-bottom: calc(42 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: calc(25 / 375 * 100vw);
    line-height: calc(51 / 375 * 100vw);
    margin-top: calc(70 / 1440 * 100vw);
    margin-bottom: calc(42 / 1440 * 100vw);
  }
}
.c-search__module__label{
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-top: 8px;
  line-height: 21px;
  margin-bottom: 7px;
}
@media screen and (max-width: 1439px) {
  .c-search__module__label{
    font-size: calc(15 / 1440 * 100vw);
    margin-top: calc(8 / 1440 * 100vw);
    line-height: calc(21 / 1440 * 100vw);
    margin-bottom: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-search__module__label{
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(8 / 375 * 100vw);
    line-height: calc(21 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
}
.c-search__module__select{
  background-color: var(--color-white);
  position: relative;
  width: 200px;
  height: 40px;
  border: 1px solid var(--color-black);
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 7px;
}
@media screen and (max-width: 1439px) {
  .c-search__module__select{
    width: calc(200 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
    border-radius: calc(3 / 1440 * 100vw);
    padding: calc(10 / 1440 * 100vw) calc(20 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    border-radius: calc(3 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-search__module__select{
    width: calc(220 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    margin-right: calc(7 / 375 * 100vw);
  }
}
.c-search__module__select {
  background-image: url(../images/search_icon_select.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
@media screen and (max-width: 1439px) {
  .c-search__module__select {
    background-position: right calc(16 / 1440 * 100vw) center;
    background-size: calc(9 / 1440 * 100vw) calc(6 / 1440 * 100vw);;
  }
}
@media screen and (max-width: 767px) {
  .c-search__module__select {
    background-position: right calc(16 / 375 * 100vw) center;
    background-size: calc(8 / 375 * 100vw) calc(6 / 375 * 100vw);;
  }
}
.c-search__module__button{
  background-color: var(--color-main);
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  width: 100px;
  height: 40px;
  color: var(--color-white);
  border-radius: 3px;
  transform: translateY(1px);
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .c-search__module__button{
    font-size: calc(14 / 1440 * 100vw);
    width: calc(100 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
    border-radius: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-search__module__button{
    font-size: calc(14 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
  }
}


.p-interview-list .c-page-titleBox{
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-interview-list .c-page-titleBox{
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-list .c-page-titleBox{
    margin-bottom: 0;
  }
}
.p-interview-list__items{
  padding-top: 50px;
}
@media screen and (max-width: 1439px) {
  .p-interview-list__items{
    padding-top: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-list__items{
    padding-top: calc(30 / 375 * 100vw);
  }
}
.p-interview-list__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 51px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .p-interview-list__list{
    gap: calc(51 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-list__list{
    grid-template-columns: 1fr;
    gap: calc(20 / 375 * 100vw);
  }
}
.p-interview-list__item{
  display: flex;
}
.p-interview-list .c-card__info,
.p-interview__recommend .c-card__info{
  flex-direction: row;
}

.c-card{
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  width: 330px;
}
@media screen and (max-width: 1439px) {
  .c-card{
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    border-radius: calc(5 / 1440 * 100vw);
    width: calc(330 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card{
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.1);
    border-radius: calc(5 / 375 * 100vw);
    width: calc(330 / 375 * 100vw);
  }
}
.c-card__thumbnail{
  display: flex;
  align-items: center;
  width: 330px;
  height: 180px;
}
@media screen and (max-width: 1439px) {
  .c-card__thumbnail{
    width: calc(330 / 1440 * 100vw);
    height: calc(180 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__thumbnail{
    width: calc(330 / 375 * 100vw);
    height: calc(180 / 375 * 100vw);
  }
}
.c-card__thumbnail img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.c-card__body{
  padding: 14px 20px 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) {
  .c-card__body{
    padding: calc(14 / 1440 * 100vw) calc(20 / 1440 * 100vw) calc(28 / 1440 * 100vw) calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__body{
    padding: calc(15 / 375 * 100vw) calc(20 / 375 * 100vw) calc(28 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.c-card__name{
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 1439px) {
  .c-card__name{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__name{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.c-card__summary{
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  height: 48px;
}
@media screen and (max-width: 1439px) {
  .c-card__summary{
    font-size: calc(16 / 1440 * 100vw);
    line-height: calc(24 / 1440 * 100vw);
    height: calc(48 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__summary{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
    height: calc(48 / 375 * 100vw);
  }
}
.c-card__info{
  margin-top: 14px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1439px) {
  .c-card__info{
    margin-top: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__info{
    margin-top: calc(13 / 375 * 100vw);
  }
}
.c-card__info + .c-card__info{
  margin-top: 12px;
}
@media screen and (max-width: 1439px) {
  .c-card__info + .c-card__info{
    margin-top: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__info + .c-card__info{
    margin-top: calc(10 / 375 * 100vw);
  }
}
.c-card__info img{
  width: 15px;
  height: 14px;
  margin-right: 7px;
}
@media screen and (max-width: 1439px) {
  .c-card__info img{
    width: calc(15 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
    margin-right: calc(7 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__info img{
    width: calc(15 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    margin-right: calc(7 / 375 * 100vw);
  }
}
.c-card__info-text{
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .c-card__info-text{
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__info-text{
    font-size: calc(14 / 375 * 100vw);
  }
}
.c-card__link{
  text-align: right;
  margin-top: 10px;
  margin-right: 8px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  color: var(--color-main);
  display: block;
  text-align: right;
}
@media screen and (max-width: 1439px) {
  .c-card__link{
    margin-top: calc(10 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    font-size: calc(14 / 1440 * 100vw);
    line-height: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-card__link{
    margin-top: calc(10 / 375 * 100vw);
    margin-right: calc(8 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
  }
}
.c-card__link::after {
  background-image: url(../images/icon_arrow_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 11px;
  width: 8px;
  transform: translateX(10px);
  background-position: center center;
}
@media screen and (max-width: 1439px) {
  .c-card__link::after {
    height: calc(11 / 1440 * 100vw);
    width: calc(8 / 1440 * 100vw);
    transform: translateX(calc(10 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-card__link::after {
    height: calc(11 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    transform: translateX(calc(10 / 375 * 100vw));
  }
}
a.c-card__link:hover{
  color: var(--color-main);
}
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Barlow';
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 60px;
}
@media screen and (max-width: 1439px) {
  .c-pagination {
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
    padding-top: calc(60 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination {
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
    padding-top: calc(29 / 375 * 100vw);
  }
}

.c-pagination .page-numbers-list{
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .page-numbers-list{
    gap: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers-list{
    gap: calc(10 / 375 * 100vw);
  }
}
.c-pagination .page-numbers-list li.next-last a,
.c-pagination .page-numbers-list li.prev-first a{
  display: block;
  width: 100%;
  height: 100%;
}
.c-pagination .page-numbers {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 32px;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  .c-pagination .page-numbers {
    height: calc(32 / 1440 * 100vw);
    width: calc(32 / 1440 * 100vw);
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    height: calc(32 / 375 * 100vw);
    width: calc(32 / 375 * 100vw);
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.c-pagination .page-numbers.current {
  background-color: var(--color-main);
  color: var(--color-white);
}
.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  background-size: 14px 10px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .page-numbers.prev,
  .c-pagination .page-numbers.next {
    background-size: calc(14 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers.prev,
  .c-pagination .page-numbers.next {
    background-size: calc(14 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.c-pagination .page-numbers.prev {
  background-image: url(../images/icon_prev_pagination.svg);
}
.c-pagination .page-numbers.next {
  background-image: url(../images/icon_next_pagination.svg);
}
.c-pagination .page-numbers.prev-first,
.c-pagination .page-numbers.next-last {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  background-size: 14px 10px;
}
@media screen and (max-width: 1439px) {
  .c-pagination .page-numbers.prev-first,
  .c-pagination .page-numbers.next-last {
    background-size: calc(14 / 1440 * 100vw) calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers.prev-first,
  .c-pagination .page-numbers.next-last {
    background-size: calc(14 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
}
.c-pagination .page-numbers.prev-first {
  background-image: url(../images/icon_first_pagination.svg);
}
.c-pagination .page-numbers.next-last {
  background-image: url(../images/icon_last_pagination.svg);
}


.c-back-link{
  padding-bottom: 103px;
  padding-top: 52px;
  background-color: var(--color-sub);
}
@media screen and (max-width: 1439px) {
  .c-back-link{
    padding-bottom: calc(103 / 1440 * 100vw);
    padding-top: calc(52 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-back-link{
    padding-bottom: calc(53 / 375 * 100vw);
    padding-top: calc(52 / 375 * 100vw);
  }
}
.c-back-link .l-container{
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-back-link .l-container{
    padding-left: calc(22 / 375 * 100vw);
    padding-right: calc(22 / 375 * 100vw);
  }
}
.c-back-link__anchor{
  font-size: 13px;
}
@media screen and (max-width: 1439px) {
  .c-back-link__anchor{
    font-size: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-back-link__anchor{
    font-size: calc(12 / 375 * 100vw);
  }
}
.c-back-link__anchor::before {
  content: "<";
  margin: 0 .9em 0 0;
}
.btn_floating_usefulmaterial{
  position: fixed;
  right: 51px;
  width: 201px;
  height: 192px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1439px) {
  .btn_floating_usefulmaterial{
    right: calc(51 / 1440 * 100vw);
    width: calc(201 / 1440 * 100vw);
    height: calc(192 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .btn_floating_usefulmaterial{
    right: 10px;
    width: calc(127 / 375 * 100vw);
    height: calc(116 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .btn_floating_usefulmaterial svg {
    width: 100% !important;
    height: 100% !important;
  }
}

.btn_floating_usefulmaterial #outgoing{
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .btn_floating_usefulmaterial #outgoing-sp{
    font-size: 18px;
  }
}
.btn_floating_usefulmaterial #dl_frame tspan{
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .btn_floating_usefulmaterial #dl_frame-sp tspan{
    font-size: 8px;
  }
}
@media screen and (max-width: 767px) {
  .btn_floating_usefulmaterial #about-recruit-sp tspan{
    font-size: 11px;
  }
}
.btn_floating_usefulmaterial #dl_frame rect,
.btn_floating_usefulmaterial #dl_frame tspan,
.btn_floating_usefulmaterial #dl_frame path {
  transition: 0.3s;
}

.btn_floating_usefulmaterial:hover #dl_frame rect {
  fill: var(--color-main);
}

.btn_floating_usefulmaterial:hover #dl_frame tspan {
  fill: var(--color-white);
}

.btn_floating_usefulmaterial:hover #dl_frame path {
  stroke: var(--color-white);
}
.btn_floating_usefulmaterial.stop {
  position: absolute;
  bottom: auto;
  right: 51px;
}
@media screen and (max-width: 1439px) {
  .btn_floating_usefulmaterial.stop {
    right: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .btn_floating_usefulmaterial.stop {
    right: calc(10 / 375 * 100vw);
  }
}

.floating-btn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-btn__close{
  position: absolute;
  top: 9px;
  left: 4px;
  width: 50px;
  height: 50px;
  z-index: 11;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .floating-btn__close{
    top: calc(9 / 1440 * 100vw);
    left: calc(4 / 1440 * 100vw);
    width: calc(50 / 1440 * 100vw);
    height: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .floating-btn__close{
    top: calc(-6 / 375 * 100vw);
    left: calc(-12 / 375 * 100vw);
    width: calc(50 / 375 * 100vw);
    height: calc(50 / 375 * 100vw);
  }
}

.p-interview-detail__content{
  margin-top: 84px;
  margin-bottom: 84px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__content{
    margin-top: calc(84 / 1440 * 100vw);
    margin-bottom: calc(84 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__content{
    margin-top: calc(62 / 375 * 100vw);
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.p-interview-detail__content__inner {
  background-color: var(--color-white);
  padding: 60px 50px 12px 50px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__content__inner {
    padding: calc(60 / 1440 * 100vw) calc(50 / 1440 * 100vw) calc(12 / 1440 * 100vw) calc(50 / 1440 * 100vw);
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__content__inner {
    padding: 0;
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.1);
    border-radius: calc(5 / 375 * 100vw);
  }
}
.p-interview-detail__title{
  color: var(--color-main);
  font-size: 25px;
  line-height: 36px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__title{
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__title{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
  }
}
.p-interview-detail__company{
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__company{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    margin-top: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__company{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(26 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
}

.p-interview-detail__inner {
  display: flex;
  gap: 43px;
  align-items: flex-start;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__inner {
    gap: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__inner {
    gap: calc(10 / 375 * 100vw);
    flex-direction: column-reverse;
  }
}
.p-interview-detail__right {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-interview-detail__left {
    padding: 0 calc(20 / 375 * 100vw);
  }
}
.p-interview-detail__thumbnail {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__thumbnail {
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__thumbnail {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
  }
}
.p-interview-detail__thumbnail img{
  width: 400px;
  height: 250px;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__thumbnail img{
    width: calc(400 / 1440 * 100vw);
    height: calc(250 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__thumbnail img{
    width: 100%;
    height: calc(181 / 375 * 100vw);
    border-radius: 0;
  }
}
.p-interview-detail__info{
  margin-top: 13px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__info{
    margin-top: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__info{
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-interview-detail__info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__info-item {
    margin-bottom: calc(4 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__info-item {
    margin-bottom: calc(2 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
}
.p-interview-detail__info-label {
  flex: 0 0 120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__info-label {
    flex:  0 0 calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__info-label {
    flex: 0 0 calc(112 / 375 * 100vw);
  }
}
.p-interview-detail__info-label::after {
  content: "：";
  position: absolute;
  right: 9px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__info-label::after {
    right: calc(9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__info-label::after {
    right: calc(9 / 375 * 100vw);
  }
}
.p-interview-detail__info-value {
  flex: 1;
  font-weight: 500;
}

.p-interview-detail__section{
  margin-top: 40px;
  counter-reset: section;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section{
    margin-top: calc(40 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-bottom: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section{
    margin-top: calc(40 / 375 * 100vw);
    padding: 0 calc(20 / 375 * 100vw) calc(35 / 375 * 100vw) calc(20 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.p-interview-detail__section #toc_container{
  background-color: var(--color-sub);
  border-radius: 10px;
  padding: 30px 50px;
  margin-top: 43px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section #toc_container{
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(30 / 1440 * 100vw) calc(50 / 1440 * 100vw);
    margin-top: calc(43 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section #toc_container{
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw) calc(20 / 375 * 100vw);
    margin-top: calc(43 / 375 * 100vw);
    margin-left: 0;
    margin-right: 0;
  }
}
.p-interview-detail__section .toc_title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section .toc_title{
    font-size: calc(18 / 1440 * 100vw);
    margin-bottom: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section .toc_title{
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
.p-interview-detail__section .toc_list {
  counter-reset: toc-counter;
}
.p-interview-detail__section .toc_list li{
  counter-increment: toc-counter;
  margin: 0.4em 0;
  position: relative;
  padding-left: 1.5em;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section .toc_list li{
    line-height: calc(24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section .toc_list li{
    line-height: calc(24 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    margin: 0.2em 0;
  }
}
.p-interview-detail__section .toc_list li::before {
  content: counter(toc-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.p-interview-detail__section .toc_list li a:hover{
  color: var(--color-black);
}
.p-interview-detail__section .toc_number{
  font-family: 'Barlow';
  font-weight: 500;
}

.p-interview-detail__section h2{
  font-size: 20px;
  font-weight: bold;
  margin-top: 29px;
  margin-bottom: 10px;
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section h2{
    font-size: calc(20 / 1440 * 100vw);
    margin-top: calc(29 / 1440 * 100vw);
    margin-bottom: calc(10 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section h2{
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(39 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
  }
}
.p-interview-detail__section h2:not(:first-of-type){
  margin-top: 40px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section h2:not(:first-of-type){
    margin-top: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section h2:not(:first-of-type){
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-interview-detail__section h2::before{
  counter-increment: section;
  content: counter(section) ". ";
  font-family: 'Barlow';
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section h2::before{
    font-size: calc(20 / 1440 * 100vw);
    margin-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section h2::before{
    font-size: calc(20 / 375 * 100vw);
    margin-right: calc(6 / 375 * 100vw);
  }
}
.p-interview-detail__section figure{
  margin-top: 36px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section figure{
    margin-top: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section figure{
    margin-top: calc(17 / 375 * 100vw);
  }
}
.p-interview-detail__section figure{
  width: 643px;
  height: 406px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section figure{
    width: calc(643 / 1440 * 100vw);
    height: calc(406 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section figure{
    width: 100%;
    height: auto;
  }
}
.p-interview-detail__section figure img{
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interview-detail__section figure img{
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview-detail__section figure img{
    border-radius: calc(5 / 375 * 100vw);
  }
}


.p-achievement{
  background: var(---gradient-main);
  height: 176px;
  color: var(--color-white);
  display: flex;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .p-achievement{
    height: calc(176 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievement{
    background: var(---gradient-main-sp);
    height: calc(262 / 375 * 100vw);
  }
}
.p-achievement__stat{
  font-size: 20px;
  line-height: 30px;
  position: relative;
  text-align: center;
  margin-left: -112px;
  margin-top: 38px;
  letter-spacing: 0em;
}
@media screen and (max-width: 1439px) {
  .p-achievement__stat{
    font-size: calc(20 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-left: calc(-112 / 1440 * 100vw);
    margin-top: calc(38 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievement__stat{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(40 / 375 * 100vw);
    margin-left: calc(-10 / 375 * 100vw);
    margin-top: calc(32 / 375 * 100vw);
  }
}
.p-achievement__stat::before{
  background-image: url(../images/illust_usagi.svg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 170px;
  width: 93px;
  top: -61px;
  right: -101px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  .p-achievement__stat::before{
    height: calc(170 / 1440 * 100vw);
    width: calc(93 / 1440 * 100vw);
    top: calc(-61 / 1440 * 100vw);
    right: calc(-101 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievement__stat::before{
    height: calc(99 / 375 * 100vw);
    width: calc(55 / 375 * 100vw);
    top: calc(92 / 375 * 100vw);
    right: calc(-18 / 375 * 100vw);
  }
}
.p-achievement__stat::after {
  background-image: url(../images/achievement_speech.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 11px;
  width: 628px;
  position: absolute;
  bottom: -24px;
}
@media screen and (max-width: 1439px) {
  .p-achievement__stat::after {
    height: calc(11 / 1440 * 100vw);
    width: calc(628 / 1440 * 100vw);
    bottom: calc(-24 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievement__stat::after {
    background-image: url(../images/achievement_speech_sp.svg);
    height: calc(11 / 375 * 100vw);
    width: calc(343 / 375 * 100vw);
    bottom: calc(-23 / 375 * 100vw);
    margin-left: calc(-2 / 375 * 100vw);
  }
}
.p-achievement__label{
  font-weight: bold;
}
.p-achievement__number{
  font-size: 40px;
  font-weight: bold;
  font-family: 'Barlow';
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .p-achievement__number{
    font-size: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievement__number{
    font-size: calc(40 / 375 * 100vw);
    transform: translateY(2px);
    display: inline-block;
  }
}
.p-achievement__unit{
  font-weight: bold;
  font-size: 23px;
}
@media screen and (max-width: 1439px) {
  .p-achievement__unit{
    font-size: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievement__unit{
    font-size: calc(23 / 375 * 100vw);
  }
}
.p-achievement__catch{
  font-weight: bold;
  font-size: 20px;
  margin-top: 37px;
  line-height: 30px;
  margin-left: -112px;
}
@media screen and (max-width: 1439px) {
  .p-achievement__catch{
    font-size: calc(20 / 1440 * 100vw);
    margin-top: calc(37 / 1440 * 100vw);
    line-height: calc(30 / 1440 * 100vw);
    margin-left: calc(-112 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievement__catch{
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(39 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
    margin-left: calc(-48 / 375 * 100vw);
  }
}
.p-achievement__highlight{
  font-size: 25px;
}
@media screen and (max-width: 1439px) {
  .p-achievement__highlight{
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievement__highlight{
    font-size: calc(23 / 375 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-achievement{
    height: calc(333 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-achievement__stat{
  margin-left: -5px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-achievement__stat{
    margin-left: calc(-5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-achievement__stat{
    margin-left: calc(-5 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-achievement__catch{
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-achievement__catch{
    margin-left: calc(-42 / 375 * 100vw);
  }
  body.page-template-page-kyuujinbu .p-achievement__button--frontpage .u-button--dl{
    background-color: var(--color-white);
    color: var(--color-main);
    width: calc(270 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    margin-top: calc(21 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  body.page-template-page-kyuujinbu .p-achievement__button--frontpage .u-button--dl::before {
    background-image: url(../images/icon_button_dl_orange.svg);
    height: calc(15 / 375 * 100vw);
    width: calc(15 / 375 * 100vw);
    margin-right: calc(10 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
  }
}

.p-interview__recommend .l-container{
  position: relative;
  padding-left: 110px;
  padding-right: 110px;
}
@media screen and (max-width: 1439px) {
  .p-interview__recommend .l-container{
    padding-left: calc(110 / 1440 * 100vw);
    padding-right: calc(110 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__recommend .l-container{
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.p-interview__recommend-swiper__wrapper{
  overflow: hidden;
  padding-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-interview__recommend-swiper__wrapper{
    padding-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__recommend-swiper__wrapper{
    padding-top: calc(10 / 375 * 100vw);
  }
}

.p-interview__recommend-swiper .swiper-slide{
  margin: 0 auto;
  transform: translateX(12px);
  width: 330px;
  margin-right: 32px;
}
@media screen and (max-width: 1439px) {
  .p-interview__recommend-swiper .swiper-slide{
    transform: translateX(calc(12 / 1440 * 100vw));
    width: calc(330 / 1440 * 100vw);
    margin-right: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-interview__recommend-swiper .swiper-slide{
    transform: translateX(calc(14 / 375 * 100vw));
    width: calc(330 / 375 * 100vw);
    margin-right: calc(30 / 375 * 100vw);
  }
}
.p-interview__recommend-swiper__wrapper .swiper-button-prev,
.p-interview__recommend-swiper__wrapper .swiper-button-next {
  top: 52.5%;
}
@media screen and (max-width: 767px) {
  .p-interview__recommend-swiper__wrapper .swiper-button-prev,
  .p-interview__recommend-swiper__wrapper .swiper-button-next {
    top: 50.5%;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__recommend-swiper .swiper-container {
    padding-bottom: calc(32 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-interview__recommend-swiper .c-card__thumbnail{
  width: 306px;
  height: 167px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .c-card__thumbnail{
    width: calc(306 / 1440 * 100vw);
    height: calc(167 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .c-card__thumbnail{
    width: 100%;
    height: calc(180 / 375 * 100vw);
  }
}
body.page-template-page-kyuujinbu .p-interview__recommend-swiper .c-card__body{
  padding-top: 6px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .c-card__body{
    padding-top: calc(6 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .c-card__body{
    padding-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .c-card__link{
    margin-top: calc(13 / 375 * 100vw);
  }
}


body.page-template-page-kyuujinbu .p-interview__recommend .l-container{
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-interview__recommend .l-container{
    padding-left: calc(50 / 1440 * 100vw);
    padding-right: calc(50 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend .l-container{
    padding: 0;
  }
}
body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide,
body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide .c-card,
body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide .c-card__thumbnail img {
  width: 306px;
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide,
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide .c-card,
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide .c-card__thumbnail img {
    width: calc(306 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide{
    width: calc(306 / 375 * 100vw);
  }
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide .c-card,
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide .c-card__thumbnail img {
    width: calc(330 / 375 * 100vw);
  }
}

body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide{
  margin-right: 26px;
  transform: translateX(15px);
}
@media screen and (max-width: 1439px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide{
    margin-right: calc(26 / 1440 * 100vw);
    transform: translateX(calc(15 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-kyuujinbu .p-interview__recommend-swiper .swiper-slide{
    margin-right: calc(50 / 375 * 100vw);
    transform: translateX(calc(24 / 375 * 100vw));
  }
}



.p-usefulmaterial-list__items{
  padding-bottom: 100px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-list__items{
    padding-bottom: calc(100 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-list__items{
    padding-bottom: 0;
    margin-top: calc(21 / 375 * 100vw);
  }
}
.p-usefulmaterial-list__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 51px 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-list__list{
    gap: calc(51 / 1440 * 100vw) calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-list__list{
    grid-template-columns: 1fr;
    gap: calc(20 / 375 * 100vw);
  }
}
.p-usefulmaterial-list__items .c-card__info{
  font-weight: 500;
  font-size: 14px;
  margin-top: 3px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-list__items .c-card__info{
    font-size: calc(14 / 1440 * 100vw);
    margin-top: calc(3 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-list__items .c-card__info{
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    line-height: calc(13 / 375 * 100vw);
  }
}

.p-usefulmaterial-detail__inner,
.p-demo__inner{
  display: flex;
  gap: 43px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 21px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detail__inner,
  .p-demo__inner{
    gap: calc(43 / 1440 * 100vw);
    margin-top: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detail__inner,
  .p-demo__inner{
    gap: calc(49 / 375 * 100vw);
    margin-top: calc(21 / 375 * 100vw);
    flex-direction: column;
  }
}
.p-usefulmaterial-detail__left,
.p-demo__left{
  width: 644px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detail__left,
  .p-demo__left{
    width: calc(644 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detail__left,
  .p-demo__left{
    width: calc(330 / 375 * 100vw);
  }
}
.p-usefulmaterial-detail__thumbnail img{
  width: 644px;
  height: 352px;
  border-radius: 10px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detail__thumbnail img{
    width: calc(644 / 1440 * 100vw);
    height: calc(352 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detail__thumbnail img{
    width: calc(330 / 375 * 100vw);
    height: calc(180 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
  }
}

.p-usefulmaterial-detail__name,
.p-demo__name{
  font-size: 35px;
  font-weight: bold;
  line-height: 51px;
  margin-top: 20px;
  margin-bottom: 21px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detail__name,
  .p-demo__name{
    font-size: calc(35 / 1440 * 100vw);
    line-height: calc(51 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
    margin-bottom: calc(21 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detail__name,
  .p-demo__name{
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(29 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
    margin-bottom: calc(11 / 375 * 100vw);
  }
}
.p-usefulmaterial-detail__info + .p-usefulmaterial-detail__info,
.p-demo__info + .p-demo__info{
  margin-top: 10px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detail__info + .p-usefulmaterial-detail__info,
  .p-demo__info + .p-demo__info{
    margin-top: calc(10 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detail__info + .p-usefulmaterial-detail__info,
  .p-demo__info + .p-demo__info{
    margin-top: calc(10 / 375 * 100vw);
  }
}
.p-usefulmaterial-detail__info p,
.p-demo__info p{
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
  position: relative;
  padding-left: 36px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detail__info p,
  .p-demo__info p{
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding-left: calc(36 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detail__info p,
  .p-demo__info p{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    padding-left: calc(26 / 375 * 100vw);
  }
}
.p-usefulmaterial-detail__info p::before,
.p-demo .p-demo__info p::before{
  background-image: url(../images/icon_checkbox_checked--orange.svg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detail__info p::before,
  .p-demo .p-demo__info p::before{
    height: calc(22 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
    top: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detail__info p::before,
  .p-demo .p-demo__info p::before{
    height: calc(16 / 375 * 100vw);
    width: calc(16 / 375 * 100vw);
    top: calc(4 / 375 * 100vw);
  }
}
.p-usefulmaterial-detail__info p + p,
.p-demo__info p + p{
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detail__info p + p,
  .p-demo__info p + p{
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detail__info p + p,
  .p-demo__info p + p{
    margin-top: calc(9 / 375 * 100vw);
  }
}

.p-usefulmaterial-detailForm .l-container,
.p-demoForm .l-container{
  width: 356px;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .l-container,
  .p-demoForm .l-container{
    width: calc(356 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .l-container,
  .p-demoForm .l-container{
    width: calc(330 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form,
.p-demoForm .c-form{
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  font-size: 25px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form,
  .p-demoForm .c-form{
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form,
  .p-demoForm .c-form{
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__content,
.p-demo .c-form__content{
  padding: 13px 33px 35px 33px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__content,
  .p-demo .c-form__content{
    padding: calc(13 / 1440 * 100vw) calc(33 / 1440 * 100vw) calc(35 / 1440 * 100vw) calc(33 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__content,
  .p-demo .c-form__content{
    padding: calc(11 / 375 * 100vw) calc(20 / 375 * 100vw) calc(18 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__titleBox,
.p-contact__form .c-form__titleBox,
.p-demoForm .c-form__titleBox{
  color: var(--color-main);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 51px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__titleBox,
  .p-contact__form .c-form__titleBox,
  .p-demoForm .c-form__titleBox{
    margin-top: calc(51 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__titleBox,
  .p-contact__form .c-form__titleBox,
  .p-demoForm .c-form__titleBox{
    margin-top: calc(32 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__titleBox p,
.p-demoForm .c-form__titleBox p{
  letter-spacing: .1em;
  text-align: center;
}
.p-usefulmaterial-detailForm .c-form__titleBox::before,
.p-demoForm .c-form__titleBox::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-topForm-sp .c-form__content__block p,
  .p-interview-detailForm .c-form__content__block p{
    margin-bottom: 0;
  }
}
.p-usefulmaterial-detailForm .c-form__content__block p,
.p-contact__form .c-form__content__block p,
.p-demoForm .c-form__content__block p{
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__content__block p,
  .p-contact__form .c-form__content__block p,
  .p-demoForm .c-form__content__block p{
    margin-bottom: calc(12 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__content__block p,
  .p-contact__form .c-form__content__block p,
  .p-demoForm .c-form__content__block p{
    margin-bottom: calc(13 / 375 * 100vw);
  }
}

.p-usefulmaterial-detailForm .c-form__content__block input,
.p-usefulmaterial-detailForm .c-form__content__block select,
.p-contact__form .c-form__content__block input,
.p-demoForm .c-form__content__block input{
  border: 1px solid #BABABA;
  border-radius: 4px;
  height: 57px;
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__content__block input,
  .p-usefulmaterial-detailForm .c-form__content__block select,
  .p-contact__form .c-form__content__block input,
  .p-demoForm .c-form__content__block input{
    border-radius: calc(4 / 1440 * 100vw);
    height: calc(57 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__content__block input,
  .p-usefulmaterial-detailForm .c-form__content__block select,
  .p-contact__form .c-form__content__block input,
  .p-demoForm .c-form__content__block input{
    border-radius: calc(4 / 375 * 100vw);
    height: calc(56 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__button--submit input[type="submit"]{
  padding-left: 29px;
  letter-spacing: .01em;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__button--submit input[type="submit"]{
    padding-left: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__button--submit input[type="submit"]{
    padding-left: calc(29 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__button--submit,
.p-usefulmaterial-detailForm .c-form__button--submit input[type="submit"],
.p-demoForm .c-form__button--submit,
.p-demoForm .c-form__button--submit input[type="submit"]{
  width: 247px;
  text-align: left;
  margin-left: 8px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__button--submit,
  .p-usefulmaterial-detailForm .c-form__button--submit input[type="submit"],
  .p-demoForm .c-form__button--submit,
  .p-demoForm .c-form__button--submit input[type="submit"]{
    width: calc(247 / 1440 * 100vw);
    margin-left: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__button--submit,
  .p-usefulmaterial-detailForm .c-form__button--submit input[type="submit"],
  .p-demoForm .c-form__button--submit,
  .p-demoForm .c-form__button--submit input[type="submit"]{
    width: calc(247 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-demoForm .c-form__button--submit input[type="submit"]{
  padding-left: 78px;
  letter-spacing: .01em;
}
@media screen and (max-width: 1439px) {
  .p-demoForm .c-form__button--submit input[type="submit"]{
    padding-left: calc(78 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-demoForm .c-form__button--submit input[type="submit"]{
    padding-left: calc(78 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__button--submit::before,
.p-demoForm .c-form__button--submit::before{
  right: 15px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__button--submit::before,
  .p-demoForm .c-form__button--submit::before{
    right: calc(15 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__button--submit::before,
  .p-demoForm .c-form__button--submit::before{
    right: calc(15 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__button--submit::after,
.p-demoForm .c-form__button--submit::after{
  right: -22px;
  top: -4px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__button--submit::after,
  .p-demoForm .c-form__button--submit::after{
    right: calc(-22 / 1440 * 100vw);
    top: calc(-4 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__button--submit::after,
  .p-demoForm .c-form__button--submit::after{
    right: calc(-22 / 375 * 100vw);
    top: calc(-4 / 375 * 100vw);
  }
}
.c-form__content__block textarea::placeholder{
  transform: translate(0px, -3px);
}
@media screen and (max-width: 1439px) {
  .c-form__content__block textarea::placeholder{
    transform: translate(0, calc(-3 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .c-form__content__block textarea::placeholder{
    transform: translate(0, calc(-3 / 375 * 100vw));
  }
}
.p-sidebarForm .c-form__content__block input::placeholder{
  font-size: 15px;
}
@media screen and (max-width: 1439px) {
  .p-sidebarForm .c-form__content__block input::placeholder{
    font-size: calc(15 / 1440 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__content__block input::placeholder,
.p-contact__form .c-form__content__block input::placeholder,
.p-demoForm .c-form__content__block input::placeholder{
  font-size: 12px;
  line-height: 30px;
  transform: translate(-10px, -15px);
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__content__block input::placeholder,
  .p-contact__form .c-form__content__block input::placeholder,
  .p-demoForm .c-form__content__block input::placeholder{
    font-size: calc(12 / 1440 * 100vw);
    line-height: calc(30/ 1440 * 100vw);
    transform: translate(calc(-10 / 1440 * 100vw), calc(-15 / 1440 * 100vw));
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__content__block input::placeholder,
  .p-contact__form .c-form__content__block input::placeholder,
  .p-demoForm .c-form__content__block input::placeholder{
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(30 / 375 * 100vw);
    transform: translate(calc(-10 / 375 * 100vw), calc(-15 / 375 * 100vw));
  }
}
.p-usefulmaterial-detailForm .c-form__content__agree,
.p-contact__form .c-form__content__agree,
.p-demoForm .c-form__content__agree{
  margin-top: -2px;
  margin-left: 25px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__content__agree,
  .p-contact__form .c-form__content__agree,
  .p-demoForm .c-form__content__agree{
    margin-top: calc(-2 / 1440 * 100vw);
    margin-left: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__content__agree,
  .p-demoForm .c-form__content__agree{
    margin-top: calc(18 / 375 * 100vw);
    margin-left: calc(25 / 375 * 100vw);
  }
}
.p-usefulmaterial-detailForm .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before,
.p-contact__form .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before,
.p-demoForm .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before{
  transform: translate(16px, 1px);
  margin-right: 27px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-detailForm .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before,
  .p-contact__form .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before,
  .p-demoForm .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before{
    transform: translate(calc(16 / 1440 * 100vw), 1px);
    margin-right: calc(27 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-detailForm .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before,
  .p-contact__form .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before,
  .p-demoForm .c-form__content__agree input[type="checkbox"] + .wpcf7-list-item-label::before{
    transform: translate(calc(18 / 375 * 100vw), calc(3 / 375 * 100vw));
    margin-right: calc(27 / 375 * 100vw);
  }
}

.p-usefulmaterial__recommend .l-container{
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend .l-container{
    padding-left: calc(120 / 1440 * 100vw);
    padding-right: calc(120 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend .l-container{
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
}
.p-usefulmaterial__recommend .c-section-title{
  margin-top: 71px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend .c-section-title{
    margin-top: calc(71 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend .c-section-title{
    margin-top: calc(44 / 375 * 100vw);
  }
}
.p-usefulmaterial__recommend-swiper__wrapper{
  overflow: hidden;
  padding-top: 8px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper__wrapper{
    padding-top: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper__wrapper{
    padding-top: calc(10 / 375 * 100vw);
  }
}
.p-usefulmaterial__recommend-swiper__wrapper .swiper-button-prev,
.p-usefulmaterial__recommend-swiper__wrapper .swiper-button-next{
  top: 56%;
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper__wrapper .swiper-button-prev,
  .p-usefulmaterial__recommend-swiper__wrapper .swiper-button-next{
    top: 54%;
  }
}
.p-usefulmaterial__recommend-swiper .swiper-slide{
  transform: translateX(5px);
  margin: 0 auto;
  width: 330px;
  margin-right: 30px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper .swiper-slide{
    transform: translateX(calc(5 / 1440 * 100vw));
    width: calc(330 / 1440 * 100vw);
    margin-right: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper .swiper-slide{
    transform: translateX(calc(8 / 375 * 100vw));
    width: calc(330 / 375 * 100vw);
    margin-right: calc(30 / 375 * 100vw);
  }
}

.p-usefulmaterial__recommend-swiper .c-card__info + .c-card__info,
.p-usefulmaterial-list__item .c-card__info p + p {
  margin-top: 13px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper .c-card__info + .c-card__info,
  .p-usefulmaterial-list__item .c-card__info p + p {
    margin-top: calc(13 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper .c-card__info + .c-card__info,
  .p-usefulmaterial-list__item .c-card__info p + p {
    margin-top: calc(13 / 375 * 100vw);
  }
}

.p-usefulmaterial__recommend-swiper .c-card__body,
.p-usefulmaterial-list__item .c-card__body{
  min-height: 181px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper .c-card__body,
  .p-usefulmaterial-list__item .c-card__body{
    min-height: calc(181 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper .c-card__body,
  .p-usefulmaterial-list__item .c-card__body{
    min-height: calc(181 / 375 * 100vw);
  }
}
.p-usefulmaterial__recommend-swiper .c-card__info{
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 5px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper .c-card__info{
    gap: calc(9 / 1440 * 100vw);
    margin-top: calc(5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper .c-card__info{
    gap: calc(11 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
  }
}
.p-usefulmaterial__recommend-swiper p,
.p-usefulmaterial-list__item .c-card__info p,
.p-top-usefulmaterial-list__item .c-card__info p{
  position: relative;
  padding-left: 23px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper p,
  .p-usefulmaterial-list__item .c-card__info p{
    padding-left: calc(23 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper p,
  .p-usefulmaterial-list__item .c-card__info p{
    padding-left: calc(24 / 375 * 100vw);
  }
}
.p-usefulmaterial__recommend-swiper p{
  line-height: 16px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper p{
    line-height: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper p{
    line-height: calc(14 / 375 * 100vw);
  }
}
.p-usefulmaterial__recommend-swiper p::before,
.p-usefulmaterial-list__item .c-card__info p::before,
.p-top-usefulmaterial-list__item .c-card__info p::before{
  background-image: url(../images/icon_checkbox_checked--orange.svg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  top: 1px;
  left: 0;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper p::before,
  .p-usefulmaterial-list__item .c-card__info p::before{
    width: calc(15 / 1440 * 100vw);
    height: calc(14 / 1440 * 100vw);
    top: calc(1 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper p::before,
  .p-usefulmaterial-list__item .c-card__info p::before{
    width: calc(15 / 375 * 100vw);
    height: calc(14 / 375 * 100vw);
    top: calc(1 / 375 * 100vw);
  }
}
.p-top-usefulmaterial-list__item .c-card__info p{
  padding-left: 32px;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial-list__item .c-card__info p{
    padding-left: calc(32 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card__info p{
    padding-left: calc(27 / 375 * 100vw);
  }
}
.p-top-usefulmaterial-list__item .c-card__info p::before{
  width: 18px;
  height: 18px;
  top: 2px;
}
@media screen and (max-width: 1439px) {
  .p-top-usefulmaterial-list__item .c-card__info p::before{
    width: calc(18 / 1440 * 100vw);
    height: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-top-usefulmaterial-list__item .c-card__info p::before{
    width: calc(16 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    top: calc(4 / 375 * 100vw);
  }
}
.p-top-usefulmaterial-list__item .c-card__info-text{
  margin-top: 0;
}
.p-usefulmaterial__recommend-swiper .c-card__info p{
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial__recommend-swiper .c-card__info p{
    font-size: calc(14 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial__recommend-swiper .c-card__info p{
    font-size: calc(14 / 375 * 100vw);
  }
}



.c-page-title--thanks{
  position: relative;
  margin-top: 94px;
}
@media screen and (max-width: 1439px) {
  .c-page-title--thanks{
    margin-top: calc(94 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-page-title--thanks{
    margin-top: calc(162 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    line-height: calc(31 / 375 * 100vw);
  }
}
.c-page-title--thanks::after{
  background-image: url(../images/illust_usagi.svg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 130px;
  width: 71px;
  top: -27px;
  right: 18px;
}
@media screen and (max-width: 1439px) {
  .c-page-title--thanks::after{
    height: calc(130 / 1440 * 100vw);
    width: calc(71 / 1440 * 100vw);
    top: calc(-27 / 1440 * 100vw);
    right: calc(17 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-page-title--thanks::after{
    height: calc(107 / 375 * 100vw);
    width: calc(59 / 375 * 100vw);
    top: calc(-126 / 375 * 100vw);
    right: 50%;
    transform: translateX(50%);
  }
}
.c-thanks-section{
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: -9px;
}
@media screen and (max-width: 1439px) {
  .c-thanks-section{
    font-size: calc(18 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(-9 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-thanks-section{
    font-size: calc(18 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-thanks-section p{
    font-size: calc(16 / 375 * 100vw);
    text-align: left;
  }
  .c-thanks-section p.c-thanks-section__attention  {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
    padding-bottom: calc(37 / 375 * 100vw);
    line-height: calc(24 / 375 * 100vw);
  }
}
.p-usefulmaterial-thanks__dl-name{
  font-weight: bold;
}
.c-thanks-section__attention{
  font-size: 13px;
  line-height: 28px;
  margin-top: 13px;
  padding-bottom: 65px;
}
@media screen and (max-width: 1439px) {
  .c-thanks-section__attention{
    font-size: calc(13 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    margin-top: calc(13 / 1440 * 100vw);
    padding-bottom: calc(65 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-thanks-section__attention{
    font-size: calc(13 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-top: calc(13 / 375 * 100vw);
    padding-bottom: calc(65 / 375 * 100vw);
  }
}
.p-usefulmaterial-thanks__dl-button .u-button{
  margin: 0 auto;
  width: 270px;
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-thanks__dl-button .u-button{
    width: calc(270 / 1440 * 100vw);
    height: calc(60 / 1440 * 100vw);
    font-size: calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-thanks__dl-button .u-button{
    width: calc(270 / 375 * 100vw);
    height: calc(55 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-usefulmaterial-thanks__dl-button .u-button--dl:hover{
  background-color: var(--color-main);
  opacity: 0.8;
}
.p-usefulmaterial-thanks__dl-button .u-button--dl::before{
  width: 17px;
  height: 17px;
  margin-right: 12px;
  margin-top: 2px;
}
@media screen and (max-width: 1439px) {
  .p-usefulmaterial-thanks__dl-button .u-button--dl::before{
    width: calc(17 / 1440 * 100vw);
    height: calc(17 / 1440 * 100vw);
    margin-right: calc(12 / 1440 * 100vw);
    margin-top: calc(2 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-usefulmaterial-thanks__dl-button .u-button--dl::before{
    width: calc(17 / 375 * 100vw);
    height: calc(17 / 375 * 100vw);
    margin-right: calc(12 / 375 * 100vw);
    margin-top: calc(2 / 375 * 100vw);
  }
}

.p-contact-lead{
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  margin-top: -24px;
  margin-bottom: 47px;
}
@media screen and (max-width: 1439px) {
  .p-contact-lead{
    font-size: calc(25 / 1440 * 100vw);
    line-height: calc(40 / 1440 * 100vw);
    margin-top: calc(-24 / 1440 * 100vw);
    margin-bottom: calc(47 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact-lead{
    font-size: calc(16 / 375 * 100vw);
    line-height: calc(25 / 375 * 100vw);
    margin-top: calc(-5 / 375 * 100vw);
    margin-bottom: calc(28 / 375 * 100vw);
  }
}
.p-contact__form__inner{
  margin-top: 50px;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1439px) {
  .p-contact__form__inner{
    margin-top: calc(50 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    box-shadow: 0px 0px calc(20 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form__inner{
    margin-top: calc(50 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    box-shadow: 0px 0px calc(20 / 375 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.p-contactForm__inner .c-form__titleBox::before{
  display: none;
}
.p-contactForm__inner .c-form__content{
  padding: 13px 0 53px 0;
}
@media screen and (max-width: 1439px) {
  .p-contactForm__inner .c-form__content{
    padding: calc(13 / 1440 * 100vw) 0 calc(53 / 1440 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contactForm__inner .c-form__content{
    padding: calc(11 / 375 * 100vw) 0 calc(33 / 375 * 100vw) 0;
  }
}

.p-demo__thumbnail{
  width: 644px;
  height: 444px;
}
@media screen and (max-width: 1439px) {
  .p-demo__thumbnail{
    width: calc(644 / 1440 * 100vw);
    height: calc(444 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-demo__thumbnail{
    width: 100%;
    height: auto;
  }
}

.p-company__content__inner{
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 1439px) {
  .p-company__content__inner{
    border-radius: calc(10 / 1440 * 100vw);
    padding: calc(40 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__content__inner{
    border-radius: calc(10 / 375 * 100vw);
    padding: calc(36 / 375 * 100vw) calc(18 / 375 * 100vw) calc(8 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}
.p-company__content__inner dl div{
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .p-company__content__inner dl div{
    flex-direction: column;
  }
}
.p-company__content__inner dl div{
  border-top: 1px solid #E5E7EB;
}
@media screen and (max-width: 767px) {
  .p-company__content__inner dl div{
    border: 0;
  }
}
.p-company__content__inner dl div:last-of-type{
  border-bottom: 1px solid #E5E7EB;
}
@media screen and (max-width: 767px) {
  .p-company__content__inner dl div:last-of-type{
    border: 0;
  }
}
.p-company__content__inner dl dt{
  width: 200px;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  background-color: var(--color-main);
  color: var(--color-white);
  padding: 21px 18px 19px 18px;
}
@media screen and (max-width: 1439px) {
  .p-company__content__inner dl dt{
    width: calc(200 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(28 / 1440 * 100vw);
    padding: calc(21 / 1440 * 100vw) calc(18 / 1440 * 100vw) calc(19 / 1440 * 100vw) calc(18 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__content__inner dl dt{
    width: calc(295 / 375 * 100vw);
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    padding: calc(6 / 375 * 100vw) calc(18 / 375 * 100vw) calc(7 / 375 * 100vw) calc(18 / 375 * 100vw);
  }
}
.p-company__content__inner dl dd{
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 21px 18px 19px 39px;
}
@media screen and (max-width: 1439px) {
  .p-company__content__inner dl dd{
    font-size: calc(15 / 1440 * 100vw);
    line-height: calc(26 / 1440 * 100vw);
    padding: calc(21 / 1440 * 100vw) calc(18 / 1440 * 100vw) calc(19 / 1440 * 100vw) calc(39 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-company__content__inner dl dd{
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(23 / 375 * 100vw);
    padding: calc(9 / 375 * 100vw) calc(3 / 375 * 100vw) calc(18 / 375 * 100vw) calc(3 / 375 * 100vw);
    font-weight: normal;
  }
}

.p-contact .l-content{
  padding-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .p-contact .l-content{
    padding-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact .l-content{
    padding-bottom: 0;
  }
}

.p-contact__form .l-container{
  width: 600px;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  .p-contact__form .l-container{
    width: calc(600 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .l-container{
    width: calc(330 / 375 * 100vw);
  }
}
.p-contact__form .c-form {
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  font-size: 25px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
}
@media screen and (max-width: 1439px) {
  .p-contact__form .c-form {
    box-shadow: 0px 0px calc(10 / 1440 * 100vw) rgba(0, 0, 0, 0.1);
    font-size: calc(25 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .c-form {
    box-shadow: 0px 0px calc(10 / 375 * 100vw) rgba(0, 0, 0, 0.1);
    font-size: calc(25 / 375 * 100vw);
  }
}
.p-contact__form .c-form__content__block input,
.p-contact__form .wpcf7-not-valid-tip{
  width: 531px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1439px) {
  .p-contact__form .c-form__content__block input,
  .p-contact__form .wpcf7-not-valid-tip{
    width: calc(531 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .c-form__content__block input,
  .p-contact__form .wpcf7-not-valid-tip{
    width: calc(290 / 375 * 100vw);
  }
}
.p-contact__form .c-form__content__agree{
  text-align: center;
}
.p-contact__form .c-form__button--submit,
.p-contact__form .c-form__button--submit input[type="submit"]{
  width: 254px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  transform: translateX(-2px);
}
@media screen and (max-width: 1439px) {
  .p-contact__form .c-form__button--submit,
  .p-contact__form .c-form__button--submit input[type="submit"]{
    width: calc(251 / 1440 * 100vw);
    margin-top: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .c-form__button--submit,
  .p-contact__form .c-form__button--submit input[type="submit"]{
    width: calc(251 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
  }
}
.p-contact__form .c-form__button--submit::before{
  right: 29px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form .c-form__button--submit::before{
    right: calc(29 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .c-form__button--submit::before{
    right: calc(29 / 375 * 100vw);
  }
}
.p-contact__form .c-form__button--submit::after{
  right: -7px;
  top: -5px;
}
@media screen and (max-width: 1439px) {
  .p-contact__form .c-form__button--submit::after{
    right: calc(-7 / 1440 * 100vw);
    top: calc(-5 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-contact__form .c-form__button--submit::after{
    right: calc(-7 / 375 * 100vw);
    top: calc(-5 / 375 * 100vw);
  }
}

.p-404__content__inner{
  line-height: 28px;
}
@media screen and (max-width: 1439px) {
  .p-404__content__inner{
    line-height: calc(28 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-404__content__inner{
    line-height: calc(28 / 375 * 100vw);
  }
}

html.lity-active,
body.lity-active {
  overflow: hidden !important;
}
.lity-hide {
  display: none !important;
}
.lity-close,
.lity-close:hover {
  box-shadow: none !important;
  display: none !important;
  font-family: inherit !important;
  line-height: 1 !important;
  position: static !important;
  text-shadow: none !important;
}
.lity-container,
.lity-content {
  transform: none !important;
  transition: none !important;
}
.lity-content {
  max-width: 90vw !important;
  box-sizing: border-box;
  margin: 0 auto;
}
.lity-content:after{
  box-shadow: none;
}

.c-lityTradelaw,
.c-lityPrivacyPolicy {
  background-color: var(--color-white);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
          box-shadow: 0px 0px 10px rgba(48, 56, 65, 0.15);
  height: 700px;
  overflow: scroll;
  padding: 40px;
  position: relative;
  width: 730px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  overflow: auto;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy,
  .c-lityTradelaw {
    border-radius: 0.6944444444vw;
    -webkit-box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
            box-shadow: 0vw 0vw 0.6944444444vw rgba(48, 56, 65, 0.15);
    height: 48.6111111111vw;
    padding: 2.7777777778vw;
    width: 50.6944444444vw;
    font-size: calc(20 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy,
  .c-lityTradelaw {
    border-radius: 2.6666666667vw;
    -webkit-box-shadow: 0vw 0vw 2.6666666667vw rgba(48, 56, 65, 0.15);
            box-shadow: 0vw 0vw 2.6666666667vw rgba(48, 56, 65, 0.15);
    height: 92dvh;
    padding: 5.3333333333vw;
    width: 85vw;
    font-size: calc(16 / 375 * 100vw);
  }
}
.c-lityPrivacyPolicy__title,
.c-lityTradelaw__title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__title,
  .c-lityTradelaw__title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__title,
  .c-lityTradelaw__title {
    margin-bottom: 5.3333333333vw;
  }
}
.c-lityPrivacyPolicy span {
  font-weight: 700;
}

.c-lityPrivacyPolicy__close {
  position: fixed;
  right: 20px;
  top: 20px;
}

@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__close {
    right: 1.3888888889vw;
    top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__close {
    display: none;
  }
}

.c-lityPrivacyPolicy__content{
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__content{
    font-size: calc(14 / 1440 * 100vw);
    margin-bottom: calc(30 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__content{
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
}
.c-lityPrivacyPolicy__content--heading{
  display: block;
  margin-top: 20px;
  /* font-size: 21px; */
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  .c-lityPrivacyPolicy__content--heading{
    margin-top: calc(20 / 1440 * 100vw);
    /* font-size: calc(21 / 1440 * 100vw); */
  }
}
@media screen and (max-width: 767px) {
  .c-lityPrivacyPolicy__content--heading{
    margin-top: calc(20 / 375 * 100vw);
    /* font-size: calc(16 / 375 * 100vw); */
  }
}
.c-lityPrivacyPolicy__content a,
.c-lityTradelaw__content a{
  color: var(--color-main);
  text-decoration: underline;
}
.c-lityTradelaw__content table{
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-top: 1px solid #ccc;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ccc;
  background: #FFF;
  margin-bottom: 15px;
  width: 100%;
}
.c-lityTradelaw__content table th{
  background-color: var(--color-main);
  width: 25%;
  color: var(--color-white);
  font-weight: 500;
}
.c-lityTradelaw__content table th,
.c-lityTradelaw__content table td{
  font-size: 14px;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  padding: 8px;
  vertical-align: middle;
}
@media screen and (max-width: 1439px) {
  .c-lityTradelaw__content table{
    margin-bottom: calc(15 / 1440 * 100vw);
  }
  .c-lityTradelaw__content table th,
  .c-lityTradelaw__content table td{
    font-size: calc(14 / 1440 * 100vw);
    padding: calc(8 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .c-lityTradelaw__content table{
    margin-bottom: calc(15 / 375 * 100vw);
  }
  .c-lityTradelaw__content table th,
  .c-lityTradelaw__content table td{
    font-size: calc(13 / 375 * 100vw);
    padding: calc(8 / 375 * 100vw);
    width: 100%;
    display: inline-block;
  }
}
