/*
Theme Name: a
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input ,b{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-weight: 100;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  background: #fff5dc;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.sp{
  display: none;
}
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  align-items: center;
  background: #fff5dc;
  padding: 3.5% 6%;
  box-sizing: border-box;
  z-index: 20;
  transition: .3s;
}
header.onscroll {
  padding: 1% 6%;
}
header h1 {
  width: 10%;
}
header h1 a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header h1 a img {
  margin-bottom: 3%;
}
header h1 a {
  font-family: "Cantarell", sans-serif;
  font-size: clamp(13px,0.87vw,0.87vw);
}
h1 a span {
  font-size: clamp(6px, 0.4vw, 0.4vw);
  padding-left: 5%;
  position: relative;
  bottom: 1%;
}
.menuWrap {
  align-items: center;
  width: 85%;
  justify-content: flex-end;
}
.humbWrap {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
header nav ul li a {
  font-size: 0.87vw;
  margin-left: 1.5vw;
  position: relative;
  display: inline-block;
}
header nav ul li a:hover {
  color: #969696;
}
header nav ul li a:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
header nav ul li a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
header nav ul li:first-child a {
  margin-left: 0;
}
.snsBox {
  margin: 0 1.2vw;
  align-items: center;
}
.snsBox a {
  width: 1.2vw;
  height: 1.2vw;
  position: relative;
  display: block;
}
.snsBox a img.snsIcon {
  width: 1.2vw;
  height: 1.2vw;
  position: absolute;
  inset: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
.snsBox a img.snsIcon--off {
  opacity: 1;
}
.snsBox a img.snsIcon--on {
  opacity: 0;
}
.snsBox a:hover img.snsIcon--off,
.snsBox a:focus-visible img.snsIcon--off {
  opacity: 0;
}
.snsBox a:hover img.snsIcon--on,
.snsBox a:focus-visible img.snsIcon--on {
  opacity: 1;
}
.snsBox a:first-child {
  margin-right: .7vw;
}
.contactHead {
  background: #e95457;
  color: #fff;
  font-size: 1vw;
  padding: 1.3% 3%;
  width: 11%;
  text-align: center;
  display: block;
  border-radius: 100px;
}
.contactHead:hover {
  background-color: #f3a0a2;
}
.pageTop {
  padding-top: 11%;
}
.fvBlock {
  width: 86%;
  margin: 0 auto;
  position: relative;
}
.fvBlock h2 {
  font-family: "Cantarell", sans-serif;
  font-size: 8.2vw;
  color: #f7b400;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.1rem;
}
.fvBlock h3 {
  font-size:2.35vw;
  color: #0080cb;
  margin-top: 3.8rem;
  letter-spacing: .2rem;
}
.fvIllast1 {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 61%;
}
.fvBlock p {
  position: absolute;
  right: 10%;
  top: 34%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.fvBlock p span {
  writing-mode: vertical-rl;
  background: #fff;
  vertical-align: top;
  font-size:1.67vw;
  margin: 0 .2rem;
  padding: .8rem .3rem 0;
  letter-spacing: .3rem;
}
.fvBlock p span:last-child {
  padding: .8rem .3rem;
}
.fvWrap {
  background: url(/wp-content/themes/a/img/bottomFv.png)0 0 no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 10vw;
}
.aboutWrap {
  background: #fff;
  padding-top: 4vw;
}
.topAbout {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 15%;
  scroll-margin-top: 8vw;
}
.topAbout:before {
  content: "";
  width: 21vw;
  height: 10vw;
  display: block;
  background: url(/wp-content/themes/a/img/topIllast1.png)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -2vw;
  right: 12%;
  z-index: 1;
}
.tit1 {
  font-family: "Cantarell", sans-serif;
  font-size: 3.73vw;
  font-weight: 700;
}
.tit1 span {
  display: block;
  font-size: 1.34vw;
  margin-top: -.4vw;
}
.topAbout .tit1 {
  color: #f7b400;
  text-align: center;
}
.topAbout .tit1 span {
  color: #f7b400;
}
.topAbout .box1 {
  margin-top: 5%;
}
.topAbout .txt1 {
  width: 40%;
  height: 46vw;
  margin-right: 5%;
  writing-mode: vertical-rl;
  line-height: 2.6;
  font-size: 1vw;
  letter-spacing: .1vw;
}
.topAbout .right {
  width: 55%;
}
.topAbout .right img{
  border-radius: 500px;
}
.topAbout .right .txt2 {
  font-size: .75vw;
  width: 82%;
  margin: 2vw auto;
  text-align: justify;
  line-height: 2;
}
.missionWrap {
  background: url(/wp-content/themes/a/img/bottomAbout.png)0 0 no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 11%;
  margin-top: -9%;
  position: relative;
  padding-bottom: .1vw;
}
.missionWrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 8vw;
  position: absolute;
  bottom: 0;
  background: url(/wp-content/themes/a/img/bottomMission.png) 0 0 no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.topMission {
  width: 70%;
  margin: 7vw auto;
  position: relative;
  padding-bottom: 8%;
  scroll-margin-top: 8vw;
}
.topMission:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/wp-content/themes/a/img/topIllast2.png)0 0 no-repeat;
  background-size: 100%;
  width: 18vw;
  height: 11vw;
  right: 14vw;
  bottom: -20%;
  z-index: 1;
}
.topMission .tit1,
.topMission .tit1 span {
  color: #0080cb;
}
.topMission .box1 .tit1 {
  width: 52%;
}
.topMission .box1 p {
  width: 48%;
  color: #0080cb;
  font-size: 1.54vw;
  line-height: 2.2;
  letter-spacing: .1vw;
}
.topMission .box2 {
  align-items: flex-start;
  margin-top: 3%;
}
.topMission .box2 .circleImg {
  width: 44%;
  margin-right: 8%;
}
.topMission .box2 .right {
  width: 48%;
}
.topMission .box2 .right .imgTxt {
  display: flex;
  align-items: center;
  font-size: 1vw;
  margin-bottom: 6%;
}
.topMission .box2 .right .imgTxt img {
  margin-left: 3%;
  width: 18%;
}
.topMission .box2 .right .txt1 {
  font-size: 1vw;
  line-height: 2.4;
}
.supportWrap {
  background: #fff;
}
.topSupport {
  width: 70%;
  margin: 0 auto;
  position: relative;
  padding-top: 4%;
  scroll-margin-top: 4vw;
}
.topSupport .tit1,
.topSupport .tit1 span{
  color: #ae569c;
}
.topSupport .tit1 {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.topSupport .tit1 span {
  margin-left: 3%;
  margin-top: 2%;
}
.topSupport .box1 .left .txt1 {
  color: #ae569c;
  font-size: 1vw;
  margin-top: 8%;
}
.topSupport .box1 .left ul {
  width: 90%;
  align-items: start;
}
.topSupport .box1 .left ul li {
  width: 46%;
  margin-right: 4%;
  margin-top: 6%;
  padding: 1.5% 0 1.5% 2.5%;
  border-left: 3px solid #ae569c;
  box-sizing: border-box;
}
.topSupport .box1 .left ul li h3 {
  font-size: 1.2vw;
  margin-bottom: 1%;
}
.topSupport .box1 .left ul li p {
  font-size: 0.8vw;
}
.topSupport .box1 .left ul li a {
  border: 1px solid #c8c8c8;
  display: block;
  border-radius: .6vw;
  box-sizing: border-box;
  padding: 10% 10% 7%;
  margin-top: 10%;
  position: relative;
}
.topSupport .box1 .left ul li a:hover {
  background: #c8c8c8;
}
.topSupport .box1 .left ul li a:before {
  content: "";
  position: absolute;
  top: 8%;
  right: 3%;
  width: 10px;
  height: 10px;
  background: url(/wp-content/themes/a/img/iconLink.svg)0 0 no-repeat;
  background-size: 100%;
}
.topSupport .box1 .left ul li a:hover:before {
  background: url(/wp-content/themes/a/img/iconLinkOn.svg)0 0 no-repeat;
  background-size: 100%;
}
.topSupport .box1 .right p {
  writing-mode: vertical-rl;
  font-size: 1.4vw;
  line-height: 2.4;
  letter-spacing: .2vw;
  margin-left: 14%;
  color: #ae569c;
}
.topSupport .box1 .right img {
  width: 88%;
  margin-left: 12%;
  margin-top: 16%;
}
.loopBlock {
  padding-top: 8vw;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.loopBlock .imgLoop {
  width: 200%;
  display: flex;
}
.loopBlock .imgLoop img {
  width: 100%;
  margin-right: .4%;
}
.loopBlock .imgLoop img:first-child {
  animation: loop 20s linear infinite;
}
.loopBlock .imgLoop img:last-child {
  animation: loop 20s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.loopBlock {
  padding-top: 8vw;
  background: #fff url(/wp-content/themes/a/img/bottomLoop.png)0 0 no-repeat;
  width: 100%;
  overflow: hidden;
  background-size: 100%;
  background-position: bottom;
}
.growthWrap {
  position: relative;
  padding-top: 4%;
  background: url(/wp-content/themes/a/img/bottomGrowth.png)0 0 no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 20%;
}
.growthWrap:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 24vw;
  height: 12vw;
  background: url(/wp-content/themes/a/img/topIllast5.png)0 0 no-repeat;
  background-size: 100%;
  margin: auto;
}
.topGroeth{
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.tit2 {
  font-family: "Cantarell", sans-serif;
  font-size: 13.3vw;
  font-weight: 700;
  color: #ece9d2;
  text-align: center;
}
.tit2 span {
  display: block;
  font-size: 3.2vw;
  margin-top: -11.5%;
  color: #009c84;
}
.topGroeth .txt1 {
  font-size: 1.5vw;
  text-align: center;
  margin: 3% 0 8%;
  color: #009c84;
  letter-spacing: .03vw;
  line-height: 2.1;
}
.topGroeth .txt1 span {
  border-bottom: 3px solid #009c84;
  color: #009c84;
  padding-bottom: .3vw;
}
.topGroeth .box1 {
  width: 100%;
  padding: 0 0 0 2%;
  box-sizing: border-box;
}
.topGroeth .box1 .left {
  width: 35%;
  margin-right: 5%;
}
.topGroeth .box1 .tit1 {
  color: #009c84;
  line-height: 1.2;
}
.topGroeth .box1 .tit1 span {
  font-size: 1.65vw;
  margin-top: 5%;
  color: #009c84;
}
.topGroeth .box1 .tit1 b {
  font-size: .85vw;
  font-weight: 100;
  color: #000;
  margin-top: 2%;
  display: block;
}
.topGroeth .box1 .left p {
  font-size: .95vw;
  margin-top: 8%;
  line-height: 2;
  text-align: justify;
}
.topIllast4 {
  width: 90%;
  display: block;
  margin: 27% auto 0;
}
.topIllast4.sp {
  display: none;
}
.topGroeth .box1 .right {
  width: 57%;
}
.topGroeth .box1 .right ul li {
  background: #fff;
  box-sizing: border-box;
  padding: 6% 8% 6% 10%;
  border-radius: 4vw 0 0 4vw;
  margin-top: 2%;
  align-items: center;
}
.topGroeth .box1 .right ul li:first-child {
  margin-top: 0;
}
.topGroeth .box1 .right ul li .num {
  width: 4.3vw;
  height: 4.3vw;
  line-height: 4.3vw;
  background: #009c84;
  text-align: center;
  color: #fff;
  font-size: 1.3vw;
  font-weight: 700;
  font-family: "Cantarell", sans-serif;
  border-radius: 50%;
  margin-right: 1.7vw;
}
.topGroeth .box1 .right ul li .txtBox {
  width: 80%;
}
.topGroeth .box1 .right ul li .txtBox h3 {
  font-size: 1.3vw;
  margin-bottom: 2%;
}
.topGroeth .box1 .right ul li .txtBox p {
  font-size: .95vw;
  line-height: 2;
}
.topGroeth .box1 .right ul li .txtBox .txt3 {
  color: #009c84;
}
.topGroeth .box1.ver2 {
  padding: 4% 0 4% 2%;
  margin: 4% 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.topGroeth .box1.ver2 .tit1,
.topGroeth .box1.ver2 .tit1 span{
  color: #0080cb;
}
.topGroeth .box1.ver2 .right ul li .num{
  background: #0080cb;
}
.topGroeth .box1.ver3 .tit1,
.topGroeth .box1.ver3 .tit1 span{
  color: #ae569c;
}
.topGroeth .box1.ver3 .right ul li .num{
  background: #ae569c;
}
.topGroeth .box1.ver3 .right ul li .txtBox .txt3 {
  color: #ae569c;
}
.careerWrap {
  margin-top: -1px;
  background: #fff url(/wp-content/themes/a/img/bottomCareer.png) 0 0 no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-bottom: 22%;
  position: relative;
}
.careerWrap:before {
  content: "";
  display: block;
  width: 25vw;
  height: 13vw;
  background: url(/wp-content/themes/a/img/topIllast6.png)0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topCareer {
  padding-top: 10vw;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.topCareer .tit1,
.topCareer .tit1 span {
  text-align: center;
  color: #e95457;
}
.topCareer .txt1 {
  text-align: center;
  margin: 2vw 0 4vw;
  color: #e95457;
  font-size: 1.5vw;
}
.topCareer .flowBox li {
  background: #fff5dc;
  width: 21%;
  border-radius: 20vw 20vw 0 0;
  padding: 4% 2% 3%;
  box-sizing: border-box;
  border-bottom: 10px solid #fadadb;
  position: relative;
}
.topCareer .flowBox li:before {
  content: "";
  width: 1.3vw;
  height: 1.3vw;
  background: url(/wp-content/themes/a/img/arrow2.svg)0 0 no-repeat;
  display: block;
  position: absolute;
  left: -2vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.topCareer .flowBox li:nth-child(1):before {
  display: none;
}
.topCareer .flowBox li img {
  display: block;
  margin: 0 auto;
}
.topCareer .flowBox li:nth-child(2) {
  border-bottom: 10px solid #f5adaf;
}
.topCareer .flowBox li:nth-child(3) {
  border-bottom: 10px solid #ef7d7f;
}
.topCareer .flowBox li:nth-child(4) {
  border-bottom: 10px solid #e95457;
}
.topCareer .flowBox li h3 {
  text-align: center;
  color: #e95457;
  font-size: 1.34vw;
  margin: 9% auto;
}
.topCareer .flowBox li h3 span {
  font-size: 0.86vw;
  display: block;
  color: #e95457;
  margin-top: -1%;
}
.topCareer .flowBox li p {
  font-size: 0.86vw;
  text-align: justify;
}
.topCareer .txt2 {
  margin: 10% 0 1.8%;
  text-align: center;
  line-height: 2.3;
  font-size: 1.54vw;
  color: #e95457;
}
.topCareer .txt3 {
  text-align: center;
  font-size: 1.34vw;
  line-height: 2.2;
}
.topCareer .scrolldot {
  display: none;
}
.topCareer .box1 {
  background: url(/wp-content/themes/a/img/topCareerImg5.jpg)0 0 no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
  border-radius: 100vw;
  margin: 6%0;
}
.topCareer .box1 ul {
  width: fit-content;
  margin: auto;
}
.topCareer .box1 ul li {
  margin: 5.5% 0;
}
.topCareer .box1 ul li .txt4 {
  color: #fff;
  font-size: 1.54vw;
}
.topCareer .box1 ul li .num {
  width: 3vw;
  height: 3vw;
  line-height: 3vw;
  font-size: 0.94vw;
  background: #fff;
  display: inline-block;
  text-align: center;
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 1.5vw;
}
.topJob {
  padding: 10vw 0 8vw;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.topJob .tit1, .topJob .tit1 span {
  color: #0080cb;
}
.topJob .box1 .txt1 {
  font-size: 1.54vw;
  color: #0080cb;
  margin: 6% 0 14%;
}
.topJob .box1 img {
  border-radius: 100vw;
  width: 86%;
}
.topJob .box1 .left{
  width: 40%;
  margin-right: 5%;
}
.topJob .box1 .right {
  width: 55%;
}
.topJob .box1 .right ul li {
  display: flex;
  border-bottom: 1px solid #c3c1c0;
  padding: 2% 0;
}
.topJob .box1 .right ul li:first-child{
  border-top: 1px solid #c3c1c0;
}
.topJob .box1 .right ul li span{
  font-size: 1vw;
}
.topJob .box1 .right ul li .th {
  width: 20%;
  margin-right: 5%;
}
.topJob .box1 .right ul li .td {
  width: 75%;
}
.linkBtn1 {
  background: #e95457;
  color: #fff;
  font-size: 1.13vw;
  padding: 3.5% 17% 4%;
  display: block;
  width: fit-content;
  border-radius: 50vw;
  margin: 5% auto 0;
}
.linkBtn1:hover {
  background: #f3a0a2;
}
.contactWrap {
  background: url(/wp-content/themes/a/img/bottomJob.png)0 0 no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 9vw;
  position: relative;
}
.contactWrap:before {
  content: "";
  position: absolute;
  top: 1vw;
  left: 23vw;
  width: 12vw;
  height: 10vw;
  background: url(/wp-content/themes/a/img/topIllast7.png)0 0 no-repeat;
  background-size: 100%;
  z-index: 1;
}
.topContact {
  background: #fff url(/wp-content/themes/a/img/bottomFoot.png)0 0 no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding-bottom: 16vw;
  scroll-margin-top: 8vw;
}
.topContact .tit1,
.topContact .tit1 span{
  text-align: center;
  color: #009c84;
}
.topContact .txt1 {
  text-align: center;
  font-size: 1vw;
  margin: 2vw 0 4vw;
}
.formBlock {
  width: 49%;
  margin: 0 auto;
}
.formBlock label.list {
  display: flex;
  align-items: flex-start;
}
.formBlock label .th {
  font-size: 1vw;
  color: #009c84;
  display: flex;
  align-items: center;
  width: 25%;
  margin-right: 5%;
  padding-top: 2.6%;
}
.formBlock label .th span {
  color: #e95457;
  font-size: .7vw;
  margin-left: 2%;
}
.formBlock label .td {
  width: 70%;
}
.formBlock label input[type="email"], .formBlock label input[type="tel"], .formBlock label input[type="text"], .formBlock label input[type="number"], .formBlock label input[type="date"], .formBlock label input[type="url"], .formBlock label textarea {
  background: #f2f2f2;
  border-radius: .5vw;
  border: none;
  box-sizing: border-box;
  padding: 4%;
  width: 100%;
  font-size: 0.86vw;
}
.formBlock label input[type="email"]::placeholder,
.formBlock label input[type="tel"]::placeholder,
.formBlock label input[type="text"]::placeholder,
.formBlock label input[type="number"]::placeholder,
.formBlock label input[type="date"]::placeholder,
.formBlock label input[type="url"]::placeholder,
.formBlock label textarea::placeholder {
  color: #b4b4b4;
}
.formBlock .privacy{
  margin-top: 1vw;
}
.formBlock .privacy .td {
  background: #f2f2f2;
  border-radius: .5vw;
  border: none;
  box-sizing: border-box;
  padding: 4%;
  font-size: 0.86vw;
  overflow: auto;
  height: 250px;
  width: 70%;
}
.space{
  display: block;
  margin-top: 1vw;
}
.formBlock label.list.doui {
  text-align: center;
  font-size: 1vw;
  margin: 2vw 0;
}
.formBlock label.list.send input {
  background: #e95457;
  color: #fff;
  font-size: 1.13vw;
  padding: 3.5% 17% 4%;
  display: block;
  width: fit-content;
  border-radius: 50vw;
  margin: 0 auto;
  transition: 0.3s;
}
.formBlock label.list.send input:hover {
  background: #f3a0a2;
}
.formBlock label.list.entTxt .td {
  text-align: center;
  font-size: 1vw;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  text-align: center;
  font-size: 1vw;
  padding: 3% 0;
  border-radius: 30vw;
  width: 70%;
  margin-left: 30%;
}
.wpcf7-not-valid-tip {
  font-size: .9vw;
  padding-top: 1%;
}
.fbox1 {
  width: 70%;
  margin: 0 auto;
  padding: 2% 0 5%;
}
.fbox1 > div{
  padding: 1% 3%;
  box-sizing: border-box;
  border-left: 1px solid #000;
  width: 23%;
}
.fbox1 > div.right{
  width: 30%;
}
.fbox1 .left{
  border-left: 0;
}
.fbox1 .left .snsBox {
  display: flex;
  justify-content: center;
  margin-top: 2.6vw;
}
.fbox1 .left .snsBox a,
.fbox1 .left .snsBox a img {
  width: 2.2vw;
  height: 2.2vw;
}
.fbox1 .left .snsBox a:first-child {
  margin-right: 1.5vw;
}
.fbox1 .cntLeft ul li a {
  font-size: 1vw;
  margin: 6% 0;
  display: block;
}
.fbox1 .cntRight p {
  font-size: 1vw;
}
.fbox1 .cntRight a {
  border: 1px solid #c8c8c8;
  display: block;
  border-radius: .6vw;
  box-sizing: border-box;
  padding: 10% 10% 7%;
  margin-top: 4%;
  position: relative;
  background: #fff;
}
.fbox1 .cntRight a:before {
  content: "";
  position: absolute;
  top: 8%;
  right: 3%;
  width: 10px;
  height: 10px;
  background: url(/wp-content/themes/a/img/iconLink.svg) 0 0 no-repeat;
  background-size: 100%;
}
.fbox1 .cntRight a:hover {
  background: #c8c8c8;
}
.fbox1 .cntRight a:hover:before {
  background: url(/wp-content/themes/a/img/iconLinkOn.svg)0 0 no-repeat;
  background-size: 100%;
}
.fbox1 > div.right p {
  font-size: .83vw;
  line-height: 1.8;
}
.linkBtn2 {
  background: #f7b400;
  color: #fff;
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  position: relative;
  padding: 10% 20%;
  margin: 14% 0;
  border-radius: 50vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1vw;
}
.linkBtn2 img {
  width: 25%;
}
.linkBtn2:hover{
  transform: translateY(-10px);
}
.fbox1 small {
  font-size: .83vw;
  font-family: "Cantarell", sans-serif;
  color: #787878;
}
@media (width < 1100px){
header {
    padding: 3.5% 5%;
}
header.onscroll {
    padding: 1% 5%;
}
.fvBlock,
.topAbout,
.topMission,
.topSupport,
.topGroeth,
.topCareer,
.topJob,
.fbox1 {
    width: 90%;
}
.topAbout .txt1,
.topMission .box2 .right .txt1,
.topMission .box2 .right .imgTxt,
.topSupport .box1 .left .txt1,
.topGroeth .box1 .left p,
.topGroeth .box1 .right ul li .txtBox p,
.topJob .box1 .right ul li span,
.formBlock label .th {
  font-size: 1.3vw;
}
.topMission .box1 p,
.topSupport .box1 .left ul li h3,
.topSupport .box1 .right p,
.topGroeth .box1 .right ul li .txtBox h3 {
  font-size: 1.8vw;
}
.topSupport .box1 .left ul li p,
header nav ul li a,
.topCareer .flowBox li p,
.formBlock label input[type="email"], .formBlock label input[type="tel"], .formBlock label input[type="text"], .formBlock label input[type="number"], .formBlock label input[type="date"], .formBlock label input[type="url"], .formBlock label textarea{
  font-size: 1vw;
}
.topSupport {
  padding-top: 8%;
}
.topSupport .box1 .right img {
  width: 78%;
}
.formBlock{
  width: 70%;
}
}
@media (width < 770px){
.pc{
  display: none;
}
.sp{
  display: block;
}
header {
  padding: 10% 5%;
  display: block !important;
  transition: .3s;
}
header h1 {
  width: 74%;
}
header.onscroll {
  padding: 3% 5%;
}
header h1 a img {
  margin-bottom: 0;
  width: 100%;
}
header.onscroll .menuBtn {
  width: 8vw;
  padding-top: 1.8vw;
  height: 6vw;
  top: 0.7%;
}
header.onscroll .menuBtn span {
  width: 3.5vw;
  height: .3vw;
  margin: .8vw auto;
}
.humbWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff5dc;
  overflow: auto;
  box-sizing: border-box;
  padding: 12% 5% 5%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}
.on .humbWrap {
  opacity: 1;
  pointer-events: unset;
}
.menuBtn {
  width: 13vw;
  padding-top: 3.7vw;
  height: 9.3vw;
  background: #e95457;
  position: fixed;
  z-index: 2;
  border-radius: 50%;
  top: 3%;
  right: 5%;
  transition: .3s;
}
.menuBtn span {
  width: 4.5vw;
  height: .6vw;
  background: #fff;
  display: block;
  margin: .9vw auto;
  position: relative;
  top: 0;
  opacity: 1;
  transition: .3s;
}
.on .menuBtn span:nth-child(1) {
  transform: rotate(35deg);
  transition: .3s;
  transform-origin: center center;
  top: 1.4vw;
}
.on .menuBtn span:nth-child(2) {
  opacity: 0;
}
.on .menuBtn span:nth-child(3) {
  transform: rotate(-35deg);
  transition: .3s;
  transform-origin: center center;
  top: -1.5vw;
}
header.onscroll .on .menuBtn span:nth-child(1) {
  top: 1.3vw;
}
header.onscroll .on .menuBtn span:nth-child(3) {
  top: -1.1vw;
}
.menuLogo {
  display: block;
  width: 41vw;
}
header nav {
  width: 100%;
  margin: 6% auto 4%;
}
header nav ul {
  flex-direction: column;
  justify-content: center;
}
header nav ul li a {
  margin: 0;
  display: flex;
  font-size: 3.45vw;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  padding: 4% 18% 4% 10%;
  border: 1px solid #d7d7d7;
  border-radius: 50vw;
  margin-top: 1.4%;
  position: relative;
}
header nav ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7vw;
  width: 1.5vw;
  height: 3vw;
  background: url(/wp-content/themes/a/img/arrow3.svg)0 0 no-repeat;
  background-size: 100%;
  margin: auto;
}
header nav ul li a span{
  font-size: 5.6vw;
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
  color:#f7b400;
}
.contactHead {
  font-size: 3vw;
  width: 90%;
  box-sizing: border-box;
  padding: 5% 0;
}
.pageTop {
  padding-top: 25%;
}
.fvWrap {
  padding-bottom: 81vw;
}
.fvBlock h2 {
  font-size: 14.5vw;
  line-height: 1.3;
  letter-spacing: .5vw;
}
.fvIllast1 {
  width: 100%;
  top: 21vw;
}
.fvBlock p {
  right: 6%;
  top: 84%;
  height: 40vw;
}
.fvBlock p span {
  font-size: 3.45vw;
  letter-spacing: .5vw;
  padding: 3vw .8vw 0;
}
.fvBlock p span:last-child {
  padding: 3vw 0.9vw;
}
.fvBlock h3 {
  font-size: 4.5vw;
  margin-top: 7%;
  letter-spacing: .3vw;
}
.tit1 {
  font-size: 9.7vw;
}
.tit1 span {
  font-size: 4.3vw;
  margin-top: 0;
}
.topAbout {
  padding-top: 12vw;
}
.topAbout .box1{
  flex-wrap: wrap;
}
.topAbout .txt1 {
  writing-mode: horizontal-tb;
  width: 92%;
  font-size: 3.6vw;
  letter-spacing: 0;
  margin: 0 auto;
  line-height: 2.2;
  text-align: justify;
  height: auto;
}
.topAbout .txt1 br{
  display: none;
}
.br{
  display: block;
}
.topAbout {
  padding: 12vw 0 24vw;
}
.topAbout .right {
  width: 90%;
  margin: 18% auto 0;
}
.topAbout .right .txt2 {
  font-size: 2.8vw;
  line-height: 1.8;
  margin-top: 7vw;
  width: 100%;
}
.topAbout:before {
  width: 30vw;
  height: 41vw;
  background: url(/wp-content/themes/a/img/topIllast1Sp.png)0 0 no-repeat;
  background-size: 100%;
  bottom: -30vw;
  right: 10%;
}
.topMission {
  padding-bottom: 15%;
  scroll-margin-top: 14vw;
  width: 80%;
}
.topMission .box1 {
  flex-wrap: wrap;
}
.topMission .box1 .tit1 {
  width: 100%;
}
.topMission .box1 p {
  width: 100%;
  font-size: 3.7vw;
  margin-top: 7%;
}
.topMission .box2 {
  flex-wrap: wrap;
  margin-top: 6%;
}
.topMission .box2 .circleImg {
  width: 90%;
  margin: 0 auto;
}
.topMission .box2 .right {
  width: 100%;
  margin-top: 8%;
}
.topMission .box2 .right .imgTxt {
  font-size: 3.7vw;
  margin-bottom: 0;
}
.topMission .box2 .right .imgTxt img {
  width: 30%;
}
.topMission .box2 .right .txt1 {
  font-size: 3.7vw;
  text-align: justify;
  line-height: 2.1;
}
.topMission .box2 .right .txt1 br{
  display: none;
}
.topSupport {
  padding-top: 15%;
  scroll-margin-top: 0;
  width: 80%;
}
.topMission:after {
  width: 34.5vw;
  height: 21vw;
  bottom: -17vw;
  left: 0;
  right: 0;
  margin: auto;
}
.topSupport .tit1 {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 2%;
}
.topSupport .tit1 span {
  display: block;
  width: 100%;
  text-align: center;
}
.topSupport .box1 {
  flex-wrap: wrap;
}
.topSupport .box1 .left{
  width: 100%;
}
.topSupport .box1 .left .txt1 {
  font-size: 3.3vw;
  text-align: center;
  margin-bottom: 5%;
}
.topSupport .box1 .left ul {
  width: 100%;
}
.topSupport .box1 .left ul li {
  width: 100%;
  margin: 1% 0 0;
  padding: 4%;
}
.topSupport .box1 .left ul li a {
  width: 66%;
  border-radius: 3vw;
  padding: 8% 7% 5%;
}
.topSupport .box1 .left ul li:nth-child(odd) {
  background: #f1e2ee;
}
.topSupport .box1 .left ul li h3 {
  font-size: 4.4vw;
}
.topSupport .box1 .left ul li p {
  font-size: 3.45vw;
}
.topSupport .box1 .left ul li p br{
  display: none;
}
.topSupport .box1 .left ul li:nth-child(5) {
  order: 6;
  background: #fff;
}
.topSupport .box1 .left ul li:nth-child(6) {
  background: #f1e2ee;
}
.topSupport .box1 .right p {
  writing-mode: horizontal-tb;
  text-align: center;
  font-size: 3.8vw;
  margin: 14% auto 0;
  line-height: 2;
}
.topSupport .box1 .right p br{
  display: none;
}
.topSupport .box1 .right img {
  width: 59%;
  margin: 8% auto;
  display: block;
}
.loopBlock {
  padding-top: 2vw;
}
.loopBlock .imgLoop {
  width: 400%;
}
.tit2 {
  font-size: 17.6vw;
}
.tit2 span {
  font-size: 5.2vw;
  margin-top: -6vw;
}
.topGroeth{
  scroll-margin-top: 5vw;
}
.topGroeth .txt1 span {
  border-bottom: 1px solid #009c84;
  padding-bottom: .1vw;
}
.topGroeth .txt1 {
  font-size: 3.45vw;
  margin-top: 5%;
}
.topIllast4.sp {
  display: block;
  margin: 0 auto;
  width: 60%;
}
.topGroeth .box1 {
  flex-wrap: wrap;
  margin-top: 5vw;
  padding: 5vw 0 0 0;
}
.topGroeth .box1 .left {
  width: 100%;
  margin-right: 0;
}
.topGroeth .box1 .tit1 {
  text-align: center;
  font-size: 4vw;
}
.topGroeth .box1 .tit1 br{
  display: none;
}
.topGroeth .box1 .tit1 span {
  font-size: 5.4vw;
  margin-top: 5%;
}
.topGroeth .box1 .tit1 b {
  font-size: 3.45vw;
}
.topGroeth .box1 .left p {
  font-size: 3.8vw;
  width: 93%;
  margin: 5% auto;
}
.topGroeth .box1 .right {
  width: 100%;
}
.topGroeth .box1 .right ul li {
  border-radius: 20vw;
}
.topGroeth .box1 .right ul li .txtBox div {
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: .3s;
}
.topGroeth .box1 .right ul li.open .txtBox div {
  max-height: 60vw;
  pointer-events: unset;
  transition: .3s;
}
.topGroeth .box1 .right ul li .num {
  font-size: 2.8vw;
  width: 8.2vw;
  height: 8.2vw;
  line-height: 8.2vw;
  margin-right: 3vw;
}
.topGroeth .box1 .right ul li {
  padding: 4%;
  border-radius: 8vw;
  justify-content: flex-start;
  position: relative;
}
.topGroeth .box1 .right ul li .txtBox {
  width: calc(100% - 11.2vw);
}
.topGroeth .box1 .right ul li .txtBox h3 {
  margin: 0;
  font-size: 3.45vw;
  position: relative;
}
.topGroeth .box1 .right ul li.open .txtBox h3 {
  margin: 0 0 2vw;
}
.topGroeth .box1 .right ul li h3:after {
  content: "";
  display: block;
  position: absolute;
  width: 4vw;
  height: 4vw;
  top: 0;
  bottom: 0;
  right: 2vw;
  margin: auto;
  background: url(/wp-content/themes/a/img/iconPlus.svg)0 0 no-repeat;
  background-size: 100%;
}
.topGroeth .box1 .right ul li.open h3:after {
  background: url(/wp-content/themes/a/img/iconMinus.svg)0 0 no-repeat;
  background-size: 100%;
}
.topGroeth .box1 .right ul li .txtBox p {
  font-size: 3vw;
}
.topGroeth .box1.ver2 {
  padding: 7% 0 7% 0;
  margin: 7% 0;
}
.growthWrap {
  padding-bottom: 30%;
}
.growthWrap:after {
  width: 52vw;
  height: 25vw;
  bottom: -2.5%;
  z-index: 3;
}
.topCareer {
  padding-top: 18%;
  width: 100%;
  scroll-margin-top: -3vw;
}
.topCareer .txt1 {
  margin: 6% 0;
  font-size: 1.5vw;
  font-size: 3.45vw;
}
.flowBoxScroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.flowBoxScroll::-webkit-scrollbar {
  display: none;
}
.flowBox {
  width: 280vw;
  overflow: visible;
  padding:0 22%;
}
.topCareer .flowBox li {
  width: 20%;
  border-radius: 30vw 30vw 0 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
.topCareer .flowBox li h3 {
  font-size: 5.3vw;
}
.topCareer .flowBox li h3 span {
  font-size: 3.8vw;
}
.topCareer .flowBox li p{
  font-size: 3.8vw;
}
.topCareer .flowBox li:before {
  width: 5vw;
  height: 9vw;
  left: -11vw;
}
.topCareer .scrolldot {
  display: flex;
  justify-content: center;
  gap: 2.5vw;
  margin-top: 5vw;
}
.topCareer .scrolldot .dot {
  appearance: none;
  -webkit-appearance: none;
  width: 2.4vw;
  height: 2.4vw;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(233, 84, 87, 0.25);
}
.topCareer .scrolldot .dot.is-active {
  background: #e95457;
}
.topCareer .scrolldot .dot:focus-visible {
  outline: 2px solid #e95457;
  outline-offset: 2px;
}
.topCareer .txt2 {
  font-size: 4vw;
  width: 85%;
  margin: 12vw auto 3vw;
  text-align: justify;
  line-height: 2;
}
.topCareer .txt2 br{
  display: none;
}
.topCareer .txt3 {
  font-size: 3.45vw;
  line-height: 2;
}
.topCareer .box1 {
  border-radius: 0;
  padding: 10% 0;
  background-size: 210%;
  background: url(/wp-content/themes/a/img/topCareerImg5Sp.jpg) 0 0 no-repeat;
  background-size: cover;
}
.topCareer .box1 ul {
  width: 80%;
  margin: 0 auto;
}
.topCareer .box1 ul li {
  display: flex;
  align-items: center;
  padding: 0 12%;
}
.topCareer .box1 ul li:nth-child(2) {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5% 12%;
}
.topCareer .box1 ul li .txt4 {
  font-size: 3.8vw;
}
.topCareer .box1 ul li .num {
  font-size: 2.5vw;
  width: 9.5vw;
  height: 9.5vw;
  line-height: 9.5vw;
  margin-right: 5vw;
}
.careerWrap:before {
  width: 53vw;
  height: 25vw;
}
.careerWrap {
  padding-bottom: 40%;
}
.topJob .box1 {
  flex-wrap: wrap;
}
.topJob .box1 .left,
.topJob .box1 .right {
  width: 90%;
  margin: 0 auto;
}
.topJob .box1 .left{
  display: flex;
  flex-wrap: wrap;
}
.topJob .tit1,
.topJob .box1 .txt1{
  width: 100%;
  order: 2;
}
.topJob .box1 img {
  width: 90%;
  margin: 0 auto 6%;
  order: 1;
  aspect-ratio: 30/22;
  object-fit: cover;
}
.topJob .box1 .txt1 {
  font-size: 3.45vw;
  line-height: 2;
  margin-bottom: 3%;
}
.topJob .box1 .right ul li:first-child{
  border-top: none;
}
.topJob .box1 .right ul li {
  flex-wrap: wrap;
  padding: 4% 0;
}
.topJob .box1 .right ul li .th,
.topJob .box1 .right ul li .td{
  width: 100%;
  font-size: 3.2vw;
}
.linkBtn1 {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 4.8vw;
}
.topJob {
  padding-bottom: 20%;
  scroll-margin-top: -60vw;
}
.contactWrap:before {
  width: 24vw;
  height: 20vw;
  left: 0;
  right: 0;
  margin: auto;
  top: -4vw;
}
.topContact {
  padding: 20% 0 30%;
  scroll-margin-top: -2vw;
}
.topContact .txt1 {
  font-size: 3.45vw;
}
.formBlock {
  width: 80%;
}
.formBlock label.list {
  flex-wrap: wrap;
}
.formBlock label .th {
  font-size: 4vw;
  width: 100%;
  margin-bottom: 2%;
}
.formBlock label .td {
  width: 100%;
}
.formBlock label input[type="email"], .formBlock label input[type="tel"], .formBlock label input[type="text"], .formBlock label input[type="number"], .formBlock label input[type="date"], .formBlock label input[type="url"], .formBlock label textarea{
  font-size: 3.45vw;
  border-radius: 1.5vw;
}
.formBlock label .th span {
  font-size: 2.6vw;
}
.formBlock .privacy .td {
  width: 100%;
  height: 180px;
}
.formBlock .privacy .td {
  width: 100%;
  height: 180px;
  font-size: 3vw;
  line-height: 1.8;
  border-radius: 1.5vw;
}
.formBlock label.list.doui {
  margin: 12vw 0 0;
}
.formBlock label.list.doui .td {
  display: flex;
  align-items: center;
  justify-content: center;
}
.formBlock label.list.doui .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.formBlock label.list.doui .wpcf7-list-item-label {
  font-size: 2.6vw;
  margin-left: 1vw;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-not-valid-tip {
  font-size: 3vw;
  padding-top: 1%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  margin: 5vw auto 0;
  font-size: 3vw;
  padding: 4% 10%;
}
.formBlock label.list.send input{
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 4.8vw;
}
.formBlock label.list.entTxt {
  margin-top: -10%;
}
.formBlock label.list.entTxt .td {
  font-size: 3vw;
}
footer {
  padding-top: 10vw;
}
.fbox1 {
  flex-wrap: wrap;
  width: 80%;
}
.fbox1 > div {
  width: 100%;
  padding: 4% 8%;
  margin-bottom: 6%;
}
.fbox1 .cntLeft{
  position: relative;
}
.fbox1 .cntLeft ul {
  flex-wrap: wrap;
  display: flex;
}
.fbox1 .cntLeft ul li {
  width: 50%;
}
.fbox1 .cntLeft ul li a {
  font-size: 3.45vw;
}
.fbox1 > div.cntLeft h2 {
  position: absolute;
  top: -20%;
  font-size: 4vw;
  font-family: "Cantarell", sans-serif;
  font-weight: 700;
}
.fbox1 .cntRight p {
  font-size: 3.45vw;
}
.fbox1 .cntRight a {
  width: 70%;
  border-radius: 3vw;
}
.fbox1 > div.right {
  width: 100%;
}
.fbox1 > div.right p {
  font-size: 3.45vw;
}
.fbox1 > div.spFoot {
  border-left: 0;
  margin-top: 20%;
}
.spFoot .snsBox {
  width: 40vw;
  height: 16vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 12% auto;
}
.spFoot .snsBox a, .spFoot .snsBox a img {
  width: 15.2vw;
  height: 15.2vw;
  opacity: 1;
}
.linkBtn2 {
  padding: 6% 10%;
  margin: 14% 0;
  width: 50%;
  margin: 0 auto;
  font-size: 4vw;
}
.fbox1 small {
  text-align: center;
  display: block;
  margin: 8% 0 0;
  font-size: 3.45vw;
}
.fbox1 small.pc {
  display: none;
}
}