@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width: 1280px){
  html {
    font-size: 50%;
  }
}
body {
  font-family:'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
:root {
  --serif: 'Noto Serif JP', serif;
  --roboto: 'Roboto', sans-serif;
  --sans: 'Noto Sans JP', sans-serif;
  --tel:  'Barlow Condensed', sans-serif;
  --black: #20253C;
  --gray: #F6F6F6;
  --red: #CE121B;
  --blue: #26325E;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}
a:hover {
  opacity: 0.7;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.container-860 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
#main {
  width: 100%;
  overflow: hidden;
}

#header {
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #BFBFBF;
  position: relative;
}
.header-top:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1.5px solid var(--red);
  width: 51rem;
  max-width: 70%;
}
.header-logo {
  padding-left: 2.4rem;
  color: var(--black);
  font-family: var(--serif);
  font-size: 3.2rem;
  font-weight: 700;
}
.header-right {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
.header-tel-main {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  justify-content: center;
  padding-right: 2rem;
}
.header-tel-number {
  color: var(--black);
  font-size: 4.1rem;
  font-weight: 500;
}
.header-tel-number span {
  font-size: 1.2rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.header-tel-number:hover {
  opacity: 1;
  color: var(--red);
}
.header-tel-add {
  color: var(--black);
  font-size: 2.4rem
}
.header-tel-add span {
  font-size: 1.5rem;
}
.header-tel-sub {
  display: block;
}
.header-tel-row {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 500;
}
.header-tel-row span {
  font-size: 1.6rem;
  font-weight: 500;
  flex-grow: 0;
  flex-shrink: 0;
  width: 9rem;
  text-align: center;
}
.header-tel-row1 {
  background-color: var(--red);
}
.header-tel-row2 {
  background-color: var(--blue);
}
.header-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.header-nav-list > li {
  width: calc( 100% / 7 );
  font-family: var(--sans);
  font-weight: 500;
}
.header-nav-list > li > a {
  padding: 16px 0;
  text-align: center;
  display: block;
  position: relative;
}
.header-nav-list > .current-menu-item > a {
  color: var(--red);
}
.header-nav-list > .current-menu-item > a:after {
  content: "";
  display: block;
  color: var(--red);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1.5rem;
  width: 1px;
  background-color: var(--red);
}
.header-nav-list > li > ul {
	width: 150%;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 5.8rem;
    left: 0;
    list-style-type: none;
    max-height: 0;
    z-index: 5;
    background: #fff;
  transition: all 0.3s ease;
}
.header-nav-list > li.menu-item-has-children {
  position: relative;
}
.header-nav-list > li:hover > ul {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.header-nav-list > li > ul > li {
  background-color: #fff;
}
.header-nav-list > li > ul > li a {
  display: block;
  padding: 2rem 2.5rem;
  color: var(--black);
}
.header-nav-list > li > ul > li a:before {
  content:"";
  display:inline-block;
  width: 2.5rem;
  height: 1px;
  background-color: var(--red);
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media (max-width: 1280px) {
  .header-logo {
    font-size: 2.2rem;
  }
  .header-tel-number {
    font-size: 3rem;
  }
  .header-tel-add {
    font-size: 1.6rem;
  }
  .header-tel-row {
    font-size: 2.4rem;
  }
}
@media (max-width: 992px) {
  .header-top {
    padding: 2rem 0;
  }
  .header-logo {
    font-size: 2.8rem;
  }
  .header-right {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-top:after {
    display: none;
  }
}
@media (max-width: 520px) {
  .header-top {
    padding: 1rem 0;
  }
  .header-logo {
    font-size: 2rem;
  }
}

/* fv */
#fv {
  position: relative;
}
#fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*#fv .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  box-sizing: border-box;
  max-width: 1120px;
}*/
.fv-catch {
  color: #fff;
  line-height: 2;
  font-size: max(2.2916666666666665vw,2.1rem);
  font-weight: 700;
  vertical-align: middle;
  position: absolute;
  left: 23.8%;
  top: 15%;
}
.square {
  display: inline-block;
  border: 3px solid #fff;
  padding: max(0.78125vw,0.8rem);
  margin: 0 max(0.78125vw,0.8rem);
  font-size: max(4.166666666666666vw,4rem);
  font-weight: 700;
  line-height: 1;
}
.fv-line {
  display: inline-block;
}
.fv-line1 {
  margin-bottom: max(2.03125vw,2rem);
}
.fv-line2 {
  margin-left: max(5.625vw, 5.4rem);
}
.fv-textbox {
  background-color: rgba(0,0,0,0.64);
  width: 50%;
  height: min(10.57vw, 20.3rem);
  position: absolute;
  bottom: 12.9%;
  left: 0;
}
.fv-textbox:after {
  height: 1px;
  width: 100%;
  content:"";
  background-color: var(--red);
  position: absolute;
  left: 0;
  bottom: 15.8%;
}
.fv-text-area {
  width: 50%;
  text-align: right;
  padding-left: 3rem;
  box-sizing: border-box;
}
.fv-text {
  font-size: min(1.3vw, 2.7rem);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  width: 100%;
  padding-top: 3%;
}
#fv .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-bottom: min(12.125vw, 11rem);
}

@media (max-width: 1280px) {
  #fv {
    aspect-ratio: 100 / 45;
  }
  .fv-catch {
    left: 16%;
  }
  .fv-catch .square {
    display: inline-block;
    border: 3px solid #fff;
    padding: 1.33vw;
    margin: 0 1.33vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
  }
  .fv-line1 {
    margin-bottom:  2.8vw;
  }
  .fv-line2 {
    margin-left: 7vw;
  }
  .fv-textbox {
    background-color: rgba(0,0,0,0.64);
    width: 50%;
    height: 12vw;
    position: absolute;
    bottom: 12.9%;
    left: 0;
  }
  .fv-text {
  	font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  #fv {
    aspect-ratio: auto;
  }
  .fv-catch {
    left: 5%;
    font-size: 4vw;
  }
  .fv-catch .square {
    display: inline-block;
    border: 3px solid #fff;
    padding: 1.33vw;
    margin: 0 1.33vw;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1;
  }
  .fv-textbox {
    background-color: rgba(0,0,0,0.64);
    width: 80%;
    height: 25vw;
    position: absolute;
    bottom: 8.9%;
    left: 0;
  }
  .fv-text {
    padding-top: 4%;
    font-size: 3.5vw;
  }
}

/* service */
#service {
  background-color: var(--gray);
  padding: 9.2rem 0 13.6rem;
}
.service-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 10.9rem;
}
.service-item {
  background: #fff;
  width: 48%;
}
.service-index {
  color: #fff;
  background-color: var(--red);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1.4rem 0 1.5rem;
}
.service-lists {
	padding: 2rem 6rem;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: 1.1fr 2fr;
  grid-auto-flow: column;
  justify-content: center;
  list-style-type: none;
  gap: 1rem 2rem;
}
.service-list {
  color: var(--black);
  font-size: 1.8rem;
}
.service-list-red {
  color: var(--red);
}
.service-list:before {
  content: "－";
  margin-right: 0.5rem;
  vertical-align: top;
}
.service-item2 .service-index {
  background-color: var(--blue);
}
.service-item2 .service-lists {
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 992px) {
  #service {
    padding: 6rem 0;
  }
  .service-wrapper {
    flex-direction: column;
    max-width: 60rem;
    margin: 5rem auto 0;
    gap: 5rem;
  }
  .service-lists,
  .service-item2 .service-lists {
    padding: 3rem 3rem;
    gap: 2rem 2rem;
    justify-items: stretch;
    grid-template-columns: 1fr 1fr;
  }
  .service-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .service-lists,
  .service-item2 .service-lists {
    padding: 2rem 2rem;
  }
}

