.kv {
  width: 100%;
  background: #F6F6F6;
  padding-top: 130px;
  padding-bottom: 60px;
}
.kv .inner {
  padding-right: 160px;
  text-align: right;
}
@media screen and (max-width: 667px) {
  .kv .inner {
    padding: 0 20px;
  }
}
.mode-sp .kv .inner {
  padding: 0 20px;
}
.kv .breads {
  color: #363636;
  font-weight: 100;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.kv .breads a {
  color: #363636;
  font-size: 13px;
  letter-spacing: 0.12em;
}
.kv .breads span {
  margin: 0 5px;
}
.kv .kv_title {
  margin-top: 60px;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.1em;
  color: #33B093;
}
@media screen and (max-width: 667px) {
  .kv .kv_title {
    margin-top: 30px;
    font-size: 40px;
  }
}
.mode-sp .kv .kv_title {
  margin-top: 30px;
  font-size: 40px;
}
.kv .kv_title-ja {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  color: #7A7A7A;
  font-family: "Noto Sans JP";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 667px) {
  .kv .kv_title-ja {
    margin-top: 10px;
    font-size: 14px;
  }
}
.mode-sp .kv .kv_title-ja {
  margin-top: 10px;
  font-size: 14px;
}
.kv .kv_line {
  width: 20px;
  height: 5px;
  margin-top: 30px;
  background: #363636;
  display: inline-block;
}
@media screen and (max-width: 667px) {
  .kv .kv_line {
    margin-top: 20px;
  }
}
.mode-sp .kv .kv_line {
  margin-top: 20px;
}

.section .inner {
  width: 1000px;
  padding: 100px 0 100px;
}
@media screen and (max-width: 667px) {
  .section .inner {
    width: 100%;
    padding: 40px 20px;
  }
}
.mode-sp .section .inner {
  width: 100%;
  padding: 40px 20px;
}
.section.bg-gray {
  background: #EEEEEE;
}
.section .section_title {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #33B093;
  margin-bottom: 60px;
  line-height: 1.7;
}
@media screen and (max-width: 667px) {
  .section .section_title {
    font-size: 18px;
  }
}
.mode-sp .section .section_title {
  font-size: 18px;
}
.section .section_title strong {
  font-size: 30px;
}
@media screen and (max-width: 667px) {
  .section .section_title strong {
    font-size: 24px;
  }
}
.mode-sp .section .section_title strong {
  font-size: 24px;
}
.section .text {
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
  line-height: 30px;
}
.section .text .regular {
  font-weight: 300;
}
.section .text02 {
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
  line-height: 30px;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 667px) {
  .section .text02 {
    width: 100%;
  }
}
.mode-sp .section .text02 {
  width: 100%;
}

.type-page {
  font-size: 14px;
  color: #363636;
  letter-spacing: 0.1em;
  line-height: 2.1;
}
.type-page div {
  margin-bottom: 15px;
}
.type-page strong {
  font-weight: 700;
}
.type-page figure {
  margin: unset;
}
.type-page h2 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #33B093;
  margin-bottom: 60px;
  line-height: 1.7;
}
.type-page h3 {
  font-size: 24px;
  font-weight: 700;
  color: #33B093;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.type-page h4 {
  color: #28bb99;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 700;
}
.type-page ol:not(.origin) {
  word-break: break-all !important;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
}
.type-page ol:not(.origin) li {
  line-height: 1.7;
  list-style-type: decimal;
  margin-bottom: 8px;
}
.type-page ul:not(.origin) {
  word-break: break-all !important;
  padding-left: 2em;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
}
.type-page ul:not(.origin) li {
  line-height: 1.7;
  list-style-type: none;
  margin-bottom: 8px;
  text-indent: -2em;
}
.type-page .philosophy_table {
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
  width: auto;
  display: inline-block;
}
.type-page .philosophy_table table {
  width: auto;
}
.type-page .philosophy_table thead {
  border-bottom: none;
}
.type-page .philosophy_table th,
.type-page .philosophy_table td {
  border: 1px solid #e6e6e6 !important;
  padding: 8px 20px !important;
}
.type-page .philosophy_table th {
  background: #f6f6f6;
}

.section_greeting .inner {
  width: 100%;
}
.section_greeting .greeting {
  position: relative;
}
@media screen and (max-width: 667px) {
  .section_greeting .greeting {
    padding-bottom: 60px;
  }
}
.mode-sp .section_greeting .greeting {
  padding-bottom: 60px;
}
.section_greeting .greeting_title_block {
  width: 100%;
  position: relative;
}
.section_greeting .greeting_title_block img {
  width: 100%;
}
.section_greeting .greeting_title_block .greeting_title {
  font-size: 24px;
  font-weight: 700;
  color: #33B093;
  position: absolute;
  left: calc((100vw - 1000px) / 2);
  top: 25%;
  line-height: 1.7;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 667px) {
  .section_greeting .greeting_title_block .greeting_title {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    font-size: 18px;
    padding: 20px;
  }
}
.mode-sp .section_greeting .greeting_title_block .greeting_title {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 18px;
  padding: 20px;
}
.section_greeting .greeting_text_block {
  -webkit-transform: translateY(-16.5625vw);
      -ms-transform: translateY(-16.5625vw);
          transform: translateY(-16.5625vw);
  background: rgba(51, 176, 147, 0.9);
  width: calc((100vw - 1000px) / 2 + 600px);
  padding: 100px 0;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .section_greeting .greeting_text_block {
    -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@supports (-ms-ime-align: auto) {
  .section_greeting .greeting_text_block {
    -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@media screen and (max-width: 667px) {
  .section_greeting .greeting_text_block {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(100% - 40px);
    padding: 40px 20px;
  }
}
.mode-sp .section_greeting .greeting_text_block {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: calc(100% - 40px);
  padding: 40px 20px;
}
.section_greeting .greeting_text_block .greeting_text_block_inner {
  width: 600px;
  padding-right: 100px;
  margin-left: auto;
}
@media screen and (max-width: 667px) {
  .section_greeting .greeting_text_block .greeting_text_block_inner {
    padding-right: 0;
    width: 100%;
  }
}
.mode-sp .section_greeting .greeting_text_block .greeting_text_block_inner {
  padding-right: 0;
  width: 100%;
}
.section_greeting .greeting_text_block p {
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.section_greeting .greeting_text_block p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.section_greeting .greeting_text_block .greeting_sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 60px;
}
.section_greeting .greeting_text_block .greeting_sign .greeting_sign_title {
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media screen and (max-width: 667px) {
  .section_greeting .greeting_text_block .greeting_sign .greeting_sign_title {
    font-size: 14px;
  }
}
.mode-sp .section_greeting .greeting_text_block .greeting_sign .greeting_sign_title {
  font-size: 14px;
}
.section_greeting .greeting_text_block .greeting_sign .greeting_sign_title_right {
  text-align: right;
}
.section_greeting .greeting_text_block .greeting_sign .greeting_sign_title_bigsize {
  font-size: 22px;
}
.section_greeting .greeting_text_block .greeting_sign .img_sign {
  width: 236px;
  margin-left: 20px;
}
@media screen and (max-width: 667px) {
  .section_greeting .greeting_text_block .greeting_sign .img_sign {
    width: 186px;
    margin-left: 10px;
  }
}
.mode-sp .section_greeting .greeting_text_block .greeting_sign .img_sign {
  width: 186px;
  margin-left: 10px;
}

.sitemap_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap_list .sitemap_list_item {
  width: 25%;
}
.sitemap_list .sitemap_list_item ul {
  padding: 0;
}
.sitemap_list .sitemap_list_item ul li {
  margin-bottom: 1.6em;
  margin-left: -2em;
  text-indent: 0;
}
@media screen and (max-width: 667px) {
  .sitemap_list .sitemap_list_item {
    width: 50%;
  }
}
.mode-sp .sitemap_list .sitemap_list_item {
  width: 50%;
}
.sitemap_list .sitemap_list_item:nth-of-type(n + 5) {
  margin-top: 40px;
}
@media screen and (max-width: 667px) {
  .sitemap_list .sitemap_list_item:nth-of-type(n + 5) {
    margin-top: 0;
  }
}
.mode-sp .sitemap_list .sitemap_list_item:nth-of-type(n + 5) {
  margin-top: 0;
}
@media screen and (max-width: 667px) {
  .sitemap_list .sitemap_list_item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
.mode-sp .sitemap_list .sitemap_list_item:nth-of-type(n + 3) {
  margin-top: 40px;
}
.sitemap_list a {
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
  display: block;
  padding: 5px 0;
  word-break: auto-phrase;
}
.sitemap_list a:hover {
  text-decoration: underline;
}

.map01 {
  width: 200px;
}
@media screen and (max-width: 667px) {
  .map01 {
    display: none;
  }
}
.mode-sp .map01 {
  display: none;
}

.map02 {
  width: 100%;
  height: 300px;
}

.gmap {
  width: 100%;
  height: 400px;
}

.interview_wrap {
  display: none;
}
.interview_wrap.active {
  display: block;
}

.interview01 {
  margin-top: 60px;
  background: #EEFAFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 80px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 667px) {
  .interview01 {
    padding: 40px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .interview01 {
  padding: 40px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interview01 .interview_profile {
  font-size: 16px;
  font-weight: 700;
  color: #33B093;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 667px) {
  .interview01 .interview_profile {
    margin-bottom: 20px;
  }
}
.mode-sp .interview01 .interview_profile {
  margin-bottom: 20px;
}
.interview01 .img_interview {
  width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 667px) {
  .interview01 .img_interview {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    min-width: 0;
  }
}
.mode-sp .interview01 .img_interview {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 160px;
  min-width: 0;
}
.interview01 .left {
  margin-right: 60px;
}
@media screen and (max-width: 667px) {
  .interview01 .left {
    margin-right: 0;
  }
}
.mode-sp .interview01 .left {
  margin-right: 0;
}
.interview01 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview01 .bottom {
  margin-top: 40px;
  width: 100%;
}

.interview02 {
  padding: 60px 40px;
  background: #DEF0F8;
}
@media screen and (max-width: 667px) {
  .interview02 {
    padding: 40px 20px;
  }
}
.mode-sp .interview02 {
  padding: 40px 20px;
}
.interview02 .interview02_title {
  color: #191919;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.interview02 .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 667px) {
  .interview02 .timeline {
    display: none;
  }
}
.mode-sp .interview02 .timeline {
  display: none;
}
.interview02 .timeline p {
  font-size: 13px;
  font-weight: 700;
}
.interview02 .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 667px) {
  .interview02 .days {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .interview02 .days {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.interview02 .days:after {
  content: "";
  display: block;
  width: calc(100% - 80px);
  height: 10px;
  background: white;
  position: absolute;
  top: 65px;
  left: 20px;
  z-index: 0;
}
@media screen and (max-width: 667px) {
  .interview02 .days:after {
    display: none;
  }
}
.mode-sp .interview02 .days:after {
  display: none;
}
.interview02 .days li {
  width: 140px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 667px) {
  .interview02 .days li {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .interview02 .days li:not(:last-of-type) {
    padding-bottom: 20px;
  }
  .interview02 .days li:first-of-type:before {
    content: "";
    display: block;
    width: 10px;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 45px;
    background: white;
    z-index: 0;
  }
  .interview02 .days li:last-of-type:after {
    content: "";
    display: block;
    width: 10px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 45px;
    background: white;
    z-index: 0;
  }
  .interview02 .days li:not(:first-of-type):not(:last-of-type):before {
    content: "";
    display: block;
    width: 10px;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 45px;
    background: white;
    z-index: 0;
  }
  .interview02 .days li:not(:first-of-type):not(:last-of-type):after {
    content: "";
    display: block;
    width: 10px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 45px;
    background: white;
    z-index: 0;
  }
}
.mode-sp .interview02 .days li {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mode-sp .interview02 .days li:not(:last-of-type) {
  padding-bottom: 20px;
}
.mode-sp .interview02 .days li:first-of-type:before {
  content: "";
  display: block;
  width: 10px;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 45px;
  background: white;
  z-index: 0;
}
.mode-sp .interview02 .days li:last-of-type:after {
  content: "";
  display: block;
  width: 10px;
  height: 50%;
  position: absolute;
  top: 0;
  left: 45px;
  background: white;
  z-index: 0;
}
.mode-sp .interview02 .days li:not(:first-of-type):not(:last-of-type):before {
  content: "";
  display: block;
  width: 10px;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 45px;
  background: white;
  z-index: 0;
}
.mode-sp .interview02 .days li:not(:first-of-type):not(:last-of-type):after {
  content: "";
  display: block;
  width: 10px;
  height: 50%;
  position: absolute;
  top: 0;
  left: 45px;
  background: white;
  z-index: 0;
}
.interview02 .days .img_day {
  width: 140px;
  height: 140px;
  border: solid 10px white;
  border-radius: 50%;
}
@media screen and (max-width: 667px) {
  .interview02 .days .img_day {
    position: relative;
    min-width: 100px;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    z-index: 1;
  }
}
.mode-sp .interview02 .days .img_day {
  position: relative;
  min-width: 100px;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  z-index: 1;
}
.interview02 .days .img_day img {
  width: 100%;
}
.interview02 .days .text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 667px) {
  .interview02 .days .text {
    margin-top: 0;
  }
}
.mode-sp .interview02 .days .text {
  margin-top: 0;
}

.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 667px) {
  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .message {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.message .img_message {
  width: 200px;
  min-width: 200px;
  margin-right: 60px;
}
@media screen and (max-width: 667px) {
  .message .img_message {
    width: 160px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.mode-sp .message .img_message {
  width: 160px;
  margin-right: 0;
  margin-bottom: 20px;
}

.text_box {
  background: white;
  padding: 80px 40px;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
  line-height: 30px;
}
@media screen and (max-width: 667px) {
  .text_box {
    padding: 20px;
  }
}
.mode-sp .text_box {
  padding: 20px;
}
.text_box.rad {
  border-radius: 30px;
}

.layout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 667px) {
  .layout-row.layout01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .layout-row.layout01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-row.layout01 .left {
  width: 700px;
  min-width: 700px;
  margin-right: 20px;
}
@media screen and (max-width: 667px) {
  .layout-row.layout01 .left {
    width: 100%;
    min-width: 0;
  }
}
.mode-sp .layout-row.layout01 .left {
  width: 100%;
  min-width: 0;
}
.layout-row.layout01 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 667px) {
  .layout-row.layout01 .right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.mode-sp .layout-row.layout01 .right {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}
@media screen and (max-width: 667px) {
  .layout-row.layout02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mode-sp .layout-row.layout02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout-row.layout02 .right {
  width: 700px;
  min-width: 700px;
  margin-right: 20px;
}
@media screen and (max-width: 667px) {
  .layout-row.layout02 .right {
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }
}
.mode-sp .layout-row.layout02 .right {
  width: 100%;
  min-width: 0;
  margin-right: 0;
}
.layout-row.layout02 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 667px) {
  .layout-row.layout02 .left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
.mode-sp .layout-row.layout02 .left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.nav_btns {
  background: #E6E6E6;
  padding: 40px 0;
}
.nav_btns .btns_list {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 667px) {
  .nav_btns .btns_list {
    width: 100%;
    padding: 0 20px;
  }
}
.mode-sp .nav_btns .btns_list {
  width: 100%;
  padding: 0 20px;
}
.nav_btns a {
  width: calc((100% - 30px) / 4);
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  background: white;
  border-radius: 50px;
  color: #363636;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  min-height: 58px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 667px) {
  .nav_btns a {
    width: calc((100% - 10px) / 2);
  }
}
.mode-sp .nav_btns a {
  width: calc((100% - 10px) / 2);
}
.nav_btns a:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
@media screen and (max-width: 667px) {
  .nav_btns a:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
}
.mode-sp .nav_btns a:not(:nth-of-type(4n)) {
  margin-right: 0;
}
@media screen and (max-width: 667px) {
  .nav_btns a:nth-of-type(odd) {
    margin-right: 10px;
  }
}
.mode-sp .nav_btns a:nth-of-type(odd) {
  margin-right: 10px;
}
.nav_btns a:nth-of-type(n+5) {
  margin-top: 20px;
}
@media screen and (max-width: 667px) {
  .nav_btns a:nth-of-type(n+5) {
    margin-top: 0;
  }
}
.mode-sp .nav_btns a:nth-of-type(n+5) {
  margin-top: 0;
}
@media screen and (max-width: 667px) {
  .nav_btns a:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.mode-sp .nav_btns a:nth-of-type(n + 3) {
  margin-top: 10px;
}
.nav_btns a:hover, .nav_btns a.active {
  background: #33B093;
  color: white;
}

.img_mv {
  width: 100%;
}

.img_account {
  width: 100%;
}
@media screen and (max-width: 667px) {
  .img_account {
    margin-bottom: 20px;
  }
}
.mode-sp .img_account {
  margin-bottom: 20px;
}

.img_service {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}
@media screen and (max-width: 667px) {
  .img_service {
    margin-top: 80px;
    margin-bottom: 80px;
    width: 100%;
  }
}
.mode-sp .img_service {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
}

.profile_text {
  display: none;
}
@media screen and (max-width: 667px) {
  .profile_text {
    display: block;
    border-left: 4px solid #33B093;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #33B093;
    line-height: 2;
  }
}
.mode-sp .profile_text {
  display: block;
  border-left: 4px solid #33B093;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #33B093;
  line-height: 2;
}

.section_entry {
  background: #F6F6F6;
}
.section_entry .inner {
  padding: 60px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section_entry .link_text {
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 40px;
}
.section_entry .entry_text {
  font-size: 14px;
  margin-bottom: 40px;
}
.section_entry .btn_entry {
  width: 300px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  background: #28bb99;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.section_entry .btn_entry:hover {
  opacity: 0.7;
}

.nav_recruit {
  background: #F6F6F6;
  padding: 0 0 60px;
}
.nav_recruit .inner {
  width: 800px;
}
@media screen and (max-width: 667px) {
  .nav_recruit .inner {
    width: 100%;
  }
}
.mode-sp .nav_recruit .inner {
  width: 100%;
}

.img_mission {
  width: 500px;
}
@media screen and (max-width: 667px) {
  .img_mission {
    width: 100%;
  }
}
.mode-sp .img_mission {
  width: 100%;
}

ol.philosophy {
  padding-left: 20px;
}
ol.philosophy > li {
  list-style-type: decimal;
}

p.philosophy-right {
  text-align: right;
}

.philosophy_table {
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-align: left;
  border-collapse: collapse;
  border: 2px solid #e6e6e6;
  border-radius: 8px;
}
.philosophy_table caption {
  text-align: left;
}
.philosophy_table th,
.philosophy_table td {
  border: 1px solid #e6e6e6;
  padding: 8px 20px;
}

.tablebg {
  background-color: #f6f6f6;
}

/********20230723.privacy.CSS******/
span.characters {
  letter-spacing: 9px;
}

.text {
  margin-bottom: 15px;
}

ol.privacy {
  word-break: break-all !important;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
}

.privacy li {
  list-style-type: decimal;
  margin-bottom: 8px;
}

ol.privacy2 {
  word-break: break-all !important;
  list-style-type: none;
  padding: 14px 0 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
}

.privacy2 li {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: -2em;
}

ol.privacy ol.privacy3 {
  word-break: break-all !important;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  letter-spacing: 0.1em;
}

ol.privacy3 li {
  list-style: disc;
  margin-bottom: 5px;
}/*# sourceMappingURL=under.css.map */