@charset "UTF-8";
/*
Theme Name: karadalink
Author: T.hayashi
Description: カラダLINKのカスタムテーマ
Version: 1.0
Text Domain: karadalink
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  min-height: 0vw;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #181818;
  overflow-x: hidden;
}

.font-xs {
  font-size: 1rem;
  font-size: clamp(1.2rem, 1vw, 1.4rem); /* 12px - 14px */
  min-height: 0vw;
}

.font-sm {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem); /* 14px - 16px */
  min-height: 0vw;
}

.font-rg {
  font-size: 1.6rem;
  font-size: clamp(1.6rem, 2vw, 1.8rem); /* 16px - 18px */
  min-height: 0vw;
}

.font-md {
  font-size: 1.8rem;
  font-size: clamp(2.4rem, 3vw, 3rem); /* 24px - 30px */
  min-height: 0vw;
  line-height: 1.3;
}

.font-lg {
  font-size: 2rem;
  font-size: clamp(4rem, 5vw, 5rem); /* 40px - 50px */
  min-height: 0vw;
  line-height: 1.3;
}

.font-xl {
  font-size: 2.4rem;
  font-size: clamp(5rem, 6vw, 6rem); /* 50px - 60px */
  min-height: 0vw;
  line-height: 1.3;
}

.font-mincho {
  font-family: "Shippori Mincho B1", "Yu Mincho", "Noto Serif JP", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
}

