@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: 500 16px/1.8 "Zen Kaku Gothic New", sans-serif;
  color: #192729;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

a {
  text-decoration: none;
  color: #192729;
  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;
  }
}

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

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

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

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

.inner, .inner_l, .inner_s, .inner_pc {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, .inner_l, .inner_s, .inner_pc {
    padding: 0 8%;
  }
}

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

.inner_s {
  max-width: 1040px;
}

.inner_l {
  max-width: 1400px;
}

#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;
}

.common_contact {
  background-color: #00B8CC;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .common_contact {
    padding: 70px 0;
  }
}
.common_contact::before {
  content: "";
  position: absolute;
  width: 40%;
  aspect-ratio: 1/1;
  background: url(../images/contact_circle_01.svg) no-repeat center/100%;
  bottom: -20px;
  left: 0;
  transition: 0.3s;
  opacity: 0.5;
  z-index: 0;
}
.common_contact::after {
  content: "";
  position: absolute;
  width: 40%;
  aspect-ratio: 1/1;
  background: url(../images/contact_circle_01.svg) no-repeat center/100%;
  top: -20px;
  right: 0;
  transform: scale(-1, -1);
  transition: 0.3s;
  opacity: 0.5;
  z-index: 0;
}
.common_contact .inner, .common_contact .inner_pc, .common_contact .inner_s, .common_contact .inner_l {
  position: relative;
  z-index: 3;
}
.common_contact .txt_wrap {
  margin-top: 24px;
  color: #fff;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 200% */
}
.common_contact .btn_b {
  margin-top: 40px;
}

.section_top .section_01 {
  padding: 52px 0 140px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 {
    padding: 40px 0 80px;
  }
}
.section_top .section_01 .news_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  border-bottom: dotted 1px #E7E7E7;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .news_wrap {
    margin-bottom: 65px;
  }
}
.section_top .section_01 .news_wrap .heading_wrap {
  width: 6%;
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .news_wrap .heading_wrap {
    width: auto;
    padding-right: 24px;
    margin-bottom: 10px;
    border-right: solid #00B8CC 1px;
  }
}
.section_top .section_01 .news_wrap .contents_wrap {
  width: 94%;
  border-left: solid #00B8CC 1px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .news_wrap .contents_wrap {
    width: 100%;
    border-left: none;
  }
}
.section_top .section_01 .news_wrap .contents_wrap > a {
  display: flex;
  align-items: baseline;
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .news_wrap .contents_wrap > a {
    padding: 0 40px 0 0;
  }
}
.section_top .section_01 .news_wrap .contents_wrap > a::after {
  content: "";
  position: absolute;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .news_wrap .contents_wrap > a::after {
    width: 25px;
  }
}
.section_top .section_01 .news_wrap .contents_wrap > a .date {
  display: inline-block;
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 24px;
}
.section_top .section_01 .news_wrap .contents_wrap > a .ttl {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_top .section_01 .news_wrap .contents_wrap > a:hover {
  opacity: 0.6;
}
.section_top .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .box_01 {
    flex-direction: column-reverse;
  }
}
.section_top .section_01 .box_01 .contents_wrap {
  width: 44%;
  padding-left: 10.6%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .box_01 .contents_wrap {
    width: 50%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .box_01 .contents_wrap {
    padding: 0 8%;
    width: 100%;
  }
}
.section_top .section_01 .box_01 .contents_wrap .ttl_01, .section_top .section_01 .box_01 .contents_wrap .section_service .section_02 .ttl_02, .section_service .section_02 .section_top .section_01 .box_01 .contents_wrap .ttl_02 {
  color: #00B8CC;
  font-size: clamp(2.5rem, 1.773rem + 3.64vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .box_01 .contents_wrap .ttl_01, .section_top .section_01 .box_01 .contents_wrap .section_service .section_02 .ttl_02, .section_service .section_02 .section_top .section_01 .box_01 .contents_wrap .ttl_02 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .box_01 .contents_wrap .ttl_01, .section_top .section_01 .box_01 .contents_wrap .section_service .section_02 .ttl_02, .section_service .section_02 .section_top .section_01 .box_01 .contents_wrap .ttl_02 {
    font-size: clamp(2.5rem, 1.773rem + 3.64vw, 4.5rem);
    line-height: 1.3;
  }
}
.section_top .section_01 .box_01 .contents_wrap .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 230% */
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .box_01 .contents_wrap .txt_wrap {
    margin-bottom: 25px;
    line-height: 2;
  }
}
.section_top .section_01 .box_01 .img_wrap {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_01 .box_01 .img_wrap {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_01 .box_01 .img_wrap {
    width: 100%;
    margin-bottom: 56px;
    padding-left: 8%;
  }
}
.section_top .section_02 {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/bg_top_section_02.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
}
.section_top .section_02::before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0.9;
  background: #00606A;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.section_top .section_02::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/recruit_circle.png) no-repeat center/contain;
  height: 103%;
  aspect-ratio: 1500/756;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 {
    padding: 80px 0;
    background: url(../images/bg_top_section_02_sp.jpg) no-repeat center/cover;
  }
}
.section_top .section_02 .inner, .section_top .section_02 .inner_pc, .section_top .section_02 .inner_s, .section_top .section_02 .inner_l {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .main_ttl_recruit, .section_top .section_02 .main_ttl_contact {
    margin-bottom: 30px;
  }
}
.section_top .section_02 .main_ttl_recruit, .section_top .section_02 .main_ttl_contact {
  margin-bottom: 24px;
}
.section_top .section_02 .recruit_catchphrase {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.5rem, 0.591rem + 4.55vw, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.section_top .section_02 .recruit_catchphrase img {
  display: inline-block;
  width: 132px;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .recruit_catchphrase img {
    width: 88px;
    margin-right: 4;
  }
}
.section_top .section_02 .txt_wrap {
  margin-top: 24px;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2.5; /* 250% */
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_top .section_02 .txt_wrap {
    line-height: 2;
  }
}
.section_top .section_03 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_03 {
    padding: 80px 0;
  }
}
.section_top .section_03 .swiper_top_column {
  margin-top: 40px;
}
.section_top .section_04 {
  padding: 0 0 130px;
  background: #F4F9F9;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 {
    padding: 0 0 64px;
  }
}
.section_top .section_04 .service_ttl_wrap {
  padding-top: 120px;
  border-left: solid #00B8CC 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .section_top .section_04 .service_ttl_wrap {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_04 .service_ttl_wrap {
    padding-top: 64px;
    margin-bottom: 50px;
    border-left: solid #00B8CC 12px;
  }
}
.section_top .section_04 .service_ttl_wrap .main_ttl_01, .section_top .section_04 .service_ttl_wrap .main_ttl_menu, .section_top .section_04 .service_ttl_wrap .main_ttl_recruit_2, .section_top .section_04 .service_ttl_wrap .main_ttl_recruit, .section_top .section_04 .service_ttl_wrap .main_ttl_contact {
  margin-left: 55px;
  width: 29%;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 .service_ttl_wrap .main_ttl_01, .section_top .section_04 .service_ttl_wrap .main_ttl_menu, .section_top .section_04 .service_ttl_wrap .main_ttl_recruit_2, .section_top .section_04 .service_ttl_wrap .main_ttl_recruit, .section_top .section_04 .service_ttl_wrap .main_ttl_contact {
    width: 100%;
    margin-bottom: 24px;
    margin-left: 28px;
  }
}
.section_top .section_04 .service_ttl_wrap .contents_wrap {
  width: 58%;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section_top .section_04 .service_ttl_wrap .contents_wrap {
    margin-left: 28px;
    width: 100%;
  }
}
.section_top .section_05 {
  padding: 120px 0 140px;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 {
    padding: 70px 0;
  }
}
.section_top .section_05 .main_works_wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .main_works_wrap {
    margin-top: 32px;
  }
}
.section_top .section_05 .main_works_wrap > a {
  display: block;
  position: relative;
}
.section_top .section_05 .main_works_wrap > a .img_wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1180/596;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .main_works_wrap > a .img_wrap {
    aspect-ratio: 378/252;
  }
}
.section_top .section_05 .main_works_wrap > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.section_top .section_05 .main_works_wrap > a .txt_wrap {
  position: absolute;
  width: 100%;
  max-width: 480px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 16px 32px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_top .section_05 .main_works_wrap > a .txt_wrap {
    max-width: 68%;
    padding: 16px 25px 16px 16px;
    bottom: -40px;
  }
}
.section_top .section_05 .main_works_wrap > a .txt_wrap .ttl_01, .section_top .section_05 .main_works_wrap > a .txt_wrap .section_service .section_02 .ttl_02, .section_service .section_02 .section_top .section_05 .main_works_wrap > a .txt_wrap .ttl_02 {
  font-size: clamp(0.938rem, 0.733rem + 1.02vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  margin-bottom: 8px;
}
.section_top .section_05 .main_works_wrap > a .txt_wrap .category {
  color: #00B8CC;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section_top .section_05 .main_works_wrap > a:hover .img_wrap img {
  transform: scale(1.1);
}
.section_top .section_06 {
  padding: 0 0 160px;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 {
    padding: 70px 0;
    background-color: #EBF6F7;
  }
}
.section_top .section_06 .info_wrap {
  background-color: #EBF6F7;
  padding: 72px 0 80px;
}
@media screen and (max-width: 767px) {
  .section_top .section_06 .info_wrap {
    padding: 0 0;
  }
}
.section_top .section_06 .info_wrap .sub_inner {
  max-width: 980px;
  width: 100%;
  margin: auto;
}
.section_top .section_06 .info_wrap .sub_inner .list_news {
  margin-top: 40px;
}

.section_about .section_01 {
  padding: 100px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 {
    padding: 60px 0 100px;
  }
}
.section_about .section_01 .ttl_01, .section_about .section_01 .section_service .section_02 .ttl_02, .section_service .section_02 .section_about .section_01 .ttl_02 {
  color: #00B8CC;
  text-align: center;
  font-size: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 130% */
  margin-bottom: 32px;
}
.section_about .section_01 .txt_wrap {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 156px;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .txt_wrap {
    margin-bottom: 100px;
  }
}
.section_about .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about .section_01 .box_01 .box_l {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_01 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about .section_01 .box_01 .box_l .line_ttl, .section_about .section_01 .box_01 .box_l .line_ttl_02 {
  margin-bottom: 55px;
}
.section_about .section_01 .box_01 .box_l .ttl_02 {
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.section_about .section_01 .box_01 .box_l .txt_01 {
  color: #000;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 40px;
}
.section_about .section_01 .box_01 .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_01 .box_r {
    width: 100%;
  }
}
.section_about .section_01 .box_01 .box_r img {
  width: 100%;
}
.section_about .section_01 .box_02 {
  margin-top: 160px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_02 {
    margin-top: 100px;
  }
}
.section_about .section_01 .box_02 .box_l {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_02 .box_l {
    width: 100%;
  }
}
.section_about .section_01 .box_02 .box_l .line_ttl, .section_about .section_01 .box_02 .box_l .line_ttl_02 {
  margin-bottom: 55px;
}
.section_about .section_01 .box_02 .box_l .ttl_02 {
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.section_about .section_01 .box_02 .box_l .txt_01 {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 55px;
}
.section_about .section_01 .box_02 .box_l .txt_02 {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
}
.section_about .section_01 .box_02 .box_l .txt_02 > span {
  display: inline-block;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_about .section_01 .box_02 .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about .section_01 .box_02 .box_r {
    width: 100%;
  }
}
.section_about .section_02 {
  background-color: #00B8CC;
  color: #fff;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 {
    padding: 80px 0;
  }
}
.section_about .section_02 .inner, .section_about .section_02 .inner_pc, .section_about .section_02 .inner_s, .section_about .section_02 .inner_l {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_about .section_02 .inner .box_l, .section_about .section_02 .inner_pc .box_l, .section_about .section_02 .inner_s .box_l, .section_about .section_02 .inner_l .box_l {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .inner .box_l, .section_about .section_02 .inner_pc .box_l, .section_about .section_02 .inner_s .box_l, .section_about .section_02 .inner_l .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_about .section_02 .inner .box_r, .section_about .section_02 .inner_pc .box_r, .section_about .section_02 .inner_s .box_r, .section_about .section_02 .inner_l .box_r {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .inner .box_r, .section_about .section_02 .inner_pc .box_r, .section_about .section_02 .inner_s .box_r, .section_about .section_02 .inner_l .box_r {
    width: 100%;
  }
}
.section_about .section_02 .line_ttl_02 {
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .section_about .section_02 .line_ttl_02 {
    margin-bottom: 50px;
  }
}
.section_about .section_02 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_about .section_02 .txt_wrap > p {
  margin-bottom: 16px;
}
.section_about .section_02 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_about .section_03 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 {
    padding: 100px 0 80px;
  }
}
.section_about .section_03 .f_recruit_banner {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section_about .section_03 .f_recruit_banner {
    margin-top: 80px;
  }
}

.section_about_01 .section_01 {
  padding: 140px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_about_01 .section_01 .ttl_01, .section_about_01 .section_01 .section_service .section_02 .ttl_02, .section_service .section_02 .section_about_01 .section_01 .ttl_02 {
  color: #00B8CC;
  text-align: center;
  font-size: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 130% */
  margin-bottom: 32px;
}
.section_about_01 .section_01 .txt_wrap {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_about_01 .about_img_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_about_01 .about_img_wrap {
    aspect-ratio: 3/2;
  }
}
.section_about_01 .about_img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .about_img_wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_about_01 .about_img_wrap::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0.8;
  background: #00B8CC;
  mix-blend-mode: screen;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.section_about_01 .section_02 {
  padding: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 {
    padding: 0 0 100px;
  }
}
.section_about_01 .section_02 .inner > div, .section_about_01 .section_02 .inner_pc > div, .section_about_01 .section_02 .inner_s > div, .section_about_01 .section_02 .inner_l > div {
  position: relative;
  border-left: solid 1px #E7E7E7;
}
@media screen and (max-width: 1200px) {
  .section_about_01 .section_02 .inner > div, .section_about_01 .section_02 .inner_pc > div, .section_about_01 .section_02 .inner_s > div, .section_about_01 .section_02 .inner_l > div {
    padding-left: 30px;
  }
}
.section_about_01 .section_02 .concept_ttl {
  position: absolute;
  top: -20px;
  left: 0;
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  padding: 0 20px 0 0;
  transform-origin: top left;
  transform: rotate(90deg) translateY(-50%);
}
.section_about_01 .section_02 .concept_ttl > span {
  display: inline-block;
  position: relative;
}
.section_about_01 .section_02 .concept_ttl > span::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: -1;
}
.section_about_01 .section_02 .list_contact {
  padding-top: 160px;
  width: 100%;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .list_contact {
    padding-top: 80px;
    max-width: 100%;
    margin-top: 80px;
  }
}
.section_about_01 .section_02 .list_contact > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.section_about_01 .section_02 .list_contact > li:last-of-type {
  margin-bottom: 0;
}
.section_about_01 .section_02 .list_contact > li .img_wrap {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .list_contact > li .img_wrap {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.section_about_01 .section_02 .list_contact > li .contact_wrap {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_02 .list_contact > li .contact_wrap {
    width: 100%;
  }
}
.section_about_01 .section_02 .list_contact > li .contact_wrap .txt_01 {
  display: flex;
  align-items: center;
  color: #00B8CC;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.section_about_01 .section_02 .list_contact > li .contact_wrap .txt_01 .number {
  display: inline-block;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 48px;
}
.section_about_01 .section_02 .list_contact > li .contact_wrap .txt_01 .number::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #00B8CC;
  top: 50%;
  right: 12px;
}
.section_about_01 .section_02 .list_contact > li .contact_wrap .ttl_01, .section_about_01 .section_service .section_02 .list_contact > li .contact_wrap .ttl_02, .section_service .section_about_01 .section_02 .list_contact > li .contact_wrap .ttl_02 {
  font-size: clamp(1.75rem, 1.477rem + 1.36vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.section_about_01 .section_02 .list_contact > li .contact_wrap .txt_02 {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_about_01 .section_03 {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/bg_top_section_02.jpg) no-repeat center/cover;
  color: #fff;
  text-align: center;
}
.section_about_01 .section_03::before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0.9;
  background: #00606A;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.section_about_01 .section_03::after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/recruit_circle.png) no-repeat center/contain;
  height: 103%;
  aspect-ratio: 1500/756;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 {
    padding: 80px 0;
    background: url(../images/bg_top_section_02_sp.jpg) no-repeat center/cover;
  }
}
.section_about_01 .section_03 .inner, .section_about_01 .section_03 .inner_pc, .section_about_01 .section_03 .inner_s, .section_about_01 .section_03 .inner_l {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_03 .main_ttl_recruit, .section_about_01 .section_03 .main_ttl_contact {
    margin-bottom: 30px;
  }
}
.section_about_01 .section_03 .main_ttl_recruit, .section_about_01 .section_03 .main_ttl_contact {
  margin-bottom: 24px;
}
.section_about_01 .section_03 .recruit_catchphrase {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 48px;
}
.section_about_01 .section_04 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section_about_01 .section_04 {
    padding: 100px 0 80px;
  }
}

.section_about_02 .section_01 {
  padding: 140px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_about_02 .section_01 .ttl_01, .section_about_02 .section_01 .section_service .section_02 .ttl_02, .section_service .section_02 .section_about_02 .section_01 .ttl_02 {
  color: #00B8CC;
  text-align: center;
  font-size: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 130% */
  margin-bottom: 32px;
}
.section_about_02 .section_01 .txt_wrap {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_about_02 .about_img_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_about_02 .about_img_wrap {
    aspect-ratio: 3/2;
  }
}
.section_about_02 .about_img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_about_02 .about_img_wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_about_02 .about_img_wrap::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0.8;
  background: #00B8CC;
  mix-blend-mode: screen;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.section_about_02 .section_02 {
  padding: 160px 0 0;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_02 {
    padding: 80px 0 0;
  }
}
.section_about_02 .section_03 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_03 {
    padding: 100px 0 80px;
  }
}
.section_about_02 .section_03 .banner_img {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_about_02 .section_03 .banner_img {
    margin-bottom: 80px;
  }
}

.section_about_03 .section_01 {
  padding: 140px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_about_03 .section_01 .ttl_01, .section_about_03 .section_01 .section_service .section_02 .ttl_02, .section_service .section_02 .section_about_03 .section_01 .ttl_02 {
  color: #00B8CC;
  text-align: center;
  font-size: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 130% */
  margin-bottom: 32px;
}
.section_about_03 .section_01 .txt_wrap {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_about_03 .section_01 .txt_wrap > p {
  margin-bottom: 16px;
}
.section_about_03 .section_01 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_about_03 .about_img_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_about_03 .about_img_wrap {
    aspect-ratio: 3/2;
  }
}
.section_about_03 .about_img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_about_03 .about_img_wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_about_03 .about_img_wrap::before {
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0.8;
  background: #00B8CC;
  mix-blend-mode: screen;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.section_about_03 .section_02 {
  padding: 160px 0 0;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_02 {
    padding: 80px 0 0;
  }
}
.section_about_03 .section_02 .history_box {
  padding: 65px;
  color: #fff;
  position: relative;
  text-align: center;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  background: linear-gradient(270deg, #00B8CC 0%, rgba(0, 184, 204, 0) 100%);
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_02 .history_box {
    padding: 65px 8% 65px 18.6%;
  }
}
.section_about_03 .section_02 .history_box::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
  bottom: 0;
  left: 10.6%;
}
@media screen and (max-width: 1200px) {
  .section_about_03 .section_02 .history_box::before {
    left: 30px;
  }
}
.section_about_03 .section_03 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_03 {
    padding: 100px 0 80px;
  }
}
.section_about_03 .section_03 .banner_img {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .section_about_03 .section_03 .banner_img {
    margin-bottom: 80px;
  }
}

.section_living .section_01 {
  padding: 100px 0 180px;
}
@media screen and (max-width: 767px) {
  .section_living .section_01 {
    padding: 60px 0 100px;
  }
}
.section_living .section_01 .ttl_01, .section_living .section_01 .section_service .section_02 .ttl_02, .section_service .section_02 .section_living .section_01 .ttl_02 {
  color: #00B8CC;
  text-align: center;
  font-size: clamp(1.375rem, 0.602rem + 3.86vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 130% */
  margin-bottom: 40px;
}
.section_living .section_01 .txt_wrap {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_living .section_01 .txt_wrap > p {
  margin-bottom: 16px;
}
.section_living .section_01 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_living .section_01 .list_living {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section_living .section_01 .list_living {
    margin-top: 140px;
  }
}
.section_living .section_01 .list_living > li {
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_living .section_01 .list_living > li {
    margin-bottom: 80px;
  }
}
.section_living .section_01 .list_living > li:last-of-type {
  margin-bottom: 0;
}
.section_living .section_01 .list_living > li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_living .section_01 .list_living > li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_living .section_01 .list_living > li .contents_wrap {
  position: absolute;
  width: 100%;
  max-width: 900px;
  right: 10.6%;
  bottom: -80px;
}
@media screen and (max-width: 1200px) {
  .section_living .section_01 .list_living > li .contents_wrap {
    right: auto;
    left: 30px;
    max-width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .section_living .section_01 .list_living > li .contents_wrap {
    max-width: 100%;
    position: static;
    padding: 0 8%;
    width: 100%;
  }
}
.section_living .section_01 .list_living > li .contents_wrap > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 80px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .section_living .section_01 .list_living > li .contents_wrap > a {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section_living .section_01 .list_living > li .contents_wrap > a {
    padding: 30px 0;
  }
}
.section_living .section_01 .list_living > li .contents_wrap > a .ttl_02 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 12px;
}
.section_living .section_01 .list_living > li .contents_wrap > a .ttl_02::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #00B8CC;
  left: 0;
  bottom: 0;
}
.section_living .section_01 .list_living > li .contents_wrap > a .box_01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.section_living .section_01 .list_living > li .contents_wrap > a .box_01 .txt_wrap_02 {
  width: 73%;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 1200px) {
  .section_living .section_01 .list_living > li .contents_wrap > a .box_01 .txt_wrap_02 {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .section_living .section_01 .list_living > li .contents_wrap > a .box_01 .txt_wrap_02 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_living .section_01 .list_living > li .contents_wrap > a .box_01 .txt_wrap_03 {
  width: 20%;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 200% */
  padding-right: 68px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_living .section_01 .list_living > li .contents_wrap > a .box_01 .txt_wrap_03 {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .section_living .section_01 .list_living > li .contents_wrap > a .box_01 .txt_wrap_03 {
    display: inline-block;
    width: auto;
  }
}
.section_living .section_01 .list_living > li .contents_wrap > a .box_01 .txt_wrap_03 > span {
  display: inline-block;
  border-bottom: solid #192729 1px;
}
.section_living .section_01 .list_living > li .contents_wrap > a .box_01 .txt_wrap_03::after {
  content: "";
  position: absolute;
  background: url(../images/icon_arrow.svg) no-repeat center/100%;
  width: 48px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.section_living .section_01 .list_living > li .contents_wrap > a .box_01 .external_link::after {
  background: url(../images/icon_link_01.svg) no-repeat center/100%;
}
.section_living .section_01 .list_living > li .contents_wrap > a:hover {
  color: #00B8CC;
}
.section_living .section_01 .list_living > li .contents_wrap > a:hover .txt_wrap_03::after {
  right: -10px;
}

.section_living_01 .section_01 {
  padding: 82px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_living_01 .section_01 .ttl_lbl > span {
  display: inline-block;
  background-color: #00B8CC;
  color: #fff;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
  padding: 1px 16px;
}
.section_living_01 .section_01 .ttl_lbl > span:last-of-type {
  margin-bottom: 0;
}
.section_living_01 .section_01 .txt_01 {
  margin-top: 42px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_01 .txt_01 {
    margin-top: 30px;
  }
}
.section_living_01 .section_01 .box_01 {
  margin-top: 72px;
  position: relative;
  margin-bottom: 280px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_01 .box_01 {
    aspect-ratio: 1/1;
  }
}
.section_living_01 .section_01 .box_01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_01 .box_01 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_living_01 .section_01 .box_01 .inner, .section_living_01 .section_01 .box_01 .inner_pc, .section_living_01 .section_01 .box_01 .inner_s, .section_living_01 .section_01 .box_01 .inner_l {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 3;
}
.section_living_01 .section_01 .box_01 .inner > div, .section_living_01 .section_01 .box_01 .inner_pc > div, .section_living_01 .section_01 .box_01 .inner_s > div, .section_living_01 .section_01 .box_01 .inner_l > div {
  background-color: #fff;
  padding: 56px;
  text-align: center;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.05));
  position: relative;
}
.section_living_01 .section_01 .box_01 .inner > div::before, .section_living_01 .section_01 .box_01 .inner_pc > div::before, .section_living_01 .section_01 .box_01 .inner_s > div::before, .section_living_01 .section_01 .box_01 .inner_l > div::before {
  position: absolute;
  content: "";
  background: url(../images/dec_kakko.png) no-repeat center/contain;
  width: 60px;
  aspect-ratio: 60/130;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_01 .box_01 .inner > div::before, .section_living_01 .section_01 .box_01 .inner_pc > div::before, .section_living_01 .section_01 .box_01 .inner_s > div::before, .section_living_01 .section_01 .box_01 .inner_l > div::before {
    width: 30px;
  }
}
.section_living_01 .section_01 .box_01 .inner > div::after, .section_living_01 .section_01 .box_01 .inner_pc > div::after, .section_living_01 .section_01 .box_01 .inner_s > div::after, .section_living_01 .section_01 .box_01 .inner_l > div::after {
  position: absolute;
  content: "";
  background: url(../images/dec_kakko.png) no-repeat center/contain;
  width: 60px;
  aspect-ratio: 60/130;
  bottom: 16px;
  right: 16px;
  transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_01 .box_01 .inner > div::after, .section_living_01 .section_01 .box_01 .inner_pc > div::after, .section_living_01 .section_01 .box_01 .inner_s > div::after, .section_living_01 .section_01 .box_01 .inner_l > div::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_01 .box_01 .inner > div, .section_living_01 .section_01 .box_01 .inner_pc > div, .section_living_01 .section_01 .box_01 .inner_s > div, .section_living_01 .section_01 .box_01 .inner_l > div {
    padding: 30px 10px;
  }
}
.section_living_01 .section_01 .box_01 .inner > div > p, .section_living_01 .section_01 .box_01 .inner_pc > div > p, .section_living_01 .section_01 .box_01 .inner_s > div > p, .section_living_01 .section_01 .box_01 .inner_l > div > p {
  margin-bottom: 20px;
}
.section_living_01 .section_01 .box_01 .inner > div > p:last-of-type, .section_living_01 .section_01 .box_01 .inner_pc > div > p:last-of-type, .section_living_01 .section_01 .box_01 .inner_s > div > p:last-of-type, .section_living_01 .section_01 .box_01 .inner_l > div > p:last-of-type {
  margin-bottom: 0;
}
.section_living_01 .section_02 {
  background-color: #0095A5;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_02 {
    padding: 80px 0 100px;
  }
}
.section_living_01 .section_02 .ttl_01, .section_living_01 .section_service .section_02 .ttl_02, .section_service .section_living_01 .section_02 .ttl_02 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  color: #fff;
  font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_02 .ttl_01, .section_living_01 .section_service .section_02 .ttl_02, .section_service .section_living_01 .section_02 .ttl_02 {
    gap: 10px;
  }
}
.section_living_01 .section_02 .ttl_01 > span, .section_living_01 .section_service .section_02 .ttl_02 > span, .section_service .section_living_01 .section_02 .ttl_02 > span {
  display: inline-block;
  font-size: clamp(1.375rem, 0.784rem + 2.95vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 5px 8px;
  background-color: #00B8CC;
}
.section_living_01 .section_02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_02 ul {
    grid-template-columns: 1fr;
  }
}
.section_living_01 .section_02 ul > li {
  overflow: hidden;
  background-color: #fff;
  padding: 43px 64px 48px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .section_living_01 .section_02 ul > li {
    padding: 40px 30px 40px;
  }
}
.section_living_01 .section_02 ul > li .point_wrap {
  position: relative;
  width: 100%;
  max-width: 118px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .section_living_01 .section_02 ul > li .point_wrap {
    max-width: 90px;
    margin-bottom: 15x;
  }
}
.section_living_01 .section_02 ul > li .point_wrap::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 2px;
  top: 50%;
  left: -64px;
  background-color: #00B8CC;
}
@media screen and (max-width: 1200px) {
  .section_living_01 .section_02 ul > li .point_wrap::before {
    width: 22px;
    left: -30px;
  }
}
.section_living_01 .section_02 ul > li .ttl_02 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.section_living_01 .section_02 ul > li .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 170% */
}
.section_living_01 .section_03 {
  padding: 140px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_03 {
    padding: 80px 0 100px;
  }
}
.section_living_01 .section_03 .btn_wrap {
  margin-top: 18px;
  text-align: right;
}
.section_living_01 .section_04 {
  padding: 120px 0 0;
  background: #F4F9F9;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_04 {
    padding: 80px 0 0;
  }
}
.section_living_01 .section_04 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_04 .txt_wrap {
    margin-top: 20px;
  }
}
.section_living_01 .section_04 .flow_wrap {
  margin-top: 64px;
  background-color: #fff;
  padding: 72px 0;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_04 .flow_wrap {
    margin-top: 40px;
    padding: 50px 0;
  }
}
.section_living_01 .section_04 .flow_wrap .sub_inner {
  width: 100%;
  max-width: 840px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_04 .flow_wrap .sub_inner {
    padding: 0 8%;
  }
}
.section_living_01 .section_04 .flow_wrap ul > li {
  padding-bottom: 40px;
  position: relative;
  padding-left: 35px;
}
.section_living_01 .section_04 .flow_wrap ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  background: #E7E7E7;
  left: 6px;
  bottom: -10px;
  z-index: 0;
}
.section_living_01 .section_04 .flow_wrap ul > li::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #00B8CC;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 10px;
  left: 0;
  z-index: 1;
}
.section_living_01 .section_04 .flow_wrap ul > li:last-of-type {
  padding-bottom: 0;
}
.section_living_01 .section_04 .flow_wrap ul > li:last-of-type::before {
  display: none;
}
.section_living_01 .section_04 .flow_wrap ul > li .ttl_01, .section_living_01 .section_04 .flow_wrap ul > li .section_service .section_02 .ttl_02, .section_service .section_02 .section_living_01 .section_04 .flow_wrap ul > li .ttl_02 {
  color: #00B8CC;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.section_living_01 .section_04 .flow_wrap ul > li .txt_01 {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}
.section_living_01 .section_04 .flow_wrap .flow_box {
  margin-top: 48px;
  background-color: #00B8CC;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  padding: 16px;
  text-align: center;
}
.section_living_01 .section_04 #list_breadcrumb {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section_living_01 .section_04 #list_breadcrumb {
    margin-top: 100px;
  }
}

.section_living_02 .section_01 {
  padding: 82px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_living_02 .section_01 .ttl_lbl > span {
  display: inline-block;
  background-color: #00B8CC;
  color: #fff;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
  padding: 1px 16px;
}
.section_living_02 .section_01 .ttl_lbl > span:last-of-type {
  margin-bottom: 0;
}
.section_living_02 .section_01 .txt_01 {
  margin-top: 42px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_01 .txt_01 {
    margin-top: 30px;
  }
}
.section_living_02 .section_01 .box_01 {
  margin-top: 72px;
  position: relative;
  margin-bottom: 280px;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_01 .box_01 {
    aspect-ratio: 1/1;
  }
}
.section_living_02 .section_01 .box_01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_01 .box_01 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_living_02 .section_01 .box_01 .inner, .section_living_02 .section_01 .box_01 .inner_pc, .section_living_02 .section_01 .box_01 .inner_s, .section_living_02 .section_01 .box_01 .inner_l {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 3;
}
.section_living_02 .section_01 .box_01 .inner > div, .section_living_02 .section_01 .box_01 .inner_pc > div, .section_living_02 .section_01 .box_01 .inner_s > div, .section_living_02 .section_01 .box_01 .inner_l > div {
  background-color: #fff;
  padding: 56px;
  text-align: center;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.05));
  position: relative;
}
.section_living_02 .section_01 .box_01 .inner > div::before, .section_living_02 .section_01 .box_01 .inner_pc > div::before, .section_living_02 .section_01 .box_01 .inner_s > div::before, .section_living_02 .section_01 .box_01 .inner_l > div::before {
  position: absolute;
  content: "";
  background: url(../images/dec_kakko.png) no-repeat center/contain;
  width: 60px;
  aspect-ratio: 60/130;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_01 .box_01 .inner > div::before, .section_living_02 .section_01 .box_01 .inner_pc > div::before, .section_living_02 .section_01 .box_01 .inner_s > div::before, .section_living_02 .section_01 .box_01 .inner_l > div::before {
    width: 30px;
  }
}
.section_living_02 .section_01 .box_01 .inner > div::after, .section_living_02 .section_01 .box_01 .inner_pc > div::after, .section_living_02 .section_01 .box_01 .inner_s > div::after, .section_living_02 .section_01 .box_01 .inner_l > div::after {
  position: absolute;
  content: "";
  background: url(../images/dec_kakko.png) no-repeat center/contain;
  width: 60px;
  aspect-ratio: 60/130;
  bottom: 16px;
  right: 16px;
  transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_01 .box_01 .inner > div::after, .section_living_02 .section_01 .box_01 .inner_pc > div::after, .section_living_02 .section_01 .box_01 .inner_s > div::after, .section_living_02 .section_01 .box_01 .inner_l > div::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_01 .box_01 .inner > div, .section_living_02 .section_01 .box_01 .inner_pc > div, .section_living_02 .section_01 .box_01 .inner_s > div, .section_living_02 .section_01 .box_01 .inner_l > div {
    padding: 30px 10px;
  }
}
.section_living_02 .section_01 .box_01 .inner > div > p, .section_living_02 .section_01 .box_01 .inner_pc > div > p, .section_living_02 .section_01 .box_01 .inner_s > div > p, .section_living_02 .section_01 .box_01 .inner_l > div > p {
  margin-bottom: 20px;
}
.section_living_02 .section_01 .box_01 .inner > div > p:last-of-type, .section_living_02 .section_01 .box_01 .inner_pc > div > p:last-of-type, .section_living_02 .section_01 .box_01 .inner_s > div > p:last-of-type, .section_living_02 .section_01 .box_01 .inner_l > div > p:last-of-type {
  margin-bottom: 0;
}
.section_living_02 .section_01 .box_02 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_01 .box_02 .txt_wrap {
    margin-top: 20px;
  }
}
.section_living_02 .section_02 {
  background-color: #0095A5;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_02 {
    padding: 80px 0 100px;
  }
}
.section_living_02 .section_02 .ttl_01, .section_living_02 .section_service .section_02 .ttl_02, .section_service .section_living_02 .section_02 .ttl_02 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  color: #fff;
  font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_02 .ttl_01, .section_living_02 .section_service .section_02 .ttl_02, .section_service .section_living_02 .section_02 .ttl_02 {
    gap: 10px;
  }
}
.section_living_02 .section_02 .ttl_01 > span, .section_living_02 .section_service .section_02 .ttl_02 > span, .section_service .section_living_02 .section_02 .ttl_02 > span {
  display: inline-block;
  font-size: clamp(1.375rem, 0.784rem + 2.95vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 5px 8px;
  background-color: #00B8CC;
}
.section_living_02 .section_02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_02 ul {
    grid-template-columns: 1fr;
  }
}
.section_living_02 .section_02 ul > li {
  overflow: hidden;
  background-color: #fff;
  padding: 43px 64px 48px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .section_living_02 .section_02 ul > li {
    padding: 40px 30px 40px;
  }
}
.section_living_02 .section_02 ul > li .point_wrap {
  position: relative;
  width: 100%;
  max-width: 118px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .section_living_02 .section_02 ul > li .point_wrap {
    max-width: 90px;
    margin-bottom: 15x;
  }
}
.section_living_02 .section_02 ul > li .point_wrap::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 2px;
  top: 50%;
  left: -64px;
  background-color: #00B8CC;
}
@media screen and (max-width: 1200px) {
  .section_living_02 .section_02 ul > li .point_wrap::before {
    width: 22px;
    left: -30px;
  }
}
.section_living_02 .section_02 ul > li .ttl_02 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.section_living_02 .section_02 ul > li .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 170% */
}
.section_living_02 .section_03 {
  padding: 120px 0 0;
  background: #F4F9F9;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_03 {
    padding: 80px 0 0;
  }
}
.section_living_02 .section_03 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_03 .txt_wrap {
    margin-top: 20px;
  }
}
.section_living_02 .section_03 .flow_wrap {
  margin-top: 64px;
  background-color: #fff;
  padding: 72px 0;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_03 .flow_wrap {
    margin-top: 40px;
    padding: 50px 0;
  }
}
.section_living_02 .section_03 .flow_wrap .sub_inner {
  width: 100%;
  max-width: 840px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_03 .flow_wrap .sub_inner {
    padding: 0 8%;
  }
}
.section_living_02 .section_03 .flow_wrap ul > li {
  padding-bottom: 40px;
  position: relative;
  padding-left: 35px;
}
.section_living_02 .section_03 .flow_wrap ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  background: #E7E7E7;
  left: 6px;
  bottom: -10px;
  z-index: 0;
}
.section_living_02 .section_03 .flow_wrap ul > li::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #00B8CC;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 10px;
  left: 0;
  z-index: 1;
}
.section_living_02 .section_03 .flow_wrap ul > li:last-of-type {
  padding-bottom: 0;
}
.section_living_02 .section_03 .flow_wrap ul > li:last-of-type::before {
  display: none;
}
.section_living_02 .section_03 .flow_wrap ul > li .ttl_01, .section_living_02 .section_03 .flow_wrap ul > li .section_service .section_02 .ttl_02, .section_service .section_02 .section_living_02 .section_03 .flow_wrap ul > li .ttl_02 {
  color: #00B8CC;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.section_living_02 .section_03 .flow_wrap ul > li .txt_01 {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}
.section_living_02 .section_03 .flow_wrap .flow_box {
  margin-top: 48px;
  background-color: #00B8CC;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  padding: 16px;
  text-align: center;
}
.section_living_02 .section_03 #list_breadcrumb {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section_living_02 .section_03 #list_breadcrumb {
    margin-top: 100px;
  }
}

.section_living_03 .section_01 {
  padding: 82px 0 160px;
}
@media screen and (max-width: 1200px) {
  .section_living_03 .section_01 {
    padding: 82px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_living_03 .section_01 .ttl_lbl > span {
  display: inline-block;
  background-color: #00B8CC;
  color: #fff;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
  padding: 1px 16px;
}
.section_living_03 .section_01 .ttl_lbl > span:last-of-type {
  margin-bottom: 0;
}
.section_living_03 .section_01 .txt_01 {
  margin-top: 42px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_01 .txt_01 {
    margin-top: 30px;
  }
}
.section_living_03 .section_01 .box_01 {
  margin-top: 72px;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_01 .box_01 {
    aspect-ratio: 1/1;
  }
}
.section_living_03 .section_01 .box_01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_01 .box_01 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_living_03 .section_01 .box_01 .inner, .section_living_03 .section_01 .box_01 .inner_pc, .section_living_03 .section_01 .box_01 .inner_s, .section_living_03 .section_01 .box_01 .inner_l {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 3;
}
.section_living_03 .section_01 .box_01 .inner > div, .section_living_03 .section_01 .box_01 .inner_pc > div, .section_living_03 .section_01 .box_01 .inner_s > div, .section_living_03 .section_01 .box_01 .inner_l > div {
  background-color: #fff;
  padding: 56px;
  text-align: center;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.05));
  position: relative;
}
.section_living_03 .section_01 .box_01 .inner > div::before, .section_living_03 .section_01 .box_01 .inner_pc > div::before, .section_living_03 .section_01 .box_01 .inner_s > div::before, .section_living_03 .section_01 .box_01 .inner_l > div::before {
  position: absolute;
  content: "";
  background: url(../images/dec_kakko.png) no-repeat center/contain;
  width: 60px;
  aspect-ratio: 60/130;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_01 .box_01 .inner > div::before, .section_living_03 .section_01 .box_01 .inner_pc > div::before, .section_living_03 .section_01 .box_01 .inner_s > div::before, .section_living_03 .section_01 .box_01 .inner_l > div::before {
    width: 30px;
  }
}
.section_living_03 .section_01 .box_01 .inner > div::after, .section_living_03 .section_01 .box_01 .inner_pc > div::after, .section_living_03 .section_01 .box_01 .inner_s > div::after, .section_living_03 .section_01 .box_01 .inner_l > div::after {
  position: absolute;
  content: "";
  background: url(../images/dec_kakko.png) no-repeat center/contain;
  width: 60px;
  aspect-ratio: 60/130;
  bottom: 16px;
  right: 16px;
  transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_01 .box_01 .inner > div::after, .section_living_03 .section_01 .box_01 .inner_pc > div::after, .section_living_03 .section_01 .box_01 .inner_s > div::after, .section_living_03 .section_01 .box_01 .inner_l > div::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_01 .box_01 .inner > div, .section_living_03 .section_01 .box_01 .inner_pc > div, .section_living_03 .section_01 .box_01 .inner_s > div, .section_living_03 .section_01 .box_01 .inner_l > div {
    padding: 30px 10px;
  }
}
.section_living_03 .section_01 .box_01 .inner > div > p, .section_living_03 .section_01 .box_01 .inner_pc > div > p, .section_living_03 .section_01 .box_01 .inner_s > div > p, .section_living_03 .section_01 .box_01 .inner_l > div > p {
  margin-bottom: 20px;
}
.section_living_03 .section_01 .box_01 .inner > div > p:last-of-type, .section_living_03 .section_01 .box_01 .inner_pc > div > p:last-of-type, .section_living_03 .section_01 .box_01 .inner_s > div > p:last-of-type, .section_living_03 .section_01 .box_01 .inner_l > div > p:last-of-type {
  margin-bottom: 0;
}
.section_living_03 .section_02 {
  background-color: #0095A5;
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_02 {
    padding: 80px 0 100px;
  }
}
.section_living_03 .section_02 .ttl_01, .section_living_03 .section_service .section_02 .ttl_02, .section_service .section_living_03 .section_02 .ttl_02 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  color: #fff;
  font-size: clamp(1.125rem, 0.716rem + 2.05vw, 2.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_02 .ttl_01, .section_living_03 .section_service .section_02 .ttl_02, .section_service .section_living_03 .section_02 .ttl_02 {
    gap: 10px;
  }
}
.section_living_03 .section_02 .ttl_01 > span, .section_living_03 .section_service .section_02 .ttl_02 > span, .section_service .section_living_03 .section_02 .ttl_02 > span {
  display: inline-block;
  font-size: clamp(1.375rem, 0.784rem + 2.95vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 5px 8px;
  background-color: #00B8CC;
}
.section_living_03 .section_02 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_02 ul {
    grid-template-columns: 1fr;
  }
}
.section_living_03 .section_02 ul > li {
  overflow: hidden;
  background-color: #fff;
  padding: 43px 64px 48px;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .section_living_03 .section_02 ul > li {
    padding: 40px 30px 40px;
  }
}
.section_living_03 .section_02 ul > li .point_wrap {
  position: relative;
  width: 100%;
  max-width: 118px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .section_living_03 .section_02 ul > li .point_wrap {
    max-width: 90px;
    margin-bottom: 15x;
  }
}
.section_living_03 .section_02 ul > li .point_wrap::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 2px;
  top: 50%;
  left: -64px;
  background-color: #00B8CC;
}
@media screen and (max-width: 1200px) {
  .section_living_03 .section_02 ul > li .point_wrap::before {
    width: 22px;
    left: -30px;
  }
}
.section_living_03 .section_02 ul > li .ttl_02 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.section_living_03 .section_02 ul > li .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 170% */
}
.section_living_03 .section_03 {
  padding: 120px 0 0;
  background: #F4F9F9;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_03 {
    padding: 80px 0 0;
  }
}
.section_living_03 .section_03 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_03 .txt_wrap {
    margin-top: 20px;
  }
}
.section_living_03 .section_03 .flow_wrap {
  margin-top: 64px;
  background-color: #fff;
  padding: 72px 0;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_03 .flow_wrap {
    margin-top: 40px;
    padding: 50px 0;
  }
}
.section_living_03 .section_03 .flow_wrap .sub_inner {
  width: 100%;
  max-width: 840px;
  margin: auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_03 .flow_wrap .sub_inner {
    padding: 0 8%;
  }
}
.section_living_03 .section_03 .flow_wrap ul > li {
  padding-bottom: 40px;
  position: relative;
  padding-left: 35px;
}
.section_living_03 .section_03 .flow_wrap ul > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: calc(100% - 10px);
  background: #E7E7E7;
  left: 6px;
  bottom: -10px;
  z-index: 0;
}
.section_living_03 .section_03 .flow_wrap ul > li::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #00B8CC;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 10px;
  left: 0;
  z-index: 1;
}
.section_living_03 .section_03 .flow_wrap ul > li:last-of-type {
  padding-bottom: 0;
}
.section_living_03 .section_03 .flow_wrap ul > li:last-of-type::before {
  display: none;
}
.section_living_03 .section_03 .flow_wrap ul > li .ttl_01, .section_living_03 .section_03 .flow_wrap ul > li .section_service .section_02 .ttl_02, .section_service .section_02 .section_living_03 .section_03 .flow_wrap ul > li .ttl_02 {
  color: #00B8CC;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.section_living_03 .section_03 .flow_wrap ul > li .txt_01 {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}
.section_living_03 .section_03 .flow_wrap .flow_box {
  margin-top: 48px;
  background-color: #00B8CC;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  padding: 16px;
  text-align: center;
}
.section_living_03 .section_03 #list_breadcrumb {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section_living_03 .section_03 #list_breadcrumb {
    margin-top: 100px;
  }
}

