@charset "UTF-8";
/*
 Theme Name: original
 Theme URI: http://example.com/original
 Author: Your Name
 Author URI: http://example.com
 Description: A custom WordPress theme.
 Version: 1.0
 License: GPL-2.0-or-later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: original
*/
@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap");
* {
  min-height: 0%;
  box-sizing: border-box;
}

html {
  margin: 0 !important;
}

body {
  background-color: #F3F3F3;
  color: #252525;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  line-height: 1;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
  color: #252525;
  cursor: pointer;
}

a:hover {
  opacity: .8;
}

ul, li {
  list-style: none;
}

em {
  font-style: normal;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.c-cta {
  display: flex;
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
}

.c-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 40px;
  border-radius: 10px;
  font-size: 20px;
}

.c-cta a:nth-of-type(1) {
  margin-right: 20px;
  border: 1px solid #252525;
  background-color: #fff;
  letter-spacing: 0.06em;
}

.c-cta a:nth-of-type(2) {
  border: 1px solid #EA4748;
  background-color: #EA4748;
  color: #fff;
  letter-spacing: 0.04em;
}

.c-cta--header a {
  font-size: 17px;
}

.c-secTtl {
  max-width: 1140px;
  margin: auto;
}

.c-secTtl span {
  display: block;
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.c-secTtl h2, .c-secTtl h3, .c-secTtl .h2 {
  font-size: 16px;
  font-weight: 600;
}

.c-secBlock {
  display: flex;
}

.c-secBlock-pic {
  width: 55%;
}

.c-secBlock-cnt {
  width: 45%;
  padding: 0 0 0 5%;
}

.c-secBlock-cnt-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 25px;
}

.c-secBlock-cnt-txt {
  line-height: 32px;
}

.c-secBlock-links {
  max-width: 710px;
  width: 100%;
  margin-top: 75px;
  position: relative;
}

.c-secBlock-links::after {
  width: 310px;
  height: 217px;
  background-image: url(img/pic-workplace.jpg);
  background-size: 100%;
  position: absolute;
  right: -50px;
  top: -72px;
  z-index: 1;
  border-radius: 15px;
}

.c-secBlock-links ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  padding: 0 20px;
  border-bottom: 1px solid;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
}

.c-secBlock-links ul li a span.arrow, .c-secBlock-links ul li a span.arrow2 {
  display: flex;
  align-items: center;
  transition: .4s;
}

.c-secBlock-links ul li a span.arrow {
  width: 0;
}

.c-secBlock-links ul li a span.arrow2 {
  width: 34px;
}

.c-secBlock-links ul li a span.txt {
  width: calc(100% - 34px);
  padding-left: 20px;
}

.c-secBlock-links ul li a span.pic {
  position: absolute;
  right: -62px;
  bottom: -50px;
  width: 310px;
  height: 0;
  transition: .4s;
  overflow: hidden;
}

.c-secBlock-links ul li a span.pic img {
  border-radius: 15px;
}

.c-btnMore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  width: 228px;
  height: 55px;
  padding: 0 23px 0 33px;
  border: 1px solid #EA4748;
  border-radius: 12px;
  position: relative;
}

.c-btnMore span:nth-of-type(1) {
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 600;
  color: #EA4748;
}

.c-btnMore span:nth-of-type(2) {
  display: flex;
  align-items: center;
  width: 20px;
}

.c-btnMore span:nth-of-type(2) img:nth-of-type(1) {
  display: block;
}

.c-btnMore span:nth-of-type(2) img:nth-of-type(2) {
  display: none;
}

.c-btnMore:hover {
  border-color: #F3F3F3;
  background-color: #EA4748;
  opacity: 1;
}

.c-btnMore:hover span:nth-of-type(1) {
  color: #F3F3F3;
}

.c-btnMore:hover span:nth-of-type(2) img:nth-of-type(1) {
  display: none;
}

.c-btnMore:hover span:nth-of-type(2) img:nth-of-type(2) {
  display: block;
}

.c-bg-ripples {
  position: relative;
}

.c-bg-ripples::before {
  content: '';
  background-image: url(img/bg-ripples.png);
  background-size: 100%;
  width: 734px;
  height: 734px;
  position: absolute;
  z-index: -1;
}

.c-block1 {
  display: flex;
  align-items: center;
}

.c-block1 > div.pic {
  width: 49%;
}

.c-block1 > div.txt {
  padding: 0 0 0 60px;
  width: 51%;
}

.c-block1 > div.txt p {
  font-family: "Shippori Mincho", serif;
}

.c-block1 > div.txt p:nth-of-type(1) {
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 20px;
}

.c-block1 > div.txt p:nth-of-type(2) {
  font-size: 20px;
  line-height: 37px;
}

.c-block2 {
  display: flex;
}

.c-block2 > div {
  width: 50%;
}

.c-block2 > div.pic {
  margin-top: 25px;
}

.c-block2 > div.txtWrap {
  padding: 0 50px 0 0;
}

.c-block2 > div.txtWrap p {
  font-size: 18px;
  line-height: 32px;
}

.c-block2 > div.txtWrap p.ttl1 {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 54px;
  margin-bottom: 40px;
}

.c-block2 > div.txtWrap p.ttl2 {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}

.c-ttlTxt p:nth-of-type(1) {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  line-height: 43px;
  margin-bottom: 40px;
}

.c-ttlTxt p:nth-of-type(2) {
  font-size: 18px;
  line-height: 32px;
}

.c-blogCard .imgWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  margin-bottom: 6px;
}

.c-blogCard .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.c-blogCard .tag {
  display: inline-block;
  background-color: #EA4748;
  color: #fff;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 100px;
  margin-top: 10px;
}

.c-blogCard .date {
  display: block;
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 14px;
  color: #ADADAD;
  margin: 6px 0;
}

.c-blogCard .ttl {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 1.3;
  margin-top: 6px;
}

.c-cat a, .c-cat span {
  display: inline-block;
  border-radius: 100px;
  padding: 11px 10px;
  margin: 18px 18px 0 0;
  color: #EA4748;
  background-color: #fff;
  border: 1px solid #EA4748;
  font-size: 16px;
  min-width: 144px;
  text-align: center;
}

.c-cat a.active, .c-cat span.active {
  color: #fff;
  background-color: #EA4748;
}

.c-viewAll {
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  color: #EA4748;
  padding-right: 70px;
  position: relative;
}

.c-viewAll::after {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #EA4748;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-blogList {
  display: flex;
  flex-wrap: wrap;
}

.c-blogList li {
  width: calc(100% / 3 - 30px);
  margin: 60px calc(30px * 3 / 2) 0 0;
}

.c-blogList li:nth-of-type(3n) {
  margin-right: 0;
}

.c-scroll {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 16px;
}

.c-scroll .c-scroll-inner {
  display: flex;
  align-items: center;
}

.c-scroll .c-scroll-inner span:nth-of-type(1) {
  margin-bottom: 5px;
}

.c-scroll .c-scroll-inner span:nth-of-type(2) {
  height: 60px;
  width: 1px;
}

.c-scroll .c-scroll-inner span:nth-of-type(2) span {
  display: block;
  width: 1px;
  height: 60px;
  background-color: #000;
  animation: stretch 2s infinite ease-in-out;
}

@keyframes stretch {
  0% {
    height: 0;
  }
  100% {
    height: 60px;
  }
}

main {
  width: 100%;
  overflow: hidden;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.fade-in.speed2 {
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.modaal-close {
  display: none;
}

.menu {
  max-width: 1380px;
  width: 100%;
  border-radius: 30px;
  margin-top: 10px;
  padding: 100px 80px 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 3;
  overflow: scroll;
}

.menu .menu-mdl-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 20px 30px 40px;
}

.menu .menu-mdl-header > a {
  display: flex;
  width: 175px;
}

.menu .menu-mdl-header .c-cta {
  width: 294px;
  margin-right: 80px;
}

.menu .menu-mdl-header .c-cta a {
  width: 137px;
  height: 40px;
}

.menu .menu-mdl-inner {
  padding-top: 50px;
  max-width: 1140px;
  margin: auto;
}

.menu .menu-mdl-inner::-webkit-scrollbar {
  display: none;
}

.menu .menu-mdl-inner.canscroll {
  height: 100vh;
  overflow: scroll;
}

.menu .menu-inner {
  display: flex;
  justify-content: center;
}

.menu .menu-inner-left {
  width: 38.526%;
  padding-right: 8%;
}

.menu .menu-inner-right {
  width: 55%;
  display: flex;
  flex-direction: column;
}

.menu .menu-links {
  display: flex;
  justify-content: space-between;
  word-break: break-all;
}

.menu .menu-links > div {
  width: 47%;
}

.menu .menu-links > div:nth-of-type(1) {
  padding-right: 1%;
}

.menu .menu-links > div > div a {
  display: inline-block;
}

.menu .menu-links > div > div a.big {
  margin-bottom: 8px;
}

.menu .menu-links > div > div a.big .c-secTtl span {
  font-size: 32px;
  margin-bottom: 5px;
}

.menu .menu-links > div > div a.big .c-secTtl h2 {
  font-size: 14px;
}

.menu .menu-links > div > div a:not(.big) {
  font-size: 16px;
  font-weight: 600;
  color: #ADADAD;
  margin-top: 15px;
}

.menu .menu-links > div > div + div {
  margin-top: 42px;
}

.menu .c-cta {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 238px;
}

.menu .c-cta a {
  width: calc(50% - 20px);
  height: 80px;
}

.menu-mdl {
  width: 40px;
  height: 22px;
  position: relative;
  margin-left: 40px;
  cursor: pointer;
}

.menu-mdl span {
  width: 40px;
  height: 1px;
  background-color: #252525;
  position: absolute;
  transition: .4s;
}

.menu-mdl span:nth-of-type(1) {
  top: 0;
}

.menu-mdl span:nth-of-type(2) {
  top: 50%;
}

.menu-mdl span:nth-of-type(3) {
  top: 100%;
}

header {
  padding: 30px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1000000;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1320px;
  margin: auto;
  height: 40px;
}

header .header-right {
  display: flex;
  align-items: center;
}

header h1 a {
  display: flex;
  width: 175px;
}

header .menu-mdl {
  width: 40px;
  height: 22px;
  position: relative;
  margin-left: 40px;
}

header .menu-mdl span {
  width: 40px;
  height: 1px;
  background-color: #252525;
  position: absolute;
}

header .menu-mdl span:nth-of-type(1) {
  top: 0;
}

header .menu-mdl span:nth-of-type(2) {
  top: 50%;
}

header .menu-mdl span:nth-of-type(3) {
  top: 100%;
}

header.open .menu-mdl span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 50%;
}

header.open .menu-mdl span:nth-of-type(2) {
  opacity: 0;
}

header.open .menu-mdl span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.sec-inner {
  padding: 100px 30px;
  position: relative;
  z-index: 1;
}

.sec--mv {
  overflow: hidden;
  font-family: "Shippori Mincho", serif;
}

.sec--mv .sec-inner {
  padding: 80px 30px 50px;
}

.sec--mv .mv-ttl {
  font-size: 73px;
  line-height: 102px;
  margin: 0 auto 80px;
  max-width: 1140px;
}

.sec--mv .mv-pic {
  width: 100%;
  text-align: right;
}

.sec--mv .mv-pic-img {
  display: inline-block;
  position: relative;
  width: calc((1140px * 0.81) + (100vw - 1140px) / 2);
  margin-right: -30px;
}

.sec--mv .c-bg-ripples::before {
  left: -430px;
  top: -100px;
}

.sec--mv .c-scroll {
  position: absolute;
  left: 60px;
  bottom: 0;
}

.sec--philosophy {
  font-family: "Shippori Mincho", serif;
  background-image: url(img/bg-philosophy.jpg);
  background-size: cover;
}

.sec--philosophy .sec-inner {
  padding: 150px 30px 200px;
}

.sec--philosophy .philosophy-ttl {
  font-size: 48px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 80px;
}

.sec--philosophy .philosophy-txt {
  font-size: 22px;
  line-height: 1.8;
  margin: auto;
  max-width: 560px;
}

.sec--philosophy .philosophy-txt p.last {
  font-size: 29px;
}

.sec--philosophy .philosophy-txt p + p {
  margin-top: 55px;
}

.sec--philosophy .c-bg-ripples::before {
  left: 50%;
  top: 0;
  z-index: 0;
}

.sec--business {
  z-index: 1;
}

.sec--business .sec-inner {
  padding-top: 200px;
}

.sec--business .c-secTtl {
  margin-bottom: 100px;
}

.sec--business .c-secBlock {
  max-width: calc((100vw - 1140px) / 2 + 1140px);
  margin-left: -30px;
}

.sec--business .c-secBlock-pic img {
  border-radius: 0 46px 46px 0;
}

.sec--business .c-secBlock-cnt {
  padding-top: 100px;
}

.sec--business.c-bg-ripples::before {
  right: -300px;
  top: 50%;
  transform: translateY(-50%);
}

.sec--recruit {
  z-index: 0;
}

.sec--recruit .c-secTtl {
  margin-bottom: 80px;
}

.sec--recruit .c-secBlock {
  max-width: 1140px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.sec--recruit .c-secBlock-pic {
  max-width: 436px;
  margin-left: 30px;
}

.sec--recruit .c-secBlock-cnt {
  max-width: 480px;
  padding: 0;
}

.sec--recruit.c-bg-ripples::before {
  left: -200px;
  top: -300px;
}

.sec--workplace .c-secTtl {
  margin-bottom: 50px;
}

.sec--workplace .c-secBlock {
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: auto;
  padding-right: 50px;
}

.sec--workplace .c-secBlock-cnt {
  width: 100%;
  padding: 0;
}

.sec--workplace .c-secBlock-cnt-txt {
  max-width: 540px;
}

.sec--workplace.c-bg-ripples::before {
  right: -200px;
  top: -100px;
}

.sec--interview {
  background-image: url(img/bg-interview.jpg);
  background-size: cover;
  color: #fff;
}

.sec--interview .sec-inner {
  padding: 100px 0 100px 30px;
}

.sec--interview .interview {
  padding: 50px 0;
  position: relative;
}

.sec--interview .interview-commentWrap {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1200px;
  max-width: 100vw;
  height: 100%;
  z-index: 1;
}

.sec--interview .interview-commentInner {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec--interview .interview-comment {
  position: absolute;
  bottom: 50px;
  left: -20px;
}

.sec--interview .interview-comment .txtWrap {
  word-break: auto-phrase;
  text-align: right;
  max-width: 310px;
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}

.sec--interview .interview-comment .comment {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 1.3;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec--interview .interview-comment .occupation {
  font-size: 16px;
  margin: 30px 0 10px;
}

.sec--interview .interview-comment .name {
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
}

.sec--interview .org-swiper {
  height: 591px;
  max-width: 1200px;
  margin: auto;
}

.sec--interview .org-swiper-slide {
  width: 293px;
  transition: transform 0.3s ease;
  margin-left: 40px;
}

.sec--interview .org-swiper-slide .txtWrap {
  display: none;
}

.sec--interview .org-swiper-wrapper {
  display: flex;
  width: 3852px;
}

.sec--interview .org-swiper-slide-active {
  width: 442px;
  margin-left: 120px;
}

.sec--interview .org-swiper-arrowWrap {
  position: absolute;
  bottom: 80px;
  right: 130px;
  display: flex;
  justify-content: space-between;
  width: 214px;
}

.sec--interview .org-swiper-button-prev,
.sec--interview .org-swiper-button-next {
  position: static;
  width: initial;
  height: initial;
  margin: 0;
  cursor: pointer;
  opacity: 1;
}

.sec--interview .org-swiper-button-prev::after,
.sec--interview .org-swiper-button-next::after {
  content: '';
}

.sec--interview .org-swiper-button-prev img,
.sec--interview .org-swiper-button-next img {
  width: 84px;
}

.sec--interview .org-swiper-button-prev.disabled,
.sec--interview .org-swiper-button-next.disabled {
  cursor: initial;
  opacity: .5;
}

.sec--blog .c-secTtl {
  margin: 0;
}

.sec--blog .blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto 100px;
}

.sec--blog .blog-archive {
  margin-left: calc(50vw - 1140px / 2 - 30px);
}

.sec--blog .swiper-slide {
  max-width: 308px;
}

.sec--qa {
  background-color: #fff;
}

.sec--qa .sec-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.sec--qa .c-secTtl {
  margin: 0 120px 0 0;
}

.sec--qa .qa {
  max-width: 846px;
  width: 100%;
}

.sec--qa .qa > div {
  padding: 35px 60px 35px 30px;
  border-top: 1px solid;
  position: relative;
  cursor: pointer;
}

.sec--qa .qa > div::before, .sec--qa .qa > div::after {
  content: '';
  width: 24px;
  height: 2px;
  background-color: #EA4748;
  position: absolute;
  right: 20px;
  top: 45px;
  transition: .4s;
}

.sec--qa .qa > div::after {
  transform: rotate(90deg);
}

.sec--qa .qa > div .qa-q {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  line-height: 1.3;
}

.sec--qa .qa > div .qa-a {
  display: none;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
}

.sec--qa .qa > div:last-of-type {
  border-bottom: 1px solid;
}

.sec--qa .qa > div.active::before {
  transform: rotate(180deg);
}

.sec--qa .qa > div.active::after {
  transform: rotate(180deg);
}

.sec--breadcrumb .sec-inner {
  max-width: 1200px;
  margin: auto;
  padding: 30px;
}

.sec--breadcrumb .breadcrumb {
  font-size: 14px;
}

.sec--breadcrumb .breadcrumb a {
  color: #EA4748;
}

.sec--breadcrumb .breadcrumb > a:not(.active),
.sec--breadcrumb .breadcrumb > span:not(.active) {
  padding-right: 20px;
  margin-right: 5px;
  position: relative;
}

.sec--breadcrumb .breadcrumb > a:not(.active)::after,
.sec--breadcrumb .breadcrumb > span:not(.active)::after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #ADADAD;
  position: absolute;
  right: 0;
  top: 50%;
}

.sec--lowerMv {
  background-size: cover;
  background-position: top center;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
  height: 440px;
  position: relative;
}

.sec--lowerMv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  pointer-events: none;
  border-radius: 0 0 20px 20px;
}

.sec--lowerMv .sec-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.sec--mvUnder {
  max-width: 1200px;
  margin: auto;
}

.sec--mvUnder .c-secTtl {
  margin-bottom: 100px;
}

.sec--message .sec-inner {
  padding: 100px 0 0;
}

.sec--message .message {
  display: flex;
  justify-content: flex-end;
  padding-left: 30px;
}

.sec--message .message-inner {
  display: flex;
  background-color: #fff;
  border-radius: 0 20px 0 0;
  max-width: calc((100vw - 1140px) / 2 + 1140px);
  position: relative;
}

.sec--message .message-inner::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: calc((100vw - 1140px) / 2);
  height: 100%;
  background-color: #fff;
  border-radius: 20px 0 0 0;
}

.sec--message .message-left {
  padding: 150px 30px 150px 0;
  width: 60%;
}

.sec--message .message-left-inner {
  max-width: 718px;
}

.sec--message .message-right {
  width: 40%;
}

.sec--message .message-right img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  border-radius: 0 20px 0 0;
}

.sec--message .message-cnt {
  max-width: 1200px;
  margin: auto;
}

.sec--message .message-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  margin: 100px 0 50px;
}

.sec--message .message-txt {
  line-height: 32px;
}

.sec--message .message-bottom p {
  font-family: "Shippori Mincho", serif;
}

.sec--message .message-bottom p:nth-of-type(1) {
  font-size: 20px;
  margin: 60px 0 25px;
}

.sec--message .message-bottom p:nth-of-type(2) {
  font-size: 25px;
}

.sec--biz1 .sec-inner {
  max-width: 860px;
  margin: auto;
}

.sec--biz1 .sec-inner p {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 2;
}

.sec--biz2 .c-bg-ripples::before {
  right: -140px;
  bottom: -400px;
}

.sec--biz2 .sec-inner {
  padding-left: 0;
}

.sec--biz2 .biz2 {
  display: flex;
  align-items: center;
  max-width: calc((100vw - 1140px) / 2 + 1140px);
}

.sec--biz2 .biz2-left {
  width: 50%;
}

.sec--biz2 .biz2-left img {
  border-radius: 0 30px 30px 0;
}

.sec--biz2 .biz2-right {
  width: 50%;
  min-width: 554px;
  padding: 0 0 0 7%;
}

.sec--biz3 .sec-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.sec--biz3 .c-ttlTxt {
  margin-bottom: 50px;
}

.sec--biz3 .c-biz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2カラム */
  grid-template-rows: auto auto;
  /* 2行 */
  gap: 25px;
  /* 隙間 */
}

.sec--biz3 .c-biz-grid > div {
  background-color: #fff;
  padding: 25px;
  border-radius: 9px;
}

.sec--biz3 .c-biz-grid > div div {
  display: inline-block;
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 15px;
  color: #EA4748;
  border-bottom: 1px solid #EA4748;
  padding: 0 4px 1px 3px;
}

.sec--biz3 .c-biz-grid > div p {
  width: 100%;
}

.sec--biz3 .c-biz-grid > div p:nth-of-type(1) {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  margin: 20px 0;
}

.sec--biz3 .c-biz-grid > div p:nth-of-type(2) {
  line-height: 32px;
}

.sec--biz4 .c-bg-ripples::before {
  left: -310px;
  bottom: -460px;
}

.sec--biz4 .sec-inner {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.sec--biz4 .c-ttlTxt {
  margin-bottom: 50px;
}

.sec--biz4 .c-biz-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  /* 左右2カラム */
  grid-template-rows: auto auto;
  /* 2行 */
  gap: 30px;
  /* 隙間 */
}

.sec--biz4 .c-biz-grid > div {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 9px;
}

.sec--biz4 .c-biz-grid > div:nth-of-type(1) {
  grid-row: span 2;
  /* 左のカラムを2行分占める */
}

.sec--biz4 .c-biz-grid > div:nth-of-type(1) div img {
  max-width: 300px;
}

.sec--biz4 .c-biz-grid > div div {
  text-align: center;
}

.sec--biz4 .c-biz-grid > div div img {
  max-width: 434px;
}

.sec--biz4 .c-biz-grid > div div + p {
  margin: 30px 0 20px;
}

.sec--biz4 .c-biz-grid > div p:nth-of-type(1) {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 43px;
  margin-bottom: 20px;
}

.sec--biz4 .c-biz-grid > div p:nth-of-type(2) {
  line-height: 32px;
}

.sec--portrait .sec-inner {
  max-width: 1200px;
  margin: auto;
}

.sec--portrait .portrait-img {
  text-align: center;
  margin: 0 0 80px;
}

.sec--portrait .portrait-img img {
  max-width: 436px;
}

.sec--portrait .portrait-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* 2カラム */
  grid-template-rows: auto auto;
  /* 2行 */
  gap: 0;
  /* 隙間 */
}

.sec--portrait .portrait-grid > div {
  padding: 50px 80px;
  position: relative;
}

.sec--portrait .portrait-grid > div:nth-of-type(1)::before, .sec--portrait .portrait-grid > div:nth-of-type(4)::before {
  content: '';
  height: 1px;
  width: calc(100% - 20px);
  position: absolute;
  background-color: #ADADAD;
}

.sec--portrait .portrait-grid > div:nth-of-type(1)::after, .sec--portrait .portrait-grid > div:nth-of-type(4)::after {
  content: '';
  height: calc(100% - 20px);
  width: 1px;
  position: absolute;
  background-color: #ADADAD;
}

.sec--portrait .portrait-grid > div:nth-of-type(1)::before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec--portrait .portrait-grid > div:nth-of-type(1)::after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec--portrait .portrait-grid > div:nth-of-type(4)::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec--portrait .portrait-grid > div:nth-of-type(4)::after {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec--portrait .portrait-grid > div p:nth-of-type(1) {
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 18px;
}

.sec--portrait .portrait-grid > div p:nth-of-type(2) {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  line-height: 43px;
  margin: 15px 0 20px;
}

.sec--portrait .portrait-grid > div p:nth-of-type(3) {
  line-height: 32px;
}

.sec--portrait .portrait-grid.c-bg-ripples::before {
  left: -400px;
  top: -100px;
}

.sec--occupation .sec-inner {
  max-width: 1200px;
  margin: auto;
}

.sec--occupation .occupation {
  display: flex;
}

.sec--occupation .occupation-left {
  width: 50%;
  padding-right: 10%;
}

.sec--occupation .occupation-left .c-ttlTxt p:nth-of-type(1) {
  margin-bottom: 20px;
}

.sec--occupation .occupation-left-pic {
  width: 40vw;
  margin: 100px 0 0 calc(-1*(100vw - 1200px) / 2 - 30px);
}

.sec--occupation .occupation-left-pic img {
  border-radius: 0 30px 30px 0;
}

.sec--occupation .occupation-right {
  width: 50%;
  padding: 72px;
  background-color: #fff;
  border-radius: 20px;
}

.sec--occupation .occupation-right .c-ttlTxt p:nth-of-type(1) {
  margin-bottom: 20px;
}

.sec--occupation .occupation-right .c-ttlTxt + .c-ttlTxt {
  margin-top: 50px;
}

.sec--occupation .occupation-right.c-bg-ripples::before {
  right: -400px;
  top: 50%;
  transform: translateY(-50%);
}

.sec--requirements .sec-inner {
  max-width: 946px;
  margin: auto;
}

.sec--requirements .recruit-ttl {
  text-align: center;
}

.sec--requirements .requirements > div {
  display: flex;
  border-top: 1px solid #C1C1C1;
  padding: 30px 0;
}

.sec--requirements .requirements > div div {
  line-height: 43px;
}

.sec--requirements .requirements > div div:nth-of-type(1) {
  width: 240px;
  padding-right: 30px;
  font-family: "Shippori Mincho", serif;
}

.sec--requirements .requirements > div div:nth-of-type(2) {
  width: calc(100% - 240px);
}

.sec--evaluation .c-ttlTxt {
  margin: 80px 0 40px;
}

.sec--evaluation .c-ttlTxt p:nth-of-type(1) {
  margin-bottom: 10px;
}

.sec--evaluation .evaluation-block1 {
  background-color: #fff;
  border-radius: 9px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.sec--evaluation .evaluation-block1 > div {
  width: calc(50% - 45px);
}

.sec--evaluation .evaluation-block1 > span {
  position: relative;
  width: 30px;
  height: 30px;
}

.sec--evaluation .evaluation-block1 > span::before, .sec--evaluation .evaluation-block1 > span::after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #EA4748;
  position: absolute;
  top: 50%;
}

.sec--evaluation .evaluation-block1 > span::before {
  transform: translateY(-50%) rotate(45deg);
}

.sec--evaluation .evaluation-block1 > span::after {
  transform: translateY(-50%) rotate(-45deg);
}

.sec--evaluation .evaluation-block1-header {
  background-color: #EA4748;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  border: 1px solid #EA4748;
}

.sec--evaluation .evaluation-block1-cnt {
  padding: 50px 30px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.sec--evaluation .evaluation-block1-cnt ul li {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}

.sec--evaluation .evaluation-block1-cnt ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #EA4748;
}

.sec--evaluation .evaluation-block1-cnt ul li + li {
  margin-top: 20px;
}

.sec--evaluation .evaluation-block1-cnt-txt {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ddd;
}

.sec--evaluation .evaluation-block1-cnt-txt p {
  font-size: 14px;
  line-height: 2;
}

.sec--evaluation .evaluation-block2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec--evaluation .evaluation-block2 > div {
  width: calc(50% - 15px);
  margin-top: 30px;
  border-radius: 9px;
  background-color: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec--evaluation .evaluation-block2 > div div:nth-of-type(1) {
  color: #EA4748;
  font-size: 20px;
}

.sec--evaluation .evaluation-block2 > div div:nth-of-type(2) {
  font-size: 14px;
}

.sec--evaluation .evaluation-block2 > div div:nth-of-type(2) span {
  color: #EA4748;
  font-size: 24px;
  display: inline-block;
  padding-left: 4px;
}

.sec--evaluation .evaluation-block2 > div div:nth-of-type(2) span b {
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 44px;
}

.sec--evaluation .evaluation-block2 > div:nth-of-type(1) {
  width: 100%;
  margin-top: 0;
  padding: 20px 30px;
}

.sec--evaluation .evaluation-block3 {
  display: flex;
  justify-content: space-between;
}

.sec--evaluation .evaluation-block3 div {
  width: calc(50% - 15px);
}

.sec--evaluation .evaluation-block3 div img {
  border-radius: 22px;
}

.sec--benefits {
  background-color: #fff;
  position: relative;
}

.sec--benefits::before, .sec--benefits::after {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
}

.sec--benefits::before {
  right: 100%;
}

.sec--benefits::after {
  left: 100%;
}

.sec--benefits .sec-inner {
  max-width: 1014px;
}

.sec--benefits .benefits {
  margin-top: 40px;
}

.sec--benefits .benefits > div {
  border-top: 1px solid #C1C1C1;
  padding: 60px 0;
  display: flex;
}

.sec--benefits .benefits > div:last-of-type {
  border-bottom: 1px solid #C1C1C1;
}

.sec--benefits .benefits-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 30px;
  width: 280px;
  padding-right: 30px;
}

.sec--benefits .benefits-cnt {
  width: calc(100% - 280px);
}

.sec--benefits .benefits-cnt > div p:nth-of-type(1) {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #EA4748;
}

.sec--benefits .benefits-cnt > div p:nth-of-type(1)::before {
  content: '・';
  left: 0;
}

.sec--benefits .benefits-cnt > div p:nth-of-type(2) {
  font-size: 16px;
  line-height: 30px;
  padding-left: 20px;
}

.sec--benefits .benefits-cnt > div + div {
  margin-top: 30px;
}

.sec--introduction .sec-inner {
  max-width: 1014px;
}

.sec--introduction .introduction {
  margin-top: 80px;
}

.sec--introduction .introduction > div {
  margin-top: 80px;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(1) div {
  margin-top: 0;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(1) div img {
  object-fit: cover;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(1) div:nth-of-type(1) {
  max-width: 33%;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(1) div:nth-of-type(1) img {
  object-position: -55px 0;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(1) div:nth-of-type(2) {
  max-width: calc(67% - 40px);
  margin-left: 40px;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(2) div {
  margin-top: 0;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(2) div img {
  object-fit: cover;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(2) div:nth-of-type(1) {
  max-width: calc(67% - 40px);
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(2) div:nth-of-type(2) {
  max-width: 33%;
  margin-left: 40px;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(3) div {
  margin-top: 0;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(3) div img {
  object-fit: cover;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(3) div:nth-of-type(1) {
  max-width: 53%;
}

.sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(3) div:nth-of-type(2) {
  max-width: calc(47% - 40px);
  margin-left: 40px;
}

.sec--introduction .introduction-name {
  line-height: 32px;
  margin-bottom: 10px;
}

.sec--introduction .introduction-pic div {
  display: flex;
  justify-content: flex-end;
}

.sec--introduction .introduction-pic div img {
  border-radius: 9px;
}

.sec--introduction .introduction-pic div + div {
  margin-top: 40px;
}

.sec--picup .c-cat a, .sec--picup .c-cat span {
  padding: 8.5px 10px;
  margin: 16px 16px 0 0;
  min-width: 120px;
  font-size: 12px;
}

.sec--picup .sec-inner {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 0;
}

.sec--picup .picup-ttl {
  position: relative;
  padding-left: 25px;
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 32px;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}

.sec--picup .picup-ttl::before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(img/ico-pickup.svg);
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sec--picup .picup {
  display: flex;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
}

.sec--picup .picup-img {
  width: 25%;
  margin-right: 30px;
}

.sec--picup .imgWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}

.sec--picup .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 9px;
}

.sec--picup .picup-txtWrap {
  width: 75%;
}

.sec--picup .picup-txtWrap .c-cat {
  margin-top: 80px;
}

.sec--picup .picup-txt p:nth-of-type(1) {
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  color: #adadad;
}

.sec--picup .picup-txt p:nth-of-type(2) {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0;
}

.sec--picup .picup-txt p:nth-of-type(3) {
  line-height: 2;
  color: #adadad;
}

.sec--archive .sec-inner {
  max-width: 1200px;
  margin: auto;
}

.sec--archive .navigation {
  margin-top: 80px;
}

.sec--archive .nav-links {
  display: flex;
  justify-content: center;
}

.sec--archive .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  border-radius: 4px;
  color: #EA4748;
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
}

.sec--archive .page-numbers.current {
  background-color: #EA4748;
  color: #fff;
}

.sec--archive .page-numbers:not(.current):hover {
  background-color: #ddd;
}

.sec--archive .page-numbers.prev {
  background-image: url(img/ico-arrow-prev-blog.svg);
  background-size: 12px;
  background-position: center;
}

.sec--archive .page-numbers.next {
  background-image: url(img/ico-arrow-next-blog.svg);
  background-size: 12px;
  background-position: center;
}

.sec--single .sec-inner {
  max-width: 980px;
  margin: auto;
}

.sec--single .single-header {
  border-bottom: 1px solid #ADADAD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.sec--single .single-header p:nth-of-type(1) {
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  margin-bottom: 20px;
}

.sec--single .single-header p:nth-of-type(2) {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  line-height: 43px;
}

.sec--single .c-cat {
  margin-bottom: 80px;
}

.sec--single .single-eyecatche {
  margin-bottom: 60px;
}

.sec--single .single-cnt {
  line-height: 1.778;
}

.sec--single .single-cnt h2, .sec--single .single-cnt h3, .sec--single .single-cnt h4, .sec--single .single-cnt h5 {
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0.07em;
}

.sec--single .single-cnt h2 {
  font-size: 28px;
}

.sec--single .single-cnt h3 {
  font-size: 24px;
}

.sec--single .single-cnt h4 {
  font-size: 21px;
}

.sec--single .single-cnt h5 {
  font-size: 21px;
}

.sec--single .single-cnt a {
  text-decoration: underline;
}

.sec--single .single-cnt p {
  margin-bottom: 30px;
  line-height: 32px;
}

.sec--single .single-cnt p + h2,
.sec--single .single-cnt p + h3,
.sec--single .single-cnt p + h4,
.sec--single .single-cnt p + h5 {
  margin-top: 60px;
}

.sec--single .single-cnt ul li {
  padding-left: 1rem;
  position: relative;
}

.sec--single .single-cnt ul li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.sec--single .single-cnt table {
  letter-spacing: 0.07em;
  width: 100%;
}

.sec--single .single-cnt table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C1C1C1;
}

.sec--single .single-cnt table tr th, .sec--single .single-cnt table tr td {
  width: 30%;
  padding: 12px 0;
  text-align: center;
}

.sec--single .single-cnt table tr th:first-of-type {
  width: 40%;
  text-align: left;
}

.sec--single .single-cnt table tr td:first-of-type {
  width: 40%;
  text-align: left;
}

.sec--single .single-cnt table tr:first-of-type, .sec--single .single-cnt table tr:last-of-type {
  border-bottom: 1px solid #000;
}

.sec--other .sec-inner {
  max-width: 1200px;
  margin: auto;
}

.sec--other .other-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec--other .other-header p {
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 32px;
}

footer {
  background-color: #F3F3F3;
}

footer a {
  color: #fff;
}

footer .footer-innerWrap {
  color: #fff;
  padding: 100px 50px 50px;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}

footer .footer-innerWrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(img/bg-footer.jpg);
  background-size: cover;
  background-position: center;
  filter: blur(4px);
  border-radius: 20px 20px 0 0;
}

footer .footer-innerWrap::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px 20px 0 0;
}

footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1340px;
  margin: auto;
  position: relative;
  z-index: 2;
}

footer .footer-left {
  padding-left: 100px;
}

footer .footer-left a {
  display: block;
  max-width: 261px;
  width: 100%;
  margin-bottom: 40px;
}

footer .footer-sns {
  display: flex;
}

footer .footer-sns a {
  display: block;
  width: 36px;
}

footer .footer-sns a.x {
  margin-right: 15px;
}

footer .footer-right {
  display: flex;
  flex-wrap: wrap;
  max-width: 396px;
  padding-right: 100px;
}

footer .footer-right a {
  display: inline-block;
}

footer .footer-right a:nth-of-type(2n+1) {
  margin-right: 60px;
}

footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding: 30px 100px 0;
  margin-top: 100px;
  width: 100%;
  font-family: "Gantari", serif;
  font-optical-sizing: auto;
  font-size: 12px;
  letter-spacing: 0.08em;
}

footer .footer-bottom a {
  display: block;
  position: relative;
  padding-right: 18px;
}

footer .footer-bottom a::after {
  content: '';
  width: 9px;
  height: 9px;
  background-image: url(img/ico-newTab.svg);
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 1px;
}

main.top {
  margin-top: 100px;
}

main.top .c-bg-ripples::before {
  width: 496px;
  height: 496px;
}

main.top + footer {
  background-color: #fff;
}

main.philosophy .sec--lowerMv {
  background-image: url(img/pic-header-philosophy.jpg);
}

main.philosophy .sec--mvUnder.c-bg-ripples::before {
  right: -310px;
  top: -240px;
}

main.philosophy + footer {
  background-color: #fff;
}

main.business .sec--lowerMv {
  background-image: url(img/pic-header-business.jpg);
}

main.business .sec--mvUnder.c-bg-ripples::before {
  left: -310px;
  bottom: -300px;
}

main.recruit .sec--lowerMv {
  background-image: url(img/pic-header-recruit.jpg);
}

main.recruit .recruit-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  margin-bottom: 80px;
}

main.workplace .content {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  max-width: 1300px;
  margin: auto;
  position: relative;
}

main.workplace .content-inner {
  width: 100%;
  padding-left: 236px;
}

main.workplace .sec--lowerMv {
  background-image: url(img/pic-header-workplace.jpg);
}

main.workplace .workplace-ttl {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  padding-left: 35px;
  position: relative;
}

main.workplace .workplace-ttl::before {
  content: '';
  width: 17px;
  height: 2px;
  background-color: #EA4748;
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

main.workplace .floatingMenu {
  position: absolute;
  top: 0;
  width: 130px;
  z-index: 1;
}

main.workplace .floatingMenu a {
  font-family: "Shippori Mincho", serif;
  position: relative;
  display: inline-block;
}

main.workplace .floatingMenu a::before {
  content: '・';
}

main.workplace .floatingMenu a.active {
  color: #EA4748;
}

main.workplace .floatingMenu a + a {
  margin-top: 30px;
}

main.workplace .floatingMenu.fixed {
  position: fixed;
}

main.blog .sec--lowerMv {
  background-image: url(img/pic-header-blog.jpg);
}

main.notfound .sec-inner {
  max-width: 1200px;
  margin: auto;
}

main.notfound .c-secTtl span {
  font-size: 30px;
}

main.notfound .notfound {
  line-height: 1.5;
}

main.notfound .txt1 {
  font-size: 16px;
}

main.notfound .txt2 {
  margin: 20px 0 30px;
  font-size: 14px;
}

main.notfound .back {
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 158px;
}

main.notfound .back .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: 12.8px 10px 12.8px 0;
  border-radius: 9999px;
  background-color: #000;
}

main.notfound .back .arrow::before,
main.notfound .back .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 9px;
  height: 2px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: 1px 50%;
}

main.notfound .back .arrow::before {
  transform: rotate(45deg);
}

main.notfound .back .arrow::after {
  transform: rotate(-45deg);
}

@media (max-width: 768px) and (max-height: 500px) {
  .menu-mdl-inner {
    padding-bottom: 60px;
  }
}

@media (max-width: 1320px) {
  .sec--introduction .introduction > div:nth-of-type(2) .introduction-pic > div:nth-of-type(1) div:nth-of-type(1) img {
    object-position: -2vw 0;
  }
}

@media (max-width: 1200px) {
  .sec--mv .mv-pic-img {
    width: 80vw;
  }
  .sec--interview .org-swiper-arrowWrap {
    bottom: -60px;
  }
  .sec--occupation .occupation-left {
    padding-right: 5%;
  }
  .sec--occupation .occupation-left-pic {
    margin-left: -30px;
  }
  .sec--message .message {
    padding-left: 0;
  }
  .sec--message .message-inner {
    max-width: 100vw;
    width: 100%;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
  }
  .sec--message .message-inner::before {
    content: none;
  }
  .sec--message .message-left {
    padding: 150px 30px;
  }
}

@media (max-width: 1170px) {
  .sec--blog .blog-archive {
    margin-left: 0;
  }
  .sec--evaluation .evaluation-block2 > div {
    padding: 20px;
  }
}

@media (max-width: 1140px) {
  .sec--business .c-secBlock-pic {
    width: 50%;
  }
  .sec--business .c-secBlock-cnt {
    width: 50%;
  }
}

@media (max-width: 1060px) {
  .c-block2 {
    align-items: flex-end;
  }
  .c-block2 > div.txtWrap {
    padding: 0 30px 0 0;
  }
  .c-block2 > div.txtWrap p.ttl1, .c-block2 > div.txtWrap p.ttl2 {
    word-break: keep-all;
    width: calc(100vw - 60px);
  }
  .c-block2 > div.pic {
    margin-bottom: 50px;
  }
  .modaal-content-container {
    padding: 150px 30px 100px;
  }
  .menu .menu-links {
    margin-bottom: 50px;
  }
  .menu .menu-inner-left {
    width: 38%;
    padding-right: 5%;
  }
  .menu .menu-inner-right {
    width: 62%;
  }
  .sec--mv .mv-ttl {
    font-size: 64px;
  }
  .sec--business .sec-inner {
    padding: 100px 30px 100px 0;
  }
  .sec--business .c-secBlock {
    align-items: center;
  }
  .sec--business .c-secBlock-pic img {
    border-radius: 0 24px 24px 0;
  }
  .sec--philosophy .philosophy-ttl {
    font-size: 40px;
  }
  .sec--recruit .c-secBlock {
    align-items: center;
  }
  .sec--message .message-left {
    padding: 100px 30px;
  }
  .sec--evaluation .evaluation-block1 {
    align-items: initial;
    padding: 30px;
  }
  .sec--evaluation .evaluation-block1 > div {
    width: calc(50% - 25px);
  }
  .sec--evaluation .evaluation-block1 > span {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .sec--evaluation .evaluation-block1-cnt {
    padding: 40px 20px;
  }
  .sec--evaluation .evaluation-block2 > div {
    flex-wrap: wrap;
    width: calc(50% - 10px);
    padding: 20px;
    margin-top: 20px;
  }
  .sec--evaluation .evaluation-block2 > div div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 8px;
  }
  .sec--benefits .benefits-ttl {
    font-size: 22px;
    width: 230px;
  }
  .sec--biz2 .biz2-right {
    min-width: initial;
  }
  .sec--portrait .portrait-grid > div {
    padding: 25px 40px;
  }
  .sec--portrait .portrait-img {
    margin: 0 0 20px;
  }
  .sec--portrait .portrait-grid {
    grid-template-columns: 1fr;
  }
  .sec--portrait .portrait-grid > div {
    padding: 20px;
    border-bottom: 1px solid #ADADAD;
  }
  .sec--portrait .portrait-grid > div::before, .sec--portrait .portrait-grid > div::after {
    content: none !important;
  }
  .sec--portrait .portrait-grid > div p:nth-of-type(2) {
    font-size: 22px;
    line-height: 1.6;
    margin: 12px 0 17px;
  }
  .sec--portrait .portrait-grid > div p:nth-of-type(3) {
    line-height: 1.8;
  }
  .sec--occupation .occupation-right {
    padding: 40px;
  }
  main.workplace .content-inner {
    padding-left: 20%;
  }
  footer .footer-left {
    padding-left: 30px;
  }
  footer .footer-right {
    max-width: 306px;
    padding-right: 30px;
  }
  footer .footer-bottom {
    padding: 30px 30px 0;
    flex-direction: column;
  }
  footer .footer-bottom p {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .c-cta--header {
    display: none;
  }
  .c-secTtl span {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .c-secTtl h2, .c-secTtl h3, .c-secTtl .h2 {
    font-size: 14px;
  }
  .c-ttlTxt p:nth-of-type(1) {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .c-ttlTxt p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.8;
  }
  .c-secBlock-pic {
    width: 100%;
  }
  .c-secBlock-cnt {
    width: 100%;
  }
  .c-secBlock-cnt-ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .c-secBlock-links {
    margin-top: 50px;
  }
  .c-secBlock-links::after {
    width: 150px;
    height: 106px;
    right: -15px;
    top: -28px;
  }
  .c-secBlock-links ul li a {
    height: 80px;
    font-size: 20px;
    padding: 0;
  }
  .c-secBlock-links ul li a span.arrow {
    display: none;
  }
  .c-secBlock-links ul li a span.arrow2 {
    width: 22px;
  }
  .c-secBlock-links ul li a span.txt {
    padding-left: 0;
    width: calc(100% - 22px - 50px - 30px);
  }
  .c-secBlock-links ul li a span.pic {
    position: static;
    width: 50px;
    height: 50px;
    display: none;
  }
  .c-secBlock-links ul li a span.pic img {
    object-fit: cover;
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }
  .c-secBlock-links ul li a:hover span.arrow2 {
    width: 34px;
  }
  .c-secBlock-links ul li a:hover span.pic {
    height: 50px;
  }
  .c-btnMore {
    margin-top: 30px;
  }
  .c-block1 {
    display: block;
  }
  .c-block1 > div.pic {
    width: 100%;
    text-align: center;
  }
  .c-block1 > div.pic img {
    max-width: 500px;
  }
  .c-block1 > div.txt {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .c-block1 > div.txt p:nth-of-type(1) {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .c-block1 > div.txt p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.8;
  }
  .c-block2 {
    flex-direction: column;
  }
  .c-block2 > div {
    width: 100%;
  }
  .c-block2 > div.txtWrap {
    padding: 0;
  }
  .c-block2 > div.txtWrap p {
    font-size: 16px;
    line-height: 1.8;
  }
  .c-block2 > div.txtWrap p.ttl1, .c-block2 > div.txtWrap p.ttl2 {
    word-break: initial;
    width: 100%;
    line-height: 1.8;
  }
  .c-block2 > div.txtWrap p.ttl1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .c-block2 > div.txtWrap p.ttl2 {
    font-size: 18px;
  }
  .c-block2 > div.pic {
    margin: 30px 0 0;
    text-align: center;
  }
  .c-block2 > div.pic img {
    max-width: 500px;
  }
  .c-cat a, .c-cat span {
    padding: 8px 10px;
    margin: 10px 10px 0 0;
    min-width: 80px;
    font-size: 14px;
  }
  .c-blogList li {
    width: 100%;
    margin: 30px 0 0;
  }
  .c-blogList li:nth-of-type(3n) {
    margin-right: 15px;
  }
  .c-blogList li:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-blogCard {
    display: flex;
  }
  .c-blogCard .cnt {
    width: 70%;
    padding-left: 15px;
  }
  .c-blogCard .date {
    margin: 0 0 10px;
  }
  .c-blogCard .ttl {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .c-blogCard .tag {
    margin-top: 6px;
  }
  .c-blogCard .imgWrap {
    width: 30%;
    padding-top: calc(30%* 0.75);
  }
  .c-blogCard img {
    width: 100%;
  }
  .menu {
    padding: 60px 20px 20px;
    margin-top: 0;
    border-radius: 15px;
  }
  .menu .menu-mdl-inner {
    padding-top: 0;
  }
  .menu .menu-mdl-header {
    padding: 15px;
  }
  .menu .menu-mdl-header .c-cta {
    display: none;
  }
  .menu .menu-inner {
    position: relative;
    overflow: hidden;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .menu .menu-inner-left {
    padding: 0;
    width: 100%;
  }
  .menu .menu-inner-left img {
    border-radius: 0;
  }
  .menu .menu-inner-right {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 20px 0 28px;
  }
  .menu .menu-links {
    margin-bottom: 28px;
  }
  .menu .menu-links > div > div a.big {
    margin-bottom: 5px;
  }
  .menu .menu-links > div > div a.big .c-secTtl span {
    font-size: 21px;
    margin-bottom: 5px;
  }
  .menu .menu-links > div > div a.big .c-secTtl h2 {
    font-size: 12px;
  }
  .menu .menu-links > div > div a:not(.big) {
    margin-top: 12px;
    line-height: 1.3;
  }
  .menu .menu-links + img {
    margin-bottom: 25px;
  }
  .menu .c-cta {
    margin-top: 0;
  }
  .menu .c-cta a {
    width: calc(50% - 10px);
    height: 50px;
  }
  header {
    padding: 15px;
  }
  header .header-inner {
    height: 25px;
  }
  .sec-inner {
    padding: 50px 30px;
  }
  .sec--breadcrumb .sec-inner {
    padding: 15px 30px 0;
  }
  .sec--lowerMv {
    height: 250px;
  }
  .sec--mvUnder .c-secTtl {
    margin-bottom: 50px;
  }
  .sec--mv .c-scroll {
    left: 20px;
    font-size: 12px;
  }
  .sec--mv .sec-inner {
    padding: 20px 20px 50px;
  }
  .sec--mv .mv-ttl {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .sec--mv .mv-pic-img {
    margin-right: -20px;
    width: 85.9vw;
  }
  .sec--philosophy .sec-inner {
    padding: 50px 30px;
  }
  .sec--philosophy .philosophy-ttl {
    font-size: 21px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .sec--philosophy .philosophy-txt {
    font-size: 18px;
  }
  .sec--philosophy .philosophy-txt p + p {
    margin-top: 25px;
  }
  .sec--philosophy .philosophy-txt p.last {
    font-size: 22px;
  }
  .sec--business .sec-inner {
    padding: 50px 30px;
  }
  .sec--business .c-secBlock {
    display: block;
    margin-left: 0;
  }
  .sec--business .c-secBlock-pic {
    width: 100%;
    width: calc(100% + 30px);
    margin-left: -30px;
  }
  .sec--business .c-secBlock-cnt {
    padding: 50px 0 0;
    width: 100%;
  }
  .sec--business .c-secTtl {
    margin-bottom: 50px;
    padding: 0;
  }
  .sec--recruit .c-secTtl {
    margin-bottom: 50px;
  }
  .sec--recruit .c-secBlock {
    flex-direction: column-reverse;
  }
  .sec--recruit .c-secBlock-cnt {
    width: 100%;
    padding: 0;
  }
  .sec--recruit .c-secBlock-pic {
    width: 100%;
    padding: 0;
    margin-left: 0;
    text-align: center;
  }
  .sec--recruit .c-secBlock-pic img {
    max-width: 500px;
  }
  .sec--workplace .c-secBlock {
    padding-right: 0;
  }
  .sec--interview .sec-inner {
    padding: 50px 0 90px 30px;
  }
  .sec--interview .interview-commentWrap {
    width: 100%;
  }
  .sec--interview .interview-comment {
    left: 50%;
    transform: translateX(-50%);
    max-width: 220px;
    width: 100%;
  }
  .sec--interview .interview-comment .sp-center {
    text-align: center;
  }
  .sec--interview .interview-comment .sp-center-inner {
    display: inline-block;
  }
  .sec--interview .interview-comment .txtWrap {
    max-width: 220px;
  }
  .sec--interview .interview-comment .comment {
    font-size: 24px;
    text-align: left;
  }
  .sec--interview .interview-comment .occupation {
    margin: 20px 0 10px;
  }
  .sec--interview .org-swiper-arrowWrap {
    top: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    width: 170px;
  }
  .sec--interview .org-swiper {
    height: 450px;
    margin-left: calc((50vw - (220px / 2)) - 40px - 15px);
  }
  .sec--interview .org-swiper-slide {
    width: 150px;
    margin-left: 40px;
  }
  .sec--interview .org-swiper-slide-active {
    width: 300px;
    margin-left: 40px;
  }
  .sec--interview .org-swiper-button-prev img,
  .sec--interview .org-swiper-button-next img {
    width: 64px;
  }
  .sec--blog .sec-inner {
    padding: 50px 0;
  }
  .sec--blog .blog-header {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .sec--blog .swiper-slide {
    width: 150px;
    max-width: 100%;
  }
  .sec--blog .c-blogCard {
    display: block;
  }
  .sec--blog .c-blogCard .imgWrap {
    width: 100%;
    padding-top: 75%;
  }
  .sec--blog .c-blogCard .cnt {
    width: 100%;
  }
  .sec--blog .c-blogCard .date {
    margin: 4px 0;
  }
  .sec--blog .c-blogCard .ttl {
    margin-bottom: 4px;
  }
  .sec--qa .sec-inner {
    display: block;
  }
  .sec--qa .c-secTtl {
    margin: 0 0 50px;
  }
  .sec--qa .qa > div {
    padding: 25px 40px 25px 15px;
  }
  .sec--qa .qa > div::before, .sec--qa .qa > div::after {
    width: 20px;
    right: 10px;
    top: 33px;
  }
  .sec--qa .qa > div .qa-q {
    font-size: 16px;
  }
  .sec--qa .qa > div .qa-a {
    font-size: 14px;
    margin-top: 20px;
  }
  .sec--message .sec-inner {
    padding: 0;
  }
  .sec--message .message-img {
    margin: 50px auto 32px;
  }
  .sec--message .message-img img {
    border-radius: 16px;
  }
  .sec--message .message-inner {
    position: relative;
    display: block;
    border-radius: 0;
  }
  .sec--message .message-left {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 50px 30px;
  }
  .sec--message .message-right {
    display: none;
  }
  .sec--message .message-right img {
    border-radius: 0;
    opacity: .1;
  }
  .sec--message .message-ttl {
    font-size: 30px;
    margin: 50px 0 25px;
  }
  .sec--message .message-bottom p:nth-of-type(1) {
    font-size: 18px;
    margin: 40px 0 15px;
  }
  .sec--message .message-bottom p:nth-of-type(2) {
    font-size: 24px;
  }
  .sec--biz1 .sec-inner p {
    font-size: 16px;
  }
  .sec--biz2 .sec-inner {
    padding: 50px 30px;
  }
  .sec--biz2 .biz2 {
    flex-direction: column-reverse;
  }
  .sec--biz2 .biz2-left {
    width: calc(100% + 30px);
    margin-top: 30px;
    margin-left: -30px;
  }
  .sec--biz2 .biz2-right {
    width: 100%;
    padding: 0;
  }
  .sec--biz3 .c-ttlTxt {
    margin-bottom: 20px;
  }
  .sec--biz3 .c-biz-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .sec--biz3 .c-biz-grid > div {
    padding: 20px;
  }
  .sec--biz3 .c-biz-grid > div p:nth-of-type(1) {
    font-size: 22px;
    margin: 18px 0;
  }
  .sec--biz3 .c-biz-grid > div p:nth-of-type(2) {
    line-height: 1.8;
  }
  .sec--biz4 .c-biz-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .sec--biz4 .c-biz-grid > div {
    padding: 20px;
  }
  .sec--biz4 .c-biz-grid > div p:nth-of-type(1) {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .sec--biz4 .c-biz-grid > div p:nth-of-type(2) {
    line-height: 1.8;
  }
  .sec--biz4 .c-biz-grid > div div + p {
    margin: 25px 0 15px;
  }
  .sec--occupation .occupation {
    display: block;
  }
  .sec--occupation .occupation-left {
    width: 100%;
    padding: 0;
  }
  .sec--occupation .occupation-right {
    width: 100%;
    padding: 26px;
  }
  .sec--occupation .occupation-right .c-ttlTxt p:nth-of-type(1) {
    margin-bottom: 10px;
  }
  .sec--occupation .occupation-right .c-ttlTxt + .c-ttlTxt {
    margin-top: 35px;
  }
  .sec--occupation .occupation-left-pic {
    margin: 20px 0 20px -30px;
    width: calc(100% + 30px);
  }
  .sec--requirements .requirements > div {
    padding: 15px 0;
  }
  .sec--requirements .requirements > div div:nth-of-type(1) {
    width: 145px;
    padding-right: 15px;
  }
  .sec--requirements .requirements > div div:nth-of-type(2) {
    width: calc(100% - 145px);
  }
  .sec--evaluation .c-ttlTxt {
    margin: 40px 0 20px;
  }
  .sec--evaluation .c-ttlTxt p:nth-of-type(1) {
    margin-bottom: 25px;
  }
  .sec--evaluation .evaluation > div:nth-of-type(n+2) {
    margin-top: 80px;
  }
  .sec--evaluation .evaluation-block1 {
    display: block;
    padding: 20px;
  }
  .sec--evaluation .evaluation-block1 > div {
    width: 100%;
  }
  .sec--evaluation .evaluation-block1 > span {
    position: static;
    transform: initial;
    margin: 15px auto;
    display: block;
  }
  .sec--evaluation .evaluation-block1-header {
    font-size: 20px;
    padding: 12px 0;
  }
  .sec--evaluation .evaluation-block1-cnt {
    padding: 20px;
  }
  .sec--evaluation .evaluation-block1-cnt ul li {
    font-size: 18px;
  }
  .sec--evaluation .evaluation-block1-cnt ul li + li {
    margin-top: 18px;
  }
  .sec--evaluation .evaluation-block1-cnt-txt {
    padding-top: 20px;
    margin-top: 20px;
  }
  .sec--evaluation .evaluation-block3 {
    display: block;
  }
  .sec--evaluation .evaluation-block3 div {
    width: 100%;
  }
  .sec--evaluation .evaluation-block3 div + div {
    margin-top: 15px;
  }
  .sec--benefits .benefits > div {
    display: block;
    padding: 20px 0;
  }
  .sec--benefits .benefits-ttl {
    font-size: 20px;
    width: 100%;
    padding: 0 0 20px 0;
  }
  .sec--benefits .benefits-cnt {
    width: 100%;
  }
  .sec--benefits .benefits-cnt > div p:nth-of-type(1) {
    font-size: 18px;
    line-height: 1.8;
  }
  .sec--benefits .benefits-cnt > div p:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.8;
  }
  .sec--benefits .benefits-cnt > div + div {
    margin-top: 20px;
  }
  .sec--introduction .introduction {
    margin-top: 40px;
  }
  .sec--introduction .introduction > div {
    margin-top: 40px;
  }
  .sec--introduction .introduction > div:nth-of-type(2) .introduction-pic div:nth-of-type(1) div:nth-of-type(1) img {
    object-position: -3vw 0;
  }
  .sec--introduction .introduction > div:nth-of-type(2) .introduction-pic div:nth-of-type(1) div:nth-of-type(2) {
    margin-left: 20px;
    max-width: calc(67% - 20px);
  }
  .sec--introduction .introduction > div:nth-of-type(2) .introduction-pic div:nth-of-type(2) div:nth-of-type(1) {
    max-width: calc(67% - 20px);
  }
  .sec--introduction .introduction > div:nth-of-type(2) .introduction-pic div:nth-of-type(2) div:nth-of-type(2) {
    margin-left: 20px;
  }
  .sec--introduction .introduction > div:nth-of-type(2) .introduction-pic div:nth-of-type(3) div:nth-of-type(2) {
    margin-left: 20px;
    max-width: calc(47% - 20px);
  }
  .sec--introduction .introduction-pic div + div {
    margin-top: 20px;
  }
  .sec--picup .c-cat a, .sec--picup .c-cat span {
    padding: 7px 10px;
    margin: 8px 8px 0 0;
    min-width: 70px;
  }
  .sec--picup .picup {
    border-radius: 15px;
    padding: 15px;
    flex-wrap: wrap;
  }
  .sec--picup .picup-ttl {
    font-size: 28px;
  }
  .sec--picup .picup-txtWrap {
    width: calc(65% - 15px);
  }
  .sec--picup .picup-txtWrap .c-cat {
    margin-top: 40px;
  }
  .sec--picup .picup-txt p:nth-of-type(1) {
    font-size: 14px;
  }
  .sec--picup .picup-txt p:nth-of-type(2) {
    font-size: 16px;
    line-height: 1.5;
    margin: 5px 0;
  }
  .sec--picup .picup-txt p:nth-of-type(3) {
    line-height: 1.5;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 2行に制限 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .sec--picup .picup-img {
    width: 35%;
    margin-right: 15px;
  }
  .sec--archive .page-numbers {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
  .sec--single .single-header {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .sec--single .single-header p:nth-of-type(1) {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .sec--single .single-header p:nth-of-type(2) {
    font-size: 26px;
    line-height: 1.8;
  }
  .sec--single .single-eyecatche {
    margin-bottom: 30px;
  }
  .sec--single .single-cnt h2, .sec--single .single-cnt h3, .sec--single .single-cnt h4, .sec--single .single-cnt h5 {
    line-height: 1.8;
  }
  .sec--single .single-cnt h2 {
    font-size: 26px;
  }
  .sec--single .single-cnt h3 {
    font-size: 20px;
  }
  .sec--single .single-cnt h4 {
    font-size: 18px;
  }
  .sec--single .single-cnt h5 {
    font-size: 18px;
  }
  .sec--single .single-cnt p {
    line-height: 1.8;
  }
  .sec--single .single-cnt p + h2,
  .sec--single .single-cnt p + h3 {
    margin-top: 30px;
  }
  .sec--single .single-cnt table tr th, .sec--single .single-cnt table tr td {
    padding: 10px;
  }
  .sec--single .c-cat {
    margin-bottom: 40px;
  }
  .sec--other .other-header p {
    font-size: 28px;
  }
  footer {
    padding: 50px 0 0;
  }
  footer .footer-inner {
    display: block;
  }
  footer .footer-left {
    padding: 0;
  }
  footer .footer-left > a {
    margin: 0 auto 30px;
  }
  footer .footer-sns {
    justify-content: center;
  }
  footer .footer-right {
    padding: 0;
    font-size: 14px;
    max-width: 230px;
    margin: auto;
  }
  footer .footer-right a {
    margin-top: 15px;
  }
  footer .footer-bottom {
    margin-top: 50px;
  }
  main.top {
    margin-top: 66px;
  }
  main.recruit .recruit-ttl {
    font-size: 25px;
    margin-bottom: 40px;
  }
  main.workplace .floatingMenu {
    display: none;
  }
  main.workplace .content {
    padding: 0;
  }
  main.workplace .content-inner {
    padding: 0;
  }
  main.workplace .workplace-ttl {
    font-size: 28px;
    padding-left: 30px;
  }
  main.notfound .c-secTtl span {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media (max-width: 540px) {
  .sec--evaluation .evaluation-block2 {
    display: block;
  }
  .sec--evaluation .evaluation-block2 > div {
    width: 100% !important;
    padding: 15px;
    margin-top: 15px;
  }
  .sec--evaluation .evaluation-block2 > div:nth-of-type(1) {
    padding: 15px;
  }
  .sec--evaluation .evaluation-block2 > div div:nth-of-type(2) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
  .sec--evaluation .evaluation-block2 > div div:nth-of-type(2) span {
    margin-bottom: -7px;
  }
}

@media (max-width: 380px) {
  .sec--mv .mv-ttl {
    font-size: 10.5vw;
  }
}

@media (max-width: 374px) {
  .sec--philosophy .philosophy-ttl {
    font-size: 5.4vw;
  }
}

@media (max-width: 405px) {
  .menu .menu-links > div > div a.big .c-secTtl span {
    font-size: 4.8vw;
  }
}
