@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

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

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #282828;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

a, b, dd, dt, li, p, span, td, th {
  font-size: 1em;
  line-height: 1.2;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

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

.txt_base {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .txt_base {
    font-size: 1.3rem;
  }
}

.txt_base p {
  line-height: 1.7;
  font-size: 1em;
  font-weight: inherit;
}

.txt_base p:not(:last-child) {
  margin-bottom: 1em;
}

.txt_base.fs17 {
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .txt_base.fs17 {
    font-size: 1.3rem;
  }
}

.txt_base.fs26 {
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  .txt_base.fs26 {
    font-size: 1.7rem;
  }
}

.txt_base.fw_bold {
  font-weight: 700;
}

.txt_base.fw_heavy {
  font-weight: 900;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.tel_link,
.tel_link a {
  color: inherit;
  font-size: 1em;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 900px;
  margin: auto;
}

.main_width.size980 {
  max-width: 980px;
}

section {
  padding: 50px 0;
}

/********************************************/
/* body fixed*/
/********************************************/
@media (max-width: 768px) {
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header {
  padding: 10px 0;
  background-color: #fff;
}

.header .inner {
  max-width: 1000px;
}

.header .logo {
  width: 20%;
  max-width: 120px;
}

/********************************************/
/*  Sp-menu btn*/
/********************************************/
.sp_menu_trigger,
.sp_menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}

.sp_menu_trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sp_menu_trigger span {
  position: absolute;
  background: #808080;
  width: 40px;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
}

.sp_menu_trigger span:nth-of-type(1) {
  top: 15px;
}

.sp_menu_trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.sp_menu_trigger span:nth-of-type(3) {
  bottom: 15px;
}

.sp_menu_trigger.nogap {
  top: 0;
  right: 0;
}

.sp_menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-315deg);
  transform: translateY(13px) rotate(-315deg);
}

.sp_menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.sp_menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(315deg);
  transform: translateY(-13px) rotate(315deg);
}

/********************************************/
/*  Sp-menu list*/
/********************************************/
header .main_nav {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: rgba(40, 40, 40, 0.9);
  width: 90%;
  max-width: 300px;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
  z-index: 9998;
  overflow-y: scroll;
  padding: 40px 20px 60px;
  box-sizing: border-box;
  text-align: left;
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

header .main_nav.open {
  right: 0;
}

header .nav_list > li {
  display: block;
  padding: 1em 0;
  border-bottom: solid 1px #e3e3e3;
  text-align: left;
  font-size: 1.6rem;
}

header .nav_list > li a {
  color: #8ee604;
  font-weight: 600;
}

.nav_list {
  width: 100%;
  overflow: hidden;
}

/********************************************/
/* main_visual */
/********************************************/
.main_visual {
  background: #333;
}

.main_visual .img {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.main_visual .img .catch_img {
  position: absolute;
  left: 20px;
  bottom: -15px;
  width: calc(100% - 40px);
}

.main_visual .img .video {
  width: 100%;
}

/********************************************/
/* top_block */
/********************************************/
.top_block {
  padding-top: 0;
}

.top_block .black_bg_ttl {
  padding-top: 1.4em;
  padding-bottom: 0.9em;
}

.top_block .catch_txt {
  margin-bottom: 40px;
  font-size: clamp(1.4rem, 4.6vw, 3.6rem);
}

.top_block .catch_txt p {
  font-weight: 900;
}

/********************************************/
/* salary_block */
/********************************************/
@media (max-width: 768px) {
  .salary_block .salary_img_block .black_bg_ttl {
    width: calc(100% - 30px);
    margin: 0 auto 10px;
  }
}

.salary_block .container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.salary_block .container .top, .salary_block .container .bottom {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .salary_block .container .top, .salary_block .container .bottom {
    gap: 10px;
  }
}

.salary_block .container .top, .salary_block .container .center {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .salary_block .container .top, .salary_block .container .center {
    margin-bottom: 15px;
  }
}

.salary_block .container .box {
  width: calc((100% - 20px) / 2);
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  text-align: center;
}

@media (max-width: 768px) {
  .salary_block .container .box:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .salary_block .container .box {
    padding: 10px 5px;
    width: calc((100% - 10px) / 2);
  }
}

.salary_block .container .box strong {
  color: #ff3131;
  font-size: 2em;
  line-height: 1;
}

.salary_block .container .box.center {
  width: 100%;
  padding-bottom: 0;
}

.salary_block .container .flex-wrapper {
  display: flex;
  align-items: center;
}

.salary_block .container .flex-wrapper .left {
  width: 45%;
}

.salary_block .container .flex-wrapper .left img {
  display: block;
  width: 210px;
  margin: auto;
}

@media (max-width: 768px) {
  .salary_block .container .flex-wrapper .left img {
    width: 144px;
  }
}

.salary_block .container .flex-wrapper .right {
  width: 55%;
}

.person_list {
  margin-bottom: 80px;
  padding-top: 100px;
}

@media (max-width: 768px) {
  .person_list {
    padding-top: 50px;
  }
}

.person_list li:not(:last-child) {
  margin-bottom: 50px;
}

.person_list .top_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .person_list .top_box {
    position: relative;
  }
}

.person_list .top_box .img {
  width: 38%;
}

@media (max-width: 768px) {
  .person_list .top_box .img {
    width: 100%;
  }
}

.person_list .top_box .txt_box {
  width: 62%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #282828;
}

@media (max-width: 768px) {
  .person_list .top_box .txt_box {
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 100%;
    background: none;
  }
  .person_list .top_box .txt_box:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #8ee604;
    mix-blend-mode: multiply;
  }
}

