@charset "utf-8";
/****** ボディー ******/
body {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  background-color: #fff;
  color: #202124;
  margin: 0px;
  font-size: 16px;
  text-align: center;
  padding: 0 !important;
  text-align: justify;
}

/******
		contents
					******/
header {
  background: url(../img/key-bg.png) right center / contain no-repeat;
}

.head-menu {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  justify-content: space-between;
  margin-right: 25%;
  width: 100%;
}

.header-logo {
  width: 250px;
}

.global-nav ul {
  display: flex;
  column-gap: 50px;
}

.global-nav ul em {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 100%;
}

.global-nav ul span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #808080;
  line-height: 100%;
}

.key-wrap {
  height: 70vh;
  padding: 90px 120px;
}

.key-mini {
  color: #202124;
  font-weight: 700;
  font-size: 4vw;
}

.key-big {
  color: #202124;
  font-weight: 700;
  font-size: 8vw;
  margin: 24px 0;
}

.key-jpn {
  color: #202124;
  font-weight: bold;
  font-size: 1.8vw;
}

.about-sec {
  background-color: #202124;
  padding: 90px 0 180px 0;
  position: relative;
}

.e-slider {
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sec-title {
  margin: 64px 0 32px 0;
}

.title-number {
  width: 300px;
  margin: auto;
}

.title-text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
  letter-spacing: 2px;
}

.about-main {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.about-text {
  width: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2px;
}

.about-img {
  width: 50%;
}

.about-bg {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 700px;
  max-width: 100%;
}

.about-partner {
  background-color: #fff;
}

.partner-slider {
  margin-top: 64px;
  padding-bottom: 64px;
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 32px;
}

.partner-text {
  text-align: center;
  font-weight: 500;
  max-width: 500px;
  margin: auto;
}

.partner-text p {
  text-align: justify;
}

.partner-label {
  font-weight: 500;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.about-partner .title-big {
  text-align: center;
  letter-spacing: 0;
  color: #202124;
  font-size: 42px;
  font-weight: bold;
}

.about-partner .title-text {
  text-align: center;
  letter-spacing: 0;
  color: #202124;
}

.partner-slider ul li {
  background-color: #fff;
  padding: 0px 0px;
}

.partner-box {
  display: flex;
  align-items: center;
  column-gap: 30px;
  max-width: 880px;
  margin: auto;
  margin-bottom: 32px;
  padding: 40px 30px;
  box-shadow: 0px 0px 12px rgb(0 0 0 / 0.2);
  border-radius: 10px;
}

.partner-box:last-child {
  margin-bottom: 0px;
}

.partner-box .partner-logo {
  width: 200px;
  margin: auto;
  text-align: right;
}

.partner-box .partner-text {
  width: calc(100% - 230px);
  margin: auto;
  text-align: justify;
  line-height: 150%;
}

.partner-box .partner-label {
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 16px;
  line-height: 150%;
}

.slick-slide img {
  display: block;
  margin: auto;
}

.sec-service {
  background-color: #f2f2f2;
  padding: 64px 0;
}

.service-top {
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}

.service-top-left {
  max-width: 55%;
  padding-left: 64px;
}

.service-top-img {
  width: 45%;
}

.service-top-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 200%;
}

.service-top-btn a {
  border: 2px solid #202124;
  font-size: 18px;
  font-weight: bold;
  padding: 16px 12px;
  width: 260px;
  display: block;
  text-align: center;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-eg {
  max-width: 750px;
  margin-left: 64px;
  margin-top: 32px;
}

.service-top-list {
  display: flex;
  align-items: center;
  max-width: 70%;
  margin: auto;
  margin-top: 50px;
}

.list1 {
  margin-left: 0;
}

.list2 {
  margin-right: 0;
  margin-left: auto;
}

.service-top-list-img {
  width: auto;
}

.service-top-list-img img {
  height: 100%;
}

.service-top-list-desc {
  width: 60%;
  padding: 32px 24px 32px 0;
}

.service-top-list-desc-number {
  font-size: 16px;
  font-weight: bold;
  color: #d92216;
}

.service-top-list-desc-label {
  font-size: 28px;
  font-weight: 900;
  margin-top: 10px;
}

.service-top-list-desc-text {
  text-align: justify;
  line-height: 150%;
  margin-top: 24px;
}

.sec-message .sec-title .title-number {
  margin-left: 0;
}

.message-inner {
  display: flex;
  text-align: justify;
  align-items: flex-end;
}

.message-left {
  width: 60%;
  padding-bottom: 90px;
}

.message-img {
  width: 40%;
  text-align: center;
}

.message-img img {
  max-width: 100%;
  width: 400px;
}

.message-left-big {
  font-size: 2.4vw;
  font-weight: 900;
}

.message-left-text {
  line-height: 200%;
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
}

.cta-sec {
  background-color: #f2f2f2;
  padding: 90px 0 0px 0;
}

.cta-title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px;
}

.cta-main {
  display: flex;
}

.cta-left {
  width: 50%;
  background-color: #202124;
}

.cta-right {
  width: 50%;
  background-color: #d92216;
}

.cta-box {
  text-align: center;
  color: #fff;
  padding: 120px 0;
}

.cta-box-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
}

