@charset "UTF-8";
/*
スニペットファイルを作成:
VS CodeでCtrl+Shift+Pを押して「Preferences: Configure User Snippets」を選択。
新しいスニペットを作成するか、既存のscss.jsonを編集。
*/
/*
*　Zen Kaku Gothic New
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*
*　その他のフォント
 */
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/*
*　display: flex;
*/
/*
*　&:last-child
*/
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #212228;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 380.9523809524%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 7.9365079365vw;
  }
}
@media screen and (min-width: 1260px), print {
  html {
    font-size: 625%;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-size: 0.15rem;
  letter-spacing: 0.002rem;
  line-height: 1.6;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#main {
  display: block;
}

/* link
   ========================================================================== */
a {
  color: #212228;
  text-decoration: none;
}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  a,
  button {
    transition: opacity 0.3s;
  }
}

@media screen and (min-width: 768px), print {
  a:hover,
  button:hover {
    opacity: 0.5;
  }
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* display
   ========================================================================== */
.-block {
  display: block;
}

.-spItem {
  display: none !important;
}

.-pcBlock {
  display: block;
}

.-spBr {
  display: none;
}

@media screen and (max-width: 767px) {
  .-spItem {
    display: block !important;
  }
  .-pcItem {
    display: none !important;
  }
  .-pcBlock {
    display: inline;
  }
  .-spBlock {
    display: block;
  }
  .-spBr {
    display: inline;
  }
  .-pcBr {
    display: none;
  }
}
/* margin
   ========================================================================== */
.-mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mt0 {
    margin-top: 0vw !important;
  }
}

.-mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mt5 {
    margin-top: 1.33vw !important;
  }
}

.-mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mt10 {
    margin-top: 2.67vw !important;
  }
}

.-mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mt15 {
    margin-top: 4vw !important;
  }
}

.-mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mt20 {
    margin-top: 5.33vw !important;
  }
}

.-mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mt25 {
    margin-top: 6.67vw !important;
  }
}

.-mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mt30 {
    margin-top: 8vw !important;
  }
}

.-mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .-mt35 {
    margin-top: 9.33vw !important;
  }
}

.-mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .-mt40 {
    margin-top: 10.67vw !important;
  }
}

.-mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .-mt45 {
    margin-top: 12vw !important;
  }
}

.-mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .-mt50 {
    margin-top: 13.33vw !important;
  }
}

.-mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .-mt55 {
    margin-top: 14.67vw !important;
  }
}

.-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .-mt60 {
    margin-top: 16vw !important;
  }
}

.-mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mb0 {
    margin-bottom: 0vw !important;
  }
}

.-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mb5 {
    margin-bottom: 1.33vw !important;
  }
}

.-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mb10 {
    margin-bottom: 2.67vw !important;
  }
}

.-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mb15 {
    margin-bottom: 4vw !important;
  }
}

.-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mb20 {
    margin-bottom: 5.33vw !important;
  }
}

.-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .-mb25 {
    margin-bottom: 6.67vw !important;
  }
}

.-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .-mb30 {
    margin-bottom: 8vw !important;
  }
}

.-mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .-mr0 {
    margin-right: 0vw !important;
  }
}

.-mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .-mr5 {
    margin-right: 1.33vw !important;
  }
}

.-mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .-mr10 {
    margin-right: 2.67vw !important;
  }
}

.-mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .-mr15 {
    margin-right: 4vw !important;
  }
}

.-mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .-mr20 {
    margin-right: 5.33vw !important;
  }
}

.-ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .-ml0 {
    margin-left: 0vw !important;
  }
}

.-ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .-ml5 {
    margin-left: 1.33vw !important;
  }
}

.-ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .-ml10 {
    margin-left: 2.67vw !important;
  }
}

.-ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .-ml15 {
    margin-left: 4vw !important;
  }
}

.-ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .-ml20 {
    margin-left: 5.33vw !important;
  }
}

/* padding
   ========================================================================== */
.-pt0 {
  padding-top: 0 !important;
}

.-pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .-pcPdg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .-spPdg {
    padding-left: 6.93vw;
    padding-right: 6.93vw;
  }
}
/* text-align
   ========================================================================== */
.-textRt {
  text-align: right !important;
}

.-textCtr,
table.-textCtr th,
table.-textCtr td,
table.-textCtr th {
  text-align: center !important;
}

.-textLt {
  text-align: left !important;
}

/* 角丸
   ========================================================================== */
/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
/* common */
body {
  min-width: 768px;
  padding-top: 0.91rem;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: 320px;
  }
}

#wrapper {
  overflow: hidden;
}

.contents__wrapper {
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  .contents__wrapper {
    padding-right: 0.26rem;
    padding-left: 0.26rem;
  }
}

.l-contents-inner {
  max-width: 12.6rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0.3rem;
}
@media screen and (max-width: 767px) {
  .l-contents-inner {
    max-width: inherit;
    padding: 0 0.26rem;
  }
}
.l-contents-inner.--lrg {
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .l-contents-inner.--lrg {
    max-width: inherit;
  }
}

