@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Noto Sans JP", sans-serif;
  color: #333333;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #539D98;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

.tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tb {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #fff800;
  color: #333333;
}

::selection {
  background-color: #fff800;
  color: #333333;
}

#container_wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner, .inner_l_pc, .inner_l, .inner_s, .inner_ss {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .inner, .inner_l_pc, .inner_l, .inner_s, .inner_ss {
    padding: 0 8%;
  }
}

.inner_ss {
  max-width: 840px;
}

.inner_s {
  max-width: 1040px;
}

.inner_l {
  max-width: 1420px;
}

.inner_l_pc {
  max-width: 1420px;
}
@media screen and (max-width: 767px) {
  .inner_l_pc {
    padding: 0;
  }
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_wrap {
  padding: 5em 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.5em 0;
  }
}

.section {
  margin: 0 0 5em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section {
    margin: 0 0 3.5em;
  }
}

article a {
  display: inline-block;
  color: #333333;
  border-bottom: solid 1px #539D98;
}
article a:hover {
  color: #539D98;
}

.topics_article {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.topics_article ul li {
  list-style: inside;
}
.topics_article table td {
  border-right: solid 10px #fff;
}

/* リキャプチャ非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

header {
  display: grid;
  place-items: center;
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  padding: 0 400px 0 6%;
  height: 100px;
}
@media screen and (max-width: 1500px) {
  header {
    padding: 0 340px 0 6%;
  }
}
@media screen and (max-width: 1200px) {
  header {
    padding: 0 210px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: auto;
    padding: 20px 8%;
  }
}

header.recruit {
  position: fixed;
  z-index: 100;
  background: white;
  width: 100%;
  padding: 0 6%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  header.recruit {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  header.recruit {
    height: auto;
    padding: 5px 8%;
  }
}
header.recruit .go_site_btn {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #539D98;
  color: #fff;
  width: 235px;
  height: 47px;
  display: grid;
  place-items: center;
  border-radius: 0 0 0 15px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  header.recruit .go_site_btn {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  header.recruit .go_site_btn {
    display: none;
  }
}
header.recruit .go_site_btn > span {
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  header.recruit .go_site_btn > span {
    font-size: 0.75rem;
  }
}
header.recruit .go_site_btn > span::after {
  display: block;
  content: "";
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  right: 12px;
  transition: 0.3s;
}
header.recruit .go_site_btn:hover > span::after {
  right: 8px;
}
header.recruit .mynavi {
  position: absolute;
  top: 60px;
  right: 1.6%;
  width: 158px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  header.recruit .mynavi {
    top: 20px;
    right: 105px;
    width: 120px;
  }
}
header.recruit .mynavi > a {
  display: inline-block;
}
header.recruit .mynavi > a:nth-of-type(1) {
  margin-bottom: 10px;
}

.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header_ttl a {
  display: inline-block;
}
.header_ttl img.logo {
  width: 306px;
}
@media screen and (max-width: 1500px) {
  .header_ttl img.logo {
    width: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  #header_right {
    display: none;
  }
}

#gnavi > ul {
  display: flex;
  text-align: center;
}
#gnavi > ul > li {
  margin-right: 25px;
}
@media screen and (max-width: 1500px) {
  #gnavi > ul > li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  #gnavi > ul > li {
    margin-right: 10px;
  }
}
#gnavi > ul > li:last-of-type {
  margin-right: 0;
}
#gnavi > ul > li > a {
  position: relative;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  #gnavi > ul > li > a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1200px) {
  #gnavi > ul > li > a {
    font-size: 0.6rem;
  }
}
#gnavi > ul > li > a:hover {
  opacity: 0.6;
}
#gnavi > ul > li:hover .gnavi_sub_menu {
  display: block;
}

.header_navi {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_navi {
    display: none;
  }
}
.header_navi li {
  width: 180px;
  height: 100px;
}
@media screen and (max-width: 1500px) {
  .header_navi li {
    width: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .header_navi li {
    width: 100px;
  }
}
.header_navi li:nth-of-type(1) a {
  border-radius: 0 0 0 20px;
}
.header_navi li > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: #539D98;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .header_navi li > a {
    font-size: 0.75rem;
  }
}
.header_navi li > a > span {
  display: block;
}
.header_navi li > a > span::after {
  display: block;
  content: attr(data-title);
  font-size: 0.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .header_navi li > a > span::after {
    font-size: 0.6rem;
  }
}
.header_navi li > a:hover {
  opacity: 0.6;
}
.header_navi li.recruit a {
  background: #539D98 url(../images/bg_recruit.png) no-repeat center/cover;
}

/* 初期状態：非表示 */
.gnavi_sub_menu {
  display: none;
  transition: 0.3s;
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: rgba(83, 157, 152, 0.36);
  padding: 50px;
}
.gnavi_sub_menu .gnavi_sub_menu_box {
  width: 100%;
  display: flex;
}
.gnavi_sub_menu .gnavi_sub_menu_box .box_l {
  width: 27%;
  padding: 40px;
  background-color: #539D98;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1200px) {
  .gnavi_sub_menu .gnavi_sub_menu_box .box_l {
    width: 35%;
    padding: 20px;
  }
}
.gnavi_sub_menu .gnavi_sub_menu_box .box_l > div {
  width: 100%;
}
.gnavi_sub_menu .gnavi_sub_menu_box .box_l > div .more_w {
  margin-top: 25px;
}
.gnavi_sub_menu .gnavi_sub_menu_box .box_r {
  width: 73%;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .gnavi_sub_menu .gnavi_sub_menu_box .box_r {
    width: 65%;
    padding: 20px;
  }
}

.list_m_sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 25px;
}
@media screen and (max-width: 1200px) {
  .list_m_sub {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
  }
}
.list_m_sub > li > a {
  color: #333333;
}
.list_m_sub > li > a .img_wrap {
  overflow: hidden;
  margin-bottom: 10px;
  color: #333333;
}
.list_m_sub > li > a .img_wrap img {
  transition: 0.3s;
}
.list_m_sub > li > a .ttl {
  text-align: left;
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  line-height: 1.5;
}
.list_m_sub > li > a:hover .img_wrap img {
  transform: scale(1.1);
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 90px;
    height: 90px;
    z-index: 10000;
    color: #539D98;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: 0.6s;
    background-color: #539D98;
    border-radius: 0 0 0 20px;
  }
  .menu-trigger img {
    width: 60px;
    aspect-ratio: 60/54;
    transition: 0.3s;
  }
  .menu-trigger img.menu {
    display: block;
  }
  .menu-trigger img.close {
    display: none;
  }
  .menu-trigger.active {
    background-color: #fff;
  }
  .menu-trigger.active img.menu {
    display: none;
  }
  .menu-trigger.active img.close {
    display: block;
  }
}

#overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  #overlay {
    display: block;
    text-align: left;
    width: 100%;
    height: 0;
    padding: 20px 8%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #5CA09B url(../images/bg_hamburger.svg) no-repeat center/cover;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    box-shadow: none;
  }
  #overlay {
    scrollbar-width: none;
  }
  #overlay::-webkit-scrollbar {
    display: none;
  }
}

.h_logo_wrap {
  width: 316px;
}
@media screen and (max-width: 1500px) {
  .h_logo_wrap {
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .h_logo_wrap {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .h_logo_wrap {
    width: 230px;
  }
}

.h_navi_01 {
  padding-top: 60px;
}
.h_navi_01 li {
  width: 100%;
  height: 80px;
}
.h_navi_01 li:nth-of-type(1) {
  margin-bottom: 20px;
}
.h_navi_01 li > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background-color: #fff;
  color: #539D98;
  text-align: center;
  font-weight: bold;
}
.h_navi_01 li > a > span {
  display: block;
}
.h_navi_01 li > a > span::after {
  display: block;
  content: attr(data-title);
  font-size: 0.75rem;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  letter-spacing: 0;
}
.h_navi_01 li.recruit a {
  color: #fff;
  background-color: #539D98;
}

.list_hamburger_menu > li,
.list_hamburger_menu_sub > li {
  margin-bottom: 15px;
}
.list_hamburger_menu > li:last-of-type,
.list_hamburger_menu_sub > li:last-of-type {
  margin-bottom: 0;
}
.list_hamburger_menu > li > a,
.list_hamburger_menu_sub > li > a {
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 1rem;
  padding-left: 15px;
  position: relative;
}
.list_hamburger_menu > li > a::before,
.list_hamburger_menu_sub > li > a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  left: 0;
}

.list_hamburger_menu {
  margin-top: 40px;
}

.list_hamburger_menu_sub {
  margin-top: 19px;
  margin-left: 18px;
  margin-bottom: 40px;
}

.list_hamburger_footer {
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
}
.list_hamburger_footer > li:nth-of-type(1) {
  width: 90px;
  margin-right: 25px;
}
.list_hamburger_footer > li:nth-of-type(2) {
  width: 78px;
  margin-right: 25px;
}
.list_hamburger_footer > li:nth-of-type(3) {
  width: 78px;
}
.list_hamburger_footer > li > a {
  display: grid;
  place-items: center;
}

.hamburger_logo {
  width: 100%;
  max-width: 177px;
  margin: 0 auto 30px;
}

.hamburger_f_txt {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #fff;
}

.list_hamburger_footer_02 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.list_hamburger_footer_02 > li {
  padding: 0 20px;
  border-right: solid 1px #fff;
}
.list_hamburger_footer_02 > li:first-of-type {
  border-left: solid 1px #fff;
}
.list_hamburger_footer_02 > li > a {
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.sub_header {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .sub_header {
    margin-top: 90px;
  }
}

.r_header_box {
  position: relative;
  width: 100%;
}
.r_header_box .box_01 {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .r_header_box .box_01 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.r_header_box .box_01 .header_ttl a {
  display: inline-block;
}
.r_header_box .box_01 .header_ttl img.logo {
  width: 338px;
}
@media screen and (max-width: 1200px) {
  .r_header_box .box_01 .header_ttl img.logo {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .r_header_box .box_01 .header_ttl img.logo {
    width: 100px;
  }
}
.r_header_box .box_02 {
  width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .r_header_box .box_02 {
    display: none;
  }
}
.r_header_box .box_02 #gnavi > ul {
  justify-content: center;
}

footer {
  background: #539D98 url(../images/f_bg.png) no-repeat center/cover;
}

#footer {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  padding: 120px 30px 100px;
  overflow: hidden;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 80px 8% 75px;
  }
}
#footer a {
  color: #fff;
}

.footer_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.footer_left {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .footer_left {
    width: 100%;
  }
}
.footer_left .box_02 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer_left .box_02 {
    position: static;
  }
}

.footer_right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .footer_right {
    width: 100%;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    display: none;
  }
}
.footer_right .box_l {
  width: 48%;
}
.footer_right .box_r {
  width: 48%;
}

.f_navi > li,
.f_navi_sub > li {
  margin-bottom: 15px;
}
.f_navi > li:last-of-type,
.f_navi_sub > li:last-of-type {
  margin-bottom: 0;
}
.f_navi > li > a,
.f_navi_sub > li > a {
  color: #fff;
  letter-spacing: 0.06em;
  font-size: 1rem;
  padding-left: 15px;
  position: relative;
}
.f_navi > li > a::before,
.f_navi_sub > li > a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  left: 0;
}

.f_navi {
  margin-top: 40px;
}

.f_navi_sub {
  margin-top: 19px;
  margin-left: 18px;
}
.f_navi_sub > li {
  margin-bottom: 10px;
}

.f_logo {
  margin: 0 0 15px;
}

.copy {
  padding: 25px 0 0;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .copy {
    text-align: center;
    padding: 30px 0 0;
  }
}

.f_logo_wrap {
  width: 100%;
  max-width: 425px;
  margin: 0 0 25px 0;
}

.list_footer_02 {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_footer_02 {
    justify-content: center;
  }
}
.list_footer_02 > li {
  padding: 0 20px;
  border-right: solid 1px #fff;
}
.list_footer_02 > li:first-of-type {
  border-left: solid 1px #fff;
}
.list_footer_02 > li > a {
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

#searchform div {
  display: flex;
  align-items: center;
}
#searchform div input#search {
  border: 1px solid #333333;
  padding: 0.5em;
  border-radius: 20px;
  margin-right: 5%;
}
#searchform div input#search_btn {
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  padding: 0;
  background: url(../images/icon_search.svg) no-repeat center/100%;
  font-size: 0;
}

.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: url(../images/right_b.svg) no-repeat center/cover;
  width: 5px;
  height: 7px;
  left: 0;
  top: 7px;
}
.list_cat li a:hover {
  color: #9fa0a0;
}

.list_side li {
  margin-bottom: 7%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
    margin-bottom: 5%;
  }
}
.list_side li a {
  display: flex;
  justify-content: space-between;
}
.list_side li a .side_img {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_side li a .side_img {
    width: 100px;
    height: 100px;
  }
}
.list_side li a .side_img .wpp-thumbnail {
  width: 100%;
}
.list_side li a .side_desc {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .list_side li a .side_desc {
    width: calc(100% - 120px);
  }
}
.list_side li a .side_desc .day {
  margin-bottom: 0.5em;
  font-size: 0.9375em;
}

.box_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_two > div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .box_two > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .box_two > div:last-of-type {
    margin-bottom: 0;
  }
}

.main_contents {
  margin-top: 280px;
  width: 100%;
  font-size: clamp(1.625rem, 1.125rem + 2.5vw, 3rem);
  line-height: 1.4;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main_contents {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .main_contents {
    margin-top: 130px;
  }
}
.main_contents .main_img_inner {
  position: relative;
  z-index: 2;
}
.main_contents .main_img_inner > span {
  padding-top: 20px;
  display: block;
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  letter-spacing: 0.06em;
}
.main_contents::before {
  position: absolute;
  content: "";
  width: 38%;
  aspect-ratio: 570/490;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  z-index: 0;
  right: 0;
  top: -116px;
}
@media screen and (max-width: 767px) {
  .main_contents::before {
    width: 76%;
    top: -50px;
  }
}

.recruit_header {
  padding-top: 162px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .recruit_header {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_header {
    padding-top: 112px;
  }
}
.recruit_header img {
  width: 100%;
}
.recruit_header .recruit_header_img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_header .recruit_header_img {
    aspect-ratio: 7/3;
  }
}
.recruit_header .recruit_header_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit_header .recruit_header_img .recruit_header_ttl {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.recruit_header .swiper_recruit_news {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .recruit_header .swiper_recruit_news {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_header .swiper_recruit_news {
    padding: 0;
  }
}
.recruit_header .list_recruit_mv {
  display: flex;
  justify-content: center;
  width: 100%;
}
.recruit_header .list_recruit_mv > li {
  width: 32%;
  background-color: #fff;
  height: 65px;
  border: solid 1px #333333;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .recruit_header .list_recruit_mv > li {
    width: 46%;
    margin-right: 10px;
  }
}
.recruit_header .list_recruit_mv > li:last-of-type {
  margin-right: 0;
}
.recruit_header .list_recruit_mv > li > a {
  color: #333333;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .recruit_header .list_recruit_mv > li > a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit_header .list_recruit_mv > li > a {
    font-size: 0.875rem;
  }
}
.recruit_header .list_recruit_mv > li > a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .recruit_header .list_recruit_mv > li > a::after {
    width: 7px;
    height: 7px;
  }
}
.recruit_header .list_recruit_mv > li > a:hover::after {
  right: 10px;
}

.writer_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
  background-color: #fff;
}
.writer_box .img_wrap {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .writer_box .img_wrap {
    width: 80px;
  }
}
.writer_box .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.writer_box .name_box {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .writer_box .name_box {
    width: calc(100% - 100px);
  }
}
.writer_box .name_box .name_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #333333;
}
@media screen and (max-width: 767px) {
  .writer_box .name_box .name_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.writer_box .name_box .heading {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-right: 15px;
  padding-left: 30px;
  position: relative;
}
.writer_box .name_box .heading::before {
  position: absolute;
  content: "";
  background: url(../images/icon_writer.svg) no-repeat top center/contain;
  width: 21px;
  aspect-ratio: 1/1;
  top: 1px;
  left: 0;
}
.writer_box .name_box .name {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.04em;
}
.writer_box .name_box .comment {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.main_img {
  width: 100%;
  margin: 130px auto 146px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .main_img {
    margin: 80px auto 110px;
  }
}
@media screen and (max-width: 767px) {
  .main_img {
    margin: 60px auto 70px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .swiper_mv {
    aspect-ratio: 4/3;
  }
}
.main_img .swiper_mv img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main_img .swiper_mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 50%;
       object-position: 80% 50%;
    border-radius: 0 0 0 10px;
  }
}
.main_img .click_down {
  display: block;
  position: absolute;
  width: 124px;
  aspect-ratio: 1/1;
  top: 0;
  right: 9.3%;
  z-index: 4;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .main_img .click_down {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .click_down {
    width: 60px;
  }
}
.main_img .click_down:hover {
  top: 5px;
}
.main_img::before {
  display: none;
  position: absolute;
  content: "";
  width: 124px;
  aspect-ratio: 1/1;
  background: url(../images/mv_arrow.svg) no-repeat top center/contain;
  top: 0;
  right: 9.3%;
  z-index: 4;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .main_img::before {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main_img::before {
    width: 60px;
  }
}
.main_img::after {
  position: absolute;
  content: "";
  width: 84.5%;
  aspect-ratio: 1268/554;
  background-color: #FAFAFA;
  right: 0;
  bottom: -146px;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .main_img::after {
    bottom: -70px;
    width: 100%;
    height: calc(100% + 100px);
    aspect-ratio: auto;
    border-radius: 0;
  }
}

.main_img_inner {
  max-width: 90%;
  padding: 0 30px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .main_img_inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main_img_inner {
    max-width: 100%;
    padding: 0 0 0 8%;
  }
}

.ttl_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ttl_wrap {
    margin-bottom: 30px;
  }
}
.ttl_wrap .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ttl_wrap .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ttl_wrap .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ttl_wrap .box_r {
    width: 100%;
  }
}

.message_box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.message_box_01 .box_l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .message_box_01 .box_l {
    width: 100%;
  }
}
.message_box_01 .box_l img {
  display: block;
  border-radius: 20px;
  margin-bottom: 20px;
}
.message_box_01 .box_r {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .message_box_01 .box_r {
    width: 100%;
  }
}

.section_common_about {
  padding: 163px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_common_about {
    padding: 80px 0 0 0;
  }
}

.section_common_recruit {
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_common_recruit {
    padding: 0 0 0 0;
  }
}
.section_common_recruit .button_wrap {
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .section_common_recruit .button_wrap {
    margin-top: -30px;
  }
}

