p {
  letter-spacing: 0.1em;
  font-size: clamp(15px, 1.33vw, 16px);
  line-height: 200%;
}

.secLink {
  margin: 100px 0;
}

.secGreeting {
  padding-top: 100px;
  padding-bottom: 150px;
}

.secPhilosophy {
  padding: 100px 0;
}

.secWork {
  padding: 60px 0 150px;
}

.secPerson {
  padding: 100px 0;
}

.secCelebration {
  padding: 100px 0;
}

.secRecruit {
  padding: 150px 0;
}

.secForm {
  background: #ACDDF7;
  padding: 50px 0 100px;
}

.secGoal {
  padding: 150px 0 90px;
}

@media screen and (max-width: 767px) {
  .secLink {
    margin: 50px 0;
  }
  .secGreeting {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .secWork {
    padding: 50px 0;
  }
  .secPerson {
    padding: 50px 0;
  }
  .secCelebration {
    padding: 50px 0;
  }
  .secRecruit {
    padding: 75px 0 !important;
  }
  .secForm {
    padding: 50px 0 50px;
  }
  .secPhilosophy {
    padding: 50px 0;
  }
  .secGoal {
    padding: 50px 0 25px;
  }
}
.formBtn {
  width: 100%;
}
.formBtn a {
  margin: 0 auto;
  width: 90%;
  max-width: 392px;
  display: block;
  background: #ACDDF7;
  border-radius: 3px;
  padding: 18px 30px;
}
.formBtn a .btnwrap {
  font-size: 14px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formBtn a .btnwrap img {
  transform: rotate(90deg);
  width: 16px;
}

.deitalBtn {
  margin: 40px auto 0;
  width: 180px;
  display: block;
  background: #ACDDF7;
  border-radius: 3px;
  padding: 18px 15px;
}
.deitalBtn .btnwrap {
  font-size: 14px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deitalBtn .btnwrap img {
  transform: rotate(0deg);
  width: 16px;
}

.secLink {
  border: 1px solid #000;
  border-radius: 10px;
}
.secLink .wrap {
  max-width: 740px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}
.secLink .wrap .content {
  display: flex;
  align-items: center;
  gap: 15px;
}
.secLink .wrap .content .arrow {
  border-radius: 3px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ACDDF7;
}
.secLink .wrap .content p {
  font-weight: bold;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .secLink .wrap {
    padding: 25px 0;
    grid-template-columns: max-content max-content;
    gap: 15px 40px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .secLink .wrap {
    grid-template-columns: 1fr;
  }
}
.secPhilosophy {
  background: #D9F2FF;
}
.secPhilosophy .gridArea {
  display: grid;
  gap: 40px;
  margin-top: 50px;
}
.secPhilosophy .gridArea .content {
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.secPhilosophy .gridArea .content p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #595757;
  font-size: clamp(22px, 2vw, 24px);
  font-weight: bold;
  line-height: 160%;
}
.secPhilosophy .gridArea .content p span {
  line-height: 190%;
  font-size: inherit;
  font-weight: inherit;
  color: #fff;
  background: #41B9EC;
  margin: 5px 0;
  padding: 0px 10px 3px;
}

@media screen and (max-width: 500px) {
  .secPhilosophy .gridArea {
    margin-top: 30px;
    gap: 20px;
  }
  .secPhilosophy .gridArea .content {
    padding: 30px 0;
  }
  .secPhilosophy .gridArea .content p {
    width: -moz-fit-content;
    width: fit-content;
    font-size: clamp(14px, 4.36vw, 17px);
  }
}
.secGreeting .gridArea {
  padding-top: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.563rem, -1.205rem + 5.77vw, 3.125rem);
  align-items: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.secGreeting .gridArea .imgArea {
  border-radius: 10px;
  overflow: hidden;
  max-width: 444px;
  margin: 0 auto;
}
.secGreeting .gridArea .txArea .title {
  font-weight: 500;
  font-size: clamp(24px, 2.17vw, 26px);
  line-height: 180%;
  letter-spacing: 0.3em;
  padding-bottom: 15px;
}
.secGreeting .gridArea .txArea p {
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 300%;
  letter-spacing: 0.006em;
}

@media screen and (max-width: 767px) {
  .secGreeting .gridArea {
    padding-top: 30px;
    grid-template-columns: 1fr;
  }
}
.secGoal {
  background: #D9F2FF;
}
.secGoal .group1 {
  margin-top: 50px;
  background: #41B9EC;
  border-radius: 10px;
  padding: 40px 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: clamp(20px, 1.83vw, 22px);
}
.secGoal .group2 {
  margin-bottom: 150px;
}
.secGoal .group2 .tl {
  padding: 80px 0 40px;
  font-size: clamp(30px, 2.67vw, 32px);
  font-weight: bold;
  text-align: center;
}
.secGoal .group2 ul {
  display: grid;
  gap: 20px;
  margin-bottom: 50px;
}
.secGoal .group2 ul li {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.secGoal .group2 ul li span {
  letter-spacing: inherit;
  color: #41B9EC;
  font-weight: bold;
  font-size: clamp(20px, 1.83vw, 22px);
}

@media screen and (max-width: 767px) {
  .secGoal .group1 {
    margin-top: 30px;
    text-align: center;
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 30px 0px;
  }
  .secGoal .group2 {
    margin-bottom: 75px;
  }
  .secGoal .group2 .tl {
    padding: 40px 0 20px;
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secGoal .group2 ul {
    margin-bottom: 30px;
  }
  .secGoal .group2 ul li span {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
@media screen and (max-width: 500px) {
  .secGoal .titleWrap .title {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secGoal .group2 ul li {
    letter-spacing: 0.03em;
  }
}
.secWork {
  background: #D9F2FF;
}
.secWork .formBtn {
  margin-top: 50px;
}
.secWork .wrap {
  display: grid;
  gap: 40px;
  padding-top: 50px;
}
.secWork .wrap .content {
  background: #fff;
  border-radius: 10px;
}
.secWork .wrap .content .gridArea {
  display: grid;
  grid-template-columns: 1fr;
  padding: clamp(1.25rem, -0.964rem + 4.62vw, 2.5rem);
  gap: clamp(1.25rem, -0.964rem + 4.62vw, 2.5rem);
}
.secWork .wrap .content .gridArea .imgArea {
  border-radius: 10px;
  overflow: hidden;
}
.secWork .wrap .content .gridArea .txArea h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #41B9EC;
  font-size: clamp(22px, 2vw, 24px);
  font-weight: bold;
  padding-bottom: 20px;
}
.secWork .wrap .content .gridArea .txArea ul {
  margin-top: 25px;
}
.secWork .wrap .content .gridArea .txArea ul li {
  padding: 25px 0;
  border-top: 1px solid #CECECE;
}
.secWork .wrap .content .gridArea .txArea ul li h4 {
  color: #66BAE7;
  font-size: 16px;
  font-weight: bold;
}
.secWork .wrap .content .gridArea .txArea ul li p {
  letter-spacing: 0;
}
.secWork .wrap .content .gridArea .txArea ul li:last-of-type {
  padding: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .secWork {
    padding-top: 50px;
  }
  .secWork .wrap {
    padding-top: 30px;
  }
  .secWork .wrap .content .gridArea {
    grid-template-columns: 1fr;
  }
  .secWork .wrap .content .gridArea .txArea h3 {
    gap: 10px;
  }
  .secWork .wrap .content .gridArea .txArea h3 img {
    width: 40px;
    height: auto;
  }
  .secWork .wrap .content .gridArea .txArea ul {
    margin-top: 15px;
  }
  .secWork .wrap .content .gridArea .txArea ul li {
    padding: 15px 0;
  }
}
.secPerson .wrap {
  padding-top: 50px;
  display: grid;
  gap: 40px;
}
.secPerson .wrap .content .top h3 {
  width: 100%;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: clamp(28px, 2.5vw, 30px);
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
}
.secPerson .wrap .content .bottom .innerWrap {
  width: 90%;
  margin: 0 auto;
}
.secPerson .wrap .content .bottom .innerWrap ul {
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 0;
  margin: auto;
  text-indent: -1em;
  padding-left: 1em;
  display: grid;
  gap: 15px;
}
.secPerson .wrap .content .bottom .innerWrap ul li {
  text-indent: -1em;
  padding-left: 1em;
  color: #595757;
  font-size: clamp(20px, 1.83vw, 22px);
  font-weight: bold;
}
.secPerson .wrap .content .bottom .innerWrap ul li span {
  font-weight: inherit;
  font-size: inherit;
}
.secPerson .wrap .content.gre .top h3 {
  background: #98C394;
}
.secPerson .wrap .content.gre .bottom {
  border-radius: 0 0 10px 10px;
  border-left: 5px solid #98C394;
  border-bottom: 5px solid #98C394;
  border-right: 5px solid #98C394;
}
.secPerson .wrap .content.gre .bottom .innerWrap ul li span {
  background: linear-gradient(transparent 60%, #D6ECD4 60%);
}
.secPerson .wrap .content.pink .top h3 {
  background: #EFA8A7;
}
.secPerson .wrap .content.pink .bottom {
  border-radius: 0 0 10px 10px;
  border-left: 5px solid #EFA8A7;
  border-bottom: 5px solid #EFA8A7;
  border-right: 5px solid #EFA8A7;
}
.secPerson .wrap .content.pink .bottom .innerWrap ul li span {
  background: linear-gradient(transparent 60%, #FFCECE 60%);
}

@media screen and (max-width: 767px) {
  .secPerson .wrap {
    padding-top: 30px;
  }
  .secPerson .wrap .content .top h3 {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secPerson .wrap .content .bottom .innerWrap ul {
    padding: 20px 0;
  }
  .secPerson .wrap .content .bottom .innerWrap ul li {
    font-size: clamp(14px, 4.62vw, 18px);
  }
}
.secCelebration {
  background: #D9F2FF;
}
.secCelebration .wrap {
  padding-top: 50px;
}
.secCelebration .wrap .content {
  background: #fff;
  border-radius: 10px;
  padding: clamp(1.25rem, -0.964rem + 4.62vw, 2.5rem);
}
.secCelebration .wrap .content p {
  font-weight: bold;
}

.secRecruit .linkArea {
  margin: 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.secRecruit .linkArea a {
  display: block;
  background: #ACDDF7;
  border-radius: 3px;
  padding: 15px 30px;
}
.secRecruit .linkArea a .wrap {
  font-size: 14px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secRecruit .linkArea a .wrap img {
  transform: rotate(90deg);
  width: 16px;
}
.secRecruit .detailWrap {
  display: grid;
  gap: 100px;
}
.secRecruit .detailWrap .formBtn {
  margin-top: 32px;
}
.secRecruit .detailWrap .content .titleWrap {
  padding-bottom: 20px;
}
.secRecruit .detailWrap .content .tableWrap {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.secRecruit .detailWrap .content .tableWrap div {
  padding: 18px 12px;
  display: flex;
  align-items: center;
  font-size: clamp(15px, 1.33vw, 16px);
  border-top: 1px solid;
}
.secRecruit .detailWrap .content .tableWrap .title {
  justify-content: center;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-right: 1px solid #000;
}
.secRecruit .detailWrap .content .tableWrap .detail {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.secRecruit .detailWrap .content .tableWrap .last {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .secRecruit .linkArea {
    margin: 30px 0 50px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .secRecruit .linkArea a {
    padding: 10px;
  }
  .secRecruit .detailWrap {
    gap: 70px;
  }
  .secRecruit .detailWrap .content .tableWrap {
    grid-template-columns: 100px 1fr;
  }
  .secRecruit .detailWrap .content .tableWrap .title {
    justify-content: left;
    line-height: 150%;
  }
}
@media screen and (max-width: 500px) {
  .secRecruit .detailWrap .content .tableWrap div {
    padding: 12px 10px;
  }
}
.secDirector {
  padding: 100px 0;
}
.secDirector .gridArea:first-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .secDirector {
    padding: 50px 0;
  }
}
.secForm .infoArea {
  margin-top: 90px;
  border: 1px solid #fff;
  position: relative;
  border-radius: 10px;
  padding-bottom: 42px;
}
.secForm .infoArea h3 {
  white-space: nowrap;
  position: absolute;
  padding: 0 40px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #ACDDF7;
  font-size: clamp(23px, 2.08vw, 25px);
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.secForm .infoArea ul {
  padding: 40px 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  gap: 5px;
}
.secForm .infoArea ul li {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px;
  font-size: 16px;
}
.secForm .infoArea ul li img {
  position: relative;
  top: 6px;
}
.secForm .infoArea .gridArea {
  margin-top: 32px;
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin: 0 auto;
}
.secForm .infoArea .gridArea .arrow {
  position: relative;
}
.secForm .infoArea .gridArea .innerContent {
  max-width: 175px;
  width: 100%;
}
.secForm .infoArea .gridArea .innerContent p {
  padding-top: 16px;
  font-size: clamp(14px, 1.25vw, 15px);
  line-height: 140%;
  letter-spacing: 0.05em;
}
.secForm .infoArea .gridArea .innerContent p span {
  font-size: inherit;
  font-weight: bold;
  line-height: inherit;
  letter-spacing: inherit;
}
.secForm .infoArea .gridArea .innerContent p .ano {
  margin-top: 10px;
  font-weight: 400;
  display: block;
  font-size: 14px;
}
.secForm .infoArea .gridArea .innerContent .imgArea {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .secForm .infoArea .gridArea .arrow {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .secForm .infoArea {
    margin-top: 70px;
  }
  .secForm .infoArea h3 {
    line-height: 130%;
    padding: 0 20px;
    top: -30px;
  }
  .secForm .infoArea ul {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 30px;
    gap: 30px;
  }
  .secForm .infoArea .gridArea {
    flex-direction: column;
    align-items: center;
  }
  .secForm .infoArea .gridArea .arrow {
    transform: rotate(90deg);
    margin: 0 auto;
    height: 25px;
    width: auto;
  }
  .secForm .infoArea .gridArea .innerContent {
    max-width: 300px;
    width: 80%;
  }
}
#saiyou {
  font-size: 16px;
}
#saiyou h3 {
  background: #66BAE7;
  color: #fff;
}
#saiyou * {
  color: #000;
  line-height: 200%;
}
#saiyou h4 {
  padding-top: 40px;
  font-size: 18px;
  font-weight: bold;
}
#saiyou h3 + h4 {
  padding-top: 0px;
}
#saiyou .vision {
  margin-top: 72px;
  background: #66BAE7;
}
#saiyou .vision p {
  line-height: 160%;
  color: #fff;
  font-size: clamp(24px, 2.17vw, 26px);
  font-weight: bold;
  padding: 40px 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #saiyou h4 {
    padding-top: 20px;
  }
  #saiyou .vision {
    margin-top: 50px;
  }
  #saiyou .vision p {
    padding: 20px;
    line-height: 150%;
    font-size: clamp(20px, 1.83vw, 22px);
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=style.css.map */