.section_biz .section_01 {
  padding: 100px 0 180px;
}
@media screen and (max-width: 767px) {
  .section_biz .section_01 {
    padding: 60px 0 100px;
  }
}
.section_biz .section_01 .ttl_01, .section_biz .section_01 .section_service .section_02 .ttl_02, .section_service .section_02 .section_biz .section_01 .ttl_02 {
  color: #00B8CC;
  text-align: center;
  font-size: clamp(1.375rem, 0.602rem + 3.86vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 130% */
  margin-bottom: 40px;
}
.section_biz .section_01 .txt_wrap {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_biz .section_01 .txt_wrap > p {
  margin-bottom: 16px;
}
.section_biz .section_01 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_biz .section_01 .list_biz {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section_biz .section_01 .list_biz {
    margin-top: 100px;
  }
}
.section_biz .section_01 .list_biz > li {
  margin-bottom: 135px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_biz .section_01 .list_biz > li {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .section_biz .section_01 .list_biz > li {
    aspect-ratio: auto;
    margin-bottom: 90px;
  }
}
.section_biz .section_01 .list_biz > li:last-of-type {
  margin-bottom: 0;
}
.section_biz .section_01 .list_biz > li img {
  width: 82.6%;
}
@media screen and (max-width: 1200px) {
  .section_biz .section_01 .list_biz > li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .section_biz .section_01 .list_biz > li img {
    width: 100%;
  }
}
.section_biz .section_01 .list_biz > li .contents_wrap {
  position: absolute;
  width: 100%;
  max-width: 520px;
  right: 10.6%;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .section_biz .section_01 .list_biz > li .contents_wrap {
    right: auto;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_biz .section_01 .list_biz > li .contents_wrap {
    max-width: 100%;
    position: static;
    padding: 0 8%;
    width: 100%;
  }
}
.section_biz .section_01 .list_biz > li .contents_wrap > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 0 0 80px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .section_biz .section_01 .list_biz > li .contents_wrap > a {
    padding: 40px 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .section_biz .section_01 .list_biz > li .contents_wrap > a {
    padding: 30px 0;
  }
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .ttl_02 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 12px;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .ttl_02::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #00B8CC;
  left: 0;
  bottom: 0;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .box_01 .txt_wrap_02 {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 24px;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .box_01 .txt_wrap_02 > p {
  margin-bottom: 12px;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .box_01 .txt_wrap_02 > p:last-of-type {
  margin-bottom: 0;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .box_01 .txt_wrap_03_wrap {
  text-align: right;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .box_01 .txt_wrap_03 {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 200% */
  padding-right: 68px;
  position: relative;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .box_01 .txt_wrap_03 > span {
  display: inline-block;
  border-bottom: solid #192729 1px;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a .box_01 .txt_wrap_03::after {
  content: "";
  position: absolute;
  background: url(../images/icon_arrow.svg) no-repeat center/100%;
  width: 48px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a:hover {
  color: #00B8CC;
}
.section_biz .section_01 .list_biz > li .contents_wrap > a:hover .txt_wrap_03::after {
  right: -10px;
}

.section_biz_01 .section_01, .section_biz_02 .section_01 {
  padding: 82px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_01, .section_biz_02 .section_01 {
    padding: 60px 0 80px;
  }
}
.section_biz_01 .section_01 .ttl_lbl > span, .section_biz_02 .section_01 .ttl_lbl > span {
  display: inline-block;
  background-color: #00B8CC;
  color: #fff;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 14px;
  padding: 1px 16px;
}
.section_biz_01 .section_01 .ttl_lbl > span:last-of-type, .section_biz_02 .section_01 .ttl_lbl > span:last-of-type {
  margin-bottom: 0;
}
.section_biz_01 .section_01 .txt_01, .section_biz_02 .section_01 .txt_01 {
  margin-top: 42px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_01 .txt_01, .section_biz_02 .section_01 .txt_01 {
    margin-top: 30px;
  }
}
.section_biz_01 .section_01 .box_01, .section_biz_02 .section_01 .box_01 {
  margin-top: 72px;
  position: relative;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_01 .box_01, .section_biz_02 .section_01 .box_01 {
    aspect-ratio: 1/1;
  }
}
.section_biz_01 .section_01 .box_01 img, .section_biz_02 .section_01 .box_01 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_01 .box_01 img, .section_biz_02 .section_01 .box_01 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section_biz_01 .section_01 .box_01 .inner, .section_biz_02 .section_01 .box_01 .inner, .section_biz_01 .section_01 .box_01 .inner_pc, .section_biz_02 .section_01 .box_01 .inner_pc, .section_biz_01 .section_01 .box_01 .inner_s, .section_biz_02 .section_01 .box_01 .inner_s, .section_biz_01 .section_01 .box_01 .inner_l, .section_biz_02 .section_01 .box_01 .inner_l {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 3;
}
.section_biz_01 .section_01 .box_01 .inner > div, .section_biz_02 .section_01 .box_01 .inner > div, .section_biz_01 .section_01 .box_01 .inner_pc > div, .section_biz_02 .section_01 .box_01 .inner_pc > div, .section_biz_01 .section_01 .box_01 .inner_s > div, .section_biz_02 .section_01 .box_01 .inner_s > div, .section_biz_01 .section_01 .box_01 .inner_l > div, .section_biz_02 .section_01 .box_01 .inner_l > div {
  background-color: #fff;
  padding: 56px;
  text-align: center;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.05));
  position: relative;
}
.section_biz_01 .section_01 .box_01 .inner > div::before, .section_biz_02 .section_01 .box_01 .inner > div::before, .section_biz_01 .section_01 .box_01 .inner_pc > div::before, .section_biz_02 .section_01 .box_01 .inner_pc > div::before, .section_biz_01 .section_01 .box_01 .inner_s > div::before, .section_biz_02 .section_01 .box_01 .inner_s > div::before, .section_biz_01 .section_01 .box_01 .inner_l > div::before, .section_biz_02 .section_01 .box_01 .inner_l > div::before {
  position: absolute;
  content: "";
  background: url(../images/dec_kakko.png) no-repeat center/contain;
  width: 60px;
  aspect-ratio: 60/130;
  top: 16px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_01 .box_01 .inner > div::before, .section_biz_02 .section_01 .box_01 .inner > div::before, .section_biz_01 .section_01 .box_01 .inner_pc > div::before, .section_biz_02 .section_01 .box_01 .inner_pc > div::before, .section_biz_01 .section_01 .box_01 .inner_s > div::before, .section_biz_02 .section_01 .box_01 .inner_s > div::before, .section_biz_01 .section_01 .box_01 .inner_l > div::before, .section_biz_02 .section_01 .box_01 .inner_l > div::before {
    width: 30px;
  }
}
.section_biz_01 .section_01 .box_01 .inner > div::after, .section_biz_02 .section_01 .box_01 .inner > div::after, .section_biz_01 .section_01 .box_01 .inner_pc > div::after, .section_biz_02 .section_01 .box_01 .inner_pc > div::after, .section_biz_01 .section_01 .box_01 .inner_s > div::after, .section_biz_02 .section_01 .box_01 .inner_s > div::after, .section_biz_01 .section_01 .box_01 .inner_l > div::after, .section_biz_02 .section_01 .box_01 .inner_l > div::after {
  position: absolute;
  content: "";
  background: url(../images/dec_kakko.png) no-repeat center/contain;
  width: 60px;
  aspect-ratio: 60/130;
  bottom: 16px;
  right: 16px;
  transform: scale(-1, -1);
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_01 .box_01 .inner > div::after, .section_biz_02 .section_01 .box_01 .inner > div::after, .section_biz_01 .section_01 .box_01 .inner_pc > div::after, .section_biz_02 .section_01 .box_01 .inner_pc > div::after, .section_biz_01 .section_01 .box_01 .inner_s > div::after, .section_biz_02 .section_01 .box_01 .inner_s > div::after, .section_biz_01 .section_01 .box_01 .inner_l > div::after, .section_biz_02 .section_01 .box_01 .inner_l > div::after {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_01 .box_01 .inner > div, .section_biz_02 .section_01 .box_01 .inner > div, .section_biz_01 .section_01 .box_01 .inner_pc > div, .section_biz_02 .section_01 .box_01 .inner_pc > div, .section_biz_01 .section_01 .box_01 .inner_s > div, .section_biz_02 .section_01 .box_01 .inner_s > div, .section_biz_01 .section_01 .box_01 .inner_l > div, .section_biz_02 .section_01 .box_01 .inner_l > div {
    padding: 30px 10px;
  }
}
.section_biz_01 .section_01 .box_01 .inner > div > p, .section_biz_02 .section_01 .box_01 .inner > div > p, .section_biz_01 .section_01 .box_01 .inner_pc > div > p, .section_biz_02 .section_01 .box_01 .inner_pc > div > p, .section_biz_01 .section_01 .box_01 .inner_s > div > p, .section_biz_02 .section_01 .box_01 .inner_s > div > p, .section_biz_01 .section_01 .box_01 .inner_l > div > p, .section_biz_02 .section_01 .box_01 .inner_l > div > p {
  margin-bottom: 20px;
}
.section_biz_01 .section_01 .box_01 .inner > div > p:last-of-type, .section_biz_02 .section_01 .box_01 .inner > div > p:last-of-type, .section_biz_01 .section_01 .box_01 .inner_pc > div > p:last-of-type, .section_biz_02 .section_01 .box_01 .inner_pc > div > p:last-of-type, .section_biz_01 .section_01 .box_01 .inner_s > div > p:last-of-type, .section_biz_02 .section_01 .box_01 .inner_s > div > p:last-of-type, .section_biz_01 .section_01 .box_01 .inner_l > div > p:last-of-type, .section_biz_02 .section_01 .box_01 .inner_l > div > p:last-of-type {
  margin-bottom: 0;
}
.section_biz_01 .section_02, .section_biz_02 .section_02 {
  background-color: #0095A5;
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_02, .section_biz_02 .section_02 {
    padding: 80px 0 100px;
  }
}
.section_biz_01 .section_02::before, .section_biz_02 .section_02::before {
  position: absolute;
  display: block;
  content: "SOLUTION";
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: clamp(2.5rem, -0.227rem + 13.64vw, 10rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  opacity: 0.1;
  top: -18px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_02::before, .section_biz_02 .section_02::before {
    top: 0;
  }
}
.section_biz_01 .section_02 .box_01, .section_biz_02 .section_02 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}
.section_biz_01 .section_02 .box_01 .contents_wrap, .section_biz_02 .section_02 .box_01 .contents_wrap {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_02 .box_01 .contents_wrap, .section_biz_02 .section_02 .box_01 .contents_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_biz_01 .section_02 .box_01 .img_wrap, .section_biz_02 .section_02 .box_01 .img_wrap {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_02 .box_01 .img_wrap, .section_biz_02 .section_02 .box_01 .img_wrap {
    width: 100%;
  }
}
.section_biz_01 .section_02 .box_01 .img_wrap img, .section_biz_02 .section_02 .box_01 .img_wrap img {
  width: 100%;
}
.section_biz_01 .section_02 .ttl_01, .section_biz_01 .section_service .section_02 .ttl_02, .section_service .section_biz_01 .section_02 .ttl_02, .section_biz_02 .section_02 .ttl_01, .section_biz_02 .section_service .section_02 .ttl_02, .section_service .section_biz_02 .section_02 .ttl_02 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 16px;
  color: #fff;
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_02 .ttl_01, .section_biz_01 .section_service .section_02 .ttl_02, .section_service .section_biz_01 .section_02 .ttl_02, .section_biz_02 .section_02 .ttl_01, .section_biz_02 .section_service .section_02 .ttl_02, .section_service .section_biz_02 .section_02 .ttl_02 {
    gap: 10px;
  }
}
.section_biz_01 .section_02 .ttl_01 > span, .section_biz_01 .section_service .section_02 .ttl_02 > span, .section_service .section_biz_01 .section_02 .ttl_02 > span, .section_biz_02 .section_02 .ttl_01 > span, .section_biz_02 .section_service .section_02 .ttl_02 > span, .section_service .section_biz_02 .section_02 .ttl_02 > span {
  display: inline-block;
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 5px 8px;
  background-color: #00B8CC;
}
.section_biz_01 .section_02 .txt_wrap, .section_biz_02 .section_02 .txt_wrap {
  color: #FFF;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_biz_01 .section_02 .txt_wrap > p, .section_biz_02 .section_02 .txt_wrap > p {
  margin-bottom: 12px;
}
.section_biz_01 .section_02 .txt_wrap > p:last-of-type, .section_biz_02 .section_02 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_biz_01 .section_03, .section_biz_02 .section_03 {
  padding: 140px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_03, .section_biz_02 .section_03 {
    padding: 80px 0 100px;
  }
}
.section_biz_01 .section_03 .list_reform, .section_biz_02 .section_03 .list_reform {
  margin-bottom: 180px;
}
@media screen and (max-width: 1200px) {
  .section_biz_01 .section_03 .list_reform, .section_biz_02 .section_03 .list_reform {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_03 .list_reform, .section_biz_02 .section_03 .list_reform {
    margin-bottom: 100px;
  }
}
.section_biz_01 .section_03 .btn_wrap, .section_biz_02 .section_03 .btn_wrap {
  margin-top: 18px;
  text-align: right;
}
.section_biz_01 .section_03 .txt_wrap, .section_biz_02 .section_03 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_03 .txt_wrap, .section_biz_02 .section_03 .txt_wrap {
    margin-top: 20px;
  }
}
.section_biz_01 .section_04, .section_biz_02 .section_04 {
  padding: 120px 0 0;
  background: #F4F9F9;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_04, .section_biz_02 .section_04 {
    padding: 80px 0 0;
  }
}
.section_biz_01 .section_04 .box_two, .section_biz_02 .section_04 .box_two {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.section_biz_01 .section_04 .box_two .ttl_box, .section_biz_02 .section_04 .box_two .ttl_box {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_04 .box_two .ttl_box, .section_biz_02 .section_04 .box_two .ttl_box {
    width: 100%;
  }
}
.section_biz_01 .section_04 .box_two .area_map, .section_biz_02 .section_04 .box_two .area_map {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_04 .box_two .area_map, .section_biz_02 .section_04 .box_two .area_map {
    margin-top: 30px;
    width: 100%;
  }
}
.section_biz_01 .section_04 .box_two .area_map img, .section_biz_02 .section_04 .box_two .area_map img {
  width: 100%;
}
.section_biz_01 .section_04 .ttl_line, .section_biz_02 .section_04 .ttl_line {
  margin-bottom: 40px;
}
.section_biz_01 .section_04 .txt_wrap, .section_biz_02 .section_04 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_biz_01 .section_04 #list_breadcrumb, .section_biz_02 .section_04 #list_breadcrumb {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section_biz_01 .section_04 #list_breadcrumb, .section_biz_02 .section_04 #list_breadcrumb {
    margin-top: 100px;
  }
}

.section_biz_02 .section_02::before {
  content: "OUR APPROACH";
  font-size: clamp(2.188rem, -0.653rem + 14.2vw, 10rem);
}

.section_company .section_01 {
  padding: 100px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 {
    padding: 60px 0 100px;
  }
}
.section_company .section_01 .ttl_01, .section_company .section_01 .section_service .section_02 .ttl_02, .section_service .section_02 .section_company .section_01 .ttl_02 {
  color: #00B8CC;
  text-align: center;
  font-size: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 130% */
  margin-bottom: 32px;
}
.section_company .section_01 .txt_wrap {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 156px;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 .txt_wrap {
    margin-bottom: 100px;
  }
}
.section_company .section_01 .box_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.section_company .section_01 .box_01 .box_l {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 .box_01 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_company .section_01 .box_01 .box_l .line_ttl, .section_company .section_01 .box_01 .box_l .line_ttl_02 {
  margin-bottom: 55px;
}
.section_company .section_01 .box_01 .box_l .ttl_02 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
.section_company .section_01 .box_01 .box_l .txt_01 {
  color: #000;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 32px;
}
.section_company .section_01 .box_01 .box_l .txt_01 > p {
  margin-bottom: 16px;
}
.section_company .section_01 .box_01 .box_l .txt_01 > p:last-of-type {
  margin-bottom: 0;
}
.section_company .section_01 .box_01 .box_l .name {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_company .section_01 .box_01 .box_l .name > span {
  display: inline-block;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section_company .section_01 .box_01 .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_company .section_01 .box_01 .box_r {
    width: 100%;
  }
}
.section_company .section_01 .box_01 .box_r img {
  width: 100%;
}
.section_company .section_02 {
  background-color: #00B8CC;
  color: #fff;
  padding: 160px 0;
  position: relative;
}
.section_company .section_02::before {
  content: "";
  position: absolute;
  width: 18.2%;
  aspect-ratio: 273/527;
  background: url(../images/dec_philosophy.svg) no-repeat center top/contain;
  top: 0;
  right: 5.3%;
}
@media screen and (max-width: 1200px) {
  .section_company .section_02::before {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_company .section_02::before {
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .section_company .section_02 {
    padding: 80px 0;
  }
}
.section_company .section_02 .line_ttl_02 {
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .section_company .section_02 .line_ttl_02 {
    margin-bottom: 50px;
  }
}
.section_company .section_02 .txt_wrap {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_company .section_02 .txt_wrap > p {
  margin-bottom: 8px;
}
.section_company .section_02 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_company .section_03 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_company .section_03 {
    padding: 100px 0 80px;
  }
}
.section_company .section_03 .line_ttl, .section_company .section_03 .line_ttl_02 {
  margin-bottom: 66px;
}
.section_company .section_04 {
  background-color: #F4F9F9;
  padding: 120px 0 140px;
}
@media screen and (max-width: 767px) {
  .section_company .section_04 {
    padding: 100px 0 100px;
  }
}
.section_company .section_04 .line_ttl, .section_company .section_04 .line_ttl_02 {
  margin-bottom: 56px;
}
.section_company .section_05 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_company .section_05 {
    padding: 100px 0 80px;
  }
}
.section_company .section_05 .f_recruit_banner {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .section_company .section_05 .f_recruit_banner {
    margin-top: 80px;
  }
}
.section_company .section_05 .csr_section {
  border-bottom: solid 1px #E7E7E7;
  margin-bottom: 140px;
}
.section_company .section_05 .csr_section .line_ttl, .section_company .section_05 .csr_section .line_ttl_02 {
  margin-bottom: 56px;
}
.section_company .section_05 .csr_section .csr_box {
  position: relative;
  padding: 100px;
  background: url(../images/bg_company_01.jpg) no-repeat center top/cover;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section_company .section_05 .csr_section .csr_box {
    padding: 50px 30px;
  }
}
.section_company .section_05 .csr_section .csr_box::after {
  content: "";
  position: absolute;
  opacity: 0.2;
  background: #192729;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.section_company .section_05 .csr_section .csr_box .sub_inner {
  position: relative;
  z-index: 3;
}
.section_company .section_05 .csr_section .csr_box .sub_inner > p {
  color: #FFF;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 16px;
}
.section_company .section_05 .csr_section .csr_box .sub_inner > p:last-of-type {
  margin-bottom: 0;
}

.section_service .section_01 {
  padding: 100px 0 76px;
}
@media screen and (max-width: 767px) {
  .section_service .section_01 {
    padding: 60px 0 60px;
  }
}
.section_service .section_01 .ttl_01, .section_service .section_01 .section_02 .ttl_02, .section_service .section_02 .section_01 .ttl_02 {
  color: #00B8CC;
  text-align: center;
  font-size: clamp(1.875rem, 1.284rem + 2.95vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3; /* 130% */
  margin-bottom: 32px;
}
.section_service .section_01 .txt_wrap {
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_service .section_01 .txt_wrap > p {
  margin-bottom: 16px;
}
.section_service .section_01 .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.section_service .section_02 {
  background-color: #F4F9F9;
  padding: 144px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_service .section_02 {
    padding: 80px 0 100px;
  }
}
.section_service .section_02 .section_02_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_service .section_02 .section_02_btn_wrap {
    margin-bottom: 80px;
  }
}
.section_service .section_02 .section_02_btn_wrap a {
  background-color: #0095A5;
  color: #fff;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 23px;
  width: 100%;
  max-width: 480px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_service .section_02 .section_02_btn_wrap a {
    width: 100%;
  }
}
.section_service .section_02 .section_02_btn_wrap a::before {
  content: "";
  position: absolute;
  width: 48px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.section_service .section_02 .section_02_btn_wrap a:hover {
  opacity: 0.6;
}
.section_service .section_02 .section_02_btn_wrap a:nth-of-type(1)::before {
  background: url(../images/icon_individual.svg) no-repeat center top/contain;
}
.section_service .section_02 .section_02_btn_wrap a:nth-of-type(2)::before {
  background: url(../images/icon_corporation.svg) no-repeat center top/contain;
}
.section_service .section_02 .ttl_01, .section_service .section_02 .ttl_02 {
  color: #0095A5;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 148.75% */
  position: relative;
  padding-top: 72px;
  text-align: center;
  margin-bottom: 56px;
}
.section_service .section_02 .ttl_01::before, .section_service .section_02 .ttl_02::before {
  content: "";
  position: absolute;
  width: 48px;
  aspect-ratio: 1/1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/service_ttl_dec_01.svg) no-repeat center top/contain;
}
.section_service .section_02 .ttl_02::before {
  background: url(../images/service_ttl_dec_02.svg) no-repeat center top/contain;
}
.section_service .section_03 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_service .section_03 {
    padding: 100px 0 80px;
  }
}
.section_service .section_03 .line_ttl_03 {
  margin-bottom: 40px;
}
.section_service .section_03 .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.section_service .section_03 .service_03_wrap {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 88px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .section_service .section_03 .service_03_wrap {
    grid-column-gap: 20px;
  }
}
.section_service .section_03 .service_03_wrap img {
  display: block;
}

.section_column .section_01 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_column .section_01 {
    padding: 60px 0 60px;
  }
}
.section_column .section_01 .f_recruit_banner {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section_column .section_01 .f_recruit_banner {
    margin-top: 100px;
  }
}

.section_column_detail .section_01 {
  padding: 190px 0 160px;
  background-color: #F4F9F9;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_01 {
    padding: 160px 0 80px;
  }
}
.section_column_detail .section_01 .contents_wrap {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .section_column_detail .section_01 .contents_wrap {
    padding: 80px 0;
  }
}
.section_column_detail .section_01 .contents_wrap .sub_inner {
  max-width: 840px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_01 .contents_wrap .sub_inner {
    padding: 0 8%;
  }
}
.section_column_detail .section_02 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_02 {
    padding: 80px 0 60px;
  }
}
.section_column_detail .section_02 .line_ttl, .section_column_detail .section_02 .line_ttl_02 {
  margin-bottom: 64px;
}
.section_column_detail .section_02 .list_column {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .section_column_detail .section_02 .list_column {
    margin-bottom: 100px;
  }
}

.section_works .section_01 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_works .section_01 {
    padding: 60px 0 60px;
  }
}
.section_works .section_02 {
  padding: 120px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_works .section_02 {
    padding: 80px 0 60px;
  }
}
.section_works .section_02::before {
  content: "";
  position: absolute;
  background: #F4F9F9;
  z-index: 0;
  width: 100%;
  aspect-ratio: 15/4;
  top: 0;
  left: 0;
}
.section_works .section_02 .inner, .section_works .section_02 .inner_pc, .section_works .section_02 .inner_s, .section_works .section_02 .inner_l,
.section_works .section_02 .swiper_top_works_wrap {
  position: relative;
  z-index: 1;
}
.section_works .section_02 .f_recruit_banner {
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  .section_works .section_02 .f_recruit_banner {
    margin-top: 80px;
  }
}

.section_works_detail .section_01 {
  padding: 190px 0 160px;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_01 {
    padding: 160px 0 80px;
  }
}
.section_works_detail .section_01 .table_works {
  margin: 80px auto;
}
.section_works_detail .section_01 .list_pagination {
  max-width: 100%;
}
.section_works_detail .section_02 {
  padding: 120px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_02 {
    padding: 80px 0 60px;
  }
}
.section_works_detail .section_02::before {
  content: "";
  position: absolute;
  background: #F4F9F9;
  z-index: 0;
  width: 100%;
  aspect-ratio: 15/4;
  top: 0;
  left: 0;
}
.section_works_detail .section_02 .inner, .section_works_detail .section_02 .inner_pc, .section_works_detail .section_02 .inner_s, .section_works_detail .section_02 .inner_l,
.section_works_detail .section_02 .swiper_top_works_wrap {
  position: relative;
  z-index: 1;
}
.section_works_detail .section_02 .f_recruit_banner {
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  .section_works_detail .section_02 .f_recruit_banner {
    margin-top: 80px;
  }
}

.section_news .section_01 {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_news .section_01 {
    padding: 60px 0 60px;
  }
}
.section_news .section_01 .f_recruit_banner {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section_news .section_01 .f_recruit_banner {
    margin-top: 100px;
  }
}

.section_news_detail .section_01 {
  padding: 190px 0 160px;
  background-color: #F4F9F9;
}
@media screen and (max-width: 767px) {
  .section_news_detail .section_01 {
    padding: 160px 0 80px;
  }
}
.section_news_detail .section_01 .contents_wrap {
  background-color: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .section_news_detail .section_01 .contents_wrap {
    padding: 80px 0;
  }
}
.section_news_detail .section_01 .contents_wrap .sub_inner {
  max-width: 840px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_news_detail .section_01 .contents_wrap .sub_inner {
    padding: 0 8%;
  }
}
.section_news_detail .section_02 {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_news_detail .section_02 {
    padding: 80px 0 60px;
  }
}

.section_contact .section_01 {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 {
    padding: 80px 0 60px;
  }
}
.section_contact .section_01 .txt_wrap {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 230% */
}
.section_contact .section_01 .contact_wrap > div {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .contact_wrap > div {
    margin-top: 60px;
  }
}
.section_contact .section_01 .contact_wrap > div .ttl_01, .section_contact .section_01 .contact_wrap > div .section_service .section_02 .ttl_02, .section_service .section_02 .section_contact .section_01 .contact_wrap > div .ttl_02 {
  padding-top: 24px;
  position: relative;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.section_contact .section_01 .contact_wrap > div .ttl_01::before, .section_contact .section_01 .contact_wrap > div .section_service .section_02 .ttl_02::before, .section_service .section_02 .section_contact .section_01 .contact_wrap > div .ttl_02::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 6px;
  background-color: #00B8CC;
  top: 0;
  left: 0;
}
.section_contact .section_01 .contact_wrap > div .tel_wrap {
  color: #0095A5;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.375rem, 0.784rem + 2.95vw, 3rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.1rm;
}
.section_contact .section_01 .contact_wrap > div .tel_wrap a {
  color: #0095A5;
}
.section_contact .section_01 .contact_wrap > div .txt_01 {
  margin-left: 5px;
  display: inline-block;
  color: #0095A5;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 238% */
}
.section_contact .section_01 .contact_wrap > div .contact_btn_wrap {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .contact_wrap > div .contact_btn_wrap {
    margin-bottom: 80px;
  }
}
.section_contact .section_01 .contact_wrap > div .contact_btn_wrap a {
  background-color: #0095A5;
  color: #fff;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 23px;
  width: 100%;
  max-width: 480px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .contact_wrap > div .contact_btn_wrap a {
    width: 100%;
  }
}
.section_contact .section_01 .contact_wrap > div .contact_btn_wrap a::before {
  content: "";
  position: absolute;
  width: 48px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
}
.section_contact .section_01 .contact_wrap > div .contact_btn_wrap a:hover {
  opacity: 0.6;
}
.section_contact .section_01 .contact_wrap > div .contact_btn_wrap a:nth-of-type(1)::before {
  background: url(../images/icon_individual.svg) no-repeat center top/contain;
}
.section_contact .section_01 .contact_wrap > div .contact_btn_wrap a:nth-of-type(2)::before {
  background: url(../images/icon_corporation.svg) no-repeat center top/contain;
}
.section_contact .section_01 .f_recruit_banner {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_01 .f_recruit_banner {
    margin-top: 100px;
  }
}

.section_contact_detail .section_01 {
  padding: 190px 0 0;
  background-color: #F4F9F9;
}
@media screen and (max-width: 767px) {
  .section_contact_detail .section_01 {
    padding: 160px 0 0;
  }
}
.section_contact_detail .section_01 .contents_wrap {
  background-color: #fff;
  padding: 100px 0;
  margin-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .section_contact_detail .section_01 .contents_wrap {
    padding: 80px 0;
    margin-bottom: 100px;
  }
}
.section_contact_detail .section_01 .contents_wrap .sub_inner {
  max-width: 840px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_contact_detail .section_01 .contents_wrap .sub_inner {
    padding: 0 8%;
  }
}

.section_policy .section_01 {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 {
    padding: 80px 0 60px;
  }
}
.section_policy .section_01 .txt_wrap_01 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 230% */
}
.section_policy .section_01 .list_policy {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section_policy .section_01 .list_policy {
    margin-top: 60px;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: 0.3s;
  z-index: 999;
}
header .header_contact_wrap {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  header .header_contact_wrap {
    display: none;
  }
}
header .header_contact_wrap > a {
  display: grid;
  width: 112px;
  aspect-ratio: 112/96;
  place-items: center;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  header .header_contact_wrap > a {
    width: 80px;
  }
}
header .header_contact_wrap > a > span {
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .header_contact_wrap > a > span {
    font-size: 11px;
  }
}
header .header_contact_wrap .btn_contact {
  background-color: #192729;
}
header .header_contact_wrap .btn_contact > span {
  padding-top: 29px;
}
@media screen and (max-width: 1200px) {
  header .header_contact_wrap .btn_contact > span {
    padding-top: 24px;
  }
}
header .header_contact_wrap .btn_contact > span::before {
  content: "";
  position: absolute;
  width: 31px;
  aspect-ratio: 31/20;
  background: url(../images/icon_contact.svg) no-repeat center/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  header .header_contact_wrap .btn_contact > span::before {
    width: 26px;
  }
}
header .header_contact_wrap .btn_recruit {
  background-color: #00B8CC;
}
header .header_contact_wrap .btn_recruit > span {
  padding-top: 42px;
}
@media screen and (max-width: 1200px) {
  header .header_contact_wrap .btn_recruit > span {
    padding-top: 37px;
  }
}
header .header_contact_wrap .btn_recruit > span::before {
  content: "";
  position: absolute;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../images/icon_recruit.svg) no-repeat center/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  header .header_contact_wrap .btn_recruit > span::before {
    width: 31px;
  }
}

.header_box {
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 12px 8%;
  }
}

.header_ttl img.logo {
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 130px;
  }
}
.header_ttl img.logo_w {
  display: none;
  margin-top: 25px;
  width: 92px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo_w {
    margin-top: 0;
    width: 64px;
  }
}

#gnavi {
  padding-right: 134px;
}
@media screen and (max-width: 1200px) {
  #gnavi {
    padding-right: 74px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi {
    margin-top: 97px;
    padding: 0 15px;
  }
}
#gnavi > ul {
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 1500px) {
  #gnavi > ul {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #gnavi > ul {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li {
    border-bottom: solid 1px #fff;
  }
}
#gnavi > ul > li > a {
  display: inline-block;
  color: #000;
  font-size: 0.938rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 25px 0;
  border-bottom: solid 3px rgba(0, 184, 204, 0);
}
@media screen and (max-width: 1200px) {
  #gnavi > ul > li > a {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    position: relative;
    padding: 15px 0;
  }
  #gnavi > ul > li > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    aspect-ratio: 1/1;
    background: url(../images/icon_arrow_blue_02.svg) no-repeat center/contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  #gnavi > ul > li:hover > a {
    border-bottom: solid 3px #00b8cc;
  }
}
@media screen and (min-width: 768px) {
  #gnavi > ul > li:hover .gnavi_sub_menu {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul li.arrow > a {
    display: inline-block;
    position: relative;
    padding-right: 70px;
  }
  #gnavi > ul li.arrow > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    aspect-ratio: 1/1;
    background: url(../images/icon_plus.svg) no-repeat center/contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}

