@charset "UTF-8";
body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "HG明朝E", "MS Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
  color: #fff;
  background-color: #464646;
}

a:hover {
  opacity: 0.35;
  transition: 0.5s;
}

.sp {
  display: none;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

.border {
  margin-top: 48px;
  margin-bottom: 64px;
  border-bottom: 1px solid #fff;
  height: 1px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

header {
  position: fixed;
  z-index: 999;
  padding: 10px 48px;
  width: 100%;
}
header h1 {
  width: 120px;
}

.toptxt {
  position: absolute;
  bottom: -5%;
  left: -1%;
}
.toptxt h2 {
  font-weight: 400;
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  font-size: clamp(16px, 16px + 12vw, 200px);
  color: #fff;
  line-height: 0.95;
  z-index: 5;
  letter-spacing: -0.5px;
}
.toptxt p {
  font-size: clamp(14px, 14px + 3vw, 25px);
  font-weight: 700;
  color: #fff;
}

h4 {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 3px;
  text-align: center;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.ttl {
  width: 480px;
  margin: 0 auto;
  padding-bottom: 26px;
}

.btn {
  width: 360px;
  margin: 0 auto;
  padding-top: 40px;
}

.sub_en {
  font-size: 20px;
  font-family: garamond-premier-pro, serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #52b389;
  text-align: center;
  margin-bottom: 16px;
}

.sub_en2 {
  font-size: 20px;
  font-family: garamond-premier-pro, serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #52b389;
  text-align: left;
  margin-bottom: 16px;
}

.sub_en_ttl {
  font-size: 80px;
  font-family: garamond-premier-pro, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #52b389;
  text-align: center;
  line-height: 1;
}

.en {
  font-family: garamond-premier-pro, serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.slideAera {
  text-align: center;
  padding: 50px 0;
}
.slideAera .service-items {
  margin-top: 64px;
}
.slideAera .member-slider {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}
.slideAera .member {
  text-align: center;
  margin: 0 24px;
}
.slideAera .member dl {
  margin-bottom: 24px;
}
.slideAera .member dl dt {
  margin-bottom: 16px;
}
.slideAera .member dl dd {
  font-size: 24px;
}
.slideAera .view-more {
  width: 80%;
}

.profileAera img {
  width: 100px;
}
.profileAera dl {
  margin: 10px 0 80px 0;
}
.profileAera dt {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.profileAera dt span {
  font-size: 0.85rem;
}

#top {
  position: relative;
  overflow: hidden;
}

#message {
  margin-top: 140px;
  overflow: hidden;
}
#message .read-ttl {
  margin-bottom: 40px;
}
#message .read-ttl h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 49px;
  line-height: 1.5;
  text-align: center;
}
#message .read {
  margin-top: 80px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}
#message .read p {
  margin-bottom: 40px;
}
#message .message-image .item01 {
  width: 34%;
  margin-left: 30%;
}
#message .message-image .item02 {
  width: 22%;
  margin-top: -64px;
  margin-left: 68%;
}
#message .message-image .item03 {
  width: 20%;
  margin-top: -64px;
  margin-left: 15%;
}
#message .message-image .item04 {
  width: 14.5%;
  margin-top: -40px;
  margin-left: 52%;
}

#service {
  margin-top: 240px;
  overflow: hidden;
}
#service .flexbox {
  margin: 0 auto;
  width: 980px;
}
#service .section-image {
  margin: 80px 0 40px 0;
  width: 100%;
}
#service .contentsAera {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#service .item-list {
  flex-basis: 42%;
}
#service .item-list .left {
  margin-bottom: 30px;
  text-align: center;
}
#service .item-list .left img {
  width: 60%;
}
#service .item-list .right dd {
  font-size: 15px;
}
#service .item-list .right dt {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #52b389;
}

#media {
  margin-top: 180px;
}
#media .flexbox {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
}
#media .box1 {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
#media .box2 {
  flex-basis: 40%;
}
#media .box2 ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