.font-display {
  font-family: "Playfair Display", "Yu Mincho", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.font-w5 {
  font-weight: 500;
}

.font-w6 {
  font-weight: 600;
}

.font-w7 {
  font-weight: 700;
}

.lineh-18 {
  line-height: 1.8;
}

.font-white {
  color: #FFFFFF;
}

.font-black {
  color: #181818;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-change {
  text-align: center;
}
@media (max-width: 768px) {
  .text-change {
    text-align: left;
  }
}

.align-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.bg-black {
  background-color: #181818;
}

.bg-gray {
  background-color: #E9E9E9;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-white-05 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-yellow {
  background-color: #e2e049;
}

.bg-pink {
  background-color: #d11b58;
}

.content-width {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-100 {
  width: 100%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-95 {
  width: 95%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-90 {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-80 {
  width: 80%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-70 {
  width: 70%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-60 {
  width: 60%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-50 {
  width: 50%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-40 {
  width: 40%;
  margin: 0 auto;
  max-width: 1080px;
}

.w-30 {
  width: 30%;
  margin: 0 auto;
  max-width: 1080px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .flex {
    display: block;
  }
}

.flex-w5 {
  width: 50%;
}
@media (max-width: 768px) {
  .flex-w5 {
    width: 100%;
  }
}

.img-100 {
  width: 100%;
}

.m-auto {
  margin: 0 auto;
}

.mt-sm {
  margin-top: 16px !important;
}

.mt-rg {
  margin-top: 2rem;
}

.mt-md {
  margin-top: 4rem;
}

.mt-lg {
  margin-top: 10%;
}

.mb-sm {
  margin-bottom: 1% !important;
}

.mb-rg {
  margin-bottom: 2rem !important;
}

.mb-md {
  margin-bottom: 4rem !important;
}

.mb-lg {
  margin-bottom: 6rem !important;
}

.mb-xl {
  margin-bottom: 8rem !important;
}

.ml-sm {
  margin-left: 1% !important;
}

.ml-rg {
  margin-left: 2rem !important;
}

.p-sm {
  padding: 8px 12px !important;
}

.pt-rg {
  padding-top: 2rem;
}

.pt-md {
  padding-top: 4rem;
}

.pt-lg {
  padding-top: 10%;
}

.pt-xl {
  padding-top: 20%;
}

.pt-40 {
  padding-top: 40%;
}

.pb-sm {
  padding-bottom: 1rem !important;
}

.pb-rg {
  padding-bottom: 2rem;
}

.pb-md {
  padding-bottom: 4rem;
}

.pb-lg {
  padding-bottom: 10%;
}

.pl-md {
  padding-left: 4rem !important;
}

.pr-xs {
  padding-right: 0.5rem !important;
}

.pr-sm {
  padding-right: 1rem !important;
}

.pr-rg {
  padding-right: 2rem !important;
}

.border-b {
  border-bottom: 1px solid #181818;
}

/*== ボタン共通設定 */
.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  /* padding: 2%; */
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}
.btn span {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.btn:hover span {
  color: #FFf;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  /*色や形状*/
  background: #181818; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button {
  background-color: none;
  color: #181818;
  border: #181818 1.5px solid;
  text-align: center;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 1.15em 1em 1.15em 1rem;
  position: relative;
  z-index: 2;
}
.button:hover {
  color: #FFFFFF;
  z-index: 2;
}
.button:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10%;
  height: 10%;
  margin-left: 1%;
  border-bottom: 1.5px solid white;
  border-right: 1.5px solid #fff;
  transform: skew(45deg);
}
.button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10%;
  height: 10%;
  margin-left: 1%;
  border-bottom: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: skew(45deg);
}

* {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif;
  text-align: justify;
  box-sizing: border-box;
}

.display-none {
  display: none;
}

@media (max-width: 768px) {
  .mobile-none {
    display: none;
  }
}

.mobile-on {
  display: none;
}
@media (max-width: 768px) {
  .mobile-on {
    display: block;
  }
}

@media (max-width: 768px) {
  .br {
    display: none;
  }
}

.br-on {
  display: none;
}
@media (max-width: 768px) {
  .br-on {
    display: block;
  }
}

.bg-copo {
  background-image: linear-gradient(90deg, rgb(255, 193, 40), rgb(255, 144, 47) 50%, rgb(188, 31, 138));
}

.font-orenge {
  color: #EA5313;
}

.bg-orenge {
  background-color: #EA5313;
}

body {
  width: 100%;
  overflow-x: hidden;
}

img {
  width: 100%;
}

main {
  width: 100%;
  background-color: #FDFAF1;
  position: relative;
}

.global-section {
  transition: opacity 1s;
}

.pace-running .global-section {
  opacity: 0;
  visibility: hidden;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  z-index: 500;
}
@media (max-width: 768px) {
  .header {
    height: 60px;
  }
}
.header::before {
  content: "";
  width: 100%;
  height: 150px;
  height: 10vw;
  min-height: 80px;
  background-color: #EA5313;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  top: 0;
  left: -30%;
  z-index: -1;
}
@media (max-width: 768px) {
  .header::before {
    left: -10%;
  }
}
.header.flat {
  background-color: #EA5313;
}
.header.flat::before {
  content: none;
}
.header.clear {
  animation: opacity_animation 2s ease 0s forwards;
}
.header.clear::before {
  content: none;
}
@keyframes opacity_animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header__container {
  width: 95%;
  height: 60px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__container__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.header__container__wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 768px) {
  .header__container__wrap ul {
    display: none;
  }
}
.header__container__logo {
  width: 20%;
}
@media (max-width: 768px) {
  .header__container__logo {
    width: 30%;
  }
}

.menuBtn {
  position: relative;
  z-index: 800;
}
.menuBtn > span {
  background-color: #181818;
  width: 30px;
  height: 2px;
  display: hidden;
  margin-bottom: 9px;
  transition: transform 0.7s;
}
@media (max-width: 768px) {
  .menuBtn > span {
    display: block;
  }
}
.menuBtn > span:last-child {
  margin-bottom: 0;
}

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background-color: #EA5313;
  visibility: hidden;
  z-index: 600;
}
.mobileMenu__container {
  padding: 5rem;
}
.mobileMenu__container__logo {
  width: 100%;
}

.menu-open.mobileMenu {
  visibility: visible;
}
.menu-open.menuBtn > span {
  background-color: #fff;
}
.menu-open.menuBtn > span:nth-child(1) {
  transition-delay: 70ms;
  transform: translateY(11px) rotate(135deg);
}
.menu-open.menuBtn > span:nth-child(2) {
  transition-delay: 0s;
  transform: translateX(-18px) scaleX(0);
}
.menu-open.menuBtn > span:nth-child(3) {
  transition-delay: 140ms;
  transform: translateY(-11px) rotate(-135deg);
}
.menu-open.mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

.mask {
  display: none;
  transition: all 0.5s;
}

.btn1 {
  border-radius: 10em;
  padding: 0.5em 2.5em;
}
.btn1:hover {
  opacity: 0.6;
  transition: all 1s;
}

.btn2 {
  width: 80%;
  display: block;
  background-color: #FFFFFF;
  border-radius: 10em;
  padding: 1em 2em;
  margin: 0 auto 0 0;
}
@media (max-width: 768px) {
  .btn2 {
    width: 100%;
  }
}
.btn2:hover {
  opacity: 0.6;
  transition: all 1s;
}

.btn3 {
  min-width: 300px;
  padding: 1.5em 2em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #FDFAF1;
}
@media (max-width: 768px) {
  .btn3 {
    width: 80%;
  }
}
.btn3:hover {
  opacity: 0.6;
  transition: all 1s;
}
.btn3__icon {
  font-size: 2.5rem;
}
.btn3__wrap__no {
  background-color: #FFFFFF;
  padding: 0.2em 0.5em;
  margin: 0 auto;
}

.btn4 {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.btn4 div {
  width: 100%;
  max-width: 5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.btn4 div::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.btn4::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
  margin: auto;
}
.btn4:hover {
  opacity: 0.6;
  transition: all 1s;
}

.link {
  border-bottom: 2px solid #EA5313;
  margin: 0 auto;
  text-align: center;
}
.link:hover {
  opacity: 0.6;
  transition: all 1s;
}

.arrow_r {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.arrow_r::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 90%;
  bottom: 0;
  margin: auto;
}

.net-icon::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
  padding-right: 0.2em;
}

.insta-icon::before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  font-weight: 100;
}
.insta-icon:hover {
  opacity: 0.6;
  transition: all 1s;
}

.line-icon::before {
  content: "\f3c0";
  font-family: "Font Awesome 5 Brands";
  font-weight: 200;
}
.line-icon:hover {
  opacity: 0.6;
  transition: all 1s;
}

.hero {
  width: 100%;
  height: 90vh;
  background-color: #FDFAF1;
  position: relative;
  overflow-x: hidden;
}
.hero::after {
  content: "";
  height: 100px;
  width: 100%;
  background-color: #EA5313;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10vw;
  min-height: 80px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media (max-width: 768px) {
  .hero {
    height: 80vh;
  }
}
.hero__copy {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .hero__copy {
    width: 95%;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  /*全体の高さ*/
  height: 10rem;
  z-index: 800;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 10rem;
  background-image: linear-gradient(180deg, rgb(255, 193, 40), rgb(255, 144, 47) 50%, rgb(188, 31, 138));
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 8rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 10rem;
    opacity: 0;
  }
}
.mission {
  background-color: #EA5313;
  padding: 10rem 0 10rem;
  position: relative;
}
.mission__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
@media (max-width: 768px) {
  .mission__container {
    display: block;
  }
}
.mission__container__wrap {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 768px) {
  .mission__container__wrap {
    width: 100%;
  }
}
.mission__container__img {
  width: 50%;
}
@media (max-width: 768px) {
  .mission__container__img {
    width: 100%;
    margin-top: 3rem;
  }
}
.mission__container__img img {
  border-radius: 2.5rem;
}
.mission::after {
  content: "";
  width: 100%;
  height: 150px;
  height: 10vw;
  min-height: 80px;
  background-color: #EA5313;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  z-index: 2;
}

.service {
  padding: 20rem 0;
}
@media (max-width: 768px) {
  .service {
    padding: 10rem 0;
  }
}
.service__container__card {
  width: 100%;
  position: relative;
  margin-bottom: 20rem;
}
.service__container__card__img {
  width: 100%;
}
.service__container__card__img img {
  border-radius: 2.5rem;
}
.service__container__card__wrap-r {
  position: absolute;
  top: 80%;
  right: 0;
  background-color: #FDFAF1;
  border-radius: 2rem 0 0 0;
  width: 50%;
  margin: 0 0 0 auto;
  padding: 2rem 0 0 3rem;
}
@media (max-width: 768px) {
  .service__container__card__wrap-r {
    left: 10%;
    right: auto;
    width: 90%;
    padding: 1rem 0 0 1rem;
  }
}
.service__container__card__wrap-r__logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.service__container__card__wrap-r__logo img {
  width: 50%;
}
.service__container__card__wrap-r__logo a {
  width: 10%;
}
@media (max-width: 768px) {
  .service__container__card__wrap-r__logo a {
    width: 12%;
  }
}
.service__container__card__wrap-l {
  position: absolute;
  top: 80%;
  left: 0;
  background-color: #FDFAF1;
  border-radius: 0 2rem 0 0;
  width: 50%;
  margin: 0 auto 0 0;
  padding: 2rem 3rem 0 0;
}
@media (max-width: 768px) {
  .service__container__card__wrap-l {
    left: auto;
    right: 10%;
    right: auto;
    width: 90%;
    padding: 1rem 1rem 0 0;
  }
}
.service__container__card__wrap-l__logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}
.service__container__card__wrap-l__logo img {
  width: 50%;
}
.service__container__card__wrap-l__logo a {
  width: 10%;
}
@media (max-width: 768px) {
  .service__container__card__wrap-l__logo a {
    width: 12%;
  }
}

.recrut {
  width: 100%;
  background-color: #EA5313;
}
.recrut__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  .recrut__container {
    flex-direction: column;
    align-items: center;
  }
}
.recrut__container__wrap {
  padding: 20rem 0;
  width: 50%;
}
@media (max-width: 768px) {
  .recrut__container__wrap {
    width: 100%;
    padding: 10rem 0 5rem 0;
  }
}
.recrut__container__wrap__txt {
  width: 95%;
  max-width: 540px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.recrut__container__img {
  width: 50%;
}
@media (max-width: 768px) {
  .recrut__container__img {
    width: 100%;
  }
}
.recrut__container__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.information {
  padding: 20rem 0;
}
@media (max-width: 768px) {
  .information {
    padding: 10rem 0 0 0;
  }
}
.information__container li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #181818;
}
.information__container li:nth-child(1) {
  border-top: 1px solid #181818;
}
.information__container__wrap {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .information__container__wrap {
    flex-direction: column;
    gap: 0;
  }
}
.information__container__wrap__date {
  width: 35%;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .information__container__wrap__date {
    width: 100%;
    gap: 2rem;
  }
}
.information__container__wrap__title {
  width: 65%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
.information__container__wrap__title h4 {
  width: 90%;
}
.information__container__wrap__title a {
  width: 10%;
}
@media (max-width: 768px) {
  .information__container__wrap__title {
    width: 100%;
  }
}

.label {
  padding: 0.2em 1.5em;
  border-radius: 5rem;
}

.contact {
  padding: 20rem 0 0 0;
  width: 100%;
}
@media (max-width: 768px) {
  .contact {
    padding: 10rem 0 0 0;
  }
}
.contact__container {
  width: 100%;
  -webkit-clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0 100%);
          clip-path: polygon(0 10rem, 100% 0, 100% calc(100% - 10rem), 0 100%);
  padding: 30rem 0;
}
@media (max-width: 768px) {
  .contact__container {
    display: block;
    padding: 20rem 0;
  }
}
.contact__container__wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .contact__container__wrap {
    width: 100%;
  }
  .contact__container__wrap h3 {
    text-align: center;
  }
  .contact__container__wrap p {
    text-align: center;
  }
}
.contact__container__contents {
  width: 100%;
}
@media (max-width: 768px) {
  .contact__container__contents {
    width: 100%;
  }
}
.contact__container__contents__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 768px) {
  .contact__container__contents__wrap {
    flex-direction: column;
    gap: 2rem;
  }
}

.tel {
  background-image: linear-gradient(90deg, rgb(247, 93, 139), rgb(254, 220, 64));
}

.net {
  background-image: linear-gradient(90deg, rgb(168, 202, 240), rgb(233, 240, 250));
}

.line {
  background-image: linear-gradient(90deg, rgb(113, 218, 135), rgb(142, 223, 160));
}

.footer {
  width: 100%;
  background-color: #FDFAF1;
}
.footer__container {
  padding: 10rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__container {
    display: block;
  }
}
.footer__container__prof {
  width: 50%;
  border-right: 1px solid #181818;
}
.footer__container__prof img {
  width: 50%;
}
@media (max-width: 768px) {
  .footer__container__prof {
    width: 100%;
    margin-bottom: 2rem;
    border-right: none;
    border-bottom: 1px solid #181818;
    padding-bottom: 2rem;
  }
}
.footer__container__nav {
  padding-left: 2em;
  width: 50%;
}
@media (max-width: 768px) {
  .footer__container__nav {
    width: 100%;
    padding-left: 0;
  }
}
.footer__container__nav ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer__container__nav li:hover {
  opacity: 0.6;
  transition: all 1s;
}
.footer__copyright {
  width: 100%;
  padding: 0.5em;
  background-color: #EA5313;
}

.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #FDFAF1;
  display: block;
  order: -1;
}

.tab-label {
  color: #181818;
  background: #FDFAF1;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #CBE1EC;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: 0.5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.subhero {
  width: 100%;
  height: calc(var(--vh, 1vh) * 50);
}
.subhero__container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.subhero__container__title {
  position: absolute;
  top: 80px;
  right: 5%;
  z-index: 10;
}
.subhero__container__copy {
  width: 100%;
  height: auto;
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 1;
}
.subhero__container__copy__main {
  font-size: 12rem;
  font-size: clamp(5rem, 6vw, 12rem); /* 50px - 60px */
  line-height: 1.2em;
  color: #181818;
  font-weight: 300;
  letter-spacing: 1.6rem;
}
@media (max-width: 768px) {
  .subhero__container__copy__main {
    letter-spacing: 0.6rem;
  }
}
.subhero__container__copy__sub {
  font-size: 4rem;
  font-size: clamp(2rem, 1.8vw, 4rem); /* 50px - 60px */
  color: #181818;
  font-weight: 300;
  letter-spacing: 0.6rem;
}
@media (max-width: 768px) {
  .subhero__container__copy__sub {
    letter-spacing: 0.2rem;
  }
}
.subhero__container__img {
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.subhero__container__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 400px;
  filter: brightness(110%);
  opacity: 0.6;
}
@media (max-width: 768px) {
  .subhero__container__img img {
    border-radius: 0 0 0 200px;
  }
}

.lead {
  padding: 0 0 0 0;
  width: 100%;
}
.lead__copy {
  width: 80%;
}
@media (max-width: 768px) {
  .lead__copy {
    width: 100%;
  }
}
.lead__img img {
  height: 100%;
}
@media (max-width: 768px) {
  .lead__img {
    width: 100%;
    height: 300px;
  }
}

.feature {
  padding: 20rem 0;
  width: 100%;
  background-color: #FDFAF1;
}
@media (max-width: 768px) {
  .feature {
    padding: 10rem 0;
  }
}
.feature__container__card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
  align-items: stretch;
}
@media (max-width: 768px) {
  .feature__container__card {
    display: block;
  }
}
.feature__container__card__img {
  width: 50%;
}
@media (max-width: 768px) {
  .feature__container__card__img {
    width: 100%;
  }
}
.feature__container__card__img img {
  height: 100%;
}
.feature__container__card__txt {
  width: 50%;
  background-color: #FFFFFF;
  padding: 4rem;
}
@media (max-width: 768px) {
  .feature__container__card__txt {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.feature__container__card__txt__title {
  display: flex;
  justify-content: left;
  gap: 2rem;
  border-bottom: 1px solid #181818;
}
.feature__container__card__txt__title__no {
  width: 10%;
}
.feature__container__card__txt__title__h {
  width: 90%;
}

@media (max-width: 768px) {
  .reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

.bg-lightBlue {
  background-color: #E2F3FA;
}

.price {
  padding: 20rem 0;
  width: 100%;
  background-image: url(img/back-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
@media (max-width: 768px) {
  .price {
    padding: 10rem 0;
  }
}
.price__table {
  width: 100%;
  background-color: #FFFFFF;
}
.price__table tr {
  width: 100%;
}
.price__table th {
  background-color: #CBE1EC;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #FFFFFF;
}
@media (max-width: 768px) {
  .price__table th {
    display: none;
  }
}
.price__table tr:nth-child(odd) {
  background-color: #f5fcff; /* 背景色指定 */
}
.price__table td {
  padding: 2rem 2rem;
  vertical-align: middle;
  border-left: 2px solid White;
}
@media (max-width: 768px) {
  .price__table td {
    padding: 1rem 2rem;
    display: block;
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .price__table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .price__table td:first-child {
    background: #CBE1EC;
    font-weight: bold;
    text-align: center;
  }
}
.price__table span {
  font-size: 0.7em;
}
@media (max-width: 768px) {
  .price__table p {
    text-align: center;
  }
}

.ageMenu {
  padding: 20rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .ageMenu {
    padding: 10rem 0;
  }
}
.ageMenu__container__card {
  padding-top: 12rem;
  width: 100%;
}
.ageMenu__container__card__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ageMenu__container__card__wrap {
    display: block;
  }
}
.ageMenu__container__card__wrap__img {
  width: 40%;
  position: relative;
}
@media (max-width: 768px) {
  .ageMenu__container__card__wrap__img {
    width: 80%;
    margin: 0 auto 4rem auto;
  }
}
.ageMenu__container__card__wrap__img-sub {
  width: 40%;
  position: absolute;
  top: 60%;
  left: -10%;
}
.ageMenu__container__card__wrap__img-subg {
  width: 50%;
  position: absolute;
  top: 70%;
  left: -10%;
}
.ageMenu__container__card__wrap__txt {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .ageMenu__container__card__wrap__txt {
    width: 100%;
    padding-left: 0;
  }
}
.ageMenu table {
  width: 100%;
  background-color: #fff;
}
.ageMenu table th {
  background-color: #CBE1EC;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ageMenu table td {
  text-align: right;
  padding: 1rem 2rem;
}
.ageMenu table td span {
  font-size: 0.8em;
}

.subhero {
  width: 100%;
  height: calc(30vh + 80px);
  background-color: #FDFAF1;
  position: relative;
  overflow-x: hidden;
}
.subhero::before {
  content: "";
  width: 100%;
  height: 10vw;
  background-color: #EA5313;
  position: absolute;
  top: 80px;
  left: 0;
  min-height: 80px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 100% 0);
  z-index: 1;
}
@media (max-width: 768px) {
  .subhero::before {
    top: 60px;
    height: 50vw;
  }
}
.subhero__copy {
  margin-top: 120px;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .subhero__copy {
    margin-top: 80px;
  }
}

.about {
  padding: 10rem 0 10rem 0;
  width: 100%;
}
.message {
  padding: 20rem 0;
  width: 100%;
  background-color: #f5f0df;
}
.message__container {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 768px) {
  .message__container {
    flex-direction: column;
    gap: 2rem;
  }
}
.message__container__img {
  width: 100%;
}
.message__container__txt {
  width: 100%;
}

.company {
  padding: 20rem 0;
  width: 100%;
  background-color: #FDFAF1;
}
.company table {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .company table {
    width: 100%;
  }
}
.company tr {
  border-bottom: 1px solid #181818;
}
.company tr:nth-child(1) {
  border-top: 1px solid #181818;
}
.company th {
  padding: 2rem;
  width: 20%;
}
@media (max-width: 768px) {
  .company th {
    padding: 2rem 2rem 2rem 0;
  }
}
.company td {
  padding: 2rem;
}

.cel1 {
  width: 20%;
  border-bottom: 1px solid #181818;
}
@media (max-width: 768px) {
  .cel1 {
    display: block;
    width: 100%;
    padding-bottom: 0 !important;
    border-bottom: none;
  }
}

.cel2 {
  width: 80%;
  border-bottom: 1px solid #181818;
}
@media (max-width: 768px) {
  .cel2 {
    display: block;
    width: 100%;
    padding-top: 0 !important;
  }
}

.cel-no-border {
  border-bottom: none !important;
}

.business {
  padding: 5rem 0;
  width: 100%;
}
.business__container__index {
  width: 100%;
  margin-bottom: 10rem;
}
.business__container__index ul {
  display: flex;
  justify-content: space-between;
}
.business__container__index ul li {
  width: 30%;
  padding: 1em 0;
  background-color: #EA5313;
  border-radius: 2rem;
  color: #FFFFFF;
}
.business__container__index ul li:hover {
  opacity: 0.6;
  transition: all 1s;
}
.business__container__wrap__part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15rem;
}
@media (max-width: 768px) {
  .business__container__wrap__part {
    flex-direction: column;
  }
}
.business__container__wrap__part__logo {
  width: 20%;
  height: 100%;
  position: sticky;
  top: 100px;
  left: 0;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .business__container__wrap__part__logo {
    width: 100%;
    position: static;
    padding-bottom: 2rem;
  }
  .business__container__wrap__part__logo img {
    width: 50%;
  }
}
.business__container__wrap__part__main {
  width: 80%;
  padding: 0 5rem;
}
@media (max-width: 768px) {
  .business__container__wrap__part__main {
    width: 100%;
    padding: 0;
  }
}
.business__container__wrap__part__main h3 {
  padding: 1rem 2rem;
  border-left: 5px solid #EA5313;
}
.business__container__wrap__part__main__img {
  width: calc(100% - 2rem);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.business__container__wrap__part__main__img img {
  width: 50%;
}
.business__container__wrap__part__main table {
  width: 100%;
  table-layout: fixed; /* テーブルのレイアウトを固定 */
  word-wrap: break-word; /* テキストの折り返しを強制 */
}
.business__container__wrap__part__main table tr {
  width: 100%;
  border-bottom: 1px solid #181818;
}
.business__container__wrap__part__main table tr:nth-child(1) {
  border-top: 1px solid #181818;
}
.business__container__wrap__part__main table th,
.business__container__wrap__part__main table td {
  padding: 2rem 0;
}
.business__container__wrap__part__main table th {
  width: 20%;
}
.business__container__wrap__part__main table td {
  width: 80%;
}

.description {
  padding: 20rem 0;
  width: 100%;
  background-color: #f5f0df;
}
.description__container__card {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-content: stretch;
}
@media (max-width: 768px) {
  .description__container__card {
    flex-direction: column;
  }
}
.description__container__card__img {
  width: 50%;
}
@media (max-width: 768px) {
  .description__container__card__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.description__container__card__img img {
  height: 100%;
}
.description__container__card__wrap {
  width: 50%;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .description__container__card__wrap {
    width: 100%;
    padding-left: 0;
  }
}
.description__container__card__wrap h4 {
  padding: 1rem 2rem;
  border-left: 5px solid #EA5313;
}
.description__container__card__wrap table {
  width: 100%;
  table-layout: fixed; /* テーブルのレイアウトを固定 */
  word-wrap: break-word; /* テキストの折り返しを強制 */
}
.description__container__card__wrap table tr {
  width: 100%;
  border: 1px solid #FDFAF1;
}
.description__container__card__wrap table th,
.description__container__card__wrap table td {
  padding: 2rem;
  vertical-align: middle;
}
.description__container__card__wrap table th {
  width: 30%;
  background-color: #EA5313;
  align-items: center;
  color: #FFFFFF;
}
.description__container__card__wrap table td {
  width: 70%;
  background-color: #FFFFFF;
}

.post {
  padding: 20rem 0;
  width: 100%;
}
.post__container__card {
  width: 100%;
}
.post__container__card table {
  width: 100%;
  table-layout: fixed; /* テーブルのレイアウトを固定 */
  word-wrap: break-word; /* テキストの折り返しを強制 */
}
.post__container__card table tr {
  width: 100%;
  border-bottom: 1px solid #181818;
}
.post__container__card table tr:nth-child(1) {
  border-top: 1px solid #181818;
}
.post__container__card table th,
.post__container__card table td {
  padding: 2rem;
  vertical-align: middle;
}
.post__container__card table th {
  width: 30%;
  align-items: center;
}
.post__container__card table td {
  width: 70%;
}

.single {
  width: 100%;
}
.single__container {
  padding: 5rem 0 5rem 0;
  background-color: #FFFFFF;
}

/*ベース*/
.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  padding: 1em;
  display: block;
  color: #fff;
  background: #EA5313;
}

.Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}

.Label,
.post__container__card__block {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.post__container__card__block {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.toggle:checked + .Label + .post__container__card__block {
  /*開閉時*/
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}/*# sourceMappingURL=style.css.map */