.person_list .top_box .txt_box .ttl {
  color: #8ee604;
  text-align: right;
  font-size: clamp(1.7rem, 5.3vw, 3.6rem);
  font-weight: 900;
}

@media (max-width: 768px) {
  .person_list .top_box .txt_box .ttl {
    position: relative;
    color: #fff;
    z-index: 2;
  }
}

.person_list .bottom_box {
  background: #fff;
  padding: 30px 40px 60px 40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .person_list .bottom_box {
    padding: 20px 15px 40px 15px;
  }
}

.person_list .bottom_box .catch_txt {
  margin-bottom: 25px;
  font-size: clamp(1.5rem, 5vw, 3.6rem);
}

@media (max-width: 768px) {
  .person_list .bottom_box .catch_txt {
    margin-bottom: 15px;
  }
}

.person_list .bottom_box .catch_txt p {
  font-weight: 900;
}

.person_list .bottom_box .marker_ver2 .m_column {
  padding: 0 0.8em 0 1em;
}

@media (max-width: 768px) {
  .person_list .bottom_box .marker_ver2 .m_column {
    padding-left: 0.5em;
  }
}

.person_list .bottom_box .marker_ver2 .m_column:after {
  left: -40px;
  width: 80px;
}

@media (max-width: 768px) {
  .person_list .bottom_box .marker_ver2 .m_column:after {
    left: -15px;
    width: 30px;
  }
}

.person_list .bottom_box .txt_base .co_red {
  font-weight: 700;
}

.dream_block {
  padding-bottom: 80px;
}

.dream_block .inner {
  background: #fff;
}

.dream_block .dream_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 30px;
  row-gap: 50px;
}

@media (max-width: 768px) {
  .dream_block .dream_list {
    display: block;
    padding: 30px 15px;
  }
}

.dream_block .dream_list li {
  width: 44%;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(1.4rem, 4vw, 2.6rem);
  font-weight: 900;
}

@media (max-width: 768px) {
  .dream_block .dream_list li {
    width: 100%;
  }
  .dream_block .dream_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.dream_block .dream_list li .co_red {
  font-size: 1.5em;
}

.dream_block .dream_list li small {
  color: #787878;
  font-size: 0.75em;
}

.dream_block .dream_list li:last-child {
  width: 100%;
}

/********************************************/
/* works_block */
/********************************************/
.works_block .img_box {
  position: relative;
  margin-bottom: 50px;
}

.works_block .catch_txt {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: clamp(1.6rem, 5.5vw, 4.1rem);
}

.works_block .catch_txt p {
  background: linear-gradient(transparent 15%, #8ee604 0%, #8ee604 90%, transparent 90%);
  line-height: 1.6;
  font-weight: 900;
}

@media (max-width: 768px) {
  .works_block .main_width.size980 {
    width: 100%;
  }
}

.works_list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .works_list li {
    background: #dcff8c;
  }
}

.works_list li:nth-child(even) {
  flex-flow: row-reverse;
}

.works_list li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .works_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.works_list li .img {
  width: 40%;
}

@media (max-width: 768px) {
  .works_list li .img {
    width: 46%;
  }
}

.works_list li .txt_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  padding: 10px 40px;
  background: #dcff8c;
}

@media (max-width: 768px) {
  .works_list li .txt_box {
    width: 54%;
    padding: 10px 15px;
    background: none;
  }
}

@media (max-width: 768px) {
  .works_list li .txt_box .base {
    font-size: 1.4rem;
  }
}

.works_list li:first-child .fs17 p {
  line-height: 1.4;
}

.works_list li:last-child .fs26 p {
  line-height: 1.4;
}

/********************************************/
/* housing_block */
/********************************************/
.housing_block .housing_top_txt {
  margin-bottom: 20px;
  text-align: center;
}

.housing_block .housing_top_txt .co_red {
  font-size: 1.5em;
}

.housing_block .slider_box {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .housing_block .black_bg_ttl {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
}

.slider_box {
  position: relative;
}

.housing_block .arrow_position {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  margin: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 5000;
}

@media (max-width: 768px) {
  .housing_block .arrow_position {
    width: 100%;
  }
}

.swiper {
  position: relative;
  overflow: visible;
}

.swiper .swiper-button-prev {
  content: "";
  background: url(../img/ico/ico-arrow-prev.svg) no-repeat center/contain;
}

.swiper .swiper-button-prev::after {
  content: "";
}

@media (max-width: 768px) {
  .swiper .swiper-button-prev {
    width: 20px;
  }
}

.swiper .swiper-button-next {
  background: url(../img/ico/ico-arrow-next.svg) no-repeat center/contain;
}

.swiper .swiper-button-next::after {
  content: "";
}

@media (max-width: 768px) {
  .swiper .swiper-button-next {
    width: 20px;
  }
}

.swiper-pagination {
  top: 100% !important;
}

.swiper-pagination-bullet {
  background: #282828;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #8ee604;
}

.housing_trip_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  padding-bottom: 50px;
  background: url(../img/top/bg-japan.svg) no-repeat top right/contain;
}