#members {
  position: relative;
  margin-top: 180px;
  height: 100%;
  overflow: hidden;
  padding-bottom: 180px;
}
#members .wrapper {
  margin-top: 60px;
}
#members p {
  margin-top: 40px;
}
#members #circle {
  position: absolute;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  top: 50%;
  left: 43%;
  transform: translate(-43%, -50%);
  background: #e9ebef;
  transform-origin: center;
  transition: transform 0.3s ease-out;
  z-index: -1;
}

#company {
  margin-top: 180px;
}
#company table {
  margin-top: 12%;
  width: 100%;
  line-height: 1.75;
}
#company table p {
  margin-bottom: 5%;
}
#company table .space {
  height: 15px;
}
#company table th {
  width: 20%;
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}
#company table td {
  width: 50%;
  font-weight: 400;
}
#company table td .chart {
  width: 420px;
}
#company table td a {
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}
#company dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
#company dl dt {
  flex-basis: 140px;
}
#company dl dd {
  font-size: 14px;
}

#link {
  margin-top: 200px;
}
#link .wrapper {
  padding: 40px 0 24px 0;
  width: 600px;
  text-align: center;
}
#link .wrapper a {
  text-decoration: none;
}
#link .wrapper p {
  font-weight: 600;
  color: #2dc89e;
}
#link .wrapper p i {
  padding-bottom: 1px;
}
#link .wrapper img {
  width: 100%;
  margin-bottom: 60px;
}

footer {
  margin-top: 120px;
  background-color: #464646;
}
footer .footer-inner {
  padding: 60px 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
footer .footer-inner p {
  font-size: 9px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 10px;
}
footer .footer-inner .flogo {
  width: 180px;
  margin-bottom: 10px;
}
footer .footer-inner .footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}
footer .footer-inner .footer-nav li {
  margin-bottom: 8px;
}

#messageAera .messageAera-container {
  margin: 0 auto;
  padding-top: 200px;
  overflow: hidden;
}
#messageAera .messageAera-container .read-ttl {
  margin-bottom: 80px;
}
#messageAera .messageAera-container .read-ttl h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 49px;
  line-height: 1.5;
  text-align: center;
}
#messageAera .messageAera-container .read {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
}
#messageAera .messageAera-container .read p {
  margin-bottom: 40px;
}
#messageAera .top_message {
  margin-top: 120px;
}
#messageAera .top_message h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 48px;
}
#messageAera .top_message .main-txt {
  margin-bottom: 48px;
}
#messageAera .top_message .main-txt h3 {
  font-weight: 700;
  font-style: normal;
  font-size: 39px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
  margin-top: 48px;
}
#messageAera .top_message .main-txt p {
  text-align: center;
  font-size: 16px;
}
#messageAera .top_message .message-images {
  width: 480px;
  margin: 0 auto;
}
#messageAera .top_message .main-message-image {
  width: 780px;
  margin: 40px auto 64px auto;
}
#messageAera .top_message .main-message p {
  margin-bottom: 24px;
}

.membersAera {
  width: 980px;
  margin: 0 auto;
  position: relative;
  padding-top: 140px;
  overflow: hidden;
}
.membersAera .membersAera-container .imagepht {
  width: 100%;
  margin: 80px 0 60px 0;
}
.membersAera .membersAera-container .slider {
  margin: 30px auto 0;
  max-width: 500px;
  width: 80%;
}
.membersAera .membersAera-container .slick-img img {
  height: auto;
  width: 100%;
}
.membersAera .member-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 92px;
}
.membersAera .member-list .member {
  flex-basis: 28%;
  margin-bottom: 80px;
  text-align: center;
}
.membersAera .member-list .member dl {
  margin-bottom: 24px;
}
.membersAera .member-list .member dl dt {
  margin-bottom: 16px;
}
.membersAera .member-list .member dl dd {
  font-size: 24px;
}
.membersAera .member-list .member p {
  font-size: 15px;
}

.peopleAera {
  width: 980px;
  margin: 0 auto;
  padding-top: 180px;
  overflow: hidden;
}
.peopleAera h4 {
  font-size: 32px;
  letter-spacing: 5px;
  font-weight: 600;
}
.peopleAera .people-ttl {
  width: 600px;
  margin: 0 auto;
}
.peopleAera .people-ttl img {
  margin-bottom: 20px;
}
.peopleAera .profile-ttl {
  margin: 0 auto;
  width: 500px;
  margin-bottom: 40px;
  padding: 2px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.peopleAera .color01 {
  background-color: #52b389;
}
.peopleAera .people-images {
  padding-top: 24px;
  width: 500px;
  margin: 0 auto;
}
.peopleAera .flexbox-people {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.peopleAera .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  margin: 0 auto;
}
.peopleAera .vertical-text h5 {
  font-weight: 600;
  font-style: normal;
  font-size: 49px;
  line-height: 1.2;
  margin-top: 48px;
  margin-bottom: 64px;
}
.peopleAera .people-txt-main {
  margin-bottom: 24px;
}
.peopleAera .people-txt-main h6 {
  font-size: 25px;
  color: #52b389;
  font-weight: 400;
  margin-bottom: 24px;
  margin-top: 48px;
}
.peopleAera .people-txt-main p {
  margin-bottom: 30px;
}
.peopleAera .profileAera dl {
  margin: 10px 0 80px 0;
}
.peopleAera .profileAera dt {
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 20px;
}
.peopleAera .profileAera dt span {
  font-size: 0.85rem;
}
.peopleAera .profileAera dd a {
  color: #272727;
  text-decoration: none;
  transition: 0.3s;
}

#contactAera {
  padding-top: 140px;
  overflow: hidden;
}
#contactAera .mailform {
  margin-top: 60px;
}
#contactAera .mailform dt {
  margin-bottom: 5px;
  overflow: hidden;
  clear: both;
}
#contactAera .mailform dd {
  margin-bottom: 6px;
  overflow: hidden;
}
#contactAera .mailform .check {
  float: left;
}
#contactAera form {
  margin-bottom: 30px;
}
#contactAera select {
  margin-bottom: 2%;
}
#contactAera .mfp_col10 {
  width: 100%;
}
#contactAera .mfp_col10 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
  margin-bottom: 2%;
}
#contactAera .mfp_col5 {
  width: 49%;
  float: left;
}
#contactAera .mfp_col5 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contactAera .mfp_col3 {
  width: 100%;
}
#contactAera .mfp_col3 select {
  width: 24%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contactAera .mfp_col52 {
  width: 49%;
  float: right;
}
#contactAera .mfp_col52 input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contactAera textarea {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: #ccc 1px solid;
}
#contactAera .mfp_buttons button {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: none;
  background: #2dc89e;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
}
#contactAera .mfp_buttons input {
  width: 100%;
  padding: 1em 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  border: none;
  background: #2dc89e;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 30px;
}
#contactAera .formwarp {
  margin-top: 60px;
  text-align: center;
  line-height: 1.85;
}
#contactAera .formwarp h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#contactAera .formwarp p {
  margin-bottom: 20px;
}

#recruit .cRead {
  width: 780px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto 10% auto;
  text-align: center;
}
#recruit .cRead p {
  margin-bottom: 40px;
  letter-spacing: 5px;
}
#recruit h2 {
  position: relative;
  width: 100%;
  padding: 5% 0 0 0;
  margin-bottom: 10%;
}
#recruit h2 img {
  margin: 0 5%;
  width: 35%;
}
#recruit h2 span {
  display: block;
  background: #1e1e1e;
  width: 65%;
  height: 35%;
  position: absolute;
  right: -10%;
  bottom: 0;
}

#recruitAera h2 {
  margin-left: -5%;
  width: 55%;
  margin-bottom: 100px;
}
#recruitAera .wrapper {
  width: 780px;
  margin: 0 auto;
  font-weight: 500;
}
#recruitAera #cRead {
  font-size: 16px;
  text-align: center;
}
#recruitAera #cRead p {
  margin-bottom: 40px;
}
#recruitAera section {
  margin-bottom: 200px;
}
#recruitAera .people-inner {
  margin-bottom: 80px;
}
#recruitAera .people-inner img {
  width: 100%;
}
#recruitAera .readArea {
  padding-top: 40px;
  width: 780px;
  margin: 0 auto;
}
#recruitAera .readArea ul li {
  margin-bottom: 10px;
}
#recruitAera .top {
  position: relative;
}
#recruitAera .top img {
  width: 100%;
}
#recruitAera .top .ttl {
  position: absolute;
  width: 55%;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#recruitAera .top .ttl img {
  width: 100%;
}
#recruitAera #flow dl {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
#recruitAera #flow dt {
  display: block;
  width: 32px;
  margin-right: 20px;
}
#recruitAera #flow dd {
  font-size: 34px;
  line-height: 1.5;
  margin-top: -10px;
}
#recruitAera #entry dl {
  margin-bottom: 10px;
}
#recruitAera #entry dl dt {
  font-size: 14px;
}
#recruitAera #entry dl dd {
  margin-bottom: 5px;
}
#recruitAera #entry .form {
  width: 780px;
  margin: 0 auto;
}
#recruitAera #entry input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #787878;
  padding: 10px 0;
}
#recruitAera #entry textarea {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #787878;
  padding: 10px 0;
  height: 100px;
}
#recruitAera #entry input[type=submit] {
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#recruitAera #entry .btn {
  border: none;
  background: #1e1e1e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 5px;
}
#recruitAera #entry .btn2 {
  border: none;
  background: #666;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
}
#recruitAera #entry p {
  font-size: 12px;
  margin-bottom: 40px;
}
#recruitAera #contact dl {
  margin-bottom: 10px;
}
#recruitAera #contact dl dt {
  font-size: 14px;
}
#recruitAera #contact dl dd {
  margin-bottom: 5px;
}
#recruitAera #contact .form {
  width: 780px;
  margin: 0 auto;
}
#recruitAera #contact input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #787878;
  padding: 10px 0;
}
#recruitAera #contact textarea {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  border: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #787878;
  padding: 10px 0;
  height: 100px;
}
#recruitAera #contact input[type=submit] {
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#recruitAera #contact .btn {
  border: none;
  background: #1e1e1e;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 5px;
}
#recruitAera #contact .btn2 {
  border: none;
  background: #666;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
}
#recruitAera #contact p {
  font-size: 12px;
  margin-bottom: 40px;
}
#recruitAera #company dl {
  width: 750px;
  margin: 0 auto;
  clear: both;
  margin-bottom: 2%;
  overflow: hidden;
}
#recruitAera #company dl dt {
  font-weight: 600;
  float: left;
  width: 200px;
}
#recruitAera #company dl dt span {
  font-weight: 400;
  font-size: 12px;
}
#recruitAera #company dl dd {
  width: 550px;
  float: right;
  margin-bottom: 20px;
}
#recruitAera #company dl dd iframe {
  margin: 5% 0;
  width: 100%;
  height: 200px;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#recruitAera #company dl:last-child {
  margin-bottom: 0;
}

#thank {
  width: 780px;
  margin: 0 auto;
}
#thank .thankAera {
  padding-top: 200px;
  text-align: center;
}
#thank .thankAera h3 {
  font-size: 30px;
  margin-bottom: 5%;
}

.recruit {
  background: linear-gradient(to right, #e6fa41 80%, #fff 80%);
  padding: 5% 5% 11% 5%;
  width: 70%;
  margin-bottom: 240px;
}
.recruit h2 {
  padding: 10% 0;
  text-align: left;
}
.recruit h2 img {
  width: 240px;
  margin: 0 auto;
}
.recruit div {
  margin: 0 auto;
}
.recruit div p {
  margin-bottom: 2%;
}
.recruit .linkBtn {
  margin-top: 30px;
  display: block;
  width: 40%;
  margin-right: 80%;
  margin-bottom: 20px;
}/*# sourceMappingURL=style_pc.css.map */