/* interview */
#interview {
  padding: 7.6rem 0 10.6rem;
}
.interview-wrapper {
  margin-top: 9.2rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.interview-content {
  width: 55%;
}
.interview-image {
  padding-top: 3rem;
  width: 32%;
  padding-right: 3rem;
}
.interview-red {
  position: relative;
}
.interview-red img {
  position: relative;
  z-index: 2;
}
.interview-red:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  transform: rotate(9.65deg);
  transform-origin: center;
}
.interview-title {
  color: var(--black);
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.interview-title:before {
  content: "";
  width: 5.2rem;
  height: 1px;
  background-color: var(--red);
  display: inline-block;
  margin-right: 1.1rem;
}
.interview-history {
  padding-left: 6.2rem;
  font-size: 1.8rem;
  line-height: 1.77;
  font-family: var(--sans);
}
.interview-text {
  margin-bottom: 6.2rem;
}
.interview-table th {
  font-weight: 400;
  width: 8rem;
  text-align: left;
}
.interview-name {
  margin-top: 5.2rem;
  font-size: 2.7rem;
  text-align: center;
}
.interview-name span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 1.5rem;
}
@media (max-width: 992px) {
  .interview-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 5rem;
  }
  .interview-image {
    width: 80%;
    max-width: 40rem;
    margin: 0 auto;
    padding-right: 0;
  }
  .interview-content {
    width: 100%;
  }
  .interview-history {
    padding-left: 0;
  }
}

/* summary */
#summary {
  background-color: #F6F6F6;
  padding: 10.3rem 0 7.3rem;
}
.summary-box {
  margin: 7.6rem auto 6.5rem;
  padding: 1.5rem;
  background-color: #fff;
  max-width: 80rem;
}
.summary-table {
  width: 100%;
  border-collapse: collapse;
  --font-family: var(--sans);
}
.summary-table th,
.summary-table td {
  border-bottom: 1px solid var(--red);
  padding: 1.5rem 0;
  box-sizing: border-box;
}
.summary-table th {
  color: var(--red);
}
.summary-table td {
  padding-left: 10.9rem;
}
.summary-table tr:last-child th,
.summary-table tr:last-child td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .summary-table th {
    width: 9rem;
  }
  .summary-table td {
    padding-left: 2rem;
  }
}
@media (max-width: 550px) {
  .summary-table td,
  .summary-table th {
    width: 100%;
    display: block;
    padding-left: 0;
    text-align: left;
  }
  .summary-table th {
    border-bottom: none;
  }
  .summary-table td {
    padding: 0 1rem 1rem;
  }
}

/* access */
#access {
  padding: 7.5rem 0 13rem;
}
.access-map {
  max-width: 80rem;
  margin: 6rem auto 7.2rem;
  aspect-ratio: 4 / 3;
  width: 100%;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* contact */
#contact {
  padding: 6.5rem 0 20rem;
  background-image: url(../image/contact-bg.jpg);
  background-size: cover;
  background-position: center;
}
#contact .common-text {
  margin-top: 7.2rem;
}
.contact-wrapper {
  max-width: 92rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 6%;
  margin: 6.4rem auto 0;
}
.contact-item {
  width: 47%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.contact-item2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.contact-item1 {
  background-color: var(--red);
  padding: 2.4rem 2.7rem;
}
.contact-item2 {
  transition: all 0.3s ease;
  position: relative;
}
.contact-item2:before {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.contact-item2 a {
  background-color: var(--blue);
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
}
.contact-item2 a:hover {
  opacity: 0.7;
}
.contact-item1 a {
  position: relative;
}
.contact-item1 a:after{
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: scale(0,1);
  transition: all 0.3s ease;
  position: absolute;
  bottom: 6px;
  left: 0;
  display: block;
}
.contact-item1 a:hover:after {
  transform: scale(1,1);
}
.contact-tel-header {
  display: block;
  padding-bottom: 1.5rem;
  border-bottom: 2px dashed #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.contact-item .small {
  font-size: 1.4rem;
  width: 8rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}
.contact-item .big {
  font-family: var(--roboto);
  font-size: 2.8rem;
  font-weight: 500;
  vertical-align: middle;
  display: inline-block;
}
.contact-tel-header .big {
  font-size: 3.8rem;
}
.contact-tel-header:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  display: block;
  content: "";
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  transform: rotate(45deg);
}
.contact-tel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-icon {
  text-align: center;
  font-weight: 700;
}
.contact-icon img {
  width: 6rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #contact {
    padding-bottom: 5rem;
  }
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-item {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto 5rem;
    height: 25rem;
  }
  .contact-tel-header .small {
    margin-right: 0;
  }
  .contact-item .big {
    font-size: 2.2rem;
  }
  .contact-tel-header .big {
    font-size: 3.2rem;
  }

}

/* footer */
#footer {
  background-color: #F8F8F8;
  padding: 5.4rem 0 11rem;
  filter: drop-shadow(0px -4px 4px rgba(169, 169, 169, 0.25));
}
.footer-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 4rem;
}
.footer-logo {
  font-size: 3rem;
  color: var(--black);
  font-family: var(--serif);
}
.footer-lists {
    background-color: #F8F8F8;
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    list-style-type: none;
}
.footer-lists li {
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.footer-lists li a:before {
  content: "－";
  margin-right: 0.5rem;
  color: var(--red);
}
.footer-copy {
  background-color: var(--red);
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 5rem;
    font-size: 2rem;
  }
  .footer-menu {
    margin: 0 auto;
  }
  .footer-lists li {
    font-size: 1.6rem;
  }
}


/* message */
#message {
  padding: 96px 0 136px;
}
#message .common-index {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  #message {
    padding: 6rem 0;
  }
}

/* pages */
#page-header {
  position: relative;
  overflow: hidden;
}
#page-header:after {
  width: 100vw;
  height: 200vw;
  transform: rotate(-64.953deg);
  background: var(--red);
  content: "";
  display: block;
  position: absolute;
  left: -134vw;
  top: -100vw;
  z-index: 2;
}
.page-header-image {
  width: 100%;
  position: relative;
  text-align: right;
  max-height: 40rem;
}
.page-header-image img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  min-height: 35rem;
  object-position: left;
  width: 90%;
}
.page-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  max-width: 120rem;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
  font-weight: 700;
  padding-left: 2rem;
  text-align: left;
}
.page-header-title-sub {
  font-family: var(--roboto);
  font-size: 6rem;
}
.page-header-title-main {
  font-size: 2rem;
  padding-left: 0.5rem;
}
.page-padding {
  padding: 3rem 0 9.6rem;
}
.breadcramb {
  padding: 3rem 0;
  font-size: 1.4rem;
  color: var(--black);
  display: flex;
  list-style-type: none;
}
.breadcramb li:after {
  content: "＞";
  margin: 0 1rem;
}
.breadcramb li:last-child:after {
  display: none;
}