/* 初期状態：非表示 */
.gnavi_sub_menu {
  display: none;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  max-width: 79%;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .gnavi_sub_menu {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu {
    position: static;
    background-color: rgba(255, 255, 255, 0);
    transform: none;
  }
}
.gnavi_sub_menu .gnavi_sub_menu_box {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu .gnavi_sub_menu_box {
    display: none;
  }
}
.gnavi_sub_menu .gnavi_sub_menu_box .box_l {
  width: 38%;
  padding: 80px;
  background-color: #192729;
  color: #fff;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1200px) {
  .gnavi_sub_menu .gnavi_sub_menu_box .box_l {
    width: 35%;
    padding: 30px;
  }
}
.gnavi_sub_menu .gnavi_sub_menu_box .box_l > div {
  width: 100%;
}
.gnavi_sub_menu .gnavi_sub_menu_box .box_l > div .menu_w {
  margin-top: 56px;
}
.gnavi_sub_menu .gnavi_sub_menu_box .box_r {
  width: 62%;
  padding: 90px 60px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .gnavi_sub_menu .gnavi_sub_menu_box .box_r {
    width: 65%;
    padding: 30px;
  }
}
.gnavi_sub_menu .gnavi_sub_menu_box_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .gnavi_sub_menu .gnavi_sub_menu_box_sp {
    display: block;
  }
  .gnavi_sub_menu .gnavi_sub_menu_box_sp > ul {
    margin-bottom: 15px;
  }
  .gnavi_sub_menu .gnavi_sub_menu_box_sp > ul > li {
    margin-bottom: 8px;
  }
  .gnavi_sub_menu .gnavi_sub_menu_box_sp > ul > li:last-of-type {
    margin-bottom: 0;
  }
  .gnavi_sub_menu .gnavi_sub_menu_box_sp > ul > li > a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media screen and (max-width: 767px) {
  .open .gnavi_sub_menu {
    display: block;
  }
  .open a::before {
    background: url(../images/icon_minus.svg) no-repeat center/contain !important;
  }
}

.sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_menu {
    margin: 40px 0 48px;
    display: block;
  }
  .sp_menu .sp_menu_contact {
    margin-bottom: 24px;
  }
  .sp_menu .sp_menu_contact > a {
    width: 100%;
    height: 64px;
    display: grid;
    place-items: center;
    position: relative;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .sp_menu .sp_menu_contact > a.recruit {
    background-color: #00B8CC;
    color: #FFF;
  }
  .sp_menu .sp_menu_contact > a.recruit::before {
    content: "";
    position: absolute;
    width: 36px;
    aspect-ratio: 1/1;
    background: url(../images/icon_recruit.svg) no-repeat center top/contain;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
  }
  .sp_menu .sp_menu_contact > a.contact {
    margin-top: 16px;
    background-color: #fff;
  }
  .sp_menu .sp_menu_contact > a.contact::before {
    content: "";
    position: absolute;
    width: 32px;
    aspect-ratio: 32/21;
    background: url(../images/icon_contact_b.svg) no-repeat center top/contain;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
  }
  .sp_menu a.link {
    display: inline-block;
    color: #7E7E7E;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

.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: #192729;
}
.list_m_sub > li > a .img_wrap {
  overflow: hidden;
  margin-bottom: 10px;
  color: #192729;
  position: relative;
}
.list_m_sub > li > a .img_wrap::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  opacity: 0.8;
  background: #00B8CC;
  mix-blend-mode: screen;
  transition: 0.3s;
  top: 0;
  left: 0;
}
.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);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list_m_sub > li > a:hover .img_wrap::before {
  opacity: 0;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 0;
    right: 0;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 56px;
    height: 56px;
    z-index: 10000;
    color: #fff;
    background-color: #00B8CC;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 16px;
    width: 24px;
    height: 2px;
    background: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 20px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 36px;
    opacity: 1;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(40deg);
    top: 36%;
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-9px) rotate(-40deg);
    top: 65%;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
}

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