.cta-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 250px;
  padding: 16px 16px;
  margin: auto;
  margin-top: 24px;
  column-gap: 4px;
  font-weight: bold;
  letter-spacing: 2px;
  max-width: 100%;
}

#single header {
  background: url(../img/service-bg.png) right center / cover no-repeat;
}

#single header nav ul li a {
  color: #fff;
}

.single-logo {
  width: 250px;
}

#single .header-logo {
  display: none;
}

#single .key-main {
  display: flex;
  align-items: flex-end;
  column-gap: 24px;
}

#single .key-big {
  color: #fff;
  margin: 0;
  line-height: 100%;
  margin-bottom: -22px;
}

#single .key-jpn {
  color: #fff;
  margin-top: -24px;
}

#single .key-wrap {
  height: auto;
}

.key-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
  margin-top: 120px;
}

.service-single-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 64px;
}

.service-main-left-number {
  color: #d92216;
  font-size: 80px;
  font-weight: 600;
}

.service-main-left-title {
  font-size: 36px;
  font-weight: bold;
}

.service-main-left {
  margin-left: auto;
  margin-right: 0;
}

.service-single-main-bottom {
  background: url(../img/service-bottom-bg.png) left center / contain no-repeat;
  padding: 90px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 200%;
}

.service-single-main-bottom-inner {
  width: 800px;
  max-width: 100%;
  padding-left: 150px;
  margin: auto;
}

.sec-contents {
  padding: 90px 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}

.contents-head {
  position: relative;
  background-color: #202124;
  height: 2px;
}

.contents-head span {
  position: absolute;
  background-color: #f2f2f2;
  padding: 0 26px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#single .service-top-list-desc {
  text-align: justify;
  padding-left: 24px;
}

#single .service-top-list-desc-text {
  font-size: 16px;
}

.sec-contents {
  background-color: #f2f2f2;
}

.sec-mission {
  background: #f0f0f0;
  padding: 60px 0;
  text-align: justify;
}

.mission-list {
  border-top: 1px solid #666666;
  padding-top: 24px;
  margin-top: 24px;
}

.mission-list:last-child {
  border-bottom: 1px solid #666666;
  padding-bottom: 24px;
}

.mission-list-label {
  background: #d92216;
  color: #fff;
  display: inline-block;
  padding: 6px 16px;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 500;
}

.mission-list-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 16px;
}

.mission-list-text {
  font-size: 16px;
  line-height: 150%;
  margin-top: 12px;
}

.mission-text-box {
  margin-top: 24px;
}

.sec-info {
  background-color: #202124;
  color: #fff;
  padding-bottom: 64px;
}

.info-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 64px;
}

.info-label {
  font-size: 15px;
  font-weight: bold;
}

.info-data {
  font-size: 24px;
  font-weight: bold;
  margin-top: 12px;
}

.info-list .mini {
  font-size: 20px;
  line-height: 140%;
}

.info-main {
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap;
}

.info-list {
  margin-top: 32px;
  border-bottom: 2px solid #fff;
  padding-bottom: 12px;
  width: calc(50% - 25px);
}

.company header {
  background: url(../img/company-bg.png) right center / cover no-repeat !important;
}

.message-left-mini {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 20px;
}

.message-inner {
  margin-top: 24px;
}

.contact header {
  background: url(../img/contact-bg.png) right center / cover no-repeat !important;
}

.contact {
  background-color: #f2f2f2;
}

.contact-sec {
  padding: 64px 0;
}

.container-title-big {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
}

.container-title-text {
  text-align: center;
  line-height: 150%;
  margin-top: 24px;
  font-weight: 500;
}

.form-box form {
  max-width: 100%;
  width: 500px;
  margin: auto;
  margin-top: 32px;
}

.form-list {
  margin-top: 16px;
}

.form-box form input {
  width: 100%;
  height: 50px;
  margin-top: 8px;
  border: 2px solid #202124;
  padding-left: 6px;
  font-size: 16px;
  font-weight: 500;
}

.form-label label {
  font-weight: bold;
}

.input textarea {
  width: 100%;
  height: 250px;
  border: 2px solid #202124;
  margin-top: 12px;
  padding: 12px;
}

.form-btn {
  margin-top: 32px;
}

.form-btn input {
  background-color: #d92216;
  color: #fff;
}

.sf-form-cover {
  display: none;
}

#sf-form-page {
  background-color: #fff;
}

.career header {
  background: url(../img/career-bg.png) right center / cover no-repeat !important;
}

.career-sec {
  position: relative;
  padding: 120px 0;
}

.career-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.career-left {
  width: 60%;
  padding-right: 64px;
}

.career-img {
  text-align: left;
  width: 40%;
  position: relative;
  object-fit: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.career-img img {
}

.career-left-mini {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
}

.career-left-mini {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.career-left-mini span {
  background: #ff0000;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  display: block;
  margin-right: 6px;
}

.career-left-big {
  font-size: 24px;
  font-weight: bold;
  margin-top: 21px;
}

.career-left-text {
  font-size: 28px;
  line-height: 160%;
  margin-top: 32px;
  font-weight: 900;
}

.career-title {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.6;
}

.left {
  text-align: left;
}

.white {
  color: #fff;
}

.words-sec {
  padding: 90px 0;
}

.words-item {
  display: flex;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid #ccc;
}

.words-jp {
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  color: #ff0000;
}

.words-eg {
  font-size: 50px;
  font-weight: 900;
  margin-left: 32px;
  text-align: justify;
  letter-spacing: 30px;
  white-space: nowrap;
}

.words-eg span {
  color: #ff0000;
}

.words-bottom {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 80px;
}

.words-bottom-01 {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 900;
}

.words-bottom-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  column-gap: 32px;
  margin-top: 32px;
  background: #f2f2f2;
  padding: 24px 40px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 4px;
}

.words-bottom-02 span {
  display: block;
}

.words-bottom-03 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}

.words-bottom-03 {
  margin-top: 24px;
  line-height: 1.6;
}

.ballet-sec {
  background: #3f3f3f;
  background-image: url(../img/bullet-bg.png);
  padding: 60px 0;
}

.ballet-inner {
  display: flex;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 24px;
  margin-top: 50px;
}

.ballet-item {
  background: #fff;
  padding: 32px 32px;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 4px;
  width: calc(50% - 24px);
  text-align: center;
}

.process-sec {
  padding: 90px 0;
  background: #f2f2f2;
  background-image: url(../img/process-bg.png);
}

.process-sec .ballet-item {
  border: 1px solid #202124;
  color: #3f3f3f;
  column-gap: 0;
}

.process-sec .ballet-item .red {
  margin: 0;
}

.career-eg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 24px;
}

.career-eg span {
  background: #ff0000;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  display: block;
  margin-right: 6px;
}

.step-sec {
  padding: 90px 0;
}

.step-main {
  max-width: 900px;
  margin: auto;
  margin-top: 50px;
}

.support-sec {
  background: #f2f2f2;
  padding: 90px 0;
}

.support-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 32px;
  row-gap: 32px;
  margin-top: 50px;
}

.support-item {
  width: calc(50% - 32px);
  background: #fff;
  display: flex;
  align-items: center;
  padding: 24px 32px;
  column-gap: 16px;
}

.support-img {
  width: 80px;
}

.support-img img {
  width: 100%;
}

.support-right {
  width: calc(100% - 96px);
}

.support-item-label {
  font-size: 22px;
  font-weight: bold;
}

.support-item-text {
  font-size: 16px;
  margin-top: 12px;
  line-height: 150%;
}

.sdgs-sec {
  text-align: center;
  padding: 64px 0;
}

.sdgs-img {
  text-align: center;
}

.inter-sec {
  background: url(../img/inter-bg.png) right center / cover no-repeat;
  padding: 64px 0;
}

.inter-main {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.3);
  max-width: 800px;
  margin: auto;
  border-radius: 6px;
  text-align: center;
  padding: 32px 24px;
  line-height: 1.6;
  font-weight: bold;
}

.inter-icon {
  margin-top: 24px;
}

.inter-btn a {
  display: inline-block;
  border: 2px solid #ff1a1a;
  padding: 16px 24px;
  margin-top: 24px;
  font-weight: bold;
  white-space: 5px;
  color: #ff1a1a;
  width: 240px;
  background-image: url(../img/inter-arrow.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
/****** フッター ******/
#footer_main {
  padding: 60px 0 60px 0;
  background: #666666;
  text-align: left;
  color: #fff;
}

.footer-main {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer-nav {
  display: flex;
  column-gap: 32px;
}

.footer-nav em {
  font-size: 21px;
  font-weight: 500;
}

.footer-nav span {
  font-size: 14px;
  font-weight: 500;
}

.footer-logo {
  width: 240px;
  max-width: 100%;
}

.footer-company {
  margin-top: 24px;
}

.footer-company-02 {
  font-weight: bold;
  font-size: 18px;
  margin: 4px 0;
}

.footer-address {
  margin-top: 24px;
}

.footer_copy {
  margin-top: 24px;
  font-size: 14px;
}

.footer-address {
  font-size: 14px;
}
