@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css');
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bebasneue/v16/JTUSjIg69CK48gW7PXooxW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEi75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFE8j75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFCMj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFM8k75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFJEk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75s.ttf) format('truetype');
}
/* ここから */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v55/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFLgk75s.ttf) format('truetype');
}
html {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #fff;
}
.pagination {
  margin-top: 20px;
  display: flex;
  grid-gap: 1em;
}
.pagination .current {
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination a,
.pagination span {
  border: 1px solid #000;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prev-next {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}
#menu-checkbox {
  display: none;
}
#menu-checkbox:checked ~ #menu-area {
  opacity: 1;
  pointer-events: auto;
}
#menu-checkbox:checked ~ #menu-button {
  border-color: #fff;
}
#menu-checkbox:checked ~ #menu-button .open {
  display: none;
}
#menu-checkbox:checked ~ #menu-button .close {
  display: inline-flex;
}
#menu-button {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 101;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#menu-button:hover {
  opacity: 0.5;
}
#menu-button .open {
  display: inline-flex;
  color: #fff;
  flex-direction: column;
  gap: 6px;
}
#menu-button .open span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
#menu-button .close {
  display: none;
  color: #fff;
  flex-direction: column;
}
#menu-button .close span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
#menu-button .close span:first-child {
  transform: rotate(45deg);
  margin-bottom: -2px;
}
#menu-button .close span:last-child {
  transform: rotate(-45deg);
}
#menu-area {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 100;
  font-size: 18px;
}
#menu-area ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#menu-area ul li a {
  display: inline-block;
  text-align: center;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#menu-area ul li a:hover {
  opacity: 0.5;
}
#menu-area ul li a img {
  height: 26px;
}
#menu-area ul li.sns {
  display: flex;
  gap: 10px;
}
@media (max-width: 940px) {
  #menu-button {
    display: inline-flex;
  }
}
.inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
header {
  width: 100%;
  position: absolute;
  padding: 0 20px;
  z-index: 1;
}
header .inner {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header h1 img {
  width: 76px;
  height: auto;
}
header nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav ul li a {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header nav ul li a:hover {
  opacity: 0.5;
}
header .right {
  display: flex;
  align-items: center;
  gap: 40px;
}
header .sns ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .sns ul li a {
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
header .sns ul li a:hover {
  opacity: 0.5;
}
header .sns ul li a img {
  height: 26px;
}
@media (max-width: 940px) {
  header nav {
    display: none;
  }
  header .right .sns {
    display: none;
  }
}
.index-hero {
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.index-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.index-hero .inner {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.index-hero .msg {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 60px;
  line-height: 1.4;
  font-size: 28px;
}
.index-hero .msg .en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
}
@media (min-width: 320px) {
  .index-hero .msg {
    font-size: calc(28px  +  32  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .index-hero .msg {
    font-size: 60px;
  }
}
.index-hero .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.index-hero .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-hero .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.index-hero .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-hero .swiper .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 6px;
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
  width: 100%;
  text-align: right;
  z-index: 1;
}
.index-hero .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.index-hero .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8b0d10;
}
.index-conpect {
  padding: 80px 20px;
}
.index-conpect .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 940px) {
  .index-conpect .inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .index-conpect .inner .right {
    align-self: center;
  }
}
.index-conpect .inner .left h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .index-conpect .inner .left h2 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .index-conpect .inner .left h2 {
    font-size: 30px;
  }
}
.index-conpect .inner .left p {
  font-size: 18px;
  line-height: 1.8;
  font-size: 16px;
}
@media (min-width: 320px) {
  .index-conpect .inner .left p {
    font-size: calc(16px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .index-conpect .inner .left p {
    font-size: 18px;
  }
}
.index-conpect .inner .left a {
  display: inline-flex;
  background-color: #8b0d10;
  color: #fff;
  padding: 10px 40px;
  margin-top: 30px;
  font-size: 16px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.index-conpect .inner .left a:hover {
  opacity: 0.5;
}
.index-conpect .inner .right {
  align-self: center;
}
.index-conpect .inner .right iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.index-conpect .inner .right a {
  display: block;
  position: relative;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.index-conpect .inner .right a:hover {
  opacity: 0.5;
}
.index-conpect .inner .right a img {
  width: 100%;
}
.index-conpect .inner .right a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../img/index_concept_play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index-conpect .imgs {
  max-width: 1280px;
  margin: 80px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.index-conpect .imgs img {
  width: 100%;
  height: auto;
}
@media (max-width: 940px) {
  .index-conpect .imgs {
    grid-template-columns: 1fr;
  }
}
.index-service .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 720px) {
  .index-service .inner {
    grid-template-columns: 1fr;
  }
}
.index-service ul li {
  color: #fff;
}
.index-service ul li:nth-child(1) {
  background-color: #333;
}
.index-service ul li:nth-child(1) .num,
.index-service ul li:nth-child(1) .h2-en {
  color: #666666;
}
.index-service ul li:nth-child(2) {
  background-color: #40808e;
}
.index-service ul li:nth-child(2) .num,
.index-service ul li:nth-child(2) .h2-en {
  color: #0b5b68;
}
.index-service ul li:nth-child(3) {
  background-color: #778046;
}
.index-service ul li:nth-child(3) .num,
.index-service ul li:nth-child(3) .h2-en {
  color: #41471a;
}
.index-service ul li .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 20px;
}
.index-service ul li .left .num {
  font-size: 16px;
  margin-bottom: 20px;
}
.index-service ul li .left h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.4;
}
.index-service ul li .left .h2-en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  margin-bottom: 20px;
}
.index-service ul li .left p {
  font-size: 16px;
  line-height: 1.8;
  color: #c3c3c3;
}
.index-service ul li .left a {
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 40px;
  margin-top: 30px;
  font-size: 14px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.index-service ul li .left a:hover {
  opacity: 0.5;
}
@media (max-width: 720px) {
  .index-service ul li .left {
    align-items: center;
    text-align: center;
  }
}
.index-service ul li .right img {
  width: 100%;
  height: auto;
}
@media (max-width: 720px) {
  .index-service ul li .right {
    order: -1;
  }
}
.index-news {
  padding: 80px 20px;
}
.index-news .h2-en {
  font-size: 16px;
  margin-bottom: 20px;
  color: #8b0d10;
}
.index-news h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .index-news h2 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .index-news h2 {
    font-size: 30px;
  }
}
.index-news ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 20px;
}
@media (max-width: 640px) {
  .index-news ul {
    grid-template-columns: 1fr;
  }
}
.index-news ul li a {
  display: block;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.index-news ul li a:hover {
  opacity: 0.5;
}
.index-news ul li a .img {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.index-news ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.index-news ul li a .img:hover img {
  transform: scale(1.1);
}
.index-news ul li a .txt .date {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  display: block;
}
.index-news ul li a .txt .title {
  font-size: 18px;
  line-height: 1.4;
}
.index-news a.more {
  display: inline-flex;
  border: 1px solid #000;
  color: #000;
  padding: 10px 40px;
  margin-top: 40px;
  font-size: 14px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.index-news a.more:hover {
  opacity: 0.5;
}
@media (max-width: 640px) {
  .index-news a.more {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.index-calendar {
  padding: 80px 20px;
}
.index-calendar .h2-en {
  font-size: 16px;
  margin-bottom: 20px;
  color: #8b0d10;
}
.index-calendar h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .index-calendar h2 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .index-calendar h2 {
    font-size: 30px;
  }
}
.index-calendar .inner {
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 30px;
}
@media (max-width: 720px) {
  .index-calendar .inner {
    gap: 0px;
    grid-template-columns: 1fr;
  }
}
.index-staff {
  padding: 80px 20px;
}
.index-staff .inner::before {
  content: "";
  display: block;
  width: 100vw;
  height: calc(50% + 60px);
  background-color: #e3e3e3;
  position: absolute;
  top: -20px;
  left: calc(50% - 50vw);
  z-index: -1;
}
.index-staff .h2-en {
  font-size: 16px;
  margin-bottom: 20px;
  color: #8b0d10;
}
.index-staff h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .index-staff h2 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .index-staff h2 {
    font-size: 30px;
  }
}
.index-staff .swiper-container {
  padding: 0 40px;
}
.index-staff .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.index-staff .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.index-staff .swiper .swiper-wrapper .swiper-slide a .img {
  width: 100%;
  aspect-ratio: 530/790;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-staff .swiper .swiper-wrapper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.index-staff .swiper .swiper-wrapper .swiper-slide a .img:hover img {
  transform: scale(1.1);
}
.index-staff .swiper .swiper-wrapper .swiper-slide a .name {
  font-size: 18px;
}
.index-staff .swiper-button-prev,
.index-staff .swiper-button-next {
  color: #000;
}
.index-staff .swiper-button-next {
  transform: translateX(10px);
}
.index-staff .swiper-button-prev {
  transform: translateX(-10px);
}
.index-staff a.more {
  display: block;
  border: 1px solid #000;
  color: #000;
  padding: 10px 40px;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 60px;
  font-size: 14px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.index-staff a.more:hover {
  opacity: 0.5;
}
.common-recruit {
  background-image: url(../img/common_recruit_img.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 20px;
  height: 582px;
}
.common-recruit a {
  color: #fff;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.common-recruit a h2 {
  border: 2px solid #fff;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 80px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.common-recruit a p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}
.common-recruit a:hover {
  opacity: 0.5;
}
.common-recruit a .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 940px) {
  .common-recruit {
    height: 300px;
  }
  .common-recruit a h2 {
    padding: 10px 40px;
    font-size: 14px;
    margin: 0 auto;
  }
  .common-recruit a p {
    font-size: 20px;
  }
  .common-recruit a .inner {
    text-align: center;
  }
}
.common-request {
  padding: 80px 20px;
}
.common-request a {
  border: 2px solid #333;
  display: grid;
  grid-template-columns: 1fr auto;
  height: 370px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.common-request a .img {
  background-image: url(../img/common_request_img.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.common-request a .img::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 370px solid #fff;
  border-left: 60px solid transparent;
  bottom: 0;
  right: 0;
}
.common-request a h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common-request a:hover {
  opacity: 0.5;
}
@media (max-width: 940px) {
  .common-request a {
    height: 200px;
  }
  .common-request a h2 {
    padding: 0 40px;
    font-size: 20px;
  }
  .common-request a .img::after {
    border-bottom: 200px solid #fff;
    border-left: 40px solid transparent;
  }
}
footer {
  background-color: #8b0d10;
  color: #fff;
  padding: 60px 20px;
}
footer .inner .top {
  display: grid;
  grid-template-columns: 30% auto 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
footer .inner .top h2 img {
  width: 120px;
}
footer .inner .top .nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .inner .top .nav ul li a {
  font-size: 14px;
  color: #fff;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer .inner .top .nav ul li a:hover {
  opacity: 0.5;
}
footer .inner .top .info .request-recruit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
footer .inner .top .info .request-recruit a {
  display: block;
  font-size: 14px;
  background-color: #fff;
  color: #8b0d10;
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
footer .inner .top .info .request-recruit a:hover {
  opacity: 0.5;
}
footer .inner .top .info .tel {
  margin-bottom: 10px;
}
footer .inner .top .info .tel h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
footer .inner .top .info .tel a {
  font-size: 30px;
  font-weight: 700;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  font-size: 24px;
}
footer .inner .top .info .tel a:hover {
  opacity: 0.5;
}
@media (min-width: 320px) {
  footer .inner .top .info .tel a {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  footer .inner .top .info .tel a {
    font-size: 30px;
  }
}
footer .inner .top .info address {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
footer .inner .bottom {
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 40px;
}
footer .inner .bottom img {
  height: 20px;
}
@media (max-width: 940px) {
  footer .inner .top {
    grid-template-columns: 1fr;
    text-align: center;
  }
  footer .inner .top h2 {
    margin: 0 auto;
  }
  footer .inner .top .nav {
    margin: 20px 0;
  }
  footer .inner .top .nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .inner .bottom {
    font-size: 12px;
  }
  footer .inner .bottom img {
    height: 16px;
  }
}
.common-hero {
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  background-size: cover;
  background-position: center;
  padding: 0 20px;
  position: relative;
}
.common-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.common-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 0;
}
.common-hero .inner {
  height: 100%;
  position: relative;
}
.common-hero .middle {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  color: #fff;
}
.common-hero .middle h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (min-width: 320px) {
  .common-hero .middle h2 {
    font-size: calc(24px  +  16  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .common-hero .middle h2 {
    font-size: 40px;
  }
}
.common-hero .middle .h2-en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  font-size: 40px;
  line-height: 1.4;
  font-size: 24px;
}
@media (min-width: 320px) {
  .common-hero .middle .h2-en {
    font-size: calc(24px  +  16  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .common-hero .middle .h2-en {
    font-size: 40px;
  }
}
.common-hero .bottom {
  position: absolute;
  bottom: 60px;
  left: 40px;
  color: #fff;
  font-size: 14px;
}
.common-hero .bottom .msg {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 320px) {
  .common-hero .bottom .msg {
    font-size: calc(24px  +  16  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .common-hero .bottom .msg {
    font-size: 40px;
  }
}
.common-hero .bottom .msg-txt {
  font-size: 16px;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 320px) {
  .common-hero .bottom .msg-txt {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .common-hero .bottom .msg-txt {
    font-size: 16px;
  }
}
@media (max-width: 940px) {
  .common-hero .middle {
    left: 0;
    text-align: center;
    top: 40%;
    transform: translateY(-40%);
    width: 100%;
  }
  .common-hero .bottom {
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.concept-content-01 {
  padding: 80px 20px;
}
.concept-content-01 .inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 60px;
}
.concept-content-01 .inner .txt h3 {
  font-size: 16px;
  margin-bottom: 30px;
  color: #8b0d10;
}
.concept-content-01 .inner .txt h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .concept-content-01 .inner .txt h4 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .concept-content-01 .inner .txt h4 {
    font-size: 30px;
  }
}
.concept-content-01 .inner .txt p {
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .concept-content-01 .inner .txt p {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .concept-content-01 .inner .txt p {
    font-size: 16px;
  }
}
.concept-content-01 .inner .imgs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.concept-content-01 .inner .imgs img {
  width: 100%;
  height: auto;
}
.concept-content-01.type-b {
  background-color: #333;
}
.concept-content-01.type-b .inner {
  grid-template-columns: 2fr 1fr;
}
.concept-content-01.type-b .inner .txt h3 {
  color: #666;
}
.concept-content-01.type-b .inner .txt h4 {
  color: #fff;
}
.concept-content-01.type-b .inner .txt p {
  color: #fff;
}
.concept-content-01.type-c {
  background-color: #40808e;
}
.concept-content-01.type-c .inner .txt h3 {
  color: #0b5b68;
}
.concept-content-01.type-c .inner .txt h4 {
  color: #fff;
}
.concept-content-01.type-c .inner .txt p {
  color: #fff;
}
@media (max-width: 940px) {
  .concept-content-01 .inner {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .concept-content-01 .inner .imgs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.concept-content-02 .img {
  height: 700px;
}
.concept-content-02 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.concept-content-02 .txt {
  padding: 80px 20px;
  text-align: center;
}
.concept-content-02 .txt h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.concept-content-02 .txt h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .concept-content-02 .txt h4 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .concept-content-02 .txt h4 {
    font-size: 30px;
  }
}
.concept-content-02 .txt p {
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .concept-content-02 .txt p {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .concept-content-02 .txt p {
    font-size: 16px;
  }
}
.concept-content-03 {
  padding: 160px 20px;
}
.concept-content-03 .img {
  text-align: center;
  margin-bottom: 40px;
}
.concept-content-03 .img img {
  width: 100%;
  max-width: 950px;
}
.concept-content-03 .txt {
  text-align: center;
}
.concept-content-03 .txt h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.concept-content-03 .txt h4 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .concept-content-03 .txt h4 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .concept-content-03 .txt h4 {
    font-size: 30px;
  }
}
.concept-content-03 .txt p {
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .concept-content-03 .txt p {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .concept-content-03 .txt p {
    font-size: 16px;
  }
}
.concept-content-03 .txt .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 320px) {
  .concept-content-03 .txt .name {
    font-size: calc(16px  +  4  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .concept-content-03 .txt .name {
    font-size: 20px;
  }
}
.service-content-01 {
  padding: 80px 20px;
}
.service-content-01 ul {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.service-content-01 ul li:not(:nth-child(3n))::after {
  content: "|";
  display: inline-block;
}
.service-content-01 ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.service-content-01 ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 760px) {
  .service-content-01 ul {
    flex-direction: column;
    gap: 10px;
  }
  .service-content-01 ul li::after {
    content: none !important;
  }
}
.service-content-02 {
  padding: 80px 20px;
  border-top: 1px solid #ccc;
}
.service-content-02 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.service-content-02 .txt h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #8b0d10;
}
.service-content-02 .txt p {
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .service-content-02 .txt p {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .service-content-02 .txt p {
    font-size: 16px;
  }
}
.service-content-02 .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 940px) {
  .service-content-02 .inner {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
}
.service-content-03 {
  padding: 0 20px 80px 20px;
  border-top: 1px solid #ccc;
}
.service-content-03 .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.service-content-03 .left,
.service-content-03 .right {
  padding-top: 80px;
  padding-bottom: 80px;
}
.service-content-03 .left h3,
.service-content-03 .right h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.service-content-03 .left p,
.service-content-03 .right p {
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .service-content-03 .left p,
  .service-content-03 .right p {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .service-content-03 .left p,
  .service-content-03 .right p {
    font-size: 16px;
  }
}
.service-content-03 .left p strong,
.service-content-03 .right p strong {
  font-size: 1.2em;
  font-weight: 400;
  font-style: normal;
}
.service-content-03 .left p .tel,
.service-content-03 .right p .tel {
  font-size: 1.2em;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.service-content-03 .left p .tel:hover,
.service-content-03 .right p .tel:hover {
  opacity: 0.5;
}
.service-content-03 .left .more,
.service-content-03 .right .more {
  display: inline-flex;
  color: #fff;
  background-color: #000;
  padding: 10px 40px;
  margin-top: 10px;
  font-size: 14px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.service-content-03 .left .more:hover,
.service-content-03 .right .more:hover {
  opacity: 0.5;
}
.service-content-03 .left {
  border-right: 1px solid #ccc;
  padding-right: 40px;
}
.service-content-03 .right {
  padding-left: 40px;
}
@media (max-width: 940px) {
  .service-content-03 .inner {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .service-content-03 .left {
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
  }
  .service-content-03 .right {
    padding-left: 0;
    padding-top: 40px;
  }
}
.company-content-01 {
  padding: 80px 20px;
}
.company-content-01 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .company-content-01 h2 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .company-content-01 h2 {
    font-size: 30px;
  }
}
.company-content-01 dl.overview {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  font-size: 16px;
  line-height: 1.8;
}
.company-content-01 dl.overview > dt,
.company-content-01 dl.overview > dd {
  padding: 30px 20px;
  border-top: 1px solid #333;
}
.company-content-01 dl.overview > dd ul.list li::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}
.company-content-01 dl.overview .dl {
  display: grid;
  grid-template-columns: 6em 1fr;
}
.company-content-01 dl.overview .dl dt {
  font-weight: normal;
}
@media (max-width: 640px) {
  .company-content-01 dl.overview {
    grid-template-columns: 1fr !important;
  }
  .company-content-01 dl.overview > dt,
  .company-content-01 dl.overview > dd {
    padding: 15px 10px;
  }
  .company-content-01 dl.overview > dd {
    border-top: 1px solid #eee;
  }
  .company-content-01 dl.overview .dl {
    gap: 10px;
  }
}
.staff-movie {
  padding-top: 80px;
}
.staff-movie .inner {
  max-width: 800px;
  margin: 0 auto;
}
.staff-movie .inner iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.staff-content-01 {
  padding: 80px 20px;
}
.staff-content-01 ul {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.staff-content-01 ul li:not(:last-child)::after {
  content: "|";
  display: inline-block;
}
.staff-content-01 ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.staff-content-01 ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 760px) {
  .staff-content-01 ul {
    flex-direction: column;
    gap: 10px;
  }
  .staff-content-01 ul li::after {
    content: none !important;
  }
}
.staff-content-02 .header {
  height: 750px;
  position: relative;
  height: 400px;
}
@media (min-width: 320px) {
  .staff-content-02 .header {
    height: calc(400px  +  350  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .staff-content-02 .header {
    height: 750px;
  }
}
.staff-content-02 .header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-content-02 .header .inner {
  position: relative;
  height: 100%;
}
.staff-content-02 .header .txt {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.staff-content-02 .header .txt .num {
  font-size: 100px;
  font-weight: 700;
  color: #666;
  margin-bottom: 20px;
  font-size: 50px;
}
@media (min-width: 320px) {
  .staff-content-02 .header .txt .num {
    font-size: calc(50px  +  50  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .staff-content-02 .header .txt .num {
    font-size: 100px;
  }
}
.staff-content-02 .header .txt .name {
  font-size: 40px;
  font-weight: 900;
  color: #333;
  margin-bottom: 10px;
  font-size: 24px;
}
@media (min-width: 320px) {
  .staff-content-02 .header .txt .name {
    font-size: calc(24px  +  16  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .staff-content-02 .header .txt .name {
    font-size: 40px;
  }
}
.staff-content-02 .header .txt .name-en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}
@media (min-width: 320px) {
  .staff-content-02 .header .txt .name-en {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .staff-content-02 .header .txt .name-en {
    font-size: 30px;
  }
}
.staff-content-02 .header .txt .msg {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .staff-content-02 .header .txt .msg {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .staff-content-02 .header .txt .msg {
    font-size: 16px;
  }
}
@media (max-width: 940px) {
  .staff-content-02 .header .txt {
    top: inherit;
    left: 20px;
    right: inherit;
    bottom: 40px;
    transform: translate(0, 0);
  }
}
.staff-content-02 .header.type-b .txt {
  left: 40px;
  right: inherit;
  transform: translate(0, -50%);
}
@media (max-width: 940px) {
  .staff-content-02 .header.type-b .txt {
    top: inherit;
    left: 20px;
    right: inherit;
    bottom: 40px;
    transform: translate(0, 0);
  }
}
.staff-content-02 .header.white .txt {
  text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}
.staff-content-02 .header.white .txt .num,
.staff-content-02 .header.white .txt .name,
.staff-content-02 .header.white .txt .name-en,
.staff-content-02 .header.white .txt .msg {
  color: #fff;
}
.staff-content-02 .body {
  padding: 80px 20px;
}
.staff-content-02 .body .h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.staff-content-02 .body .h3 h3 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 24px;
}
@media (min-width: 320px) {
  .staff-content-02 .body .h3 h3 {
    font-size: calc(24px  +  16  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .staff-content-02 .body .h3 h3 {
    font-size: 40px;
  }
}
.staff-content-02 .body .h3 .border {
  width: 100%;
  max-width: 100px;
  border-top: 1px solid #ccc;
}
.staff-content-02 .body .h3 .h3-txt {
  font-size: 16px;
  white-space: nowrap;
}
.staff-content-02 .body .grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  margin-bottom: 80px;
}
.staff-content-02 .body .grid .txt h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 20px;
  color: #8b0d10;
}
@media (min-width: 320px) {
  .staff-content-02 .body .grid .txt h4 {
    font-size: calc(20px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .staff-content-02 .body .grid .txt h4 {
    font-size: 26px;
  }
}
.staff-content-02 .body .grid .txt p {
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .staff-content-02 .body .grid .txt p {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .staff-content-02 .body .grid .txt p {
    font-size: 16px;
  }
}
.staff-content-02 .body .grid .txt p + h4 {
  margin-top: 60px;
}
.staff-content-02 .body .grid .imgs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.staff-content-02 .body .grid .imgs img {
  width: 100%;
  height: auto;
}
.staff-content-02 .body .grid.reverse {
  grid-template-columns: 1fr 1.2fr;
}
.staff-content-02 .body .grid.reverse .imgs {
  order: -1;
}
.staff-content-02 .body .grid.vertical {
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 940px) {
  .staff-content-02 .body .grid {
    grid-template-columns: 1fr !important;
    gap: 40px;
  }
}
.contact-content {
  padding: 80px 20px;
}
.contact-content h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .contact-content h3 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .contact-content h3 {
    font-size: 30px;
  }
}
.contact-content p {
  max-width: 800px;
  margin: 0 auto 60px auto;
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 320px) {
  .contact-content p {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .contact-content p {
    font-size: 16px;
  }
}
.contact-content .contact-form {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}
.contact-content .contact-form table {
  width: 100%;
  border-collapse: collapse;
}
.contact-content .contact-form table tr th,
.contact-content .contact-form table tr td {
  padding: 15px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .contact-content .contact-form table tr th,
  .contact-content .contact-form table tr td {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .contact-content .contact-form table tr th,
  .contact-content .contact-form table tr td {
    font-size: 16px;
  }
}
.contact-content .contact-form table tr th {
  width: 180px;
  min-width: 100px;
  font-weight: 700;
}
.contact-content .contact-form table tr td input[type="text"],
.contact-content .contact-form table tr td input[type="email"],
.contact-content .contact-form table tr td select,
.contact-content .contact-form table tr td textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
  resize: vertical;
}
@media (min-width: 320px) {
  .contact-content .contact-form table tr td input[type="text"],
  .contact-content .contact-form table tr td input[type="email"],
  .contact-content .contact-form table tr td select,
  .contact-content .contact-form table tr td textarea {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .contact-content .contact-form table tr td input[type="text"],
  .contact-content .contact-form table tr td input[type="email"],
  .contact-content .contact-form table tr td select,
  .contact-content .contact-form table tr td textarea {
    font-size: 16px;
  }
}
.contact-content .contact-form table tr td input[type="text"]:focus,
.contact-content .contact-form table tr td input[type="email"]:focus,
.contact-content .contact-form table tr td select:focus,
.contact-content .contact-form table tr td textarea:focus {
  outline: none;
  border-color: #8b0d10;
  box-shadow: 0 0 5px rgba(139, 13, 16, 0.5);
}
.contact-content .contact-form table tr td textarea {
  min-height: 100px;
}
.contact-content .contact-form .btn-area {
  text-align: center;
  margin-top: 20px;
}
.contact-content .contact-form .btn-area button {
  background-color: #8b0d10;
  color: #fff;
  padding: 10px 40px;
  font-size: 16px;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.contact-content .contact-form .btn-area button:hover {
  opacity: 0.5;
}
@media (max-width: 640px) {
  .contact-content .contact-form table tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  .contact-content .contact-form table tr th,
  .contact-content .contact-form table tr td {
    width: 100%;
    padding: 10px 0;
  }
}
.recruit-content {
  padding: 80px 20px;
}
.recruit-content h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 1.6;
  font-size: 24px;
}
@media (min-width: 320px) {
  .recruit-content h3 {
    font-size: calc(24px  +  6  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .recruit-content h3 {
    font-size: 30px;
  }
}
.recruit-content p {
  max-width: 800px;
  margin: 0 auto 60px auto;
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 320px) {
  .recruit-content p {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .recruit-content p {
    font-size: 16px;
  }
}
.recruit-content table {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 60px auto;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.8;
  font-size: 14px;
}
@media (min-width: 320px) {
  .recruit-content table {
    font-size: calc(14px  +  2  * ((100vw -  320px ) / 960 ));
  }
}
@media (min-width: 1280px) {
  .recruit-content table {
    font-size: 16px;
  }
}
.recruit-content table th,
.recruit-content table td {
  padding: 15px 10px;
  text-align: left;
  border: 1px solid #ccc;
  vertical-align: top;
}
.recruit-content table th {
  background-color: #f5f5f5;
  width: 220px;
  min-width: 100px;
  font-weight: 700;
}
.recruit-content table th[colspan="2"] {
  text-align: center;
  background-color: #e3e3e3;
}
@media (max-width: 640px) {
  .recruit-content table {
    font-size: 14px;
  }
  .recruit-content table th,
  .recruit-content table td {
    padding: 10px 5px;
  }
  .recruit-content table tr {
    display: grid;
    grid-template-columns: 1fr;
  }
  .recruit-content table tr th,
  .recruit-content table tr td {
    width: 100%;
    border-bottom: none;
  }
  .recruit-content table tr th {
    border-bottom: none;
  }
}