.header_scroll {
  background-color: rgba(255, 255, 255, 0);
}
.header_scroll .header_box #header_left .header_ttl a .logo_w {
  display: block;
}
.header_scroll .header_box #header_left .header_ttl a .logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .header_scroll .header_box #header_right #gnavi > ul > li > a {
    color: #fff;
  }
}

footer {
  background-color: #192729;
  color: #fff;
}

#footer {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #footer {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 8%;
  }
}

.footer_box {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 122px;
}
@media screen and (max-width: 767px) {
  .footer_box {
    margin-bottom: 80px;
  }
}

.footer_left {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    text-align: center;
  }
}
.footer_left .ttl {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.footer_left .address {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 170% */
}
.footer_left .f_sns {
  display: flex;
}
.footer_left .f_sns > a {
  width: 40px;
  margin-right: 12px;
}
.footer_left .f_sns > a:last-of-type {
  margin-right: 0;
}

.footer_right {
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
    display: none;
  }
}

.f_navi > li {
  margin-bottom: 24px;
  padding-left: 24px;
  border-left: solid 1px #fff;
}
.f_navi > li:last-of-type {
  margin-bottom: 0;
}
.f_navi > li > a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.f_navi > li > a:hover {
  opacity: 0.6;
}
.f_navi > li ul.list_sub {
  margin-top: 8px;
}
.f_navi > li ul.list_sub > li {
  margin-bottom: 4px;
}
.f_navi > li ul.list_sub > li:last-of-type {
  margin-bottom: 0;
}
.f_navi > li ul.list_sub > li > a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.f_navi > li ul.list_sub > li > a:hover {
  opacity: 0.6;
}

.f_logo {
  max-width: 128px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    margin: 0 auto 32px;
  }
}

.copy {
  margin-top: 20px;
  color: #7E7E7E;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 100% */
  margin-bottom: 30px;
}

.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 #192729;
  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;
}