/* guidance */
.guidance-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap:  5rem 5%;
  flex-wrap: wrap;
  max-width: 100rem;
  margin: 0 auto;
}
.guidance-item {
  width: 47%;
}
.guidance-item a:hover {
  opacity: 1;
}
.guidance-image {
  position: relative;
}
.guidance-image:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(29, 64, 105, 0.4);
  transition: all 0.3s ease;
}
.guidance-item a:hover .guidance-image:after {
  background-color: rgba(29, 64, 105, 0);
}
.guidance-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guidance-index {
  text-align: center;
  font-size: 4.3rem;
  font-family: var(--serif);
  margin-bottom: 6.2rem;
}
#guidance .common-text {
  max-width: 86rem;
  margin: 0 auto 13.4rem;
}
.guidance-title {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.5rem 0;
}
.guidance-text-wrapper {
  text-align: center;
  position: absolute;
  bottom: 4rem;
  z-index: 4;
  font-size: 1.8rem;
  width: 100%;
}
.guidance-text {
  display: inline-block;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.50);
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-header-image img {
    width: 100%;
    object-position: center;
    height: 100%;
    max-height: 40rem;
    object-position: center;
  }
  .guidance-index {
    font-size: 3.2rem;
  }
  .guidance-wrapper {
    flex-direction: column;
    gap: 5rem;
  }
  .guidance-item {
    width: 100%;
  }
  .guidance-text {
    font-size: 2rem;
  }
  #page-header:after {
    width: 140vw
  }
}
@media (max-width: 550px) {
  .guidance-index {
    font-size: 5vw;
  }
}

/* greeting */
#greeting .interview-wrapper {
  margin-top: 0;
}
#greeting .interview-image {
  width: 35%;
}
.greeting-name {
  margin-top: 5rem;
  font-size: 1.8rem;
  text-align: right;
  font-weight: normal;
}
@media (max-width: 992px) {
  #greeting .interview-image {
    width: 80%;
  }
}

/* philosophy */
.philosophy-container {
  max-width: 86rem;
  padding: 0 8rem;
  margin: 0 auto
}
.philosophy-catch {
  font-size: 3.2rem;
  color: var(--red);
  line-height: 2;
  margin-bottom: 5rem;
  position: relative;
}
.philosophy-catch:before {
  position: absolute;
  content: "";
  width: 6rem;
  top: 3.5rem;
  height: 1px;
  background-color: var(--red);
  display: block;
  left: -8rem;
}
.philosophy-catch .big {
  font-size: 4rem;
}
.philosophy-catch .square {
  border-color: var(--red);
  font-size: 5rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .philosophy-container {
    padding: 0 0 0 5vw;
  }
  .philosophy-catch {
    font-size: 4.4vw;
    letter-spacing: 0;
  }
  .philosophy-catch:before {
    width: 4vw;
    top: 4vw;
    left: -5vw;
  }
  .philosophy-catch .big {
    font-size: 6vw;
  }
  .philosophy-catch .square {
    font-size: 7.5vw;
    padding: 0.8vw 1vw;
    border-width: 0.5vw;
  }
}

/* summary */
#page-summary .summary-box {
  margin-top: 0;
  padding: 0;
}
#page-summary {
  padding-bottom: 0;
}
.summary-map {
  height: 35rem;
  width: 100%;
}
.summary-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* recruit */
.recruit-wrapper {
  margin: 5rem auto 12rem;
}
.recruit-wrapper:last-child {
  margin-bottom: 0;
}
.recruit-index {
  text-align: left;
  margin-bottom: 5rem;
}
.recruit-index span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  background-color: var(--red);
  color: #fff;
  width: 24rem;
  padding: 0.8rem;
  text-align: center;
}
.recruit-index2 span {
  background-color: var(--blue);
}
.recruit-box {
  max-width: 100rem;
  width: 90%
}
.recruit-box table th {
     width: 21rem;
}
.recruit-box table td {
     padding-left: 6rem;
}
@media (max-width: 550px) {
  .recruit-box {
    width: 100%
  }
  .recruit-box table th {
    width: 100%;
    display: block;
    border-bottom: none;
    text-align: left;
	}
  .recruit-box table td {
    width: 100%;
    display: block;
     padding: 0 1rem 1rem;
  }
  .recruit-index {
    margin-bottom: 2rem;
  }
  .recruit-index span {
    width: 100%;
    box-sizing: border-box;
  }
}

/* consulting */
.consulting-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.consulting-content {
  width: 55%;
}
.consulting-image {
  width: 40%;
}
.consluting-price {
  margin-top: 6rem;
}
.consluting-table {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
}
.consluting-table th {
  background-color: var(--red);
  border: 1px solid var(--red);
  color: #fff;
  padding: 1rem;
} 
.consluting-table td {
  border: 1px solid var(--red);
  text-align: center;
  padding: 1rem;
}
@media (max-width: 992px) {
  .consulting-wrapper {
    flex-direction: column;
    gap: 6rem;
  }
  .consulting-content {
    width: 100%;
  }
  .consulting-image {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .consluting-table {
    width: 100%;
    box-sizing: border-box;
  }
  .consluting-table th,
  .consluting-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

/* lawyer */
.profile-title {
  line-height: 1;
  margin-bottom: 7rem;
}
.profile-position {
  font-size: 2rem;
  font-weight: bold;
  margin-right: 1.5rem;
  vertical-align: middle;
  display: inline-block;
}
.profile-name {
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 1.5rem;
  vertical-align: middle;
  display: inline-block;
}
.profile-spell {
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.profile-wrapper {
  margin-bottom: 12rem;
  margin-top: 0;
}
.profile-wrapper:last-child {
  margin-bottom: 0;
}
.profile-content {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .profile-wrapper {
    flex-direction: column;
  }
  .profile-content {
    width: auto;
    padding-top: 0;
  }
  .profile-title {
    display: block;
    padding-left: 6.5rem;
    position: relative;
    line-height: 2;
  }
  .profile-title:before {
    position: absolute;
    left: 0;
    top: 1.5rem;
  }
}

/* page-service */
.page-service-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-service-item {
  width: 47%;
}

/* page-service */
.service-text {
  margin-bottom: 9.8rem;
}
#page-service .recruit-index {
  margin-bottom: 7rem;
}
.page-service-item {
  margin-bottom: 8rem;
}
.page-service-item a {
  color: var(--red);
}
.page-service-list2 .interview-title:before {
  background-color: var(--blue);
}
@media (max-width: 768px) {
  .page-service-wrapper {
    flex-direction: column;
  }
  .page-service-item {
    width: 100%;
  }
  #page-service .recruit-index {
    margin-bottom: 2rem;
  }
}

/* page */
.page-content {
  margin-top: 9rem;
}
@media (max-width: 550px) {
  .page-content {
    margin-top: 2rem;
  }
}

/* contact */
.contact-flow {
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}
.contact-flow li {
  color: #fff;
  background-color: var(--blue);
  padding: 0 3rem 0 4.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
}
.contact-flow li.current {
  background-color: var(--red);
}
.contact-flow li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5rem 0 5rem 2.5rem;
  border-color: transparent transparent transparent  var(--blue);
  position: absolute;
  top:0;
  right: -2.45rem;
}
.contact-flow li.current {
  background-color: var(--red);
}
.contact-flow li.current:after {
  border-color: transparent transparent transparent  var(--red);
}
.contact-index {
  margin-top: 4rem;
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 2.8rem;
  position: relative;
}
.contact-index:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  max-width: 30rem;
  background-color: var(--red);
  left: 50%;
  bottom: -2rem;
  transform: translateX(-50%);
}
.contact-table {
  width: 100%;
  margin: 0 auto;
  border-spacing: 3.5rem;
}
.contact-table th {
  width: 35%;
  font-size: 2rem;
  position: relative;
  padding-right: 4rem;
}
.contact-table td {
  width: 65%;
}
.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table textarea {
  border: 1px solid var(--black);
  background-color: #f6f6f6;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}
.contact-table th.contact-require:after {
  content: "必須";
  display: inline-block;
  background-color: var(--red);
  color: #fff;
  font-size: 1.6rem;
  padding: 0.2rem 0.5rem 0.3rem;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-accept {
  font-size: 1.4rem;
}
.contact-button {
  text-align: center;
}
.form-wrapper {
  margin-bottom: 12rem;
}
.form-wrapper:last-child {
  margin-bottom: 0;
}
.contact-item0 {
  color: var(--black);
  width: 70%;
  margin: 8rem auto;
}
.contact-item0 .contact-tel-header{
  border-bottom: 2px dashed var(--black);
}
.contact-item0 .contact-tel-header:after {
  background-color: var(--black);
}
.contact-item0 .red {
  color: var(--red);
}
.contact-table input[type="radio"] {
  cursor: pointer;
  padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-check span.mwform-radio-field-text {
  padding-left: 4.5rem;
}
.contact-table input[type="radio"]::before,
.contact-table input[type="radio"]::after {
  content: "";
  display: block; 
  position: absolute;
}

.contact-table input[type="radio"]::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #666464;
  width: 2.2rem;/*チェックボックスの横幅*/
  height: 2.2rem;/*チェックボックスの縦幅*/
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
  border-radius: 50%;
}

.contact-table input[type="radio"]::after {
  border-bottom: 3px solid var(--red);/*チェックの太さ*/
  border-left: 3px solid var(--red);/*チェックの太さ*/
  opacity: 0;/*チェック前は非表示*/
  height: 1rem;/*チェックの高さ*/
  width: 1.5rem;/*チェックの横幅*/
  transform: rotate(-45deg);
  top: -1rem;/*チェック時の位置調整*/
  left: 10px;/*チェック時の位置調整*/
}

.contact-table input[type="radio"]:checked::after {
  opacity: 1;/*チェック後表示*/
}
@media (max-width: 992px) {
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
  }
  .contact-table th {
    text-align: left;
    padding-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .contact-table th.contact-require:after {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-left: 2rem;
  }
  .contact-item0 {
    width: 100%;
  }
  .contact-flow {
    gap: 5rem;
  }
  .contact-flow li {
    padding: 0 1.5rem 0 2rem;
    height: 8rem;
  }
  .contact-flow li:after {
    border-width: 4rem 0 4rem 2.5rem;
  }
  .contact-table {
    border-spacing: 0 2rem;
  }
}

/* common */
.common-index {
  color: var(--red);
  text-align: center;
  font-family: var(--roboto);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  padding-bottom: 2.7rem;
  position: relative;
}
.common-index span {
  color: var(--black);
  display: block;
  font-size: 2rem;
  font-weight: 500;
  font-family: var(--sans);
  margin-top: 1rem;
}
.common-index:after {
  content: "";
  display: block;
  position: absolute;
  width: 32rem;
  max-width: 80%;
  height: 1px;
  background-color: var(--red);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.common-button-wrapper {
  text-align: center;
  margin-top: 7rem;
}
.common-button {
  background-color: var(--black);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  padding: 2.7rem 2rem;
  display: inline-block;
  transition: all 0.3s ease;
  width: 30rem;
  max-width: 80%;
}
.common-button:hover {
  opacity: 0.7;
}
.common-line {
  padding-left: 6.2rem;
  position: relative;
}
.common-line:before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 1px;
  background-color: var(--red);
  display: block;
  top: 1.3rem;
  left: 0;
}
@media (max-width: 768px) {
  .common-index {
    font-size: 4.5rem;
  }
  .common-index span {
    font-size: 1.6rem;
  }
}

.p-0 {
  padding: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.relative {
  position: relative;
}
.text-center {
  text-align: center;
}
.br-sp {
  display: none;
}
.br-sp768 {
  display: none;
}
@media (max-width: 768px) {
  .br-pc768 {
    display: none;
  }
  .br-sp768 {
    display: block;
  }
}
@media (max-width: 550px) {
  .br-sp {
    display: block;
  }
}

.page-service-item a:before {
  content:"";
  display: inline-block;
  width: 0;
height: 0;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent var(--red);
  vertical-align: middle;
  margin-right: 0.5rem;
}

.hamburgar {
  display:none;
  position: fixed;
  background-color: var(--red);
  width: 6rem;
  height: 6rem;
  top: 2rem;
  right: 2rem;
  border: 1px solid #fff;
  z-index: 100;
}
@media (max-width: 768px) {
  .hamburgar {
  	display:block;
  }
}
.hamburgar-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.hamburgar span {
  display: block;
  width: 80%;
  height: 0.25rem;
  position: absolute;
  background-color: #fff;
  left: 10%;
  transition: all 0.3s ease;
}
.hamburgar span:nth-child(1) {
  top: 1.4rem;
}
.hamburgar span:nth-child(2) {
  top: 2.8rem;
}
.hamburgar span:nth-child(3) {
  top: 4.2rem;
}
.hamburgar.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 2.8rem;
}
.hamburgar.active span:nth-child(2) {
  opacity: 0;
}
.hamburgar.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 2.8rem;
}

.mobile-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  height: 100vh;
  z-index: 99;
  transition: all 0.3s ease;
}
.mobile-menu.active{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.3s;
}

.mobile-menu > ul {
  padding-top: 10rem;
  text-align: left;
}
.mobile-menu > ul > li > a {
  padding: 1rem 2rem;
  display:block;
  font-weight: bold;
  border-bottom: 1px solid var(--black);
  color: #fff;
}
.mobile-menu > ul > li > ul  a {
  padding: 1rem;
  padding-left: 4rem;
  display:block;
  font-weight: bold;
  border-bottom: 1px solid var(--black);
  color: #fff;
}
.mobile-menu > ul > li > ul a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 1px;
  background-color: var(--red);
  margin-right: 2rem;
}

/*丸の拡大*/
.circle-bg{
  position: fixed;
  z-index: 98;
  /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(38,50,94,0.85);
    /*丸のスタート位置と形状*/
  transform: scale(0);/*scaleをはじめは0に*/
  right:-50px;
  top:-50px;
  transition: all 1s;/*0.6秒かけてアニメーション*/
}

.circle-bg.active{
  transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}
.page-content ul {
  list-style-type:none;
}
.page-content ul li {
  position: relative;
  padding-left: 2rem;
}
.page-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content:"・";
}
.interview-history table td {
  border: none;
  text-align: left;
  padding-left: 0;
}
.interview-history table td:first-child{
  width: 7rem;
}

#fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  background-color: #fff;
  padding: 1.5rem 0;
  z-index: 7;
box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.51);
  display: none;
}
.footer-container {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
.fixed-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3.2rem
    letter-spacing: 0;
}
.fixed-time {
  font-size: 1.4rem;
  line-height: 3.2rem
    letter-spacing: 0;
}
.fixed-tellist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-tellist .small {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2rem;
}
.fixed-tellist .big {
    font-family: var(--roboto);
    font-size: 3.8rem;
    font-weight: 500;
    vertical-align: middle;
    display: inline-block;
}
.fixed-tellist .red {
  color: var(--red);
}
.fixed-tellist .blue {
  color: var(--blue);
}
  .fixed-sp-container {
    display: none;
  }
.fixed-sp-red {
  background-color: var(--red);
}
.fixed-sp-blue {
  background-color: var(--blue);
}
.fixed-sp-blue svg{
  margin-top: 1rem;
}
.fixed-sp-item {
  width: 25%;
  flex-grow: 1;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.15;
  border-right: 1px solid rgba(255,255,255,0.7);
}
.fixed-sp-item:last-child {
  border-right: none;
}
.fixed-sp-main {
  color: var(--blank);
}
.fixed-sp-item .small {
  font-size: 1.3rem
}
.fixed-sp-item svg {
  width: 20px;
}
.fixed-sp-main {
    width: 35%;
}
@media (max-width: 992px) {
  #fixed-footer {
    padding: 0;
  }
  .footer-container {
    display: none;
  }
  .fixed-sp-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
@media (max-width: 550px) {
  .fixed-sp-item {
  	font-size: 1.4rem;
  }
 .fixed-sp-item .small {
    font-size: 1.4rem;
  }
}