.section_common_base {
  padding: 180px 0 120px 0;
}
@media screen and (max-width: 767px) {
  .section_common_base {
    padding: 100px 0 100px 0;
  }
}
.section_common_base .top_ttl, .section_common_base .top_ttl_center_s, .section_common_base .top_ttl_s, .section_common_base .top_ttl_center {
  position: relative;
}
.section_common_base .top_ttl::after, .section_common_base .top_ttl_center_s::after, .section_common_base .top_ttl_s::after, .section_common_base .top_ttl_center::after {
  position: absolute;
  content: "";
  background: url(../images/dec_1.svg) no-repeat center/100%;
  aspect-ratio: 31/23;
  width: 310px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.section_common_base > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_common_base > div .box_l {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .section_common_base > div .box_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_common_base > div .box_r {
  width: 66.7%;
}
@media screen and (max-width: 767px) {
  .section_common_base > div .box_r {
    width: 100%;
  }
}

.section_common_news .top_ttl, .section_common_news .top_ttl_center_s, .section_common_news .top_ttl_s, .section_common_news .top_ttl_center {
  position: relative;
}
.section_common_news .top_ttl::after, .section_common_news .top_ttl_center_s::after, .section_common_news .top_ttl_s::after, .section_common_news .top_ttl_center::after {
  position: absolute;
  content: "";
  background: url(../images/dec_2.svg) no-repeat center/100%;
  aspect-ratio: 31/23;
  width: 310px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section_common_news .inner_l_pc {
  background-color: #FAFAFA;
}
.section_common_news .inner_l_pc > div {
  padding: 130px 0 110px;
}
@media screen and (max-width: 767px) {
  .section_common_news .inner_l_pc > div {
    padding: 100px 0 80px;
  }
  .section_common_news .inner_l_pc > div .button_round_center {
    max-width: 84%;
  }
}

.section_common_contact {
  padding: 60px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_common_contact {
    padding: 60px 0 100px;
  }
}
.section_common_contact .top_ttl, .section_common_contact .top_ttl_center_s, .section_common_contact .top_ttl_s, .section_common_contact .top_ttl_center {
  position: relative;
}
.section_common_contact .top_ttl::after, .section_common_contact .top_ttl_center_s::after, .section_common_contact .top_ttl_s::after, .section_common_contact .top_ttl_center::after {
  position: absolute;
  content: "";
  background: url(../images/dec_3.svg) no-repeat center/100%;
  aspect-ratio: 434/373;
  width: 434px;
  left: 0;
  top: 50%;
  transform: translate(-40%, -40%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_common_contact .top_ttl::after, .section_common_contact .top_ttl_center_s::after, .section_common_contact .top_ttl_s::after, .section_common_contact .top_ttl_center::after {
    background: url(../images/dec_1.svg) no-repeat center/100%;
    aspect-ratio: 31/23;
    width: 310px;
    left: -80px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.section_common_contact .inner .box_01, .section_common_contact .inner_ss .box_01, .section_common_contact .inner_s .box_01, .section_common_contact .inner_l .box_01, .section_common_contact .inner_l_pc .box_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.section_common_contact .inner .box_01 .box_l, .section_common_contact .inner_ss .box_01 .box_l, .section_common_contact .inner_s .box_01 .box_l, .section_common_contact .inner_l .box_01 .box_l, .section_common_contact .inner_l_pc .box_01 .box_l {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_common_contact .inner .box_01 .box_l, .section_common_contact .inner_ss .box_01 .box_l, .section_common_contact .inner_s .box_01 .box_l, .section_common_contact .inner_l .box_01 .box_l, .section_common_contact .inner_l_pc .box_01 .box_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_common_contact .inner .box_01 .box_r, .section_common_contact .inner_ss .box_01 .box_r, .section_common_contact .inner_s .box_01 .box_r, .section_common_contact .inner_l .box_01 .box_r, .section_common_contact .inner_l_pc .box_01 .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_common_contact .inner .box_01 .box_r, .section_common_contact .inner_ss .box_01 .box_r, .section_common_contact .inner_s .box_01 .box_r, .section_common_contact .inner_l .box_01 .box_r, .section_common_contact .inner_l_pc .box_01 .box_r {
    width: 100%;
  }
}

.section_common_banner {
  padding: 80px 0 80px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .section_common_banner {
    padding: 80px 0 80px;
  }
}

.section_top .section_01 {
  padding: 104px 0 0 9.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 {
    padding: 104px 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 {
    padding: 80px 0 0 0;
  }
}
.section_top .section_01::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 104px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_01::before {
    top: 40px;
    width: 80%;
  }
}
.section_top .section_01 .box_l {
  width: 49%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_top .section_01 .box_r {
  width: 46.6%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_top .section_02 {
  padding: 120px 6.6% 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_top .section_02 {
    padding: 120px 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_02 {
    padding: 80px 0 0;
  }
}
.section_top .section_02::after {
  position: absolute;
  display: block;
  content: "";
  width: 95%;
  height: 80%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .section_top .section_02::after {
    width: 100%;
    height: 100%;
  }
}
.section_top .section_02 .box_l {
  width: 47.6%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_l {
    width: 92%;
    margin-bottom: 30px;
  }
  .section_top .section_02 .box_l .top_ttl_b, .section_top .section_02 .box_l .top_ttl_b_center {
    padding-left: 8%;
    margin-bottom: 30px;
  }
}
.section_top .section_02 .box_l img {
  border-radius: 0 30px 0 0;
}
.section_top .section_02 .box_r {
  width: 44%;
  position: relative;
  z-index: 1;
  margin-top: 328px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_02 .box_r {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_r {
    margin-top: 0;
    width: 100%;
    padding: 0 8%;
  }
}
@media screen and (min-width: 768px) {
  .section_top .section_02 .box_r .top_ttl_b, .section_top .section_02 .box_r .top_ttl_b_center {
    position: absolute;
    top: -328px;
    right: 11%;
    transform: rotate(90deg) translateX(78%);
    transform-origin: bottom right;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .section_top .section_02 .box_r .top_ttl_b, .section_top .section_02 .box_r .top_ttl_b_center {
    right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_r .top_ttl_b, .section_top .section_02 .box_r .top_ttl_b_center {
    display: none;
  }
}
.section_top .section_02 .box_r .low_main_ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .box_r .low_main_ttl {
    margin-bottom: 20px;
  }
}
.section_top .section_03 {
  padding: 80px 0 0 0;
  position: relative;
}
.section_top .section_03::after {
  position: absolute;
  display: block;
  content: "";
  width: 95%;
  height: calc(100% + 120px);
  right: 0;
  top: 0;
  z-index: 0;
  background-color: #FAFAFA;
  border-radius: 0 0 0 30px;
}
@media screen and (max-width: 767px) {
  .section_top .section_03::after {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_03 {
    padding: 80px 0 60px 0;
    background-color: #FAFAFA;
    border-radius: 0 0 0 30px;
  }
}
.section_top .section_04 {
  padding: 260px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 {
    padding: 100px 0 0 0;
  }
}
.section_top .section_04 .top_ttl_center::after {
  content: "";
  background: url(../images/dec_1.svg) no-repeat center/100%;
  aspect-ratio: 31/23;
  width: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 .top_ttl_center::after {
    width: 80%;
  }
}
.section_top .section_05 {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 {
    padding: 80px 0 0 0;
  }
}
.section_top .section_05 img.bg_voice {
  display: block;
  width: 95.3%;
  border-radius: 0 30px 0 0;
}
.section_top .section_05 .ttl_01 {
  width: 50%;
  color: #539D98;
  position: relative;
  background-color: #fff;
  padding-top: 54px;
  padding-left: 9.3%;
  transform: translateY(-30%);
  border-radius: 0 30px 0 0;
}
@media screen and (max-width: 1200px) {
  .section_top .section_05 .ttl_01 {
    width: 60%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .ttl_01 {
    padding-top: 40px;
    width: 90%;
    padding-left: 8%;
  }
}
.section_top .section_05 .ttl_01 .en {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, 1.136rem + 6.82vw, 6.25rem);
  line-height: 1;
  font-weight: 100;
  letter-spacing: 0.04em;
}
.section_top .section_05 .ttl_01 .jp {
  position: absolute;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  bottom: 20px;
  left: 56%;
}
@media screen and (max-width: 1500px) {
  .section_top .section_05 .ttl_01 .jp {
    left: 63%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .ttl_01 .jp {
    bottom: 5px;
    left: 47%;
  }
}
.section_top .section_06 {
  padding: 126px 0 150px 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 {
    padding: 120px 0 70px 0;
  }
}
.section_top .section_07 {
  border-top: solid 1px #539D98;
  border-bottom: solid 1px #539D98;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .section_top .section_07 {
    border-top: none;
    border-bottom: none;
    margin-bottom: 80px;
  }
}
.section_top .section_07 .panel_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_top .section_07 .panel_03 > div {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_07 .panel_03 > div {
    padding: 0;
    margin-bottom: 50px;
  }
}
.section_top .section_07 .panel_03 .box_l {
  width: 28%;
  border-right: solid 1px #539D98;
}
@media screen and (max-width: 1200px) {
  .section_top .section_07 .panel_03 .box_l {
    width: 34%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_07 .panel_03 .box_l {
    width: 100%;
    border-right: none;
  }
  .section_top .section_07 .panel_03 .box_l .arrow_btn {
    display: none;
  }
}
.section_top .section_07 .panel_03 .box_l .tab_title {
  font-family: "Outfit", sans-serif;
  color: #539D98;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
}
.section_top .section_07 .panel_03 .box_l .tabbutton_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .section_top .section_07 .panel_03 .box_l .tabbutton_wrap {
    display: none;
  }
}
.section_top .section_07 .panel_03 .box_l .tab-button {
  display: inline-block;
  padding: 7px 15px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  border-bottom: solid 1px #fff;
  position: relative;
}
.section_top .section_07 .panel_03 .box_l .tab-button::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #539D98;
  border-radius: 50%;
  top: 15px;
  left: 0;
}
.section_top .section_07 .panel_03 .box_l {
  /* アクティブなタブボタンのスタイル */
}
.section_top .section_07 .panel_03 .box_l .tab-button.active {
  border-bottom: solid 1px #539D98;
}
@media screen and (max-width: 767px) {
  .section_top .section_07 .panel_03 .box_l .blog_category_wrap {
    display: flex;
    align-items: center;
  }
}
.section_top .section_07 .panel_03 .box_l .arrow_btn {
  transform: translateY(95px);
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .section_top .section_07 .panel_03 .box_l .arrow_btn {
    transform: translateY(140px);
  }
}
.section_top .section_07 .panel_03 .box_r {
  width: 72%;
  padding-left: 5%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_07 .panel_03 .box_r {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_07 .panel_03 .box_r {
    width: 100%;
  }
}
.section_top .section_07 .panel_03 .box_r .arrow_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_top .section_07 .panel_03 .box_r .arrow_btn {
    display: inline-block;
  }
}

.text_contents_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.text_contents_wrap > p {
  margin-bottom: 20px;
}
.text_contents_wrap > p:last-of-type {
  margin-bottom: 0;
}

.text_contents_18px_wrap {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.text_contents_18px_wrap > p {
  margin-bottom: 20px;
}
.text_contents_18px_wrap > p:last-of-type {
  margin-bottom: 0;
}

.text_14px {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.section_purpose {
  position: relative;
}
.section_purpose .section_01 {
  padding: 0 0 120px 9.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_purpose .section_01 {
    padding: 0 0 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_purpose .section_01 {
    padding: 0 0 80px 0;
  }
}
.section_purpose::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_purpose::before {
    top: -60px;
    width: 80%;
  }
}
.section_purpose .box_l {
  width: 49%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_purpose .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_purpose .box_r {
  width: 46.6%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_purpose .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_purpose .section_02 .frame_01 {
  background-color: #FAFAFA;
  padding: 100px 0 80px;
  margin-bottom: 120px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .section_purpose .section_02 .frame_01 {
    padding: 80px 0 60px;
    margin-bottom: 80px;
    border-radius: 10px;
  }
}
.section_purpose .section_02 .frame_01 .sub_inner {
  max-width: 1120px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_purpose .section_02 .frame_01 .sub_inner {
    padding: 0 8%;
  }
}
.section_purpose .section_02 .frame_01 .purpose_img_01_wrap {
  margin: 40px 0;
  background-color: #fff;
  padding: 30px;
}
.section_purpose .section_02 .frame_01 .purpose_img_01_wrap img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 590px;
}
.section_purpose .section_03 {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_purpose .section_03 {
    padding: 100px 0 0 0;
  }
}
.section_purpose .section_03 .top_ttl_center {
  position: relative;
  margin-bottom: 97px;
}
.section_purpose .section_03 .top_ttl_center::after {
  position: absolute;
  content: "";
  background: url(../images/dec_1.svg) no-repeat center/100%;
  aspect-ratio: 31/23;
  width: 310px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section_purpose .section_03 .philosophy_box {
  background-color: #FAFAFA;
  padding: 94px 0;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .section_purpose .section_03 .philosophy_box {
    padding: 50px 0;
    margin-bottom: 100px;
  }
}
.section_purpose .section_03 .philosophy_box .sub_inner {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_purpose .section_03 .philosophy_box .sub_inner {
    width: 84%;
  }
}
.section_purpose .section_03 .philosophy_box .sub_inner .ttl_03 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.5;
  background-color: #539D98;
  color: #fff;
  padding: 20px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .section_purpose .section_03 .philosophy_box .sub_inner .ttl_03 {
    padding: 15px;
  }
}
.section_purpose .section_03 .philosophy_box .sub_inner .txt_03 {
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  font-weight: 300;
}
.section_purpose .section_04 {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_purpose .section_04 {
    padding: 80px 0 0 0;
  }
}
.section_purpose .section_05 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 160px 0 0 9.3%;
}
@media screen and (max-width: 1200px) {
  .section_purpose .section_05 {
    padding: 100px 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_purpose .section_05 {
    padding: 100px 0 0 0;
  }
}
.section_purpose .section_05 .top_ttl_b, .section_purpose .section_05 .top_ttl_b_center {
  position: relative;
}
.section_purpose .section_05 .top_ttl_b::after, .section_purpose .section_05 .top_ttl_b_center::after {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: -104px;
  left: 0;
  transform: translateX(-30%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_purpose .section_05 .top_ttl_b::after, .section_purpose .section_05 .top_ttl_b_center::after {
    top: -70px;
    width: 80%;
  }
}
.section_purpose .section_05 .box_l {
  width: 60%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_purpose .section_05 .box_l {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .section_purpose .section_05 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_purpose .section_05 .box_r {
  width: 34.8%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_purpose .section_05 .box_r {
    width: 28%;
  }
}
@media screen and (max-width: 767px) {
  .section_purpose .section_05 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_purpose .section_05 .box_r img {
  border-radius: 80px 0 0 0;
}

.section_03_02 {
  padding: 110px 0;
  background: url(../images/bg_philosophy.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section_03_02 {
    padding: 80px 0;
  }
}
.section_03_02 .philosophy_box {
  text-align: center;
}
.section_03_02 .philosophy_box .sub_inner {
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_03_02 .philosophy_box .sub_inner {
    width: 84%;
  }
}
.section_03_02 .philosophy_box .sub_inner .ttl_03 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.5;
  color: #539D98;
  padding: 20px;
  margin-bottom: 35px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .section_03_02 .philosophy_box .sub_inner .ttl_03 {
    padding: 15px;
  }
}
.section_03_02 .philosophy_box .sub_inner .txt_03 {
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  font-weight: 300;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.section_story .section_01 {
  padding: 170px 0 0;
}
@media screen and (max-width: 1200px) {
  .section_story .section_01 {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_story .section_01 {
    padding: 60px 0 0;
  }
}
.section_story .section_01 .top_ttl_b_center {
  position: relative;
}
.section_story .section_01 .top_ttl_b_center::after {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: -105px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_story .section_01 .top_ttl_b_center::after {
    top: -70px;
    width: 80%;
  }
}
.section_story .section_01 .swiper_parent {
  padding-left: 9.3%;
}
.section_story .section_02 {
  padding: 200px 0 240px;
}
@media screen and (max-width: 1200px) {
  .section_story .section_02 {
    padding: 200px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_story .section_02 {
    padding: 120px 0 400px;
  }
}
.section_story .section_02 .inner_l {
  position: relative;
}
.section_story .section_02 .inner_l::before {
  content: "";
  width: 375px;
  aspect-ratio: 375/719;
  background: url(../images/story_img_02.png) no-repeat center/contain;
  position: absolute;
  top: -100px;
  left: 30px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_story .section_02 .inner_l::before {
    top: -10px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section_story .section_02 .inner_l::before {
    top: auto;
    width: 150px;
    bottom: -310px;
  }
}
.section_story .section_02 .inner_l::after {
  content: "";
  width: 376px;
  aspect-ratio: 376/673;
  background: url(../images/story_img_03.png) no-repeat center/contain;
  position: absolute;
  top: 50px;
  right: 30px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_story .section_02 .inner_l::after {
    top: auto;
    width: 200px;
    bottom: -120px;
  }
}
@media screen and (max-width: 767px) {
  .section_story .section_02 .inner_l::after {
    top: auto;
    width: 140px;
    bottom: -400px;
  }
}
.section_story .section_02 .story_txt_01_wrap {
  max-width: 633px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
  .section_story .section_02 .story_txt_01_wrap {
    max-width: 400px;
  }
}

.section_message .section_01 {
  padding: 0 0 0 9.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_message .section_01 {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_message .section_01 {
    padding: 0 0 0 0;
  }
}
.section_message .section_01 .box_l {
  width: 49%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_message .section_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_message .section_01 .box_r {
  width: 46.6%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_message .section_01 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_message::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 254px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_message::before {
    top: 40px;
    width: 80%;
  }
}
.section_message .section_02 {
  padding: 140px 0 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_message .section_02 {
    padding: 80px 0 160px;
  }
}
.section_message .section_02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #FAFAFA;
}
.section_message .section_02 .heading_48px,
.section_message .section_02 .ttl_message {
  position: absolute;
  top: -140px;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .section_message .section_02 .heading_48px,
  .section_message .section_02 .ttl_message {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_message .section_02 .heading_48px,
  .section_message .section_02 .ttl_message {
    position: static;
    top: auto;
    transform: none;
    margin-bottom: 40px;
  }
}
.section_message .section_03 {
  margin-top: -60px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_message .section_03 {
    padding: 0;
  }
}

.section_staff .section_01 {
  padding: 0 0 0 9.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_staff .section_01 {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_staff .section_01 {
    padding: 0 0 0 0;
  }
}
.section_staff .section_01 .box_l {
  width: 49%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_staff .section_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_staff .section_01 .box_r {
  width: 46.6%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_staff .section_01 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_staff::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 254px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_staff::before {
    top: 40px;
    width: 80%;
  }
}
.section_staff .section_02 {
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .section_staff .section_02 {
    padding: 50px 0 0;
  }
}

.section_staff_detail .section_01 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .section_staff_detail .section_01 {
    padding: 60px 0 0;
  }
}
.section_staff_detail .section_02 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .section_staff_detail .section_02 {
    padding: 80px 0 0;
  }
}

.section_base .section_01 {
  padding: 0 0 0 9.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_base .section_01 {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_base .section_01 {
    padding: 0 0 0 0;
  }
}
.section_base .section_01 .box_l {
  width: 49%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_base .section_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_base .section_01 .box_r {
  width: 46.6%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_base .section_01 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_base::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 254px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_base::before {
    top: 40px;
    width: 80%;
  }
}
.section_base .section_02 {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 {
    padding: 50px 0 0;
  }
}
.section_base .section_02 .base_section_01 {
  background-color: #FAFAFA;
  border-radius: 30px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 {
    border-radius: 15px;
  }
}
.section_base .section_02 .base_section_01 .sub_inner {
  margin: auto;
  width: 100%;
  max-width: 1220px;
}
@media screen and (max-width: 1200px) {
  .section_base .section_02 .base_section_01 .sub_inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .sub_inner {
    padding: 0 8%;
  }
}
.section_base .section_02 .base_section_01 .list_group > li {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li {
    margin-bottom: 80px;
  }
}
.section_base .section_02 .base_section_01 .list_group > li:last-of-type {
  margin-bottom: 0;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li {
    margin-bottom: 60px;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li:last-of-type {
  margin-bottom: 0;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .img_wrap {
  width: 48%;
  aspect-ratio: 594/411;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap {
  width: 48%;
  aspect-ratio: 594/411;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap {
    width: 100%;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap a.map_btn {
  position: absolute;
  display: grid;
  place-items: center;
  background-color: #539D98;
  width: 226px;
  height: 56px;
  color: #fff;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  border-radius: 30px;
  bottom: 20px;
  right: 80px;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap a.map_btn {
    width: 170px;
    height: 40px;
    right: auto;
    left: 20px;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap a.map_btn > span {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap a.map_btn > span::after {
  content: "";
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap a.map_btn:hover {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.16));
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_box_01 .map_wrap a.map_btn:hover > span::after {
  right: 7px;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .text_wrap {
  line-height: 1.5;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access > span {
  display: inline-block;
  padding-left: 66px;
  position: relative;
  line-height: 1.5;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access > span {
    padding-left: 46px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access > span::before {
  position: absolute;
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access > span::before {
    width: 35px;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access > span:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access > span:last-of-type {
    margin-bottom: 0;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access span.car::before {
  background: url(../images/icon_car.svg) no-repeat center/contain;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub > li .office_access span.bass::before {
  background: url(../images/icon_bass.svg) no-repeat center/contain;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub_02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub_02 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub_02 > li {
  border-left: #539D98 1px solid;
  padding: 25px 40px;
}
@media screen and (max-width: 767px) {
  .section_base .section_02 .base_section_01 .list_group > li .list_group_sub_02 > li {
    padding: 10px 20px;
  }
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub_02 > li p {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.section_base .section_02 .base_section_01 .list_group > li .list_group_sub_02 > li .ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 15px;
}

.section_service_01 .section_01 {
  padding: 0 0 60px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_service_01 .section_01 {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_01 {
    padding: 0 0 40px 0;
  }
}
.section_service_01 .section_01 .box_01 {
  padding-left: 9.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .section_service_01 .section_01 .box_01 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_01 .box_01 {
    padding-left: 0;
    margin-bottom: 80px;
  }
}
.section_service_01 .section_01 .box_01 .box_l {
  width: 35%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_01 .box_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_service_01 .section_01 .box_01 .box_r {
  width: 55%;
  position: relative;
  z-index: 1;
  aspect-ratio: 813/420;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_01 .box_01 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_service_01 .section_01 .box_01 .box_r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 0;
}
.section_service_01 .section_01_0 {
  padding: 0 0 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_service_01 .section_01_0 {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_01_0 {
    padding: 0 0 0 0;
  }
}
.section_service_01::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 97px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section_service_01::before {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_service_01::before {
    top: 40px;
    width: 80%;
  }
}
.section_service_01 .section_02 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_02 {
    padding: 80px 0 0;
  }
}
.section_service_01 .section_02 {
  position: relative;
}
.section_service_01 .section_02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 86%;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px), linear-gradient(90deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px);
  background-size: 32px 32px;
  top: 30px;
  left: 0;
}
.section_service_01 .section_02 .service_frame_01 > ul {
  padding-top: 50px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_02 .service_frame_01 > ul {
    padding-top: 0;
  }
}
.section_service_01 .section_02 .service_frame_01 > ul > li {
  padding: 25px 0;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  border-bottom: solid #B1B1B1 1px;
  line-height: 1.5;
}
.section_service_01 .section_02 .service_frame_01 > ul > li .txt_01 {
  font-weight: bold;
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
}
.section_service_01 .section_02 .service_frame_01 > ul > li .txt_02 {
  padding-left: 90px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 1200px) {
  .section_service_01 .section_02 .service_frame_01 > ul > li .txt_02 {
    padding-left: 84px;
  }
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_02 .service_frame_01 > ul > li .txt_02 {
    padding-left: 0;
  }
}
.section_service_01 .section_02 .service_arrow {
  background-color: #376E6A;
  color: #fff;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  text-align: center;
  padding: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_02 .service_arrow {
    text-align: left;
  }
}
.section_service_01 .section_02 .service_arrow::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 122/7;
  background: #376e6a;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_02 .service_arrow::after {
    aspect-ratio: 16/3;
  }
}
.section_service_01 .section_02_2 {
  padding: 120px 0 60px;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_02_2 {
    padding: 80px 0 30px;
  }
}
.section_service_01 .section_02_2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px), linear-gradient(90deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px);
  background-size: 32px 32px;
  top: 30px;
  left: 0;
}
.section_service_01 .section_03 {
  padding: 160px 0 0;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_03 {
    padding: 120px 0 0;
  }
}
.section_service_01 .section_03 .ul_box_2 {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_03 .ul_box_2 {
    padding-top: 60px;
  }
}
.section_service_01 .section_04 {
  padding: 170px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_04 {
    padding: 120px 0 100px;
  }
}
.section_service_01 .section_04 .top_ttl_center::after {
  content: "";
  width: 590px;
  aspect-ratio: 59/35;
  background: url(../images/ttl_dec_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_service_01 .section_04 .top_ttl_center::after {
    width: 40%;
  }
}
.section_service_01 .section_04_2 {
  padding: 170px 0 0;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_04_2 {
    padding: 120px 0 0;
  }
}
.section_service_01 .section_05 {
  padding: 60px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_05 {
    padding: 60px 0 100px;
  }
}
.section_service_01 .section_05 .ttl_wrap .top_ttl_b, .section_service_01 .section_05 .ttl_wrap .top_ttl_b_center {
  position: relative;
}
.section_service_01 .section_05 .ttl_wrap .top_ttl_b::after, .section_service_01 .section_05 .ttl_wrap .top_ttl_b_center::after {
  position: absolute;
  content: "";
  width: 41%;
  height: 1px;
  background-color: #539D98;
  top: 50%;
  right: 5.7%;
}
@media screen and (max-width: 1200px) {
  .section_service_01 .section_05 .ttl_wrap .top_ttl_b::after, .section_service_01 .section_05 .ttl_wrap .top_ttl_b_center::after {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .section_service_01 .section_05 .ttl_wrap .top_ttl_b::after, .section_service_01 .section_05 .ttl_wrap .top_ttl_b_center::after {
    width: 41%;
  }
}
.section_service_01 .section_05 .button_round_center {
  background-color: #fff;
}
.section_service_01 .section_05::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 284px;
  aspect-ratio: 284/385;
  background: url(../images/dec_triangle.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.section_service_01 .section_05::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FAFAFA;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_service_01 .section_05::after {
    width: 100%;
  }
}
.section_service_01 .section_06 {
  padding: 160px 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_06 {
    padding: 80px 0 0;
    margin-bottom: 50px;
  }
}
.section_service_01 .section_06 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_06 {
    flex-direction: column-reverse;
  }
}
.section_service_01 .section_06 .box_l {
  width: 60%;
  padding-left: 9.3%;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_06 .box_l {
    width: 100%;
    padding: 0 8%;
  }
}
.section_service_01 .section_06 .box_l .top_ttl_b, .section_service_01 .section_06 .box_l .top_ttl_b_center {
  position: relative;
}
.section_service_01 .section_06 .box_l .top_ttl_b::after, .section_service_01 .section_06 .box_l .top_ttl_b_center::after {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_06 .box_l .top_ttl_b::after, .section_service_01 .section_06 .box_l .top_ttl_b_center::after {
    left: -40px;
    width: 80%;
  }
}
.section_service_01 .section_06 .box_r {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_06 .box_r {
    width: 100%;
    padding-left: 8%;
    margin-bottom: 50px;
  }
}
.section_service_01 .section_06 .box_r img {
  width: 100%;
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_06 .box_r .top_ttl_b, .section_service_01 .section_06 .box_r .top_ttl_b_center {
    padding: 0 8% 0 0;
  }
}
.section_service_01 .section_06_0 {
  margin-bottom: 0;
}
.section_service_01 .section_07 {
  padding: 160px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_07 {
    padding: 100px 0 100px;
  }
}
.section_service_01 .section_07 .top_ttl_center {
  position: relative;
}
.section_service_01 .section_07 .top_ttl_center::after {
  content: "";
  background: url(../images/dec_1.svg) no-repeat center/100%;
  aspect-ratio: 31/23;
  width: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_service_01 .section_07 .top_ttl_center::after {
    width: 80%;
  }
}

.section_contact .section_01 {
  padding: 0 0 60px 9.3%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_contact .section_01 {
    padding: 0 0 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 {
    padding: 0 0 40px 0;
  }
}
.section_contact .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .box_01 {
    margin-bottom: 80px;
  }
}
.section_contact .section_01 .box_01 .box_l {
  width: 35%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .box_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_contact .section_01 .box_01 .box_r {
  width: 55%;
  position: relative;
  z-index: 1;
  aspect-ratio: 813/420;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .box_01 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_contact .section_01 .box_01 .box_r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 0;
}
.section_contact::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 177px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section_contact::before {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_contact::before {
    top: 40px;
    width: 80%;
  }
}
.section_contact .section_01_2 .box_01 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01_2 .box_01 {
    margin-bottom: 0;
  }
}
.section_contact .section_02 {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_02 {
    padding: 50px 0 100px;
  }
}
.section_contact .section_02 .sub_inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.section_policy .section_01 {
  padding: 0 0 60px 9.3%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_policy .section_01 {
    padding: 0 0 60px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 {
    padding: 0 0 0 0;
  }
}
.section_policy .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.section_policy .section_01 .box_01 .box_l {
  width: 35%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 .box_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_policy .section_01 .box_01 .box_r {
  width: 55%;
  position: relative;
  z-index: 1;
  aspect-ratio: 813/420;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 .box_01 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_policy .section_01 .box_01 .box_r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 0;
}
.section_policy::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 177px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section_policy::before {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_policy::before {
    top: 40px;
    width: 80%;
  }
}
.section_policy .section_02 {
  padding: 80px 0 150px;
}
@media screen and (max-width: 767px) {
  .section_policy .section_02 {
    padding: 70px 0 100px;
  }
}

.section_voice {
  position: relative;
}
.section_voice .section_01 {
  padding: 0 0 130px 9.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_voice .section_01 {
    padding: 0 0 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_voice .section_01 {
    padding: 0 0 40px 0;
  }
}
.section_voice::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: -120px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_voice::before {
    top: -60px;
    width: 80%;
  }
}
.section_voice .box_l {
  width: 34.8%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_voice .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_voice .box_r {
  width: 60%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_voice .box_r {
    width: 100%;
    padding: 0 8%;
  }
}
.section_voice .box_r .list_category_wrap {
  flex-wrap: wrap;
}
.section_voice .box_r .list_category_wrap .tab_title {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_voice .box_r .list_category_wrap .tab_title {
    margin-bottom: 20px;
  }
}
.section_voice .box_r .list_category_wrap .tabselect_wrap {
  width: 100%;
  margin-left: 0;
}

.section_voice_detail .section_01 {
  padding: 0 0 0 9.3%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_voice_detail .section_01 {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 {
    padding: 0 0 0 0;
  }
}
.section_voice_detail .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 .box_01 {
    margin-bottom: 60px;
  }
}
.section_voice_detail .section_01 .box_01 .box_l {
  width: 35%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 .box_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_voice_detail .section_01 .box_01 .box_r {
  width: 55%;
  position: relative;
  z-index: 1;
  aspect-ratio: 813/420;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01 .box_01 .box_r {
    width: 100%;
    padding: 0 0 0 8%;
  }
}
.section_voice_detail .section_01 .box_01 .box_r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 0 0 0;
}
.section_voice_detail::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 97px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section_voice_detail::before {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_voice_detail::before {
    top: 40px;
    width: 80%;
  }
}
.section_voice_detail .section_01_2 {
  padding: 0 0 60px 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_voice_detail .section_01_2 {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01_2 {
    padding: 0 0 40px 0;
  }
}
.section_voice_detail .section_01_2 .ttl_01 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  color: #539D98;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  border-bottom: solid #B1B1B1 1px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01_2 .ttl_01 {
    margin-bottom: 30px;
  }
}
.section_voice_detail .section_01_2 .voice_box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_voice_detail .section_01_2 .voice_box_01 .box_l {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01_2 .voice_box_01 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_voice_detail .section_01_2 .voice_box_01 .box_r {
  width: 56%;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_01_2 .voice_box_01 .box_r {
    width: 100%;
  }
}
.section_voice_detail .section_02 {
  padding: 120px 0 20px;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_02 {
    padding: 80px 0 10px;
  }
}
.section_voice_detail .section_02 {
  position: relative;
}
.section_voice_detail .section_02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px), linear-gradient(90deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px);
  background-size: 32px 32px;
  top: 30px;
  left: 0;
}
.section_voice_detail .section_02 .list_voice_01 > li {
  margin-bottom: 60px;
}
.section_voice_detail .section_02 .list_voice_01 > li:last-of-type {
  margin-bottom: 0;
}
.section_voice_detail .section_02 .service_frame_01 > ul {
  padding-top: 50px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 60px;
}
.section_voice_detail .section_02 .service_frame_01 > ul > li {
  padding: 25px 0;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  border-bottom: solid #B1B1B1 1px;
  line-height: 1.5;
}
.section_voice_detail .section_02 .service_frame_01 .txt_box {
  padding-top: 50px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 60px;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
}
.section_voice_detail .section_03 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_03 {
    padding: 80px 0 0;
  }
}
.section_voice_detail .section_03 .voice_staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_03 .voice_staff {
    margin-bottom: 80px;
  }
}
.section_voice_detail .section_03 .voice_staff .img_wrap {
  width: 35%;
  aspect-ratio: 43/59;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_03 .voice_staff .img_wrap {
    width: 100%;
  }
}
.section_voice_detail .section_03 .voice_staff .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.section_voice_detail .section_03 .voice_staff .img_wrap .e_name {
  position: absolute;
  right: 0;
  top: 23px;
  color: #fff;
  transform-origin: top left;
  transform: translateX(90%) rotate(90deg);
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 200;
}
.section_voice_detail .section_03 .voice_staff .contents_wrap {
  margin-top: 100px;
  width: 59%;
}
@media screen and (max-width: 1200px) {
  .section_voice_detail .section_03 .voice_staff .contents_wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_03 .voice_staff .contents_wrap {
    margin-top: 40px;
    width: 100%;
  }
}
.section_voice_detail .section_03 .voice_staff .contents_wrap .heading_staff {
  font-size: clamp(1.063rem, 0.994rem + 0.34vw, 1.25rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 15px;
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_03 .voice_staff .contents_wrap .heading_staff {
    padding-left: 40px;
  }
}
.section_voice_detail .section_03 .voice_staff .contents_wrap .heading_staff::before {
  position: absolute;
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border: 5px solid #539D98;
  border-radius: 50%;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_03 .voice_staff .contents_wrap .heading_staff::before {
    width: 30px;
  }
}
.section_voice_detail .section_04 {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_04 {
    padding: 80px 0 0;
  }
}
.section_voice_detail .section_common_about {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_voice_detail .section_common_about {
    padding: 100px 0 0;
  }
}

.section_topics {
  position: relative;
}
.section_topics .section_01 {
  padding: 0 0 130px 9.3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_topics .section_01 {
    padding: 0 0 100px 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_topics .section_01 {
    padding: 0 0 40px 0;
  }
}
.section_topics::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: -120px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_topics::before {
    top: -60px;
    width: 80%;
  }
}
.section_topics .box_l {
  width: 34.8%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_topics .box_l {
    width: 100%;
    margin-bottom: 50px;
    padding: 0 8%;
  }
}
.section_topics .box_r {
  width: 60%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_topics .box_r {
    width: 100%;
    padding: 0 8%;
  }
}
.section_topics .box_r .list_category_wrap {
  flex-wrap: wrap;
}
.section_topics .box_r .list_category_wrap .tab_title {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_topics .box_r .list_category_wrap .tab_title {
    margin-bottom: 20px;
  }
}
.section_topics .box_r .list_category_wrap .tabselect_wrap {
  width: 100%;
  margin-left: 0;
}
.section_topics .section_common_about {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 767px) {
  .section_topics .section_common_about {
    padding: 90px 0 0 0;
  }
}

.section_topics_detail .section_01 {
  position: relative;
}
.section_topics_detail .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_topics_detail .section_01 .box_01 {
    margin-bottom: 60px;
  }
}
.section_topics_detail .section_01 .box_01 .date {
  display: block;
  color: #797979;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.04em;
  font-size: 0.8125rem;
  margin-bottom: 15px;
}
.section_topics_detail .section_01 .box_01 .box_l {
  width: 40%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_topics_detail .section_01 .box_01 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_topics_detail .section_01 .box_01 .box_r {
  width: 53%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_topics_detail .section_01 .box_01 .box_r {
    width: 100%;
  }
}
.section_topics_detail .section_01 .box_01 .box_r img {
  width: 100%;
}
.section_topics_detail::before {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  top: 97px;
  left: 2%;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section_topics_detail::before {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_topics_detail::before {
    top: 40px;
    width: 80%;
  }
}
.section_topics_detail .section_02 {
  padding: 120px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_topics_detail .section_02 {
    padding: 80px 0 0;
  }
}
.section_topics_detail .section_03 {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_topics_detail .section_03 {
    padding: 60px 0 0;
  }
}
.section_topics_detail .section_common_about {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_topics_detail .section_common_about {
    padding: 100px 0 0;
  }
}

.section_news {
  position: relative;
}
.section_news .section_01 {
  padding: 0;
}
.section_news .section_01 .top_ttl_center {
  position: relative;
}
.section_news .section_01 .top_ttl_center::after {
  content: "";
  background: url(../images/dec_white.svg) no-repeat center/100%;
  aspect-ratio: 31/23;
  width: 310px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_news .section_01 .top_ttl_center::after {
    width: 80%;
  }
}
.section_news .section_01 .news_wrap {
  background-color: #FAFAFA;
  padding: 130px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_news .section_01 .news_wrap {
    padding: 100px 0 80px;
  }
}
.section_news .section_01 .news_wrap .sub_inner {
  width: 100%;
  max-width: 1220px;
  margin: auto;
}
.section_news .section_common_about {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_news .section_common_about {
    padding: 100px 0 0;
  }
}

.section_news_detail {
  position: relative;
}
.section_news_detail .section_01 {
  padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .section_news_detail .section_01 {
    padding: 50px 0 0;
  }
}
.section_news_detail .section_01 article {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.section_news_detail .section_01 .news_ttl_wrap {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: solid 1px #B1B1B1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_news_detail .section_01 .news_ttl_wrap {
    margin-bottom: 30px;
  }
}
.section_news_detail .section_01 .news_ttl_wrap .date {
  display: inline-block;
  color: #797979;
  font-size: 0.8124rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 25px;
}
.section_news_detail .section_01 .news_ttl_wrap .ttl {
  font-weight: bold;
}
.section_news_detail .section_common_about {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .section_news_detail .section_common_about {
    padding: 100px 0 0;
  }
}

.recruit_common_about {
  padding: 120px 0 120px;
}
@media screen and (max-width: 767px) {
  .recruit_common_about {
    padding: 80px 0 80px;
  }
}

.recruit_common_blog {
  padding: 90px 0 90px;
}
@media screen and (max-width: 767px) {
  .recruit_common_blog {
    padding: 60px 0 60px;
  }
}
.recruit_common_blog {
  position: relative;
}
.recruit_common_blog::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px), linear-gradient(90deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px);
  background-size: 32px 32px;
  top: 30px;
  left: 0;
}
.recruit_common_blog .list_blog {
  max-width: 970px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .recruit_common_blog .list_blog {
    margin: 0 auto 40px;
  }
}

.recruit_common {
  padding: 110px 0 0;
}
@media screen and (max-width: 767px) {
  .recruit_common {
    padding: 60px 0 0;
  }
}
.recruit_common .ttl_01 {
  color: #539D98;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  font-size: clamp(4.375rem, 3.693rem + 3.41vw, 6.25rem);
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  margin-bottom: 30px;
}
.recruit_common ul {
  display: flex;
  flex-wrap: wrap;
}
.recruit_common ul > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .recruit_common ul > li {
    width: 100%;
  }
}
.recruit_common ul > li:nth-of-type(1) a {
  background-color: #539D98;
}
.recruit_common ul > li:nth-of-type(2) a {
  background-color: #84D9D3;
}
.recruit_common ul > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 65px 4.6%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .recruit_common ul > li > a {
    padding: 65px 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_common ul > li > a {
    padding: 40px 8%;
  }
}
.recruit_common ul > li > a::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/circle_arrow_2.svg) no-repeat top center/contain;
  aspect-ratio: 1/1;
  width: 87px;
  top: 50%;
  right: 4.6%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .recruit_common ul > li > a::after {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_common ul > li > a::after {
    width: 70px;
  }
}
.recruit_common ul > li > a span {
  display: inline-block;
}
.recruit_common ul > li > a .en {
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .recruit_common ul > li > a .en {
    margin-right: 20px;
  }
}
.recruit_common ul > li > a .jp {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .recruit_common ul > li > a:hover {
    background-color: #333333;
  }
}
.recruit_common .f_recruit_wrap {
  width: 100%;
}
.recruit_common .f_recruit_wrap img {
  width: 100%;
}

.section_recruit_top .section_01 {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_01 {
    padding: 60px 0 0;
  }
}
.section_recruit_top .section_01 .list_top_news_2 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_01 .list_top_news_2 {
    padding: 0;
  }
}
.section_recruit_top .section_02 {
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_02 {
    padding: 60px 0 0;
  }
}
.section_recruit_top .section_02 .recruit_top_text {
  padding-top: 150px;
  width: 100%;
  max-width: 46%;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_top .section_02 .recruit_top_text {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_02 .recruit_top_text {
    max-width: 70%;
    margin: 0 auto 50px;
  }
}
.section_recruit_top .section_02 .recruit_top_text::before {
  position: absolute;
  content: "";
  background: url(../images/recruit_top_door.svg) no-repeat center top/contain;
  width: 180px;
  aspect-ratio: 1/1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_recruit_top .section_02 .recruit_top_text::before {
    width: 100px;
  }
}
.section_recruit_top .section_02 .marquee {
  position: absolute;
  left: 0;
  top: 56%;
  overflow: hidden;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_02 .marquee {
    top: 46%;
  }
}
.section_recruit_top .section_02 .marquee .marquee_inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: marquee 30s linear infinite;
}
.section_recruit_top .section_02 .marquee .marquee_inner span {
  white-space: nowrap;
  font-size: clamp(4.375rem, 3.693rem + 3.41vw, 6.25rem);
  font-family: "Bebas Neue", sans-serif;
  color: #FAFAFA;
  line-height: 1;
}
.section_recruit_top .section_03 {
  padding: 100px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_03 {
    padding: 80px 0 0;
  }
}
.section_recruit_top .section_03 .box_l {
  width: 50%;
  padding-left: 9.3%;
}
@media screen and (max-width: 1200px) {
  .section_recruit_top .section_03 .box_l {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_03 .box_l {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 30px;
  }
}
.section_recruit_top .section_03 .box_r {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_03 .box_r {
    width: 100%;
    padding-left: 8%;
  }
}
.section_recruit_top .section_04 {
  padding: 280px 0 240px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .section_recruit_top .section_04 {
    padding: 200px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_04 {
    padding: 120px 0 400px;
  }
}
.section_recruit_top .section_04::after {
  content: "";
  background: url(../images/dec_recruit.svg) no-repeat center/contain;
  width: 53%;
  aspect-ratio: 728/626;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section_recruit_top .section_04 .inner_l {
  position: relative;
}
.section_recruit_top .section_04 .inner_l::before {
  content: "";
  width: 375px;
  aspect-ratio: 375/719;
  background: url(../images/story_img_02.png) no-repeat center/contain;
  position: absolute;
  top: -200px;
  left: 30px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_recruit_top .section_04 .inner_l::before {
    top: -10px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_04 .inner_l::before {
    top: auto;
    width: 150px;
    bottom: -310px;
  }
}
.section_recruit_top .section_04 .inner_l::after {
  content: "";
  width: 376px;
  aspect-ratio: 376/673;
  background: url(../images/story_img_03.png) no-repeat center/contain;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_recruit_top .section_04 .inner_l::after {
    top: auto;
    width: 200px;
    bottom: -120px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_04 .inner_l::after {
    top: auto;
    width: 140px;
    bottom: -400px;
  }
}
.section_recruit_top .section_04 .inner_l .ttl_01 {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_04 .inner_l .ttl_01 {
    max-width: 230px;
  }
}
.section_recruit_top .section_04 .inner_l .ttl_01 img {
  width: 100%;
}
.section_recruit_top .section_04 .inner_l .ttl_02 {
  color: #539D98;
  text-align: center;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.section_recruit_top .section_05 {
  padding: 70px 0 0;
  position: relative;
  z-index: 1;
}
.section_recruit_top .section_05::before {
  position: absolute;
  content: "";
  width: 68%;
  aspect-ratio: 1031/658;
  background-color: #FAFAFA;
  border-radius: 100px 0 0 0;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_05::before {
    width: 80%;
    border-radius: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_05 {
    padding: 60px 0 0;
  }
}
.section_recruit_top .section_05 .swiper_parent {
  padding-left: 9.3%;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_05 .swiper_parent {
    padding-left: 8%;
  }
}
.section_recruit_top .section_05 .swiper_parent .swiper_pagination_recruit_top span {
  background-color: #B1B1B1;
}
.section_recruit_top .section_05 .swiper_parent .swiper_pagination_recruit_top span.swiper-pagination-bullet-active {
  background-color: #539D98;
}
.section_recruit_top .section_06 {
  padding: 80px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_recruit_top .section_06 {
    padding: 60px 0 80px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.section_recruit_about .section_01 {
  padding: 80px 0 300px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_about .section_01 {
    padding: 80px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_about .section_01 {
    padding: 80px 0 400px;
  }
}
.section_recruit_about .section_01 .img_wrap {
  max-width: 50%;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .section_recruit_about .section_01 .img_wrap {
    max-width: 90%;
    margin: 0 auto 50px;
  }
}
.section_recruit_about .section_01 .inner_l {
  position: relative;
}
.section_recruit_about .section_01 .inner_l::before {
  content: "";
  width: 375px;
  aspect-ratio: 375/719;
  background: url(../images/story_img_02.png) no-repeat center/contain;
  position: absolute;
  left: 30px;
  bottom: -216px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_recruit_about .section_01 .inner_l::before {
    bottom: -216px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_about .section_01 .inner_l::before {
    top: auto;
    width: 150px;
    bottom: -310px;
  }
}
.section_recruit_about .section_01 .inner_l::after {
  content: "";
  width: 376px;
  aspect-ratio: 376/673;
  background: url(../images/story_img_03.png) no-repeat center/contain;
  position: absolute;
  bottom: -300px;
  right: 30px;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .section_recruit_about .section_01 .inner_l::after {
    top: auto;
    width: 200px;
    bottom: -120px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_about .section_01 .inner_l::after {
    top: auto;
    width: 140px;
    bottom: -400px;
  }
}
.section_recruit_about .section_01 .inner_l .ttl_01 {
  max-width: 380px;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .section_recruit_about .section_01 .inner_l .ttl_01 {
    max-width: 230px;
  }
}
.section_recruit_about .section_01 .inner_l .ttl_01 img {
  width: 100%;
}
.section_recruit_about .section_01 .inner_l .ttl_02 {
  color: #539D98;
  text-align: center;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.section_recruit_about .section_02 {
  padding: 60px 0 0;
}

.special_box .special_event_box {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .special_box .special_event_box {
    margin-bottom: 60px;
  }
}
.special_box .special_event_box:nth-last-of-type {
  margin-bottom: 0;
}

.section_recruit_profile .section_01 {
  padding: 30px 0 0;
  position: relative;
}

.section_recruit_profile_detail .section_01 {
  padding: 30px 0 0;
  position: relative;
}
.section_recruit_profile_detail .section_02 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_recruit_profile_detail .section_02 {
    padding: 80px 0 80px;
  }
}

.profile_mv {
  position: relative;
  overflow: hidden;
}
.profile_mv::before, .profile_mv::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 140%; /* ここを大きくすると弧がゆるくなる */
  height: 150px;
  background: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .profile_mv::before, .profile_mv::after {
    height: 80px;
  }
}
.profile_mv::before {
  top: -126px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .profile_mv::before {
    top: -60px;
  }
}
.profile_mv::after {
  bottom: -126px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .profile_mv::after {
    bottom: -60px;
  }
}
.profile_mv img {
  display: block;
  width: 100%;
  height: auto;
}
.profile_mv .txt {
  width: 100%;
  position: absolute;
  color: #fff;
  font-size: clamp(2.5rem, 0.682rem + 9.09vw, 7.5rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.section_recruit_career .section_01 {
  padding: 80px 0 120px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_career .section_01 {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_01 {
    padding: 60px 0 80px;
  }
}
.section_recruit_career .section_01 ul > li {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_01 ul > li {
    flex-direction: column;
  }
}
.section_recruit_career .section_01 ul > li:last-of-type {
  margin-bottom: 0;
}
.section_recruit_career .section_01 ul > li .contents_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_01 ul > li .contents_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_recruit_career .section_01 ul > li .img_wrap {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_01 ul > li .img_wrap {
    width: 100%;
  }
}
.section_recruit_career .section_02 {
  position: relative;
  padding: 80px 0 40px;
}
.section_recruit_career .section_02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px), linear-gradient(90deg, rgba(255, 255, 255, 0) 31px, #F0F0F0 32px);
  background-size: 32px 32px;
  top: 30px;
  left: 0;
}
.section_recruit_career .section_02 .service_frame_01 {
  background-color: #fff;
  width: 100%;
  padding: 50px 40px 40px;
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_02 .service_frame_01 {
    padding: 30px 20px 30px;
  }
}
.section_recruit_career .section_02 .service_frame_01 > ul {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
.section_recruit_career .section_02 .service_frame_01 > ul > li {
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.section_recruit_career .section_03 {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_03 {
    padding: 60px 0 0;
  }
}
.section_recruit_career .section_03 .purpose_img_01_wrap {
  margin-bottom: 40px;
}
.section_recruit_career .section_03 .purpose_img_01_wrap img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 880px;
}
.section_recruit_career .section_03 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .section_recruit_career .section_03 ul {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_03 ul {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
    margin-bottom: 80px;
  }
}
.section_recruit_career .section_03 ul > li {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_03 ul > li::after {
    position: absolute;
    content: "";
    background: #539D98;
    width: 30px;
    height: 25px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_03 ul > li:last-of-type::after {
    display: none;
  }
}
.section_recruit_career .section_03 ul > li:last-of-type .img_wrap::before {
  display: none;
}
.section_recruit_career .section_03 ul > li .img_wrap {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.section_recruit_career .section_03 ul > li .img_wrap::before {
  position: absolute;
  content: "";
  background: #539D98;
  width: 30px;
  height: 30px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
}
@media screen and (max-width: 767px) {
  .section_recruit_career .section_03 ul > li .img_wrap::before {
    display: none;
  }
}
.section_recruit_career .section_03 ul > li .img_wrap img {
  width: 100%;
}
.section_recruit_career .section_03 ul > li .txt_wrap {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0;
}
.section_recruit_career .section_03 ul > li .supplement {
  margin-top: 65px;
  position: relative;
  border: solid 1px #707070;
  border-radius: 10px;
  padding: 40px 20px 30px;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  letter-spacing: 0;
}
.section_recruit_career .section_03 ul > li .supplement::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: #707070;
  left: 50%;
  top: -40px;
}

.section_recruit_environment .section_01 {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_environment .section_01 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_environment .section_01 {
    padding: 60px 0 0;
  }
}
.section_recruit_environment .section_01 .environment_frame_01 {
  background-color: #FAFAFA;
  padding: 80px 20px;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .section_recruit_environment .section_01 .environment_frame_01 {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_environment .section_01 .environment_frame_01 {
    padding: 60px 20px;
    border-radius: 10px;
  }
}
.section_recruit_environment .section_01 .environment_frame_01 .sub_inner {
  max-width: 1072px;
  width: 100%;
  margin: auto;
}
.section_recruit_environment .section_01 .environment_frame_01 .sub_inner .ttl_01 {
  position: relative;
  text-align: center;
  margin-bottom: 47px;
}
.section_recruit_environment .section_01 .environment_frame_01 .sub_inner .ttl_01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333333;
  left: 0;
  top: 50%;
  z-index: 0;
}
.section_recruit_environment .section_01 .environment_frame_01 .sub_inner .ttl_01 > span {
  position: relative;
  display: inline-block;
  background-color: #FAFAFA;
  display: inline-block;
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 0 25px;
  font-weight: 200;
  z-index: 1;
}
.section_recruit_environment .section_01 ul.list_01, .section_recruit_environment .section_01 ul.list_02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .section_recruit_environment .section_01 ul.list_01, .section_recruit_environment .section_01 ul.list_02 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_environment .section_01 ul.list_01, .section_recruit_environment .section_01 ul.list_02 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.section_recruit_environment .section_01 ul.list_01 > li, .section_recruit_environment .section_01 ul.list_02 > li {
  text-align: center;
}
.section_recruit_environment .section_01 ul.list_01 > li .img_wrap, .section_recruit_environment .section_01 ul.list_02 > li .img_wrap {
  margin-bottom: 15px;
}
.section_recruit_environment .section_01 ul.list_01 > li .img_wrap img, .section_recruit_environment .section_01 ul.list_02 > li .img_wrap img {
  width: 100%;
}
.section_recruit_environment .section_01 ul.list_01 > li p, .section_recruit_environment .section_01 ul.list_02 > li p {
  font-size: clamp(0.75rem, 0.682rem + 0.34vw, 0.938rem);
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.section_recruit_environment .section_01 ul.list_01 > li.tb, .section_recruit_environment .section_01 ul.list_02 > li.tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .section_recruit_environment .section_01 ul.list_01 > li.tb, .section_recruit_environment .section_01 ul.list_02 > li.tb {
    display: block;
  }
}
.section_recruit_environment .section_01 ul.list_02 {
  max-width: 794px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .section_recruit_environment .section_01 ul.list_02 {
    display: none;
  }
}
.section_recruit_environment .section_02 {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_recruit_environment .section_02 {
    padding: 80px 0 0;
  }
}
.section_recruit_environment .section_02 .list_service_s_01 {
  margin-bottom: 60px;
}
.section_recruit_environment .section_02 .list_service_s_01 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_recruit_environment .section_02 .list_service_s_01 > li {
    margin-bottom: 60px;
  }
  .section_recruit_environment .section_02 .list_service_s_01 > li:last-of-type {
    margin-bottom: 0;
  }
}
.section_recruit_environment .section_03 {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_recruit_environment .section_03 {
    padding: 80px 0 0;
  }
}
.section_recruit_environment .section_03 .list_service_s_01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_recruit_environment .section_03 .list_service_s_01 {
    margin-bottom: 80px;
  }
}
.section_recruit_environment .section_03 .list_service_s_01 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_recruit_environment .section_03 .list_service_s_01 > li {
    margin-bottom: 60px;
  }
  .section_recruit_environment .section_03 .list_service_s_01 > li:last-of-type {
    margin-bottom: 0;
  }
}

.section_recruit_system .section_01 {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_system .section_01 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_01 {
    padding: 60px 0 0;
  }
}
.section_recruit_system .section_01 .recruit_system_frame {
  background-color: #FAFAFA;
  padding: 60px 30px 140px;
}
@media screen and (max-width: 1200px) {
  .section_recruit_system .section_01 .recruit_system_frame {
    padding: 60px 30px 100px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_01 .recruit_system_frame {
    padding: 40px 30px 60px;
  }
}
.section_recruit_system .section_01 .recruit_system_frame .sub_inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
}
.section_recruit_system .section_01 .recruit_system_frame ul > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_01 .recruit_system_frame ul > li {
    margin-bottom: 80px;
  }
}
.section_recruit_system .section_01 .recruit_system_frame ul > li:last-of-type {
  margin-bottom: 0;
}
.section_recruit_system .section_01 .recruit_system_frame ul > li .img_wrap {
  width: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_01 .recruit_system_frame ul > li .img_wrap {
    width: 100%;
  }
}
.section_recruit_system .section_01 .recruit_system_frame ul > li .img_wrap .number {
  position: absolute;
  font-size: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
  font-family: "Bebas Neue", sans-serif;
  color: #F2F2F2;
  letter-spacing: 0.04em;
  line-height: 1;
  bottom: 0;
  left: 30px;
  transform: translateY(50%);
  z-index: 1;
}
.section_recruit_system .section_01 .recruit_system_frame ul > li .img_wrap img {
  width: 100%;
}
.section_recruit_system .section_01 .recruit_system_frame ul > li .contents_wrap {
  padding-top: 45px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_01 .recruit_system_frame ul > li .contents_wrap {
    width: 100%;
  }
}
.section_recruit_system .section_02 {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_02 {
    padding: 80px 0 0;
  }
}
.section_recruit_system .section_02 .list_service_s_01 {
  margin-bottom: 60px;
}
.section_recruit_system .section_02 .list_service_s_01 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_02 .list_service_s_01 > li {
    margin-bottom: 60px;
  }
  .section_recruit_system .section_02 .list_service_s_01 > li:last-of-type {
    margin-bottom: 0;
  }
}
.section_recruit_system .section_03 {
  padding: 100px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_03 {
    padding: 80px 0 0;
  }
}
.section_recruit_system .section_03 .list_service_s_01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_03 .list_service_s_01 {
    margin-bottom: 80px;
  }
}
.section_recruit_system .section_03 .list_service_s_01 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_recruit_system .section_03 .list_service_s_01 > li {
    margin-bottom: 60px;
  }
  .section_recruit_system .section_03 .list_service_s_01 > li:last-of-type {
    margin-bottom: 0;
  }
}

.section_recruit_faq .section_01 {
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_faq .section_01 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_faq .section_01 {
    padding: 50px 0 0;
  }
}

.section_recruit_entry .section_01 {
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_entry .section_01 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_entry .section_01 {
    padding: 50px 0 0;
  }
}
.section_recruit_entry .section_01 .button_wrap a {
  margin-bottom: 15px;
}
.section_recruit_entry .section_01 .button_wrap a:last-of-type {
  margin-bottom: 0;
}

.section_recruit_entry_2 .section_01 {
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_entry_2 .section_01 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_entry_2 .section_01 {
    padding: 50px 0 0;
  }
}
.section_recruit_entry_2 .section_02 .special_event_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_recruit_entry_2 .section_02 .special_event_box .img_wrap {
  width: 42.6%;
}
@media screen and (max-width: 767px) {
  .section_recruit_entry_2 .section_02 .special_event_box .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_recruit_entry_2 .section_02 .special_event_box .contents_wrap {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .section_recruit_entry_2 .section_02 .special_event_box .contents_wrap {
    width: 100%;
  }
}

.section_recruit_entry_2_detail .section_01 {
  padding: 60px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_entry_2_detail .section_01 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_entry_2_detail .section_01 {
    padding: 50px 0 0;
  }
}
.section_recruit_entry_2_detail .section_01 .inner, .section_recruit_entry_2_detail .section_01 .inner_ss, .section_recruit_entry_2_detail .section_01 .inner_s, .section_recruit_entry_2_detail .section_01 .inner_l, .section_recruit_entry_2_detail .section_01 .inner_l_pc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_recruit_entry_2_detail .section_01 .inner .box_l, .section_recruit_entry_2_detail .section_01 .inner_ss .box_l, .section_recruit_entry_2_detail .section_01 .inner_s .box_l, .section_recruit_entry_2_detail .section_01 .inner_l .box_l, .section_recruit_entry_2_detail .section_01 .inner_l_pc .box_l {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_recruit_entry_2_detail .section_01 .inner .box_l, .section_recruit_entry_2_detail .section_01 .inner_ss .box_l, .section_recruit_entry_2_detail .section_01 .inner_s .box_l, .section_recruit_entry_2_detail .section_01 .inner_l .box_l, .section_recruit_entry_2_detail .section_01 .inner_l_pc .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_recruit_entry_2_detail .section_01 .inner .box_l .place, .section_recruit_entry_2_detail .section_01 .inner_ss .box_l .place, .section_recruit_entry_2_detail .section_01 .inner_s .box_l .place, .section_recruit_entry_2_detail .section_01 .inner_l .box_l .place, .section_recruit_entry_2_detail .section_01 .inner_l_pc .box_l .place {
  font-size: 0.9375rem;
  margin-bottom: 40px;
}
.section_recruit_entry_2_detail .section_01 .inner .box_r, .section_recruit_entry_2_detail .section_01 .inner_ss .box_r, .section_recruit_entry_2_detail .section_01 .inner_s .box_r, .section_recruit_entry_2_detail .section_01 .inner_l .box_r, .section_recruit_entry_2_detail .section_01 .inner_l_pc .box_r {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .section_recruit_entry_2_detail .section_01 .inner .box_r, .section_recruit_entry_2_detail .section_01 .inner_ss .box_r, .section_recruit_entry_2_detail .section_01 .inner_s .box_r, .section_recruit_entry_2_detail .section_01 .inner_l .box_r, .section_recruit_entry_2_detail .section_01 .inner_l_pc .box_r {
    width: 100%;
  }
}
.section_recruit_entry_2_detail .section_02 {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_entry_2_detail .section_02 {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_entry_2_detail .section_02 {
    padding: 60px 0 0;
  }
}
.section_recruit_entry_2_detail .section_03 {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_recruit_entry_2_detail .section_03 {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .section_recruit_entry_2_detail .section_03 {
    padding: 80px 0 80px;
  }
}

.interview_box {
  background-color: #539D98;
  color: #fff;
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding: 70px;
}
@media screen and (max-width: 1200px) {
  .interview_box {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 767px) {
  .interview_box {
    padding: 50px 8%;
  }
}
.interview_box .ttl_01 {
  position: relative;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .interview_box .ttl_01 {
    padding-top: 50px;
  }
}
.interview_box .ttl_01::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(3.125rem, 2.67rem + 2.27vw, 4.375rem);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1;
}
.interview_box .ttl_01::after {
  position: absolute;
  content: "";
  width: 66px;
  aspect-ratio: 1/1;
  background: url(../images/time.svg) no-repeat center/cover;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .interview_box .ttl_01::after {
    width: 36px;
  }
}
.interview_box .list_schedule > li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .interview_box .list_schedule > li {
    padding-left: 35px;
  }
}
.interview_box .list_schedule > li:last-of-type {
  margin-bottom: 0;
}
.interview_box .list_schedule > li::before {
  position: absolute;
  content: "";
  width: 17px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
.interview_box .list_schedule > li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  background-color: #fff;
  top: 9px;
  left: 8px;
}
.interview_box .list_schedule > li:last-of-type::after {
  display: none;
}
.interview_box .list_schedule > li .heading_01 {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .interview_box .list_schedule > li .heading_01 {
    flex-wrap: wrap;
  }
}
.interview_box .list_schedule > li .heading_01 > span {
  display: grid;
  place-items: center;
  background-color: #fff;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  width: 184px;
  height: 35px;
  border-radius: 30px;
  color: #539D98;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  font-weight: 500;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .interview_box .list_schedule > li .heading_01 > span {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .interview_box .list_schedule > li .heading_01 > span {
    width: 100px;
    margin-right: 10px;
    height: 30px;
  }
}
.interview_box .list_schedule > li .text_box {
  font-size: 0.938rem;
  letter-spacing: 0.06em;
}

.list_top_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .list_top_features {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_features {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px;
  }
}
.list_top_features > li {
  width: 100%;
  aspect-ratio: 367/510;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  background-color: rgba(83, 157, 152, 0.25);
  position: relative;
  transition: 0.3s;
}
.list_top_features > li:nth-of-type(1) {
  background: url(../images/top_features_01.jpg) no-repeat center/cover;
}
.list_top_features > li:nth-of-type(2) {
  background: url(../images/top_features_02.jpg) no-repeat center/cover;
}
.list_top_features > li:nth-of-type(3) {
  background: url(../images/top_features_03.jpg) no-repeat center/cover;
}
.list_top_features > li::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(83, 157, 152, 0.25);
  top: 0;
  left: 0;
  z-index: 0;
}
.list_top_features > li div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 28px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .list_top_features > li div {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_features > li div {
    padding: 28px;
  }
}
.list_top_features > li .ttl_01 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .list_top_features > li .ttl_01 {
    font-size: 1.5rem;
  }
}
.list_top_features > li p {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}
.list_top_features > li > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(83, 157, 152, 0.25);
  position: relative;
  transition: 0.3s;
}
.list_top_features > li > a:hover {
  background-color: rgba(83, 157, 152, 0);
}

.list_top_service {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 1500px) {
  .list_top_service {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .list_top_service {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_service {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
}
.list_top_service > li {
  width: 100%;
  aspect-ratio: 240/346;
  border-radius: 10px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  display: grid;
  place-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .list_top_service > li {
    aspect-ratio: 240/380;
  }
}
@media screen and (max-width: 767px) {
  .list_top_service > li {
    aspect-ratio: auto;
  }
}
.list_top_service > li > a {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .list_top_service > li > a {
    padding: 10px;
  }
}
.list_top_service > li > a > div {
  width: 100%;
}
.list_top_service > li > a > div .number {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  font-weight: 100;
  line-height: 1;
  margin-bottom: 20px;
}
.list_top_service > li > a > div img {
  display: block;
  width: 44%;
  margin: 0 auto 25px;
}
.list_top_service > li > a > div .ttl_01 {
  font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
  margin-bottom: 5px;
  letter-spacing: 0;
}
.list_top_service > li > a > div .ttl_01 > span {
  display: inline-block;
  font-size: 0.688rem;
}
@media screen and (max-width: 767px) {
  .list_top_service > li > a > div .ttl_01 > span {
    display: block;
  }
}
.list_top_service > li > a > div p {
  color: #333333;
  font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
  letter-spacing: 0.04em;
}
.list_top_service > li > a.construction .number {
  margin-bottom: 12px;
}
.list_top_service > li > a.construction img {
  display: block;
  width: 44.1%;
  margin: 0 auto 27px;
}
.list_top_service > li > a.inheritance .number {
  margin-bottom: 18px;
}
.list_top_service > li > a.inheritance img {
  display: block;
  width: 54.6%;
  margin: 0 auto 27px;
}
.list_top_service > li > a.inheritance .ttl_01 {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .list_top_service > li > a.inheritance .ttl_01 {
    line-height: 1.5;
  }
}
.list_top_service > li > a.resources .number {
  margin-bottom: 24px;
}
.list_top_service > li > a.resources img {
  display: block;
  width: 44.1%;
  margin: 0 auto 27px;
}
.list_top_service > li > a.ma .number {
  margin-bottom: 16px;
}
.list_top_service > li > a.ma img {
  display: block;
  width: 46.6%;
  margin: 0 auto 22px;
}
.list_top_service > li > a.bookkeeping .number {
  margin-bottom: 20px;
}
.list_top_service > li > a.bookkeeping img {
  display: block;
  width: 48.3%;
  margin: 0 auto 27px;
}
.list_top_service > li > a.fp .number {
  margin-bottom: 14px;
}
.list_top_service > li > a.fp img {
  display: block;
  width: 35.7%;
  margin: 0 auto 19px;
}
.list_top_service > li > a.support .number {
  margin-bottom: 18px;
}
.list_top_service > li > a.support img {
  display: block;
  width: 30%;
  margin: 0 auto 19px;
}
.list_top_service > li > a.support .ttl_01 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.list_top_service > li:hover {
  box-shadow: none;
}

.list_top_voice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}
@media screen and (max-width: 1200px) {
  .list_top_voice {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_voice {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
}
.list_top_voice > li > a {
  color: #333333;
}
.list_top_voice > li > a .img_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 46/29;
  margin-bottom: 25px;
}
.list_top_voice > li > a .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.list_top_voice > li > a .img_wrap .category {
  position: absolute;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  bottom: 12px;
  right: 12px;
}
@media screen and (max-width: 1200px) {
  .list_top_voice > li > a .img_wrap .category {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_voice > li > a .img_wrap .category {
    padding: 15px 30px;
  }
}
.list_top_voice > li > a .contents_wrap .ttl1 {
  display: block;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #333333;
}
.list_top_voice > li > a .contents_wrap .ttl2 {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333333;
}
.list_top_voice > li > a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_voice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .list_voice {
    grid-template-columns: 1fr;
  }
}
.list_voice > li > a {
  color: #333333;
}
.list_voice > li > a .img_wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 46/29;
  margin-bottom: 25px;
}
.list_voice > li > a .img_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.list_voice > li > a .img_wrap .category {
  position: absolute;
  font-size: clamp(0.688rem, 0.665rem + 0.11vw, 0.75rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  background-color: #fff;
  padding: 7px 10px;
  border-radius: 5px;
  bottom: 12px;
  right: 12px;
  max-width: 92%;
  color: #333333;
}
.list_voice > li > a .contents_wrap .ttl1 {
  display: block;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #333333;
}
.list_voice > li > a .contents_wrap .ttl2 {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #333333;
}
.list_voice > li > a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_top_staff {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 1200px) {
  .list_top_staff {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_staff {
    display: flex;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}
.list_top_staff > li a {
  display: block;
  position: relative;
}
.list_top_staff > li a .img_wrap {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 30/41;
}
.list_top_staff > li a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_top_staff > li a .e_name {
  position: absolute;
  right: 0;
  top: 23px;
  color: #fff;
  transform-origin: top left;
  transform: translateX(90%) rotate(90deg);
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 200;
}
.list_top_staff > li a .name_box {
  width: 86%;
  background-color: #fff;
  padding: 30px 35px 0 0;
  border-radius: 0 15px 0 0;
  transform: translateY(-60px);
  color: #333333;
}
@media screen and (max-width: 1200px) {
  .list_top_staff > li a .name_box {
    padding: 20px 25px 0 0;
  }
}
.list_top_staff > li a .name_box .name_01 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 5px;
}
.list_top_staff > li a .name_box .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
}
.list_top_staff > li a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_top_staff_2, .list_recruit_staff {
  display: flex;
}
.list_top_staff_2 > li, .list_recruit_staff > li {
  width: 30%;
}
.list_top_staff_2 > li a, .list_recruit_staff > li a {
  display: block;
  position: relative;
}
.list_top_staff_2 > li a .img_wrap, .list_recruit_staff > li a .img_wrap {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 30/41;
}
.list_top_staff_2 > li a .img_wrap img, .list_recruit_staff > li a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_top_staff_2 > li a .e_name, .list_recruit_staff > li a .e_name {
  border-top: solid 1px #333333;
  padding-top: 10px;
  position: absolute;
  right: 5px;
  top: 30px;
  color: #333333;
  transform-origin: top left;
  transform: translateX(90%) rotate(90deg);
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 200;
}
@media screen and (max-width: 1200px) {
  .list_top_staff_2 > li a .e_name, .list_recruit_staff > li a .e_name {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_staff_2 > li a .e_name, .list_recruit_staff > li a .e_name {
    font-size: 0.9375rem;
  }
}
.list_top_staff_2 > li a .name_box, .list_recruit_staff > li a .name_box {
  width: 100%;
  padding: 30px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .list_top_staff_2 > li a .name_box, .list_recruit_staff > li a .name_box {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_staff_2 > li a .name_box, .list_recruit_staff > li a .name_box {
    padding: 30px 20px;
  }
}
.list_top_staff_2 > li a .name_box .name_01, .list_recruit_staff > li a .name_box .name_01 {
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .list_top_staff_2 > li a .name_box .name_01, .list_recruit_staff > li a .name_box .name_01 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .list_top_staff_2 > li a .name_box .name_01, .list_recruit_staff > li a .name_box .name_01 {
    font-size: 1.625rem;
  }
}
.list_top_staff_2 > li a .name_box .txt, .list_recruit_staff > li a .name_box .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
}
.list_top_staff_2 > li a:hover .img_wrap img, .list_recruit_staff > li a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_recruit_staff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: none;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .list_recruit_staff {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_recruit_staff {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
  }
}
.list_recruit_staff > li {
  width: 100%;
}

.list_staff {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: none;
  grid-column-gap: 65px;
  grid-row-gap: 0;
}
@media screen and (max-width: 1200px) {
  .list_staff {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_staff {
    grid-template-columns: repeat(1, 1fr);
  }
}
.list_staff > li a {
  display: block;
  position: relative;
}
.list_staff > li a .img_wrap {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 30/41;
}
.list_staff > li a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_staff > li a .e_name {
  position: absolute;
  right: 0;
  top: 23px;
  color: #fff;
  transform-origin: top left;
  transform: translateX(90%) rotate(90deg);
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 200;
}
.list_staff > li a .name_box {
  width: 86%;
  background-color: #fff;
  padding: 30px 35px 0 0;
  border-radius: 0 15px 0 0;
  transform: translateY(-60px);
  color: #333333;
}
@media screen and (max-width: 1200px) {
  .list_staff > li a .name_box {
    padding: 20px 25px 20px 0;
  }
}
.list_staff > li a .name_box .name_01 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  line-height: 1.5;
  margin-bottom: 5px;
}
.list_staff > li a .name_box .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
}
.list_staff > li a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_blog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 1200px) {
  .list_blog {
    grid-column-gap: 35px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_blog {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 50px;
  }
}
.list_blog > li > a {
  color: #333333;
  align-items: center;
}
.list_blog > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 422/216;
  overflow: hidden;
  margin-bottom: 20px;
}
.list_blog > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_blog > li > a .name_box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.list_blog > li > a .name_box .staff_img {
  display: none;
  width: 65px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.list_blog > li > a .name_box .staff_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_blog > li > a .name_box .writer_wrap .date {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
}
.list_blog > li > a .name_box .writer_wrap .name {
  font-size: 0.875rem;
}
.list_blog > li > a .name_box .writer_wrap .name > span {
  display: inline-block;
  font-family: "Outfit", sans-serif;
}
.list_blog > li > a .ttl {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.list_blog > li > a .txt {
  margin-top: 20px;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #797979;
}
.list_blog_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .list_blog_2 {
    grid-column-gap: 35px;
    grid-row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_blog_2 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 50px;
  }
}
.list_blog_2 > li > a {
  color: #333333;
  align-items: center;
}
.list_blog_2 > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 422/216;
  overflow: hidden;
  margin-bottom: 20px;
}
.list_blog_2 > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_blog_2 > li > a .name_box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.list_blog_2 > li > a .name_box .staff_img {
  display: none;
  width: 65px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.list_blog_2 > li > a .name_box .staff_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_blog_2 > li > a .name_box .writer_wrap .date {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
}
.list_blog_2 > li > a .name_box .writer_wrap .name {
  font-size: 0.875rem;
}
.list_blog_2 > li > a .name_box .writer_wrap .name > span {
  display: inline-block;
  font-family: "Outfit", sans-serif;
}
.list_blog_2 > li > a .ttl {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.list_blog_2 > li > a .txt {
  margin-top: 20px;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #797979;
}
.list_base {
  border-top: dashed 1px #539D98;
}
.list_base > li {
  padding: 50px 0;
  border-bottom: dashed 1px #539D98;
  position: relative;
}
.list_base > li::after {
  content: "";
  position: absolute;
  width: 14.69px;
  aspect-ratio: 14.69/14.71;
  background: url(../images/arrow_black.svg) no-repeat center/100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .list_base > li::after {
    display: none;
  }
}
.list_base > li > a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_base > li > a .img_wrap {
  width: 31%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_base > li > a .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_base > li > a .img_wrap img {
  transition: 0.3s;
}
.list_base > li > a .txt_wrap {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .list_base > li > a .txt_wrap {
    width: 100%;
    position: relative;
  }
  .list_base > li > a .txt_wrap::after {
    content: "";
    position: absolute;
    width: 14.69px;
    aspect-ratio: 14.69/14.71;
    background: url(../images/arrow_black.svg) no-repeat center/100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
.list_base > li > a .ttl1 {
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 10px;
}
.list_base > li > a .ttl2 {
  font-size: clamp(1.375rem, 1.33rem + 0.23vw, 1.5rem);
  color: #333333;
  margin-bottom: 10px;
}
.list_base > li > a .txt {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.7;
  color: #333333;
}
.list_base > li > a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_top_news {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 30px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .list_top_news {
    padding: 0 8%;
    margin: 0 auto 40p;
  }
}
.list_top_news > li {
  padding: 25px 0;
  border-bottom: solid 1px #E6E6E6;
}
.list_top_news > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
  position: relative;
  padding-right: 20px;
}
.list_top_news > li > a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a::after {
    width: 8px;
    height: 8px;
  }
}
.list_top_news > li > a .date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 18%;
}
@media screen and (max-width: 1200px) {
  .list_top_news > li > a .date_wrap {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a .date_wrap {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
}
.list_top_news > li > a .date_wrap .date {
  width: 43%;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 1200px) {
  .list_top_news > li > a .date_wrap .date {
    width: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a .date_wrap .date {
    width: 32%;
    margin-right: 0;
  }
}
.list_top_news > li > a .date_wrap .category {
  width: 43%;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  background-color: #539D98;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
@media screen and (max-width: 1200px) {
  .list_top_news > li > a .date_wrap .category {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a .date_wrap .category {
    width: auto;
  }
}
.list_top_news > li > a .ttl {
  width: 80%;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 1200px) {
  .list_top_news > li > a .ttl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_top_news > li > a .ttl {
    width: 100%;
  }
}

.list_top_news_2 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 0 30px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .list_top_news_2 {
    padding: 0 8%;
    margin: 0 auto 40px;
  }
}
.list_top_news_2 > li {
  padding: 25px 0;
  border-bottom: solid 1px #E6E6E6;
}
.list_top_news_2 > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: #333333;
  position: relative;
  padding-right: 20px;
}
.list_top_news_2 > li > a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_top_news_2 > li > a::after {
    width: 8px;
    height: 8px;
  }
}
.list_top_news_2 > li > a .date_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .list_top_news_2 > li > a .date_wrap {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_news_2 > li > a .date_wrap {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
}
.list_top_news_2 > li > a .date_wrap .date {
  width: 50%;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 1200px) {
  .list_top_news_2 > li > a .date_wrap .date {
    width: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_news_2 > li > a .date_wrap .date {
    width: 32%;
  }
}
.list_top_news_2 > li > a .date_wrap .category {
  width: 43%;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  background-color: #539D98;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
@media screen and (max-width: 1200px) {
  .list_top_news_2 > li > a .date_wrap .category {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .list_top_news_2 > li > a .date_wrap .category {
    width: auto;
  }
}
.list_top_news_2 > li > a .ttl {
  width: 78%;
  display: inline-block;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 1200px) {
  .list_top_news_2 > li > a .ttl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .list_top_news_2 > li > a .ttl {
    width: 100%;
  }
}

.list_f_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-bottom: 110px;
}
.list_f_sns > li:nth-of-type(1) {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .list_f_sns > li:nth-of-type(1) {
    width: 90px;
  }
}
.list_f_sns > li:nth-of-type(2) {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .list_f_sns > li:nth-of-type(2) {
    width: 78px;
  }
}
.list_f_sns > li:nth-of-type(3) {
  width: 127px;
}
@media screen and (max-width: 767px) {
  .list_f_sns > li:nth-of-type(3) {
    width: 78px;
  }
}
.list_f_sns > li > a {
  display: grid;
  place-items: center;
}
.list_f_sns > li > a:hover {
  opacity: 0.6;
}

.list_banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .list_banner {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 15px;
  }
}
.list_banner > li > a {
  display: block;
}
.list_banner > li > a:hover {
  opacity: 0.6;
}

.list_common_about {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .list_common_about {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_common_about {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.list_common_about > li {
  width: 100%;
  aspect-ratio: 30/43;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .list_common_about > li {
    aspect-ratio: 30/35;
  }
}
@media screen and (max-width: 767px) {
  .list_common_about > li {
    aspect-ratio: 3/6;
    border-radius: 5px;
  }
}
.list_common_about > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .list_common_about > li::before {
    right: 5px;
  }
}
.list_common_about > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.list_common_about > li > a .contents_wrap {
  position: absolute;
  color: #fff;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .list_common_about > li > a .contents_wrap {
    padding: 10px;
  }
}
.list_common_about > li > a .contents_wrap .ttl {
  font-size: clamp(0.875rem, 0.602rem + 1.36vw, 1.625rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_common_about > li > a .contents_wrap .ttl {
    margin-bottom: 10px;
  }
}
.list_common_about > li > a .contents_wrap .txt {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.list_common_about > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(83, 157, 152, 0.4);
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .list_common_about > li > a:hover {
    transform: scale(1.1);
  }
}
.list_common_about > li:nth-of-type(1)::before {
  background: url(../images/list_about_ttl_01.svg) no-repeat center/contain;
  width: 35px;
  aspect-ratio: 35/154;
}
@media screen and (max-width: 767px) {
  .list_common_about > li:nth-of-type(1)::before {
    width: 25px;
  }
}
.list_common_about > li:nth-of-type(1) > a {
  background: url(../images/bg_about_01.jpg) no-repeat center/cover;
}
.list_common_about > li:nth-of-type(2)::before {
  background: url(../images/list_about_ttl_02.svg) no-repeat center/contain;
  width: 35px;
  aspect-ratio: 35/221;
}
@media screen and (max-width: 767px) {
  .list_common_about > li:nth-of-type(2)::before {
    width: 25px;
  }
}
.list_common_about > li:nth-of-type(2) > a {
  background: url(../images/bg_about_02.jpg) no-repeat center/cover;
}
.list_common_about > li:nth-of-type(3)::before {
  background: url(../images/list_about_ttl_03.svg) no-repeat center/contain;
  width: 28px;
  aspect-ratio: 28/154;
}
@media screen and (max-width: 767px) {
  .list_common_about > li:nth-of-type(3)::before {
    width: 18px;
  }
}
.list_common_about > li:nth-of-type(3) > a {
  background: url(../images/bg_about_03.jpg) no-repeat center/cover;
}
.list_common_about > li:nth-of-type(4)::before {
  background: url(../images/list_about_ttl_04.svg) no-repeat center/contain;
  width: 35px;
  aspect-ratio: 35/183;
}
@media screen and (max-width: 767px) {
  .list_common_about > li:nth-of-type(4)::before {
    width: 25px;
  }
}
.list_common_about > li:nth-of-type(4) > a {
  background: url(../images/bg_about_04.jpg) no-repeat center/cover;
}

.list_common_recruit_about {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .list_common_recruit_about {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.list_common_recruit_about > li {
  width: 100%;
  aspect-ratio: 30/43;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .list_common_recruit_about > li {
    aspect-ratio: 30/35;
  }
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about > li {
    aspect-ratio: 3/6;
    border-radius: 5px;
  }
}
.list_common_recruit_about > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 28px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about > li::before {
    right: 5px;
  }
}
.list_common_recruit_about > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.list_common_recruit_about > li > a .contents_wrap {
  position: absolute;
  color: #fff;
  z-index: 3;
  left: 0;
  bottom: 0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about > li > a .contents_wrap {
    padding: 10px;
  }
}
.list_common_recruit_about > li > a .contents_wrap .ttl {
  font-size: clamp(0.875rem, 0.602rem + 1.36vw, 1.625rem);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about > li > a .contents_wrap .ttl {
    margin-bottom: 10px;
  }
}
.list_common_recruit_about > li > a .contents_wrap .txt {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
}
.list_common_recruit_about > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(83, 157, 152, 0.4);
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .list_common_recruit_about > li > a:hover {
    transform: scale(1.1);
  }
}
.list_common_recruit_about > li:nth-of-type(1)::before {
  background: url(../images/list_recruit_about_ttl_01.svg) no-repeat center/contain;
  width: 27px;
  aspect-ratio: 27/155;
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about > li:nth-of-type(1)::before {
    width: 25px;
  }
}
.list_common_recruit_about > li:nth-of-type(1) > a {
  background: url(../images/bg_recruit_about_01.jpg) no-repeat center/cover;
}
.list_common_recruit_about > li:nth-of-type(2)::before {
  background: url(../images/list_recruit_about_ttl_02.svg) no-repeat center/contain;
  width: 27px;
  aspect-ratio: 27/131;
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about > li:nth-of-type(2)::before {
    width: 25px;
  }
}
.list_common_recruit_about > li:nth-of-type(2) > a {
  background: url(../images/bg_recruit_about_02.jpg) no-repeat center/cover;
}
.list_common_recruit_about > li:nth-of-type(3)::before {
  background: url(../images/list_recruit_about_ttl_03.svg) no-repeat center/contain;
  width: 27px;
  aspect-ratio: 27/238;
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about > li:nth-of-type(3)::before {
    width: 18px;
  }
}
.list_common_recruit_about > li:nth-of-type(3) > a {
  background: url(../images/bg_recruit_about_03.jpg) no-repeat center/cover;
}
.list_common_recruit_about > li:nth-of-type(4)::before {
  background: url(../images/list_recruit_about_ttl_04.svg) no-repeat center/contain;
  width: 27px;
  aspect-ratio: 27/161;
}
@media screen and (max-width: 767px) {
  .list_common_recruit_about > li:nth-of-type(4)::before {
    width: 25px;
  }
}
.list_common_recruit_about > li:nth-of-type(4) > a {
  background: url(../images/bg_recruit_about_04.jpg) no-repeat center/cover;
}

.list_book {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
@media screen and (max-width: 1200px) {
  .list_book {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list_book {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }
}
.list_book > li > a {
  color: #333333;
}
.list_book > li > a .img_wrap {
  display: grid;
  place-items: center;
  background-color: #FAFAFA;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 31/43;
  margin-bottom: 18px;
}
.list_book > li > a .img_wrap img {
  width: 78%;
  transition: 0.3s;
}
.list_book > li > a .txt_01 {
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  line-height: 1.6;
  margin-bottom: 15px;
}
.list_book > li > a .ttl_01 {
  font-weight: bold;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: 15px;
}
.list_book > li > a .txt_02 {
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
  line-height: 1.6;
  margin-bottom: 30px;
}
.list_book > li > a .icon_amazon {
  background-color: #539D98;
  color: #fff;
  display: grid;
  place-items: center;
  width: 79%;
  height: 44px;
  border-radius: 5px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .list_book > li > a .icon_amazon {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .list_book > li > a .icon_amazon {
    width: 80%;
  }
}
.list_book > li > a .icon_amazon > span {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
.list_book > li > a .icon_amazon > span::before {
  position: absolute;
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/icon_amazon.svg) no-repeat center/contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.list_book > li > a:hover {
  color: #539D98;
}
.list_book > li > a:hover .img_wrap img {
  width: 80%;
}

.list_category_wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .list_category_wrap {
    align-items: center;
  }
}
.list_category_wrap .tab_title {
  margin-right: 40px;
  font-family: "Outfit", sans-serif;
  color: #539D98;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_category_wrap .tab_title {
    margin-right: 10px;
  }
}
.list_category_wrap .list_category {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 30px;
  grid-row-gap: 5px;
}
@media screen and (max-width: 767px) {
  .list_category_wrap .list_category {
    display: none;
  }
}
.list_category_wrap .list_category > li > a {
  color: #333333;
  display: inline-block;
  padding: 0 15px 7px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  border-bottom: solid 1px #fff;
  position: relative;
}
.list_category_wrap .list_category > li > a::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #539D98;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.list_category_wrap .list_category > li > a:hover {
  border-bottom: solid 1px #539D98;
}
.list_category_wrap .list_category > li a.active {
  border-bottom: solid 1px #539D98;
}
.list_category_wrap .list_category_2 {
  grid-row-gap: 15px;
}

.list_staff_detail > li {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_staff_detail > li {
    margin-bottom: 50px;
  }
}
.list_staff_detail > li .contents_wrap {
  max-width: 980px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .list_staff_detail > li .contents_wrap {
    margin: 30px auto 0;
  }
}
.list_staff_detail li.name_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .list_staff_detail li.name_section {
    margin-bottom: 80px;
  }
}
.list_staff_detail li.name_section .img_wrap {
  width: 35%;
  aspect-ratio: 43/59;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_staff_detail li.name_section .img_wrap {
    width: 100%;
  }
}
.list_staff_detail li.name_section .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.list_staff_detail li.name_section .img_wrap::after {
  content: "";
  width: 434px;
  aspect-ratio: 434/373;
  background: url(../images/dec_mv_01.svg) no-repeat center/contain;
  position: absolute;
  bottom: -78px;
  right: -93px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .list_staff_detail li.name_section .img_wrap::after {
    top: 40px;
    width: 80%;
  }
}
.list_staff_detail li.name_section .contents_wrap {
  margin-top: 100px;
  width: 59%;
}
@media screen and (max-width: 1200px) {
  .list_staff_detail li.name_section .contents_wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .list_staff_detail li.name_section .contents_wrap {
    margin-top: 40px;
    width: 100%;
  }
}
.list_staff_detail li.name_section .contents_wrap .post_txt {
  margin-top: 15px;
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.list_recruit_staff_detail > li {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_recruit_staff_detail > li {
    margin-bottom: 50px;
  }
}
.list_recruit_staff_detail > li .contents_wrap {
  max-width: 980px;
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .list_recruit_staff_detail > li .contents_wrap {
    margin: 30px auto 0;
  }
}
.list_recruit_staff_detail li.name_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .list_recruit_staff_detail li.name_section {
    margin-bottom: 80px;
  }
}
.list_recruit_staff_detail li.name_section .img_wrap {
  width: 35%;
  aspect-ratio: 43/59;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_recruit_staff_detail li.name_section .img_wrap {
    width: 100%;
  }
}
.list_recruit_staff_detail li.name_section .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.list_recruit_staff_detail li.name_section .contents_wrap {
  margin-top: 100px;
  width: 59%;
}
@media screen and (max-width: 1200px) {
  .list_recruit_staff_detail li.name_section .contents_wrap {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .list_recruit_staff_detail li.name_section .contents_wrap {
    margin-top: 40px;
    width: 100%;
  }
}
.list_recruit_staff_detail li.name_section .contents_wrap .post_txt {
  margin-top: 15px;
  font-size: 1rem;
  letter-spacing: 0.06em;
}
.list_recruit_staff_detail li.name_section .contents_wrap .table_profile {
  margin-top: 30px;
  width: 100%;
}
.list_recruit_staff_detail li.name_section .contents_wrap .table_profile tr th, .list_recruit_staff_detail li.name_section .contents_wrap .table_profile tr td {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.list_recruit_staff_detail li.name_section .contents_wrap .table_profile tr th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .list_recruit_staff_detail li.name_section .contents_wrap .table_profile tr th {
    width: 40%;
  }
}
.list_recruit_staff_detail li.name_section .contents_wrap .table_profile tr td {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .list_recruit_staff_detail li.name_section .contents_wrap .table_profile tr td {
    width: 60%;
  }
}

.list_base_02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_base_02 {
    justify-content: flex-start;
    margin-bottom: 50px;
  }
}
.list_base_02 > li > a {
  display: block;
  background-color: #539D98;
  color: #fff;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  line-height: 1;
  padding: 15px 70px 15px 17px;
  border-radius: 5px;
  position: relative;
}
.list_base_02 > li > a::after {
  content: "";
  position: absolute;
  width: 11px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_w_down.svg) no-repeat center/contain;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.list_base_02 > li > a:hover {
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.16));
}
.list_base_02 > li > a:hover::after {
  top: 60%;
}

.list_service_s_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list_service_s_01 {
    margin-bottom: -60px;
  }
}
.list_service_s_01 > li {
  width: 30%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_service_s_01 > li {
    width: 100%;
  }
  .list_service_s_01 > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_service_s_01 > li .img_wrap {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_service_s_01 > li .img_wrap {
    margin-bottom: 30px;
  }
}
.list_service_s_01 > li .img_wrap .service_name {
  position: absolute;
  right: 17px;
  top: 30px;
  color: #fff;
  transform-origin: top left;
  transform: translateX(90%) rotate(90deg);
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .list_service_s_01 > li .img_wrap .service_name {
    top: 20px;
    right: 10px;
  }
}
.list_service_s_01 > li .img_wrap img {
  width: 100%;
  border-radius: 15px;
}
.list_service_s_01 > li .img_wrap .service_name {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  transform: rotate(90);
}
.list_service_s_01 > li .ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_service_s_01 > li .ttl {
    line-height: 1.5;
  }
}
.list_service_s_01 > li .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.list_service_s_02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list_service_s_02 {
    margin-bottom: -60px;
  }
}
.list_service_s_02 > li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .list_service_s_02 > li:nth-of-type(3),
  .list_service_s_02 > li :nth-of-type(5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .list_service_s_02 > li {
    width: 100%;
  }
  .list_service_s_02 > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_service_s_02 > li .img_wrap {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_service_s_02 > li .img_wrap {
    margin-bottom: 30px;
  }
}
.list_service_s_02 > li .img_wrap .service_name {
  position: absolute;
  right: 17px;
  top: 30px;
  color: #fff;
  transform-origin: top left;
  transform: translateX(90%) rotate(90deg);
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .list_service_s_02 > li .img_wrap .service_name {
    top: 20px;
    right: 10px;
  }
}
.list_service_s_02 > li .img_wrap img {
  width: 100%;
  border-radius: 15px;
}
.list_service_s_02 > li .img_wrap .service_name {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  transform: rotate(90);
}
.list_service_s_02 > li .ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_service_s_02 > li .ttl {
    line-height: 1.5;
  }
}
.list_service_s_02 > li .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.list_service_s_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list_service_s_03 {
    margin-bottom: -60px;
  }
}
.list_service_s_03 > li {
  width: 22%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_service_s_03 > li {
    width: 100%;
  }
  .list_service_s_03 > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_service_s_03 > li .img_wrap {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_service_s_03 > li .img_wrap {
    margin-bottom: 30px;
  }
}
.list_service_s_03 > li .img_wrap .service_name {
  position: absolute;
  right: 17px;
  top: 30px;
  color: #fff;
  transform-origin: top left;
  transform: translateX(90%) rotate(90deg);
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 200;
}
@media screen and (max-width: 1200px) {
  .list_service_s_03 > li .img_wrap .service_name {
    font-size: 0.875rem;
    top: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .list_service_s_03 > li .img_wrap .service_name {
    font-size: 1.25rem;
    top: 20px;
    right: 10px;
  }
}
.list_service_s_03 > li .img_wrap img {
  width: 100%;
  border-radius: 15px;
}
.list_service_s_03 > li .ttl {
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_service_s_03 > li .ttl {
    line-height: 1.5;
  }
}
.list_service_s_03 > li .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.list_service_s_04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list_service_s_04 {
    margin-bottom: -60px;
  }
}
.list_service_s_04 > li {
  width: 47.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_service_s_04 > li {
    width: 100%;
  }
  .list_service_s_04 > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_service_s_04 > li .img_wrap {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list_service_s_04 > li .img_wrap {
    margin-bottom: 30px;
  }
}
.list_service_s_04 > li .img_wrap .service_name {
  position: absolute;
  right: 17px;
  top: 30px;
  color: #fff;
  transform-origin: top left;
  transform: translateX(90%) rotate(90deg);
  font-family: "Outfit", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .list_service_s_04 > li .img_wrap .service_name {
    top: 20px;
    right: 10px;
  }
}
.list_service_s_04 > li .img_wrap img {
  width: 100%;
  border-radius: 15px;
}
.list_service_s_04 > li .img_wrap .service_name {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  transform: rotate(90);
}
.list_service_s_04 > li .ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_service_s_04 > li .ttl {
    line-height: 1.5;
  }
}
.list_service_s_04 > li .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.list_service_message > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_service_message > li {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .list_service_message > li:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
.list_service_message > li:last-of-type {
  margin-bottom: 0;
}
.list_service_message > li .txt_wrap {
  width: 46%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .list_service_message > li .txt_wrap {
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_service_message > li .txt_wrap .number {
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
  color: #B1B1B1;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 6px;
}
.list_service_message > li .img_wrap {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .list_service_message > li .img_wrap {
    width: 100%;
  }
}
.list_service_message > li .img_wrap img {
  width: 100%;
  border-radius: 15px;
}

.list_flow > li {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .list_flow > li {
    margin-bottom: 30px;
  }
}
.list_flow > li:last-of-type {
  margin-bottom: 0;
}
.list_flow > li .arrow_box {
  position: relative;
  width: 100%;
  background-color: #7C7C7C;
  color: #fff;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 25px 25px 0;
  margin-bottom: 40px;
}
.list_flow > li .arrow_box .number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #B1B1B1;
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  font-size: clamp(2.5rem, 2.045rem + 2.27vw, 3.75rem);
}
.list_flow > li .arrow_box::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 764/21;
  background: #7C7C7C;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .list_flow > li .arrow_box::after {
    aspect-ratio: 30/3;
  }
}

.list_contact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 1200px) {
  .list_contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .list_contact {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.list_contact > li {
  text-align: center;
  border-right: dashed 1px #539D98;
}
@media screen and (max-width: 1200px) {
  .list_contact > li:nth-of-type(2) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .list_contact > li {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: dashed 1px #539D98;
  }
}
.list_contact > li:nth-of-type(3) {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .list_contact > li:nth-of-type(3) {
    border-bottom: none;
  }
}
.list_contact > li .ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  margin-bottom: 5px;
}
.list_contact > li .txt {
  font-size: 1rem;
}

.list_topics_category {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.list_topics_category > li {
  display: inline-block;
  background-color: #FAFAFA;
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  line-height: 1.5;
  padding: 10px 15px;
  border-radius: 50px;
}

.list_recruit_about {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 68px;
  grid-row-gap: 80px;
}
@media screen and (max-width: 1200px) {
  .list_recruit_about {
    grid-column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_recruit_about {
    grid-template-columns: 1fr;
  }
}
.list_recruit_about > li .img_wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_recruit_about > li .img_wrap {
    margin-bottom: 20px;
  }
}
.list_recruit_about > li .img_wrap::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(83, 157, 152, 0.4);
  left: 0;
  top: 0;
  z-index: 0;
}
.list_recruit_about > li .img_wrap img {
  width: 100%;
}
.list_recruit_about > li .img_wrap .recruit_ttl_wrap {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.list_recruit_about > li .img_wrap .recruit_ttl_wrap .ttl_01 {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
}
.list_recruit_about > li .img_wrap .recruit_ttl_wrap .txt_01 {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  text-align: center;
  line-height: 1.5;
  display: block;
}
.list_recruit_about > li .txt_wrap {
  font-size: 0.938rem;
  margin-bottom: 40px;
  letter-spacing: 0;
}

.list_faq > li {
  margin-bottom: 60px;
}
.list_faq > li:last-of-type {
  margin-bottom: 0;
}
.list_faq > li .ttl {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_faq > li .ttl {
    margin-bottom: 10px;
  }
}
.list_faq > li .ttl > p {
  width: 100%;
  display: block;
  border-bottom: solid 1px #333333;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.08em;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .list_faq > li .ttl > p {
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
.list_faq > li .comment_box {
  display: flex;
  align-items: baseline;
}
.list_faq > li .comment_box > p {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.06em;
}
.list_faq > li .en {
  font-family: "Bebas Neue", sans-serif;
  color: #539D98;
  line-height: 1;
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  letter-spacing: 0.04em;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .list_faq > li .en {
    margin-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  .list_recruit_event {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 60px;
  }
}
.list_recruit_event {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .list_recruit_event {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
.list_recruit_event > li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_recruit_event > li {
    margin-bottom: 60px;
  }
  .list_recruit_event > li:last-of-type {
    margin-bottom: 0;
  }
}
.list_recruit_event > li .img_wrap {
  position: relative;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_recruit_event > li .img_wrap {
    margin-bottom: 20px;
  }
}
.list_recruit_event > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_recruit_event > li .img_wrap .service_name {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 1.25rem;
  transform: rotate(90);
}
.list_recruit_event > li .ttl {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .list_recruit_event > li .ttl {
    line-height: 1.5;
  }
}
.list_recruit_event > li .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list_recruit_event > li .txt {
    margin-bottom: 20px;
  }
}

.list_recruit_entry > li {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .list_recruit_entry > li {
    margin-bottom: 60px;
  }
}
.list_recruit_entry > li:last-of-type {
  margin-bottom: 0;
}
.list_program > li .list_program_ttl_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.list_program > li .list_program_ttl_wrap .number {
  background-color: #539D98;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  line-height: 1;
  display: grid;
  place-items: center;
  width: 100px;
  height: 35px;
  border-radius: 30px;
  margin-right: 18px;
}
.list_program > li .list_program_ttl_wrap .ttl_01 {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.list_program > li {
  padding-bottom: 25px;
  border-bottom: dotted 1px #333333;
  margin-bottom: 40px;
}
.list_program > li:last-of-type {
  margin-bottom: 0;
}

.list_sitemap > li {
  margin-bottom: 15px;
}
.list_sitemap > li:last-of-type {
  margin-bottom: 0;
}
.list_sitemap > li > a {
  letter-spacing: 0.06em;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  padding-left: 15px;
  position: relative;
}
.list_sitemap > li > a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #539D98;
  border-right: 1px solid #539D98;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  left: 0;
}

.list_history {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.list_history > li {
  background-color: #FAFAFA;
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_history > li {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}
.list_history > li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: calc(100% - 80px);
  top: 40px;
  left: 0;
  background-color: #539D98;
}
@media screen and (max-width: 767px) {
  .list_history > li::before {
    height: calc(100% - 60px);
    top: 30px;
    width: 4px;
  }
}
.list_history > li:last-of-type {
  margin-bottom: 0;
}
.list_history > li .date {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.5;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: solid 3px #333333;
  margin-bottom: 20px;
}
.list_history > li .ttl_01 {
  font-weight: bold;
  color: #539D98;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.list_history > li .txt_wrap {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  letter-spacing: 0.06em;
  line-height: 1.8;
}

.list_recruit_career {
  max-width: 970px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .list_recruit_career {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0 auto 60px;
  }
}
.list_recruit_career > li {
  width: 100%;
  height: 65px;
}
.list_recruit_career > li > a {
  display: grid;
  width: 100%;
  height: 100%;
  border: solid 1px #333333;
  place-items: center;
  font-size: clamp(0.688rem, 0.597rem + 0.45vw, 0.938rem);
  letter-spacing: 0.06em;
  color: #333333;
  position: relative;
}
.list_recruit_career > li > a::after {
  position: absolute;
  content: "";
  display: inline-block;
  color: #333333;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid #333333;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  top: 30px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  .list_recruit_career > li > a::after {
    right: 10px;
  }
}
.list_recruit_career > li > a:hover {
  border: solid 1px #539D98;
  color: #539D98;
}

.list_recruit_career_2 > li {
  margin-bottom: 100px;
}
.list_recruit_career_2 > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_recruit_career_2 > li {
    margin-bottom: 60px;
  }
}

.js-acc-trigger {
  cursor: pointer;
  position: relative;
}
.js-acc-trigger::after {
  content: "＋";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .js-acc-trigger::after {
    right: 5px;
  }
}

.js-acc-trigger[aria-expanded=true]::after {
  content: "－";
}

.acc-close-btn {
  color: #fff;
  display: grid;
  place-items: center;
  max-width: 360px;
  width: 100%;
  height: 65px;
  background: #539D98;
  border: #539D98 1px solid;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.08em;
  position: relative;
  border-radius: 5px;
  transition: 0.3s;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .acc-close-btn {
    max-width: 100%;
  }
}
.acc-close-btn::after {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_white.svg) no-repeat center/contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s;
}
.acc-close-btn:hover {
  background: #fff;
  color: #539D98;
}
.acc-close-btn:hover::after {
  background: url(../images/arrow_green.svg) no-repeat center/contain;
}

.dlist_message dt {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 15px;
  padding-left: 55px;
  border-bottom: solid 1px #B1B1B1;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .dlist_message dt {
    padding-left: 40px;
  }
}
.dlist_message dt::before {
  position: absolute;
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border: 5px solid #539D98;
  border-radius: 50%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dlist_message dt::before {
    width: 30px;
  }
}
.dlist_message dd {
  font-size: 1rem;
  letter-spacing: 0.06em;
}

.dl_policy dt {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: solid 1px #B1B1B1;
  margin-bottom: 20px;
}
.dl_policy dd {
  font-size: 0.938rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 60px;
}
.dl_policy dd:last-of-type {
  margin-bottom: 0;
}
.dl_policy dd p {
  margin-bottom: 20px;
}
.dl_policy dd p:last-of-type {
  margin-bottom: 0;
}

.dl_article {
  background-color: #FAFAFA;
  padding: 35px;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .dl_article {
    padding: 25px 20px;
  }
}
.dl_article dt {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.dl_article dd {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}

.table_company {
  width: 100%;
  max-width: 717px;
  margin: auto;
}
.table_company th {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.5;
  width: 24%;
  padding: 25px 0;
  border-bottom: solid 1px #B1B1B1;
  font-weight: 400;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_company th {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
    border-bottom: none;
  }
}
.table_company td {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 76%;
  padding: 25px 0;
  border-bottom: solid 1px #B1B1B1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table_company td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
}

.table_history {
  width: 100%;
  margin: auto;
}
.table_history tr::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  border: solid 1px #539D98;
  border-radius: 50%;
  transition: 0.3s;
  margin-top: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .table_history tr::before {
    margin-top: 16px;
    margin-right: 5px;
  }
}
.table_history th {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.5;
  width: 24%;
  padding: 25px 0;
  border-bottom: solid 1px #B1B1B1;
  font-weight: 400;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_history th {
    width: calc(100% - 35px);
    display: inline-block;
    padding: 20px 0 0 0;
    border-bottom: none;
  }
}
.table_history td {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 76%;
  padding: 25px 0;
  border-bottom: solid 1px #B1B1B1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table_history td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
}

.table_voice {
  width: 100%;
  max-width: 717px;
  margin: auto;
}
.table_voice th {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.5;
  width: 22%;
  padding: 18px 0;
  border-bottom: solid 1px #B1B1B1;
  font-weight: 400;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_voice th {
    width: 100%;
    display: block;
    padding: 18px 0 0 0;
    border-bottom: none;
  }
}
.table_voice td {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 78%;
  padding: 18px 0;
  border-bottom: solid 1px #B1B1B1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .table_voice td {
    display: block;
    width: 100%;
    padding: 8px 0 18px;
  }
}

.table_article, .topics_article table {
  width: 100%;
  margin: auto;
}
.table_article th, .topics_article table th {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 1.5;
  width: 30%;
  padding: 18px;
  text-align: center;
  background-color: #F0F0F0;
  font-weight: bold;
  vertical-align: top;
  border-bottom: solid 10px #fff;
  border-right: solid 10px #fff;
}
@media screen and (max-width: 767px) {
  .table_article th, .topics_article table th {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: none;
  }
}
.table_article td, .topics_article table td {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 70%;
  padding: 18px;
  background-color: #FCFCFC;
  font-weight: 400;
  border-bottom: solid 10px #fff;
}
@media screen and (max-width: 767px) {
  .table_article td, .topics_article table td {
    display: block;
    width: 100%;
  }
}

.table_recruitment {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.table_recruitment th {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  line-height: 1.5;
  width: 20%;
  padding: 18px;
  text-align: center;
  background-color: #F0F0F0;
  font-weight: bold;
  border-bottom: solid 10px #fff;
  border-right: solid 10px #fff;
  word-break: break-word; /* 日本語も英数字も折りやすく */
  overflow-wrap: anywhere; /* URLとかも折る */
}
@media screen and (max-width: 767px) {
  .table_recruitment th {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: none;
  }
}
.table_recruitment td {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
  width: 80%;
  padding: 18px;
  background-color: #FCFCFC;
  font-weight: 400;
  border-bottom: solid 10px #fff;
  word-break: break-word; /* 日本語も英数字も折りやすく */
  overflow-wrap: anywhere; /* URLとかも折る */
}
@media screen and (max-width: 767px) {
  .table_recruitment td {
    display: block;
    width: 100%;
  }
}

.top_ttl_b, .top_ttl_b_center {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.top_ttl_b::before, .top_ttl_b_center::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #539D98;
  margin-bottom: 5px;
}

.top_ttl_b_center {
  text-align: center;
}

.top_ttl, .top_ttl_center_s, .top_ttl_s, .top_ttl_center {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.top_ttl::before, .top_ttl_center_s::before, .top_ttl_s::before, .top_ttl_center::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(3.125rem, 2.67rem + 2.27vw, 4.375rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #539D98;
  margin-bottom: 5px;
}

.top_ttl_center {
  text-align: center;
}

.top_ttl_s::before {
  font-size: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
}

.top_ttl_center_s {
  text-align: center;
}
.top_ttl_center_s::before {
  font-size: clamp(3.125rem, 1.989rem + 5.68vw, 6.25rem);
}

.low_main_ttl {
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.low_main_ttl > span {
  display: block;
  font-size: clamp(0.875rem, 0.648rem + 1.14vw, 1.5rem);
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}

.sub_ttl {
  font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.sub_ttl::after {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 5px;
  color: #fff;
}

.main_ttl {
  display: flex;
  align-items: baseline;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    display: block;
  }
}
.main_ttl::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(1.875rem, 1.284rem + 2.95vw, 3.5rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #539D98;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .main_ttl::before {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.service_ttl {
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 85px;
  position: relative;
}
.service_ttl::after {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.938rem, 0.642rem + 1.48vw, 1.75rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #539D98;
  margin-top: 5px;
}
.service_ttl::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 48px;
  background-color: #707070;
  left: 50px;
  bottom: -67px;
}

.service_ttl_2 {
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
}
.service_ttl_2::after {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.938rem, 0.642rem + 1.48vw, 1.75rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #539D98;
  margin-top: 5px;
}

.voice_ttl {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 85px;
  position: relative;
}
.voice_ttl::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 48px;
  background-color: #707070;
  left: 50px;
  bottom: -67px;
}

.heading_circle {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 15px;
  padding-left: 55px;
  border-bottom: solid 1px #B1B1B1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading_circle {
    padding-left: 40px;
  }
}
.heading_circle::before {
  position: absolute;
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border: 5px solid #539D98;
  border-radius: 50%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .heading_circle::before {
    width: 30px;
  }
}

.heading_underline {
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 15px;
  border-bottom: solid 1px #B1B1B1;
  position: relative;
  margin-bottom: 20px;
}

.service_ttl_01, .voice_ttl_01 {
  background-color: #539D98;
  color: #fff;
  font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
  line-height: 1.5;
  letter-spacing: 0.08em;
  padding: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service_ttl_01, .voice_ttl_01 {
    padding: 15px 30px 15px 15px;
  }
}
.service_ttl_01::before, .voice_ttl_01::before {
  position: absolute;
  display: block;
  content: "";
  top: -108px;
  left: 50%;
  width: 1px;
  height: 108px;
  background: #707070;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .service_ttl_01::before, .voice_ttl_01::before {
    top: -80px;
    height: 80px;
  }
}

.voice_ttl_01::before {
  display: none;
}

.title_band, .title_band_en {
  width: 100%;
  background: linear-gradient(to right, #ffffff 0%, #d7ecea 10%, #539D98 25%, #539D98 75%, #d7ecea 90%, #ffffff 100%);
  padding: 15px 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .title_band, .title_band_en {
    background: linear-gradient(to right, #ffffff 0%, #d7ecea 2%, #539D98 10%, #539D98 90%, #d7ecea 98%, #ffffff 100%);
  }
}

.title_band_en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}

.ttl_cmn {
  font-size: 1.87em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    font-size: 1.5em;
  }
}
.ttl_cmn.center {
  text-align: center;
}

.heading_28px {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.heading_32px {
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.heading_36px {
  font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.heading_44px {
  font-size: clamp(1.438rem, 0.96rem + 2.39vw, 2.75rem);
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.heading_48px {
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  font-weight: 200;
  letter-spacing: 0.06em;
  line-height: 1.45;
}

.main_name {
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.main_name::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(1.875rem, 1.193rem + 3.41vw, 3.75rem);
  font-family: "Outfit", sans-serif;
  font-weight: 100;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #539D98;
  margin-bottom: 5px;
}

.ttl_dec_underline {
  border-bottom: solid 1px #333333;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl_dec_underline {
    padding-bottom: 15px;
  }
}

.side_line_ttl {
  border-left: solid 1px #539D98;
  line-height: 1.6;
  padding-left: 20px;
  font-size: clamp(1.063rem, 0.903rem + 0.8vw, 1.5rem);
}

.label_line_ttl {
  text-align: center;
  position: relative;
}
.label_line_ttl > span {
  position: relative;
  display: inline-block;
  font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
  background-color: #539D98;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 580px;
  letter-spacing: 0.06em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .label_line_ttl > span {
    padding: 10px 0;
  }
}
.label_line_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #539D98;
  top: 50%;
  left: 0;
  z-index: 0;
}

.heading_underline_s {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 3px #333333;
  margin-bottom: 20px;
}

.ttl_message {
  max-width: 670px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .ttl_message {
    max-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_message {
    max-width: 90%;
  }
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_green {
  color: #539D98;
}

.recruit_ttl, .recruit_ttl_center {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.recruit_ttl::before, .recruit_ttl_center::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(3.125rem, 2.67rem + 2.27vw, 4.375rem);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #539D98;
  margin-bottom: 5px;
}

.recruit_ttl_center {
  text-align: center;
}

.recruit_ttl_2, .recruit_ttl_2_s, .recruit_ttl_2_s_center, .recruit_ttl_2_center, .recruit_ttl_2_center_w {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.5;
  color: #539D98;
}
.recruit_ttl_2::before, .recruit_ttl_2_s::before, .recruit_ttl_2_s_center::before, .recruit_ttl_2_center::before, .recruit_ttl_2_center_w::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(4.375rem, 3.693rem + 3.41vw, 6.25rem);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #F2F2F2;
  margin-bottom: 5px;
}

.recruit_ttl_2_center, .recruit_ttl_2_center_w {
  text-align: center;
}

.recruit_ttl_2_center_w {
  color: #fff;
}
.recruit_ttl_2_center_w::before {
  color: #fff;
}

.recruit_ttl_2_s::before, .recruit_ttl_2_s_center::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #F2F2F2;
  margin-bottom: 5px;
}

.recruit_ttl_2_s_center {
  text-align: center;
}

.text_bold {
  font-weight: bold !important;
}

.recruit_header_ttl {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.recruit_header_ttl::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(2.25rem, 1.477rem + 3.86vw, 4.375rem);
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}

a.more_w {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  width: 100%;
  max-width: 244px;
  padding-bottom: 7px;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: left;
}
a.more_w::after {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_white.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.more_w:hover {
  opacity: 0.6;
}
a.button {
  color: #fff;
  display: grid;
  place-items: center;
  max-width: 360px;
  width: 100%;
  height: 65px;
  background: #539D98;
  border: #539D98 1px solid;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  letter-spacing: 0.08em;
  position: relative;
  border-radius: 5px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.button {
    max-width: 100%;
  }
}
a.button::after {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_white.svg) no-repeat center/contain;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.button:hover {
  background: #fff;
  color: #539D98;
}
a.button:hover::after {
  background: url(../images/arrow_green.svg) no-repeat center/contain;
}
a.button_round, a.button_round_center {
  color: #333333;
  display: grid;
  place-items: center;
  max-width: 450px;
  width: 100%;
  height: 70px;
  border: #539D98 1px solid;
  border-radius: 35px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.button_round, a.button_round_center {
    max-width: 100%;
  }
}
a.button_round::after, a.button_round_center::after {
  content: "";
  position: absolute;
  width: 14.69px;
  aspect-ratio: 14.69/14.71;
  background: url(../images/arrow_black.svg) no-repeat center/100%;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.button_round:hover, a.button_round_center:hover {
  background: #fff;
  color: #539D98;
}
a.button_round:hover::after, a.button_round_center:hover::after {
  right: 15px;
  background: url(../images/arrow_green.svg) no-repeat center/100%;
}
a.button_round_center {
  margin: auto;
}
a.arrow_btn {
  margin-top: 95px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.08em;
  display: inline-block;
  padding-right: 95px;
  position: relative;
  color: #333333;
}
@media screen and (max-width: 1200px) {
  a.arrow_btn {
    padding-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  a.arrow_btn {
    margin-top: 65px;
    padding-right: 65px;
  }
}
a.arrow_btn > span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
a.arrow_btn::after {
  content: "";
  position: absolute;
  width: 124px;
  aspect-ratio: 1/1;
  background: url(../images/circle_arrow.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  a.arrow_btn::after {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  a.arrow_btn::after {
    width: 80px;
  }
}
a.arrow_btn:hover::after {
  right: -5px;
}
a.button_round_white, a.button_round_white_center {
  color: #333333;
  display: grid;
  place-items: center;
  max-width: 680px;
  width: 100%;
  height: 120px;
  background: #fff;
  border: #fff 1px solid;
  border-radius: 60px;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  a.button_round_white, a.button_round_white_center {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  a.button_round_white, a.button_round_white_center {
    max-width: 100%;
    height: 60px;
  }
}
a.button_round_white::after, a.button_round_white_center::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 767px) {
  a.button_round_white::after, a.button_round_white_center::after {
    width: 10px;
    height: 10px;
  }
}
a.button_round_white:hover, a.button_round_white_center:hover {
  background: #fff;
  color: #539D98;
}
a.button_round_white:hover::after, a.button_round_white_center:hover::after {
  right: 20px;
}
a.button_round_white_center {
  margin: auto;
}
a.button_round_white_small, a.button_round_white_small_center {
  color: #333333;
  display: grid;
  place-items: center;
  max-width: 450px;
  width: 100%;
  height: 70px;
  background: #fff;
  border: #539D98 1px solid;
  border-radius: 60px;
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  a.button_round_white_small, a.button_round_white_small_center {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  a.button_round_white_small, a.button_round_white_small_center {
    max-width: 100%;
    height: 60px;
  }
}
a.button_round_white_small > span, a.button_round_white_small_center > span {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
a.button_round_white_small::after, a.button_round_white_small_center::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 767px) {
  a.button_round_white_small::after, a.button_round_white_small_center::after {
    width: 10px;
    height: 10px;
  }
}
a.button_round_white_small:hover, a.button_round_white_small_center:hover {
  background: #fff;
  color: #539D98;
}
a.button_round_white_small:hover::after, a.button_round_white_small_center:hover::after {
  right: 20px;
}
a.button_round_white_small_center {
  margin: auto;
}
a.button_round_2 {
  color: #333333;
  display: grid;
  place-items: center;
  width: 100%;
  height: 120px;
  background: #fff;
  border: #fff 1px solid;
  border-radius: 60px;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  a.button_round_2 {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  a.button_round_2 {
    max-width: 100%;
    height: 60px;
  }
}
a.button_round_2::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 767px) {
  a.button_round_2::after {
    width: 10px;
    height: 10px;
  }
}
a.button_round_2:hover {
  background: #fff;
  color: #539D98;
}
a.button_round_2:hover::after {
  right: 20px;
}
a.button_round_black, a.button_round_black_center {
  color: #fff;
  display: grid;
  place-items: center;
  max-width: 610px;
  width: 100%;
  height: 120px;
  background: #333333;
  border: #333333 1px solid;
  border-radius: 60px;
  font-size: clamp(0.938rem, 0.778rem + 0.8vw, 1.375rem);
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.3s;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1200px) {
  a.button_round_black, a.button_round_black_center {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  a.button_round_black, a.button_round_black_center {
    max-width: 100%;
    height: 60px;
  }
}
a.button_round_black::after, a.button_round_black_center::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  top: 50%;
  right: 30px;
}
@media screen and (max-width: 767px) {
  a.button_round_black::after, a.button_round_black_center::after {
    width: 10px;
    height: 10px;
  }
}
a.button_round_black:hover, a.button_round_black_center:hover {
  background: #fff;
  color: #333333;
  box-shadow: none;
}
a.button_round_black:hover::after, a.button_round_black_center:hover::after {
  right: 20px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
a.button_round_black_center {
  margin: auto;
}
a.article_btn, a.articlecenter__btn {
  color: #fff;
  display: grid;
  place-items: center;
  max-width: 300px;
  width: 100%;
  height: 56px;
  border: #539D98 1px solid;
  border-radius: 35px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.3s;
  background-color: #539D98;
}
@media screen and (max-width: 767px) {
  a.article_btn, a.articlecenter__btn {
    max-width: 100%;
  }
}
a.article_btn::after, a.articlecenter__btn::after {
  content: "";
  position: absolute;
  width: 14.69px;
  aspect-ratio: 14.69/14.71;
  background: url(../images/arrow_white.svg) no-repeat center/100%;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.article_btn:hover, a.articlecenter__btn:hover {
  background: #fff;
  color: #539D98;
}
a.article_btn:hover::after, a.articlecenter__btn:hover::after {
  right: 15px;
  background: url(../images/arrow_green.svg) no-repeat center/100%;
}
a.articlecenter__btn {
  margin: auto;
}
a.recruit_btn, a.recruit_btn_l, a.recruit_btn_l_center, a.recruit_btn_center {
  color: #fff;
  display: grid;
  place-items: center;
  max-width: 360px;
  width: 100%;
  height: 65px;
  border-radius: 40px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  letter-spacing: 0.08em;
  position: relative;
  transition: 0.3s;
  line-height: 1.5;
  background: url(../images/bg_button.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  a.recruit_btn, a.recruit_btn_l, a.recruit_btn_l_center, a.recruit_btn_center {
    max-width: 100%;
  }
}
a.recruit_btn::after, a.recruit_btn_l::after, a.recruit_btn_l_center::after, a.recruit_btn_center::after {
  content: "";
  position: absolute;
  width: 14.69px;
  aspect-ratio: 14.69/14.71;
  background: url(../images/arrow_white.svg) no-repeat center/100%;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.recruit_btn:hover, a.recruit_btn_l:hover, a.recruit_btn_l_center:hover, a.recruit_btn_center:hover {
  opacity: 0.7;
}
a.recruit_btn:hover::after, a.recruit_btn_l:hover::after, a.recruit_btn_l_center:hover::after, a.recruit_btn_center:hover::after {
  right: 15px;
  background: url(../images/arrow_green.svg) no-repeat center/100%;
}
a.recruit_btn_center {
  margin: auto;
}
a.recruit_btn_l, a.recruit_btn_l_center {
  max-width: 660px;
  background: url(../images/bg_button_l.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  a.recruit_btn_l, a.recruit_btn_l_center {
    max-width: 100%;
  }
}
a.recruit_btn_l_center {
  margin: auto;
}

.page_top {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  width: 63px;
  aspect-ratio: 63/87;
}
@media screen and (max-width: 1200px) {
  .page_top {
    width: 63px;
  }
}
@media screen and (max-width: 767px) {
  .page_top {
    width: 40px;
  }
}

.page_top.is-show {
  opacity: 1;
  visibility: visible;
}

#list_breadcrumb {
  font-size: clamp(0.625rem, 0.534rem + 0.45vw, 0.875rem);
  padding: 30px 0;
  margin: 0;
  color: #333333;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  #list_breadcrumb {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    padding: 15px 0;
  }
}
#list_breadcrumb a {
  color: #333333;
}

img.bg_img {
  width: 100%;
}

.grecaptcha_text {
  padding: 25px 0 0;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .grecaptcha_text {
    text-align: center;
    padding: 30px 0 0;
  }
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.tel_wrap {
  color: #539D98;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
}
.tel_wrap > span {
  font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .tel_wrap a {
    font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  }
}

.wp-pagenavi {
  margin: 60px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 80px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  background: #B1B1B1;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: #539D98;
}
.wp-pagenavi .current {
  background: #539D98;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.line_frame {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .line_frame {
    padding: 20px 0;
  }
}
.line_frame {
  text-align: center;
  line-height: 1.6;
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  letter-spacing: 0.06em;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
}

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  width: 100%;
  display: block;
  padding: 0 0 1em;
  font-weight: 400;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
.contactform tr td {
  width: 100%;
  display: block;
  padding: 0 0 2em;
  font-weight: 400;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border-radius: 5px;
  border: solid 1px #333333;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 10px;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  display: grid;
  place-items: center;
  max-width: 500px;
  width: 90%;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
  padding: 1.5em;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #539D98;
  transition: 0.3s;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #333333;
  margin-top: 1.5em;
}

.input_s {
  width: 25%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .input_s {
    width: 40%;
  }
}

.required {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  color: #ED0000;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}

.policy_wrap .ttl_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.policy_wrap .txt {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
.policy_wrap .txt > a {
  color: #333333;
  text-decoration: underline;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-bottom: 10px;
}

.m0 {
  margin-bottom: 0;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m15 {
  margin-bottom: 0.9375rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m25 {
  margin-bottom: 1.5625rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.list_pagination {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  font-size: 0.875em;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 60px auto 50px;
  }
}
.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 100%;
  }
}
.list_pagination li.prev a {
  padding-left: 40px;
}
.list_pagination li.prev a::after {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_black.svg) no-repeat center top/contain;
  top: 7px;
  left: 0;
  transform: scale(-1, 1);
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    display: none;
  }
}
.list_pagination li.next {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 40px;
}
.list_pagination li.next a::after {
  content: "";
  position: absolute;
  width: 14px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_black.svg) no-repeat center top/100%;
  top: 7px;
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  color: #333333;
}
.list_pagination li a:hover {
  opacity: 0.5;
}

a.btn_blog_sp {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #333333;
}

.article_ttl2, .topics_article h2, .list_recruit_entry > li .text_contents h2 {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 20px;
}

.article_ttl3, .topics_article h3, .list_recruit_entry > li .text_contents h3 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 20px;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

.swiper_parent {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper_pagination_top {
  display: flex;
  justify-content: center;
  bottom: -40px !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_top {
    justify-content: flex-start;
    bottom: -30px !important;
  }
}
.swiper_pagination_top span {
  opacity: 1 !important;
  background-color: #fff;
  width: 100px;
  height: 3px;
  margin: 0 15px 0 0 !important;
  border-radius: 0;
}
.swiper_pagination_top span:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_top span {
    width: 30px;
    margin: 0 10px 0 0 !important;
  }
}
.swiper_pagination_top span.swiper-pagination-bullet-active {
  background-color: #539D98;
}

.swiper_top_01 .swiper-slide img {
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .swiper_top_01 .swiper-slide img {
    border-radius: 15px;
  }
}

.swiper_top_02 .swiper-slide {
  background-color: #FAFAFA;
  max-width: 1280px;
  padding: 70px;
  height: 660px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1200px) {
  .swiper_top_02 .swiper-slide {
    padding: 40px;
    height: 565px;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_02 .swiper-slide {
    display: block;
    height: auto;
    padding: 50px 20px;
  }
}
.swiper_top_02 .swiper-slide > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1050px;
}
.swiper_top_02 .swiper-slide > div .img_wrap {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .swiper_top_02 .swiper-slide > div .img_wrap {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.swiper_top_02 .swiper-slide > div .text_wrap {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .swiper_top_02 .swiper-slide > div .text_wrap {
    width: 100%;
  }
}
.swiper_top_02 .swiper-slide > div .text_wrap .sign {
  margin-top: 25px;
  width: 100%;
  max-width: 423px;
}
.swiper_top_02 .swiper-slide > div .text_wrap .sign img {
  width: 100%;
}
.swiper_top_02 .swiper-slide .img_01 img {
  width: 292px;
  aspect-ratio: 292/251;
}
.swiper_top_02 .swiper-slide .img_02 img {
  width: 324px;
  aspect-ratio: 324/228;
}
.swiper_top_02 .swiper-slide .img_03 img {
  width: 324px;
  aspect-ratio: 324/305;
}
.swiper_top_02 .swiper-slide .img_04 img {
  width: 324px;
  aspect-ratio: 324/183;
}
.swiper_top_02 .swiper-slide .img_05 img {
  width: 309px;
  aspect-ratio: 309/159;
}
.swiper_top_02 .swiper-slide .text_wrap {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  .swiper_top_02 .swiper-slide .text_wrap {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_02 .swiper-slide .text_wrap {
    font-size: 1rem;
  }
}
.swiper_top_02 .swiper-slide .text_wrap > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .swiper_top_02 .swiper-slide .text_wrap > p {
    margin-bottom: 10px;
  }
}
.swiper_top_02 .swiper-slide .text_wrap > p:last-of-type {
  margin-bottom: 0;
}

.swiper_pagination_top02 {
  display: flex;
  justify-content: center;
  bottom: -40px !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_top02 {
    justify-content: flex-start;
    bottom: -30px !important;
    padding: 0 8%;
  }
}
.swiper_pagination_top02 span {
  opacity: 1 !important;
  background-color: #B1B1B1;
  width: 100px;
  height: 3px;
  margin: 0 15px 0 0 !important;
  border-radius: 0;
}
.swiper_pagination_top02 span:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_top02 span {
    width: 30px;
    margin: 0 10px 0 0 !important;
  }
}
.swiper_pagination_top02 span.swiper-pagination-bullet-active {
  background-color: #539D98;
}

.swiper-button-prev_top02,
.swiper-button-next_top02 {
  height: 124px;
  width: 124px;
  top: 50%;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev_top02,
  .swiper-button-next_top02 {
    height: 70px;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev_top02,
  .swiper-button-next_top02 {
    height: 60px;
    width: 60px;
  }
}
.swiper-button-prev_top02::after,
.swiper-button-next_top02::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  margin: auto;
  width: 100%;
}

.swiper-button-prev_top02 {
  display: none;
}
.swiper-button-prev_top02::after {
  background: url(../images/arrow.svg) no-repeat top center/contain;
  transform: translateY(-50%) scale(-1, 1);
}

.swiper-button-next_top02 {
  right: 9.3%;
}
.swiper-button-next_top02::after {
  background: url(../images/arrow.svg) no-repeat top center/contain;
  transform: translateY(-50%);
}

.swiper_pagination_recruit_top {
  display: flex;
  justify-content: flex-start;
  padding-left: 9.3%;
  bottom: -40px !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_recruit_top {
    bottom: -30px !important;
    padding-left: 8%;
  }
}
.swiper_pagination_recruit_top span {
  opacity: 1 !important;
  background-color: #fff;
  width: 100px;
  height: 3px;
  margin: 0 15px 0 0 !important;
  border-radius: 0;
}
.swiper_pagination_recruit_top span:last-of-type {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_recruit_top span {
    width: 30px;
    margin: 0 10px 0 0 !important;
  }
}
.swiper_pagination_recruit_top span.swiper-pagination-bullet-active {
  background-color: #539D98;
}

.swiper-button-prev_recruit,
.swiper-button-next_recruit {
  height: 63px;
  width: 63px;
}

.swiper-button-prev_recruit {
  left: 6.6%;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev_recruit {
    left: 10px;
  }
}
.swiper-button-prev_recruit::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  background: url(../images/swiper_arrow.svg) no-repeat top center/contain;
  transform: scale(-1, 1);
}

.swiper-button-next_recruit {
  right: 6.6%;
}
@media screen and (max-width: 767px) {
  .swiper-button-next_recruit {
    right: 10px;
  }
}
.swiper-button-next_recruit::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  background: url(../images/swiper_arrow.svg) no-repeat top center/contain;
}

.fade-in,
.fade-in-2,
.fade-in-3 {
  opacity: 0;
}

.anm-fade-in {
  animation: anm-fade-in 1s ease-in-out forwards;
}

.anm-fade-in-2 {
  animation: anm-fade-in-2 1s 4s ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1s 1.5s ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tabselect_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .tabselect_wrap {
    display: block;
    width: 100%;
    margin-left: 10px;
    padding-bottom: 5px;
  }
  .tabselect_wrap select {
    border-radius: 30px;
    background-color: #fff;
    filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.16));
  }
}

.panel_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.panel_01 .box_l {
  width: 23%;
}
@media screen and (max-width: 1200px) {
  .panel_01 .box_l {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .panel_01 .box_l {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
  }
  .panel_01 .box_l .arrow_btn {
    display: none;
  }
}
.panel_01 .box_l .tab_title {
  font-family: "Outfit", sans-serif;
  color: #539D98;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
}
.panel_01 .box_l .tabbutton_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .panel_01 .box_l .tabbutton_wrap {
    display: none;
  }
}
.panel_01 .box_l .tab-button {
  display: inline-block;
  padding: 7px 15px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  border-bottom: solid 1px #fff;
  position: relative;
}
.panel_01 .box_l .tab-button::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #539D98;
  border-radius: 50%;
  top: 15px;
  left: 0;
}
.panel_01 .box_l {
  /* アクティブなタブボタンのスタイル */
}
.panel_01 .box_l .tab-button.active {
  border-bottom: solid 1px #539D98;
}
.panel_01 .box_r {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .panel_01 .box_r {
    width: 67%;
  }
}
@media screen and (max-width: 767px) {
  .panel_01 .box_r {
    width: 100%;
  }
}
.panel_01 .box_r .arrow_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .panel_01 .box_r .arrow_btn {
    display: inline-block;
  }
}

/* コンテンツの基本スタイル */
.tab-content {
  display: none; /* 全てのコンテンツを初期状態で非表示にする */
}

/* アクティブなコンテンツのスタイル */
.tab-content.active {
  display: block; /* アクティブなコンテンツだけ表示する */
}

.panel_02 .box_01 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  overflow-x: scroll;
}
@media screen and (max-width: 767px) {
  .panel_02 .box_01 {
    padding: 0 8%;
    margin-bottom: 40px;
  }
}
.panel_02 .box_01 .tab_title {
  font-family: "Outfit", sans-serif;
  color: #539D98;
  letter-spacing: 0.04em;
  font-weight: 200;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
}
.panel_02 .box_01 .tabbutton_wrap {
  margin-left: 45px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .panel_02 .box_01 .tabbutton_wrap {
    display: none;
  }
}
.panel_02 .box_01 .tabbutton_wrap .tab-button {
  display: inline-block;
  padding: 7px 15px;
  border: none;
  background-color: #fff;
  cursor: pointer;
  text-align: left;
  border-bottom: solid 1px #fff;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .panel_02 .box_01 .tabbutton_wrap .tab-button {
    white-space: normal;
  }
}
.panel_02 .box_01 .tabbutton_wrap .tab-button::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1/1;
  background-color: #539D98;
  border-radius: 50%;
  top: 15px;
  left: 0;
}
.panel_02 .box_01 .tabbutton_wrap {
  /* アクティブなタブボタンのスタイル */
}
.panel_02 .box_01 .tabbutton_wrap .tab-button.active {
  border-bottom: solid 1px #539D98;
}
@media screen and (max-width: 767px) {
  .panel_02 .box_02 {
    padding: 0 0 0 8%;
  }
}

.recruit_tabs {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.recruit_tabs .tab_btn {
  padding: 0 30px;
  border: 0;
  background: #fff;
  cursor: pointer;
  font: inherit;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  letter-spacing: 0.06em;
  border-right: solid 1px #333333;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit_tabs .tab_btn {
    padding: 0 20px;
  }
}
.recruit_tabs .tab_btn:first-of-type {
  border-left: solid 1px #333333;
}
.recruit_tabs .tab_btn[aria-selected=true]::before {
  position: absolute;
  content: "";
  width: 22px;
  aspect-ratio: 1/1;
  border: 4px solid #539D98;
  border-radius: 50%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.recruit_panel {
  margin-top: 60px;
  display: none;
}

.recruit_panel.is-active {
  display: block;
}/*# sourceMappingURL=layout.css.map */