/*
*　
*/
@media screen and (min-width: 768px), print {
  .l-contents-body {
    padding: 0.75rem 0 0rem;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-body {
    padding: 0.46rem 0 0rem;
  }
}

@media screen and (min-width: 768px), print {
  .l-section-wrapper {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-section-wrapper {
    margin-bottom: 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .l-secondary-section-wrapper {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-secondary-section-wrapper {
    margin-bottom: 0.6rem;
  }
}

@media screen and (min-width: 768px), print {
  .l-section-wrapper_2 {
    margin-bottom: 0.98rem;
  }
}
@media screen and (max-width: 767px) {
  .l-section-wrapper_2 {
    margin-bottom: 0.6rem;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

@media screen and (min-width: 768px), print {
  .narrow-wrapper {
    width: 8rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  .list-item {
    margin-top: 0.36rem;
    margin-left: 0.06rem;
  }
}
@media screen and (max-width: 767px) {
  .list-item {
    margin-top: 0.28rem;
    margin-left: 0.06rem;
  }
}
.list-item li {
  margin-bottom: 0.08rem;
  padding-left: 0.16rem;
  position: relative;
}
.list-item li::before {
  content: "";
  position: absolute;
  top: 0.095rem;
  left: 0;
  display: block;
  background: #00A27F;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .no-scroll .m-header .contents-wrapper {
    box-shadow: 0 0 0.07rem 0rem rgba(0, 0, 0, 0.1);
  }
}

.m-header {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .m-header {
    width: 100%;
    height: 0.91rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  .m-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: white;
  }
}
@media screen and (max-width: 767px) {
  .m-header .contents-wrapper {
    padding: 0 0.2rem;
    height: 0.7rem;
    transition: 0.3s ease-out;
    box-shadow: 0 0 0rem 0rem white;
  }
  .m-header .contents-wrapper.header-shrink {
    height: 0.45rem;
    box-shadow: 0 0 0.07rem 0rem rgba(0, 0, 0, 0.1);
  }
  .m-header .contents-wrapper.header-shrink .nav-wrapper {
    top: 0.45rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .m-header .logo-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .logo-wrapper .logo {
    width: 2.03rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header .logo-wrapper .logo {
    width: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header .nav-wrapper {
    display: none;
    z-index: 99;
    position: fixed;
    top: 0.7rem;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00A27F;
    transition: top 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .m-header .nav-wrapper .nav-inner {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .nav-wrapper .nav-list {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0.43rem;
    transform: translateY(-50%);
  }
  .m-header .nav-wrapper .nav-list .-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-header .nav-wrapper .nav-list {
    padding: 0.31rem 0.3rem;
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  .m-header .nav-wrapper .nav-list li {
    border-bottom: 0.01rem solid #5DAF9D;
  }
}
.m-header .nav-wrapper .nav-list li a {
  display: block;
}
@media screen and (min-width: 768px), print {
  .m-header .nav-wrapper .nav-list li a {
    padding: 0.06rem 0.15rem;
    text-decoration: underline;
    text-decoration-thickness: 0.015rem;
    text-decoration-color: transparent;
    text-underline-offset: 0.08rem;
    transition: 0.3s;
  }
  .m-header .nav-wrapper .nav-list li a:hover {
    opacity: 1;
    text-decoration-color: #00A27F;
  }
}
@media screen and (max-width: 767px) {
  .m-header .nav-wrapper .nav-list li a {
    padding: 0.23rem 0rem;
    color: white;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .nav-wrapper .contact-link-wrapper {
    margin-left: 0.15rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-header .nav-wrapper .contact-link-wrapper {
    margin: 0.07rem 0.3rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .m-header .nav-wrapper .contact-link {
    writing-mode: vertical-rl;
    background: url(../img/common/icon__mail.svg) no-repeat;
    background-position: 50% 0.2rem;
    background-size: 0.16rem auto;
    background-color: #00A27F;
    padding: 0.5rem 0.08rem 0.3rem;
    border-radius: 0 0 0 0.2rem;
    color: white;
    font-size: 0.14rem;
    letter-spacing: 0.03rem;
    width: 0.384rem;
    height: 1.82rem;
    transition: background-color 0.3s;
  }
  .m-header .nav-wrapper .contact-link:hover {
    opacity: 1;
    background-color: #00B38C;
  }
}
@media screen and (min-width: 768px), print {
  .m-header #sp-menu-button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-header #sp-menu-button {
    position: absolute;
    right: 0.18rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
  }
}
.m-header #sp-menu-button #sp-menu-icon {
  width: 0.34rem;
  height: auto;
}

.m-footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  background-color: #1D2523;
  color: white;
}
@media screen and (min-width: 768px), print {
  .m-footer {
    padding: 0.75rem 0 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer {
    padding: 0.66rem 0 0.28rem;
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  .m-footer #page-top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-footer #page-top {
    display: block;
    padding: 0.1rem;
    position: absolute;
    right: 0.09rem;
    top: -0.5rem;
  }
  .m-footer #page-top img {
    width: 0.2rem;
  }
}
.m-footer a {
  display: inline-block;
  color: white;
}
.m-footer p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .m-footer .contents-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.m-footer .info .logo-wrapper {
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .m-footer .info .logo-wrapper .logo {
    width: 1.45rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .info .logo-wrapper .logo {
    width: 1.3rem;
  }
}
.m-footer .info .address {
  font-size: 0.14rem;
}
@media screen and (min-width: 768px), print {
  .m-footer .info .address {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .info .address {
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-footer .nav .nav-list {
    display: flex;
    margin-right: -0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .nav .nav-list {
    margin-top: 0.48rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-footer .nav .nav-list li {
    margin-left: 0.2rem;
  }
  .m-footer .nav .nav-list li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .nav .nav-list li {
    margin-bottom: 0.02rem;
  }
  .m-footer .nav .nav-list li:last-child {
    margin-bottom: 0;
  }
}
.m-footer .nav .nav-list li a {
  font-size: 0.15rem;
}
@media screen and (min-width: 768px), print {
  .m-footer .nav .nav-list li a {
    padding: 0.1rem 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .nav .nav-list li a {
    display: block;
    padding: 0.04rem 0;
  }
}
@media screen and (min-width: 768px), print {
  .m-footer .nav .sub-nav-list {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.05rem;
  }
}
@media screen and (max-width: 767px) {
  .m-footer .nav .sub-nav-list {
    margin-top: 0.24rem;
  }
}
.m-footer .nav .sub-nav-list a {
  font-size: 0.13rem;
}
@media screen and (max-width: 767px) {
  .m-footer .nav .sub-nav-list a {
    display: block;
    padding: 0.04rem 0;
  }
}
.m-footer .copyright {
  font-size: 0.13rem;
  color: #787878;
  text-align: right;
  margin-top: 0.35rem;
}
@media screen and (max-width: 767px) {
  .m-footer .copyright {
    margin-top: 0.43rem;
  }
}

.footer-contact-link {
  background-color: #F5F5F5;
  text-align: center;
  padding: 0.65rem 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-link {
    padding: 0.45rem 0 0.57rem;
  }
}
.footer-contact-link .title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02rem;
  font-size: 0.3rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-link .title {
    font-size: 0.22rem;
  }
}
.footer-contact-link .lead {
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-link .lead {
    margin-top: 0.16rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
}
.footer-contact-link .link {
  margin-top: 0.35rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-link .link {
    margin-top: 0.18rem;
  }
}

/* ==========================================================================
   04. Parts
   ========================================================================== */
.large-img-btn {
  display: block;
  width: 5.85rem;
  height: 2.8rem;
  background: no-repeat center;
  background-size: cover;
  border-radius: 0.15rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .large-img-btn {
    width: 3.3rem;
    height: 1.54rem;
    border-radius: 0.1rem;
  }
}
.large-img-btn::before, .large-img-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat;
  background-size: cover;
}
.large-img-btn .title {
  position: relative;
  z-index: 1;
  font-size: 0.28rem;
  letter-spacing: 0.03rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  position: absolute;
  bottom: 0.34rem;
  left: 0.4rem;
  color: white;
}
@media screen and (max-width: 767px) {
  .large-img-btn .title {
    font-size: 0.18rem;
    bottom: 0.22rem;
    left: 0.24rem;
    letter-spacing: 0.004rem;
  }
}
.large-img-btn .arrow-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0.26rem;
  right: 0.32rem;
}
@media screen and (min-width: 768px), print {
  .large-img-btn .arrow-icon {
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .large-img-btn .arrow-icon {
    width: 0.34rem;
    height: 0.34rem;
    border-width: 0.01rem;
    right: 0.2rem;
    bottom: 0.2rem;
  }
}
.large-img-btn .arrow-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.07rem;
  height: auto;
  stroke: #000;
  transition: stroke 0.3s;
}
@media screen and (max-width: 767px) {
  .large-img-btn .arrow-icon svg {
    width: 0.05rem;
    top: 50%;
    left: 52%;
  }
}
.large-img-btn.-new-graduates::before {
  background-image: url(../img/recruit/common/link-bg_new-graduates_hover.jpg);
}
.large-img-btn.-new-graduates::after {
  background-image: url(../img/recruit/common/link-bg_new-graduates.jpg);
}
@media screen and (max-width: 767px) {
  .large-img-btn.-new-graduates::after {
    background-image: url(../img/recruit/common/link-bg_new-graduates.jpg);
  }
}
.large-img-btn.-new-graduates .arrow-icon {
  border: 0.01rem solid #00A27F;
  background-color: #00A27F;
}
.large-img-btn.-new-graduates .arrow-icon svg {
  stroke: white;
}
@media screen and (min-width: 768px), print {
  .large-img-btn.-new-graduates:hover .arrow-icon {
    background-color: #00B38C;
    border-color: #00B38C;
  }
}
.large-img-btn.-career::before {
  background-image: url(../img/recruit/common/link-bg_career_hover.jpg);
}
.large-img-btn.-career::after {
  background-image: url(../img/recruit/common/link-bg_career.jpg);
}
@media screen and (max-width: 767px) {
  .large-img-btn.-career::after {
    background-image: url(../img/recruit/common/link-bg_career.jpg);
  }
}
.large-img-btn.-career .arrow-icon {
  border: 0.01rem solid #FFE15A;
  background-color: #FFE15A;
}
@media screen and (max-width: 767px) {
  .large-img-btn.-career .arrow-icon {
    border: 0.01rem solid #FFE15A;
    background-color: #FFE15A;
  }
}
@media screen and (min-width: 768px), print {
  .large-img-btn.-career:hover .arrow-icon {
    background-color: #FFE678;
    border-color: #FFE678;
  }
}
@media screen and (min-width: 768px), print {
  .large-img-btn::after {
    transition: 0.5s opacity;
  }
  .large-img-btn:hover {
    opacity: 1;
  }
  .large-img-btn:hover::after {
    opacity: 0;
  }
  .large-img-btn:hover .arrow-icon {
    right: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .sp-contact-link {
    display: block;
    background: url(../img/common/arrow-green.svg) no-repeat;
    background-position: calc(100% - 0.2rem) 50%;
    background-size: 0.06rem auto;
    background-color: white;
    color: #00A27F;
    text-align: center;
    height: 0.58rem;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.c-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  background-color: #00A27F;
  width: 4.3rem;
  height: 0.7rem;
  font-size: 0.2rem;
  letter-spacing: 0.02rem;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 0.16rem;
    width: 2.8rem;
    height: 0.6rem;
    letter-spacing: 0.01rem;
  }
}
.c-btn .arrow-icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn .arrow-icon {
    right: 0.2rem;
  }
}
.c-btn .arrow-icon svg {
  stroke: white;
  width: 0.07rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-btn .arrow-icon svg {
    width: 0.07rem;
  }
}
@media screen and (min-width: 768px), print {
  .c-btn {
    transition: background-color 0.5s;
  }
  .c-btn:hover {
    background-color: #00B38C;
    opacity: 1;
  }
}
.c-btn.-color-yellow {
  background-color: #FFE15A;
  color: #212228;
}
@media screen and (min-width: 768px), print {
  .c-btn.-color-yellow:hover {
    background-color: #FFE678;
  }
}
.c-btn.-color-yellow .arrow-icon svg {
  stroke: #212228;
}
@media screen and (min-width: 768px), print {
  .c-btn.-recruit-entry {
    width: 7rem;
    height: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn.-recruit-entry {
    width: 100%;
    height: 0.6rem;
  }
}

.c-btn-outer-d-i {
  display: inline-block;
}

.c-btn-more {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: inline-block;
}
@media screen and (min-width: 768px), print {
  .c-btn-more {
    position: relative;
    top: -0.15rem;
  }
}
.c-btn-more .text {
  letter-spacing: 0.015rem;
  text-decoration: underline;
  text-decoration-thickness: 0.015rem;
  text-decoration-color: transparent;
  text-underline-offset: 0.08rem;
  vertical-align: 0.25rem;
  margin-right: 0.15rem;
  transition: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-btn-more .text {
    font-size: 0.17rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-more .text {
    text-decoration-thickness: 0.01rem;
    vertical-align: 0.2rem;
    margin-right: 0.04rem;
  }
}
.c-btn-more .arrow-icon {
  display: inline-block;
  border: 0.01rem solid #212228;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn-more .arrow-icon {
    width: 0.5rem;
    height: 0.5rem;
    border-width: 0.01rem;
  }
}
.c-btn-more .arrow-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.07rem;
  height: auto;
  stroke: #000;
  transition: stroke 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-btn-more:hover {
    opacity: 1;
  }
}
.c-btn-more.green .arrow-icon {
  background-color: #00A27F;
  border-color: #00A27F;
}
.c-btn-more.green .arrow-icon svg {
  stroke: white;
}
@media screen and (min-width: 768px), print {
  .c-btn-more.green:hover .text {
    text-decoration-color: #00A27F;
  }
  .c-btn-more.green:hover .arrow-icon {
    background-color: #00B38C;
  }
  .c-btn-more.green:hover .arrow-icon svg {
    stroke: white;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-more.green .text {
    text-decoration-color: #00A27F;
  }
}
.c-btn-more.white {
  color: white;
}
.c-btn-more.white .arrow-icon {
  background-color: transparent;
  border-color: white;
}
.c-btn-more.white .arrow-icon svg {
  stroke: white;
}
@media screen and (min-width: 768px), print {
  .c-btn-more.white:hover .text {
    text-decoration-color: white;
  }
  .c-btn-more.white:hover .arrow-icon {
    background-color: white;
  }
  .c-btn-more.white:hover .arrow-icon svg {
    stroke: #00A27F;
  }
}
@media screen and (max-width: 767px) {
  .c-btn-more.white .text {
    text-decoration-color: white;
  }
}

.img-btn {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .img-btn {
    border-radius: 0.2rem;
    overflow: hidden;
    height: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .img-btn {
    margin: 0 0.03rem;
  }
}
.img-btn::before, .img-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .img-btn::before, .img-btn::after {
    border-radius: 0.3rem;
  }
}
.img-btn::before {
  background-image: url(../img/common/btn-recruit/bg-hover.jpg);
}
.img-btn::after {
  background-image: url(../img/common/btn-recruit/bg.jpg);
}
@media screen and (max-width: 767px) {
  .img-btn::after {
    background-image: url(../img/common/btn-recruit/bg-sp.jpg);
  }
}
.img-btn .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding: 0 0.66rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .img-btn .btn-wrap {
    padding: 0 0.18rem 0.3rem;
    position: relative;
  }
}
@media screen and (min-width: 768px), print {
  .img-btn::after {
    transition: 0.5s opacity;
  }
  .img-btn:hover {
    opacity: 1;
  }
  .img-btn:hover::after {
    opacity: 0;
  }
  .img-btn:hover .arrow-icon {
    right: 0.3rem;
    background-color: #FFE678;
    border-color: #FFE678;
  }
}
.img-btn .title-en {
  font-size: 0.44rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .img-btn .title-en {
    margin-top: -0.23rem;
    font-size: 0.34rem;
    letter-spacing: 0.024rem;
    line-height: 1.3;
  }
}
.img-btn .title-jp {
  font-size: 0.18rem;
  letter-spacing: 0.02rem;
  margin-top: 0.13rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .img-btn .title-jp {
    margin-top: 0.03rem;
    font-size: 0.16rem;
    letter-spacing: 0.004rem;
  }
}
.img-btn .lead {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .img-btn .lead {
    margin-top: 0.18rem;
    margin-right: 0.37rem;
    margin-left: -0.05rem;
    font-size: 0.135rem;
    letter-spacing: -0.005rem;
    text-align: justify;
  }
}
.img-btn .lead span {
  background-color: white;
  line-height: 3;
  padding: 0.07rem 0.12rem;
}
@media screen and (max-width: 767px) {
  .img-btn .lead span {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1.95;
    padding: 0.017rem 0.07rem;
  }
}
.img-btn .arrow-icon {
  display: inline-block;
  border: 0.01rem solid #FFE678;
  background-color: #FFE678;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 0.52rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px), print {
  .img-btn .arrow-icon {
    transition: 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .img-btn .arrow-icon {
    width: 0.5rem;
    height: 0.5rem;
    border-width: 0.01rem;
    right: -0.09rem;
    border: 0.01rem solid #FFE15A;
    background-color: #FFE15A;
  }
}
.img-btn .arrow-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.07rem;
  height: auto;
  stroke: #000;
  transition: stroke 0.3s;
}
/*
*　ページタイトル
*/
.m-page-title {
  background: no-repeat center;
  background-size: cover;
  margin: 0 auto;
  max-width: 13.2rem;
  border-radius: 0.3rem;
  height: 3.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .m-page-title {
    margin: 0 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .m-page-title {
    margin: 0 0.2rem;
    border-radius: 0.2rem;
    height: 1.8rem;
  }
}
.m-page-title .l-contents-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.m-page-title .title {
  font-size: 0.4rem;
  background: url(../img/common/title-bg_green.svg) no-repeat;
  background-size: 0.22rem auto;
  padding: 0.1rem 0 0 0.4rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .m-page-title .title {
    font-size: 0.22rem;
    padding: 0.04rem 0 0 0.27rem;
    background-size: 0.2rem auto;
    letter-spacing: 0.008rem;
  }
}
.m-page-title.-about {
  background-image: url(../img/about/page-header.jpg);
}
@media screen and (max-width: 767px) {
  .m-page-title.-about {
    background-image: url(../img/about/page-header_sp.jpg);
  }
}
.m-page-title.-works {
  background-image: url(../img/works/page-header.jpg);
}
@media screen and (max-width: 767px) {
  .m-page-title.-works {
    background-image: url(../img/works/page-header_sp.jpg);
  }
}
.m-page-title.-contact {
  background-color: #F6F6F6;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .m-page-title.-contact {
    margin-bottom: -0.15rem;
  }
}

.m-page-title_02 {
  background: no-repeat center;
  background-size: cover;
  margin: 0 auto;
  max-width: 13.2rem;
  border-radius: 1.2rem 0 0 0;
  height: 4.9rem;
  display: flex;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .m-page-title_02 {
    margin: 0 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .m-page-title_02 {
    margin: 0 0.2rem;
    border-radius: 0.6rem 0 0 0;
    height: 4.45rem;
  }
}
.m-page-title_02 .l-contents-inner {
  width: 100%;
}
.m-page-title_02 .title {
  font-size: 0.4rem;
  background: url(../img/common/title-bg_green.svg) no-repeat;
  background-size: 0.22rem auto;
  padding: 0rem 0 0 0.4rem;
  margin-top: 1.26rem;
  letter-spacing: 0.035rem;
}
@media screen and (max-width: 767px) {
  .m-page-title_02 .title {
    font-size: 0.22rem;
    padding: 0.11rem 0 0 0.28rem;
    background-size: 0.19rem auto;
    letter-spacing: 0.015rem;
    margin-top: 0.68rem;
    margin-left: -0.07rem;
  }
}
.m-page-title_02 .copy {
  margin-top: 1.25rem;
  font-size: 0.22rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.012rem;
}
@media screen and (max-width: 767px) {
  .m-page-title_02 .copy {
    font-size: 0.17rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    letter-spacing: 0rem;
    margin-top: 0.88rem;
    line-height: 1.5;
  }
}
.m-page-title_02 .lead {
  margin-top: 0.25rem;
  letter-spacing: 0.008rem;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .m-page-title_02 .lead {
    margin-top: -0.08rem;
    line-height: 1.55;
    letter-spacing: 0.008rem;
    font-size: 0.15rem;
  }
}
.m-page-title_02.-recruit {
  background-image: url(../img/recruit/top/bg.jpg?v2);
}
@media screen and (max-width: 767px) {
  .m-page-title_02.-recruit {
    background-image: url(../img/recruit/top/bg-sp.jpg?v2);
  }
}

.m-page-title_03 {
  text-align: center;
  height: 2.8rem;
  font-size: 0.34rem;
  letter-spacing: 0.03rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 13.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  border-radius: 0.9rem 0 0.9rem 0;
}
@media (max-width: 1350px) and (min-width: 768px) {
  .m-page-title_03 {
    margin: 0 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .m-page-title_03 {
    margin: 0 0.2rem;
    font-size: 0.22rem;
    height: 1.8rem;
    border-radius: 0.6rem 0 0.6rem 0;
  }
}
.m-page-title_03.-new-graduates {
  background-color: #EFF8FF;
}
.m-page-title_03.-career {
  background-color: #FFFBEB;
}

/*
*　セクションタイトル
*/
.title-1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.3rem;
  letter-spacing: 0.022rem;
  background: url(../img/common/title-bg_green.svg) no-repeat;
  background-size: 0.22rem auto;
  padding: 0.05rem 0 0 0.4rem;
  margin-top: -0.1rem;
}
@media screen and (max-width: 767px) {
  .title-1 {
    letter-spacing: 0.012rem;
    font-size: 0.24rem;
    padding: 0.09rem 0 0 0.3rem;
    margin-top: 0rem;
  }
}
.title-1.white {
  color: white;
  background-image: url(../img/common/title-bg_white.svg);
}

.c-section-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.c-section-title .en {
  color: #00A27F;
  font-size: 0.34rem;
  display: block;
  letter-spacing: 0.035rem;
}
@media screen and (max-width: 767px) {
  .c-section-title .en {
    font-size: 0.22rem;
    letter-spacing: 0.013rem;
  }
}
.c-section-title .jp {
  font-size: 0.18rem;
  letter-spacing: 0.018rem;
}
@media screen and (max-width: 767px) {
  .c-section-title .jp {
    font-size: 0.16rem;
    letter-spacing: 0.006rem;
  }
}
.c-section-title.-style2 {
  text-align: center;
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.-style2 {
    padding-bottom: 0.35rem;
  }
}
.c-section-title.-style2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.02rem;
  height: 0.3rem;
  background-color: #00A27F;
}
@media screen and (max-width: 767px) {
  .c-section-title.-style2::after {
    height: 0.2rem;
  }
}
.c-section-title.-color-yellow .en {
  color: #EFCC00;
}
.c-section-title.-color-yellow::after {
  background-color: #EFCC00;
}

.c-section-title-secondary {
  line-height: 1.3;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .c-section-title-secondary {
    font-size: 0.26rem;
    letter-spacing: 0.02rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.25rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title-secondary {
    font-size: 0.18rem;
    letter-spacing: 0.007rem;
    padding-bottom: 0.12rem;
    margin-bottom: 0.23rem;
    margin-top: 0.4rem;
  }
}
.c-section-title-secondary.--style2 {
  margin-bottom: 0.02rem;
}
@media screen and (max-width: 767px) {
  .c-section-title-secondary.--style2 {
    margin-bottom: -0.03rem;
  }
}
.c-section-title-secondary.--style2 .b {
  display: inline-block;
  margin-left: -0.12rem;
}
.c-section-title-secondary.--style2::before {
  content: "";
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  background-color: black;
  border-radius: 100%;
  margin-right: 0.15rem;
}
.c-section-title-secondary.--style2::after {
  display: none;
}
.c-section-title-secondary.--style2.--color1::before {
  background: linear-gradient(90deg, rgb(0, 133, 201) 0%, rgb(145, 230, 176) 100%);
}
.c-section-title-secondary.--style2.--color2::before {
  background: linear-gradient(90deg, #E0E74F 0%, #64C8AF 100%);
}
@media screen and (min-width: 768px), print {
  .c-section-title-secondary.--sp-small:first-child {
    margin-top: 0.32rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title-secondary.--sp-small {
    font-size: 0.18rem;
    padding-bottom: 0.1rem;
  }
}
.c-section-title-secondary:first-child {
  margin-top: 0;
}
.c-section-title-secondary::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00A27F;
}
@media screen and (max-width: 767px) {
  .c-section-title-secondary::after {
    height: 0.01rem;
  }
}
.c-section-title-secondary.-color-yellow::after {
  background: #EFCC00;
}
.c-section-title-secondary .note {
  font-size: 0.12rem;
}
@media screen and (min-width: 768px), print {
  .c-section-title-secondary .note {
    vertical-align: 0.03rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title-secondary .note {
    vertical-align: 0.02rem;
  }
}

/* アニメーション*/
.set-anim {
  opacity: 0;
  will-change: transform, transition;
}

.slider img {
  width: 100%;
  height: auto;
}

@keyframes zoomUp {
  0% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1.11);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-thumb {
  padding: 0 12.6vw; /* ちら見せ空間 */
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .swiper-thumb {
    padding: 0;
  }
}

.swiper-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.15rem;
}
@media screen and (max-width: 767px) {
  .swiper-thumb img {
    border-radius: 0.12rem;
  }
}

/* スライダーパーツ */
.slick-dots .slick-active button::before {
  opacity: 1 !important;
}

/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    pointer-events: none;
    text-decoration: none;
  }
}
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%;
}

img.img-ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

img.img-ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/*@import "_parts/_box";
@import "_parts/_form";
@import "_parts/_icon";
@import "_parts/_list";
@import "_parts/_pagination";
@import "_parts/_table";
@import "_parts/_topicpath";
*/
/* ==========================================================================
   05. pages
   ========================================================================== */
/*
*　共通パーツ
*/
@media screen and (min-width: 768px), print {
  p {
    margin-bottom: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  p.--large {
    font-size: 0.18rem;
  }
}
.c-signature {
  text-align: right;
  font-size: 0.13rem;
}
table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  table {
    font-size: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  table .t-header {
    width: 1.91rem;
  }
}
@media screen and (max-width: 767px) {
  table .t-header {
    width: 0.82rem;
  }
}
@media screen and (min-width: 768px), print {
  table .t-content {
    width: clac(100%-1.91rem);
  }
}
@media screen and (max-width: 767px) {
  table .t-content {
    width: clac(100%-0.82rem);
  }
}
table tr {
  border-bottom: 0.01rem solid #C7D7DF;
}
table tr:last-child {
  border: 0;
}
table th, table td {
  vertical-align: middle;
  text-align: left;
  font-weight: inherit;
}
table th {
  background-color: #F0F7FB;
  padding: 0.14rem 0.15rem;
}
table th span {
  font-size: 0.12rem;
}
@media screen and (max-width: 767px) {
  table th span {
    font-feature-settings: "palt";
    letter-spacing: 0rem;
    margin-left: -0.07rem;
    display: inline-block;
    position: relative;
    top: -0.04rem;
  }
}
@media screen and (max-width: 767px) {
  table th {
    padding: 0.15rem 0rem 0.15rem 0.12rem;
  }
}
table td {
  padding: 0.14rem 0rem;
}
@media screen and (max-width: 767px) {
  table td {
    padding: 0.15rem 0.05rem;
  }
}

.c-normal-list {
  padding-left: 0.15rem;
}
.c-normal-list li {
  text-indent: -0.15rem;
  margin-bottom: 0.06rem;
}
.c-normal-list li:last-child {
  margin-bottom: 0;
}
.c-normal-list li::before {
  content: "・";
}
@media screen and (min-width: 768px), print {
  .c-normal-list li.mt {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-normal-list li.mt {
    margin: 0.26rem 0 0.3rem;
  }
}
.c-normal-list li .item-detail {
  margin-top: 0.12rem;
  margin-left: 0.06rem;
  font-size: 0.14rem;
}
.c-normal-list li .item-detail:first-child {
  margin-top: 0.1rem;
}
.c-normal-list li .item-detail * {
  text-indent: 0;
}
.c-normal-list li .item-detail p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-normal-list li .item-detail {
    line-height: 1.7;
    padding-left: 0.01rem;
  }
}
.c-normal-list li .item-detail .title {
  border-bottom: 0.01rem dotted #d1d1d1;
  padding-bottom: 0.05rem;
}
.c-normal-list li .item-detail .content {
  margin-top: 0.05rem;
  margin-left: 0.15rem;
}
@media screen and (min-width: 768px), print {
  .m-list-wrapper-layout_01 {
    display: flex;
    margin-top: 0.28rem;
  }
  .m-list-wrapper-layout_01 > div {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .m-list-wrapper-layout_01 {
    margin-top: 0rem;
  }
  .m-list-wrapper-layout_01 > div {
    margin-bottom: 0.25rem;
  }
  .m-list-wrapper-layout_01 > div:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .m-data-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px), print {
  .m-data-list dt, .m-data-list dd {
    margin-bottom: 0.15rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-data-list dt {
    width: 1rem;
    background: linear-gradient(90deg, rgb(14, 137, 192) 0%, rgb(33, 34, 41) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .m-data-list dt {
    background: linear-gradient(90deg, rgb(14, 137, 192) 0%, rgb(33, 34, 41) 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-data-list dd {
    width: calc(100% - 1rem);
  }
}
@media screen and (max-width: 767px) {
  .m-data-list dd {
    margin-bottom: 0.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .m-list {
    margin-top: 0.3rem;
  }
}
.m-list li {
  margin-bottom: 0.08rem;
  padding-left: 0.2rem;
  position: relative;
}
.m-list li::before {
  content: "";
  position: absolute;
  top: 0.08rem;
  left: 0;
  display: block;
  background: linear-gradient(90deg, rgb(14, 137, 192) 0%, rgb(33, 34, 41) 100%);
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 1rem;
}
.m-google-map-wrapper {
  margin: 0.3rem 0 0.2rem;
}
.m-google-map-wrapper iframe {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .m-google-map-wrapper iframe {
    height: 3.8rem;
  }
}
@media screen and (max-width: 767px) {
  .m-google-map-wrapper iframe {
    height: 2rem;
  }
}

@media screen and (min-width: 768px), print {
  .m-img-process-flow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .m-img-process-flow {
    text-align: center;
  }
}
@media screen and (min-width: 768px), print {
  .m-img-process-flow .img {
    width: 2.6rem;
  }
}
.m-img-process-flow p {
  font-size: 0.13rem;
  margin-top: 0.08rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .m-img-process-flow p {
    margin-bottom: -0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .m-img-process-flow p {
    margin-top: 0.06rem;
    margin-bottom: 0;
    font-size: 0.14rem;
  }
}
.m-img-process-flow .arrow {
  width: 0.12rem;
}
@media screen and (max-width: 767px) {
  .m-img-process-flow .arrow {
    width: 0.14rem;
    display: inline-block;
    margin: 0.15rem 0 0.2rem;
    transform: rotate(90deg);
  }
}

.m-img-layout_01 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .m-img-layout_01 {
    flex-wrap: wrap;
    margin-top: -0.01rem;
  }
}
.m-img-layout_01 .img.outline {
  border: 0.01rem solid #ECECEC;
}
@media screen and (min-width: 768px), print {
  .m-img-layout_01 .img:nth-child(1) {
    width: 5.9rem;
  }
}
@media screen and (max-width: 767px) {
  .m-img-layout_01 .img:nth-child(1) {
    display: block;
    margin-bottom: 0.1rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-img-layout_01 .img:nth-child(2) {
    width: 2.85rem;
  }
}
@media screen and (max-width: 767px) {
  .m-img-layout_01 .img:nth-child(2) {
    width: calc(50% - 0.05rem);
  }
}
@media screen and (min-width: 768px), print {
  .m-img-layout_01 .img:nth-child(3) {
    width: 2.85rem;
  }
}
@media screen and (max-width: 767px) {
  .m-img-layout_01 .img:nth-child(3) {
    width: calc(50% - 0.05rem);
  }
}

.m-img-layout_02 {
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .m-img-layout_02 {
    flex-wrap: wrap;
    margin-bottom: -0.1rem;
    margin-top: 0.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-img-layout_02 img {
    width: 2.85rem;
  }
}
@media screen and (max-width: 767px) {
  .m-img-layout_02 img {
    width: calc(50% - 0.05rem);
    margin-bottom: 0.1rem;
  }
}

.m-main-visual {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .m-main-visual::after {
    content: "";
    display: block;
    width: 0.02rem;
    height: 1rem;
    background-color: #00A27F;
    position: absolute;
    bottom: -0.68rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (min-width: 768px), print {
  .m-main-visual {
    margin: 0 0.52rem 1.1rem;
    opacity: 0;
    transform: translate(0.2rem, 0);
    animation: fadeInMainVisual 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s forwards;
  }
}
@media screen and (max-width: 767px) {
  .m-main-visual {
    margin-bottom: 0.46rem;
    opacity: 0;
    animation: fadeInMainVisual 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s forwards;
  }
}
@keyframes fadeInMainVisual {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.m-main-visual .copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.48rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .m-main-visual .copy {
    right: 0.25rem;
    top: calc(50% + 0.07rem);
  }
}
.m-main-visual .copy img {
  width: 5.7vw;
}
@media screen and (max-width: 767px) {
  .m-main-visual .copy img {
    width: 0.68rem;
  }
}
.m-main-visual .swiper {
  border-radius: 0 0.8rem 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .m-main-visual .swiper {
    border-radius: 0 0.6rem 0 0.6rem;
  }
}

.m-top-content {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .m-top-content {
    margin-bottom: 0.6rem;
  }
}
.m-top-content .item {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .m-top-content .item {
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-top-content .item .item-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .m-top-content .item .title-wrapper {
    flex-shrink: 0;
    width: 2.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .m-top-content .item .content {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .m-top-content .item .content {
    margin-top: 0.14rem;
  }
}
.m-top-content .item .content .lead {
  line-height: 1.78;
}
@media screen and (max-width: 767px) {
  .m-top-content .item .content .lead {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    line-height: 1.62;
    text-align: justify;
  }
}
@media screen and (min-width: 768px), print {
  .m-top-content .item .btn-wrapper {
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .m-top-content .item .btn-wrapper {
    text-align: right;
    margin-top: 0rem;
  }
}
.m-top-content .top_our-services {
  background-color: #00A27F;
  color: white;
  padding: 1.02rem 0 0.7rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .m-top-content .top_our-services {
    padding: 0.49rem 0 0.58rem;
    margin-bottom: 0.7rem;
  }
}
.m-top-content .top_our-services .swiper-thumb {
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px), print {
  .message {
    margin-top: -0.05rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: -0.18rem;
    margin-bottom: 0.7rem;
  }
}
@media screen and (min-width: 768px), print {
  .message .flex-pc {
    display: flex;
  }
}
@media screen and (min-width: 768px), print {
  .message .flex-pc > div:nth-child(1) {
    flex-grow: 1;
  }
  .message .flex-pc > div:nth-child(2) {
    flex-shrink: 0;
    width: 5rem;
    margin-left: 0.7rem;
  }
}
.message .flex-pc .lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  margin-top: 0.4rem;
  line-height: 1.75;
  letter-spacing: 0.006rem;
}
@media screen and (max-width: 767px) {
  .message .flex-pc .lead {
    margin-top: 0.15rem;
    letter-spacing: 0rem;
    line-height: 1.55;
  }
}
@media screen and (max-width: 767px) {
  .message .flex-pc .lead p {
    margin-bottom: 0.1rem;
  }
  .message .flex-pc .lead p:first-child {
    margin-top: 0.3rem;
  }
  .message .flex-pc .lead p:last-child {
    margin-bottom: 0.3rem;
  }
}
.message .flex-pc .img {
  border-radius: 0.5rem 0 0 0;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .message .flex-pc .img {
    border-radius: 0.38rem 0 0 0;
    margin-top: 0rem;
  }
}

.company dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.38rem;
}
@media screen and (max-width: 767px) {
  .company dl {
    margin-top: 0.25rem;
  }
}
.company dl dt, .company dl dd {
  border: solid #D0E5E1;
  border-width: 0.01rem 0;
  margin-top: -0.01rem;
  padding: 0.24rem 0;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .company dl dt, .company dl dd {
    padding: 0.22rem 0;
  }
}
.company dl dt {
  width: 1.85rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company dl dt {
    width: 0.88rem;
  }
}
.company dl dd {
  width: calc(100% - 1.85rem);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .company dl dd {
    width: calc(100% - 0.88rem);
  }
}

@media screen and (max-width: 767px) {
  .history {
    margin-top: -0.05rem;
  }
}
.history .flex-pc {
  margin-top: 0.38rem;
}
@media screen and (min-width: 768px), print {
  .history .flex-pc {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .history .flex-pc {
    margin-top: 0.28rem;
  }
}
@media screen and (min-width: 768px), print {
  .history .flex-pc > div:nth-child(1) {
    flex-grow: 1;
  }
  .history .flex-pc > div:nth-child(2) {
    flex-shrink: 0;
    width: 7.25rem;
  }
}
.history .flex-pc dl {
  padding-left: 0.3rem;
  overflow: hidden;
  letter-spacing: 0.006rem;
}
@media screen and (max-width: 767px) {
  .history .flex-pc dl {
    letter-spacing: 0rem;
  }
}
.history .flex-pc dl dt {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.history .flex-pc dl dt::before {
  content: "";
  display: block;
  width: 0.01rem;
  height: 100vw;
  position: absolute;
  top: 0.1rem;
  left: -0.27rem;
  background-color: #D0E5E1;
}
@media screen and (max-width: 767px) {
  .history .flex-pc dl dt::before {
    left: -0.243rem;
  }
}
.history .flex-pc dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 52%;
  left: -0.32rem;
  transform: translateY(-50%);
  width: 0.07rem;
  height: 0.07rem;
  background-color: #00A27F;
  border-radius: 100%;
  border: 0.02rem solid white;
}
@media screen and (max-width: 767px) {
  .history .flex-pc dl dt::after {
    left: -0.29rem;
  }
}
.history .flex-pc dl dt:last-of-type::before {
  background-color: white;
}
.history .flex-pc dl dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  margin-top: 0.09rem;
  margin-bottom: 0.2rem;
}
.history .flex-pc .img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.1rem;
}
@media screen and (max-width: 767px) {
  .history .flex-pc .img {
    margin-top: 0.06rem;
  }
}
.history .flex-pc .img img {
  flex-shrink: 0;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .history .flex-pc .img img {
    border-radius: 0.1rem;
  }
}
.history .flex-pc .img img:nth-child(1) {
  width: 7.25rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .history .flex-pc .img img:nth-child(1) {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.history .flex-pc .img img:nth-child(2), .history .flex-pc .img img:nth-child(3) {
  width: 3.52rem;
}
@media screen and (max-width: 767px) {
  .history .flex-pc .img img:nth-child(2), .history .flex-pc .img img:nth-child(3) {
    width: calc(50% - 0.05rem);
  }
}

@media screen and (min-width: 768px), print {
  .partner {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .partner {
    margin-bottom: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .technology {
    margin-top: -0.18rem;
  }
}
.technology .img {
  margin-top: 0.35rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .technology .img {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
}
.technology .img img {
  flex-shrink: 0;
  border-radius: 0.1rem;
}
.technology .img img:nth-child(1) {
  width: 7.25rem;
}
@media screen and (max-width: 767px) {
  .technology .img img:nth-child(1) {
    width: 100%;
    margin-bottom: 0.14rem;
  }
}
.technology .img img:nth-child(2), .technology .img img:nth-child(3) {
  width: 2.175rem;
}
@media screen and (max-width: 767px) {
  .technology .img img:nth-child(2), .technology .img img:nth-child(3) {
    width: calc(50% - 0.07rem);
  }
}
.technology .lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  margin-top: 0.35rem;
  letter-spacing: 0.008rem;
  line-height: 1.68;
}
@media screen and (max-width: 767px) {
  .technology .lead {
    line-height: 1.55;
    margin-top: 0.23rem;
  }
}

.process {
  margin-top: 0.82rem;
}
@media screen and (max-width: 767px) {
  .process {
    margin-top: -0.1rem;
  }
}
.process ol {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  counter-reset: number;
}
@media screen and (max-width: 767px) {
  .process ol {
    margin-top: 0.23rem;
  }
}
.process ol li {
  counter-increment: number;
  background-color: #F3F9F8;
  margin-bottom: 0.15rem;
  padding: 0.3rem 0.3rem;
  border-radius: 0.1rem;
}
@media screen and (max-width: 767px) {
  .process ol li {
    padding: 0.16rem 0.3rem;
  }
}
.process ol li::before {
  content: counter(number) ".";
  color: #00A27F;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin-right: 0.1rem;
}

.features {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .features {
    margin-top: 0.45rem;
  }
}
.features .list {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .features .list {
    margin-top: 0.35rem;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .features .list {
    margin-top: 0.23rem;
  }
}
@media screen and (min-width: 768px), print {
  .features .list .item {
    width: 3.7rem;
  }
}
@media screen and (max-width: 767px) {
  .features .list .item {
    margin-bottom: -0.05rem;
  }
}
.features .list .item .img {
  position: relative;
}
.features .list .item .img .title {
  position: absolute;
  top: 0.15rem;
  background-color: #00A27F;
  color: white;
  border-radius: 0 0.04rem 0.04rem 0;
  padding: 0 0.08rem;
  letter-spacing: 0.015rem;
}
@media screen and (max-width: 767px) {
  .features .list .item .img .title {
    top: 0.12rem;
    font-size: 0.14rem;
  }
}
.features .list .item .img img {
  border-radius: 0.1rem;
}
.features .list .item .lead {
  font-size: 0.16rem;
  margin-top: 0.18rem;
}
@media screen and (max-width: 767px) {
  .features .list .item .lead {
    margin-top: 0.12rem;
    font-size: 0.15rem;
  }
}

.facilities {
  margin-bottom: 0;
  padding-bottom: 1.3rem !important;
}
@media screen and (max-width: 767px) {
  .facilities {
    margin-top: 0.65rem;
    padding-bottom: 0.85rem !important;
  }
}
.facilities .pc-flex {
  margin-top: 0.34rem;
}
@media screen and (min-width: 768px), print {
  .facilities .pc-flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .facilities .pc-flex {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .facilities .pc-flex > div {
    width: 5.78rem;
  }
}
@media screen and (max-width: 767px) {
  .facilities .pc-flex > div {
    margin-bottom: 0.3rem;
  }
}
.facilities .t-content {
  background-color: white;
  border-radius: 0.1rem;
  overflow: hidden;
}
.facilities .t-title {
  background-color: #00A27F;
  color: white;
  font-size: 0.16rem;
  padding: 0.17rem 0.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .facilities .t-title {
    padding: 0.12rem 0.2rem;
    font-size: 0.15rem;
  }
}
.facilities .t-wrap {
  padding: 0.1rem 0.2rem 0.1rem;
}
.recruit-link {
  margin-top: -3.7rem;
  margin-bottom: 0;
  padding-top: 3.5rem !important;
  padding-bottom: 0.75rem !important;
}
@media screen and (max-width: 767px) {
  .recruit-link {
    margin-top: -2.65rem;
    padding-top: 2.66rem !important;
    padding-bottom: 0.8rem !important;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-link .pc-flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-link .pc-flex > div {
    width: 5.85rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-link .pc-flex > div {
    margin-bottom: 0.3rem;
  }
}

.recruit-slide {
  overflow: hidden;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-slide {
    margin-bottom: 0.56rem;
  }
}

.recruit-loop-wrapper {
  display: flex;
}
.recruit-loop-wrapper ul {
  display: flex;
  flex-shrink: 0;
  width: auto;
}
.recruit-loop-wrapper ul li {
  flex-shrink: 0;
  width: 3.4rem;
  margin: 0 0.15rem;
}
@media screen and (max-width: 767px) {
  .recruit-loop-wrapper ul li {
    width: 2.01rem;
    margin: 0 0.042rem;
  }
}
.recruit-loop-wrapper ul li img {
  width: 100%;
  border-radius: 0.1rem;
  display: block;
}

.company-features {
  margin-top: 0.06rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .company-features {
    margin-top: -0.13rem;
    margin-bottom: 0.38rem;
  }
}
.company-features .lead {
  text-align: center;
  margin-top: 0.25rem;
  line-height: 1.7;
  letter-spacing: 0.008rem;
}
@media screen and (max-width: 767px) {
  .company-features .lead {
    text-align: left;
    margin-top: 0.14rem;
    line-height: 1.5;
  }
}

.recruit-person {
  margin-bottom: 0.95rem;
}
@media screen and (max-width: 767px) {
  .recruit-person {
    margin-bottom: 0.62rem;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-person .list {
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .recruit-person .list {
    margin-top: 0.3rem;
  }
}
.recruit-person .list .item {
  background: url(../img/common/item-bg.svg) no-repeat;
  background-size: 0.2rem auto;
  background-position: calc(100% - 0.16rem) calc(100% - 0.2rem);
  background-color: #F3F9F8;
  border-radius: 0.3rem 0 0 0;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .recruit-person .list .item {
    width: 2.24rem;
    height: 1.9rem;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .recruit-person .list .item {
    font-size: 0.13rem;
    line-height: 1.4;
    letter-spacing: 0.003rem;
    height: 0.7rem;
    background-position: calc(100% - 0.13rem) 50%;
    background-size: 0.15rem auto;
    border-radius: 0.2rem 0 0 0;
    margin-bottom: 0.14rem;
    padding-left: 0.2rem;
  }
}
.recruit-person .list .item .g {
  color: #00A27F;
}
.recruit-person .list .item .l {
  font-size: 0.18rem;
}
@media screen and (min-width: 768px), print {
  .recruit-person .list .item .l {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .recruit-person .list .item .l {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-person .list .item .sp-s {
    font-size: 0.12rem;
  }
}
.recruit-person.-color-yellow .item {
  background-color: #FFFBEB;
  background-image: url(../img/common/item-bg-y.svg);
}
.recruit-person.-color-yellow .item .g {
  color: #FCBD00;
}

.recruit-message .list {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px), print {
  .recruit-message .list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message .list {
    margin-top: 0.27rem;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-message .list .item {
    width: 5.78rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message .list .item {
    margin-bottom: 0.18rem;
  }
}
.recruit-message .list .item .title {
  background-color: #00A27F;
  font-size: 0.16rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: white;
  padding: 0.17rem 0.3rem;
  border: 0.01rem #00A27F solid;
  border-bottom: 0;
  border-radius: 0.1rem 0.1rem 0 0;
}
@media screen and (max-width: 767px) {
  .recruit-message .list .item .title {
    font-size: 0.15rem;
    padding: 0.12rem 0.2rem;
  }
}
.recruit-message .list .item .content {
  padding: 0.3rem 0.3rem 0.25rem;
  border: 0.01rem #D0E5E1 solid;
  border-top: 0;
  border-radius: 0 0 0.1rem 0.1rem;
}
@media screen and (max-width: 767px) {
  .recruit-message .list .item .content {
    padding: 0.25rem 0.22rem;
  }
}
.recruit-message .list .item .content img {
  border-radius: 0.1rem;
}
.recruit-message .list .item .content .lead {
  font-size: 0.15rem;
  line-height: 1.7;
  margin-top: 0.22rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit-message .list .item .content .lead {
    margin-top: 0.1rem;
    line-height: 1.5;
  }
}
.recruit-message.-color-yellow .item .title {
  background-color: #FFE15A;
  border-color: #FFE15A;
  color: #1D2523;
}
.recruit-message.-color-yellow .item .content {
  border-color: #EFECE4;
}

.recruit-info {
  margin-top: 0.95rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-info {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.recruit-info .c-section-title-secondary {
  text-indent: -0.12rem;
}
@media screen and (max-width: 767px) {
  .recruit-info .c-section-title-secondary {
    text-indent: -0.1rem;
  }
}
.recruit-info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.15rem;
}
@media screen and (max-width: 767px) {
  .recruit-info dl {
    margin-top: -0.15rem;
  }
}
.recruit-info dl dt {
  width: 1.83rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .recruit-info dl dt {
    width: 0.92rem;
  }
}
.recruit-info dl dd {
  width: calc(100% - 1.83rem);
}
@media screen and (max-width: 767px) {
  .recruit-info dl dd {
    width: calc(100% - 0.92rem);
  }
}
.recruit-info dl dt, .recruit-info dl dd {
  border-bottom: 0.01rem solid #D0E5E1;
  padding: 0.25rem 0;
}
@media screen and (max-width: 767px) {
  .recruit-info dl dt, .recruit-info dl dd {
    padding: 0.18rem 0;
  }
}
.recruit-info dl .salary-class .item {
  display: flex;
}
.recruit-info dl .salary-class .item > div:nth-child(1) {
  width: 0.94rem;
  flex-shrink: 0;
}
.recruit-info dl .salary-class .item > div:nth-child(2) {
  flex-grow: 1;
}
@media screen and (min-width: 768px), print {
  .entry-btn {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .entry-btn {
    margin-bottom: 1.4rem;
  }
}
@media screen and (min-width: 768px), print {
  .entry-btn .c-btn {
    margin: 0 auto;
  }
}

.bg-section {
  background-color: #F3F9F8;
  border-radius: 1.2rem 1.2rem 0 0;
  padding: 0.85rem 0 0.25rem;
}
@media screen and (max-width: 767px) {
  .bg-section {
    padding: 0.46rem 0 0.01rem;
    border-radius: 0.6rem 0.6rem 0 0;
  }
}
.bg-section.-gray {
  background-color: #FAFAFA;
}
.bg-section.-green-yellow {
  background-color: #F9F9F0;
}

@media screen and (min-width: 768px), print {
  .google-form-wrapper {
    width: 6.4rem;
    height: 5.5rem;
    margin: 0 auto 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .google-form-wrapper {
    width: 100%;
    height: 4rem;
    margin: 0 auto 1.4rem;
  }
}

.recruit-index .title {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .recruit-index .title {
    margin-top: 0.04rem;
  }
}
.recruit-index .lead {
  text-align: center;
  margin: 0.38rem 0 0.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .recruit-index .lead {
    text-align: left;
    margin: 0.25rem 0 0.4rem;
  }
}

.recruit-lower-title {
  text-align: center;
  position: relative;
  padding-bottom: 0.2rem;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-lower-title {
    margin-top: 0.15rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.45rem;
  }
}
.recruit-lower-title.--color2::after {
  background: linear-gradient(to right, #E0E74F 0%, #64C8AF 100%);
}
.recruit-lower-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 0.02rem;
  background: linear-gradient(to right, #0085C9 0%, #8AE7AF 100%);
}
@media screen and (max-width: 767px) {
  .recruit-lower-title::after {
    width: 0.5rem;
  }
}
.recruit-lower-title .title {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recruit-lower-title .title {
    font-size: 0.26rem;
  }
}
.recruit-lower-title .en {
  margin-top: 0.17rem;
  font-size: 0.13rem;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .recruit-lower-title .en {
    margin-top: 0.1rem;
  }
}

.recruit-lower-item {
  margin-bottom: 0.5rem;
}
.recruit-lower-item.-mt {
  margin-top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .recruit-lower-item.-mt {
    margin-top: 0.55rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-lower-item p {
    font-size: 0.145rem;
    line-height: 1.7;
  }
}

.recruit-lower-message {
  padding: 0.25rem 0.35rem 0.4rem;
  border-radius: 0.1rem;
  background: linear-gradient(90deg, rgba(0, 133, 201, 0.1) 0%, rgba(145, 230, 176, 0.1) 100%);
}
@media screen and (min-width: 768px), print {
  .recruit-lower-message {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .recruit-lower-message {
    background: linear-gradient(180deg, rgba(0, 133, 201, 0.1) 0%, rgba(145, 230, 176, 0.1) 100%);
    margin-top: 0.1rem;
    padding: 0.25rem 0.25rem 0.4rem;
    border-radius: 0.15rem;
  }
}
.recruit-lower-message.--color2 {
  background: linear-gradient(90deg, rgba(224, 231, 79, 0.1) 0%, rgba(100, 200, 175, 0.1) 100%);
}
@media screen and (max-width: 767px) {
  .recruit-lower-message.--color2 {
    background: linear-gradient(180deg, rgba(224, 231, 79, 0.1) 0%, rgba(100, 200, 175, 0.1) 100%);
  }
}
.recruit-lower-message .content {
  flex-grow: 1;
}
.recruit-lower-message .content .title {
  margin-top: 0.3rem;
  margin-bottom: 0.05rem;
}
.recruit-lower-message .content .title:first-child {
  margin-top: 0;
}
.recruit-lower-message .content .title span {
  background: linear-gradient(to left, #212228 50%, #0C89BF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recruit-lower-message .content p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px), print {
  .recruit-lower-message .content p.ls-narrow {
    letter-spacing: 0rem;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-lower-message .img {
    width: 3.6rem;
    flex-shrink: 0;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-lower-message .img {
    margin-top: 0.35rem;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-anchor-link {
    display: flex;
    justify-content: space-between;
  }
}
.recruit-anchor-link.-reverse li:nth-child(1) a {
  background: linear-gradient(90deg, #E0E74F 0%, #64C8AF 100%);
}
@media screen and (min-width: 768px), print {
  .recruit-anchor-link.-reverse li:nth-child(1) a:hover {
    background: linear-gradient(90deg, #EDF464 0%, #6EDCC0 100%);
  }
}
.recruit-anchor-link.-reverse li:nth-child(2) a {
  background: linear-gradient(90deg, rgb(0, 133, 201) 0%, rgb(145, 230, 176) 100%);
}
@media screen and (min-width: 768px), print {
  .recruit-anchor-link.-reverse li:nth-child(2) a:hover {
    background: linear-gradient(90deg, #0294DF 0%, #9FF3BD 100%);
  }
}
@media screen and (max-width: 767px) {
  .recruit-anchor-link li {
    margin-bottom: 0.2rem;
  }
}
.recruit-anchor-link li:nth-child(1) a {
  background: linear-gradient(90deg, rgb(0, 133, 201) 0%, rgb(145, 230, 176) 100%);
}
@media screen and (min-width: 768px), print {
  .recruit-anchor-link li:nth-child(1) a:hover {
    background: linear-gradient(90deg, #0294DF 0%, #9FF3BD 100%);
  }
}
.recruit-anchor-link li:nth-child(2) a {
  background: linear-gradient(90deg, #E0E74F 0%, #64C8AF 100%);
}
@media screen and (min-width: 768px), print {
  .recruit-anchor-link li:nth-child(2) a:hover {
    background: linear-gradient(90deg, #EDF464 0%, #6EDCC0 100%);
  }
}
.recruit-anchor-link li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .recruit-anchor-link li a {
    width: 5.8rem;
    height: 1.8rem;
    border-radius: 0 0.5rem 0 0;
    padding: 0 0.35rem 0 0.2rem;
  }
  .recruit-anchor-link li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .recruit-anchor-link li a {
    height: 1rem;
    border-radius: 0 0.3rem 0 0;
    padding: 0 0.2rem 0 0.1rem;
  }
}
.recruit-anchor-link li a img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .recruit-anchor-link li a img {
    width: 2.6rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit-anchor-link li a img {
    width: 1.24rem;
  }
}
.recruit-anchor-link li a .text {
  color: white;
  font-size: 0.26rem;
}
@media screen and (max-width: 767px) {
  .recruit-anchor-link li a .text {
    font-size: 0.18rem;
  }
}
.recruit-anchor-link li a svg {
  flex-shrink: 0;
  stroke: white;
  width: 0.075rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .recruit-anchor-link li a svg {
    width: 0.06rem;
  }
}

.recruit-btn-wrapper {
  margin: 0.5rem 0 0.9rem;
  border-bottom: 0.01rem solid #C7D7DF;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-btn-wrapper {
    margin: 0.4rem 0 1rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.recruit-btn-wrapper a {
  margin: 0 auto;
}

.m-privacy-item {
  margin: -0.18rem 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .m-privacy-item {
    margin: 0.12rem 0 1.3rem;
  }
}
.m-privacy-item .c-section-title-secondary {
  margin-bottom: 0.36rem;
}
@media screen and (max-width: 767px) {
  .m-privacy-item .c-section-title-secondary {
    margin-bottom: -0.06rem;
  }
}
.m-privacy-item .content-title {
  font-size: 0.16rem;
  font-weight: 700;
  margin: 0.3rem 0 0.18rem;
}
@media screen and (max-width: 767px) {
  .m-privacy-item .content-title {
    line-height: 1.5;
    margin: 0.3rem 0 0.15rem;
  }
}
.m-privacy-item .content-title.-mt-narrow {
  margin: 0.1rem 0 0rem;
}
@media screen and (max-width: 767px) {
  .m-privacy-item .content-title.-mt-narrow {
    margin: -0.02rem 0 0rem;
    font-size: 0.15rem;
    line-height: 1.6;
  }
}
.m-privacy-item .lead-wrapper {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .m-privacy-item .lead-wrapper {
    letter-spacing: 0.003rem;
    line-height: 1.55;
  }
}
.m-privacy-item .lead-wrapper p {
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 767px) {
  .m-privacy-item .lead-wrapper p {
    text-align: justify;
  }
}
.m-privacy-item .lead-wrapper p .lh-1 {
  margin: -0.1rem 0 0;
  display: block;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .m-privacy-item .lead-wrapper p .lh-1 {
    line-height: 1.55;
  }
}
.m-privacy-item .lead-wrapper p .bl-1 {
  margin: -0.1rem 0 0;
  display: block;
}
.m-privacy-item .info {
  font-weight: 400;
  text-align: right;
  font-size: 0.14rem;
  line-height: 1.8;
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .m-privacy-item .info {
    line-height: 1.55;
  }
}
.m-privacy-item a {
  color: #00A27F;
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.m-privacy-item b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #676767;
  display: block;
  margin: 0.1rem 0 -0.1rem;
}
@media screen and (max-width: 767px) {
  .m-privacy-item b {
    margin: 0.1rem 0 -0.1rem;
  }
}/*# sourceMappingURL=style.css.map */