.main_img {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .main_img {
    grid-template-columns: 1fr;
  }
}
.main_img .mv_img {
  position: relative;
}
.main_img .mv_img::after {
  position: absolute;
  content: "";
  background-color: #192729;
  opacity: 0.3;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.main_img > div {
  width: 100%;
  position: relative;
}
.main_img > div img {
  width: 100%;
}
.main_img > div:nth-of-type(1) {
  order: 3;
}
@media screen and (max-width: 767px) {
  .main_img > div:nth-of-type(1) {
    order: 1;
  }
}
.main_img > div:nth-of-type(2) {
  order: 2;
}
@media screen and (max-width: 767px) {
  .main_img > div:nth-of-type(2) {
    order: 2;
  }
}
.main_img > div:nth-of-type(3) {
  order: 1;
}
@media screen and (max-width: 767px) {
  .main_img > div:nth-of-type(3) {
    order: 3;
  }
}
.main_img > div .txt_01 {
  position: absolute;
  max-width: 17.6%;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .main_img > div .txt_01 {
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 15.2%;
  }
}
.main_img > div .txt_02 {
  position: absolute;
  max-width: 18.6%;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .main_img > div .txt_02 {
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 15.2%;
  }
}
.main_img > div .txt_03 {
  position: absolute;
  max-width: 20%;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .main_img > div .txt_03 {
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 15.2%;
  }
}
.main_img .mv_txt_wrap {
  position: absolute;
  bottom: 0;
  left: 2.6%;
  z-index: 5;
}
.main_img .mv_txt_wrap > div {
  writing-mode: vertical-rl;
}
.main_img .mv_txt_wrap > div > span {
  margin-left: 8px;
  padding: 12px 8px;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3; /* 131.25% */
  letter-spacing: 5px;
}
@media screen and (max-width: 1200px) {
  .main_img .mv_txt_wrap > div > span {
    font-size: 10px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt_wrap > div > span {
    font-size: 16px;
  }
}
.main_img .mv_txt_wrap > div > span:last-of-type {
  margin-left: 0;
}

.sub_img_01 {
  position: relative;
  padding-top: 283px;
}
@media screen and (max-width: 1200px) {
  .sub_img_01 {
    padding-top: 248px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_01 {
    padding-top: 180px;
  }
}
.sub_img_01 .img_wrap {
  width: 90%;
  position: relative;
}
.sub_img_01 .img_wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00B8CC;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: screen;
}
.sub_img_01 .img_wrap img {
  display: block;
  width: 100%;
}
.sub_img_01 .sub_img_ttl_wrap {
  position: absolute;
  top: 171px;
  left: 10.6%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sub_img_01 .sub_img_ttl_wrap {
    left: 30px;
    top: 168px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_01 .sub_img_ttl_wrap {
    top: 110px;
    left: 0;
    padding: 0 8%;
    width: 100%;
  }
}
.sub_img_01 .sub_img_ttl_wrap_02 {
  position: absolute;
  top: 111px;
  left: 10.6%;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .sub_img_01 .sub_img_ttl_wrap_02 {
    left: 30px;
    top: 128px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_01 .sub_img_ttl_wrap_02 {
    top: 80px;
    left: 0;
    padding: 0 8%;
    width: 100%;
  }
}
.sub_img_01 .scroll_down_wrap {
  position: absolute;
  top: 163px;
  right: 13.4%;
  aspect-ratio: 1/1;
  width: 160px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .sub_img_01 .scroll_down_wrap {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_01 .scroll_down_wrap {
    width: 80px;
  }
}
.sub_img_01 .scroll_down_wrap > div {
  position: relative;
  width: 100%;
}
.sub_img_01 .scroll_down_wrap > div .scroll_down {
  width: 100%;
  animation: rotation 10s linear infinite;
}
.sub_img_01 .scroll_down_wrap > div .scroll_arrow {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sub_img_01 .scroll_down_wrap > div .scroll_arrow {
    width: 10px;
  }
}
.sub_img_01 .scroll_down_wrap:hover > div .scroll_arrow {
  top: calc(50% + 5px);
}

/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sub_img_02 {
  position: relative;
  padding-top: 191px;
}
@media screen and (max-width: 1200px) {
  .sub_img_02 {
    padding-top: 188px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_02 {
    padding-top: 160px;
  }
}
.sub_img_02 .sub_img_ttl_wrap {
  padding-bottom: 74px;
  border-bottom: solid 1px #E7E7E7;
}
@media screen and (max-width: 767px) {
  .sub_img_02 .sub_img_ttl_wrap {
    padding-bottom: 50px;
  }
}
.sub_img_02::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../images/bg_logo.svg) no-repeat center/100%;
  width: 37.3%;
  aspect-ratio: 1/1;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sub_img_02::before {
    top: 80px;
  }
}

.sub_img_03 {
  position: relative;
  margin-top: 71px;
}
@media screen and (max-width: 1200px) {
  .sub_img_03 {
    margin-top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_03 {
    margin-top: 80px;
    aspect-ratio: 1/1;
  }
}
.sub_img_03 .sub_img_ttl_wrap {
  position: absolute;
  top: 50%;
  left: 10.6%;
  z-index: 2;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .sub_img_03 .sub_img_ttl_wrap {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_03 .sub_img_ttl_wrap {
    left: 0;
    padding: 0 8%;
  }
}
.sub_img_03 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sub_img_03 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.sub_img_04 {
  position: relative;
  padding-top: 170px;
}
@media screen and (max-width: 1200px) {
  .sub_img_04 {
    padding-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img_04 {
    padding-top: 100px;
  }
}
.sub_img_04 .inner .sub_img_ttl_wrap, .sub_img_04 .inner_pc .sub_img_ttl_wrap, .sub_img_04 .inner_s .sub_img_ttl_wrap, .sub_img_04 .inner_l .sub_img_ttl_wrap {
  border-bottom: solid 1px #E7E7E7;
}
.sub_img_04 .inner .about_ttl, .sub_img_04 .inner .about_ttl_w, .sub_img_04 .inner_pc .about_ttl, .sub_img_04 .inner_pc .about_ttl_w, .sub_img_04 .inner_s .about_ttl, .sub_img_04 .inner_s .about_ttl_w, .sub_img_04 .inner_l .about_ttl, .sub_img_04 .inner_l .about_ttl_w,
.sub_img_04 .inner .about_ttl_02,
.sub_img_04 .inner_pc .about_ttl_02,
.sub_img_04 .inner_s .about_ttl_02,
.sub_img_04 .inner_l .about_ttl_02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sub_img_04 .inner .about_ttl, .sub_img_04 .inner .about_ttl_w, .sub_img_04 .inner_pc .about_ttl, .sub_img_04 .inner_pc .about_ttl_w, .sub_img_04 .inner_s .about_ttl, .sub_img_04 .inner_s .about_ttl_w, .sub_img_04 .inner_l .about_ttl, .sub_img_04 .inner_l .about_ttl_w,
  .sub_img_04 .inner .about_ttl_02,
  .sub_img_04 .inner_pc .about_ttl_02,
  .sub_img_04 .inner_s .about_ttl_02,
  .sub_img_04 .inner_l .about_ttl_02 {
    margin-bottom: 60px;
  }
}

.map {
  position: relative;
  overflow: hidden;
  filter: grayscale(1);
}
.map::before {
  content: "";
  display: block;
  height: 330px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

.f_recruit_banner {
  overflow: hidden;
  width: 100%;
}
.f_recruit_banner .banner_img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}
.f_recruit_banner .banner_img::before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0.9;
  background: #00606A;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.3s;
}
.f_recruit_banner .banner_img::after {
  position: absolute;
  display: block;
  content: "RECRUIT";
  color: #E9FDFF;
  font-family: "Roboto", sans-serif;
  font-size: clamp(3.75rem, -0.886rem + 23.18vw, 16.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 30.303% */
  letter-spacing: 0.08em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.2;
}
.f_recruit_banner .banner_img > div {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .f_recruit_banner .banner_img > div {
    width: 100%;
    aspect-ratio: 4/1;
  }
}
@media screen and (max-width: 767px) {
  .f_recruit_banner .banner_img > div {
    aspect-ratio: auto;
  }
}
.f_recruit_banner .banner_img > div img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .f_recruit_banner .banner_img > div img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.f_recruit_banner .banner_img > div .recruit_catchphrase_wrap {
  width: 100%;
  max-width: 390px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .f_recruit_banner .banner_img > div .recruit_catchphrase_wrap {
    padding: 30px 8% 0;
  }
}
.f_recruit_banner .banner_img > div .recruit_catchphrase_wrap .recruit_catchphrase {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
.f_recruit_banner .banner_img > div .recruit_catchphrase_wrap .recruit_catchphrase img {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .f_recruit_banner .banner_img > div .recruit_catchphrase_wrap .recruit_catchphrase img {
    width: 70px;
    margin-right: 4;
  }
}
.f_recruit_banner .banner_img > div .btn_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .f_recruit_banner .banner_img > div .btn_wrap {
    padding: 0 8%;
  }
}

.column_ttl_wrap .category_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
.column_ttl_wrap .category_wrap .category {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 8px;
  background-color: #192729;
  border-radius: 2px;
}
.column_ttl_wrap .category_wrap .date {
  color: #00B8CC;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.column_ttl_wrap .ttl_01, .column_ttl_wrap .section_service .section_02 .ttl_02, .section_service .section_02 .column_ttl_wrap .ttl_02 {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 23px;
  border-bottom: solid 1px #5D6162;
  margin-bottom: 63px;
}

article {
  font-style: normal;
  font-weight: 400;
}
article img {
  display: block;
  margin: 30px 0;
}
article h2,
article .column_h2_ttl {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 15px 16px;
  border-left: 3px solid #00B8CC;
  border-bottom: 3px solid #00B8CC;
  margin: 30px 0;
}
article h3,
article .column_h3_ttl {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  padding-left: 16px;
  border-left: 12px solid #00B8CC;
  margin: 30px 0;
}
article h4,
article .column_h4_ttl {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #0095A5;
  padding: 8px 14px;
  margin: 30px 0;
}
article a {
  text-decoration: underline !important;
}

@media screen and (max-width: 767px) {
  .swiper_top_column_wrap .sub_inner {
    padding-left: 8%;
  }
}

@media screen and (min-width: 768px) {
  .list_top_column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .list_top_column {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_column {
    display: flex;
  }
}
.list_top_column > li {
  width: 100%;
}
.list_top_column > li .img_wrap {
  width: 100%;
  aspect-ratio: 368/245;
  margin-bottom: 20px;
}
.list_top_column > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_top_column > li .txt_box .category_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.list_top_column > li .txt_box .category_wrap .category {
  padding: 4px 8px;
  background-color: #192729;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1; /* 114.286% */
  margin-right: 16px;
}
.list_top_column > li .txt_box .category_wrap .date {
  display: inline-block;
  color: #00B8CC;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1; /* 114.286% */
}
.list_top_column > li .txt_box .ttl {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}

.list_top_service > li {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_top_service > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list_top_service > li:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .list_top_service > li:nth-of-type(odd) .contents_wrap {
    padding-right: 0;
    padding-left: 10.6%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .list_top_service > li:nth-of-type(odd) .contents_wrap {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .list_top_service > li:nth-of-type(odd) .contents_wrap {
    padding: 0 8%;
  }
}
.list_top_service > li .img_wrap {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .list_top_service > li .img_wrap {
    width: 43%;
  }
}
@media screen and (max-width: 767px) {
  .list_top_service > li .img_wrap {
    width: 100%;
    margin-bottom: 24px;
  }
}
.list_top_service > li .img_wrap img {
  width: 100%;
}
.list_top_service > li .contents_wrap {
  width: 43%;
  padding-right: 10.6%;
}
@media screen and (max-width: 1200px) {
  .list_top_service > li .contents_wrap {
    width: 50%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_top_service > li .contents_wrap {
    padding: 0 8%;
    width: 100%;
  }
}
.list_top_service > li .contents_wrap .ttl_link {
  margin-bottom: 33px;
}
.list_top_service > li .contents_wrap .txt_wrap {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 40px;
}
.list_top_service > li .contents_wrap .txt_wrap > p {
  margin-bottom: 12px;
}
.list_top_service > li .contents_wrap .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.list_top_service > li .contents_wrap .service_link {
  border-top: solid 1px #5D6162;
}
.list_top_service > li .contents_wrap .service_link > a {
  display: block;
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 16px;
  border-bottom: solid 1px #5D6162;
  position: relative;
}
.list_top_service > li .contents_wrap .service_link > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow_blue.svg) no-repeat center/contain;
  transition: 0.3s;
}
.list_top_service > li .contents_wrap .service_link > a:hover {
  background-color: rgba(0, 184, 204, 0.1);
}
.list_top_service > li .contents_wrap .service_link > a:hover::after {
  right: 6px;
}

.swiper_top_works_wrap {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .swiper_top_works_wrap {
    margin-top: 70px;
  }
}
.swiper_top_works_wrap .sub_inner {
  padding-left: 10.6%;
}
@media screen and (max-width: 1200px) {
  .swiper_top_works_wrap .sub_inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_works_wrap .sub_inner {
    padding-left: 8%;
  }
}

.list_top_works > li > a {
  display: block;
}
.list_top_works > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 36/24;
  margin-bottom: 20px;
}
.list_top_works > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_top_works > li > a .txt_box .ttl {
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}
.list_top_works > li > a .txt_box .category {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #00B8CC;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.list_news > li {
  padding: 24px 0;
  border-bottom: solid 1px #5D6162;
}
.list_news > li:first-of-type {
  padding-top: 0;
}
.list_news > li > a {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .list_news > li > a {
    display: block;
  }
}
.list_news > li > a {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 175% */
}
.list_news > li > a .date {
  display: inline-block;
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .list_news > li > a .date {
    display: block;
    margin-bottom: 8px;
  }
}
.list_news > li > a:hover {
  opacity: 0.6;
}

.list_works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 48px;
}
@media screen and (max-width: 767px) {
  .list_works {
    grid-template-columns: 1fr;
  }
}
.list_works > li > a {
  display: block;
}
.list_works > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 36/24;
  margin-bottom: 20px;
}
.list_works > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_works > li > a .txt_box .ttl {
  font-size: clamp(0.938rem, 0.824rem + 0.57vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}
.list_works > li > a .txt_box .category {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #00B8CC;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.list_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_link > li {
  border-top: solid 3px #E7E7E7;
  border-bottom: solid 3px #E7E7E7;
  padding: 16px;
  width: 32%;
}
@media screen and (max-width: 767px) {
  .list_link > li {
    width: 100%;
    border-top: none;
  }
}
.list_link > li a {
  display: block;
  position: relative;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list_link > li a::after {
  content: "";
  position: absolute;
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow.svg) no-repeat center/100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .list_link > li a::after {
    width: 35px;
  }
}
.list_link > li a:hover::after {
  right: -5px;
}

.list_about_service > li {
  padding-bottom: 100px;
  border-bottom: solid 1px #5D6162;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .list_about_service > li {
    align-items: flex-start;
  }
}
.list_about_service > li:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .list_about_service > li:nth-of-type(odd) {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .list_about_service > li {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.list_about_service > li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.list_about_service > li .contact_wrap {
  width: 41%;
}
@media screen and (max-width: 1200px) {
  .list_about_service > li .contact_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .list_about_service > li .contact_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_about_service > li .contact_wrap .number {
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.list_about_service > li .contact_wrap .number > span {
  display: block;
  font-size: clamp(3.125rem, 2.443rem + 3.41vw, 5rem);
  line-height: 1;
}
.list_about_service > li .contact_wrap .ttl_01, .list_about_service > li .contact_wrap .section_service .section_02 .ttl_02, .section_service .section_02 .list_about_service > li .contact_wrap .ttl_02 {
  font-size: clamp(1.375rem, 0.966rem + 2.05vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.list_about_service > li .contact_wrap .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
}
.list_about_service > li .contact_wrap .btn, .list_about_service > li .contact_wrap a.btn_b {
  margin-top: 40px;
}
.list_about_service > li .img_wrap {
  width: 49%;
}
@media screen and (max-width: 1200px) {
  .list_about_service > li .img_wrap {
    width: 46%;
  }
}
@media screen and (max-width: 767px) {
  .list_about_service > li .img_wrap {
    width: 100%;
  }
}

.list_history {
  position: relative;
  padding-left: 10.6%;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .list_history {
    padding-bottom: 80px;
  }
}
.list_history::before {
  position: absolute;
  display: block;
  content: "";
  width: 3px;
  height: calc(100% - 38px);
  background-color: #E5F4F6;
  bottom: 0;
  left: 10.6%;
}
@media screen and (max-width: 1200px) {
  .list_history::before {
    left: 30px;
  }
}
.list_history > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_history > li {
    margin-bottom: 80px;
  }
}
.list_history > li:last-of-type {
  margin-bottom: 0;
}
.list_history > li::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 38px;
  left: -12px;
  background-color: #E5F4F6;
}
@media screen and (max-width: 1200px) {
  .list_history > li::before {
    left: -9%;
  }
}
@media screen and (max-width: 767px) {
  .list_history > li::before {
    top: 16px;
    left: -20px;
  }
}
.list_history > li .contact_wrap {
  width: 43%;
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .list_history > li .contact_wrap {
    width: 100%;
    padding: 0 8%;
    margin-bottom: 30px;
  }
}
.list_history > li .contact_wrap .ttl_01, .list_history > li .contact_wrap .section_service .section_02 .ttl_02, .section_service .section_02 .list_history > li .contact_wrap .ttl_02 {
  position: relative;
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 62px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .list_history > li .contact_wrap .ttl_01, .list_history > li .contact_wrap .section_service .section_02 .ttl_02, .section_service .section_02 .list_history > li .contact_wrap .ttl_02 {
    padding-top: 42px;
  }
}
.list_history > li .contact_wrap .ttl_01 > span, .list_history > li .contact_wrap .section_service .section_02 .ttl_02 > span, .section_service .section_02 .list_history > li .contact_wrap .ttl_02 > span {
  position: relative;
  z-index: 1;
}
.list_history > li .contact_wrap .ttl_01::before, .list_history > li .contact_wrap .section_service .section_02 .ttl_02::before, .section_service .section_02 .list_history > li .contact_wrap .ttl_02::before {
  position: absolute;
  display: block;
  content: attr(data-title);
  font-family: "Roboto", sans-serif;
  color: #E5F4F6;
  font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  top: 0;
  left: -60px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .list_history > li .contact_wrap .ttl_01::before, .list_history > li .contact_wrap .section_service .section_02 .ttl_02::before, .section_service .section_02 .list_history > li .contact_wrap .ttl_02::before {
    left: -10px;
  }
}
.list_history > li .img_wrap {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .list_history > li .img_wrap {
    width: 100%;
    padding: 0 8%;
  }
}
.list_history > li ul.list_sub {
  margin-top: 32px;
  border-top: solid #5D6162 1px;
}
.list_history > li ul.list_sub > li {
  padding: 20px 0;
  border-bottom: solid #5D6162 1px;
  color: #192729;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list_history > li ul.list_sub > li > span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
}
.list_history > li ul.list_sub > li > span::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  top: 7px;
  left: 0;
  background: url(../images/icon_circle.svg) no-repeat center/contain;
}

.list_reform {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .list_reform {
    margin-top: 50px;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
}
.list_reform > li .img_wrap {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .list_reform > li .img_wrap {
    margin-bottom: 10px;
  }
}
.list_reform > li .img_wrap img {
  width: 100%;
}
.list_reform > li p {
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.list_reform > li .list_reform_txt {
  margin-top: 4px;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.7; /* 170% */
}

.list_service > li {
  position: relative;
  margin-bottom: 120px;
}
.list_service > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .list_service > li:nth-of-type(even) .img_wrap {
    margin: 0 0 0 auto;
  }
  .list_service > li:nth-of-type(even) .contents_wrap {
    left: 7%;
  }
}
.list_service > li .img_wrap {
  width: 70.8%;
}
@media screen and (max-width: 767px) {
  .list_service > li .img_wrap {
    width: 100%;
  }
}
.list_service > li .img_wrap img {
  width: 100%;
}
.list_service > li .contents_wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7%;
  max-width: 492px;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .list_service > li .contents_wrap {
    transform: none;
    top: 60px;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .list_service > li .contents_wrap {
    position: static;
    max-width: 100%;
  }
}
.list_service > li .contents_wrap a {
  display: block;
  position: relative;
  padding: 56px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .list_service > li .contents_wrap a {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .list_service > li .contents_wrap a {
    padding: 40px 8%;
  }
}
.list_service > li .contents_wrap a .list_service_ttl_01 {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 12px;
}
.list_service > li .contents_wrap a .list_service_ttl_01::after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  background-color: #00B8CC;
  left: 0;
  bottom: 0;
}
.list_service > li .contents_wrap a .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 2; /* 200% */
  margin-bottom: 24px;
}
.list_service > li .contents_wrap a .txt_wrap > p {
  margin-bottom: 12px;
}
.list_service > li .contents_wrap a .txt_wrap > p:last-of-type {
  margin-bottom: 0;
}
.list_service > li .contents_wrap a .list_service_btn_wrap {
  text-align: right;
}
.list_service > li .contents_wrap a .list_service_btn {
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 200% */
  padding-right: 68px;
  position: relative;
}
.list_service > li .contents_wrap a .list_service_btn > span {
  display: inline-block;
  border-bottom: solid #192729 1px;
}
.list_service > li .contents_wrap a .list_service_btn::after {
  content: "";
  position: absolute;
  background: url(../images/icon_link_01.svg) no-repeat center/100%;
  width: 48px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}

.list_category {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.list_category > li > a {
  display: grid;
  padding: 4px 32px;
  border: solid 1px #192729;
  text-align: center;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.list_category > li > a:hover {
  background-color: #192729;
  color: #fff;
}
.list_category li.current > a {
  background-color: #192729;
  color: #fff;
}

.list_category_2 {
  display: flex;
  gap: 12px 0;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.list_category_2 > li {
  position: relative;
}
.list_category_2 > li::after {
  display: inline-block;
  content: "/";
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 24px;
}
.list_category_2 > li:last-of-type::after {
  display: none;
}
.list_category_2 > li > a {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list_category_2 > li > a:hover {
  color: #00B8CC;
}
.list_category_2 li.current > a {
  color: #00B8CC;
}

.list_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 38px;
  grid-row-gap: 48px;
}
@media screen and (max-width: 767px) {
  .list_column {
    grid-template-columns: 1fr;
  }
}
.list_column > li > a {
  display: block;
  width: 100%;
}
.list_column > li > a .img_wrap {
  width: 100%;
  aspect-ratio: 368/245;
  margin-bottom: 20px;
  overflow: hidden;
}
.list_column > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list_column > li > a .txt_box .category_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.list_column > li > a .txt_box .category_wrap .category {
  padding: 4px 8px;
  background-color: #192729;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1; /* 114.286% */
  margin-right: 16px;
}
.list_column > li > a .txt_box .category_wrap .date {
  display: inline-block;
  color: #00B8CC;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1; /* 114.286% */
}
.list_column > li > a .txt_box .ttl {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}
.list_column > li > a:hover .img_wrap img {
  transform: scale(1.1);
}

.list_policy > li {
  margin-bottom: 40px;
}
.list_policy > li:last-of-type {
  margin-bottom: 0;
}
.list_policy > li .ttl_01, .list_policy > li .section_service .section_02 .ttl_02, .section_service .section_02 .list_policy > li .ttl_02 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #F4F9F9;
  padding: 20px 32px;
  margin-bottom: 24px;
}
.list_policy > li .txt_wrap {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 170% */
}
.list_policy > li .txt_wrap > p {
  margin-bottom: 8px;
}
.list_policy > li .txt_wrap > p:last-of-type {
  margin-bottom: 8px0;
}

.dlist_policy {
  border-top: 1px solid #192729;
  border-bottom: 1px solid #192729;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.table_company {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.table_company th {
  width: 14.6%;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 170% */
  padding: 20px 0;
  border-bottom: 3px solid #00B8CC;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_company th {
    width: 30%;
  }
}
.table_company td {
  width: 85.4%;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 170% */
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 767px) {
  .table_company td {
    width: 70%;
  }
}

.table_works {
  width: 100%;
  margin: auto;
}
.table_works th {
  width: 14.6%;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7; /* 170% */
  padding: 20px 0;
  border-bottom: 3px solid #00B8CC;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_works th {
    width: 30%;
  }
}
.table_works td {
  width: 85.4%;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.7; /* 170% */
  padding: 20px 0 20px 20px;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 767px) {
  .table_works td {
    width: 70%;
  }
}

.table_history {
  width: 100%;
  max-width: 820px;
  margin: auto;
}
.table_history th {
  width: 24%;
  vertical-align: top;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .table_history th {
    padding-bottom: 10px;
  }
}
.table_history th::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 24px);
  background: #5D6162;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .table_history th::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .table_history th {
    display: block;
    width: 100%;
  }
}
.table_history th span {
  display: inline-block;
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  vertical-align: middle;
}
.table_history td {
  width: 76%;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 0 24px 56px;
}
@media screen and (max-width: 1200px) {
  .table_history td {
    padding: 0 0 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  .table_history td {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 0 24px 0;
    border-bottom: solid 1px #5D6162;
    margin-bottom: 24px;
  }
}
.table_history td > span {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 16px;
  width: 12%;
}
@media screen and (max-width: 767px) {
  .table_history td > span {
    width: auto;
  }
}

.sub_ttl {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 20px;
  font-family: "Roboto", sans-serif;
}
.sub_ttl::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  top: 7px;
  left: 0;
  background: url(../images/icon_circle.svg) no-repeat center/contain;
}

.main_ttl_01::before, .main_ttl_menu::before, .main_ttl_recruit_2::before, .main_ttl_recruit::before, .main_ttl_contact::before {
  display: block;
  content: attr(data-title);
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.875rem, 1.102rem + 3.86vw, 4rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .main_ttl_01::before, .main_ttl_menu::before, .main_ttl_recruit_2::before, .main_ttl_recruit::before, .main_ttl_contact::before {
    margin-bottom: 4px;
  }
}
.main_ttl_01 > span, .main_ttl_menu > span, .main_ttl_recruit_2 > span, .main_ttl_recruit > span, .main_ttl_contact > span {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 20px;
}
.main_ttl_01 > span::before, .main_ttl_menu > span::before, .main_ttl_recruit_2 > span::before, .main_ttl_recruit > span::before, .main_ttl_contact > span::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  top: 7px;
  left: 0;
  background: url(../images/icon_circle.svg) no-repeat center/contain;
}

.main_ttl_recruit, .main_ttl_contact {
  text-align: center;
}
.main_ttl_recruit::before, .main_ttl_contact::before {
  color: #fff;
}
.main_ttl_recruit > span, .main_ttl_contact > span {
  color: #fff;
}

.main_ttl_recruit_2 {
  margin-bottom: 10px;
}
.main_ttl_recruit_2::before {
  display: none;
}
.main_ttl_recruit_2 > span {
  color: #fff;
}

.main_ttl_contact > span::before {
  background: url(../images/icon_circle_w.svg) no-repeat center/contain;
}

.main_ttl_menu::before {
  color: #00B8CC;
}
.main_ttl_menu > span {
  color: #fff;
}

.main_ttl_menu_02::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
  color: #00B8CC;
}
@media screen and (max-width: 767px) {
  .main_ttl_menu_02::before {
    margin-bottom: 4px;
  }
}
.main_ttl_menu_02 > span {
  color: #fff;
  display: inline-block;
  font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 20px;
}
.main_ttl_menu_02 > span::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/icon_circle.svg) no-repeat center/contain;
}

.about_ttl, .about_ttl_w {
  display: inline-block;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.about_ttl > span, .about_ttl_w > span {
  display: inline-block;
  padding-left: 20px;
}
.about_ttl::before, .about_ttl_w::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  top: 10px;
  left: 0;
  background: url(../images/icon_circle.svg) no-repeat center/contain;
}
.about_ttl::after, .about_ttl_w::after {
  display: block;
  content: attr(data-title);
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(3.75rem, 2.386rem + 6.82vw, 7.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.about_ttl_02 {
  display: inline-block;
  font-size: clamp(2.75rem, 1.477rem + 6.36vw, 6.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.about_ttl_02 > span {
  display: inline-block;
}
.about_ttl_02::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  bottom: 4px;
  left: 0;
  background: url(../images/icon_circle.svg) no-repeat center/contain;
}
.about_ttl_02::after {
  display: block;
  content: attr(data-title);
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-left: 20px;
}

.about_ttl_w {
  color: #fff;
}
.about_ttl_w::before {
  background: url(../images/icon_circle_w.svg) no-repeat center/contain;
}
.about_ttl_w::after {
  color: #fff;
}

.about_ttl_w_2 {
  display: inline-block;
  font-size: clamp(2.25rem, 0.795rem + 7.27vw, 6.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  color: #fff;
}
.about_ttl_w_2 > span {
  display: inline-block;
}
.about_ttl_w_2::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 12px;
  bottom: 4px;
  left: 0;
  background: url(../images/icon_circle_w.svg) no-repeat center/contain;
}
.about_ttl_w_2::after {
  display: block;
  content: attr(data-title);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-left: 20px;
}

.line_main_ttl {
  font-size: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .line_main_ttl {
    padding-left: 28px;
  }
}
.line_main_ttl::before {
  position: absolute;
  content: "";
  background: url(../images/ttl_dec.svg) no-repeat center/100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 8/96;
}
.line_main_ttl::after {
  display: block;
  content: attr(data-title);
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
}

.line_ttl, .line_ttl_02 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .line_ttl, .line_ttl_02 {
    padding-left: 28px;
  }
}
.line_ttl::before, .line_ttl_02::before {
  display: block;
  content: attr(data-title);
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.75rem, 1.114rem + 3.18vw, 3.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
}
.line_ttl::after, .line_ttl_02::after {
  position: absolute;
  content: "";
  background: url(../images/ttl_dec.svg) no-repeat center/100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 8/96;
}

.line_ttl_02 {
  color: #fff;
}
.line_ttl_02::before {
  color: #fff;
}
.line_ttl_02::after {
  background: url(../images/ttl_dec_2.svg) no-repeat center/100%;
}

.line_ttl_03 {
  font-size: clamp(1.625rem, 1.307rem + 1.59vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .line_ttl_03 {
    padding-left: 28px;
  }
}
.line_ttl_03::before {
  display: block;
  content: attr(data-title);
  color: #00B8CC;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.08em;
}
.line_ttl_03::after {
  position: absolute;
  content: "";
  background: url(../images/ttl_dec.svg) no-repeat center/100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 8/96;
}

.ttl_line {
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  padding: 20px 0 20px 52px;
}
@media screen and (max-width: 767px) {
  .ttl_line {
    padding: 10px 0 10px 32px;
  }
}
.ttl_line::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00B8CC;
}
@media screen and (max-width: 767px) {
  .ttl_line::before {
    width: 10px;
  }
}

.contact_ttl {
  color: #00B8CC;
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.contact_ttl > span {
  display: inline-block;
  color: #192729;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 24px;
  position: relative;
}
.contact_ttl > span::before {
  position: absolute;
  display: block;
  content: "";
  aspect-ratio: 1/1;
  width: 16px;
  top: 7px;
  left: 0;
  background: url(../images/icon_circle.svg) no-repeat center/contain;
}

.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;
}

a.more {
  display: inline-block;
  position: relative;
  padding-right: 68px;
}
a.more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
a.more > span {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  position: relative;
  border-bottom: solid 1px #192729;
}
a.more:hover::after {
  right: -5px;
}
a.menu_w {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: left;
  padding-right: 68px;
}
a.menu_w > span {
  display: inline-block;
  font-weight: 700;
  border-bottom: solid 1px #fff;
}
a.menu_w::after {
  content: "";
  position: absolute;
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.menu_w:hover {
  opacity: 0.6;
}
a.line_button {
  display: inline-block;
  position: relative;
  padding-right: 68px;
}
a.line_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transition: 0.3s;
}
a.line_button > span {
  display: inline-block;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: 2;
  position: relative;
  border-bottom: solid 1px #192729;
}
a.line_button:hover::after {
  right: -5px;
}
a.btn, a.btn_b {
  display: inline-block;
  padding: 20px 80px;
  background-color: #00B8CC;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  a.btn, a.btn_b {
    padding: 20px 0;
    width: 100%;
  }
}
a.btn > span, a.btn_b > span {
  display: inline-block;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-right: 56px;
  position: relative;
}
a.btn > span::after, a.btn_b > span::after {
  content: "";
  position: absolute;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow_w.svg) no-repeat center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.btn:hover, a.btn_b:hover {
  opacity: 0.7;
}
a.btn_b {
  background-color: #192729;
}
a.ttl_link {
  display: inline-block;
  padding-right: 84px;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.ttl_link {
    padding-right: 72px;
  }
}
a.ttl_link::after {
  content: "";
  position: absolute;
  width: 52px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow.svg) no-repeat center top/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.ttl_link::after {
    width: 40px;
  }
}
a.ttl_link > span {
  display: inline-block;
  font-size: clamp(2rem, 1.818rem + 0.91vw, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%; /* 1.6px */
  text-underline-offset: 25%; /* 10px */
  text-underline-position: from-font;
}
a.ttl_link:hover::after {
  right: -5px;
}

.grecaptcha_text {
  margin-top: 17px;
  font-size: clamp(0.75rem, 0.529rem + 0.46vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.grecaptcha_text a {
  color: #fff;
}

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

/* 配置 */
.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;
  }
}

#list_breadcrumb {
  font-size: 0.87em;
  padding: 1em 0;
  margin: 0;
  color: #192729;
}
#list_breadcrumb a {
  color: #00B8CC;
}

.sp_btn_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_btn_wrap {
    margin-top: 40px;
    display: block;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .ttl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_wrap .more {
    display: none;
  }
}

.wp-pagenavi {
  margin: 80px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-family: "Roboto", 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: #fff;
  color: #5D6162;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  border: solid 1px #5D6162;
}
@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: #0095A5;
  border: solid 1px #0095A5;
  color: #fff;
}
.wp-pagenavi .current {
  background: #0095A5;
  border: solid 1px #0095A5;
  color: #fff;
}

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

.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr th {
  display: block;
  width: 100%;
  padding: 0 0 10px 0;
  text-align: left;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
}
.contactform tr td {
  width: 100%;
  display: block;
  padding: 0 0 25px;
  text-align: left;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border: none;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  outline: none;
  border: solid 1px #E2E2E2;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

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 {
  max-width: 480px;
  width: 90%;
  margin: 0 auto;
  padding: 25px;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #00B8CC;
  transition: 0.3s;
  border-radius: 0;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  border-radius: 50px;
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

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

.required {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  display: inline-block;
  margin-left: 10px;
  line-height: 1;
  color: #D80004;
  vertical-align: middle;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.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;
}

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

.policy_wrap {
  text-align: center;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.policy_wrap a {
  font-weight: bold;
  text-decoration: underline;
}

.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;
}

.m200 {
  margin-bottom: 12.5rem;
}

@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%;
  max-width: 640px;
  margin: 72px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@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: 56px;
}
.list_pagination li.prev a::after {
  content: "";
  position: absolute;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow_dblue.svg) no-repeat center top/contain;
  left: 0;
  top: 50%;
  transform: scale(-1, 1) translateY(-50%);
}
.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: 56px;
}
.list_pagination li.next a::after {
  content: "";
  position: absolute;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow_dblue.svg) no-repeat center top/100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #192729;
}
.list_pagination li a:hover {
  opacity: 0.5;
}

a.btn_blog_sp {
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #192729;
}

.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;
}

@media screen and (min-width: 768px) {
  .swiper_top_column .swiper-button-prev,
  .swiper_top_column .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_column .swiper_button_wrap {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    padding: 0 8%;
  }
  .swiper_top_column .swiper-button-prev,
  .swiper_top_column .swiper-button-next {
    position: static !important;
    width: 48px;
    height: auto !important;
    margin-top: auto !important;
    aspect-ratio: 1/1;
  }
  .swiper_top_column .swiper-button-prev::after,
  .swiper_top_column .swiper-button-next::after {
    content: "";
    width: 48px;
    aspect-ratio: 1/1;
  }
  .swiper_top_column .swiper-button-prev {
    margin-right: 8px;
  }
  .swiper_top_column .swiper-button-prev::after {
    background: url(../images/icon_arrow.svg) no-repeat center/contain;
    transform: scale(-1, 1);
  }
  .swiper_top_column .swiper-button-next::after {
    background: url(../images/icon_arrow.svg) no-repeat center/contain;
  }
}

.swiper_top_works .swiper_button_wrap {
  overflow: hidden;
  margin-top: 56px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10.6%;
}
@media screen and (max-width: 1200px) {
  .swiper_top_works .swiper_button_wrap {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .swiper_top_works .swiper_button_wrap {
    margin-top: 25px;
    padding: 0 8% 0 0;
  }
}
.swiper_top_works .swiper-button-prev,
.swiper_top_works .swiper-button-next {
  position: static !important;
  width: 48px;
  height: auto !important;
  margin-top: auto !important;
  aspect-ratio: 1/1;
}
.swiper_top_works .swiper-button-prev::after,
.swiper_top_works .swiper-button-next::after {
  content: "";
  width: 48px;
  aspect-ratio: 1/1;
}
.swiper_top_works .swiper-button-prev {
  margin-right: 8px;
}
.swiper_top_works .swiper-button-prev::after {
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  transform: scale(-1, 1);
}
.swiper_top_works .swiper-button-next::after {
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}

.swiper_pagination_works {
  display: flex;
  justify-content: center;
  position: static;
  padding-left: 48px;
}
@media screen and (max-width: 767px) {
  .swiper_pagination_works {
    padding-left: 24px;
  }
}
.swiper_pagination_works span {
  opacity: 1 !important;
  background-color: #D0D0D0;
  width: 100%;
  height: 3px;
  margin: 0 0 0 0 !important;
  border-radius: 0;
}
.swiper_pagination_works span:last-of-type {
  margin-right: 0 !important;
}
.swiper_pagination_works span.swiper-pagination-bullet-active {
  background-color: #5D6162;
}

.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;
  }
}
.slider_wrap .slider_01 .swiper-button-prev,
.slider_wrap .slider_01 .swiper-button-next {
  top: 50%;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .slider_wrap .slider_01 .swiper-button-prev,
  .slider_wrap .slider_01 .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.slider_wrap .slider_01 .swiper-button-prev::after,
.slider_wrap .slider_01 .swiper-button-next::after {
  width: 56px;
  height: 56px;
  content: "";
  background: url(../images/icon_arrow_dblue.svg) no-repeat center top/contain;
}
@media screen and (max-width: 767px) {
  .slider_wrap .slider_01 .swiper-button-prev::after,
  .slider_wrap .slider_01 .swiper-button-next::after {
    width: 30px;
    height: 30px;
  }
}
.slider_wrap .slider_01 .swiper-button-prev::after {
  transform: scale(-1, 1);
}

.slider_01 .swiper-slide,
.slider-thumbnail-01 .swiper-slide {
  width: 100%;
  aspect-ratio: 93/62;
}
.slider_01 .swiper-slide img,
.slider-thumbnail-01 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-thumbnail-01 {
  margin-bottom: 50px;
}

.slider_01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slider_01 {
    margin-bottom: 20px;
  }
}

/*ローディング
------------------------------------------------------------
*/
/*ローディング
------------------------------------------------------------ */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #00B8CC;
  text-align: center;
  overflow: hidden;
  transition: opacity 0.8s ease;
}

#loading.fadeout {
  opacity: 0;
  pointer-events: none;
}

#loading_img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
}

/* lottie */
.anm-logo {
  width: 100%;
  max-width: 740px;
  opacity: 1;
  transition: opacity 0.8s ease;
  position: absolute;
  left: 50%;
  top: calc(50% - 26px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .anm-logo {
    top: calc(50% - 12px);
  }
}

.anm-logo.hide {
  opacity: 0;
}

/* ロゴ */
.loading_logo {
  width: 100%;
  max-width: 200px !important;
  opacity: 0;
  transition: opacity 0.8s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .loading_logo {
    max-width: 110px !important;
  }
}

.loading_logo.show {
  opacity: 1;
}/*# sourceMappingURL=layout.css.map */