@media (max-width: 768px) {
  .housing_trip_block {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}

.housing_trip_block .txt_box {
  width: 60%;
}

@media (max-width: 768px) {
  .housing_trip_block .txt_box {
    width: 100%;
  }
}

.housing_trip_block .img {
  width: 38%;
}

@media (max-width: 768px) {
  .housing_trip_block .img {
    width: 70%;
    margin: auto;
  }
}

.housing_trip_block .img img {
  position: relative;
  top: -20px;
}

@media (max-width: 768px) {
  .housing_trip_block .img img {
    top: 0;
  }
}

.housing_trip_block .marker_ver2 {
  margin-bottom: 0.4em;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
}

.housing_trip_block .marker_ver2 p {
  font-weight: 900;
}

.housing_trip_block .marker_ver2 p small {
  font-size: 0.66em;
}

.housing_trip_block .txt_base {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
}

.housing_trip_block .catch_txt {
  font-size: clamp(1.8rem, 4.5vw, 3.2rem);
}

@media (max-width: 768px) {
  .housing_trip_block .catch_txt {
    margin-bottom: 30px;
    text-align: center;
  }
}

.housing_trip_block .catch_txt p {
  font-weight: 900;
}

.housing_trip_block .catch_txt p span {
  font-size: 1.5em;
}

/********************************************/
/* training_block */
/********************************************/
.training_block {
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .training_block .black_bg_ttl {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
}

@media (max-width: 768px) {
  .training_block .training_list {
    width: 100%;
  }
}

.training_block .training_list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.training_block .training_list li:not(:last-child) {
  margin-bottom: 50px;
}

.training_block .training_list li:nth-child(even) {
  flex-flow: row-reverse;
}

.training_block .training_list li:nth-child(even) .txt_box {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .training_block .training_list li:nth-child(even) .txt_box {
    padding-left: 10px;
    left: 10px;
  }
}

.training_block .training_list li:nth-child(even) .txt_box:after {
  left: 0;
}

.training_block .training_list li .img {
  width: 44%;
}

@media (max-width: 768px) {
  .training_block .training_list li .img {
    width: 50%;
  }
}

.training_block .training_list li .txt_box {
  position: relative;
  top: 20px;
  width: 56%;
  padding: 40px 40px 40px 10px;
  z-index: 2;
}

@media (max-width: 768px) {
  .training_block .training_list li .txt_box {
    width: 50%;
    padding: 20px 10px 20px 0;
    left: -10px;
  }
}

.training_block .training_list li .txt_box:after {
  position: absolute;
  top: 0;
  left: -40px;
  content: "";
  width: calc(100% + 40px);
  height: 100%;
  background: rgba(142, 230, 4, 0.8);
  z-index: -1;
}

@media (max-width: 768px) {
  .training_block .training_list li .txt_box:after {
    left: -20px;
    width: calc(100% + 20px);
  }
}

.training_block .training_list li .ttl {
  margin-bottom: 0.4em;
  color: #ff3131;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 700;
}

/********************************************/
/* recruit_block */
/********************************************/
.recruit_block {
  padding-top: 0;
}

.recruit_table_block {
  padding-bottom: 100px;
}

.bg_table {
  width: 100%;
  margin: auto;
}

.bg_table tr th,
.bg_table tr td {
  border: solid 1px #8ee604;
  line-height: 1.75;
  text-align: left;
  vertical-align: top;
}

.bg_table tr th {
  width: 20%;
  padding: 1.6em 2em;
  color: #8ee604;
  background: #282828;
}

@media (max-width: 768px) {
  .bg_table tr th {
    padding: 1em;
    width: 7em;
  }
}

.bg_table tr td {
  padding: 1.6em 2.5em;
  background: #fff;
}

@media (max-width: 768px) {
  .bg_table tr td {
    padding: 1em;
  }
}

.recruit_photo_block {
  padding-top: 100px;
  padding-bottom: 80px;
}

.recruit_photo_block .ttl {
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .recruit_photo_block .ttl {
    margin-bottom: 20px;
  }
}

.recruit_photo_block .ttl img {
  display: inline-block;
  width: 250px;
}

@media (max-width: 768px) {
  .recruit_photo_block .ttl img {
    width: 150px;
  }
}

.recruit_message_block .ttl {
  margin-bottom: 40px;
  text-align: center;
}

.recruit_message_block .ttl img {
  display: inline-block;
  width: 336px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .recruit_message_block .ttl img {
    width: 210px;
  }
}

.recruit_message_block .ttl span {
  display: block;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 900;
}

.recruit_message_block .txt_base.fs21 {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.recruit_message_block .txt_base.fs21 p {
  line-height: 1.33;
}

.recruit_message_block .txt_base.fs21 .co_red {
  font-weight: 700;
}

.youtube_iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube_iframe iframe {
  width: 100%;
  height: 100%;
}

/********************************************/
/* flow_block */
/********************************************/
.flow_block .flow_list li {
  margin-bottom: 60px;
}

.flow_block .flow_list .marker_ver2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.flow_block .flow_list .marker_ver2 .m_column {
  font-weight: 900;
}

/********************************************/
/* overview_block */
/********************************************/
.overview_block {
  padding: 80px 0;
  background: #282828;
}

@media (max-width: 768px) {
  .overview_block {
    padding: 60px 0;
  }
}

.border_table {
  width: 100%;
  margin: auto;
}

.border_table tr:first-child th,
.border_table tr:first-child td {
  border-top: solid 2.5px #8ee604;
}

.border_table tr th,
.border_table tr td {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: solid 2.5px #8ee604;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
  color: #fff;
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  font-weight: 700;
}

.border_table tr th {
  width: 20%;
}

@media (max-width: 768px) {
  .border_table tr th {
    width: 7em;
  }
}

.border_table tr td {
  padding-left: 1em;
}

.border_table tr td small {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  font-weight: 400;
}

.partner_block .ttl {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: clamp(1.8rem, 5vw, 3.6rem);
}

.partner_block .ttl span {
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 900;
}

.footer {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer .logo {
  width: 30%;
  max-width: 200px;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */