@charset "UTF-8";
.w100 {
  width: 100%; }

.lh1 {
  line-height: 1; }

.lh15 {
  line-height: 1.5; }

.lh17 {
  line-height: 1.7; }

.lh18 {
  line-height: 1.8; }

.lh20 {
  line-height: 2.0; }

.lh25 {
  line-height: 2.5; }

.ls-20 {
  letter-spacing: -0.02em; }

.ls0 {
  letter-spacing: 0em; }

.ls40 {
  letter-spacing: 0.04em; }

.ls80 {
  letter-spacing: 0.08em; }

.ls100 {
  letter-spacing: .1em; }

.ls120 {
  letter-spacing: .12em; }

.ls160 {
  letter-spacing: .16em; }

.ls200 {
  letter-spacing: .2em; }

html {
  scroll-behavior: smooth; }

body {
  background: url("../About – 1.png") top 0 left 0px no-repeat;
  background-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  overflow-wrap: anywhere;
  line-break: strict;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: calc(32 / 16);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    body {
      font-size: clamp(0.75rem, 0.83vw, 1rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    body {
      font-size: 12px; } }

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  font-style: italic;
  font-weight: 700; }

h1, h2, h3, h4 {
  font-weight: 700; }

p + p {
  margin-top: 33px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    p + p {
      margin-top: clamp(1.563rem, calc(0.063rem + 1.67vw), 2.063rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    p + p {
      margin-top: 25px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .top .about p + p {
      margin-top: clamp(1.5rem, calc(-0.188rem + 1.88vw), 2.063rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .top .about p + p {
      margin-top: 24px; } }

a:hover {
  opacity: .8; }

.hidden {
  overflow: hidden; }

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }

.notoserif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white; }
  @media (min-width: 768px) {
    .header {
      height: 135px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .header {
      height: clamp(6.313rem, calc(-0.063rem + 7.08vw), 8.438rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .header {
      height: 101px; } }
  @media (max-width: 860px) {
    .header {
      height: 65px;
      position: sticky;
      top: 0;
      z-index: 99; } }
  .header .logo {
    padding: 25px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .header .logo {
        font-size: clamp(0.938rem, 1.04vw, 1.25rem); } }
    @media (max-width: 860px) {
      .header .logo {
        width: 110px;
        padding: 0 0 0 5px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .header .logo img {
        width: clamp(5.875rem, calc(-16.813rem + 25.21vw), 13.438rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .header .logo img {
        width: 94px; } }

.menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 80px;
  font-size: 20px;
  padding: 0; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .menu ul {
      font-size: clamp(0.938rem, 1.04vw, 1.25rem);
      gap: clamp(3.75rem, 4.17vw, 5rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .menu ul {
      font-size: 15px;
      gap: 60px; } }
  @media (max-width: 860px) {
    .menu ul {
      flex-wrap: wrap;
      gap: 21px; }
      .menu ul li {
        width: 100%; } }
  .menu ul .btn_contact a {
    background: #000;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .menu ul .btn_contact a {
        width: 135px;
        height: 135px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .menu ul .btn_contact a {
        height: clamp(6.313rem, calc(-0.063rem + 7.08vw), 8.438rem);
        width: clamp(6.313rem, calc(-0.063rem + 7.08vw), 8.438rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .menu ul .btn_contact a {
        height: 101px;
        width: 101px; } }
    @media (max-width: 860px) {
      .menu ul .btn_contact a {
        width: 100%;
        height: 60px;
        border: 1px solid;
        border-radius: 50px;
        position: relative;
        margin-top: 20px;
        background: none; }
        .menu ul .btn_contact a:after {
          content: "";
          position: absolute;
          right: 37px;
          background: url(../img/common/icon_arrow_white.svg) no-repeat;
          background-size: 100%;
          width: 18px;
          height: 8px;
          bottom: 0px;
          top: 0px;
          margin: auto; } }
  @media (max-width: 860px) {
    .menu ul .btn_privacy {
      display: block; } }
  .menu ul .btn_privacy a {
    padding-left: 20px;
    font-size: 15px;
    margin-top: 60px;
    display: inline-block; }
    .menu ul .btn_privacy a:before {
      content: "";
      border: solid rgba(0, 0, 0, 0);
      border-left-color: white;
      border-width: 5px 0 5px 9px;
      width: 0;
      height: 0;
      position: absolute;
      left: 1px;
      top: 0;
      bottom: 0;
      margin: auto; }
.menu a {
  position: relative;
  text-decoration: none;
  color: #000000; }
  @media (max-width: 860px) {
    .menu a {
      color: white; } }
.menu.is-active {
  display: block !important;
  position: fixed;
  inset: 0;
  top: 65px;
  background: #000;
  padding: 70px 40px 10px;
  text-align: center; }

.button {
  z-index: 100;
  padding: 0;
  border: none;
  cursor: pointer;
  background: #000; }
  .header .button {
    position: fixed;
    width: 65px;
    height: 65px;
    top: 0;
    right: 0;
    padding: 21px; }
  @media (max-width: 1180px) {
    .button {
      display: block; }
      .button.is-active .button-bar {
        height: 0; }
      .button.is-active .button-bar::before {
        opacity: 1;
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        transition: 0.3s ease; }
      .button.is-active .button-bar::after {
        opacity: 1;
        top: 50%;
        transform: rotate(-45deg) translateY(-50%);
        transition: 0.3s ease; } }

.button-bar {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: relative; }

.button-bar::before,
.button-bar::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s ease; }

.button-bar::before {
  top: -7px; }

.button-bar::after {
  bottom: -7px; }

.top_main .swiper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 134px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .top_main .swiper {
      margin-bottom: 77px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .top_main .swiper {
      margin-bottom: clamp(7.313rem, calc(4.125rem + 3.54vw), 8.375rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .top_main .swiper {
      margin-bottom: 117px; } }
  .top_main .swiper img {
    width: 100%; }
  .top_main .swiper .swiper-slide {
    position: relative; }
    @media (min-width: 768px) {
      .top_main .swiper .swiper-slide {
        padding-left: 135px; } }
  .top_main .swiper .swiper-pagination-bullet {
    width: 4px;
    height: 80px;
    display: block;
    border-radius: inherit;
    margin-bottom: 5px !important; }
.top_main .swiper-container-horizontal > .swiper-pagination-bullets, .top_main .swiper-pagination-custom, .top_main .swiper-pagination-fraction {
  left: 58px;
  top: 100px;
  width: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 1920px) {
    .top_main .swiper-container-horizontal > .swiper-pagination-bullets, .top_main .swiper-pagination-custom, .top_main .swiper-pagination-fraction {
      left: 3.02vw; } }
  @media (max-width: 768px) {
    .top_main .swiper-container-horizontal > .swiper-pagination-bullets, .top_main .swiper-pagination-custom, .top_main .swiper-pagination-fraction {
      display: none; } }
  .top_main .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .top_main .swiper-pagination-custom .swiper-pagination-bullet, .top_main .swiper-pagination-fraction .swiper-pagination-bullet {
    background: #DCDDDD;
    opacity: 1; }
  .top_main .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .top_main .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active, .top_main .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black; }
.top_main .top_main_txt {
  position: absolute;
  bottom: 73px;
  left: 65px;
  font-weight: 700;
  color: #6A6A6A;
  z-index: 9;
  right: 10px; }
  @media screen and (max-width: 768px) {
    .top_main .top_main_txt {
      bottom: 10px;
      left: 10px; } }
  .top_main .top_main_txt .wrap {
    display: inline-flex;
    align-items: center;
    background-color: #FFF;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }
    .top_main .top_main_txt .wrap:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      background-color: #FFF;
      transform: scaleX(1);
      transform-origin: right;
      transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s; }
.top_main .top_main_txt1 {
  z-index: 1;
  position: relative; }
  .top_main .top_main_txt1 .wrap {
    line-height: 1;
    gap: 20px;
    padding: 14px 30px 0 0; }
    @media screen and (max-width: 768px) {
      .top_main .top_main_txt1 .wrap {
        padding: 10px 10px 0 10px;
        gap: 10px; } }
    .top_main .top_main_txt1 .wrap .prefectures {
      font-size: 22px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .top_main .top_main_txt1 .wrap .prefectures {
          font-size: clamp(1rem, calc(-0.125rem + 1.25vw), 1.375rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .top_main .top_main_txt1 .wrap .prefectures {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        .top_main .top_main_txt1 .wrap .prefectures {
          font-size: 13px; } }
    .top_main .top_main_txt1 .wrap .project_type {
      border: 1px solid;
      border-radius: 20px;
      padding: 6px 19px;
      color: #9bd4e5; }
      @media screen and (max-width: 768px) {
        .top_main .top_main_txt1 .wrap .project_type {
          font-size: 10px;
          padding: 3px 12px; } }
.top_main .top_main_txt2 {
  font-size: 36px;
  color: black; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .top_main .top_main_txt2 {
      font-size: clamp(1.625rem, calc(-0.25rem + 2.08vw), 2.25rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .top_main .top_main_txt2 {
      font-size: 26px; } }
  @media screen and (max-width: 768px) {
    .top_main .top_main_txt2 {
      font-size: 16px; } }
  .top_main .top_main_txt2 .wrap {
    padding: 10px 20px 10px 0;
    margin-block: -6px; }
    @media screen and (max-width: 768px) {
      .top_main .top_main_txt2 .wrap {
        padding: 10px 10px 10px 10px;
        line-height: calc(28 / 16); } }
.top_main .top_main_txt3 {
  font-weight: 400;
  font-size: 15px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .top_main .top_main_txt3 {
      font-size: clamp(0.688rem, calc(-0.063rem + 0.83vw), 0.938rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .top_main .top_main_txt3 {
      font-size: 11px; } }
  @media screen and (max-width: 768px) {
    .top_main .top_main_txt3 {
      font-size: 11px; } }
  .top_main .top_main_txt3 .wrap {
    padding: 0px 30px 7px 0px;
    gap: 22px; }
    @media screen and (max-width: 768px) {
      .top_main .top_main_txt3 .wrap {
        padding: 0px 11px 5px 10px;
        gap: 10px; } }
.top_main .swiper-slide-active .wrap {
  transform: scaleX(1); }
  .top_main .swiper-slide-active .wrap:before {
    transform: scaleX(0); }
.top_main .top_main_img {
  width: 100%;
  aspect-ratio: 1785 / 890;
  /* 固定比率 */
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .top_main .top_main_img {
      aspect-ratio: 375 / 700; } }
  .top_main .top_main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* はみ出た部分はトリミング */ }
    @media screen and (max-width: 768px) {
      .top_main .top_main_img img {
        aspect-ratio: 375 / 700; } }

.inner {
  max-width: 1372px;
  padding-inline: 20px;
  margin: auto; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .inner {
      max-width: clamp(65.438rem, calc(4.5rem + 67.71vw), 85.75rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .inner {
      max-width: 1050px; } }

.under_content_innerM {
  max-width: 990px;
  padding-inline: 20px;
  margin: auto; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .under_content_innerM {
      max-width: clamp(44.5rem, calc(-7.625rem + 57.92vw), 61.875rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .under_content_innerM {
      max-width: 712px; } }

.under_content_innerL {
  max-width: 1171px;
  padding-inline: 20px;
  margin: auto; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .under_content_innerL {
      max-width: clamp(54.813rem, calc(-0.313rem + 61.25vw), 73.188rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .under_content_innerL {
      max-width: 877px; } }

.top .project {
  margin-bottom: 100px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .top .project {
      margin-bottom: clamp(4.375rem, calc(-1.25rem + 6.25vw), 6.25rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .top .project {
      margin-bottom: 70px; } }
  @media (max-width: 768px) {
    .top .project {
      margin-bottom: 60px; } }
.project .under_main_img {
  margin-inline: 1.5vw; }
.project .project_ttl {
  margin-bottom: 40px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project .project_ttl {
      margin-bottom: clamp(1.5rem, calc(-1.5rem + 3.33vw), 2.5rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project .project_ttl {
      margin-bottom: clamp(1.125rem, calc(0.696rem + 0.89vw), 1.5rem); } }
  @media (max-width: 768px) {
    .project .project_ttl {
      margin-bottom: 22px;
      width: 260px;
      padding-left: 5px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project .project_ttl img {
      width: clamp(23.25rem, calc(-0.75rem + 26.67vw), 31.25rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project .project_ttl img {
      width: clamp(16.375rem, calc(8.518rem + 16.37vw), 23.25rem); } }
.project .project_wrap {
  display: flex;
  gap: 94px; }
  @media screen and (min-width: 768px) and (max-width: 1920px) {
    .project .project_wrap {
      font-size: clamp(0.938rem, 1.04vw, 1.25rem); } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project .project_wrap {
      gap: 4.89vw; } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project .project_wrap {
      gap: 70px; } }
  @media (max-width: 768px) {
    .project .project_wrap {
      display: block;
      gap: 20px; } }
.project .project_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .project .project_list {
      max-width: 1040px; } }
  @media (min-width: 768px) and (max-width: 1920px) {
    .project .project_list {
      gap: 3.125vw 2.08vw; } }
  @media (max-width: 768px) {
    .top .project .project_list, .about .project .project_list {
      flex-wrap: nowrap;
      overflow-x: auto;
      gap: 10px;
      padding-bottom: 10px;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      margin-right: -20px;
      padding-right: 35px; } }
  @media (min-width: 768px) {
    .project .project_list li {
      max-width: 320px; } }
  @media (min-width: 1440px) and (max-width: 1920px) {
    .project .project_list li {
      width: 30.75%; } }
  @media (min-width: 768px) and (max-width: 1440px) {
    .project .project_list li {
      width: 30.75%; } }
  @media (max-width: 768px) {
    .top .project .project_list li, .about .project .project_list li {
      flex: 0 0 85.3vw;
      scroll-snap-align: start; } }
  .project .project_list li img {
    border-radius: 10px;
    margin-bottom: 7px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 191px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .project .project_list li img {
        margin-bottom: clamp(0.125rem, calc(-0.813rem + 1.04vw), 0.438rem);
        max-height: clamp(8.938rem, calc(-0.063rem + 10vw), 11.938rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .project .project_list li img {
        margin-bottom: 2px;
        max-height: 143px; } }
    @media screen and (min-width: 768px) and (max-width: 1050px) {
      .project .project_list li img {
        max-height: 13.6vw; } }
    @media (max-width: 768px) {
      .project .project_list li img {
        margin-bottom: 8px;
        max-height: 50.93vw; } }
  .project .project_list li a {
    text-decoration: none;
    color: black;
    font-weight: 700; }
.project .project_type_wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px; }
  @media (min-width: 768px) {
    .project .project_type_wrap {
      margin-bottom: 15px; } }
.project .project_type {
  font-size: 12px;
  border: 1px solid;
  border-radius: 20px;
  padding: 1px 13px;
  color: #9BD4E5; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project .project_type {
      font-size: clamp(0.563rem, 0.63vw, 0.75rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project .project_type {
      font-size: 9px; } }
  @media screen and (min-width: 768px) {
    .project .project_type {
      line-height: 1;
      padding: 4px 13.5px; } }
.project .client {
  display: block;
  font-size: 13px;
  color: #6A6A6A;
  margin: 5px 0 2px;
  font-weight: 600; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project .client {
      font-size: clamp(0.563rem, calc(-0.188rem + 0.83vw), 0.813rem);
      margin: clamp(0.125rem, calc(-0.438rem + 0.63vw), 0.313rem) 0 0.3vw; } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project .client {
      font-size: 9px;
      margin: 2px 0 2px; } }
.project .title {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-bottom: 11px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project .title {
      font-size: clamp(0.813rem, calc(-0.125rem + 1.04vw), 1.125rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project .title {
      font-size: 13px; } }
  @media (max-width: 768px) {
    .project .title {
      margin-bottom: 13px; } }
.project .tag_wrap {
  font-size: 13px;
  color: #6A6A6A;
  display: flex;
  gap: 5px 12px;
  font-weight: 400;
  flex-wrap: wrap; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project .tag_wrap {
      font-size: clamp(0.813rem, calc(-0.125rem + 1.04vw), 1.125rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project .tag_wrap {
      font-size: 9px; } }
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .project.archive .under_main_ttl, .project.single .under_main_ttl {
    width: clamp(23.25rem, calc(-0.75rem + 26.67vw), 31.25rem); } }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .project.archive .under_main_ttl, .project.single .under_main_ttl {
    width: 370px; } }
@media screen and (max-width: 768px) {
  .project.archive .under_main_ttl, .project.single .under_main_ttl {
    width: 258px; } }
.project.archive .project_list {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .project.archive .project_list {
      margin-bottom: 65px;
      max-width: inherit;
      gap: 2.91vw 2.08vw; }
      .project.archive .project_list img {
        margin-bottom: 15px; } }
  @media screen and (min-width: 800px) and (max-width: 1920px) {
    .project.archive .project_list li {
      max-width: 417px;
      width: 31.3%; } }
  @media (max-width: 768px) {
    .project.archive .project_list li {
      width: 100%;
      margin: auto; } }
  .project.archive .project_list .project_type_wrap {
    margin-bottom: 6px; }
  .project.archive .project_list .project_type {
    line-height: 1.7; }
    @media screen and (min-width: 1920px) {
      .project.archive .project_list .project_type {
        font-size: 15px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .project.archive .project_list .project_type {
        font-size: clamp(0.688rem, calc(-0.063rem + 0.83vw), 0.938rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .project.archive .project_list .project_type {
        font-size: 11px; } }
    @media (min-width: 768px) {
      .project.archive .project_list .project_type {
        padding: 0px 18px; } }
  @media (min-width: 768px) {
    .project.archive .project_list .client {
      font-size: inherit; } }
  .project.archive .project_list .title {
    line-height: 1.8;
    margin-bottom: 7px; }
    @media screen and (min-width: 1920px) {
      .project.archive .project_list .title {
        font-size: 22px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .project.archive .project_list .title {
        font-size: clamp(1rem, calc(-0.125rem + 1.25vw), 1.375rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .project.archive .project_list .title {
        font-size: 16px; } }
  .project.archive .project_list .tag_wrap {
    gap: 5px 20px; }
    @media screen and (min-width: 1920px) {
      .project.archive .project_list .tag_wrap {
        font-size: 14px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .project.archive .project_list .tag_wrap {
        font-size: clamp(0.625rem, calc(-0.125rem + 0.83vw), 0.875rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .project.archive .project_list .tag_wrap {
        font-size: 10px; } }
.project.single {
  margin: 0; }
  .project.single .under_content {
    padding-top: 0; }
  .project.single .project_type_wrap {
    margin-bottom: 0; }
  .project.single .project_type {
    font-size: 16px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .project.single .project_type {
        font-size: clamp(0.75rem, 0.83vw, 1rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .project.single .project_type {
        font-size: 12px; } }
    @media (min-width: 768px) {
      .project.single .project_type {
        padding: 0px 18px;
        line-height: 1.7; } }
    @media (max-width: 768px) {
      .project.single .project_type {
        line-height: 1.5;
        padding: 1px 15px; } }
  .project.single .client {
    display: inline-block;
    font-size: 22px;
    margin: 0;
    color: black; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .project.single .client {
        font-size: clamp(1rem, calc(-0.125rem + 1.25vw), 1.375rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .project.single .client {
        font-size: 16px; } }
    @media (max-width: 768px) {
      .project.single .client {
        font-size: 15px;
        width: 100%; } }
  @media screen and (min-width: 1920px) {
    .project.single .tag_wrap {
      font-size: 15px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project.single .tag_wrap {
      font-size: clamp(0.625rem, calc(-0.313rem + 1.04vw), 0.938rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project.single .tag_wrap {
      font-size: 10px; } }
  @media (min-width: 768px) {
    .project.single .tag_wrap {
      gap: 16px; } }
  @media (max-width: 768px) {
    .project.single .tag_wrap {
      gap: 5px 22px; } }
.project .tab_content {
  display: none; }
.project .tab_content.active {
  display: block; }
@media (min-width: 768px) {
  .project .project_type_list {
    min-width: 181px;
    width: 181px;
    margin-left: 14px; } }
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .project .project_type_list {
    font-size: clamp(0.75rem, 0.83vw, 1rem);
    min-width: clamp(8.313rem, calc(-0.688rem + 10vw), 11.313rem);
    width: clamp(8.313rem, calc(-0.688rem + 10vw), 11.313rem); } }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .project .project_type_list {
    min-width: 133px;
    width: 133px;
    font-size: 12px; } }
.project .project_type_list ul {
  list-style: none;
  margin: 0 0 55px;
  padding: 0; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .project .project_type_list ul {
      margin-bottom: clamp(2.5rem, calc(-0.313rem + 3.13vw), 3.438rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .project .project_type_list ul {
      margin-bottom: 40px; } }
  .project .project_type_list ul li + li {
    margin-top: 10.5px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .project .project_type_list ul li + li {
        margin-top: clamp(0.5rem, calc(0.031rem + 0.52vw), 0.656rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .project .project_type_list ul li + li {
        margin-top: 8px; } }
  .project .project_type_list ul a {
    text-decoration: none;
    color: #B7B7B7;
    position: relative;
    padding-left: 30px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .project .project_type_list ul a {
        padding-left: clamp(1.25rem, calc(-0.625rem + 2.08vw), 1.875rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .project .project_type_list ul a {
        padding-left: 20px; } }
    .project .project_type_list ul a:before {
      content: "";
      border: solid transparent;
      border-left-color: #B7B7B7;
      border-width: 4px 0 4px 6px;
      width: 0;
      height: 0;
      position: absolute;
      left: 1px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .project .project_type_list ul a:before {
          border-width: clamp(0.188rem, 0.21vw, 0.25rem) 0 clamp(0.188rem, 0.21vw, 0.25rem) clamp(0.313rem, calc(0.125rem + 0.21vw), 0.375rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .project .project_type_list ul a:before {
          border-width: 3px 0 3px 5px; } }
    .project .project_type_list ul a.active {
      color: #9BD4E5;
      font-weight: 700; }
      .project .project_type_list ul a.active:before {
        border-left-color: #9BD4E5; }
.about .project {
  padding-bottom: 114px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about .project {
      padding-bottom: clamp(5.438rem, calc(0.375rem + 5.63vw), 7.125rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about .project {
      padding-bottom: 87px; } }
  @media screen and (max-width: 768px) {
    .about .project {
      padding-bottom: 47px; } }
  .about .project .icon_ttl {
    display: flex;
    align-items: center;
    gap: 42px;
    margin-bottom: 25px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about .project .icon_ttl {
        gap: clamp(2.063rem, calc(0.375rem + 1.88vw), 2.625rem);
        margin-bottom: clamp(1.25rem, calc(0.313rem + 1.04vw), 1.563rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about .project .icon_ttl {
        gap: 33px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 768px) {
      .about .project .icon_ttl {
        margin-bottom: 18px;
        gap: 20px; } }
  .about .project .project_list {
    flex-wrap: nowrap; }
    @media screen and (min-width: 768px) {
      .about .project .project_list {
        max-width: 100%;
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .about .project .project_list li {
        width: 31.25%;
        max-width: inherit; } }
    .about .project .project_list li img {
      margin-bottom: 16px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .about .project .project_list li img {
          margin-bottom: clamp(0.438rem, calc(-1.25rem + 1.88vw), 1rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .about .project .project_list li img {
          margin-bottom: 7px; } }
      @media screen and (max-width: 768px) {
        .about .project .project_list li img {
          margin-bottom: 9px; } }
    .about .project .project_list li .project_type_wrap {
      margin-bottom: 0px; }
    @media screen and (min-width: 768px) {
      .about .project .project_list li .project_type {
        font-size: 15px;
        padding: 5px 18px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about .project .project_list li .project_type {
        font-size: clamp(0.625rem, calc(-0.313rem + 1.04vw), 0.938rem);
        padding: 5px clamp(1rem, calc(0.625rem + 0.42vw), 1.125rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about .project .project_list li .project_type {
        font-size: 10px;
        padding: 5px 16px; } }
    @media screen and (max-width: 768px) {
      .about .project .project_list li .project_type {
        margin-bottom: 0;
        padding: 0px 13px;
        line-height: 1.6; } }
    @media screen and (min-width: 768px) {
      .about .project .project_list li .client {
        font-size: 16px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about .project .project_list li .client {
        font-size: clamp(0.688rem, calc(-0.25rem + 1.04vw), 1rem);
        margin: 5px 0 clamp(2px, calc(30px - 1.45833vw), 9px); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about .project .project_list li .client {
        font-size: 11px;
        margin: 5px 0 9px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about .project .project_list li .title {
        margin-bottom: clamp(0.438rem, calc(-0.313rem + 0.83vw), 0.688rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about .project .project_list li .title {
        margin-bottom: 7px; } }
    .about .project .project_list li .tag_wrap {
      gap: 5px 23px; }
      @media screen and (min-width: 1920px) {
        .about .project .project_list li .tag_wrap {
          font-size: 16px; } }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .about .project .project_list li .tag_wrap {
          font-size: clamp(0.75rem, 0.83vw, 1rem);
          gap: 5px clamp(1.063rem, calc(-0.063rem + 1.25vw), 1.438rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .about .project .project_list li .tag_wrap {
          font-size: 12px;
          gap: 5px 17px; } }
      @media screen and (max-width: 768px) {
        .about .project .project_list li .tag_wrap {
          gap: 5px 14px; } }

@media (max-width: 768px) {
  .tab-select {
    display: block;
    width: 207px;
    padding: 0px 4px;
    margin-bottom: 30px;
    appearance: none;
    background: url(../img/common/icon_select.svg) #fff no-repeat right 7px center;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid black;
    color: #000; } }
.tab-select:focus {
  background-image: url(../img/common/icon_select_focus.svg); }

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .tab_contents {
    width: 54.4vw; } }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .tab_contents {
    width: calc(100% - 225px); } }
@media (max-width: 768px) {
  .tab_contents {
    margin-bottom: 40px; } }

.btn_list a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  white-space: nowrap; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .btn_list a {
      font-size: clamp(0.625rem, calc(-0.125rem + 0.83vw), 0.875rem);
      gap: clamp(0.688rem, calc(-0.625rem + 1.46vw), 1.125rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .btn_list a {
      font-size: 10px;
      gap: 11px; } }
  @media (max-width: 768px) {
    .btn_list a {
      font-size: 12px;
      gap: 12px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .btn_list a img {
      width: clamp(4.5rem, 5vw, 6rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .btn_list a img {
      width: 72px; } }
  @media (max-width: 768px) {
    .btn_list a img {
      width: 75px; } }

.top .about {
  padding: 140px 0 156px;
  background: url(../img/top/about_bg.png) top center repeat-x; }
  @media screen and (min-width: 1920px) {
    .top .about {
      background-size: 100%;
      min-height: 42vw; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .top .about {
      padding: clamp(5.75rem, calc(-3.25rem + 10vw), 8.75rem) 0 clamp(7.25rem, calc(-0.25rem + 8.33vw), 9.75rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .top .about {
      padding: 92px 0 116px; } }
  @media (max-width: 768px) {
    .top .about {
      background: url(../img/top/about_bg_sp.png) top center no-repeat;
      padding: 25px 0 70px;
      background-size: 100%; } }
  @media (min-width: 768px) {
    .top .about .img img {
      max-width: initial;
      width: 46.56vw; } }
  @media screen and (min-width: 2000px) {
    .top .about .img img {
      width: 47.9vw; } }
  @media (min-width: 768px) {
    .top .about .img {
      position: absolute;
      right: 110%;
      top: 0; } }
  @media (max-width: 768px) {
    .top .about .img {
      margin: 0 0 56px -20px; } }
  @media (min-width: 768px) {
    .top .about .txt {
      padding: 64px 0 0;
      margin-left: auto;
      width: 50%;
      position: relative; } }
  .top .about .about_ttl {
    display: flex;
    justify-content: end;
    margin-bottom: 70px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .top .about .about_ttl {
        margin-bottom: clamp(3.375rem, calc(0.375rem + 3.33vw), 4.375rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .top .about .about_ttl {
        margin-bottom: 54px; } }
    @media (max-width: 768px) {
      .top .about .about_ttl {
        margin-bottom: 38px;
        width: 298px;
        margin-left: auto; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .top .about .about_ttl img {
        width: clamp(27.563rem, calc(15.375rem + 13.54vw), 31.625rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .top .about .about_ttl img {
        width: 441px; } }
  .top .about .about_ttl02 {
    font-size: 30px;
    margin-bottom: 45px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .top .about .about_ttl02 {
        font-size: clamp(1.375rem, calc(-0.125rem + 1.67vw), 1.875rem);
        margin-bottom: clamp(2.125rem, calc(0.063rem + 2.29vw), 2.813rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .top .about .about_ttl02 {
        font-size: 22px;
        margin-bottom: 34px; } }
    @media (max-width: 768px) {
      .top .about .about_ttl02 {
        font-size: 24px;
        text-align: right;
        margin-bottom: 35px; } }
.about.main_content .under_main_ttl {
  margin-bottom: 40px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .under_main_ttl {
      width: clamp(27.563rem, calc(-0.75rem + 31.46vw), 37rem);
      margin-bottom: clamp(1.625rem, calc(-1rem + 2.92vw), 2.5rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .under_main_ttl {
      width: 441px;
      margin-bottom: 26px; } }
  @media screen and (max-width: 768px) {
    .about.main_content .under_main_ttl {
      width: 303px;
      margin-bottom: 30px; } }
.about.main_content .under_main_img {
  margin: 0; }
.about.main_content .internal_links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 56px;
  margin: 42px 0 0px;
  padding: 0; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .internal_links {
      gap: clamp(2.375rem, calc(-1rem + 3.75vw), 3.5rem);
      margin-top: clamp(1.938rem, calc(-0.125rem + 2.29vw), 2.625rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .internal_links {
      gap: 38px;
      margin-top: 31px; } }
  @media screen and (max-width: 768px) {
    .about.main_content .internal_links {
      gap: 11px;
      margin: 14px 0 0px;
      font-size: 12px; } }
  .about.main_content .internal_links a {
    display: flex;
    gap: 10px;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .about.main_content .internal_links a {
        gap: 4px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .internal_links a img {
        width: clamp(1.625rem, calc(0.125rem + 1.67vw), 2.125rem); } }
    @media screen and (max-width: 1440px) {
      .about.main_content .internal_links a img {
        width: 26px; } }
.about.main_content .mission {
  background: url("../img/about/mission_bg.jpg") no-repeat center;
  padding: 102px 0 150px; }
  @media screen and (min-width: 1920px) {
    .about.main_content .mission {
      background-size: 100%; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .mission {
      padding: clamp(4.75rem, calc(-0.125rem + 5.42vw), 6.375rem) 0 clamp(7.063rem, calc(0.125rem + 7.71vw), 9.375rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .mission {
      padding: 76px 0 113px; } }
  @media screen and (max-width: 768px) {
    .about.main_content .mission {
      padding: 58px 0 50px;
      background: url("../img/about/mission_bg_sp.jpg") no-repeat top center;
      background-size: 100%; } }
  .about.main_content .mission .mission_ttl01 {
    font-size: 45px;
    text-align: center;
    line-height: calc(66 / 45);
    margin-bottom: 24px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .mission .mission_ttl01 {
        font-size: clamp(2.063rem, calc(-0.188rem + 2.5vw), 2.813rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .mission .mission_ttl01 {
        font-size: 33px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .mission .mission_ttl01 {
        font-size: 22px;
        line-height: calc(38 / 22); } }
  .about.main_content .mission .mission_ttl02 {
    font-size: 33px;
    text-align: center;
    line-height: calc(83 / 33);
    margin-bottom: 57px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .mission .mission_ttl02 {
        font-size: clamp(1.5rem, calc(-0.188rem + 1.88vw), 2.063rem);
        margin-bottom: clamp(2.688rem, calc(0.063rem + 2.92vw), 3.563rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .mission .mission_ttl02 {
        font-size: 24px;
        margin-bottom: 43px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .mission .mission_ttl02 {
        font-size: 18px;
        margin-bottom: 25px; } }
  .about.main_content .mission .mission_colum {
    display: flex;
    gap: 61px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .mission .mission_colum {
        gap: clamp(2.938rem, calc(0.313rem + 2.92vw), 3.813rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .mission .mission_colum {
        gap: 47px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .mission .mission_colum {
        gap: 33px;
        flex-wrap: wrap; } }
  @media screen and (max-width: 768px) {
    .about.main_content .mission .mission_colum_img {
      width: 100%; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .mission .mission_colum_img img {
      width: clamp(25.938rem, calc(1.563rem + 27.08vw), 34.063rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .mission .mission_colum_img img {
      width: 415px; } }
  @media screen and (max-width: 768px) {
    .about.main_content .mission .mission_colum_img img {
      width: 79%;
      margin: auto; } }
  .about.main_content .mission .mission_colum_txt {
    letter-spacing: 0.01em; }
    @media screen and (min-width: 768px) {
      .about.main_content .mission .mission_colum_txt {
        max-width: 724px;
        width: 37.70vw; } }
  .about.main_content .mission .mission_ttl03 {
    font-size: 33px;
    margin: 60px 0 37px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .mission .mission_ttl03 {
        font-size: clamp(1.5rem, calc(-0.188rem + 1.88vw), 2.063rem);
        margin: clamp(2.938rem, calc(0.5rem + 2.71vw), 3.75rem) 0 clamp(1.625rem, calc(-0.438rem + 2.29vw), 2.313rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .mission .mission_ttl03 {
        font-size: 24px;
        margin: 47px 0 26px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .mission .mission_ttl03 {
        font-size: 18px;
        margin: 0 0 33px;
        text-align: center; } }
.about.main_content .strength {
  padding: 148px 0 149px;
  background: #F5F5F5; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .strength {
      padding: clamp(6.438rem, calc(-2rem + 9.38vw), 9.25rem) 0 clamp(6.438rem, calc(-2.188rem + 9.58vw), 9.313rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .strength {
      padding: 103px 0; } }
  @media screen and (max-width: 768px) {
    .about.main_content .strength {
      padding: 56px 0 60px; } }
  .about.main_content .strength .strength_ttl01 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 48px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strength .strength_ttl01 {
        font-size: clamp(1.375rem, calc(-0.125rem + 1.67vw), 1.875rem);
        margin-bottom: clamp(2.125rem, calc(-0.5rem + 2.92vw), 3rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strength .strength_ttl01 {
        font-size: 22px;
        margin-bottom: 34px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .strength .strength_ttl01 {
        font-size: 18px;
        line-height: calc(39 / 18);
        white-space: nowrap;
        margin-bottom: 29px; } }
  .about.main_content .strength .icon_ttl {
    margin-bottom: 86px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strength .icon_ttl {
        margin-bottom: clamp(4.125rem, calc(0.375rem + 4.17vw), 5.375rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strength .icon_ttl {
        margin-bottom: 66px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .strength .icon_ttl {
        margin-bottom: 47px; } }
  @media screen and (max-width: 768px) {
    .about.main_content .strength .strength_img img {
      width: 100%; } }
  .about.main_content .strength p {
    max-width: 794px;
    margin: 0 auto 52px;
    letter-spacing: 0.0em;
    text-align: center; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strength p {
        max-width: clamp(37.625rem, calc(1.625rem + 40vw), 49.625rem);
        margin-bottom: clamp(2.5rem, calc(0.25rem + 2.5vw), 3.25rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strength p {
        max-width: 602px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .strength p {
        text-align: left;
        margin: 0 auto 34px; } }
.about.main_content .strategy {
  padding: 150px 0 127px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .strategy {
      padding: clamp(7.063rem, calc(0.125rem + 7.71vw), 9.375rem) 0 clamp(6.063rem, calc(0.438rem + 6.25vw), 7.938rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .strategy {
      padding: 113px 0 97px; } }
  @media screen and (max-width: 768px) {
    .about.main_content .strategy {
      padding: 57px 0 55px; } }
  .about.main_content .strategy .icon_ttl {
    margin-bottom: 56px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strategy .icon_ttl {
        margin-bottom: clamp(2.688rem, calc(0.25rem + 2.71vw), 3.5rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strategy .icon_ttl {
        margin-bottom: 43px; } }
  .about.main_content .strategy .strategy_ttl01 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 52px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strategy .strategy_ttl01 {
        font-size: clamp(2.063rem, calc(-0.188rem + 2.5vw), 2.813rem);
        margin-bottom: clamp(2.375rem, calc(-0.25rem + 2.92vw), 3.25rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strategy .strategy_ttl01 {
        font-size: 33px;
        margin-bottom: 38px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .strategy .strategy_ttl01 {
        font-size: 18px;
        margin-bottom: 40px; } }
    .about.main_content .strategy .strategy_ttl01 span {
      font-size: 20px;
      display: inline-block;
      margin-bottom: 11px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .about.main_content .strategy .strategy_ttl01 span {
          font-size: clamp(0.875rem, calc(-0.25rem + 1.25vw), 1.25rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .about.main_content .strategy .strategy_ttl01 span {
          font-size: 14px; } }
      @media screen and (max-width: 768px) {
        .about.main_content .strategy .strategy_ttl01 span {
          font-size: 13px; } }
  .about.main_content .strategy p {
    margin: 0 auto 33px; }
    .about.main_content .strategy p.potential_detailes {
      max-width: 665px;
      text-align: center; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .about.main_content .strategy p.potential_detailes {
          max-width: clamp(31.25rem, calc(0.313rem + 34.38vw), 41.563rem);
          margin-bottom: clamp(1.625rem, calc(0.313rem + 1.46vw), 2.063rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .about.main_content .strategy p.potential_detailes {
          max-width: 500px;
          margin-bottom: 26px; } }
      @media screen and (max-width: 768px) {
        .about.main_content .strategy p.potential_detailes {
          margin-bottom: 18px; } }
    .about.main_content .strategy p.domain_detailes {
      text-align: center; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .about.main_content .strategy p.domain_detailes {
          margin-bottom: clamp(1.688rem, calc(0.563rem + 1.25vw), 2.063rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .about.main_content .strategy p.domain_detailes {
          margin-bottom: 27px; } }
      @media screen and (max-width: 768px) {
        .about.main_content .strategy p.domain_detailes {
          text-align: left; } }
  .about.main_content .strategy .strategy_img {
    margin-bottom: 36px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strategy .strategy_img {
        margin-bottom: clamp(1.125rem, calc(-2.25rem + 3.75vw), 2.25rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strategy .strategy_img {
        margin-bottom: 18px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .strategy .strategy_img {
        margin: 0 -20px 24px; }
        .about.main_content .strategy .strategy_img img {
          width: 100%; } }
  .about.main_content .strategy .strategy_ttl02 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 44px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strategy .strategy_ttl02 {
        font-size: clamp(1.375rem, calc(-0.125rem + 1.67vw), 1.875rem);
        margin-bottom: clamp(2.125rem, calc(0.25rem + 2.08vw), 2.75rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strategy .strategy_ttl02 {
        font-size: 22px;
        margin-bottom: 34px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .strategy .strategy_ttl02 {
        font-size: 18px;
        margin-bottom: 38px; } }
  .about.main_content .strategy .priority_Areas {
    margin: 37px 0 54px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 54px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strategy .priority_Areas {
        margin: clamp(1.563rem, calc(-0.688rem + 2.5vw), 2.313rem) 0 clamp(2.438rem, calc(-0.375rem + 3.13vw), 3.375rem);
        gap: clamp(2.5rem, calc(-0.125rem + 2.92vw), 3.375rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strategy .priority_Areas {
        margin: 25px 0 39px;
        gap: 40px; } }
    @media screen and (max-width: 856px) {
      .about.main_content .strategy .priority_Areas {
        flex-wrap: wrap;
        margin: 35px 0 50px;
        gap: 26px 40px; } }
    .about.main_content .strategy .priority_Areas li {
      text-align: center;
      width: 176px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .about.main_content .strategy .priority_Areas li {
          width: clamp(8.25rem, 9.17vw, 11rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .about.main_content .strategy .priority_Areas li {
          width: 132px; } }
      @media screen and (max-width: 768px) {
        .about.main_content .strategy .priority_Areas li {
          width: 132px;
          font-size: 13px; }
          .about.main_content .strategy .priority_Areas li:nth-child(1) {
            width: 100%; } }
      .about.main_content .strategy .priority_Areas li .border_circle {
        font-weight: 700;
        width: 176px;
        height: 176px;
        border: 4px solid #3CB8E5;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        padding: 15px 10px 10px;
        align-items: baseline;
        margin-bottom: 10px; }
        @media screen and (min-width: 1440px) and (max-width: 1920px) {
          .about.main_content .strategy .priority_Areas li .border_circle {
            width: clamp(8.25rem, 9.17vw, 11rem);
            height: clamp(8.25rem, 9.17vw, 11rem); } }
        @media screen and (min-width: 768px) and (max-width: 1440px) {
          .about.main_content .strategy .priority_Areas li .border_circle {
            width: 132px;
            height: 132px; } }
        @media screen and (max-width: 768px) {
          .about.main_content .strategy .priority_Areas li .border_circle {
            border-width: 2px;
            margin: 0 auto 6px;
            width: 132px;
            height: 132px; } }
        .about.main_content .strategy .priority_Areas li .border_circle span {
          width: 100%; }
        .about.main_content .strategy .priority_Areas li .border_circle .roboto {
          color: #3CB8E5;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 8px;
          height: 59px;
          line-height: 1.3; }
          @media screen and (min-width: 1440px) and (max-width: 1920px) {
            .about.main_content .strategy .priority_Areas li .border_circle .roboto {
              height: clamp(2.5rem, calc(-1.063rem + 3.96vw), 3.688rem); } }
          @media screen and (min-width: 768px) and (max-width: 1440px) {
            .about.main_content .strategy .priority_Areas li .border_circle .roboto {
              height: 40px; } }
          @media screen and (max-width: 768px) {
            .about.main_content .strategy .priority_Areas li .border_circle .roboto {
              height: 40px; } }
        .about.main_content .strategy .priority_Areas li .border_circle .jp {
          font-size: 30px;
          display: inline-flex;
          flex-wrap: wrap;
          justify-content: center;
          min-height: 90px;
          line-height: 1; }
          @media screen and (min-width: 1440px) and (max-width: 1920px) {
            .about.main_content .strategy .priority_Areas li .border_circle .jp {
              font-size: clamp(1.375rem, calc(-0.125rem + 1.67vw), 1.875rem); } }
          @media screen and (min-width: 768px) and (max-width: 1440px) {
            .about.main_content .strategy .priority_Areas li .border_circle .jp {
              font-size: 22px; } }
          @media screen and (max-width: 768px) {
            .about.main_content .strategy .priority_Areas li .border_circle .jp {
              font-size: 22px; } }
          .about.main_content .strategy .priority_Areas li .border_circle .jp .small {
            font-size: 12px;
            line-height: 1.5;
            display: inline-block;
            margin-top: -15px; }
            @media screen and (min-width: 1440px) and (max-width: 1920px) {
              .about.main_content .strategy .priority_Areas li .border_circle .jp .small {
                font-size: clamp(0.563rem, 0.63vw, 0.75rem);
                margin-top: clamp(-32px, calc(-83px + 3.54167vw), -15px); } }
            @media screen and (min-width: 768px) and (max-width: 1440px) {
              .about.main_content .strategy .priority_Areas li .border_circle .jp .small {
                font-size: 9px;
                margin-top: -32px; } }
            @media screen and (max-width: 768px) {
              .about.main_content .strategy .priority_Areas li .border_circle .jp .small {
                font-size: 9px;
                line-height: calc(11 / 9);
                margin-top: -30px; } }
      .about.main_content .strategy .priority_Areas li.medical .jp {
        font-size: 24px; }
        @media screen and (min-width: 1440px) and (max-width: 1920px) {
          .about.main_content .strategy .priority_Areas li.medical .jp {
            font-size: clamp(1.063rem, calc(-0.25rem + 1.46vw), 1.5rem); } }
        @media screen and (min-width: 768px) and (max-width: 1440px) {
          .about.main_content .strategy .priority_Areas li.medical .jp {
            font-size: 17px; } }
        @media screen and (max-width: 768px) {
          .about.main_content .strategy .priority_Areas li.medical .jp {
            font-size: 18px; } }
  .about.main_content .strategy .border_circle_aftertxt {
    margin: 0 -15px;
    line-height: 1.5;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .about.main_content .strategy .border_circle_aftertxt {
        line-height: calc(24 / 13); } }
  .about.main_content .strategy .commit {
    font-weight: 700;
    font-size: 26px;
    line-height: calc(70 / 26); }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .strategy .commit {
        font-size: clamp(1.188rem, calc(-0.125rem + 1.46vw), 1.625rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .strategy .commit {
        font-size: 19px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .strategy .commit {
        font-size: 16px;
        line-height: calc(33 / 16); } }
.about.main_content .mindset {
  background: #F5F5F5;
  padding: 156px 0 225px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .mindset {
      padding: clamp(7.375rem, calc(0.25rem + 7.92vw), 9.75rem) 0 clamp(10.563rem, calc(0.063rem + 11.67vw), 14.063rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .mindset {
      padding: 118px 0 169px; } }
  @media screen and (max-width: 768px) {
    .about.main_content .mindset {
      padding: 56px 0; } }
  .about.main_content .mindset .mindset_detales {
    position: relative; }
  .about.main_content .mindset .mindset_txt {
    max-width: 720px; }
    @media screen and (min-width: 950px) {
      .about.main_content .mindset .mindset_txt {
        max-width: 540px; } }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .mindset .mindset_txt {
        width: 37.5vw;
        min-width: 37.5vw; } }
    @media screen and (max-width: 950px) {
      .about.main_content .mindset .mindset_txt {
        max-width: inherit; } }
  .about.main_content .mindset .mindset_ttl {
    font-size: 45px;
    line-height: calc(62 / 45);
    margin: 0px 0 53px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .mindset .mindset_ttl {
        font-size: clamp(2.063rem, calc(-0.188rem + 2.5vw), 2.813rem);
        margin-bottom: clamp(2.5rem, calc(0.063rem + 2.71vw), 3.313rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .mindset .mindset_ttl {
        font-size: 33px;
        margin-bottom: 40px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .mindset .mindset_ttl {
        font-size: 22px;
        margin: -5px 0 33px;
        line-height: calc(38 / 22); } }
  .about.main_content .mindset p {
    max-width: 660px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .mindset p {
        max-width: clamp(31.25rem, calc(1.25rem + 33.33vw), 41.25rem); } }
    @media screen and (min-width: 950px) and (max-width: 1440px) {
      .about.main_content .mindset p {
        max-width: 500px; } }
    @media screen and (max-width: 950px) {
      .about.main_content .mindset p {
        max-width: inherit; } }
  @media screen and (min-width: 950px) {
    .about.main_content .mindset .mindset_img {
      max-width: 518px;
      position: absolute;
      left: 720px;
      top: 0; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .mindset .mindset_img {
      left: clamp(33.875rem, calc(0.5rem + 37.08vw), 45rem); } }
  @media screen and (min-width: 950px) and (max-width: 1440px) {
    .about.main_content .mindset .mindset_img {
      left: 542px; } }
  @media screen and (min-width: 950px) {
    .about.main_content .mindset .mindset_img img {
      width: 41.14vw;
      max-width: 790px;
      margin: 51px 0 0 -14px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .mindset .mindset_img img {
      margin: clamp(2.5rem, calc（, 3.188rem) 0 0 clamp(-14px, calc(-6px - (100vw - 1440px) / 60), -6px); } }
  @media screen and (min-width: 950px) and (max-width: 1440px) {
    .about.main_content .mindset .mindset_img img {
      margin: 40px 0 0 -6px; } }
  @media screen and (max-width: 950px) {
    .about.main_content .mindset .mindset_img img {
      margin: auto; } }
.about.main_content .message .message_img_detailes {
  padding: 198px 0 164px 50%;
  position: relative; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .message .message_img_detailes {
      padding: clamp(9.375rem, calc(0.375rem + 10vw), 12.375rem) 0 clamp(7.5rem, calc(-0.75rem + 9.17vw), 10.25rem) 50%; } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .message .message_img_detailes {
      padding: 150px 0 120px 50%; } }
  @media screen and (max-width: 768px) {
    .about.main_content .message .message_img_detailes {
      padding: 61px 0 51px; } }
  .about.main_content .message .message_img_detailes .icon_ttl {
    margin-bottom: 60px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .message .message_img_detailes .icon_ttl {
        margin-bottom: clamp(2.625rem, calc(-0.75rem + 3.75vw), 3.75rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .message .message_img_detailes .icon_ttl {
        margin-bottom: 42px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .message .message_img_detailes .icon_ttl {
        margin-bottom: 41px; } }
  @media screen and (min-width: 768px) {
    .about.main_content .message .message_img_detailes .message_img {
      position: absolute;
      left: 0;
      top: 150px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .about.main_content .message .message_img_detailes .message_img {
      top: clamp(5.063rem, calc(0.188rem + 5.42vw), 6.688rem);
      width: clamp(23.75rem, calc(-0.063rem + 26.46vw), 31.688rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .about.main_content .message .message_img_detailes .message_img {
      top: 114px;
      width: 380px; } }
  @media screen and (min-width: 768px) and (max-width: 1050px) {
    .about.main_content .message .message_img_detailes .message_img {
      width: 36.19vw; } }
  @media screen and (max-width: 768px) {
    .about.main_content .message .message_img_detailes .message_img {
      width: 200px;
      margin: 0 auto 14px; } }
  .about.main_content .message .message_img_detailes .president_name {
    text-align: right;
    margin-top: 80px;
    font-size: 23px;
    font-weight: 700; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about.main_content .message .message_img_detailes .president_name {
        margin-top: clamp(3.75rem, 4.17vw, 5rem);
        font-size: clamp(1.063rem, calc(-0.063rem + 1.25vw), 1.438rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about.main_content .message .message_img_detailes .president_name {
        margin-top: 60px;
        font-size: 17px; } }
    @media screen and (max-width: 768px) {
      .about.main_content .message .message_img_detailes .president_name {
        margin-top: 29px;
        font-size: 18px; } }

.icon_ttl {
  position: relative;
  padding-left: 70px;
  line-height: 1;
  font-size: 15px;
  margin-bottom: 74px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .icon_ttl {
      padding-left: clamp(3.625rem, calc(1.375rem + 2.5vw), 4.375rem);
      font-size: clamp(0.625rem, calc(-0.313rem + 1.04vw), 0.938rem);
      margin-bottom: clamp(3.563rem, calc(0.375rem + 3.54vw), 4.625rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .icon_ttl {
      padding-left: 58px;
      font-size: 10px;
      margin-bottom: 57px; } }
  @media screen and (max-width: 768px) {
    .icon_ttl {
      font-size: 10px;
      margin-bottom: 56px; } }
  .icon_ttl:before {
    content: "";
    background: url("../img/common/icon_ttl.svg") no-repeat;
    background-size: 100%;
    width: 53px;
    height: 34px;
    position: absolute;
    top: 0.2em;
    left: 0; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .icon_ttl:before {
        width: clamp(2.5rem, calc(0.063rem + 2.71vw), 3.313rem);
        height: clamp(1.563rem, calc(-0.125rem + 1.88vw), 2.125rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .icon_ttl:before {
        width: 40px;
        height: 25px; } }
    @media screen and (max-width: 768px) {
      .icon_ttl:before {
        width: 37px;
        height: 25px; } }
  .icon_ttl span {
    font-size: 44px;
    display: inline-block;
    margin-bottom: 8px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .icon_ttl span {
        font-size: clamp(2rem, calc(-0.25rem + 2.5vw), 2.75rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .icon_ttl span {
        font-size: 32px; } }
    @media screen and (max-width: 768px) {
      .icon_ttl span {
        font-size: 30px; } }

.top .information {
  background: #F5F5F5;
  padding: 90px 0 57px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .top .information {
      padding: clamp(4.313rem, calc(0.375rem + 4.38vw), 5.625rem) clamp(2.688rem, calc(0.063rem + 2.92vw), 3.563rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .top .information {
      padding: 69px 0 43px; } }
  @media (max-width: 768px) {
    .top .information {
      padding: 54px 0 50px; }
      .top .information .right {
        text-align: left; } }
  .top .information .date_wrap {
    display: flex;
    gap: 20px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .top .information .date_wrap {
        gap: clamp(0.938rem, 1.04vw, 1.25rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .top .information .date_wrap {
        gap: 15px; } }
    @media (max-width: 768px) {
      .top .information .date_wrap {
        gap: 5px; } }
.information .information_ttl {
  font-size: 44px;
  position: relative;
  padding-left: 64px;
  margin-bottom: 50px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .information .information_ttl {
      font-size: clamp(2.063rem, 2.29vw, 2.75rem);
      padding-left: clamp(3.063rem, calc(0.25rem + 3.13vw), 4rem);
      margin-bottom: clamp(2.25rem, calc(-0.375rem + 2.92vw), 3.125rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .information .information_ttl {
      font-size: 33px;
      padding-left: 49px;
      margin-bottom: 36px; } }
  @media (max-width: 768px) {
    .information .information_ttl {
      font-size: 30px;
      padding-left: 44px;
      margin-bottom: 35px; } }
  .information .information_ttl::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #B7B7B7;
    position: absolute;
    left: 0;
    top: 13px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .information .information_ttl::before {
        width: clamp(1.438rem, calc(0.125rem + 1.46vw), 1.875rem);
        height: clamp(1.438rem, calc(0.125rem + 1.46vw), 1.875rem);
        top: clamp(0.5rem, calc(-0.438rem + 1.04vw), 0.813rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .information .information_ttl::before {
        width: 23px;
        height: 23px;
        top: 8px; } }
    @media (max-width: 768px) {
      .information .information_ttl::before {
        width: 20px;
        height: 20px;
        top: 9px; } }
.information .information_list {
  max-width: 1129px;
  margin: 0 auto 50px;
  border-top: 1px solid #B7B7B7;
  list-style: none;
  padding: 0; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .information .information_list {
      max-width: clamp(52.875rem, calc(-0.188rem + 58.96vw), 70.563rem);
      margin-bottom: clamp(2.313rem, calc(-0.125rem + 2.71vw), 3.125rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .information .information_list {
      max-width: 846px;
      margin-bottom: 37px; } }
  @media (max-width: 768px) {
    .information .information_list {
      margin: 0 auto 30px; }
      .information .information_list .title {
        font-size: 16px;
        line-height: calc(24 / 16); } }
  .information .information_list a {
    display: flex;
    text-decoration: none;
    border-bottom: 1px solid #B7B7B7;
    padding: 25.8px 39px 70px 39px;
    position: relative;
    gap: 20px;
    font-size: 18px;
    font-weight: 700; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .information .information_list a {
        padding: clamp(1.231rem, calc(0.087rem + 1.27vw), 1.613rem) clamp(3.75rem, calc(1.875rem + 2.08vw), 4.375rem) clamp(1.231rem, calc(0.087rem + 1.27vw), 1.613rem) clamp(1.813rem, calc(-0.063rem + 2.08vw), 2.438rem);
        gap: clamp(0.938rem, 1.04vw, 1.25rem);
        font-size: clamp(0.813rem, calc(-0.125rem + 1.04vw), 1.125rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .information .information_list a {
        padding: 19.7px 60px 19.7px 29px;
        gap: 15px;
        font-size: 13px; } }
    @media (max-width: 768px) {
      .information .information_list a {
        gap: 5px;
        font-size: 18px;
        padding: 16px 34px 23px 0;
        flex-wrap: wrap; } }
    .information .information_list a::after {
      content: "";
      background: url(../img/common/icon_arrow_black.svg) no-repeat;
      background-size: 100%;
      width: 27px;
      height: 7px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      margin: auto; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .information .information_list a::after {
          width: clamp(1.563rem, calc(1.188rem + 0.42vw), 1.688rem);
          right: clamp(1.5rem, calc(-1.5rem + 3.33vw), 2.5rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .information .information_list a::after {
          width: 25px;
          right: 24px; } }
      @media (max-width: 768px) {
        .information .information_list a::after {
          right: 0; } }
    @media (max-width: 768px) {
      .information .information_list a .title {
        display: block;
        width: 100%; } }
.information .date {
  white-space: nowrap; }
  @media (max-width: 768px) {
    .information .date {
      font-size: 13px; } }
@media screen and (max-width: 768px) {
  .information .information_cate_wrap {
    display: inline-flex; } }
.information .information_cate {
  font-size: 12px;
  border: 1px solid;
  border-radius: 20px;
  padding: 1.5px 14.43px;
  color: #9bd4e5;
  line-height: 1.6;
  height: fit-content;
  margin: 7px 0 0 13px;
  white-space: nowrap; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .information .information_cate {
      font-size: clamp(0.563rem, 0.63vw, 0.75rem);
      padding: clamp(0rem, calc(-0.281rem + 0.31vw), 0.094rem) clamp(0.75rem, calc(0.294rem + 0.51vw), 0.902rem);
      margin: clamp(0.25rem, calc(-0.313rem + 0.63vw), 0.438rem) 0 clamp(0.75rem, calc(0.563rem + 0.21vw), 0.813rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .information .information_cate {
      font-size: 9px;
      padding: 0px 11px;
      margin: 4px 0 0 12px; } }
  @media (max-width: 768px) {
    .information .information_cate {
      margin: 4px 0 0 17px;
      padding: 1px 14px;
      font-size: 10px; } }
.information.archive .under_main_ttl, .information.single .under_main_ttl {
  margin-bottom: 37px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .information.archive .under_main_ttl, .information.single .under_main_ttl {
      width: clamp(34.25rem, calc(0.125rem + 37.92vw), 45.625rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .information.archive .under_main_ttl, .information.single .under_main_ttl {
      width: 548px; } }
  @media screen and (max-width: 768px) {
    .information.archive .under_main_ttl, .information.single .under_main_ttl {
      max-height: 60px; } }
.information.archive a {
  flex-wrap: wrap;
  gap: 0 20px; }
  .information.archive a .title {
    width: 100%; }
.information.single .date {
  font-weight: 700; }
  @media (min-width: 768px) {
    .information.single .date {
      font-size: 22px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .information.single .date {
      font-size: clamp(1rem, calc(-0.125rem + 1.25vw), 1.375rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .information.single .date {
      font-size: 16px; } }
.information.single .information_cate_wrap {
  display: inline-flex; }
.information.single .information_cate {
  margin: 0; }
  @media (min-width: 768px) {
    .information.single .information_cate {
      padding: 1px 22px;
      line-height: 1.7;
      font-size: 16px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .information.single .information_cate {
      font-size: clamp(0.75rem, 0.83vw, 1rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .information.single .information_cate {
      font-size: 12px; } }
  @media (max-width: 768px) {
    .information.single .information_cate {
      line-height: 1.5;
      padding: 1px 15px; } }
@media screen and (min-width: 1920px) {
  .information.single .single_ttl01_wrap {
    margin-bottom: 105px; } }
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .information.single .single_ttl01_wrap {
    margin-bottom: clamp(5rem, calc(0.313rem + 5.21vw), 6.563rem); } }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .information.single .single_ttl01_wrap {
    margin-bottom: 80px; } }
@media (min-width: 768px) {
  .information.single .single_ttl01_wrap {
    padding-bottom: 5px; } }

.footer {
  background: black;
  color: white;
  padding: 65px 0; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .footer {
      padding: clamp(3.063rem, calc(0.063rem + 3.33vw), 4.063rem) 0 clamp(1.313rem, calc(-6.938rem + 9.17vw), 4.063rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .footer {
      padding: 49px 0 21px; } }
  @media (max-width: 860px) {
    .footer {
      padding: 42px 0 20px; } }
  .footer .logo {
    padding-bottom: 22px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .logo {
        width: clamp(8.938rem, calc(-0.625rem + 10.63vw), 12.125rem);
        padding-bottom: clamp(1.063rem, calc(0.125rem + 1.04vw), 1.375rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .logo {
        width: 143px;
        padding-bottom: 17px; } }
    @media (max-width: 860px) {
      .footer .logo {
        width: 147px; } }
  .footer .footer_menu_list {
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: end;
    gap: 82px;
    font-size: 20px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .footer_menu_list {
        font-size: clamp(0.938rem, 1.04vw, 1.25rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .footer_menu_list {
        font-size: 15px; } }
    @media (min-width: 860px) and (max-width: 1920px) {
      .footer .footer_menu_list {
        gap: 4.27vw; } }
    @media (max-width: 860px) {
      .footer .footer_menu_list {
        display: none; } }
    .footer .footer_menu_list a {
      text-decoration: none; }
  .footer .footer_details01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid;
    padding-bottom: 18px;
    margin-bottom: 23px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .footer_details01 {
        padding-bottom: clamp(0.875rem, calc(0.125rem + 0.83vw), 1.125rem);
        margin-bottom: clamp(1.125rem, calc(0.188rem + 1.04vw), 1.438rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .footer_details01 {
        padding-bottom: 14px;
        margin-bottom: 18px; } }
    @media (max-width: 860px) {
      .footer .footer_details01 {
        margin-bottom: 36px; } }
  .footer .footer_details02 {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .footer_details02 {
        font-size: clamp(0.688rem, calc(-0.063rem + 0.83vw), 0.938rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .footer_details02 {
        font-size: 11px; } }
    @media (max-width: 860px) {
      .footer .footer_details02 {
        display: none; } }
    .footer .footer_details02 a {
      position: relative;
      text-decoration: none;
      padding-left: 22px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .footer .footer_details02 a {
          padding-left: clamp(1rem, calc(-0.125rem + 1.25vw), 1.375rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .footer .footer_details02 a {
          padding-left: 16px; } }
      .footer .footer_details02 a:before {
        content: "";
        border: solid rgba(0, 0, 0, 0);
        border-left-color: white;
        border-width: 5px 0 5px 9px;
        width: 0;
        height: 0;
        position: absolute;
        left: 1px;
        top: 0;
        bottom: 0;
        margin: auto; }
        @media screen and (min-width: 1440px) and (max-width: 1920px) {
          .footer .footer_details02 a:before {
            border-width: clamp(0.25rem, calc(0.063rem + 0.21vw), 0.313rem) 0 clamp(0.25rem, calc(0.063rem + 0.21vw), 0.313rem) clamp(0.5rem, calc(0.313rem + 0.21vw), 0.563rem); } }
        @media screen and (min-width: 768px) and (max-width: 1440px) {
          .footer .footer_details02 a:before {
            border-width: 4px 0 4px 8px; } }
  .footer .footer_details03_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media (max-width: 860px) {
      .footer .footer_details03_wrap {
        display: block; } }
  .footer .footer_details03 {
    display: flex;
    gap: 36px;
    align-items: flex-end; }
    @media (max-width: 860px) {
      .footer .footer_details03 {
        flex-wrap: wrap; } }
  .footer .copy {
    font-size: 12px;
    line-height: 1; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .copy {
        font-size: clamp(0.563rem, 0.63vw, 0.75rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .copy {
        font-size: 9px; } }
    @media (max-width: 860px) {
      .footer .copy {
        width: 100%;
        text-align: center; } }
  .footer .footer_address1 {
    font-size: 15px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .footer_address1 {
        font-size: clamp(0.688rem, calc(-0.063rem + 0.83vw), 0.938rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .footer_address1 {
        font-size: 11px; } }
  .footer .footer_address3 {
    font-size: 13px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .footer_address3 {
        font-size: clamp(0.563rem, calc(-0.188rem + 0.83vw), 0.813rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .footer_address3 {
        font-size: 9px; } }
  .footer .footer_address2 {
    line-height: 1;
    margin: 12px 0 0px;
    font-size: 31px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .footer_address2 {
        font-size: clamp(1.438rem, calc(-0.063rem + 1.67vw), 1.938rem);
        margin: clamp(0.5rem, calc(-0.25rem + 0.83vw), 0.75rem) 0 0; } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .footer_address2 {
        font-size: 23px;
        margin: 8px 0 0px; } }
    .footer .footer_address2 span {
      font-size: 19px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .footer .footer_address2 span {
          font-size: clamp(0.875rem, calc(-0.063rem + 1.04vw), 1.188rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .footer .footer_address2 span {
          font-size: 14px; } }
  @media (max-width: 860px) {
    .footer .footer_contact {
      width: 100%; } }
  .footer .footer_contact a {
    text-decoration: none;
    border: 1px solid;
    border-radius: 48px;
    font-size: 35px;
    font-weight: 700;
    position: relative;
    padding: 12px 102px;
    margin-bottom: 2px;
    display: inline-flex; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .footer .footer_contact a {
        font-size: clamp(1.625rem, calc(-0.063rem + 1.88vw), 2.188rem);
        padding: clamp(0.563rem, 0.63vw, 0.75rem) clamp(5.125rem, calc(1.375rem + 4.17vw), 6.375rem);
        margin-bottom: clamp(0rem, calc(-0.375rem + 0.42vw), 0.125rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .footer .footer_contact a {
        font-size: 26px;
        padding: 9px 82px;
        margin-bottom: 0; } }
    @media (min-width: 928px) and (max-width: 1000px) {
      .footer .footer_contact a {
        justify-content: center;
        max-width: 325px; } }
    @media (min-width: 860.1px) and (max-width: 928px) {
      .footer .footer_contact a {
        justify-content: center;
        align-items: center; } }
    @media (max-width: 860px) {
      .footer .footer_contact a {
        font-size: 20px;
        max-width: 300px;
        display: block;
        font-weight: 700;
        position: relative;
        padding: 9px 102px;
        margin: 0 auto 35px; } }
    .footer .footer_contact a:after {
      content: "";
      position: absolute;
      bottom: 38px;
      right: 40px;
      background: url(../img/common/icon_arrow_white.svg) no-repeat;
      width: 24px;
      height: 11px;
      background-size: 100%; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .footer .footer_contact a:after {
          bottom: clamp(1.563rem, calc(-0.875rem + 2.71vw), 2.375rem);
          right: clamp(1.875rem, 2.08vw, 2.5rem);
          width: clamp(1.125rem, 1.25vw, 1.5rem);
          height: clamp(0.625rem, calc(0.438rem + 0.21vw), 0.688rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .footer .footer_contact a:after {
          bottom: 25px;
          right: 30px;
          width: 18px;
          height: 11px; } }
      @media (max-width: 860px) {
        .footer .footer_contact a:after {
          background-size: 100%;
          width: 20px;
          height: 9px;
          bottom: 0;
          top: 0;
          margin: auto; } }

.btn_black {
  margin-top: 50px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .btn_black {
      margin-top: clamp(2.5rem, calc(0.625rem + 2.08vw), 3.125rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .btn_black {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .btn_black {
      margin: 34px 0px; } }
  .btn_black a {
    text-decoration: none;
    font-size: 22px;
    border-radius: 48px;
    padding: 26px 96px;
    display: inline-block;
    position: relative;
    background: black;
    color: white; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .btn_black a {
        font-size: clamp(0.938rem, calc(-0.375rem + 1.46vw), 1.375rem);
        padding: clamp(1.313rem, calc(0.375rem + 1.04vw), 1.625rem) clamp(4.75rem, calc(1rem + 4.17vw), 6rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .btn_black a {
        font-size: 15px;
        padding: 21px 76px; } }
    @media (max-width: 768px) {
      .btn_black a {
        padding: 14px;
        font-size: 16px;
        display: block;
        max-width: 300px;
        text-align: center;
        margin: auto; } }
    .btn_black a:after {
      content: "";
      position: absolute;
      bottom: 38px;
      right: 40px;
      background: url(../img/common/icon_arrow_white.svg) no-repeat;
      width: 24px;
      height: 11px;
      background-size: 100%; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .btn_black a:after {
          width: clamp(1.125rem, 1.25vw, 1.5rem);
          height: clamp(0.5rem, calc(-0.063rem + 0.63vw), 0.688rem);
          bottom: clamp(1.75rem, calc(-0.125rem + 2.08vw), 2.375rem);
          right: clamp(1.938rem, calc(0.25rem + 1.88vw), 2.5rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .btn_black a:after {
          width: 18px;
          height: 8px;
          bottom: 28px;
          right: 31px; } }
      @media (max-width: 768px) {
        .btn_black a:after {
          background-size: 100%;
          width: 18px;
          height: 8px;
          bottom: 0;
          top: 0;
          margin: auto; } }

.under_main_inner {
  max-width: 1555px;
  margin: auto;
  padding: 135px 20px 43px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .under_main_inner {
      padding: clamp(6.313rem, calc(-0.063rem + 7.08vw), 8.438rem) 20px clamp(1.938rem, calc(-0.313rem + 2.5vw), 2.688rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .under_main_inner {
      padding: 101px 20px 31px; } }
  @media (max-width: 768px) {
    .under_main_inner {
      padding: 89px 20px 57px; } }
  .about .under_main_inner {
    padding: 135px 20px 20px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .about .under_main_inner {
        padding: clamp(6.313rem, calc(-0.063rem + 7.08vw), 8.438rem) 20px clamp(0.938rem, 1.04vw, 1.25rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .about .under_main_inner {
        padding: 101px 20px 15px; } }
    @media (max-width: 768px) {
      .about .under_main_inner {
        padding: 89px 20px 20px; } }

.under_main_img {
  margin-bottom: 56px; }
  @media (max-width: 768px) {
    .under_main_img {
      margin-bottom: 32px; } }
  .under_main_img img {
    width: 100%; }

.breadcrumbs {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  font-size: 14px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .breadcrumbs {
      font-size: clamp(0.813rem, calc(0.625rem + 0.21vw), 0.875rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .breadcrumbs {
      font-size: 13px; } }
  @media (max-width: 768px) {
    .breadcrumbs {
      margin: 20px 0 0;
      display: inline-block;
      font-size: 13px; }
      .breadcrumbs li {
        display: inline; } }
  @media (max-width: 768px) {
    .breadcrumbs li + li {
      margin-left: 10px; } }
  .breadcrumbs li + li:before {
    content: "/";
    margin-right: 8px;
    color: #B7B7B7; }
  .breadcrumbs a {
    text-decoration: none;
    color: #B7B7B7; }

.term-cate {
  color: white;
  padding: 45px 0 60px;
  background: black; }
  @media (max-width: 768px) {
    .term-cate {
      padding: 55px 0 60px; } }
  .term-cate .term-cate_ttl {
    font-size: 30px;
    margin-bottom: 14px; }
  .term-cate ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 11px; }
    @media (max-width: 768px) {
      .term-cate ul {
        flex-wrap: wrap;
        gap: 18px 14px; } }
    .term-cate ul a {
      text-decoration: none;
      border: 1px solid;
      border-radius: 20px;
      padding: 6px 17px;
      line-height: 1;
      display: inline-block;
      color: white; }
      .term-cate ul a.active {
        color: white;
        background: #9BD4E5;
        border: none; }

.term-tag {
  padding: 40px 0;
  background: #F5F5F5; }
  @media (max-width: 768px) {
    .term-tag {
      display: none; } }
  .term-tag ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 15px 20px;
    flex-wrap: wrap; }
    .term-tag ul a {
      text-decoration: none;
      color: #6A6A6A; }

.post-list {
  padding: 83px 0; }
  @media (max-width: 768px) {
    .post-list {
      padding: 40px 0; } }

#load-more {
  margin: auto;
  max-width: 303px;
  width: 100%;
  height: 75px;
  background: none;
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding: 10px;
  font-weight: 700;
  border: 1px solid;
  color: initial; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    #load-more {
      max-width: clamp(14.188rem, calc(-0.063rem + 15.83vw), 18.938rem);
      font-size: clamp(1rem, calc(-0.125rem + 1.25vw), 1.375rem);
      height: clamp(3.563rem, calc(1.125rem + 2.71vw), 4.375rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    #load-more {
      max-width: 227px;
      font-size: 16px;
      height: 57px; } }
  @media (max-width: 768px) {
    #load-more {
      height: 60px;
      font-size: initial; } }
  #load-more:before {
    content: "";
    background: url("../img/common/icon_plus.svg") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 20px; }
    @media (max-width: 768px) {
      #load-more:before {
        width: 15px;
        height: 15px;
        margin-right: 16px; } }

@media (max-width: 768px) {
  .archive .archive_ttl {
    width: 257px;
    padding: 0px 0 15px; } }

.single .under_content, .main_content:not(.top):not(.about):not(.recruit).page .under_content {
  padding: 60px 0 150px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single .under_content, .main_content:not(.top):not(.about):not(.recruit).page .under_content {
      padding: clamp(2.5rem, calc(-1.25rem + 4.17vw), 3.75rem) 0 clamp(7.063rem, calc(0.125rem + 7.71vw), 9.375rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single .under_content, .main_content:not(.top):not(.about):not(.recruit).page .under_content {
      padding: 40px 0 113px; } }
  @media (max-width: 768px) {
    .single .under_content, .main_content:not(.top):not(.about):not(.recruit).page .under_content {
      padding: 60px 0; } }
.single .ttl_first, .main_content:not(.top):not(.about):not(.recruit).page .ttl_first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 19px;
  margin-bottom: 3px; }
  @media (max-width: 768px) {
    .single .ttl_first, .main_content:not(.top):not(.about):not(.recruit).page .ttl_first {
      gap: 5px; } }
.single .single_ttl01_wrap, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01_wrap {
  border-bottom: 1px solid #B7B7B7; }
  @media screen and (min-width: 1920px) {
    .single .single_ttl01_wrap, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01_wrap {
      margin-bottom: 105px; } }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single .single_ttl01_wrap, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01_wrap {
      margin-bottom: clamp(5rem, calc(0.313rem + 5.21vw), 6.563rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single .single_ttl01_wrap, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01_wrap {
      margin-bottom: 80px; } }
  @media (min-width: 768px) {
    .single .single_ttl01_wrap, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01_wrap {
      padding-bottom: 16px; } }
  @media (max-width: 768px) {
    .single .single_ttl01_wrap, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01_wrap {
      padding-bottom: 33px;
      margin-bottom: 46px; } }
.single .single_ttl01, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01 {
  font-size: 42px;
  line-height: calc(62 / 42);
  margin-bottom: 8px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single .single_ttl01, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01 {
      font-size: clamp(1.938rem, calc(-0.125rem + 2.29vw), 2.625rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single .single_ttl01, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01 {
      font-size: 31px; } }
  @media (max-width: 768px) {
    .single .single_ttl01, .main_content:not(.top):not(.about):not(.recruit).page .single_ttl01 {
      font-size: 22px;
      line-height: calc(33 / 22); } }
.single h2, .main_content:not(.top):not(.about):not(.recruit).page h2 {
  font-size: 38px;
  line-height: calc(56 / 38);
  margin-bottom: 43px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single h2, .main_content:not(.top):not(.about):not(.recruit).page h2 {
      font-size: clamp(1.75rem, calc(-0.125rem + 2.08vw), 2.375rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single h2, .main_content:not(.top):not(.about):not(.recruit).page h2 {
      font-size: 28px; } }
  @media (max-width: 768px) {
    .single h2, .main_content:not(.top):not(.about):not(.recruit).page h2 {
      font-size: 20px;
      line-height: calc(29 / 20); } }
.single p, .main_content:not(.top):not(.about):not(.recruit).page p {
  margin-bottom: 75px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single p, .main_content:not(.top):not(.about):not(.recruit).page p {
      margin-bottom: clamp(3rem, calc(-2.063rem + 5.63vw), 4.688rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single p, .main_content:not(.top):not(.about):not(.recruit).page p {
      margin-bottom: 48px; } }
  @media (max-width: 768px) {
    .single p, .main_content:not(.top):not(.about):not(.recruit).page p {
      margin-bottom: 55px; } }
.single .acf-media-wrapper, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper {
  text-align: center;
  padding: 25px 40px 42px;
  margin: 75px 0 0;
  border-radius: 5px;
  background: #F5F5F5; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single .acf-media-wrapper, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper {
      padding: clamp(1.5rem, calc(1.313rem + 0.21vw), 1.563rem) clamp(1.875rem, 2.08vw, 2.5rem) clamp(1.875rem, calc(-0.375rem + 2.5vw), 2.625rem);
      margin-top: clamp(3rem, calc(-2.063rem + 5.63vw), 4.688rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single .acf-media-wrapper, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper {
      padding: 24px 30px 30px;
      margin-top: 48px; } }
  @media (max-width: 768px) {
    .single .acf-media-wrapper, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper {
      margin: 55px 0 0;
      padding: 20px 18px 30px; } }
  .single .acf-media-wrapper + .acf-media-wrapper, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper + .acf-media-wrapper {
    margin-top: 28px; }
  .single .acf-media-wrapper dt, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dt {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #B7B7B7; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .single .acf-media-wrapper dt, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dt {
        font-size: clamp(0.938rem, 1.04vw, 1.25rem);
        margin-bottom: clamp(1.438rem, calc(0.125rem + 1.46vw), 1.875rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .single .acf-media-wrapper dt, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dt {
        font-size: 15px;
        margin-bottom: 23px; } }
    @media (max-width: 768px) {
      .single .acf-media-wrapper dt, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dt {
        font-size: 17px;
        padding-bottom: 14px;
        margin-bottom: 20px; } }
  .single .acf-media-wrapper dd, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dd {
    display: flex;
    justify-content: center;
    gap: 20px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .single .acf-media-wrapper dd, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dd {
        gap: clamp(0.938rem, 1.04vw, 1.25rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .single .acf-media-wrapper dd, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dd {
        gap: 15px; } }
    @media (max-width: 768px) {
      .single .acf-media-wrapper dd, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dd {
        gap: 10px; } }
    .single .acf-media-wrapper dd a, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dd a {
      display: flex;
      text-decoration: none;
      border: 1px solid;
      border-radius: 30px;
      padding: 8px 43px;
      font-weight: 700; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .single .acf-media-wrapper dd a, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dd a {
          padding: 8px clamp(1.875rem, calc(-0.563rem + 2.71vw), 2.688rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .single .acf-media-wrapper dd a, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dd a {
          padding: 8px 30px; } }
      @media (max-width: 768px) {
        .single .acf-media-wrapper dd a, .main_content:not(.top):not(.about):not(.recruit).page .acf-media-wrapper dd a {
          padding: 5px 29.5px;
          font-size: 14px; } }
.single figure, .main_content:not(.top):not(.about):not(.recruit).page figure {
  margin: 80px 0 65px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single figure, .main_content:not(.top):not(.about):not(.recruit).page figure {
      margin: clamp(3.75rem, 4.17vw, 5rem) 0 clamp(2.75rem, calc(-1.188rem + 4.38vw), 4.063rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single figure, .main_content:not(.top):not(.about):not(.recruit).page figure {
      margin: 60px 0 44px; } }
  @media (max-width: 768px) {
    .single figure, .main_content:not(.top):not(.about):not(.recruit).page figure {
      margin: 30px 0; } }
.single h3, .main_content:not(.top):not(.about):not(.recruit).page h3 {
  font-size: 35px;
  padding: 6px 0 6px 15px;
  border-left: 6px solid #9BD4E5;
  margin-bottom: 40px;
  line-height: calc(52 / 35); }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single h3, .main_content:not(.top):not(.about):not(.recruit).page h3 {
      font-size: clamp(1.625rem, calc(-0.063rem + 1.88vw), 2.188rem);
      margin-bottom: clamp(1.688rem, calc(-0.75rem + 2.71vw), 2.5rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single h3, .main_content:not(.top):not(.about):not(.recruit).page h3 {
      font-size: 26px;
      margin-bottom: 27px; } }
  @media (max-width: 768px) {
    .single h3, .main_content:not(.top):not(.about):not(.recruit).page h3 {
      line-height: calc(29 / 20);
      font-size: 20px;
      padding: 6px 0 7px 8px;
      margin-bottom: 13px; } }
.single h4, .main_content:not(.top):not(.about):not(.recruit).page h4 {
  font-size: 26px;
  line-height: calc(38 / 26);
  margin-bottom: 33px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single h4, .main_content:not(.top):not(.about):not(.recruit).page h4 {
      font-size: clamp(1.188rem, calc(-0.125rem + 1.46vw), 1.625rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single h4, .main_content:not(.top):not(.about):not(.recruit).page h4 {
      font-size: 19px; } }
  @media (max-width: 768px) {
    .single h4, .main_content:not(.top):not(.about):not(.recruit).page h4 {
      font-size: 16px;
      line-height: calc(27 / 16);
      margin-bottom: 25px; } }
.single .btn_black, .main_content:not(.top):not(.about):not(.recruit).page .btn_black {
  margin-top: 97px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .single .btn_black, .main_content:not(.top):not(.about):not(.recruit).page .btn_black {
      margin-top: clamp(3.813rem, calc(-2.938rem + 7.5vw), 6.063rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .single .btn_black, .main_content:not(.top):not(.about):not(.recruit).page .btn_black {
      margin-top: 61px; } }
  @media (max-width: 768px) {
    .single .btn_black, .main_content:not(.top):not(.about):not(.recruit).page .btn_black {
      margin: 50px 0 0; } }
  .single .btn_black a:after, .main_content:not(.top):not(.about):not(.recruit).page .btn_black a:after {
    left: 40px;
    transform: scaleX(-1);
    right: inherit; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .single .btn_black a:after, .main_content:not(.top):not(.about):not(.recruit).page .btn_black a:after {
        left: clamp(1.875rem, 2.08vw, 2.5rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .single .btn_black a:after, .main_content:not(.top):not(.about):not(.recruit).page .btn_black a:after {
        left: 30px; } }

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .privacy-policy .under_main_ttl {
    width: clamp(40.25rem, calc(-0.063rem + 44.79vw), 53.688rem); } }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .privacy-policy .under_main_ttl {
    width: 644px; } }
.privacy-policy h2 {
  font-size: 35px;
  padding: 6px 0 6px 15px;
  border-left: 6px solid #9BD4E5;
  margin-bottom: 40px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .privacy-policy h2 {
      font-size: clamp(1.625rem, calc(-0.063rem + 1.88vw), 2.188rem);
      margin-bottom: clamp(1.688rem, calc(-0.75rem + 2.71vw), 2.5rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .privacy-policy h2 {
      font-size: 26px;
      margin-bottom: 27px; } }
  @media (max-width: 768px) {
    .privacy-policy h2 {
      font-size: 20px;
      padding: 6px 0 7px 8px;
      margin-bottom: 13px; } }
.privacy-policy h3 {
  font-size: 26px;
  line-height: calc(38 / 26);
  margin-bottom: 33px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .privacy-policy h3 {
      font-size: clamp(1.188rem, calc(-0.125rem + 1.46vw), 1.625rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .privacy-policy h3 {
      font-size: 19px; } }
  @media (max-width: 768px) {
    .privacy-policy h3 {
      font-size: 16px;
      line-height: calc(27 / 16);
      margin-bottom: 25px; } }
.privacy-policy table {
  border-collapse: collapse;
  margin-bottom: 1em; }
  .privacy-policy table th, .privacy-policy table td {
    padding: 10px;
    border: solid 1px #dfdfdf; }
  .privacy-policy table th {
    font-weight: 700;
    text-align: left;
    vertical-align: top;
    background-color: #f8f8f8; }
  .privacy-policy table td:first-child {
    font-weight: 700; }

.recruit .under_main_ttl {
  margin-bottom: 23px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .recruit .under_main_ttl {
      width: clamp(23.25rem, 25.83vw, 31rem);
      margin-bottom: clamp(1rem, calc(-0.313rem + 1.46vw), 1.438rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .recruit .under_main_ttl {
      width: 370px;
      margin-bottom: 16px; } }
  @media screen and (max-width: 768px) {
    .recruit .under_main_ttl {
      width: 258px;
      margin-bottom: 28px; } }
.recruit .recruit_main {
  position: relative; }
.recruit .recruit_main_txt {
  position: absolute;
  left: 4%;
  top: 76.6%; }
  @media screen and (max-width: 768px) {
    .recruit .recruit_main_txt {
      left: 3%;
      top: 87%; } }
  @media screen and (min-width: 768px) {
    .recruit .recruit_main_txt img {
      width: 54.94vw; } }
  @media screen and (max-width: 768px) {
    .recruit .recruit_main_txt img {
      width: 85vw; } }
.recruit .under_main_img {
  margin: 0; }
.recruit .navigate {
  padding: 152px 0 125px;
  font-size: 19px;
  line-height: calc(45 / 19);
  background: transparent linear-gradient(62deg, #FFFFFF 0%, #EFF9FA 38%, #E5DFE8 98%, #EADEE8 100%) 0% 0% no-repeat padding-box;
  font-weight: 700; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .recruit .navigate {
      padding: clamp(7.063rem, calc(-0.25rem + 8.13vw), 9.5rem) 0 clamp(5.938rem, calc(0.313rem + 6.25vw), 7.813rem);
      font-size: clamp(0.875rem, calc(-0.063rem + 1.04vw), 1.188rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .recruit .navigate {
      padding: 113px 0 95px;
      font-size: 14px; } }
  @media screen and (max-width: 768px) {
    .recruit .navigate {
      padding: 30.93vw 0 63px;
      font-size: 16px;
      line-height: calc(32 / 16); } }
  .recruit .navigate .vertical {
    width: 100%; }
    @media screen and (min-width: 966px) {
      .recruit .navigate .vertical {
        writing-mode: vertical-rl; } }
  .recruit .navigate .navigate_ttl {
    font-size: 48px;
    line-height: calc(75.5 / 48);
    margin: 0 0 0 110px;
    letter-spacing: .02em; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .recruit .navigate .navigate_ttl {
        font-size: clamp(2.25rem, 2.5vw, 3rem);
        margin-left: clamp(5.375rem, calc(0.875rem + 5vw), 6.875rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .recruit .navigate .navigate_ttl {
        font-size: 36px;
        margin-left: 86px; } }
    @media screen and (max-width: 966px) {
      .recruit .navigate .navigate_ttl {
        margin: 0; } }
    @media screen and (max-width: 768px) {
      .recruit .navigate .navigate_ttl {
        font-size: 26px;
        line-height: calc(38 / 26); } }
    .recruit .navigate .navigate_ttl span {
      font-size: 16px;
      display: block;
      margin: 7px -1px 0 50px;
      line-height: calc(24 / 16);
      letter-spacing: 0; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .recruit .navigate .navigate_ttl span {
          font-size: clamp(0.75rem, 0.83vw, 1rem);
          margin-left: clamp(2.5rem, calc(0.625rem + 2.08vw), 3.125rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .recruit .navigate .navigate_ttl span {
          font-size: 12px;
          margin-left: 40px; } }
      @media screen and (max-width: 966px) {
        .recruit .navigate .navigate_ttl span {
          margin-left: 5px; } }
      @media screen and (max-width: 768px) {
        .recruit .navigate .navigate_ttl span {
          font-size: 13px;
          margin: 0 0 14px;
          line-height: calc(18 / 13); } }
  .recruit .navigate .navigate_detailes {
    height: 100%;
    margin-top: 90px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .recruit .navigate .navigate_detailes {
        height: clamp(24.375rem, calc(-17.438rem + 46.46vw), 38.313rem);
        margin-top: clamp(4.375rem, calc(0.625rem + 4.17vw), 5.625rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .recruit .navigate .navigate_detailes {
        height: 390px;
        margin-top: 70px; } }
    @media screen and (max-width: 768px) {
      .recruit .navigate .navigate_detailes {
        margin-top: 26px; } }
  .recruit .navigate p {
    margin: 0px 0 0 45px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .recruit .navigate p {
        margin: 0 0 0 clamp(2.25rem, calc(0.563rem + 1.88vw), 2.813rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .recruit .navigate p {
        margin: 0 0 0 36px; } }
    @media screen and (max-width: 768px) {
      .recruit .navigate p {
        margin: 0; } }
    .recruit .navigate p + p {
      margin: 0px 0 0 44px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .recruit .navigate p + p {
          margin: 0 0 0 clamp(2.25rem, calc(0.75rem + 1.67vw), 2.75rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .recruit .navigate p + p {
          margin: 0px 0 0 36px; } }
      @media screen and (max-width: 768px) {
        .recruit .navigate p + p {
          margin: 32px 0 0; } }
.recruit .looking {
  padding: 174px 0 125px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .recruit .looking {
      padding: clamp(8rem, calc(-0.625rem + 9.58vw), 10.875rem) 0 clamp(5.688rem, calc(-0.688rem + 7.08vw), 7.813rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .recruit .looking {
      padding: 128px 0 91px; } }
  @media screen and (max-width: 768px) {
    .recruit .looking {
      padding: 94px 0 65px; } }
.recruit .looking_detailes {
  border: 6px solid;
  border-radius: 20px;
  padding: 30px 85px 80px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .recruit .looking_detailes {
      padding: 30px clamp(2.688rem, calc(-5.188rem + 8.75vw), 5.313rem) clamp(3.75rem, 4.17vw, 5rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .recruit .looking_detailes {
      padding: 30px 43px 60px; } }
  @media screen and (max-width: 768px) {
    .recruit .looking_detailes {
      padding: 30px 20px 34px;
      border-width: 3px;
      border-radius: 10px; } }
  .recruit .looking_detailes h2 {
    font-size: 49px;
    text-align: center;
    line-height: 1;
    margin: -119px auto 85px;
    padding: 0px 40px;
    background: white;
    width: fit-content; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .recruit .looking_detailes h2 {
        font-size: clamp(2.25rem, calc(-0.188rem + 2.71vw), 3.063rem);
        margin: clamp(-119px, -10vw, -97px) auto clamp(3.875rem, calc(-0.438rem + 4.79vw), 5.313rem);
        padding: 0 clamp(1.875rem, 2.08vw, 2.5rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .recruit .looking_detailes h2 {
        font-size: 36px;
        margin: -97px auto 62px;
        padding: 0px 30px; } }
    @media screen and (max-width: 768px) {
      .recruit .looking_detailes h2 {
        font-size: 26px;
        margin: -80px auto 42px;
        padding: 0px 15px; } }
    .recruit .looking_detailes h2 span {
      display: inline-block;
      margin-bottom: 15px;
      font-size: 20px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .recruit .looking_detailes h2 span {
          font-size: clamp(0.938rem, 1.04vw, 1.25rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .recruit .looking_detailes h2 span {
          font-size: 15px; } }
      @media screen and (max-width: 768px) {
        .recruit .looking_detailes h2 span {
          font-size: 13px;
          margin-bottom: 9px; } }
  .recruit .looking_detailes ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 26px;
    font-weight: 700;
    line-height: calc(40 / 26); }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .recruit .looking_detailes ul {
        font-size: clamp(1.219rem, 1.35vw, 1.625rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .recruit .looking_detailes ul {
        font-size: 19.5px; } }
    @media screen and (max-width: 768px) {
      .recruit .looking_detailes ul {
        font-size: 18px; } }
    .recruit .looking_detailes ul li {
      position: relative;
      padding-left: 1.2em; }
      .recruit .looking_detailes ul li + li {
        margin-top: 39px; }
        @media screen and (min-width: 1440px) and (max-width: 1920px) {
          .recruit .looking_detailes ul li + li {
            margin-top: clamp(1.75rem, calc(-0.313rem + 2.29vw), 2.438rem); } }
        @media screen and (min-width: 768px) and (max-width: 1440px) {
          .recruit .looking_detailes ul li + li {
            margin-top: 28px; } }
        @media screen and (max-width: 768px) {
          .recruit .looking_detailes ul li + li {
            margin-top: 23px; } }
      .recruit .looking_detailes ul li:before {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        background: black;
        border-radius: 50%;
        left: 0;
        top: 0.9rem; }
        @media screen and (min-width: 1440px) and (max-width: 1920px) {
          .recruit .looking_detailes ul li:before {
            width: clamp(0.688rem, calc(-0.063rem + 0.83vw), 0.938rem);
            height: clamp(0.688rem, calc(-0.063rem + 0.83vw), 0.938rem);
            top: clamp(0.7rem, calc(0.1rem + 0.67vw), 0.9rem); } }
        @media screen and (min-width: 768px) and (max-width: 1440px) {
          .recruit .looking_detailes ul li:before {
            width: 11px;
            height: 11px;
            top: 0.7rem; } }
        @media screen and (max-width: 768px) {
          .recruit .looking_detailes ul li:before {
            width: 11px;
            height: 11px;
            top: 0.7rem; } }
.recruit .entry {
  background: #F5F5F5;
  padding: 147px 0 160px;
  text-align: center;
  font-size: 18px;
  line-height: calc(30 / 18);
  font-weight: 700; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .recruit .entry {
      padding: clamp(6.875rem, calc(-0.063rem + 7.71vw), 9.188rem) 0 clamp(7.5rem, 8.33vw, 10rem);
      font-size: clamp(0.813rem, calc(-0.125rem + 1.04vw), 1.125rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .recruit .entry {
      padding: 110px 0 120px;
      font-size: 13px; } }
  @media screen and (max-width: 768px) {
    .recruit .entry {
      font-size: 16px;
      line-height: calc(29 / 16);
      padding: 98px 0 70px; } }
  .recruit .entry p {
    margin-bottom: 55px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .recruit .entry p {
        margin-bottom: clamp(2.625rem, calc(0.188rem + 2.71vw), 3.438rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .recruit .entry p {
        margin-bottom: 42px; } }
    @media screen and (max-width: 768px) {
      .recruit .entry p {
        margin-bottom: 36px; } }
  .recruit .entry .entry_ttl {
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 16px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .recruit .entry .entry_ttl {
        font-size: clamp(1.313rem, 1.46vw, 1.75rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .recruit .entry .entry_ttl {
        font-size: 21px; } }
    @media screen and (max-width: 768px) {
      .recruit .entry .entry_ttl {
        font-size: 18px;
        line-height: 1.05;
        margin-bottom: 20px; } }
    .recruit .entry .entry_ttl span {
      font-size: 230px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .recruit .entry .entry_ttl span {
          font-size: clamp(10.75rem, calc(-0.125rem + 12.08vw), 14.375rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .recruit .entry .entry_ttl span {
          font-size: 172px; } }
      @media screen and (max-width: 768px) {
        .recruit .entry .entry_ttl span {
          font-size: 113px; } }

.company {
  background: #F5F5F5;
  padding: 149px 0 175px; }
  @media screen and (min-width: 1440px) and (max-width: 1920px) {
    .company {
      padding: clamp(7rem, calc(0.063rem + 7.71vw), 9.313rem) 0 clamp(8.125rem, calc(-0.313rem + 9.38vw), 10.938rem); } }
  @media screen and (min-width: 768px) and (max-width: 1440px) {
    .company {
      padding: 112px 0 130px; } }
  @media screen and (max-width: 768px) {
    .company {
      padding: 58px 0; } }
  .company .company_colum {
    display: flex;
    gap: 67px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .company .company_colum {
        gap: clamp(3.563rem, calc(1.688rem + 2.08vw), 4.188rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .company .company_colum {
        gap: 57px; } }
    @media screen and (max-width: 768px) {
      .company .company_colum {
        gap: 0px;
        flex-wrap: wrap; } }
  .company .icon_ttl {
    white-space: nowrap; }
  .company .company_colum_txt {
    border-collapse: collapse;
    margin-top: -22px;
    font-size: 15px; }
    @media screen and (min-width: 1440px) and (max-width: 1920px) {
      .company .company_colum_txt {
        margin-top: clamp(-22px, calc(-6px - 0.83333vw), -18px);
        font-size: clamp(0.688rem, calc(-0.063rem + 0.83vw), 0.938rem); } }
    @media screen and (min-width: 768px) and (max-width: 1440px) {
      .company .company_colum_txt {
        margin-top: -18px;
        font-size: 11px; } }
    @media screen and (max-width: 768px) {
      .company .company_colum_txt {
        margin-top: -25px; } }
    .company .company_colum_txt th, .company .company_colum_txt td {
      border-bottom: 1px solid #B7B7B7;
      padding: 23px 0; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .company .company_colum_txt th, .company .company_colum_txt td {
          padding: clamp(1.094rem, calc(0.063rem + 1.15vw), 1.438rem) 0; } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .company .company_colum_txt th, .company .company_colum_txt td {
          padding: 17.5px 0; } }
      @media screen and (max-width: 768px) {
        .company .company_colum_txt th, .company .company_colum_txt td {
          padding: 22.7px 0; } }
    .company .company_colum_txt th {
      text-align: left;
      width: 13em;
      vertical-align: baseline;
      line-height: calc(22 / 15); }
      @media screen and (max-width: 768px) {
        .company .company_colum_txt th {
          width: 5.3em;
          padding-right: 10px; } }

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .contact .under_main_ttl, .confirm .under_main_ttl, .thanks .under_main_ttl {
    width: clamp(24.75rem, calc(-0.188rem + 27.71vw), 33.063rem); } }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .contact .under_main_ttl, .confirm .under_main_ttl, .thanks .under_main_ttl {
    width: 396px; } }
@media screen and (max-width: 768px) {
  .contact .under_main_ttl, .confirm .under_main_ttl, .thanks .under_main_ttl {
    width: 270px; } }

.contact_wrap {
  background: #F5F5F5;
  overflow: auto;
  padding: 122px 0 100px; }
  @media screen and (max-width: 768px) {
    .contact_wrap {
      padding: 60px 0; } }
  .contact_wrap .breadcrumbs {
    margin-bottom: 23px; }
  .contact_wrap .under_content {
    padding-top: 100px; }
  .contact_wrap .contact_ttl {
    margin-bottom: 33px; }
    .contact_wrap .contact_ttl + p {
      font-size: 18px; }
  .contact_wrap p {
    margin-bottom: 65px; }
  .contact_wrap dl {
    background: white;
    padding: 91px 267px 60px;
    border-radius: 20px;
    margin-bottom: 105px; }
    @media screen and (min-width: 768px) {
      .contact_wrap dl {
        padding: 4.73vw 13.9vw 3.1vw; } }
    @media screen and (max-width: 768px) {
      .contact_wrap dl {
        padding: 20px;
        margin-bottom: 50px; } }
    .confirm .contact_wrap dl {
      display: flex;
      flex-wrap: wrap; }
    .contact_wrap dl dt {
      font-weight: 700;
      margin-bottom: 2px;
      font-size: 20px; }
      .confirm .contact_wrap dl dt {
        width: 15.5rem; }
    .contact_wrap dl dd {
      margin-bottom: 29px; }
      .confirm .contact_wrap dl dd {
        margin-bottom: 56px;
        width: calc(100% - 15.5rem);
        padding: 2px 0;
        border-bottom: 1px solid;
        padding-bottom: 13px; }
        .confirm .contact_wrap dl dd:last-child {
          margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .confirm .contact_wrap dl dd {
            width: 100%; } }
    .contact_wrap dl p {
      margin: 0; }
  .contact_wrap .required {
    font-size: 13px;
    padding: 2px 6px;
    margin-left: 20px;
    border-radius: 2px;
    background: #DD6F6F;
    color: white; }
  .contact_wrap .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0 0; }
    .contact_wrap .wpcf7-list-item + .wpcf7-list-item {
      margin-top: 13px; }
  .contact_wrap input[type="radio"] {
    width: 15px;
    height: 15px;
    margin: 0; }
  .contact_wrap .wpcf7-form-control.wpcf7-radio {
    padding: 32px 28px;
    display: block;
    border-radius: 10px; }
  .contact_wrap input[type="text"], .contact_wrap [type="tel"], .contact_wrap [type="email"] {
    width: 100%;
    padding: 12px 28px;
    border: none;
    background: #F3F3F3;
    border-radius: 10px; }
  .contact_wrap textarea {
    width: 100%;
    height: 330px;
    padding: 12px 28px;
    border: none;
    background: #F3F3F3;
    border-radius: 10px; }
  .contact_wrap .wpcf7-spinner {
    margin: 0 -50px 0 24px; }
  .contact_wrap .btn_area {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 20px;
    margin-bottom: 35px; }
    @media screen and (max-width: 768px) {
      .contact_wrap .btn_area {
        flex-wrap: wrap; } }
    .contact_wrap .btn_area p {
      margin: 0; }
    .contact_wrap .btn_area .btn_submit input, .contact_wrap .btn_area .btn_back input {
      cursor: pointer;
      text-decoration: none;
      font-size: 22px;
      border-radius: 48px;
      padding: 26px 96px;
      display: inline-block;
      position: relative;
      background: black;
      color: white;
      width: 300px;
      background: url(../img/common/icon_arrow_white.svg) black no-repeat right 40px bottom 38px; }
      @media screen and (min-width: 1440px) and (max-width: 1920px) {
        .contact_wrap .btn_area .btn_submit input, .contact_wrap .btn_area .btn_back input {
          font-size: clamp(0.938rem, calc(-0.375rem + 1.46vw), 1.375rem);
          padding: clamp(1.313rem, calc(0.375rem + 1.04vw), 1.625rem) clamp(4.75rem, calc(1rem + 4.17vw), 6rem);
          background-size: clamp(1.125rem, 1.25vw, 1.5rem) clamp(0.5rem, calc(-0.063rem + 0.63vw), 0.688rem);
          background-position: right clamp(1.938rem, calc(0.25rem + 1.88vw), 2.5rem) bottom clamp(1.75rem, calc(-0.125rem + 2.08vw), 2.375rem); } }
      @media screen and (min-width: 768px) and (max-width: 1440px) {
        .contact_wrap .btn_area .btn_submit input, .contact_wrap .btn_area .btn_back input {
          font-size: 15px;
          padding: 21px 76px;
          background-size: 18px 8px;
          background-position: right 31px bottom 28px; } }
      @media (max-width: 768px) {
        .contact_wrap .btn_area .btn_submit input, .contact_wrap .btn_area .btn_back input {
          padding: 14px;
          font-size: 16px;
          display: block;
          max-width: 300px;
          text-align: center;
          margin: auto;
          background-position: right 20px bottom 25px;
          background-size: 18px 8px; } }
      .contact_wrap .btn_area .btn_submit input:hover, .contact_wrap .btn_area .btn_back input:hover {
        opacity: .8; }
    .contact_wrap .btn_area .btn_back {
      width: 100%;
      max-width: 312px; }
      .contact_wrap .btn_area .btn_back input {
        background: url(../img/common/icon_arrow_white_left.svg) #6A6A6A no-repeat left 40px bottom 38px; }
        @media screen and (min-width: 1440px) and (max-width: 1920px) {
          .contact_wrap .btn_area .btn_back input {
            background-position: left clamp(1.938rem, calc(0.25rem + 1.88vw), 2.5rem) bottom clamp(1.75rem, calc(-0.125rem + 2.08vw), 2.375rem); } }
        @media screen and (min-width: 768px) and (max-width: 1440px) {
          .contact_wrap .btn_area .btn_back input {
            background-size: 18px 8px;
            background-position: left 31px bottom 28px; } }
        @media (max-width: 768px) {
          .contact_wrap .btn_area .btn_back input {
            background-position: left 20px bottom 25px;
            background-size: 18px 8px; } }
  .thanks .contact_wrap p {
    margin-bottom: 39px;
    font-size: 1.13em; }
  .thanks .contact_wrap .btn_black a {
    max-width: 303px;
    width: 100%; }

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .governance .under_main_ttl {
    width: clamp(34.875rem, 38.75vw, 46.5rem); } }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .governance .under_main_ttl {
    width: 558px; } }

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .gideline .under_main_ttl {
    width: clamp(25.5rem, 28.33vw, 34rem); } }
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .gideline .under_main_ttl {
    width: 408; } }

.mb0 {
  margin-bottom: 0 !important; }

@media (max-width: 860px) {
  .header .pc_none, .pc_none.menu {
    display: block; } }
@media (min-width: 768px) {
  .pc_none {
    display: none; } }

@media (max-width: 860px) {
  .header .sp_none, .sp_none.menu {
    display: none; } }
@media (max-width: 768px) {
  .sp_none {
    display: none; } }

.color_blue {
  color: #3CB8E5; }

.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }

.wp-block-embed iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9; }

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: inherit !important; }

.is-type-wp-embed iframe[style*="visibility: hidden;"] {
  visibility: initial !important; }
.is-type-wp-embed iframe[style*="position: absolute;"] {
  position: relative !important; }

ul.wp-block-list {
  margin-bottom: 30px; }
