@charset "UTF-8";
.sp {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #38070c;
  background-color: #fffff8;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.cmn_width {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.bg_green {
  background-color: #38c1a8;
}

.flex_wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flx_js_sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flx_js_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flx_js_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flx_js_start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flx_ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx_ai_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flx_ai_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mb2rm {
  margin-bottom: 2rem;
}

.indent {
  text-indent: -1em;
  margin-left: 1rem;
}

.indent-tume {
  text-indent: 0.5em;
  margin-left: -0.5rem;
}

/* scroll hint を上に表示する */
.scroll-hint-icon {
  top: 60px !important; /* 好きな位置に調整 */
  bottom: auto !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
.fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
.fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.video {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td {
  vertical-align: top;
  padding: 0;
}

th {
  vertical-align: top;
  padding: 0;
  text-align: left;
  font-weight: bold;
}

header {
  padding: 30px 0;
}
header .inner {
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
header .inner .site_name {
  width: 371px;
}
header .inner .navigation {
  margin-left: clamp(10px, 2vw, 200px);
  min-width: 300px;
}
header .inner .navigation ul {
  gap: 40px;
  -webkit-transition: gap 0.3s ease;
  transition: gap 0.3s ease;
}
header .inner .navigation ul > li {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}
header .inner .navigation ul > li:hover {
  color: #38c1a8;
}
header .inner .navigation ul > li:hover i::before {
  background-color: #38c1a8;
}
header .inner .navigation ul > li:hover i::after {
  background-color: #38c1a8;
}
header .inner .navigation ul > li:nth-child(2) {
  margin-right: 3.5%;
}
header .inner .navigation ul > li .interview_title.open {
  color: #38c1a8;
}
header .inner .navigation ul > li .interview_title.open i::before {
  background-color: #38c1a8;
}
header .inner .navigation ul > li .interview_title.open i::after {
  background-color: #38c1a8;
}
header .inner .navigation ul > li ul.interview_link {
  position: absolute;
  top: 60px;
  left: -85%;
  width: 340px;
  background-color: #FFFFFF;
  padding: 30px 20px;
  border-radius: 10px;
}
header .inner .navigation ul > li ul.interview_link li a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  padding: 10px 15px 10px 26px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .inner .navigation ul > li ul.interview_link li a span {
  font-size: 11px;
}
header .inner .navigation ul > li ul.interview_link li a:hover {
  background-color: #f8f4f0;
  color: #38c1a8;
}
header .inner .navigation ul > li ul.interview_link li a:hover::before {
  color: #38c1a8;
}
header .inner .navigation ul > li ul.interview_link li a::before {
  content: "ー";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
}
header .inner .navigation .interview_link {
  display: none;
}
header .inner .navigation .interview_title {
  position: relative;
  cursor: pointer;
}
header .inner .navigation .interview_title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
header .inner .navigation .interview_title.open .icon_wrap .icon:before {
  content: none;
}
header .inner .navigation .interview_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .inner .navigation .icon_wrap {
  position: absolute;
  top: 50%;
  right: -34%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
header .inner .navigation .icon_wrap .icon {
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}
header .inner .navigation .icon:before, header .inner .navigation .icon:after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  background-color: #38070c;
  border-radius: 10px;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
header .inner .navigation .icon:before {
  width: 2px;
  height: 12px;
  top: 0;
  left: 5px;
}
@media screen and (max-width: 1000px) {
  header .inner .navigation ul {
    gap: 20px;
  }
}
header .inner .form_link {
  margin-left: clamp(10px, 3vw, 50px);
  gap: 10px;
}
header .inner .form_link .link a {
  width: 80px;
  border-radius: 10px;
  padding: 15px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .inner .form_link .link a .icon .on {
  display: none;
  opacity: 0;
}
header .inner .form_link .link a .text {
  margin-top: 3px;
  text-align: center;
}
header .inner .form_link .link a .text p {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
}
header .inner .form_link .link a:hover .icon .normal {
  display: none;
  opacity: 0;
}
header .inner .form_link .link a:hover .icon .on {
  display: block;
  opacity: 1;
}
header .inner .form_link .link.contact a {
  padding-top: 18px;
  background-color: #38c1a8;
  border: 1px solid #38c1a8;
}
header .inner .form_link .link.contact a .icon {
  width: 37px;
}
header .inner .form_link .link.contact a:hover {
  background-color: #fff;
}
header .inner .form_link .link.contact a:hover .text p {
  color: #38c1a8;
}
header .inner .form_link .link.entry a {
  background-color: #ff6666;
  border: 1px solid #ff6666;
}
header .inner .form_link .link.entry a .icon {
  width: 25px;
}
header .inner .form_link .link.entry a:hover {
  background-color: #fff;
}
header .inner .form_link .link.entry a:hover .text p {
  color: #ff6666;
}
@media screen and (max-width: 1000px) {
  header .inner .form_link .link a {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  header .inner .form_link .link a {
    width: 65px;
    padding: 8px 5px 10px;
  }
  header .inner .form_link .link a .text p {
    font-size: 14px;
  }
  header .inner .form_link .link.contact {
    margin-bottom: 15px;
  }
  header .inner .form_link .link.contact a .icon {
    width: 37px;
  }
  header .inner .form_link .link.entry a .icon {
    width: 28px;
  }
}
@media screen and (max-width: 768px) {
  header .inner .site_name {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  header .inner .hamburger-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 30px;
    height: 24px;
    border: none;
    cursor: pointer;
    padding: 0;
    right: 5%;
    z-index: 100;
    position: fixed;
  }
  header .inner .hamburger-btn .hamburger-line {
    width: 100%;
    height: 3px;
    background-color: #38070c;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  header .inner .hamburger-btn.active .hamburger-line:nth-child(1) {
    -webkit-transform: translateY(5.5px) rotate(45deg);
            transform: translateY(5.5px) rotate(45deg);
  }
  header .inner .hamburger-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  header .inner .hamburger-btn.active .hamburger-line:nth-child(3) {
    -webkit-transform: translateY(-10.5px) rotate(-45deg);
            transform: translateY(-10.5px) rotate(-45deg);
  }
}
header .inner .sp_nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  max-width: 320px;
  height: 100vh;
  background-color: #FFFFFF;
  z-index: 99;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  overflow-y: auto;
  padding: 50px 20px 20px;
  -webkit-box-shadow: -2px 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: -2px 0 15px rgba(0, 0, 0, 0.3);
}
header .inner .sp_nav.open {
  left: 0;
}
header .inner .sp_nav .navigation {
  margin-left: 0;
  min-width: auto;
}
header .inner .sp_nav .navigation ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
header .inner .sp_nav .navigation ul > li {
  margin-right: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
header .inner .sp_nav .navigation ul > li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}
header .inner .sp_nav .navigation ul > li .interview_title {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .inner .sp_nav .navigation ul > li .interview_title .icon_wrap {
  position: static;
  margin-top: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header .inner .sp_nav .navigation ul > li .interview_title .icon_wrap .icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .inner .sp_nav .navigation ul > li .interview_title.open .icon_wrap {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
header .inner .sp_nav .navigation ul > li .interview_title.open .icon_wrap .icon:before {
  content: none;
}
header .inner .sp_nav .navigation ul > li .interview_title.open .icon_wrap .icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .inner .sp_nav .navigation ul > li ul.interview_link {
  position: static;
  width: 100%;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: none;
  margin-top: 10px;
}
header .inner .sp_nav .navigation ul > li ul.interview_link li a {
  padding: 5px 0 5px 20px !important;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}
header .inner .sp_nav .navigation ul > li ul.interview_link li a::before {
  left: 5px;
}
header .inner .sp_nav .form_link {
  margin-left: 0;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
header .inner .sp_nav .form_link .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15px 10px;
}
@media screen and (max-width: 768px) {
  header .inner body.menu-open {
    overflow: hidden;
  }
  header .inner body.menu-open::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
  }
}

footer {
  margin-top: 60px;
}
footer .inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
footer .inner .footer_logo {
  width: 310px;
}
footer .inner .footer_logo img {
  width: 100%;
  height: auto;
}
footer .inner > .flex_wrapper {
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 60px;
}
footer .inner > .flex_wrapper .address {
  width: 44%;
}
footer .inner > .flex_wrapper .address dl dt {
  font-weight: bold;
  font-size: 12px;
}
footer .inner > .flex_wrapper .address dl dd {
  font-size: 11px;
}
footer .inner > .flex_wrapper .address dl + dl {
  margin-top: 7%;
}
footer .inner > .flex_wrapper .footer_nav {
  width: 60%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10%;
  font-size: 12px;
  font-weight: bold;
}
footer .inner > .flex_wrapper .footer_nav .border-left {
  position: relative;
  padding-left: 15px;
}
footer .inner > .flex_wrapper .footer_nav .border-left::before {
  content: "-";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
}
footer .inner > .flex_wrapper .footer_nav a {
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .inner > .flex_wrapper .footer_nav a:hover {
  color: #38c1a8;
}
footer .inner > .flex_wrapper .footer_nav a:hover::before {
  color: #38c1a8;
}
footer .inner > .flex_wrapper .footer_nav ul {
  margin-top: 15px;
}
footer .inner > .flex_wrapper .footer_nav ul li a {
  font-size: 11px;
  font-weight: normal;
}
footer .inner > .flex_wrapper .footer_nav ul li + li {
  margin-top: 6px;
}
footer .inner .footer_copy {
  padding: 20px 0;
}
footer .inner .footer_copy p {
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 40px;
  }
  footer .inner .footer_logo {
    width: 240px;
    margin: 0 auto;
  }
  footer .inner > .flex_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    padding-bottom: 60px;
  }
  footer .inner > .flex_wrapper .address {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .inner > .flex_wrapper .address dl dt {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  footer .inner > .flex_wrapper .address dl dd {
    font-size: 12px;
    text-align: center;
  }
  footer .inner > .flex_wrapper .address dl + dl {
    margin-top: 4%;
  }
  footer .inner > .flex_wrapper .footer_nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
  }
  footer .inner > .flex_wrapper .footer_nav .center {
    margin-left: 15px;
  }
  footer .inner > .flex_wrapper .footer_nav .left, footer .inner > .flex_wrapper .footer_nav .center {
    margin-bottom: 1em;
  }
  footer .inner > .flex_wrapper .footer_nav .border-left::before {
    font-size: 16px;
  }
  footer .inner > .flex_wrapper .footer_nav a {
    font-size: 14px;
  }
  footer .inner > .flex_wrapper .footer_nav ul {
    margin-left: 2em;
    margin-top: 0.2em;
  }
  footer .inner > .flex_wrapper .footer_nav ul li a {
    font-size: 12px;
  }
  footer .inner .footer_copy {
    padding: 20px 0;
  }
  footer .inner .footer_copy p {
    text-align: center;
    font-size: 11px;
  }
}

.bottom_contact {
  padding: 90px 0;
}
.bottom_contact .inner {
  background-color: #FFFFFF;
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 120px 40px;
}
.bottom_contact .inner .title_wrapper h2 {
  font-size: 14.5px;
  font-weight: bold;
  text-align: center;
}
.bottom_contact .inner .tel_number {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.bottom_contact .inner .tel_number .icon {
  margin-top: 6px;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom_contact .inner .tel_number .icon svg {
  fill: #38070c;
  width: 100%;
  height: 100%;
  display: block;
}
.bottom_contact .inner .tel_number p {
  text-align: center;
  font-size: 51px;
  font-weight: 600;
  line-height: 1;
}
.bottom_contact .inner .contact-info p {
  text-align: center;
  font-size: 12px;
}
.bottom_contact .inner .form_link a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #38c1a8;
  border: 2px solid #38c1a8;
  border-radius: 30px;
  padding: 18px 0;
  margin: 30px auto 0;
  width: 260px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottom_contact .inner .form_link a:hover {
  background-color: #38c1a8;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .bottom_contact {
    padding: 30px 0;
  }
  .bottom_contact .inner {
    width: 90%;
    padding: 20px 30px 40px;
  }
  .bottom_contact .inner .tel_number {
    gap: 10px;
  }
  .bottom_contact .inner .tel_number .icon {
    margin-top: 5px;
    width: 15px;
  }
  .bottom_contact .inner .tel_number p {
    font-size: 31px;
  }
  .bottom_contact .inner .contact-info p {
    font-size: 13px;
  }
}

.lower_content.interview_message .mv_header .mv_header_inner .content_l .caption p.office_name, .lower_content.interview_message .mv_header .mv_header_inner .content_l .caption p.job_position {
  font-size: clamp(0.875rem, 1vw, 1.125rem);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1em;
}
.lower_content.interview_message .mv_header .mv_header_inner .content_l .caption p.name {
  font-size: clamp(1.5rem, 3.5vw, 2.125rem);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lower_content.interview_message .mv_header .mv_header_inner .content_l .caption {
    width: 100%;
  }
}
.lower_content.interview_message .mv_header .mv_header_inner .content_r {
  position: relative;
}
.lower_content.interview_message .mv_header .mv_header_inner .content_r .fukidashi {
  width: 149px;
  position: absolute;
  top: -30px;
  right: -30px;
}
.lower_content.interview_message .content_wrapper .content_inner {
  width: 90%;
  max-width: 900px;
  margin: 110px auto 0;
}
@media screen and (max-width: 768px) {
  .lower_content.interview_message .content_wrapper .content_inner {
    margin: 50px auto 0;
  }
}
.lower_content.interview_message .content_wrapper .content_inner .faq_header {
  gap: 3%;
}
.lower_content.interview_message .content_wrapper .content_inner .faq_header .pic {
  width: 191px;
}
.lower_content.interview_message .content_wrapper .content_inner .faq_header .caption {
  width: calc(100% - 191px);
}
.lower_content.interview_message .content_wrapper .content_inner .faq_header .caption p {
  display: inline-block;
  font-size: clamp(1.1rem, 3.5vw, 2.125rem);
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.lower_content.interview_message .content_wrapper .content_inner .faq_header .caption p.bdr_bottom {
  border-bottom: 2px dashed #e9e2e2;
}
.lower_content.interview_message .content_wrapper .content_inner .faq_header .caption .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .lower_content.interview_message .content_wrapper .content_inner .faq_header .pic {
    width: 100px;
  }
  .lower_content.interview_message .content_wrapper .content_inner .faq_header .caption {
    width: calc(100% - 100px);
  }
  .lower_content.interview_message .content_wrapper .content_inner .faq_header .caption p {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .lower_content.interview_message .content_wrapper .content_inner .faq_header .caption .sp-only {
    display: inline-block;
  }
}
.lower_content.interview_message .content_wrapper .content_inner .faq {
  margin-top: 80px;
}
.lower_content.interview_message .content_wrapper .content_inner .faq dl dt.question {
  gap: 20px;
}
.lower_content.interview_message .content_wrapper .content_inner .faq dl dt.question:first-child {
  border-top: none;
  padding-top: 0;
}
.lower_content.interview_message .content_wrapper .content_inner .faq dl dt.question .icon {
  background-color: #fdd919;
  padding: 16px;
  font-size: 1.125rem;
  border-radius: 18px;
  line-height: 1.4;
}
.lower_content.interview_message .content_wrapper .content_inner .faq dl dt.question .text p {
  font-size: clamp(1rem, 3.5vw, 1.375rem);
}
.lower_content.interview_message .content_wrapper .content_inner .faq dl dd.answer {
  border-bottom: 1px solid #e9e2e2;
  padding: 20px 0 30px 80px;
  margin-bottom: 30px;
}
.lower_content.interview_message .content_wrapper .content_inner .faq dl dd.answer p {
  font-size: clamp(0.9rem, 3.5vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .lower_content.interview_message .content_wrapper .content_inner .faq {
    margin-top: 30px;
  }
  .lower_content.interview_message .content_wrapper .content_inner .faq dl dt.question .icon {
    padding: 10px;
    font-size: 1.1rem;
    border-radius: 10px;
    line-height: 1.4;
  }
  .lower_content.interview_message .content_wrapper .content_inner .faq dl dd.answer {
    padding-left: 69px;
    padding-top: 10px;
  }
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title {
  bottom: -1px;
  position: relative;
  z-index: 2;
  width: 550px;
  background-color: #FFFFFF;
  margin: 140px auto 0;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-top: 1px solid #e9e2e2;
  border-left: 1px solid #e9e2e2;
  border-right: 1px solid #e9e2e2;
  padding: 20px 0 10px;
  gap: 16px;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title .fukidashi {
  position: absolute;
  top: -30px;
  right: -160px;
  width: 135px;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title .icon {
  width: 28px;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title h2 {
  font-size: clamp(1rem, 3.5vw, 1.5625rem);
  font-weight: bold;
  line-height: 1;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title h2 span {
  font-size: clamp(0.7rem, 3.5vw, 1rem);
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper {
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #e9e2e2;
  padding: 75px 0;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper .flow_map {
  width: 580px;
  margin: 0 auto;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper .flow_pic {
  width: 80%;
  margin: 60px auto 0;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper .flow_pic img {
  border-radius: 20px;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper .flow_pic .pic_left {
  width: 48%;
}
.lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper .flow_pic .pic_right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title {
    width: 90%;
    margin-top: 60px;
    bottom: -2px;
    gap: 8px;
  }
  .lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title .fukidashi {
    top: -60px;
    right: -30px;
    width: 95px;
  }
  .lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title .icon {
    width: 25px;
  }
  .lower_content.interview_message .content_wrapper .content_inner .oneday_flow .title h2 {
    line-height: 1.5;
  }
  .lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper {
    padding: 25px 2%;
  }
  .lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper .flow_map {
    width: 90%;
    margin: 0 auto;
  }
  .lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper .flow_pic {
    width: 90%;
    margin: 30px auto 0;
  }
  .lower_content.interview_message .content_wrapper .content_inner .oneday_flow .flow_wrapper .flow_pic img {
    border-radius: 10px;
  }
}
.lower_content.interview_message .content_wrapper .content_inner .interview_video {
  width: 100%;
  max-width: 725px;
  margin: 140px auto 0;
  position: relative;
}
.lower_content.interview_message .content_wrapper .content_inner .interview_video .video_wrapper {
  border: 16px solid #FFFFFF;
  border-radius: 15px;
}
.lower_content.interview_message .content_wrapper .content_inner .interview_video .video_wrapper .video iframe {
  border-radius: 5px;
}
.lower_content.interview_message .content_wrapper .content_inner .interview_video .fukidashi {
  width: 149px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .lower_content.interview_message .content_wrapper .content_inner .interview_video {
    margin: 60px auto 0;
  }
  .lower_content.interview_message .content_wrapper .content_inner .interview_video .fukidashi {
    left: -10px;
    width: 95px;
  }
}

.recruit_information .mv_header .mv_header_inner .content_l .caption p {
  font-size: clamp(1.5rem, 3.5vw, 2.06rem);
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.recruit_information .mv_header .mv_header_inner .content_l .caption p.no-indent {
  text-indent: -0.5em;
}
.recruit_information .mv_header .mv_header_inner .content_l .caption p.bdr_bottom {
  border-bottom: 2px dashed #e9e2e2;
}
@media screen and (max-width: 768px) {
  .recruit_information .mv_header {
    margin: 20px auto 0;
  }
  .recruit_information .mv_header .mv_header_inner .content_l .caption {
    width: 90% !important;
  }
  .recruit_information .mv_header .mv_header_inner .content_l .caption p {
    text-align: center;
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.recruit_information .content_wrapper {
  max-width: 1100px;
  margin: 160px auto 160px;
}
.recruit_information .content_wrapper .recruit_inner_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.recruit_information .content_wrapper .recruit_inner_header .icon {
  width: 20px;
}
.recruit_information .content_wrapper .recruit_inner_header h3 {
  text-indent: -0.5em;
  font-size: 2rem;
  font-weight: bold;
  margin-left: 0;
}
.recruit_information .content_wrapper .recruit_tabs {
  margin-top: 50px;
}
.recruit_information .content_wrapper .recruit_tabs .tab_list {
  gap: 10px;
}
.recruit_information .content_wrapper .recruit_tabs .tab_list .tab_item button {
  width: 310px;
  text-align: center;
  display: block;
  padding: 15px 40px;
  background-color: #e1f0eb;
  font-size: 1.25rem;
  font-weight: bold;
  color: #38c1a8;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: -2px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 2px solid #38c1a8;
}
.recruit_information .content_wrapper .recruit_tabs .tab_list .tab_item.active button {
  color: #FFFFFF;
  background-color: #38c1a8;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper {
  background-color: #FFFFFF;
  border: 3px solid #38c1a8;
  padding: 70px 6%;
  border-radius: 20px;
  position: relative;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .fukidashi {
  position: absolute;
  top: 41px;
  right: 33px;
  z-index: 5;
  width: 124px;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content {
  display: none;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title {
  margin-bottom: 30px;
  gap: 8px;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title .icon {
  width: 32px;
  margin-bottom: 5px;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title .icon.heart {
  width: 26px;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title h4 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title h4.indent {
  text-indent: -0.4em;
  margin-left: 0;
}
.recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content.active {
  display: block;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list {
  margin-bottom: 20px;
  border-bottom: 1px solid #f8f4f0;
  padding: 0 50px 20px;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list:first-child {
  padding-top: 20px;
  border-top: 1px solid #f8f4f0;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list .circle::before {
  content: "●";
  color: #38c1a8;
  font-size: 1.15rem;
  font-weight: bold;
  margin-right: 5px;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list .bold {
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.7;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list ul li {
  list-style: disc;
  margin-left: 1.5em;
  line-height: 1.7;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #f8f4f0;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table table tr {
  border-bottom: 1px solid #f8f4f0;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table table th, .recruit_information .content_wrapper .recruit_tabs .recruit_table table td {
  padding: 25px;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table table th {
  width: 24%;
  background-color: #f8f4f0;
  font-size: 1.25rem;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table table td {
  line-height: 1.7;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table table td ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.recruit_information .content_wrapper .recruit_tabs .recruit_table table td ul li .title {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .recruit_information .content_wrapper {
    margin: 40px auto;
    padding: 30px 6%;
  }
  .recruit_information .content_wrapper .recruit_inner_header h3 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .recruit_information .content_wrapper .recruit_tabs {
    margin-top: 20px;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_list .tab_item button {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 20px 6px;
    font-size: 1rem;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper {
    padding: 30px 6%;
    border-radius: 10px;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .fukidashi {
    top: -17px;
    right: -19px;
    width: 70px;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title {
    width: 600px;
    margin-bottom: 15px;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title .icon {
    width: 32px;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title .icon.heart {
    width: 20px;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content .table_title h4 {
    font-size: 1rem;
  }
  .recruit_information .content_wrapper .recruit_tabs .tab_content_wrapper .tab_content.active {
    display: block;
  }
  .recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list {
    width: 650px;
    padding: 0 0px 20px;
  }
  .recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list .circle::before {
    font-size: 0.8rem;
  }
  .recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list .bold {
    font-size: 1rem;
  }
  .recruit_information .content_wrapper .recruit_tabs .recruit_table .welfare_list ul li {
    margin-left: 1.5em;
  }
  .recruit_information .content_wrapper .recruit_tabs .recruit_table table {
    width: 600px;
  }
  .recruit_information .content_wrapper .recruit_tabs .recruit_table table th, .recruit_information .content_wrapper .recruit_tabs .recruit_table table td {
    padding: 15px;
  }
  .recruit_information .content_wrapper .recruit_tabs .recruit_table table td {
    vertical-align: middle;
    font-size: 0.9rem;
  }
  .recruit_information .content_wrapper .recruit_tabs .recruit_table table th {
    width: 25%;
    background-color: #f8f4f0;
    font-size: 0.9rem;
  }
}

.lower_content {
  margin-bottom: 150px;
}
.lower_content .mv_header {
  margin: 50px auto 0;
}
.lower_content .mv_header .mv_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lower_content .mv_header .mv_header_inner .content_l {
  margin-top: 60px;
  width: 40%;
}
.lower_content .mv_header .mv_header_inner .content_l .title h2 {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
}
.lower_content .mv_header .mv_header_inner .content_l .title .eng {
  font-size: 0.68rem;
  color: #c3b5b5;
  font-weight: normal;
  line-height: 1;
}
.lower_content .mv_header .mv_header_inner .content_l .caption {
  margin-top: 50px;
  width: 80%;
}
.lower_content .mv_header .mv_header_inner .content_r {
  width: 60%;
}
.lower_content .mv_header .mv_header_inner .content_r .mv {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.lower_content .mv_header .mv_header_inner .content_r .mv img {
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower_content {
    margin-bottom: 50px;
  }
  .lower_content .mv_header {
    margin: 20px auto 0;
  }
  .lower_content .mv_header .mv_header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lower_content .mv_header .mv_header_inner .content_l {
    margin-top: 0;
    width: 100%;
  }
  .lower_content .mv_header .mv_header_inner .content_l .title h2 {
    font-size: 2rem;
    font-weight: bold;
    color: #38070c;
    line-height: 1;
    padding-bottom: 10px;
  }
  .lower_content .mv_header .mv_header_inner .content_l .mv {
    margin-top: 20px;
  }
  .lower_content .mv_header .mv_header_inner .content_l .mv img {
    border-radius: 20px;
    width: 100%;
  }
  .lower_content .mv_header .mv_header_inner .content_l .caption {
    width: 70%;
    margin: 30px auto 0;
  }
}

.kv_wrapper {
  position: relative;
}
.kv_wrapper .kv {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.kv_wrapper .kv img {
  border-radius: 20px;
}
.kv_wrapper .main_copy {
  position: absolute;
  right: 0;
  bottom: -115px;
  background-color: #fffff8;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding: clamp(2rem, 3.5vw, 60px) 180px clamp(2rem, 3.5vw, 70px) clamp(2rem, 3.5vw, 60px);
}
.kv_wrapper .main_copy p {
  font-size: clamp(1.2rem, 3.5vw, 33px);
  font-weight: 600;
  line-height: 1.2;
  color: #38070c;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.kv_wrapper .main_copy p.no-indent {
  text-indent: -0.5em;
}
.kv_wrapper .main_copy p.bdr_bottom {
  border-bottom: 2px dashed #e9e2e2;
}
@media screen and (max-width: 768px) {
  .kv_wrapper .main_copy {
    bottom: -90px;
    padding: 18px 30px;
  }
  .kv_wrapper .main_copy p {
    line-height: 1;
  }
}

.office_wrapper {
  margin-top: 160px;
}
.office_wrapper .inner {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
}
.office_wrapper .inner .title_wrapper {
  gap: 18px;
}
.office_wrapper .inner .title_wrapper .icon {
  width: 40px;
}
.office_wrapper .inner .title_wrapper h2 {
  padding-top: 8px;
  font-weight: bold;
  font-size: 30px;
  line-height: 0.6;
}
.office_wrapper .inner .title_wrapper h2 span {
  font-size: 11px;
  color: #c3b5b5;
  font-weight: normal;
  line-height: 1;
}
.office_wrapper .inner .office_lists_wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 50px;
}
@media screen and (max-width: 768px) {
  .office_wrapper .inner .office_lists_wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.office_wrapper .inner .office_lists_wrapper .office_pic {
  position: relative;
}
.office_wrapper .inner .office_lists_wrapper .office_pic img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.office_wrapper .inner .office_lists_wrapper .office_pic .office_name {
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #fffff8;
  padding: 0 20px 15px 10px;
  border-bottom-right-radius: 20px;
}
.office_wrapper .inner .office_lists_wrapper .office_pic .office_name p {
  font-size: clamp(1.2rem, 3.5vw, 20px);
  font-weight: bold;
  color: #38070c;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a.to_recruit_information {
  position: relative;
  width: 230px;
  margin: 30px auto 0;
  background-color: #38c1a8;
  color: #FFFFFF;
  padding: 15px;
  border: 2px solid #38c1a8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a.to_recruit_information svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 14px;
  fill: #FFFFFF;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a.to_recruit_information:hover {
  background-color: #FFFFFF;
  color: #38c1a8;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a.to_recruit_information:hover svg {
  fill: #38c1a8;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a.to_office_information {
  width: 170px;
  margin: 15px auto 0;
  background-color: #f2f2f2;
  padding: 15px;
  font-size: 11px;
  font-weight: bold;
  gap: 10px;
  color: #38070c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px solid #f2f2f2;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a.to_office_information div.icon {
  width: 10px;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a.to_office_information div.icon img {
  vertical-align: middle;
}
.office_wrapper .inner .office_lists_wrapper .link_btn a.to_office_information:hover {
  border: 2px solid #38070c;
}
@media screen and (max-width: 768px) {
  .office_wrapper {
    margin-top: 100px;
  }
  .office_wrapper .inner .title_wrapper {
    gap: 10px;
  }
  .office_wrapper .inner .title_wrapper .icon {
    margin-top: 3px;
    width: 25px;
  }
  .office_wrapper .inner .title_wrapper h2 {
    font-size: 23px;
  }
  .office_wrapper .inner .title_wrapper h2 span {
    font-size: 10px;
  }
  .office_wrapper .inner .office_lists_wrapper {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .office_wrapper .inner .office_lists_wrapper .office_pic .office_name {
    padding-bottom: 10px;
  }
  .office_wrapper .inner .office_lists_wrapper .link_btn a.to_recruit_information {
    width: 80%;
    margin: 20px auto 0;
    padding: 10px;
  }
  .office_wrapper .inner .office_lists_wrapper .link_btn a.to_office_information {
    width: 70%;
    padding: 10px;
    font-size: 13px;
  }
  .office_wrapper .inner .office_lists_wrapper .link_btn a.to_office_information div.icon {
    width: 15px;
  }
}

.interview_wrapper {
  margin-top: 100px;
  width: 100%;
}
.interview_wrapper .title_wrapper {
  position: relative;
}
.interview_wrapper .title_wrapper .bg_circle img {
  width: 100%;
  height: auto;
}
.interview_wrapper .title_wrapper .inner {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 6vw;
}
.interview_wrapper .title_wrapper .inner .icon {
  width: 25px;
}
.interview_wrapper .title_wrapper .inner .flex_wrapper {
  position: relative;
  gap: 18px;
}
.interview_wrapper .title_wrapper .inner .flex_wrapper .fukidashi {
  position: absolute;
  top: -90px;
  right: 15%;
  margin: 0 auto;
  width: 135px;
  height: 106px;
}
.interview_wrapper .title_wrapper .inner .flex_wrapper h2 {
  padding-top: 22px;
  font-weight: bold;
  font-size: 36px;
  line-height: 0.6;
  text-align: center;
}
.interview_wrapper .title_wrapper .inner .flex_wrapper h2 span {
  font-size: 11px;
  color: #c3b5b5;
  font-weight: normal;
  line-height: 1;
}
.interview_wrapper .bg {
  background-color: #f7f3ee;
}
.interview_wrapper .bg .inner {
  padding-top: clamp(60px, 7vw, 70px);
}
.interview_wrapper .bg .inner .interview_lists_wrapper {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a:nth-child(3n) {
  margin-right: 0;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a:last-child {
  margin-bottom: 0;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list {
  position: relative;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .interview_pic {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .interview_pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #38c1a8;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .pos_ab {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .pos_ab .arrow {
  width: 35px;
  margin: 0 auto 30px;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .pos_ab .staff_name p {
  text-align: center;
  color: #FFFFFF;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .pos_ab .staff_name p.office_name {
  font-size: 0.8125rem;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .pos_ab .staff_name .flex_wrapper {
  gap: 5px;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .pos_ab .staff_name .flex_wrapper p.name {
  font-size: 20px;
  font-weight: bold;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a .interview_list .pos_ab .staff_name .flex_wrapper p.job_position {
  font-size: 0.6875rem;
  font-weight: bold;
}
.interview_wrapper .bg .inner .interview_lists_wrapper a:hover .interview_pic::before {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .interview_wrapper {
    margin-top: 70px;
  }
  .interview_wrapper .title_wrapper .inner {
    left: 0;
    right: 0;
    top: 10vw;
    width: 90%;
  }
  .interview_wrapper .title_wrapper .inner .flex_wrapper {
    gap: 10px;
  }
  .interview_wrapper .title_wrapper .inner .flex_wrapper .fukidashi {
    position: absolute;
    top: -96px;
    right: 3%;
    margin: 0 auto;
    width: 120px;
    height: auto;
  }
  .interview_wrapper .title_wrapper .inner .flex_wrapper h2 {
    padding-top: 10px;
    font-size: 23px;
  }
  .interview_wrapper .title_wrapper .inner .flex_wrapper h2 span {
    font-size: 11px;
  }
  .interview_wrapper .bg .inner {
    width: 90%;
    margin: 0 auto;
  }
  .interview_wrapper .bg .inner .interview_lists_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .interview_wrapper .bg .inner .interview_lists_wrapper a {
    width: 100%;
    margin: 0 auto;
  }
  .interview_wrapper .bg .inner .interview_lists_wrapper a:nth-child(3n) {
    margin-right: auto;
  }
}

.pr_video {
  padding-top: clamp(70px, 7vw, 160px);
  background-color: #f7f3ee;
  padding-bottom: clamp(50px, 7vw, 160px);
}
.pr_video .inner .title_wrapper {
  width: 335px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #FFFFFF;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.pr_video .inner .title_wrapper h2 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #38c1a8;
}
.pr_video .inner .video_wrapper {
  width: 740px;
  margin: 0 auto;
  border: 16px solid #FFFFFF;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .pr_video {
    padding-bottom: 50px;
  }
  .pr_video .inner .title_wrapper {
    width: 70%;
    padding: 10px 0;
  }
  .pr_video .inner .video_wrapper {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */