@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400&display=swap");
body {
  width: 100%;
  font-family: "Noto Sans JP";
  color: #111;
  background: #fff;
  font-weight: 400;
  font-size: 3.8vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.all-wrap {
  min-height: 100vh;
}

.all-wrap > footer {
  position: sticky;
  top: calc(100vh - 180px);
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pcm-none {
  display: block;
}
@media screen and (min-width: 1000px) {
  .pcm-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a[href*="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

div.all-wrap {
  overflow: hidden;
  position: relative;
}

main {
  padding: 20% 0;
}
@media screen and (min-width: 768px) {
  main {
    padding: 200px 0 100px;
  }
}
main.top {
  padding: 0;
}

/*=============== 下層ページインナー ===============*/
.cm-page-inner01 {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cm-page-inner01 {
    max-width: 1100px;
  }
}

.cm-page-inner02 {
  position: relative;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cm-page-inner02 {
    max-width: 900px;
  }
}

/*=============== 下層ページ タイトル ===============*/
.cm-page-title01 span {
  display: block;
}
.cm-page-title01 span.txt01 {
  font-family: "Poppins", sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  .cm-page-title01 span.txt01 {
    font-size: 64px;
  }
}
.cm-page-title01 span.txt02 {
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  .cm-page-title01 span.txt02 {
    font-size: 24px;
    margin-top: 1em;
  }
}

/*=============== ハッシュタグ ===============*/
.cm-tag-wrap {
  display: flex;
  flex-wrap: wrap;
}

a.cm-tag {
  display: block;
  background: #FFF;
  border: #D2E6E5 solid 1px;
  padding: 0.6em 1em 0.54em;
  border-radius: 0.6em;
  color: #229994;
  line-height: 1.2em;
  margin-right: 1em;
  font-size: 0.7em;
  margin-bottom: 0.7em;
}
a.cm-tag.active {
  background: #229994;
  color: #D2E6E5;
}
@media screen and (min-width: 768px) {
  a.cm-tag {
    font-size: 10px;
  }
  a.cm-tag:hover {
    background: #229994;
    color: #D2E6E5;
  }
}

/*=============== インタービューリスト ===============*/
@media screen and (min-width: 768px) {
  .cm-interviews-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5%;
  }
}

.cm-interviews-box {
  margin-bottom: 15%;
}
@media screen and (min-width: 768px) {
  .cm-interviews-box {
    width: 31%;
    margin-bottom: 50px;
  }
}
.cm-interviews-box a {
  display: block;
  color: #111;
}
.cm-interviews-box a.cm-tag {
  color: #229994;
}
.cm-interviews-box a.cm-tag.hover {
  color: #FFF;
  background: #229994;
}
@media screen and (min-width: 768px) {
  .cm-interviews-box a {
    transition: all 0.3s;
  }
  .cm-interviews-box a:hover {
    color: #229994;
  }
  .cm-interviews-box a:hover .cm-interviews-box-img img {
    transform: scale(1.05);
  }
  .cm-interviews-box a.cm-tag:hover {
    color: #FFF;
    background: #229994;
  }
}
.cm-interviews-box .cm-interviews-box-img {
  border-radius: 1em;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 5%;
}
.cm-interviews-box .cm-interviews-box-img img {
  height: 54.4vw;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .cm-interviews-box .cm-interviews-box-img img {
    height: 19vw;
  }
}
@media screen and (min-width: 1280px) {
  .cm-interviews-box .cm-interviews-box-img img {
    height: 245px;
  }
}
.cm-interviews-box .company-name {
  font-size: 1.12em;
  line-height: 1.4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .cm-interviews-box .company-name {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  .cm-interviews-box .company-name {
    font-size: 16px;
  }
}
.cm-interviews-box .company-name span {
  display: block;
}
.cm-interviews-box .company-name span.icon {
  width: 1.4em;
  margin-top: 0.1em;
}
.cm-interviews-box .company-name span.txt {
  width: calc(100% - 2em);
}
.cm-interviews-box .cm-interviews-box-title01 {
  font-size: 1.26em;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .cm-interviews-box .cm-interviews-box-title01 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .cm-interviews-box .cm-interviews-box-title01 {
    font-size: 18px;
  }
}
.cm-interviews-box .day-txt {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #888888;
  letter-spacing: 0;
  font-size: 0.77em;
  margin-bottom: 0.8em;
}

/*=============== 共通ボタン ===============*/
div.cm-btn01-wrap {
  text-align: center;
}

input[type=button].back_button,
input[type=button].cm-btn01,
input[type=submit],
button.cm-btn01,
a.cm-btn01 {
  color: #111;
  display: inline-block;
  background: #fff;
  border: solid 1px #111;
  line-height: 1.2em;
  padding: 0.8em 1.6em 0.9em;
  border-radius: 50em;
  font-size: 1.12em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  input[type=button].back_button,
  input[type=button].cm-btn01,
  input[type=submit],
  button.cm-btn01,
  a.cm-btn01 {
    font-size: 16px;
    transition: all 0.3s;
  }
  input[type=button].back_button:hover,
  input[type=button].cm-btn01:hover,
  input[type=submit]:hover,
  button.cm-btn01:hover,
  a.cm-btn01:hover {
    background: #65B9B6;
    border: solid 1px #65B9B6;
    color: #fff;
  }
}
input[type=button].back_button.icon,
input[type=button].cm-btn01.icon,
input[type=submit].icon,
button.cm-btn01.icon,
a.cm-btn01.icon {
  padding-right: 2.8em;
}
input[type=button].back_button.icon span.icon,
input[type=button].cm-btn01.icon span.icon,
input[type=submit].icon span.icon,
button.cm-btn01.icon span.icon,
a.cm-btn01.icon span.icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.2em;
  transform: translate(0, -50%);
}
input[type=button].back_button.blue,
input[type=button].cm-btn01.blue,
input[type=submit].blue,
button.cm-btn01.blue,
a.cm-btn01.blue {
  background: #65B9B6;
  color: #fff;
  font-weight: 700;
  border: solid #65B9B6 1px;
}
input[type=button].back_button.blue:hover,
input[type=button].cm-btn01.blue:hover,
input[type=submit].blue:hover,
button.cm-btn01.blue:hover,
a.cm-btn01.blue:hover {
  background: #F0957C;
  border: solid 1px #F0957C;
}
input[type=button].back_button.gray,
input[type=button].cm-btn01.gray,
input[type=submit].gray,
button.cm-btn01.gray,
a.cm-btn01.gray {
  background: #B2B2B2;
  color: #fff;
  font-weight: 700;
  border: solid #B2B2B2 1px;
}
input[type=button].back_button.gray:hover,
input[type=button].cm-btn01.gray:hover,
input[type=submit].gray:hover,
button.cm-btn01.gray:hover,
a.cm-btn01.gray:hover {
  background: #676767;
  border: solid 1px #676767;
}
input[type=button].back_button.blue-orange,
input[type=button].cm-btn01.blue-orange,
input[type=submit].blue-orange,
button.cm-btn01.blue-orange,
a.cm-btn01.blue-orange {
  border: none;
  background: linear-gradient(125deg, #65B9B6 25%, #F8BC45 52%);
  color: #fff;
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
input[type=button].back_button.blue-orange:hover,
input[type=button].cm-btn01.blue-orange:hover,
input[type=submit].blue-orange:hover,
button.cm-btn01.blue-orange:hover,
a.cm-btn01.blue-orange:hover {
  background-position: 70% 50%;
}
input[type=button].back_button.blue-yellow,
input[type=button].cm-btn01.blue-yellow,
input[type=submit].blue-yellow,
button.cm-btn01.blue-yellow,
a.cm-btn01.blue-yellow {
  border: none;
  background: linear-gradient(125deg, #65B9B6 25%, #D4E064 52%);
  color: #fff;
  background-position: 0% 50%;
  background-size: 200% auto;
  transition: all 0.3s ease-out;
}
input[type=button].back_button.blue-yellow:hover,
input[type=button].cm-btn01.blue-yellow:hover,
input[type=submit].blue-yellow:hover,
button.cm-btn01.blue-yellow:hover,
a.cm-btn01.blue-yellow:hover {
  background-position: 70% 50%;
}
input[type=button].back_button span,
input[type=button].cm-btn01 span,
input[type=submit] span,
button.cm-btn01 span,
a.cm-btn01 span {
  display: block;
}
input[type=button].back_button span.icon,
input[type=button].cm-btn01 span.icon,
input[type=submit] span.icon,
button.cm-btn01 span.icon,
a.cm-btn01 span.icon {
  width: 1em;
  height: 1em;
}

/*=============== NEWSリスト ===============*/
@media screen and (min-width: 768px) {
  ul.cm-news-list {
    width: 583px;
    margin: auto;
  }
}
ul.cm-news-list li {
  border-bottom: solid 1px #E5E1DC;
}
ul.cm-news-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #111;
  padding: 1em 0;
}
@media screen and (min-width: 768px) {
  ul.cm-news-list li a {
    padding: 0.8em 0;
    transition: all 0.3s;
  }
  ul.cm-news-list li a:hover {
    color: #65B9B6;
  }
  ul.cm-news-list li a:hover span.day-txt {
    color: #65B9B6;
  }
  ul.cm-news-list li a:hover svg {
    fill: #65B9B6;
  }
}
ul.cm-news-list li a span {
  display: block;
}
ul.cm-news-list li a span.day-txt {
  font-size: 0.84em;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  color: #B6B6B6;
  margin-top: 0.32em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.cm-news-list li a span.day-txt {
    width: 70px;
    font-size: 12px;
  }
}
ul.cm-news-list li a span.arrow {
  width: 6%;
  margin-bottom: 0.72em;
}
@media screen and (min-width: 768px) {
  ul.cm-news-list li a span.arrow {
    width: 20px;
    margin-bottom: 0.6em;
  }
}
ul.cm-news-list li a span.arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
ul.cm-news-list li a span.inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  ul.cm-news-list li a span.inner {
    width: calc(100% - 100px);
  }
}
ul.cm-news-list li a p {
  width: 85%;
  text-align: justify;
  word-break: break-all;
  font-size: 1.12em;
  line-height: 2em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  ul.cm-news-list li a p {
    font-size: 16px;
    width: calc(100% - 45px);
  }
}

/*===============  ===============*/
/*.gradient-bg{
	background: radial-gradient(at 0 0, #0079FF 0, transparent 50%),
    radial-gradient(at 70% 30%, #00DFA2 0, transparent 40%),
    radial-gradient(at 50% 100%, #F6FA70 0, transparent 80%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 400px;
}

.blob-bg {
	position: absolute;
	width: 500px;
	height: 500px;
	overflow: hidden;
	&.v01{
		bottom: 0;
		left: 0;
		transform: translate(-50%,40%);
	}
	&.v02{
		top: 0;
		right: 0;
		transform: translate(50%,-50%);
	}
}

.b1 {
	background: #dff06c;
	top: 20%;
	left: 20%;
}
.b2 {
	background: #e4c1b8;
	top: 20%;
	right: 20%;
}
.b3 {
	background: #ffee8a;
	bottom: 20%;
	left: 25%;
}
.b4 {
	background: #6ee7ff;
	bottom: 15%;
	right: 20%;
}
.blob {
	position: absolute;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	opacity: 0.7;
	animation: colorShift 8s ease-in-out infinite alternate;
	filter: blur(50px);
	transform: translateZ(0);
	will-change: filter;
}

.b1 { background: #dff06c; animation-delay:  0s; }
.b2 { background: #e4c1b8; animation-delay: -2s; }
.b3 { background: #ffee8a; animation-delay: -4s; }
.b4 { background: #6ee7ff; animation-delay: -6s; }

@keyframes colorShift {
	0%   { background-color: #dff06c; }
	25%  { background-color: #ffee8a; }
	50%  { background-color: #e4c1b8; }
	75%  { background-color: #6ee7ff; }
	100% { background-color: #dff06c; }
}
*/
/*=============== フッター ===============*/
footer {
  font-size: 0.84em;
  letter-spacing: 0;
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  footer {
    font-size: 12px;
    padding: 60px 0;
  }
}
footer div.link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media screen and (min-width: 768px) {
  footer div.link-wrap {
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
footer div.link-wrap a {
  display: inline-block;
  color: #111;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  footer div.link-wrap a:hover {
    color: #229994;
  }
}
footer div.link-wrap a span {
  display: inline-block;
}
footer div.link-wrap a span.icon {
  width: 0.8em;
}
footer p {
  text-align: center;
}

/*=============== ヘッダー ===============*/
header {
  width: 100%;
}
header.scroll-on {
  position: relative;
}
header.scroll-on::before {
  content: " ";
  display: block;
  width: 100%;
  height: 10%;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 36%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  z-index: 4;
}
@media screen and (min-width: 768px) {
  header.scroll-on::before {
    display: none;
  }
}
header.active div.nav-wrap {
  transform: translate(0);
}
header.active div.hd-bg {
  opacity: 1;
  pointer-events: fill;
}
header.active button span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
header.active button span:nth-of-type(2) {
  transform: scaleX(0);
}
header.active button span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
header a.hd-logo {
  display: block;
  width: 28.2%;
  /*		filter: drop-shadow(0 0 2px rgb(255, 255, 255));*/
  position: fixed;
  top: 4vw;
  left: 5vw;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  header a.hd-logo {
    width: 15%;
    top: 45px;
    left: 5%;
    filter: none;
  }
}
@media screen and (min-width: 1280px) {
  header a.hd-logo {
    width: 210px;
    left: 45px;
  }
}
header button {
  background: #fff;
  width: 12vw;
  height: 12vw;
  border: none;
  border-radius: 50em;
  box-shadow: 0 0 8px rgba(34, 153, 147, 0.4901960784);
  position: relative;
  z-index: 2;
  position: fixed;
  top: 4vw;
  right: 5vw;
  z-index: 103;
}
header button span {
  display: block;
  width: 5vw;
  height: 0.4vw;
  background: #65BAB6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
header button span:nth-of-type(1) {
  top: 38%;
}
header button span:nth-of-type(2) {
  top: 50%;
}
header button span:nth-of-type(3) {
  top: 62%;
}
header div.hd-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 101;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
header div.nav-wrap {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  width: 77.8%;
  z-index: 102;
  height: 100vh;
  transform: translate(100%, 0);
  background: linear-gradient(0deg, #B5FFFC, #F5FFFF 66%);
  padding: 20% 0 0;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header div.nav-wrap {
    width: 70%;
    height: auto;
    transform: translate(0);
    padding: 1.1vw 1.1vw 1.1vw 3.6vw;
    background: #fff;
    border-radius: 50em;
    box-shadow: 0 0 14px rgba(169, 167, 167, 0.4196078431);
    top: 45px;
    right: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  header div.nav-wrap {
    width: 73%;
  }
}
@media screen and (min-width: 1280px) {
  header div.nav-wrap {
    width: 878px;
    right: 45px;
    padding: 11px 11px 11px 35px;
  }
}
header div.nav-wrap nav {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  header div.nav-wrap nav {
    display: flex;
    justify-content: space-between;
  }
}
header div.nav-wrap nav ul {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  header div.nav-wrap nav ul {
    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.84vw;
  }
}
@media screen and (min-width: 1000px) {
  header div.nav-wrap nav ul {
    gap: 1.7vw;
  }
}
@media screen and (min-width: 1280px) {
  header div.nav-wrap nav ul {
    gap: 1.4em;
  }
}
header div.nav-wrap nav ul li {
  margin-bottom: 1em;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  header div.nav-wrap nav ul li {
    margin: 0;
    font-size: 1.27vw;
  }
}
@media screen and (min-width: 1000px) {
  header div.nav-wrap nav ul li {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1280px) {
  header div.nav-wrap nav ul li {
    font-size: 16px;
  }
}
header div.nav-wrap nav ul li a {
  color: #111;
}
@media screen and (min-width: 768px) {
  header div.nav-wrap nav ul li a {
    transition: all 0.3s;
  }
  header div.nav-wrap nav ul li a:hover {
    color: #229994;
  }
}
header div.nav-wrap a.contact-btn {
  display: block;
  background: #65B9B6;
  width: 64%;
  margin: auto;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 1em;
  line-height: 1.2em;
  padding: 3.2% 0 3.4%;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  header div.nav-wrap a.contact-btn {
    letter-spacing: 0.04em;
    margin: 0;
    width: 13vw;
    font-size: 1.27vw;
    padding: 5px 0;
    border-radius: 50em;
    transition: all 0.3s;
  }
  header div.nav-wrap a.contact-btn:hover {
    background: #F0957C;
  }
}
@media screen and (min-width: 1000px) {
  header div.nav-wrap a.contact-btn {
    width: 17vw;
    padding: 8px 0;
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1280px) {
  header div.nav-wrap a.contact-btn {
    width: 214px;
    font-size: 16px;
    padding: 0.4em 0;
  }
}
header div.nav-wrap div.hd-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

/*=============== パンくず　　 ===============*/
nav.bread-list {
  position: relative;
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
nav.bread-list ul {
  display: flex;
  margin-bottom: 2em;
}
nav.bread-list ul li {
  font-size: 0.6rem;
  display: inline-block;
}
nav.bread-list ul li a {
  display: inline-block;
  text-decoration: none;
  padding-right: 1.6em;
  margin-right: 0.4em;
  position: relative;
  color: #111;
}
nav.bread-list ul li a:visited {
  text-decoration: none;
  color: #111;
}
nav.bread-list ul li a::after {
  content: "＞";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 0);
}

/*bread-list*/
/*=============== 背景 ===============*/
.cm-bg-img {
  position: absolute;
  z-index: -1;
}/*# sourceMappingURL=common.css.map */