@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

@font-face {
  src: url(../font/ZenKakuGothicNew-Regular.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicNew-Medium.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenKakuGothicNew-Bold.ttf) format("truetype");
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/CormorantGaramond-Regular.ttf) format("truetype");
  font-family: "garamond";
  font-weight: 400;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  width: 100%;
  background-color: #fff;
}
.c-header .inner-block {
  width: 100%;
}
.c-header .top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 35px 1px 35px;
  min-height: 70px;
  position: relative;
}
.c-header .top-wrap .btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.c-header .top-wrap .btn-list a {
  background: #163237;
  border: 1px solid #163237;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 8px 20px;
}
.c-header .top-wrap .btn-list a.dark {
  background-color: #100134;
}
.c-header .top-wrap .btn-list a.brown {
  background-color: #4f3b36;
}
.c-header .top-wrap .btn-list .num {
  font-family: "Noto Serif JP", serif;
}
.c-header .bottom-wrap {
  padding: 2px 35px 0;
}
.c-header .logo {
  width: 72px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.c-header .c-btn {
  font-size: 16px;
  font-weight: 700;
  width: 240px;
  height: 60px;
  background-color: #319359;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #319359;
  min-height: auto;
}
.c-header .menu-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}
.c-header .menu-list .inn {
  cursor: pointer;
  display: block;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  letter-spacing: 0.15em;
  padding-bottom: 7px;
  padding-top: 3px;
}
.c-header .menu-list .inn.public {
  opacity: 0.5;
  pointer-events: none;
}
.c-header .menu-list .under-menu-wrap {
  background: #333;
  position: absolute;
  top: 34px;
  left: -35px;
  padding: 60px 20px;
  width: calc(100% + 70px);
}
.c-header .menu-list .under-menu-wrap .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin: auto;
  max-width: 1200px;
}
.c-header .menu-list .under-menu-wrap .menu + .menu {
  margin-top: min(10px, 0.625vw);
}
.c-header .menu-list .under-menu-wrap .menu + .menu .txt {
  margin-top: 0;
  font-size: 14px;
}
.c-header .menu-list .under-menu-wrap .menu .img {
  display: block;
  max-width: 210px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header .menu-list .under-menu-wrap .menu .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .menu-list .under-menu-wrap .menu .txt {
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 10px;
}
.c-header .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-header .company-name {
  color: #696969;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(12px, 0.75vw);
  letter-spacing: 0.36em;
}
.sp-entry-btn .num {
  font-family: "Noto Serif JP", serif;
}

#footer {
  background: #fff;
}
#footer .recruit-link-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding: min(35px, 2.1875vw) min(35px, 2.1875vw) min(35px, 2.1875vw);
}
#footer .recruit-link-wrap .recruit-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: min(420px, 26.25vw);
  padding: 0 min(45px, 2.8125vw);
  height: 100%;
  width: 100%;
  position: relative;
  pointer-events: none;
}
#footer .recruit-link-wrap .recruit-link::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#footer .recruit-link-wrap .recruit-link:hover::before {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#footer .recruit-link-wrap .recruit-link.mypage {
  background: url(/img/common/bg-mypage.jpg.webp) no-repeat center center/cover;
}
#footer .recruit-link-wrap .recruit-link.mypage .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#footer .recruit-link-wrap .recruit-link.mypage .link-list a {
  background: #163237;
  border: 1px solid #163237;
  min-width: min(300px, 18.75vw);
}
#footer .recruit-link-wrap .recruit-link.mypage .link-list a.dark {
  background-color: #100134;
}
#footer .recruit-link-wrap .recruit-link.internship {
  background: url(/img/common/bg-internship.jpg.webp) no-repeat center center/cover;
}
#footer .recruit-link-wrap .recruit-link.internship .link-list a {
  background: #4f3b36;
  border: 1px solid #4f3b36;
}
#footer .recruit-link-wrap .link-list.l-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
#footer .recruit-link-wrap .link-list a {
  display: block;
  color: #fff;
  font-size: min(21px, 1.3125vw);
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.3rem;
  padding: min(47px, 2.9375vw) min(20px, 1.25vw);
  width: 100%;
  min-width: min(530px, 33.125vw);
  text-align: center;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
#footer .footer-top {
  background: #333;
}
#footer .footer-top .inner-block {
  padding-top: 93px;
  padding-bottom: 95px;
  max-width: 1220px;
}
#footer .footer-top .banner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  max-width: 925px;
  margin: 0 auto 85px;
}
#footer .footer-top .footer-menu {
  display: grid;
  grid-template-columns: 150px auto 1fr 1fr 200px auto;
  gap: 24px;
}
#footer .footer-top .footer-menu .ttl {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
#footer .footer-top .footer-menu a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.19em;
}
#footer .footer-top .footer-menu .menu .private {
  pointer-events: none;
  opacity: 0.5;
}
#footer .footer-top .footer-menu .menu .out-link {
  display: inline-block;
}
#footer .footer-top .footer-menu .menu .out-link::before {
  top: min(5px, 0.3125vw);
}
#footer .footer-bottom {
  background: #696969;
  padding: 30px 35px;
}
#footer .footer-bottom .out-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
#footer .footer-bottom .out-link-list a {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
#footer .footer-bottom .copyright {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  text-align: right;
  letter-spacing: 0.05em;
  margin-top: 35px;
}

.en {
  font-family: "garamond";
}

/* TITLE */
.c-ttl01 {
  font-size: min(84px, 6vw);
  letter-spacing: 0.1em;
  color: #fff;
}

.c-ttl02 {
  text-align: center;
}
.c-ttl02 .en {
  color: #696969;
  display: block;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.c-ttl02 .ja {
  border-top: 1px solid #808080;
  color: #696969;
  display: block;
  font-size: 20px;
  letter-spacing: 0.25em;
  padding-top: min(20px, 1.25vw);
  margin-top: min(10px, 0.625vw);
}

.c-ttl03 {
  color: #696969;
  font-size: min(22px, 1.5714285714vw);
  font-weight: 400;
  letter-spacing: 0.4em;
  margin-bottom: min(54px, 3.375vw);
}
.c-ttl03.center {
  text-align: center;
}

.c-ttl04 {
  font-size: min(28px, 2vw);
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  letter-spacing: 0.1em;
}
.c-ttl04::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  width: 60px;
  height: 1px;
}
.c-ttl04.gray {
  color: #474747;
}
.c-ttl04.gray::before {
  background-color: #3e787c;
}

.c-ttl05 .en {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: min(32px, 2.2857142857vw);
  font-weight: 400;
  letter-spacing: 0.22em;
  padding-bottom: min(20px, 1.25vw);
  margin-bottom: min(60px, 3.75vw);
}
.c-ttl05 .ja {
  display: block;
  margin-left: min(80px, 5vw);
}
.c-ttl05 .ja .sub {
  color: #fff;
  display: block;
  font-size: min(18px, 1.2857142857vw);
  font-weight: 300;
  letter-spacing: 0.22em;
  line-height: 1.88888;
  margin-bottom: min(5px, 0.3125vw);
}
.c-ttl05 .ja .main {
  color: #fff;
  display: block;
  font-size: min(32px, 2.2857142857vw);
  letter-spacing: 0.2em;
  line-height: 1.75;
}

.c-ttl06 {
  border-left: min(12px, 0.75vw) solid #3e787c;
  position: relative;
  padding: min(16px, 1vw) min(75px, 4.6875vw) min(15px, 0.9375vw);
}
.c-ttl06 .sub {
  color: #474747;
  display: block;
  font-size: min(18px, 1.2857142857vw);
  letter-spacing: 0.27em;
  line-height: 1.88888;
}
.c-ttl06 .main {
  display: block;
  color: #474747;
  font-size: min(32px, 2.2857142857vw);
  letter-spacing: 0.2em;
  line-height: 1.75;
}

.c-ttl07 {
  color: #696969;
  letter-spacing: 0.2em;
  padding-left: min(30px, 1.875vw);
  position: relative;
  font-size: min(27px, 1.6875vw);
  margin-bottom: min(40px, 2.5vw);
  line-height: 1;
}
.c-ttl07::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-color: #696969;
}

/* BTN */
.c-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: min(13px, 0.8125vw);
  letter-spacing: 0.25em;
  padding: 0 0 0 30px;
  background-color: #474747;
  border: 1px solid #474747;
  color: #fff;
  min-height: min(60px, 3.75vw);
  min-width: min(330px, 20.625vw);
  border-radius: 10px;
  line-height: 1;
  position: relative;
}
.c-btn::before {
  content: "";
  display: block;
  width: min(42px, 2.625vw);
  height: min(28px, 1.75vw);
  background-image: url("../img/home/icon_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: min(22px, 1.375vw);
}
.c-btn.c-out-link::before {
  background-image: url("../img/common/ico-link.svg");
  width: min(27px, 1.6875vw);
  height: min(27px, 1.6875vw);
  top: 0;
  bottom: 0;
  right: min(18px, 1.125vw);
  margin: auto;
}
.c-btn.movie {
  padding-left: min(20px, 1.25vw);
  padding-right: min(70px, 4.375vw);
}
.c-btn.movie img {
  width: min(39px, 2.4375vw);
  margin-right: min(14px, 0.875vw);
}

.c-btn02 {
  background: #69a2ae;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  display: block;
  font-size: min(33px, 2.0625vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  max-width: 500px;
  margin: auto;
  width: 100%;
  padding: min(23px, 1.4375vw) min(10px, 0.625vw);
}

/* TABLE */
.c-table01 table {
  width: 100%;
}
.c-table01 tr + tr {
  border-top: 1px solid #d6d6d6;
}
.c-table01 th, .c-table01 td {
  color: #696969;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: min(38px, 2.7142857143vw) min(35px, 2.5vw);
}
.c-table01 th {
  text-align: left;
  vertical-align: baseline;
  width: min(220px, 15.7142857143vw);
}
.c-table01 td {
  padding-left: 0;
}
.c-table01 .small {
  color: #696969;
  font-size: min(12px, 0.8571428571vw);
  font-weight: 400;
  display: block;
  letter-spacing: 0.2em;
  margin-top: min(23px, 1.6428571429vw);
}
.c-table01 .c-num-list {
  margin-top: min(10px, 0.7142857143vw);
}
.c-table01.blue th {
  color: #3e787c;
}
.c-table01 a {
  color: #3e787c;
  text-decoration: underline;
  word-break: break-word;
}

.c-table02 tr + tr {
  border: none;
}
.c-table02 th, .c-table02 td {
  padding: min(5px, 0.3571428571vw) min(25px, 1.7857142857vw);
  text-align: center;
}
.c-table02 th {
  width: auto;
}
.c-table02 th:nth-child(1) {
  padding-left: 0;
  text-align: left;
}

.c-table03 {
  border: 1px solid #d6d6d6;
}
.c-table03 table {
  width: 100%;
}
.c-table03 tr + tr {
  border-top: 1px solid #d6d6d6;
}
.c-table03 th, .c-table03 td {
  color: #696969;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: min(15px, 1.0714285714vw) min(20px, 1.4285714286vw);
}
.c-table03 th {
  background: #f2f2f2;
  text-align: left;
  vertical-align: baseline;
  width: min(220px, 15.7142857143vw);
}

/* 下層MV */
.c-mv-section {
  background: #f2f2f2;
}
.c-mv-section .inner-block {
  padding: min(275px, 19.6428571429vw) min(40px, 2.8571428571vw) min(140px, 10vw);
  max-width: 1280px;
}
.c-mv-section .lead-ttl {
  font-size: min(32px, 2.2857142857vw);
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.75;
  max-width: 830px;
  margin: min(110px, 6.875vw) auto min(40px, 2.5vw);
}
.c-mv-section .txt {
  font-size: min(18px, 1.2857142857vw);
  font-weight: 400;
  line-height: 1.83333;
  letter-spacing: 0.1em;
  max-width: 830px;
  margin: auto;
}
.c-mv-section.white .c-ttl02 .en, .c-mv-section.white .c-ttl02 .ja {
  color: #fff;
}
.c-mv-section.white .c-ttl02 .ja {
  border-top-color: #fff;
}
.c-mv-section.white .lead-ttl {
  color: #fff;
}
.c-mv-section.white .txt {
  color: #fff;
}

.company .c-mv-section .inner-block, .recruit .c-mv-section .inner-block {
  padding: min(275px, 19.6428571429vw) min(40px, 2.8571428571vw) min(120px, 8.5714285714vw) !important;
  max-width: 1280px;
}

/* リスト */
.c-anchor-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(12px, 0.75vw);
  max-width: 964px;
  margin: max(-37px, -2.3125vw) auto 0;
  position: relative;
  z-index: 10;
}
.c-anchor-list a {
  background: #696969;
  border: 1px solid #696969;
  color: #fff;
  display: block;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  padding: min(22px, 1.375vw) min(15px, 0.9375vw) min(21px, 1.3125vw);
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
}
.c-anchor-list a::before {
  content: "";
  width: min(13px, 0.8125vw);
  height: min(13px, 0.8125vw);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -8px;
  bottom: 0;
  right: min(30px, 1.875vw);
  margin: auto;
}
.c-anchor-list.column-2 {
  grid-template-columns: repeat(2, 1fr);
}

.c-num-list {
  counter-reset: number 0;
}
.c-num-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  position: relative;
}
.c-num-list li::before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.c-num-list li + li {
  margin-top: min(5px, 0.3125vw);
}

.c-list li {
  text-indent: -1em;
  padding-left: 1rem;
}

/* 外部リンク */
.out-link {
  position: relative;
  display: block;
  padding-right: min(50px, 3.125vw);
}
.out-link::before {
  content: "";
  background: #fff;
  -webkit-mask-image: url(../img/common/ico-link.svg);
          mask-image: url(../img/common/ico-link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: block;
  width: min(16px, 1vw);
  height: min(16px, 1vw);
  position: absolute;
  top: min(8px, 0.5vw);
  right: min(18px, 1.125vw);
  margin: auto;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.home {
  padding-top: 104px;
  position: relative;
  background: #eeeeee;
}
.home .mv-sec {
  position: relative;
  background-color: #fff;
  margin-top: max(-130px, -6.7708333333vw);
}
.home .mv-sec .inner-block {
  padding-top: min(48px, 3vw);
  padding-bottom: min(48px, 3vw);
  max-width: 1280px;
}
.home .mv-sec .mv-title {
  width: 607px;
  margin-bottom: 19px;
}
.home .mv-sec .mv-title img {
  width: 100%;
}
.home .mv-sec .mv-sub-title {
  color: #474747;
  font-size: 12px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.36em;
}
.home .mv-sec .mv-video {
  width: 100%;
}
.home .mv-sec .mv-text-area {
  background-color: #fff;
  margin-top: max(-140px, -7.2916666667vw);
  position: relative;
  z-index: 1;
}
.home .news-sec .inner-block {
  padding-top: min(67px, 4.1875vw);
  padding-bottom: min(67px, 4.1875vw);
}
.home .news-sec h2 {
  margin-left: 40px;
  letter-spacing: 0.5rem;
  font-size: 18px;
}
.home .news-sec .news-wrap {
  margin-top: 12px;
}
.home .news-sec .news-wrap .cont {
  background-color: #fff;
  border-bottom: 1px solid #DADADA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 43px;
  font-size: 14px;
  letter-spacing: 0.08rem;
}
.home .news-sec .news-wrap .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .news-sec .news-wrap .tag {
  margin-left: 70px;
  width: 130px;
}
.home .news-sec .news-wrap .txt {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  margin-left: 70px;
}
.home .news-sec .news-wrap .txt p {
  font-size: 15px;
  width: 100%;
}
.home .message-sec {
  position: relative;
}
.home .message-sec.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .message-sec .bg-box {
  position: relative;
  background: url(../img/home/bg-message.jpg.webp) no-repeat top/cover;
  background-attachment: fixed;
  border-radius: min(20px, 1.25vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.home .message-sec .txt-area {
  background: rgba(0, 0, 0, 0.57);
  height: 100%;
  margin-left: auto;
  padding: min(210px, 13.125vw) min(40px, 2.5vw) min(240px, 15vw) min(60px, 3.75vw);
}
.home .message-sec .message-aco {
  display: none;
}
.home .message-sec .c-ttl01 {
  font-size: min(33px, 2.0625vw);
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.home .message-sec .sub-ttl {
  color: #fff;
  font-size: min(30px, 1.875vw);
  font-weight: 500;
  letter-spacing: 0.42em;
  line-height: 1.8;
  margin: min(50px, 3.125vw) 0 0;
}
.home .message-sec .sub-ttl + .txt {
  margin-top: min(20px, 1.25vw);
}
.home .message-sec .txt {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.35em;
  line-height: 2.4;
  margin: min(40px, 2.5vw) 0 0;
}
.home .message-sec .c-btn {
  margin-top: min(40px, 2.5vw);
  min-width: min(330px, 20.625vw);
}
.home .message-sec .c-btn::before, .home .message-sec .c-btn::after {
  background: #b0b0b0;
  content: "";
  height: 1px;
  width: min(20px, 1.25vw);
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(24px, 1.5vw);
  margin: auto;
}
.home .message-sec .c-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.home .message-sec .c-btn.is-active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.home .message-sec .copyright {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.home .people-sec {
  margin-top: min(90px, 5.625vw);
}
.home .people-sec .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .people-sec .bg-block {
  position: absolute;
  top: min(110px, 6.875vw);
  left: min(100px, 6.25vw);
  margin: auto;
  width: 80%;
  height: min(720px, 45vw);
  background-image: linear-gradient(141deg, #899751 30%, #AAB481);
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.home .people-sec .bg-block.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .people-sec .img-block {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: min(802px, 50.125vw);
  height: min(571px, 35.6875vw);
  opacity: 0;
}
.home .people-sec .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .people-sec .img-block.is-animated {
  -webkit-animation: slideIn_right 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_right 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .people-sec .text-block {
  position: relative;
  top: min(200px, 12.5vw);
  left: min(150px, 9.375vw);
  z-index: 2;
  width: min(600px, 37.5vw);
  opacity: 0;
}
.home .people-sec .text-block .c-ttl01 {
  margin-bottom: 10px;
}
.home .people-sec .text-block .head {
  font-size: min(30px, 1.875vw);
  letter-spacing: 0.42em;
  color: #fff;
  margin-bottom: 15px;
}
.home .people-sec .text-block .text {
  font-size: min(15px, 0.9375vw);
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.home .people-sec .text-block .c-btn {
  margin-top: min(40px, 2.5vw);
}
.home .people-sec .text-block.is-animated {
  -webkit-animation: fadeup 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .people-sec .swiper {
  width: 60%;
  margin: min(60px, 3.75vw) 0 0 auto;
}
.home .people-sec .swiper.is-animated {
  -webkit-animation: slideIn_right 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_right 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .people-sec .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  padding-top: 1px;
  margin-bottom: min(80px, 5vw);
}
.home .people-sec .swiper-slide {
  height: auto;
  width: min(250px, 15.625vw);
  height: min(370px, 23.125vw);
}
.home .people-sec .slide-media {
  border-radius: 20px;
  width: min(250px, 15.625vw);
  height: min(370px, 23.125vw);
  overflow: hidden;
}
.home .project-sec {
  margin-top: min(90px, 5.625vw);
  height: min(1000px, 62.5vw);
}
.home .project-sec .bg-block {
  position: absolute;
  top: max(-600px, -37.5vw);
  right: 100px;
  margin: auto;
  width: 80%;
  height: min(1000px, 62.5vw);
  background-image: linear-gradient(96deg, #d7c087 30%, #be973b);
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.home .project-sec .bg-block.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .project-sec .text-block {
  position: relative;
  top: max(-80px, -5vw);
  z-index: 2;
  width: min(600px, 37.5vw);
  margin-left: auto;
  opacity: 0;
}
.home .project-sec .text-block.is-animated {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .project-sec .text-block .c-ttl01 {
  margin-bottom: 10px;
}
.home .project-sec .text-block .head {
  font-size: min(30px, 1.875vw);
  letter-spacing: 0.42em;
  color: #fff;
  margin-bottom: 20px;
}
.home .project-sec .text-block .text {
  font-size: min(15px, 0.9375vw);
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.home .project-sec .text-block .c-btn {
  margin-top: min(40px, 2.5vw);
}
.home .project-sec .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  padding-top: 1px;
  margin-top: min(80px, 5vw);
}
.home .project-sec .swiper-slide {
  height: auto;
  width: min(1010px, 63.125vw);
  height: min(520px, 32.5vw);
  border-radius: 30px;
  overflow: hidden;
}
.home .business-sec {
  margin-top: min(300px, 18.75vw);
}
.home .business-sec .inner-block {
  height: min(1000px, 62.5vw);
}
.home .business-sec .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .business-sec .bg-block {
  position: absolute;
  left: 0;
  margin: auto;
  width: 80%;
  height: min(860px, 53.75vw);
  background-image: linear-gradient(96deg, #6c9aa4 30%, #9cbbc2);
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.home .business-sec .bg-block.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .business-sec .img-block,
.home .business-sec .top-img-block,
.home .business-sec .bot-img-block {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.home .business-sec .img-block {
  opacity: 0;
}
.home .business-sec .img-block.is-animated {
  -webkit-animation: slideIn_right 0.7s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_right 0.7s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .business-sec .top-img-block {
  position: absolute;
  top: max(-164px, -10.25vw);
  left: min(30px, 1.875vw);
  width: min(510px, 31.875vw);
  height: min(328px, 20.5vw);
  opacity: 0;
}
.home .business-sec .top-img-block.is-animated {
  -webkit-animation: slideIn_left 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_left 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .business-sec .bot-img-block {
  position: absolute;
  bottom: 0;
  right: min(415px, 25.9375vw);
  width: min(400px, 25vw);
  height: min(268px, 16.75vw);
  opacity: 0;
}
.home .business-sec .bot-img-block.is-animated {
  -webkit-animation: slideIn_right 1s 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_right 1s 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .business-sec .text-block {
  position: relative;
  top: min(250px, 15.625vw);
  z-index: 2;
  width: min(600px, 37.5vw);
  opacity: 0;
}
.home .business-sec .text-block.is-animated {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .business-sec .text-block .c-ttl01 {
  margin-bottom: 10px;
}
.home .business-sec .text-block .head {
  font-size: min(30px, 1.875vw);
  letter-spacing: 0.42em;
  color: #fff;
  margin-bottom: 20px;
}
.home .business-sec .text-block .text {
  font-size: min(15px, 0.9375vw);
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.home .business-sec .text-block .c-btn {
  margin-top: min(40px, 2.5vw);
}
.home .top-message-sec {
  margin-top: min(200px, 12.5vw);
  padding-bottom: 35px;
  height: min(900px, 56.25vw);
}
.home .top-message-sec .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .top-message-sec .bg-block {
  position: absolute;
  top: min(110px, 6.875vw);
  right: min(100px, 6.25vw);
  margin: auto;
  width: 80%;
  height: min(620px, 38.75vw);
  background-image: linear-gradient(141deg, #D8A9A7 30%, #CC8A85);
  border-radius: 30px;
  z-index: 0;
  opacity: 0;
}
.home .top-message-sec .bg-block.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .top-message-sec .img-block {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: min(802px, 50.125vw);
  height: min(582px, 36.375vw);
  opacity: 0;
}
.home .top-message-sec .img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .top-message-sec .img-block.is-animated {
  -webkit-animation: slideIn_left 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn_left 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .top-message-sec .text-block {
  position: relative;
  top: min(300px, 18.75vw);
  right: 0;
  z-index: 2;
  width: min(630px, 39.375vw);
  opacity: 0;
}
.home .top-message-sec .text-block .c-ttl01 {
  margin-bottom: 10px;
}
.home .top-message-sec .text-block .head {
  font-size: min(30px, 1.875vw);
  letter-spacing: 0.22em;
  color: #fff;
  margin-bottom: 15px;
}
.home .top-message-sec .text-block .text {
  font-size: min(15px, 0.9375vw);
  line-height: 2;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.home .top-message-sec .text-block .c-btn {
  margin-top: min(40px, 2.5vw);
}
.home .top-message-sec .text-block.is-animated {
  -webkit-animation: fadeup 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.home .other-contents-sec {
  padding-top: min(200px, 12.5vw);
  position: relative;
  background: #fff;
}
.home .other-contents-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 44%;
  background-color: #EEEEEE;
  position: absolute;
  bottom: 0;
}
.home .other-contents-sec .inner-block {
  max-width: 1200px;
  padding-bottom: min(180px, 11.25vw);
}
.home .other-contents-sec .c-ttl01 {
  font-size: min(33px, 2.0625vw);
  letter-spacing: 0.1em;
  color: #696969;
  margin-bottom: min(52px, 3.25vw);
}
.home .other-contents-sec .box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin: min(52px, 3.25vw) auto 0;
}
.home .other-contents-sec .box-wrap .box {
  width: calc((100% - min(60px, 3.75vw)) / 4);
  position: relative;
  z-index: 1;
}
.home .other-contents-sec .box-wrap .box.public {
  pointer-events: none;
  opacity: 0.4;
}
.home .other-contents-sec .box-wrap .box .img-block {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 73.6842105263%;
}
.home .other-contents-sec .box-wrap .box .img-block img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .other-contents-sec .box-wrap .box .ttl {
  font-size: min(20px, 1.25vw);
  letter-spacing: 0.25em;
  line-height: 1.7;
  color: #696969;
  margin-top: 20px;
  position: relative;
}
.home .other-contents-sec .box-wrap .box .ttl::before {
  background: #474747;
  content: "";
  display: block;
  width: min(42px, 2.625vw);
  height: min(28px, 1.75vw);
  -webkit-mask-image: url("../img/home/icon_arrow.svg");
          mask-image: url("../img/home/icon_arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  right: min(22px, 1.375vw);
  bottom: max(-30px, -1.875vw);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.error .c-mv-section {
  background-color: #F2F2F2 !important;
}
.error .btn-wrap {
  margin-top: 50px;
  text-align: center;
}

@-webkit-keyframes slideIn_left {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideIn_left {
  0% {
    -webkit-transform: translateX(-180px);
            transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn_right {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn_right {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-contact {
  padding-top: 120px;
}
.p-contact .inner-block {
  width: 1360px;
}
.p-contact .form-box {
  background: #fff;
  padding: 50px 57px 101px;
  margin: 94px 0 197px;
}
.p-contact .c-title01 {
  text-align: left;
}
.p-contact .c-title01 .ja {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  margin-left: 27px;
}
.p-contact .form-txt {
  font-weight: bold;
  font-size: 20px;
  margin-top: 23px;
}
.p-contact .mw_wp_form .mwform-radio-field.vertical-item {
  display: block;
}
.p-contact .form-table {
  margin: 78px 0 0;
  width: 100%;
}
.p-contact .form-table th {
  border-bottom: 1px solid #C1AB95;
  padding: 30px 0px 30px 38px;
  text-align: left;
  font-size: 18px;
  position: relative;
  width: 40%;
  vertical-align: middle;
  line-height: 1.3;
}
.p-contact .form-table th[colspan] {
  padding: 18px 0 18px;
  text-align: center;
  border: none;
  font-size: 20px;
  background: #FDF8EB;
}
.p-contact .form-table th[colspan] .small {
  margin-top: 11px;
  font-size: 16px;
}
.p-contact .form-table .ico-required {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 30px;
  padding: 6px 0 5px;
  margin: auto;
  border-radius: 100px;
  background-color: #319359;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.p-contact .form-table td {
  border-bottom: 1px solid #C1AB95;
  width: 60%;
  padding: 30px 43px 30px 48px;
}
.p-contact .form-table .c-input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 12px 12px;
  border: 1px solid #C1AB95;
  background-color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition-property: border;
  transition-property: border;
}
.p-contact .form-table .mwform-radio-field {
  display: inline-block;
  position: relative;
  margin: 0px 0px 0px 0;
  width: 187px;
}
.p-contact .form-table .mwform-radio-field:nth-child(2) {
  margin-right: 42px;
}
.p-contact .form-table .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  background: #319359;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  bottom: 2px;
  left: 6px;
  margin: auto;
}
.p-contact .form-table .mwform-radio-field .mwform-radio-field-text {
  display: inline-block;
  padding: 1px 0 2px 47px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: bold;
}
.p-contact .form-table .mwform-radio-field .mwform-radio-field-text::before {
  border: 1px solid #C1AB95;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
}
.p-contact .form-table .mwform-radio-field .mwform-radio-field-text::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
}
.p-contact .form-table .form-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.p-contact .form-table .form-unit .txt {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  width: 8%;
}
.p-contact .form-table .form-unit .txt:not(.p-contact .form-table .form-unit .txt:first-child) {
  margin-left: 35px;
}
.p-contact .form-table .form-unit .c-input {
  width: 300px;
}
.p-contact .form-table .form-unit.postcode {
  margin-bottom: 30px;
}
.p-contact .form-table .form-unit.postcode .txt {
  width: 5%;
}
.p-contact .form-table .form-unit .must {
  position: absolute;
  bottom: -24px;
}
.p-contact .form-table .unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -42px 0 0 191px;
  font-weight: bold;
}
.p-contact .form-table .unit .c-input {
  width: 150px;
  margin-right: 20px;
}
.p-contact .form-table .unit.check-unit01 {
  margin-top: -40px;
}
.p-contact .form-table .unit.check-unit02 {
  margin-top: -39px;
}
.p-contact .form-table .unit.check-unit02 .mwform-checkbox-field {
  margin: 13px 47px 11px 0;
}
.p-contact .form-table .unit.disabled {
  pointer-events: none;
}
.p-contact .form-table .mwform-checkbox-field {
  position: relative;
  display: inline-block;
  margin: 10px 47px 10px 0;
  font-size: 18px;
  font-weight: bold;
  width: 170px;
}
.p-contact .form-table .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  display: block;
}
.p-contact .form-table .mwform-checkbox-field-text {
  display: inline-block;
  padding: 0px 0 2px 55px;
  line-height: 1.6;
}
.p-contact .form-table .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition-property: background;
  transition-property: background;
  background: #fff;
  border: 1px solid #C1AB95;
}
.p-contact .form-table .mwform-checkbox-field-text::after {
  content: "";
  display: none;
  margin: 9px 0 0 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: solid #319359;
  border-width: 0 0 4px 4px;
  position: absolute;
  top: 0;
  bottom: 6px;
  margin: auto;
  left: 6.5px;
  width: 18px;
  height: 10px;
  content: "";
  -webkit-transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition-property: background;
  transition-property: background;
}
.p-contact .form-table textarea.c-input {
  height: 280px;
}
.p-contact .form-table .select-wrap {
  width: 380px;
  position: relative;
  height: 60px;
}
.p-contact .form-table .select-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 20px;
  margin: auto;
  border-top: 4px solid #319359;
  border-right: 4px solid #319359;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-contact .form-table .select-wrap .selectBox {
  border: 1px solid #C1AB95;
  height: 60px;
  padding: 15px 20px;
  font-size: 18px;
  width: 100%;
  font-weight: bold;
}
.p-contact .form-table .select-wrap .selectBox.empty {
  color: #999;
}
.p-contact .form-btn {
  margin: 49px auto 0;
  text-align: center;
}
.p-contact .form-btn .c-btn {
  font-size: 26px;
  max-width: 400px;
  min-height: 80px;
}
.p-contact .must {
  color: #F35B5B;
}
.p-contact:not(.confirm) .contact-txt {
  vertical-align: top;
}
.p-contact.confirm .form-table .form-unit.postcode {
  margin-bottom: 10px;
}
.p-contact.confirm .form-table .unit {
  font-weight: normal;
}
.p-contact.confirm .form-btn .c-btn.back {
  background: #7E5320;
  border: 1px solid #7E5320;
  margin-right: 30px;
}
.p-contact.thanks .form-txt {
  margin-bottom: 40px;
}
.p-contact.thanks .c-btn {
  margin-top: 40px;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.recruit .c-mv-section .inner-block {
  padding: min(245px, 15.3125vw) min(40px, 2.5vw) min(130px, 8.125vw);
}
.recruit .c-num-list.m-fix {
  margin-top: 0;
}
.recruit .c-num-list.m-fix li + li {
  margin-top: 0;
}
.recruit .c-anchor-list {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1182px;
}
.recruit .message-section .inner-block {
  padding-top: min(163px, 10.1875vw);
  padding-bottom: min(136px, 8.5vw);
  max-width: 1180px;
}
.recruit .message-section .l-grid {
  display: grid;
  grid-template-columns: min(620px, 38.75vw) 1fr;
  gap: min(50px, 3.125vw);
}
.recruit .message-section .note {
  color: #696969;
  font-size: min(12px, 0.8571428571vw);
  letter-spacing: 0.2em;
  margin-top: min(20px, 1.25vw);
}
.recruit .message-section .txt {
  color: #696969;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.recruit .message-section .txt + .txt {
  margin-top: min(30px, 1.875vw);
}
.recruit .recruit-section .inner-block {
  padding-top: min(125px, 7.8125vw);
  padding-bottom: min(146px, 9.125vw);
  max-width: 1180px;
}
.recruit .recruit-section .c-table01 .c-num-list {
  margin-top: 0;
}
.recruit .recruit-section .white-box {
  background: #fff;
}
.recruit .recruit-section .white-box .wrap + .wrap {
  border-top: 1px solid #d6d6d6;
  padding: min(60px, 3.75vw) 0 min(65px, 4.0625vw);
}
.recruit .recruit-section .white-box .img {
  margin: auto;
}
.recruit .recruit-section .white-box .img.max-577 {
  max-width: min(577px, 36.0625vw);
}
.recruit .recruit-section .white-box .img.max-955 {
  max-width: min(955px, 59.6875vw);
}
.recruit .recruit-section .white-box .lead {
  color: #696969;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  max-width: min(955px, 59.6875vw);
  margin: 0 auto;
}
.recruit .recruit-section .white-box .box-txt {
  background: #f2f2f2;
  padding: min(30px, 1.875vw) min(35px, 2.1875vw);
  max-width: min(955px, 59.6875vw);
  margin: min(43px, 2.6875vw) auto min(53px, 3.3125vw);
}
.recruit .recruit-section .white-box .box-txt .c-list li {
  color: #696969;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
}
.recruit .recruit-section .white-box .c-table03 {
  max-width: min(955px, 59.6875vw);
  margin: min(43px, 2.6875vw) auto min(53px, 3.3125vw);
}
.recruit .recruit-section .white-box .c-table03 th, .recruit .recruit-section .white-box .c-table03 td {
  min-width: min(150px, 9.375vw);
}
.recruit .recruit-section .white-box .c-table03 th {
  width: min(180px, 12.8571428571vw);
}
.recruit .recruit-section .white-box .list-wrap {
  padding-left: 20px;
  display: block;
}
.recruit .faq-section .inner-block {
  padding-top: min(163px, 10.1875vw);
  margin: auto;
  max-width: 1140px;
  padding-bottom: min(127px, 7.9375vw);
}
.recruit .faq-section .faq-ttl {
  color: #696969;
  font-size: min(18px, 1.2857142857vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.6666;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: min(42px, 2.625vw);
}
.recruit .faq-section .faq-ttl .ttl-inn {
  background: #fff;
  padding: 0 min(35px, 2.1875vw);
}
.recruit .faq-section .faq-ttl::before {
  background: #808080;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.recruit .faq-section .aco-list-wrap + .faq-ttl {
  margin-top: min(90px, 5.625vw);
}
.recruit .faq-section .aco-wrap + .aco-wrap {
  margin-top: min(30px, 1.875vw);
}
.recruit .faq-section .aco-head {
  background: #f8f8f8;
  cursor: pointer;
  padding: min(19px, 1.1875vw) min(15px, 0.9375vw);
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.recruit .faq-section .aco-head::before, .recruit .faq-section .aco-head::after {
  background: #b0b0b0;
  content: "";
  height: 1px;
  width: min(20px, 1.25vw);
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(24px, 1.5vw);
  margin: auto;
}
.recruit .faq-section .aco-head::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.recruit .faq-section .aco-head .txt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #696969;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(15px, 0.9375vw);
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
  line-height: 2;
}
.recruit .faq-section .aco-head .txt::before {
  background: #2287a5;
  content: "Q";
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(20px, 1.4285714286vw);
  font-family: Arial, Helvetica, sans-serif;
  height: min(36px, 2.25vw);
  width: min(36px, 2.25vw);
  line-height: 1;
  padding-left: 3px;
}
.recruit .faq-section .aco-head.is-active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.recruit .faq-section .aco-body {
  background: rgba(34, 135, 165, 0.1);
  padding: min(20px, 1.25vw) min(68px, 4.25vw);
  position: relative;
  display: none;
}
.recruit .faq-section .aco-body::before {
  background: #979797;
  content: "A";
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(20px, 1.4285714286vw);
  font-family: Arial, Helvetica, sans-serif;
  height: min(36px, 2.25vw);
  width: min(36px, 2.25vw);
  line-height: 1;
  position: absolute;
  top: min(15px, 0.9375vw);
  left: min(15px, 0.9375vw);
}
.recruit .faq-section .aco-body .txt {
  color: #696969;
  font-size: min(15px, 1.0714285714vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
}
.recruit .faq-section .aco-body .txt + .txt {
  margin-top: min(25px, 1.5625vw);
}
.recruit .faq-section .aco-body .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(15px, 0.9375vw);
  margin: min(25px, 1.5625vw) 0;
}
.recruit .faq-section .aco-body a {
  color: #2287a5;
  text-decoration: underline;
}
.recruit .visit-section .lead, .recruit .visit-section .head {
  color: #696969;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0 auto;
}
.recruit .visit-section .head {
  padding: 30px 0 15px;
}
.recruit .visit-section .c-list li + li {
  margin-top: min(18px, 1.125vw);
}
.recruit .visit-section .c-table01 {
  padding-bottom: 80px;
}
.recruit .visit-section .c-table01 th {
  width: min(240px, 17.1428571429vw);
}
.recruit .visit-section .c-table01 table {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.recruit #visit .inner-block {
  padding-top: min(163px, 10.1875vw);
}
.recruit #visit .lead {
  color: #696969;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0 auto min(50px, 3.125vw);
}
.recruit #visit .c-table01 {
  border: 1px solid #d6d6d6;
}
.recruit #visit .c-table01 th {
  background: #f2f2f2;
  text-align: left;
  vertical-align: baseline;
  width: min(250px, 17.8571428571vw);
}
.recruit #visit .c-table01 th, .recruit #visit .c-table01 td {
  color: #696969;
  font-size: min(16px, 1.1428571429vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  padding: min(15px, 1.0714285714vw) min(20px, 1.4285714286vw);
}
.recruit #visit .note-list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.project .c-mv-section {
  background: -webkit-gradient(linear, right top, left top, from(rgb(215, 192, 135)), to(rgb(190, 151, 59)));
  background: linear-gradient(-90deg, rgb(215, 192, 135) 0%, rgb(190, 151, 59) 100%);
}
.project .project-section {
  position: relative;
  background-color: #F2F2F2;
}
.project .project-section::before {
  background: #f2f2f2;
  content: "";
  height: calc(100% - min(333px, 20.8125vw));
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.project .project-section .inner-block {
  padding-top: min(62px, 3.875vw);
  padding-bottom: min(127px, 7.9375vw);
}
.project .project-section .project-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(193px, 12.0625vw) min(26px, 1.625vw);
}
.project .project-section .project-list .project.anim {
  opacity: 0;
}
.project .project-section .project-list .project.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.project .project-section .project-list .project .img {
  border-radius: min(20px, 1.25vw);
  overflow: hidden;
}
.project .project-section .project-list .project .img img {
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .project-section .project-list .project .txt-box {
  background: #fff;
  max-width: 540px;
  margin: max(-216px, -13.5vw) auto 0;
  padding: min(62px, 3.875vw) min(32px, 2vw) min(40px, 2.5vw);
  position: relative;
  z-index: 10;
  height: 100%;
}
.project .project-section .project-list .project .copyright {
  color: #fff;
  position: absolute;
  top: -30px;
  right: 10px;
  z-index: 2;
}
.project .project-section .project-list .project .num {
  color: #696969;
  font-size: min(14px, 0.875vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: min(25px, 1.5625vw);
}
.project .project-section .project-list .project .ttl {
  color: #696969;
  font-size: min(22px, 1.375vw);
  font-weight: 400;
  letter-spacing: 0.4em;
  line-height: 1.54545;
}
.project .project-section .project-list .project .txt {
  color: #696969;
  font-size: min(15px, 0.9375vw);
  font-weight: 400;
  line-height: 1.93333;
  letter-spacing: 0.2em;
  margin-top: min(15px, 0.9375vw);
}
.project .project-section .project-list .project .c-btn {
  margin-top: min(55px, 3.4375vw);
  min-width: inherit;
  padding: 0 min(70px, 4.375vw) 0 min(30px, 1.875vw);
}
.project .project-section .project-list .project .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: min(64px, 4vw) 0 min(24px, 1.5vw);
}
.project .project-section .project-list .project .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.project .project-section .project-list .project .movie-txt-wrap {
  display: grid;
  grid-template-columns: min(40px, 2.5vw) 1fr;
  gap: min(10px, 0.625vw);
}
.project .project-section .project-list .project .icon {
  border: 1px solid #a8a8a8;
  border-radius: 100px;
  width: min(40px, 2.5vw);
  height: min(40px, 2.5vw);
}
.project .project-section .project-list .project .movie-ttl {
  color: #696969;
  font-size: min(12px, 0.75vw);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.66666;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.business .c-mv-section {
  background: -webkit-gradient(linear, right top, left top, from(rgb(156, 187, 194)), to(rgb(108, 154, 164)));
  background: linear-gradient(-90deg, rgb(156, 187, 194) 0%, rgb(108, 154, 164) 100%);
}
.business .business-section {
  background-color: #F2F2F2;
}
.business .business-section .inner-block {
  padding-top: min(62px, 3.875vw);
  padding-bottom: min(127px, 7.9375vw);
}
.business .business-section .business-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(58px, 3.625vw) min(26px, 1.625vw);
}
.business .business-section .business-list .business {
  border-radius: min(20px, 1.25vw);
  overflow: hidden;
}
.business .business-section .business-list .business.anim {
  opacity: 0;
}
.business .business-section .business-list .business.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.business .business-section .business-list .business .img {
  position: relative;
}
.business .business-section .business-list .business .img img {
  width: 100%;
}
.business .business-section .business-list .business .copy {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}
.business .business-section .business-list .business .txt-box {
  background: #fff;
  width: 100%;
  padding: min(90px, 5.625vw) min(50px, 3.125vw);
  position: relative;
  z-index: 10;
  color: #696969;
  height: min(700px, 43.75vw);
}
.business .business-section .business-list .business .txt-box h3 {
  font-size: min(36px, 2.25vw);
  margin-bottom: min(31px, 1.9375vw);
  font-weight: 400;
  letter-spacing: min(4px, 0.25vw);
}
.business .business-section .business-list .business .txt-box p {
  font-size: min(16px, 1vw);
  line-height: min(28px, 1.75vw);
  letter-spacing: min(2px, 0.125vw);
}
.business .business-section .business-list .business .txt-box p + .c-btn {
  margin-top: auto;
  margin-bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: min(70px, 4.375vw);
}
.business .business-section .business-list .business .txt-box .person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.5vw);
  margin-top: min(80px, 5vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.business .business-section .business-list .business .txt-box .person .img {
  max-width: 193px;
  width: 100%;
}
.business .business-section .business-list .business .txt-box .person .img img {
  width: 100%;
}
.business .business-section .business-list .business .txt-box .person .txt-wrap {
  width: 100%;
  height: 100%;
  font-size: min(14px, 0.875vw);
}
.business .business-section .business-list .business .txt-box .person .txt-wrap .name {
  margin-top: min(10px, 0.625vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: min(18px, 1.125vw);
}
.business .business-section .business-list .business .txt-box .person .txt-wrap .btn {
  margin-top: min(20px, 1.25vw);
  background-color: #696969;
  padding: min(5px, 0.3125vw) min(10px, 0.625vw);
  font-size: min(12px, 0.75vw);
  border-radius: 8px;
  color: #fff;
  position: relative;
  max-width: 125px;
  display: block;
  margin-right: 0;
  margin-left: auto;
}
.business .business-section .business-list .business .txt-box .person .txt-wrap .btn::before {
  content: "";
  position: absolute;
  right: min(10px, 0.625vw);
  top: min(10px, 0.625vw);
  display: block;
  width: min(15px, 0.9375vw);
  height: min(10px, 0.625vw);
  background: url(../img/business/business-arrow.svg) no-repeat center center/cover;
}
.business .business-section .bg-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(50px, 3.5714285714vw) min(26px, 1.8571428571vw);
  max-width: 1200px;
  margin: auto;
}
.business .business-section .bg-link-list a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.business .business-section .bg-link-list a::before {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  content: "";
  width: min(51px, 3.6428571429vw);
  height: min(51px, 3.6428571429vw);
  position: absolute;
  bottom: min(15px, 1.0714285714vw);
  right: min(33px, 2.3571428571vw);
  z-index: 10;
}
.business .business-section .bg-link-list a::after {
  background: #fff;
  content: "";
  -webkit-mask-image: url(../img/common/ico-arrow.svg);
          mask-image: url(../img/common/ico-arrow.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: contain;
          mask-position: contain;
  height: min(27px, 1.9285714286vw);
  width: min(37px, 2.6428571429vw);
  position: absolute;
  bottom: min(27px, 1.9285714286vw);
  right: min(40px, 2.8571428571vw);
  z-index: 11;
}
.business .business-section .bg-link-list .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: min(32px, 2.2857142857vw);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.75;
}
.business .business-section .bg-link-list .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.business .c-only-section {
  position: relative;
  overflow: hidden;
  padding: 200px 140px 93px 20px;
}
.business .c-only-section .img {
  position: absolute;
  top: 0;
  left: 0;
}
.business .c-only-section .txt-box {
  background: rgba(255, 255, 255, 0.9);
  padding: min(134px, 9.5714285714vw) min(89px, 6.3571428571vw) min(77px, 5.5vw) min(64px, 4.5714285714vw);
  max-width: min(650px, 46.4285714286vw);
  margin-left: auto;
}
.business .c-only-section .txt-box.anim {
  opacity: 0;
}
.business .c-only-section .txt-box.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.business .c-only-section .num {
  color: #696969;
  position: absolute;
  top: min(23px, 1.6428571429vw);
  right: min(25px, 1.7857142857vw);
  font-size: min(42px, 3vw);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.business .c-only-section .ttl {
  color: #696969;
  font-size: min(32px, 2.2857142857vw);
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: min(40px, 2.8571428571vw);
  letter-spacing: 0.15em;
}
.business .c-only-section .txt {
  color: #696969;
  font-size: min(18px, 1.2857142857vw);
  line-height: 2.0625;
  letter-spacing: 0.1em;
}
.business .c-only-section .txt + .txt {
  margin-top: min(20px, 1.4285714286vw);
}
.business .another-section {
  background: #EEEEEE;
  padding-bottom: min(76px, 5.4285714286vw);
}
.business .another-section .inner-block {
  padding-top: min(142px, 10.1428571429vw);
}
.business .another-section .ttl {
  color: #696969;
  font-size: min(33px, 2.3571428571vw);
  font-weight: 400;
  max-width: 1200px;
  margin: 0 auto min(60px, 4.2857142857vw);
}
.business .another-section .swiper-card {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.business .another-section .swiper-card .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.business .another-section .swiper-card .txt {
  color: #fff;
  font-size: min(24px, 1.7142857143vw);
  font-weight: 400;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.message .c-mv-section {
  background-image: linear-gradient(96deg, #CC8A85 30%, #D8A9A7);
}
.message .c-mv-section .inner-block {
  padding: min(275px, 17.1875vw) min(40px, 2.5vw) min(229px, 14.3125vw);
  max-width: 1280px;
}
.message .contents-section .inner-block {
  max-width: 966px;
  padding-bottom: min(215px, 13.4375vw);
}
.message .top-human-area {
  margin: max(-147px, -9.1875vw) auto 0;
  max-width: 670px;
}
.message .top-human-area .name-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: min(20px, 1.25vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: min(34px, 2.125vw);
}
.message .top-human-area .txt {
  color: #696969;
  font-size: min(16px, 1vw);
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}
.message .top-human-area .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80px;
}
.message .top-human-area .name img {
  width: 100%;
}
.message .txt-area {
  margin-top: min(70px, 4.375vw);
}
.message .txt-area .ttl {
  color: #696969;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: min(50px, 3.125vw);
}
.message .txt-area .txt {
  color: #696969;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.0625;
}
.message .txt-area .txt + .txt {
  margin-top: min(50px, 3.125vw);
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.internship {
  color: #474747;
}
.internship .c-mv-section {
  margin-top: 118px;
  position: relative;
}
.internship .c-mv-section .bg-wrap {
  width: 100%;
}
.internship .c-mv-section .bg-wrap .bg {
  width: 100%;
}
.internship .c-mv-section .inner-block {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.internship .c-mv-section .inner-block .c-ttl02 {
  margin-top: -113px;
}
.internship .c-mv-section .inner-block .c-ttl02 .en {
  font-size: min(90px, 5.625vw);
  letter-spacing: min(10px, 0.625vw);
}
.internship .internship-section {
  background-color: #F2F2F2;
}
.internship .internship-section .inner-block {
  padding-top: min(62px, 3.875vw);
  padding-bottom: min(127px, 7.9375vw);
}
.internship .internship-section .txt-sec {
  background-color: #fff;
}
.internship .internship-section .txt-sec .inner-block {
  max-width: 910px;
  padding-top: min(90px, 5.625vw);
}
.internship .internship-section .txt-sec .inner-block .main {
  font-size: min(32px, 2.2857142857vw);
  line-height: 1.75;
}
.internship .internship-section .txt-sec .sub {
  font-size: min(18px, 1.2857142857vw);
  line-height: 1.83333;
  margin-top: min(40px, 2.5vw);
  letter-spacing: 0.1em;
}
.internship .internship-section .info-sec {
  background: url(../img/internship/internship-bg.jpg.webp) no-repeat center center/cover;
}
.internship .internship-section .info-sec .inner-block {
  max-width: 1150px;
  padding-top: min(141px, 8.8125vw);
  padding-bottom: min(180px, 11.25vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  inset: 0;
}
.internship .internship-section .info-sec .inner-block .img-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.internship .internship-section .info-sec .inner-block .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.internship .internship-section .info-sec .inner-block .cont {
  margin-top: min(75px, 4.6875vw);
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.5vw);
  padding: min(55px, 3.4375vw) min(40px, 2.5vw);
}
.internship .internship-section .info-sec .inner-block .cont.anim {
  opacity: 0;
}
.internship .internship-section .info-sec .inner-block .cont.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.internship .internship-section .info-sec .inner-block .cont.public.is-animated {
  pointer-events: none;
  -webkit-animation: publicfadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: publicfadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.internship .internship-section .info-sec .inner-block .cont.public .c-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.internship .internship-section .info-sec .inner-block .cont.public .c-btn::before {
  content: none;
}
@-webkit-keyframes publicfadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 0.4;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes publicfadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 0.4;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.internship .internship-section .info-sec .inner-block .cont .img-wrap {
  width: 42%;
  display: block;
  position: relative;
}
.internship .internship-section .info-sec .inner-block .cont .img-wrap img {
  width: 100%;
  display: block;
}
.internship .internship-section .info-sec .inner-block .cont .img-wrap .day {
  max-width: min(80px, 5vw);
  position: absolute;
  top: 10px;
  right: 10px;
}
.internship .internship-section .info-sec .inner-block .cont .tips {
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.internship .internship-section .info-sec .inner-block .cont .tips li {
  background-color: #815D81;
  width: min(160px, 10vw);
  display: block;
  text-align: center;
  color: #fff;
}
.internship .internship-section .info-sec .inner-block .cont .tips li + li {
  margin-top: 5px;
  background-color: #4D95AA;
}
.internship .internship-section .info-sec .inner-block .cont .txt-wrap {
  position: relative;
  width: calc(58% - min(40px, 2.5vw));
  font-size: min(18px, 1.125vw);
  padding-top: min(19px, 1.1875vw);
  height: 100%;
}
.internship .internship-section .info-sec .inner-block .cont .txt-wrap .main {
  font-size: min(32px, 2vw);
  margin-top: min(14px, 0.875vw);
  margin-bottom: min(20px, 1.25vw);
}
.internship .internship-section .info-sec .inner-block .cont .txt-wrap .main .course {
  display: block;
  font-size: min(20px, 1.25vw);
  line-height: 1.4;
}
.internship .internship-section .info-sec .inner-block .cont .txt-wrap .date {
  font-size: min(27px, 1.6875vw);
  margin-bottom: min(27px, 1.6875vw);
}
.internship .internship-section .info-sec .inner-block .cont .txt-wrap .c-btn {
  margin-top: min(48px, 3vw);
}
.internship .internship-section .info-sec .inner-block .cont.empty {
  background-color: transparent;
  border: 1px solid #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: min(436px, 27.25vw);
}
.internship .internship-section .info-sec .inner-block .cont.empty p {
  text-align: center;
  font-size: min(27px, 1.6875vw);
  color: #fff;
}

/* インターンシップ 下層 */
.internship-under .internship-mv-section {
  background: linear-gradient(50deg, rgb(155, 175, 180) 0%, rgb(134, 142, 164) 100%);
  position: relative;
  margin-top: min(106px, 6.625vw);
}
.internship-under .internship-mv-section .inner-block {
  padding: min(122px, 7.625vw) 0 min(50px, 3.125vw);
  max-width: 100%;
  overflow: hidden;
}
.internship-under .internship-mv-section .txt-wrap {
  margin: auto;
  max-width: 1280px;
  position: relative;
  padding: 0 40px;
  z-index: 10;
}
.internship-under .internship-mv-section .mv-img {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  height: 100%;
}
.internship-under .internship-mv-section .mv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.internship-under .internship-mv-section .tag-list {
  margin-top: min(80px, 5vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.internship-under .internship-mv-section .tag-list li {
  color: #fff;
  font-size: min(18px, 1.125vw);
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1.388888;
  min-width: 160px;
  padding: min(2px, 0.125vw) min(10px, 0.625vw) min(4px, 0.25vw);
  text-align: center;
}
.internship-under .internship-mv-section .tag-list li.meeting {
  background: #815d81;
  letter-spacing: 0.42em;
}
.internship-under .internship-mv-section .tag-list li.online {
  background: #4d95aa;
  letter-spacing: 0.22em;
}
.internship-under .lead-section .inner-block {
  padding-top: min(130px, 8.125vw);
  padding-bottom: min(133px, 8.3125vw);
  max-width: 910px;
}
.internship-under .lead-section .ttl {
  color: #474747;
  font-size: min(32px, 2.2857142857vw);
  font-weight: 400;
  line-height: 1.75;
}
.internship-under .lead-section .lead {
  color: #474747;
  font-size: min(18px, 1.2857142857vw);
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: min(40px, 2.5vw);
}
.internship-under .info-section {
  background: #eaeef0;
}
.internship-under .info-section .inner-block {
  padding-top: min(190px, 11.875vw);
  padding-bottom: min(175px, 10.9375vw);
}
.internship-under .info-section .white-box {
  background: #fff;
  padding-top: min(56px, 3.5vw);
  padding-bottom: min(10px, 0.625vw);
  max-width: 1100px;
  margin: min(43px, 2.6875vw) auto 0;
}
.internship-under .info-section .c-table01 {
  max-width: calc(100% - min(100px, 6.25vw));
  margin: auto;
}
.internship-under .program-ttl {
  margin: min(20px, 1.25vw) 0 min(10px, 0.625vw);
}
.internship-under .program-list li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(30px, 1.875vw);
}
.internship-under .program-list li + li {
  margin-top: min(10px, 0.625vw);
}
.internship-under .program-list .program-num {
  background: #3e787c;
  color: #fff;
  font-size: min(14px, 0.875vw);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.15em;
  text-align: center;
  min-width: min(135px, 8.4375vw);
  padding: min(2px, 0.125vw) min(10px, 0.625vw);
}
.internship-under .program-list .inn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: min(24px, 1.5vw);
  letter-spacing: 0.15em;
}
.internship-under .program-list .small {
  display: inline-block;
  font-size: min(16px, 1vw);
  letter-spacing: 0.1em;
  margin-top: 0;
  position: relative;
  padding-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.internship-under .program-list + .program-ttl {
  margin-top: min(40px, 2.5vw);
}
.internship-under .program-list + .c-list {
  margin-top: min(30px, 1.875vw);
}
.internship-under .c-table01 tr:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.internship-under .note {
  color: #474747;
  font-size: min(16px, 1.1428571429vw);
  letter-spacing: 0.2em;
  max-width: calc(100% - min(100px, 6.25vw));
  margin: min(22px, 1.375vw) auto 0;
  padding: 0 min(30px, 1.875vw);
}
.internship-under .sub-ttl {
  color: #3e787c;
  font-size: min(16px, 1.1428571429vw);
  letter-spacing: 0.25em;
  max-width: calc(100% - min(100px, 6.25vw));
  margin: min(80px, 5vw) auto min(30px, 1.875vw);
  padding: 0 min(30px, 1.875vw);
}
.internship-under .flow-list {
  margin: auto;
  padding: 0 min(30px, 1.875vw);
  max-width: calc(100% - min(100px, 6.25vw));
}
.internship-under .flow-list li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: min(32px, 2vw);
}
.internship-under .flow-list li + li {
  margin-top: min(12px, 0.75vw);
}
.internship-under .flow-list .num {
  border: 1px solid rgba(62, 120, 124, 0.31);
  color: #3e787c;
  min-width: min(228px, 14.25vw);
  font-size: min(17px, 1.0625vw);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: min(6px, 0.375vw) min(10px, 0.625vw);
  text-align: center;
}
.internship-under .flow-list .inn {
  color: #474747;
  font-size: min(16px, 1.1428571429vw);
  letter-spacing: 0.2em;
  padding-top: min(10px, 0.625vw);
}
.internship-under .entry-area {
  background: #3e787c;
  width: calc(100% - min(24px, 1.5vw));
  margin: min(50px, 3.125vw) auto 0;
  padding: min(80px, 5vw) 0;
}
.internship-under .c-anchor-list {
  margin: min(50px, 3.125vw) auto 0;
}
.internship-under .txt-indent {
  display: inline-block;
  text-indent: -1rem;
  padding-left: 1rem;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.company .inner-block {
  padding: min(163px, 10.1875vw) min(40px, 2.5vw) min(130px, 8.125vw);
}
.company .contents-section .inner-block {
  max-width: 966px;
  padding-top: min(126px, 7.875vw);
  padding-bottom: min(180px, 11.25vw);
}
.company .contents-section .ttl {
  color: #696969;
  font-size: 28px;
  letter-spacing: 0.15em;
  margin-bottom: min(50px, 3.125vw);
}
.company .contents-section .c-table01 tr:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.company .history-section {
  color: #696969;
}
.company .history-section .inner-block {
  padding-bottom: min(45px, 2.8125vw);
}
.company .history-section .txt-cont {
  padding-bottom: min(150px, 9.375vw);
  position: relative;
}
.company .history-section .txt-cont::before {
  content: "";
  width: 100%;
  height: min(55px, 3.4375vw);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/img/company/arrow.svg) no-repeat center center/contain;
  display: block;
}
.company .history-section .txt-cont .ttl {
  color: #696969;
  font-size: 28px;
  letter-spacing: 0.15em;
  margin-bottom: min(50px, 3.125vw);
}
.company .history-section .txt-cont .txt {
  font-size: min(18px, 1.2857142857vw);
  font-weight: 400;
  line-height: 1.83333;
  letter-spacing: 0.1em;
  margin: auto;
}
.company .history-section .cont-wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: min(180px, 11.25vw);
}
.company .history-section .cont-wrap::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: max(-46px, -2.875vw);
  margin: auto;
  background-color: #808080;
}
.company .history-section .cont-wrap .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company .history-section .cont-wrap .row .cont {
  width: 100%;
}
.company .history-section .cont-wrap .row .cont .inn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company .history-section .cont-wrap .row .cont .txt {
  width: 100%;
  text-align: right;
  margin-bottom: min(30px, 1.875vw);
}
.company .history-section .cont-wrap .row .cont .txt p {
  display: inline-block;
  vertical-align: middle;
  font-size: min(16px, 1vw);
}
.company .history-section .cont-wrap .row .cont .txt .year {
  font-size: min(46px, 2.875vw);
  display: inline-block;
  position: relative;
  padding-right: min(30px, 1.875vw);
  padding-left: min(30px, 1.875vw);
  font-family: Helvetica, sans-serif;
}
.company .history-section .cont-wrap .row .cont .txt .year::before {
  content: "";
  display: block;
  width: min(13px, 0.8125vw);
  height: min(13px, 0.8125vw);
  border-radius: 100%;
  position: absolute;
  top: min(32px, 2vw);
  right: max(-7px, -0.4375vw);
  background-color: #AAC3A1;
}
.company .history-section .cont-wrap .row .cont img {
  display: block;
}
.company .history-section .cont-wrap .row .cont .img-box {
  margin-right: min(170px, 10.625vw);
}
.company .history-section .cont-wrap .row .cont .c-btn {
  margin-top: min(20px, 1.25vw);
}
.company .history-section .cont-wrap .row .cont:nth-child(1) .inn {
  margin-right: 0;
  margin-left: auto;
}
.company .history-section .cont-wrap .row .cont:nth-child(2) .txt {
  width: 100%;
  text-align: left;
}
.company .history-section .cont-wrap .row .cont:nth-child(2) .txt p {
  display: inline-block;
}
.company .history-section .cont-wrap .row .cont:nth-child(2) .txt .year::before {
  content: "";
  left: max(-7px, -0.4375vw);
}
.company .history-section .cont-wrap .row .cont:nth-child(2) .inn {
  margin-right: auto;
  margin-left: 0;
}
.company .history-section .cont-wrap .row .cont:nth-child(2) img {
  display: block;
}
.company .history-section .cont-wrap .row .cont:nth-child(2) .img-box {
  margin-left: min(170px, 10.625vw);
  text-align: left;
}
.company .history-section .cont-wrap .row:nth-child(1) .cont:nth-child(1) {
  margin-top: min(140px, 8.75vw);
}
.company .history-section .cont-wrap .row:nth-child(1) .cont:nth-child(1) img {
  width: min(353px, 22.0625vw);
}
.company .history-section .cont-wrap .row:nth-child(1) .cont:nth-child(2) img {
  width: min(418px, 26.125vw);
}
.company .history-section .cont-wrap .row:nth-child(2) .cont:nth-child(1) {
  margin-top: min(140px, 8.75vw);
}
.company .history-section .cont-wrap .row:nth-child(2) .cont:nth-child(1) img {
  width: min(402px, 25.125vw);
}
.company .history-section .cont-wrap .row:nth-child(2) .cont:nth-child(2) img {
  width: min(418px, 26.125vw);
}
.company .history-section .cont-wrap .row:nth-child(3) .cont:nth-child(1) {
  margin-top: min(140px, 8.75vw);
}
.company .history-section .cont-wrap .row:nth-child(3) .cont:nth-child(1) img {
  width: min(461px, 28.8125vw);
}
.company .history-section .cont-wrap .row:nth-child(3) .cont:nth-child(2) img {
  width: min(522px, 32.625vw);
}
.company .history-section .cont-wrap .row:nth-child(4) .cont:nth-child(1) {
  margin-top: min(140px, 8.75vw);
}
.company .history-section .cont-wrap .row:nth-child(4) .cont:nth-child(1) img {
  width: min(375px, 23.4375vw);
}
.company .history-section .cont-wrap .row:nth-child(4) .cont:nth-child(2) img {
  width: min(325px, 20.3125vw);
}
.company .history-section .cont-wrap .row:nth-child(5) .cont:nth-child(1) {
  margin-top: min(140px, 8.75vw);
}
.company .history-section .cont-wrap .row:nth-child(5) .cont:nth-child(1) img {
  width: min(375px, 23.4375vw);
}
.company .history-section .cont-wrap .row:nth-child(5) .cont:nth-child(2) img {
  width: min(431px, 26.9375vw);
}
.company .history-section .cont-wrap .row:nth-child(6) .cont {
  height: 100%;
}
.company .history-section .cont-wrap .row:nth-child(6) .cont:nth-child(1) {
  margin-top: min(140px, 8.75vw);
}
.company .history-section .cont-wrap .row:nth-child(6) .cont:nth-child(1) img {
  width: min(329px, 20.5625vw);
}
.company .history-section .cont-wrap .row:nth-child(6) .cont:nth-child(2) img {
  width: min(325px, 20.3125vw);
}
.company .history-section .cont-wrap .row:nth-child(7) .cont:nth-child(1) {
  margin-top: min(140px, 8.75vw);
}
.company .history-section .cont-wrap .row:nth-child(7) .cont:nth-child(1) img {
  width: min(329px, 20.5625vw);
}
.company .history-section .cont-wrap .row:nth-child(7) .cont:nth-child(2) img {
  width: min(405px, 25.3125vw);
}
.company .history-section .mordal-trigers {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.company .history-section .mordal-trigers::before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.company .history-section #modal-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.company .history-section .modal-style {
  display: none;
  background: #333333;
  color: #fff;
  width: min(1200px, 75vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1001;
  padding: min(100px, 6.25vw) min(150px, 9.375vw);
}
.company .history-section .modal-style .mordal-close-buttons {
  display: block;
  width: min(80px, 5vw);
  height: min(80px, 5vw);
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
.company .history-section .modal-style .mordal-close-buttons::before {
  content: "";
  position: absolute;
  right: 0;
  height: min(2px, 0.125vw);
  width: min(80px, 5vw);
  background-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: block;
}
.company .history-section .modal-style .mordal-close-buttons::after {
  content: "";
  position: absolute;
  right: 0;
  height: min(2px, 0.125vw);
  width: min(80px, 5vw);
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
.company .history-section .modal-style .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.5vw);
  margin-top: min(50px, 3.125vw);
}
.company .history-section .modal-style .cont img {
  display: block;
  width: min(350px, 21.875vw);
  height: 100%;
}
.company .history-section .modal-style .cont .txt {
  margin-top: min(50px, 3.125vw);
  width: calc(100% -lq(350, 1600));
}
.company .history-section .modal-style .cont .txt .year {
  font-size: min(36px, 2.25vw);
  font-family: Helvetica, sans-serif;
  letter-spacing: 0.2rem;
  margin-bottom: min(30px, 1.875vw);
}
.company .history-section .modal-style .cont .txt .ttl {
  margin-bottom: min(20px, 1.25vw);
  font-size: min(20px, 1.25vw);
}
.company .history-section .modal-style .cont .txt .ttl + p {
  font-size: min(16px, 1vw);
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.people .c-mv-section {
  background: linear-gradient(50deg, rgb(137, 151, 81) 0%, rgb(170, 180, 129) 100%);
}
.people .search-section {
  background: #728043;
}
.people .search-section .inner-block {
  padding-top: 63px;
  padding-bottom: 70px;
  max-width: 1090px;
}
.people .search-section .l-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
}
.people .search-section .ttl {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.25em;
}
.people .search-section .search-ttl {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin: auto 0;
}
.people .search-section .search {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
}
.people .search-section .search + .search {
  margin-top: 30px;
}
.people .search-section .search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px 10px;
}
.people .search-section .search-list li.wide {
  width: 100%;
}
.people .search-section .search-list li.current a {
  background: #fff;
  border-color: #fff;
  color: #B0B0B0;
}
.people .search-section .search-list a {
  border: 1px solid #D6D6D6;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 8px 22px;
  min-width: 93px;
}
.people .people-section {
  background: #eeeeee;
}
.people .people-section .inner-block {
  padding-top: min(102px, 6.375vw);
  padding-bottom: min(146px, 9.125vw);
}
.people .people-section .ttl {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: min(44px, 2.75vw);
}
.people .people-section .people-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(60px, 3.75vw) min(17px, 1.0625vw);
}
.people .people-section .people-wrap + .ttl {
  margin-top: min(100px, 6.25vw);
}
.people .people-section .people-wrap .people {
  background: #fff;
  border-radius: 19px;
  overflow: hidden;
  position: relative;
}
.people .people-section .people-wrap .people::before {
  background: url(/img/common/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: min(13px, 0.8125vw);
  width: min(18px, 1.125vw);
  position: absolute;
  bottom: min(23px, 1.4375vw);
  right: min(35px, 2.1875vw);
}
.people .people-section .people-wrap .people.anim {
  opacity: 0;
}
.people .people-section .people-wrap .people.is-animated {
  -webkit-animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeup 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.people .people-section .people-wrap .tag-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(9px, 0.5625vw);
  padding: min(16px, 1vw) min(20px, 1.25vw);
}
.people .people-section .people-wrap .tag-wrap .tag {
  border: 1px solid #808080;
  border-radius: 100px;
  background-color: #808080;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: min(2px, 0.125vw) min(22px, 1.375vw);
}
.people .people-section .people-wrap .ttl {
  color: #494949;
  font-size: min(18px, 1.2857142857vw);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.77777;
  text-align: left;
  margin: 0;
  padding: 0 min(27px, 1.6875vw) min(36px, 2.25vw);
}
.people .people-section .people-wrap .img {
  overflow: hidden;
  aspect-ratio: 251/119;
}
.people .people-section .people-wrap .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.people .people-section .people-wrap .img + .ttl {
  margin-top: min(60px, 3.75vw);
}
.people.people-detail .c-mv-section .inner-block {
  padding-bottom: min(50px, 3.125vw) !important;
}
.people .people-detail-section p {
  font-size: min(16px, 1vw);
}
.people .people-detail-section p a {
  border-bottom: min(1px, 0.0625vw) solid #696969;
  display: inline-block;
}
.people .people-detail-section .ttl {
  font-size: min(20px, 1.25vw);
  margin-top: min(22px, 1.375vw);
  margin-bottom: min(110px, 6.875vw);
  letter-spacing: 0.25em;
  display: block;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.25em;
  color: #494949;
}
.people .people-detail-section .ttl .main {
  font-size: min(32px, 2vw);
  display: block;
}
.people .people-detail-section .main .inner-block, .people .people-detail-section .intro .inner-block {
  max-width: 964px;
}
.people .people-detail-section .main {
  color: #696969;
}
.people .people-detail-section .main .inner-block {
  padding-bottom: min(110px, 6.875vw);
}
.people .people-detail-section .main img + h2 {
  margin-top: min(60px, 3.75vw);
}
.people .people-detail-section .main img + h2 + p {
  margin-top: min(40px, 2.5vw);
}
.people .people-detail-section .main h2 {
  font-size: min(32px, 2vw);
  letter-spacing: 0.05em;
}
.people .people-detail-section .intro {
  background-color: #B1B1B1;
  padding: min(50px, 3.125vw);
  color: #fff;
}
.people .people-detail-section .intro .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.people .people-detail-section .intro .name {
  font-size: min(18px, 1.125vw);
  width: 100%;
}
.people .people-detail-section .intro .txt {
  max-width: 600px;
}
.people .people-detail-section .index .inner-block, .people .people-detail-section .cont-wrap .inner-block {
  max-width: 771px;
}
.people .people-detail-section .index {
  color: #494949;
  font-size: min(18px, 1.125vw);
  background-color: #F2F2F2;
}
.people .people-detail-section .index .inner-block {
  padding: min(50px, 3.125vw) min(45px, 2.8125vw) min(50px, 3.125vw);
}
.people .people-detail-section .index h2 {
  font-size: min(18px, 1.125vw);
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #494949 2px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: min(20px, 1.25vw) min(45px, 2.8125vw) min(25px, 1.5625vw);
}
.people .people-detail-section .index .table {
  width: 100%;
}
.people .people-detail-section .index .table .cont {
  display: block;
  background-size: 4px 1px;
  background-image: linear-gradient(to right, #494949 2px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: min(20px, 1.25vw) min(45px, 2.8125vw) min(25px, 1.5625vw);
  position: relative;
}
.people .people-detail-section .index .table .cont::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: min(8px, 0.5vw) solid transparent;
  border-left: min(8px, 0.5vw) solid transparent;
  border-top: min(9px, 0.5625vw) solid #555555;
  border-bottom: 0;
  position: absolute;
  top: min(35px, 2.1875vw);
  right: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap p {
  color: #696969;
}
.people .people-detail-section .cont-wrap .inner-block {
  padding: min(130px, 8.125vw) min(45px, 2.8125vw) min(110px, 6.875vw);
}
.people .people-detail-section .cont-wrap .cont + .cont {
  margin-top: min(115px, 7.1875vw);
}
.people .people-detail-section .cont-wrap .main-txt {
  font-size: min(32px, 2vw);
}
.people .people-detail-section .cont-wrap .main-txt + p {
  margin-top: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap .main-txt + .sub-txt {
  margin-top: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap .sub-txt {
  font-size: min(20px, 1.25vw);
}
.people .people-detail-section .cont-wrap .sub-txt + p {
  margin-top: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap p + p {
  margin-top: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap p + .img {
  margin-top: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap p + .main-txt {
  margin-top: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap iframe, .people .people-detail-section .cont-wrap video {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
  display: block;
}
.people .people-detail-section .cont-wrap .img img {
  width: 100%;
}
.people .people-detail-section .cont-wrap .img p {
  margin-top: min(20px, 1.25vw);
  font-size: min(14px, 0.875vw);
}
.people .people-detail-section .cont-wrap .img + p {
  margin-top: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap .img + .img {
  margin-top: min(45px, 2.8125vw);
}
.people .people-detail-section .cont-wrap .img.google-drive iframe {
  width: auto;
  aspect-ratio: auto;
  height: auto;
  display: inline;
}
.people .people-detail-section .column {
  width: min(1100px, 68.75vw);
  margin: 0 auto;
  background-color: #F2F2F2;
}
.people .people-detail-section .column .inner-block {
  max-width: 964px;
  padding: min(70px, 4.375vw) min(60px, 3.75vw) min(60px, 3.75vw);
}
.people .people-detail-section .column .cont {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(60px, 3.75vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.people .people-detail-section .column .cont img {
  width: min(421px, 26.3125vw);
  height: 100%;
}
.people .people-detail-section .column .cont .txt {
  width: 100%;
}
.people .people-detail-section .column .cont .txt .tip {
  font-size: min(20px, 1.25vw);
  display: block;
  width: 100%;
  padding-bottom: min(10px, 0.625vw);
  border-bottom: 1px solid #808080;
}
.people .people-detail-section .column .cont .txt .main {
  font-size: min(28px, 1.75vw);
}
.people .people-detail-section .intro-section {
  margin-top: min(150px, 9.375vw);
  background-color: #F2F2F2;
  padding-bottom: min(180px, 11.25vw);
}
.people .people-detail-section .intro-section .inner-block {
  padding: min(110px, 6.875vw) 0 min(70px, 4.375vw);
}
.people .people-detail-section .intro-section .ttl {
  text-align: center;
  font-size: min(28px, 1.75vw);
  letter-spacing: 0.25em;
  margin: 0;
  color: #696969;
}
.people .people-detail-section .intro-section .txt {
  padding: min(15px, 0.9375vw) min(30px, 1.875vw) min(40px, 2.5vw);
  position: relative;
}
.people .people-detail-section .intro-section .txt::before {
  content: "";
  position: absolute;
  right: min(30px, 1.875vw);
  bottom: min(50px, 3.125vw);
  display: inline-block;
  vertical-align: middle;
  color: #B0B0B0;
  line-height: 1;
  width: min(20px, 1.25vw);
  height: min(1px, 0.0625vw);
  background: currentColor;
}
.people .people-detail-section .intro-section .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: min(10px, 0.625vw);
  height: min(10px, 0.625vw);
  border: 0.1em solid #B0B0B0;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  right: min(30px, 1.875vw);
  bottom: min(41px, 2.5625vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.people .people-detail-section .intro-section .tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(10px, 0.625vw);
  margin: min(17px, 1.0625vw) 0 min(30px, 1.875vw);
  color: #696969;
}
.people .people-detail-section .intro-section .tag-wrap .tag {
  padding: min(2px, 0.125vw) min(10px, 0.625vw);
  border: 1px #B0B0B0 solid;
  border-radius: min(20px, 1.25vw);
  font-size: min(12px, 0.75vw);
}
.people .people-detail-section .intro-section .swiper-slide {
  border-radius: min(20px, 1.25vw);
  background-color: #fff;
  overflow: hidden;
}
.people.crosstalk p {
  font-size: min(16px, 1vw);
}
.people.crosstalk .c-mv-section .inner-block {
  padding-bottom: min(250px, 15.625vw);
}
.people.crosstalk .crosstalk-section .movie-sec {
  margin: max(-200px, -12.5vw) auto min(160px, 10vw);
}
.people.crosstalk .crosstalk-section .movie-sec .inner-block {
  width: min(900px, 56.25vw);
}
.people.crosstalk .crosstalk-section .movie-sec .img {
  display: block;
  margin: 0 auto;
}
.people.crosstalk .crosstalk-section .movie-sec .c-btn {
  margin-top: min(20px, 1.25vw);
  margin-bottom: min(70px, 4.375vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.people.crosstalk .crosstalk-section .movie-sec .main {
  font-size: min(32px, 2vw);
  margin-bottom: min(30px, 1.875vw);
}
.people.crosstalk .crosstalk-section .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.people.crosstalk .intro-sec .inner-block {
  max-width: 1200px;
  padding-bottom: min(100px, 6.25vw);
}
.people.crosstalk .intro-sec .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(85px, 5.3125vw);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.people.crosstalk .intro-sec .cont-wrap .cont {
  width: min(340px, 21.25vw);
}
.people.crosstalk .intro-sec .cont-wrap .cont img {
  width: min(200px, 12.5vw);
  margin: 0 auto;
  display: block;
}
.people.crosstalk .intro-sec .cont-wrap .cont .name {
  font-size: min(25px, 1.5625vw);
  margin-top: min(40px, 2.5vw);
  margin-bottom: min(10px, 0.625vw);
}
.people.crosstalk .intro-sec .cont-wrap .cont .name .small {
  font-size: min(16px, 1vw);
}
.people.crosstalk .intro-sec .cont-wrap .cont .txt {
  font-size: min(14px, 0.875vw);
  margin-top: min(30px, 1.875vw);
}
.people.crosstalk .intro-sec .cont-wrap.l-left .cont .name, .people.crosstalk .intro-sec .cont-wrap.l-left .cont .txt, .people.crosstalk .intro-sec .cont-wrap.l-left .cont p {
  margin-left: calc((100% - min(200px, 12.5vw)) / 2);
}
.people.crosstalk .theme-sec .aco-list-wrap {
  padding-bottom: min(100px, 6.25vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-wrap {
  margin-top: max(-82px, -5.125vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-wrap + .aco-wrap {
  margin-top: min(35px, 2.1875vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(even) .aco-body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(even) .aco-body .inn {
  margin-right: auto;
  margin-left: 0;
  position: relative;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(even) .aco-body .inn .img-wrap {
  position: absolute;
  right: max(-350px, -21.875vw);
  left: auto;
  top: max(-110px, -6.875vw);
  width: min(430px, 26.875vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(1) {
  position: relative;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(1) .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: min(1100px, 68.75vw);
  height: min(165px, 10.3125vw);
  background: #fff;
  opacity: 1;
  z-index: 0;
  margin: 0 auto;
  border-radius: min(20px, 1.25vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-head {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
  position: relative;
  width: min(1100px, 68.75vw);
  padding: min(45px, 2.8125vw);
  height: min(165px, 10.3125vw);
  margin: 0 auto;
  border-radius: min(20px, 1.25vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(60px, 3.75vw);
  background: linear-gradient(50deg, rgb(137, 151, 81) 0%, rgb(170, 180, 129) 100%);
  font-size: min(32px, 2vw);
  color: #fff;
  cursor: pointer;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-head .tip {
  font-family: Helvetica, sans-serif;
  font-size: min(23px, 1.4375vw);
  letter-spacing: 0.15rem;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-head .txt {
  font-size: min(32px, 2vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-head::before {
  content: "";
  position: absolute;
  right: min(45px, 2.8125vw);
  height: min(2px, 0.125vw);
  width: min(80px, 5vw);
  background-color: #fff;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-head::after {
  content: "";
  position: absolute;
  right: min(45px, 2.8125vw);
  height: min(2px, 0.125vw);
  width: min(80px, 5vw);
  background-color: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-head.is-active {
  opacity: 1;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-head.is-active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body {
  display: none;
  width: 100%;
  background-color: #F2F2F2;
  padding: min(262px, 16.375vw) min(100px, 6.25vw) min(150px, 9.375vw) min(100px, 6.25vw) !important;
  margin-top: max(-82px, -5.125vw) !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn {
  width: min(1100px, 68.75vw);
  padding: min(150px, 9.375vw);
  margin-right: 0;
  margin-left: auto;
  background-color: #fff;
  position: relative;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .img-wrap {
  position: absolute;
  left: max(-350px, -21.875vw);
  top: max(-110px, -6.875vw);
  width: min(430px, 26.875vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .img-wrap img + img {
  margin-top: min(40px, 2.5vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(10px, 0.625vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .cont + .cont {
  margin-top: min(50px, 3.125vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .cont a {
  border-bottom: min(1px, 0.0625vw) solid #696969;
  display: inline-block;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .name {
  display: block;
  width: min(100px, 6.25vw);
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .name.noname {
  position: relative;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .name.noname::before {
  content: "";
  position: absolute;
  top: min(11px, 0.6875vw);
  left: 0;
  width: 60%;
  height: min(1px, 0.0625vw);
  background-color: #808080;
}
.people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .txt {
  width: min(625px, 39.0625vw);
}
.people.crosstalk .movie-sec02 {
  background-color: #696969;
}
.people.crosstalk .movie-sec02 .inner-block {
  padding: min(105px, 6.5625vw) min(20px, 1.25vw);
}
.people.crosstalk .movie-sec02 .cont {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.people.crosstalk .movie-sec02 .movie-wrap {
  width: min(720px, 45vw);
}
.people.crosstalk .movie-sec02 .c-btn {
  margin-top: min(20px, 1.25vw);
}
.people.crosstalk .link-sec {
  background-color: #f2f2f2;
}
.people.crosstalk .link-sec .inner-block {
  max-width: 720px;
  padding: min(150px, 9.375vw) 0;
}
.people.crosstalk .link-sec .cont {
  width: min(561px, 35.0625vw);
  margin: 0 auto;
}
.people.crosstalk .link-sec .cont p {
  margin-top: min(20px, 1.25vw);
  font-size: min(24px, 1.5vw);
}
.people.crosstalk .link-sec .img-wrap {
  overflow: hidden;
  width: min(561px, 35.0625vw);
  display: block;
}
.people.crosstalk .link-sec .img-wrap:hover img {
  scale: 1.1;
}
.people.crosstalk .link-sec .img-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.workstyle .c-mv-section {
  background-color: #F5F5FF;
  color: #474747;
}
.workstyle .c-mv-section .inner-block {
  padding-bottom: min(90px, 5.625vw);
}
.workstyle .c-mv-section .c-ttl02 + .txt {
  margin-top: min(120px, 7.5vw);
}
.workstyle.welfare .c-anchor-list {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1182px;
  margin: 0 auto;
}
.workstyle.welfare .c-anchor-list li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: min(10px, 0.625vw) min(25px, 1.5625vw);
}
.workstyle.human_resource .c-anchor-list {
  max-width: 1100px;
  width: 100%;
}
.workstyle.human_resource .c-anchor-list li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.workstyle .workstyle-section {
  background: #F5F5FF;
}
.workstyle .workstyle-section .inner-block {
  padding-top: min(145px, 9.0625vw);
  padding-bottom: min(120px, 7.5vw);
  max-width: 1180px;
}
.workstyle .workstyle-section .txt {
  color: #696969;
  font-size: min(16px, 1vw);
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.workstyle .workstyle-section .txt + .txt {
  margin-top: min(30px, 1.875vw);
}
.workstyle section + section {
  padding-top: 78px;
  margin-top: min(100px, 6.25vw);
}
.workstyle .cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(12px, 0.75vw);
}
.workstyle .cont-wrap + .cont-wrap {
  margin-top: min(12px, 0.75vw);
}
.workstyle .cont-wrap + .cont {
  margin-top: min(12px, 0.75vw);
}
.workstyle .cont-wrap .cont {
  display: block;
  width: 100%;
}
.workstyle .cont-wrap .cont .txt {
  width: 100%;
}
.workstyle .cont-wrap .cont + .cont {
  margin-top: 0px;
}
.workstyle .cont-wrap02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: min(12px, 0.75vw);
  gap: min(12px, 0.75vw);
}
.workstyle .cont-wrap02 .cont.left {
  width: min(620px, 38.75vw);
  display: block;
}
.workstyle .cont-wrap02 .cont.left .img {
  margin-top: min(30px, 1.875vw);
}
.workstyle .cont-wrap02 .cont.left .img img {
  width: 140px;
  display: block;
  margin: 0 auto;
}
.workstyle .cont-wrap02 .cont .txt {
  width: 100%;
}
.workstyle .cont-wrap02 .cont-wrap-inn {
  width: calc(100% - min(620px, 38.75vw));
}
.workstyle .cont-wrap02 .cont-wrap-inn .cont {
  height: calc(50% - min(6px, 0.375vw));
  padding: min(60px, 3.75vw) min(60px, 3.75vw) min(60px, 3.75vw) min(70px, 4.375vw);
}
.workstyle .cont-wrap02 .cont-wrap-inn .cont + .cont {
  margin-top: min(12px, 0.75vw);
}
.workstyle .cont-wrap02 + .cont {
  margin-top: min(12px, 0.75vw);
}
.workstyle .cont-wrap02 + .cont-wrap {
  margin-top: min(12px, 0.75vw);
}
.workstyle .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(70px, 4.375vw);
  background-color: #fff;
  padding: min(60px, 3.75vw) min(60px, 3.75vw) min(60px, 3.75vw) min(70px, 4.375vw);
}
.workstyle .cont + .cont {
  margin-top: min(12px, 0.75vw);
}
.workstyle .cont + .cont-wrap {
  margin-top: min(12px, 0.75vw);
}
.workstyle .cont h3 {
  font-size: min(24px, 1.5vw);
  margin-bottom: min(15px, 0.9375vw);
}
.workstyle .cont .small {
  font-size: min(14px, 0.875vw);
  margin-top: min(24px, 1.5vw);
}
.workstyle .cont > .txt {
  max-width: 718px;
  width: calc(100% - min(366px, 22.875vw));
}
.workstyle .cont > .txt.wide {
  max-width: inherit;
  width: 100%;
}
.workstyle .cont > .txt div {
  width: 100%;
}
.workstyle .cont > .txt .inn {
  font-size: min(15px, 0.9375vw);
}
.workstyle .cont > .txt .inn .small {
  font-size: min(14px, 0.875vw);
  color: #696969;
  margin-bottom: 0;
  margin-top: 0;
  text-align: right;
}
.workstyle .cont > .txt .inn .normal {
  color: #696969;
}
.workstyle .cont > .txt .inn div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
.workstyle .cont > .txt .inn p {
  color: #E20079;
  font-weight: bold;
  margin-bottom: 13px;
}
.workstyle .cont > .txt .inn p + p {
  font-size: min(50px, 3.125vw);
  margin-bottom: 0;
}
.workstyle .cont > .txt .inn p .small {
  font-size: min(30px, 1.875vw);
  color: #696969;
}
.workstyle .cont > .txt.txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(25px, 1.5625vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.workstyle .cont > .txt ul li {
  padding-left: min(16px, 1vw);
  position: relative;
}
.workstyle .cont > .txt ul li::before {
  content: "";
  position: absolute;
  top: min(15px, 0.9375vw);
  left: 0;
  width: min(5px, 0.3125vw);
  height: min(5px, 0.3125vw);
  background-color: #696969;
  border-radius: 100%;
}
.workstyle .cont .img img {
  display: block;
  margin: 0 auto;
}
.workstyle .cont .img img + img {
  margin-top: min(12px, 0.75vw);
}
.workstyle .cont .img.max366 {
  width: min(366px, 22.875vw);
}
.workstyle .c-ttl07 + .txt {
  margin-bottom: min(50px, 3.125vw);
}
.workstyle #maternity .cont-wrap02 .cont.left .img {
  margin-top: min(30px, 1.875vw);
  margin-bottom: min(30px, 1.875vw);
}
.workstyle #maternity .cont-wrap02 .cont.left .img img {
  width: 140px;
  display: block;
  margin: 0 auto;
}
.workstyle #care .img img {
  width: min(180px, 11.25vw);
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    padding-bottom: min(54px, 14.4vw);
  }
  .inner-block {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    min-width: auto;
  }
  .c-header .inner-block {
    margin: 0;
  }
  .c-header .c-btn {
    width: 95%;
    height: 54px;
  }
  .c-header .menu-list .under-menu-wrap .menu .img {
    width: min(150px, 40vw);
  }
  .c-header .menu-list .under-menu-wrap .menu .txt {
    font-size: min(10px, 2.6666666667vw);
    margin-top: 0;
  }
  .c-header .menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    width: 100%;
  }
  .c-header .btn-wrap {
    text-align: center;
  }
  .c-header .btn-wrap li {
    border-radius: min(15px, 4vw);
    padding: min(7px, 2.6666666667vw);
    position: relative;
  }
  .c-header .btn-wrap li + li {
    margin-top: 23px;
  }
  .c-header .btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  .c-header .btn-wrap .c-btn .c-svg {
    width: 20px;
    height: 15px;
  }
  .c-header .company-name {
    font-size: 8.5px;
    line-height: 1.3;
  }
  .c-header .logo {
    z-index: 98;
  }
  .c-header .menu-wrap {
    width: 100%;
  }
  .sp-entry-btn .num {
    font-size: 10px;
  }
  .sp-entry-btn {
    background: #fff;
    border-top: 1px solid #d5d5d5;
    position: fixed;
    display: grid;
    grid-template-columns: auto auto 1fr;
    gap: min(4px, 1.0666666667vw);
    bottom: 0;
    left: 0;
    z-index: 990;
    padding: min(7px, 1.8666666667vw) min(15px, 4vw);
    width: 100%;
  }
  .sp-entry-btn a {
    background: #163237;
    color: #fff;
    font-size: min(11px, 2.9333333333vw);
    text-align: center;
    padding: min(5px, 1.3333333333vw) min(15px, 4vw) min(5px, 1.3333333333vw);
  }
  .sp-entry-btn a.dark {
    background-color: #100134;
  }
  .sp-entry-btn a.brown {
    background-color: #4f3b36;
  }
  #footer .recruit-link-wrap {
    grid-template-columns: 1fr;
    gap: min(35px, 2.1875vw);
  }
  #footer .recruit-link-wrap .recruit-link {
    min-height: min(185px, 49.3333333333vw);
    padding: 0 min(25px, 6.6666666667vw);
  }
  #footer .recruit-link-wrap .recruit-link.mypage .link-list {
    gap: 10px;
  }
  #footer .recruit-link-wrap .link-list a {
    font-size: min(10px, 2.6666666667vw);
    min-width: min(250px, 66.6666666667vw);
    padding: min(25px, 6.6666666667vw) min(10px, 2.6666666667vw);
  }
  #footer .footer-top .inner-block {
    padding-top: 50px;
    padding-bottom: 0;
  }
  #footer .footer-top .banner-list {
    gap: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 15px;
  }
  #footer .footer-top .banner-list .banner {
    width: calc((100% - 19px) / 2);
  }
  #footer .footer-top .footer-menu .ttl {
    border-bottom: 1px solid #808080;
    padding: 25px 20px;
    font-size: min(12px, 3.2vw);
    margin-bottom: 0;
  }
  #footer .footer-top .footer-menu a {
    font-size: 10px;
    letter-spacing: 0.15em;
  }
  #footer .footer-top .footer-menu .menu {
    background: #4d4d4d;
    display: grid;
    grid-template-columns: minmax(0, 50%) auto;
    gap: 10px 10px;
    border-bottom: 1px solid #808080;
    padding: 30px 20px;
  }
  #footer .footer-top .footer-menu .sp-menu {
    display: none;
  }
  #footer .footer-top .footer-menu .img {
    display: block;
    margin: 0 0 11px;
  }
  #footer .footer-top .footer-menu .inn {
    display: block;
    position: relative;
    padding-left: 15px;
  }
  #footer .footer-top .footer-menu .inn::before {
    background: #fff;
    content: "";
    height: 1px;
    width: 8px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #footer .footer-bottom {
    padding: 12px 13px;
  }
  #footer .footer-bottom .out-link-list a {
    font-size: 9px;
  }
  #footer .footer-bottom .copyright {
    font-size: 8px;
    margin-top: 25px;
  }
  .c-ttl01 {
    font-size: min(54px, 14.4vw);
  }
  .c-ttl02 .en {
    font-size: min(24px, 6.4vw);
  }
  .c-ttl02 .ja {
    font-size: min(12px, 3.2vw);
    padding-top: min(10px, 2.6666666667vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .c-ttl03 {
    font-size: min(15px, 4vw);
    margin-bottom: min(37px, 9.8666666667vw);
  }
  .c-ttl04 {
    font-size: min(16px, 4.2666666667vw);
    padding-bottom: 16px;
  }
  .c-ttl05 .en {
    font-size: min(22px, 5.8666666667vw);
    padding-bottom: min(10px, 2.6666666667vw);
    margin-bottom: min(30px, 8vw);
  }
  .c-ttl05 .ja {
    margin-left: 0;
  }
  .c-ttl05 .ja .sub {
    font-size: min(10px, 2.6666666667vw);
    margin-bottom: min(5px, 1.3333333333vw);
  }
  .c-ttl05 .ja .main {
    font-size: min(16px, 4.2666666667vw);
  }
  .c-ttl06 {
    border-left-width: min(6px, 1.6vw);
    padding: min(8px, 2.1333333333vw) min(15px, 4vw) min(8px, 2.1333333333vw);
  }
  .c-ttl06 .sub {
    font-size: min(9px, 2.4vw);
  }
  .c-ttl06 .main {
    font-size: min(16px, 4.2666666667vw);
  }
  .c-ttl07 {
    font-size: min(16px, 4.2666666667vw);
    padding-left: min(30px, 8vw);
    margin-bottom: min(20px, 5.3333333333vw);
  }
  .c-btn {
    border-radius: 5px;
    font-size: 10px;
    padding: 13px 10px 14px;
    max-width: none;
    width: 100%;
    min-height: 40px;
    min-width: 200px;
    max-width: 200px;
  }
  .c-btn::before {
    right: 10px;
    width: 25px;
    height: 17px;
  }
  .c-btn.c-out-link::before {
    width: min(20px, 5.3333333333vw);
    height: min(20px, 5.3333333333vw);
    right: min(5px, 1.3333333333vw);
  }
  .c-btn.movie {
    font-size: min(10px, 2.6666666667vw);
    max-width: 250px;
  }
  .c-btn.movie img {
    width: min(20px, 5.3333333333vw);
    margin-right: min(10px, 2.6666666667vw);
  }
  .c-btn02 {
    font-size: min(16px, 4.2666666667vw);
    padding: min(11px, 2.9333333333vw) min(10px, 2.6666666667vw);
    max-width: 250px;
  }
  .c-table01 th, .c-table01 td {
    font-size: min(10px, 2.6666666667vw);
    padding: min(20px, 5.3333333333vw) min(12px, 3.2vw);
  }
  .c-table01 th {
    text-align: left;
    width: min(93px, 24.8vw);
  }
  .c-table01 td {
    padding-left: 0;
  }
  .c-table01 .small {
    font-size: min(10px, 2.6666666667vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .c-table01 .c-num-list {
    margin-top: min(10px, 2.6666666667vw);
  }
  .c-table02 th, .c-table02 td {
    padding: min(2px, 0.5333333333vw) min(2px, 0.5333333333vw);
  }
  .c-table03 th, .c-table03 td {
    font-size: min(10px, 2.6666666667vw);
    padding: min(10px, 2.6666666667vw) min(5px, 1.3333333333vw);
  }
  .c-table03 th {
    text-align: left;
    width: min(93px, 24.8vw);
  }
  .c-mv-section .inner-block {
    padding: min(120px, 32vw) min(20px, 5.3333333333vw) min(70px, 18.6666666667vw);
  }
  .c-mv-section .lead-ttl {
    font-size: min(16px, 4.2666666667vw);
    margin: min(40px, 10.6666666667vw) auto min(20px, 5.3333333333vw);
  }
  .c-mv-section .txt {
    font-size: min(12px, 3.2vw);
    line-height: 1.7;
  }
  .company .c-mv-section .inner-block, .recruit .c-mv-section .inner-block {
    padding: min(120px, 32vw) min(20px, 5.3333333333vw) min(50px, 13.3333333333vw) !important;
  }
  .c-anchor-list {
    gap: min(1px, 0.2666666667vw);
    margin: 0 auto;
  }
  .c-anchor-list a::before {
    width: min(6px, 1.6vw);
    height: min(6px, 1.6vw);
    right: min(10px, 2.6666666667vw);
    top: -3px;
  }
  .c-anchor-list a {
    border: none;
    font-size: min(10px, 2.6666666667vw);
    padding: min(20px, 5.3333333333vw) min(10px, 2.6666666667vw) min(20px, 5.3333333333vw);
    letter-spacing: 0.2em;
  }
  .c-num-list li {
    gap: 5px;
  }
  .c-num-list li + li {
    margin-top: min(5px, 1.3333333333vw);
  }
  .out-link {
    padding-right: min(30px, 8vw);
  }
  .out-link::before {
    width: min(14px, 3.7333333333vw);
    height: min(14px, 3.7333333333vw);
    right: min(5px, 1.3333333333vw);
    top: min(5px, 1.3333333333vw);
  }
  .cover-bg {
    width: 100%;
    position: fixed;
    height: 200vh;
    background: rgba(0, 0, 0, 0.6);
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .cover-bg.is-open {
    opacity: 1;
    pointer-events: all;
  }
  .home {
    padding-top: 60px;
    overflow: hidden;
  }
  .home .bg-block {
    width: calc(100% - 50px) !important;
    right: 0;
    left: 0;
    margin: auto;
  }
  .home .mv-sec .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(25px, 6.6666666667vw);
  }
  .home .mv-sec .mv-sub-title {
    font-size: 10px;
  }
  .home .news-sec .inner-block {
    padding-top: min(37px, 9.8666666667vw);
    padding-bottom: min(37px, 9.8666666667vw);
  }
  .home .news-sec h2 {
    font-size: 13px;
    margin-left: 0;
    letter-spacing: 0.3rem;
  }
  .home .news-sec .news-wrap {
    margin-top: 7px;
  }
  .home .news-sec .news-wrap .cont {
    font-size: 10px;
    padding: 8px 11px;
  }
  .home .news-sec .news-wrap .tag {
    margin-left: 10px;
  }
  .home .news-sec .news-wrap .txt {
    margin-left: 10px;
  }
  .home .news-sec .news-wrap .txt p {
    font-size: 10px;
  }
  .home .message-sec .bg-box {
    background-image: url(../img/home/bg-message_sp.jpg.webp);
    border-radius: min(10px, 2.6666666667vw);
    min-height: min(500px, 133.3333333333vw);
  }
  .home .message-sec .txt-area {
    border-radius: min(10px, 2.6666666667vw);
    padding: min(27px, 7.2vw) min(19px, 5.0666666667vw) min(47px, 12.5333333333vw);
    margin-top: auto;
    height: auto;
    width: 100%;
  }
  .home .message-sec .c-ttl01 {
    font-size: min(30px, 8vw);
  }
  .home .message-sec .sub-ttl {
    font-size: min(15px, 4vw);
    margin: min(20px, 5.3333333333vw) 0 0;
    line-height: 1.6;
  }
  .home .message-sec .sub-ttl + .txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .home .message-sec .txt {
    font-size: min(11px, 2.9333333333vw);
    margin: min(20px, 5.3333333333vw) 0 0;
    line-height: 1.9;
  }
  .home .message-sec .c-btn {
    margin-top: min(20px, 5.3333333333vw);
    min-width: 230px;
    max-width: 230px;
  }
  .home .message-sec .c-btn::before, .home .message-sec .c-btn::after {
    width: min(10px, 2.6666666667vw);
    right: min(12px, 3.2vw);
  }
  .home .people-sec .bg-block {
    border-radius: 15px;
    height: min(484px, 129.0666666667vw);
    left: 0;
    top: min(124px, 33.0666666667vw);
  }
  .home .people-sec .img-block {
    width: min(251px, 66.9333333333vw);
    height: min(178px, 47.4666666667vw);
    position: absolute;
    right: max(-33px, -8.8vw);
    border-radius: 10px;
  }
  .home .people-sec .text-block {
    width: 100%;
    left: 0;
    top: 0;
    margin-top: min(202px, 53.8666666667vw);
    padding: 0 min(25px, 6.6666666667vw);
  }
  .home .people-sec .text-block .head {
    font-size: min(19px, 5.0666666667vw);
    margin-bottom: 10px;
  }
  .home .people-sec .text-block .text {
    font-size: 10px;
  }
  .home .people-sec .text-block .c-btn {
    margin-top: min(27px, 7.2vw);
  }
  .home .people-sec .swiper {
    width: 100%;
    margin: 56px auto 0 0;
  }
  .home .people-sec .swiper-wrapper {
    margin-bottom: 40px;
  }
  .home .people-sec .swiper-slide {
    width: min(111px, 29.6vw);
    height: min(165px, 44vw);
  }
  .home .people-sec .slide-media {
    width: min(111px, 29.6vw);
    height: min(165px, 44vw);
    border-radius: 10px;
  }
  .home .project-sec {
    margin-top: min(13px, 3.4666666667vw);
    height: 100%;
  }
  .home .project-sec .bg-block {
    background-image: linear-gradient(96deg, #be973b 30%, #d7c087);
    right: 0;
    border-radius: 10px;
    height: min(484px, 129.0666666667vw);
    top: max(-193px, -51.4666666667vw);
  }
  .home .project-sec .text-block {
    width: 100%;
    height: min(257px, 68.5333333333vw);
    left: 0;
    margin-top: min(40px, 10.6666666667vw);
    padding: 0 20px;
  }
  .home .project-sec .text-block .head {
    font-size: 17px;
    margin-bottom: 17px;
  }
  .home .project-sec .text-block .text {
    font-size: 10px;
  }
  .home .project-sec .text-block .c-btn {
    margin-top: min(27px, 7.2vw);
  }
  .home .project-sec .swiper-wrapper {
    margin-top: 40px;
  }
  .home .project-sec .swiper-slide {
    width: min(253px, 67.4666666667vw);
    height: min(130px, 34.6666666667vw);
    border-radius: 15px;
  }
  .home .business-sec {
    margin-top: min(50px, 13.3333333333vw);
  }
  .home .business-sec .inner-block {
    height: auto;
    padding-top: min(280px, 74.6666666667vw);
  }
  .home .business-sec .cont-wrap {
    display: block;
  }
  .home .business-sec .img-block,
  .home .business-sec .top-img-block,
  .home .business-sec .bot-img-block {
    border-radius: 10px;
  }
  .home .business-sec .img-block {
    max-width: min(226px, 60.2666666667vw);
    position: absolute;
    top: min(95px, 25.3333333333vw);
    right: max(-38px, -10.1333333333vw);
  }
  .home .business-sec .top-img-block {
    width: min(176px, 46.9333333333vw);
    height: min(113px, 30.1333333333vw);
    top: min(49px, 13.0666666667vw);
    left: inherit;
    right: max(-20px, -5.3333333333vw);
  }
  .home .business-sec .bot-img-block {
    width: min(200px, 53.3333333333vw);
    height: min(134px, 35.7333333333vw);
    right: min(39px, 10.4vw);
    bottom: max(-165px, -44vw);
  }
  .home .business-sec .text-block .c-ttl01 {
    letter-spacing: 0.05em;
  }
  .home .business-sec .text-block .head {
    font-size: 17px;
    margin-bottom: 17px;
  }
  .home .business-sec .text-block .text {
    font-size: 10px;
  }
  .home .business-sec .text-block .c-btn {
    margin-top: min(37px, 9.8666666667vw);
  }
  .home .top-message-sec {
    margin-top: min(205px, 54.6666666667vw);
    height: 100%;
  }
  .home .top-message-sec .bg-block {
    border-radius: 15px;
    height: min(354px, 94.4vw);
    right: 0;
    top: min(180px, 48vw);
  }
  .home .top-message-sec .img-block {
    width: min(335px, 89.3333333333vw);
    height: min(245px, 65.3333333333vw);
    position: absolute;
    left: min(10px, 2.6666666667vw);
    border-radius: 10px;
  }
  .home .top-message-sec .text-block {
    width: 100%;
    left: 0;
    top: min(100px, 26.6666666667vw);
    margin-top: min(152px, 40.5333333333vw);
    padding: 0 min(25px, 6.6666666667vw) min(165px, 44vw);
  }
  .home .top-message-sec .text-block .head {
    font-size: min(19px, 5.0666666667vw);
    margin-bottom: 10px;
  }
  .home .top-message-sec .text-block .text {
    font-size: 10px;
  }
  .home .top-message-sec .text-block .c-btn {
    margin-top: min(27px, 7.2vw);
  }
  .home .other-contents-sec {
    padding-top: 50px;
  }
  .home .other-contents-sec::after {
    height: 71%;
  }
  .home .other-contents-sec .inner-block {
    padding-bottom: 70px;
  }
  .home .other-contents-sec .c-ttl01 {
    font-size: min(28px, 7.4666666667vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  .home .other-contents-sec .box-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: min(80px, 21.3333333333vw) min(17px, 4.5333333333vw);
    margin: min(10px, 2.6666666667vw) auto 0;
    max-width: calc(100% - min(10px, 2.6666666667vw));
  }
  .home .other-contents-sec .box-wrap .box {
    width: calc((100% - min(17px, 4.5333333333vw)) / 2);
  }
  .home .other-contents-sec .box-wrap .box .img-block {
    border-radius: 10px;
    height: 73.6842105263%;
  }
  .home .other-contents-sec .box-wrap .box .ttl::before {
    right: 0;
    width: min(25px, 6.6666666667vw);
    height: min(18px, 4.8vw);
    bottom: 0;
  }
  .home .other-contents-sec .box-wrap .box .ttl {
    font-size: min(10px, 2.6666666667vw);
    margin-top: min(12px, 3.2vw);
    padding-bottom: min(30px, 8vw);
  }
  .error .btn-wrap {
    margin-top: 30px;
  }
  .error .btn-wrap .c-btn + .c-btn {
    margin-top: 10px;
  }
  .p-contact {
    padding-top: 60px;
  }
  .p-contact .inner-block {
    width: auto;
  }
  .p-contact .form-box {
    padding: 10px 20px;
    margin: 50px 0;
  }
  .p-contact .c-title01 .ja {
    margin-left: 0;
    font-size: 16px;
  }
  .p-contact .form-txt {
    font-size: 14px;
  }
  .p-contact .form-table {
    margin-top: 30px;
  }
  .p-contact .form-table th {
    border-bottom: none;
    width: 100%;
    display: block;
    padding: 15px 0 0;
    font-size: 14px;
  }
  .p-contact .form-table th[colspan] {
    font-size: 16px;
    padding: 15px;
  }
  .p-contact .form-table .ico-required {
    font-size: 11px;
    width: 40px;
    height: 20px;
    padding: 2px;
    top: initial;
  }
  .p-contact .form-table td {
    width: 100%;
    display: block;
    padding: 10px 0 20px;
  }
  .p-contact .form-table .c-input {
    height: 44px;
    padding: 0 10px;
  }
  .p-contact .form-table .mwform-radio-field {
    width: auto;
    padding: 10px 35px 10px 0;
  }
  .p-contact .form-table .mwform-radio-field:nth-child(2) {
    margin-right: 0;
  }
  .p-contact .form-table .mwform-radio-field input:checked + .mwform-radio-field-text::after {
    bottom: 0;
  }
  .p-contact .form-table .mwform-radio-field .mwform-radio-field-text {
    font-size: 14px;
    padding: 1px 0 2px 40px;
  }
  .p-contact .form-table .mwform-radio-field .mwform-radio-field-text::before {
    bottom: 0;
    margin: auto;
  }
  .p-contact .form-table .mwform-radio-field .mwform-radio-field-text::after {
    bottom: 0;
    margin: auto;
  }
  .p-contact .form-table .form-unit .txt:not(.p-contact .form-table .form-unit .txt:first-child) {
    margin-left: 15px;
  }
  .p-contact .form-table .form-unit .txt {
    font-size: 12px;
  }
  .p-contact .form-table .form-unit .c-input {
    width: 100%;
    display: block;
  }
  .p-contact .form-table .form-unit .must {
    bottom: -19px;
  }
  .p-contact .form-table .name .txt {
    margin-right: 5px;
  }
  .p-contact .form-table .address-area input[type=tel] {
    width: 41%;
  }
  .p-contact .form-table .unit {
    margin: 0;
  }
  .p-contact .form-table .unit .c-input {
    width: 100%;
    display: block;
  }
  .p-contact .form-table .unit.check-unit01 {
    margin-top: 0;
  }
  .p-contact .form-table .unit.check-unit01 .mwform-checkbox-field {
    margin: 0 0 15px 50px;
  }
  .p-contact .form-table .unit.check-unit02 .mwform-checkbox-field {
    margin: 0 0 15px 50px;
  }
  .p-contact .form-table .unit.check-unit02 {
    margin-top: 0;
  }
  .p-contact .form-table .unit input[name=question01-op] {
    width: 30%;
    margin-left: 50px;
  }
  .p-contact .form-table .mwform-checkbox-field {
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    font-size: 14px;
  }
  .p-contact .form-table .mwform-checkbox-field-text {
    padding: 0px 0 2px 42px;
  }
  .p-contact .form-table .mwform-checkbox-field-text::before {
    bottom: 0;
    margin: auto;
  }
  .p-contact .form-table .mwform-checkbox-field-text::after {
    margin: auto;
  }
  .p-contact .form-table textarea.c-input {
    height: 140px;
  }
  .p-contact .form-table .select-wrap {
    width: 100%;
  }
  .p-contact .form-btn {
    margin: 25px auto 40px;
  }
  .p-contact .form-btn .c-btn {
    max-width: 300px;
    min-height: 40px;
    font-size: 16px;
  }
  .p-contact .must {
    font-size: 12px;
  }
  .p-contact.confirm .form-table .l-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-contact.confirm .form-btn .c-btn.back {
    margin: 0 0 10px;
  }
  .p-contact.thanks .c-btn {
    margin-bottom: 40px;
  }
  .recruit .c-mv-section .inner-block {
    padding: min(120px, 32vw) min(20px, 5.3333333333vw) min(70px, 18.6666666667vw);
  }
  .recruit .c-anchor-list li a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: min(10px, 2.6666666667vw) min(15px, 4vw) min(10px, 2.6666666667vw) min(5px, 1.3333333333vw);
  }
  .recruit .message-section .inner-block {
    padding-top: min(68px, 18.1333333333vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .recruit .message-section .l-grid {
    grid-template-columns: 1fr;
    gap: min(40px, 10.6666666667vw);
  }
  .recruit .message-section .note {
    font-size: min(10px, 2.6666666667vw);
    margin-top: min(17px, 4.5333333333vw);
  }
  .recruit .message-section .txt + .txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .recruit .message-section .txt {
    font-size: min(11px, 2.9333333333vw);
  }
  .recruit .recruit-section .inner-block {
    padding-top: min(51px, 13.6vw);
    padding-bottom: min(50px, 13.3333333333vw);
  }
  .recruit .recruit-section .white-box .wrap + .wrap {
    padding: min(20px, 5.3333333333vw) 0 min(25px, 6.6666666667vw);
  }
  .recruit .recruit-section .white-box .img.max-577 {
    max-width: min(250px, 66.6666666667vw);
  }
  .recruit .recruit-section .white-box .img.max-955 {
    max-width: min(300px, 80vw);
  }
  .recruit .recruit-section .white-box .lead {
    font-size: min(10px, 2.6666666667vw);
    max-width: min(300px, 80vw);
  }
  .recruit .recruit-section .white-box .box-txt {
    padding: min(12px, 3.2vw) min(15px, 4vw);
    margin: min(20px, 5.3333333333vw) auto min(22px, 5.8666666667vw);
    max-width: min(300px, 80vw);
  }
  .recruit .recruit-section .white-box .box-txt .c-list li {
    font-size: min(10px, 2.6666666667vw);
  }
  .recruit .recruit-section .white-box .c-table03 {
    max-width: min(300px, 80vw);
    margin: min(20px, 5.3333333333vw) auto min(22px, 5.8666666667vw);
  }
  .recruit .recruit-section .white-box .c-table03 th, .recruit .recruit-section .white-box .c-table03 td {
    min-width: inherit;
  }
  .recruit .recruit-section .white-box .c-table03 th {
    text-align: left;
    width: min(93px, 24.8vw);
  }
  .recruit .recruit-section .white-box .list-wrap {
    padding-left: 12px;
  }
  .recruit .faq-section .inner-block {
    padding-bottom: min(40px, 10.6666666667vw);
    padding-top: min(68px, 18.1333333333vw);
  }
  .recruit .faq-section .faq-ttl {
    font-size: min(10px, 2.6666666667vw);
    margin-bottom: min(32px, 8.5333333333vw);
  }
  .recruit .faq-section .faq-ttl .ttl-inn {
    padding: 0 min(12px, 3.2vw);
  }
  .recruit .faq-section .aco-list-wrap + .faq-ttl {
    margin-top: min(30px, 8vw);
  }
  .recruit .faq-section .aco-wrap + .aco-wrap {
    margin-top: min(15px, 4vw);
  }
  .recruit .faq-section .aco-head {
    padding: min(7px, 1.8666666667vw) min(20px, 5.3333333333vw) min(7px, 1.8666666667vw) min(5px, 1.3333333333vw);
  }
  .recruit .faq-section .aco-head::before, .recruit .faq-section .aco-head::after {
    width: min(10px, 2.6666666667vw);
    right: min(12px, 3.2vw);
  }
  .recruit .faq-section .aco-head .txt {
    gap: min(14px, 3.7333333333vw);
    font-size: min(10px, 2.6666666667vw);
  }
  .recruit .faq-section .aco-head .txt::before {
    font-size: min(14px, 3.7333333333vw);
    height: min(25px, 6.6666666667vw);
    width: min(25px, 6.6666666667vw);
  }
  .recruit .faq-section .aco-body {
    padding: min(10px, 2.6666666667vw) min(43px, 11.4666666667vw);
  }
  .recruit .faq-section .aco-body::before {
    font-size: min(14px, 3.7333333333vw);
    top: min(5px, 1.3333333333vw);
    left: min(5px, 1.3333333333vw);
    height: min(25px, 6.6666666667vw);
    width: min(25px, 6.6666666667vw);
  }
  .recruit .faq-section .aco-body .txt {
    font-size: min(10px, 2.6666666667vw);
  }
  .recruit .faq-section .aco-body .txt + .txt {
    margin-top: min(15px, 4vw);
  }
  .recruit .faq-section .aco-body .img-wrap {
    gap: min(10px, 2.6666666667vw);
    margin: min(15px, 4vw) 0;
  }
  .recruit .visit-section .lead, .recruit .visit-section .head {
    font-size: min(10px, 2.6666666667vw);
  }
  .recruit .visit-section .c-list li + li {
    margin-top: min(10px, 2.6666666667vw);
  }
  .recruit .visit-section .c-table01 th {
    width: min(93px, 24.8vw);
  }
  .recruit #visit .inner-block {
    padding-top: min(68px, 18.1333333333vw);
  }
  .recruit #visit .lead {
    font-size: min(10px, 2.6666666667vw);
  }
  .recruit #visit .c-table01 th {
    width: min(93px, 24.8vw);
  }
  .recruit #visit .c-table01 th, .recruit #visit .c-table01 td {
    font-size: min(10px, 2.6666666667vw);
    padding: min(10px, 2.6666666667vw) min(5px, 1.3333333333vw);
  }
  .project .project-section::before {
    height: calc(100% - min(150px, 40vw));
  }
  .project .project-section .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .project .project-section .project-list {
    grid-template-columns: 1fr;
    gap: min(30px, 8vw);
  }
  .project .project-section .project-list .project .img {
    border-radius: min(10px, 2.6666666667vw);
  }
  .project .project-section .project-list .project .txt-box {
    max-width: calc(100% - min(50px, 13.3333333333vw));
    margin: max(-80px, -21.3333333333vw) auto 0;
    padding: min(20px, 5.3333333333vw) min(15px, 4vw) min(20px, 5.3333333333vw);
  }
  .project .project-section .project-list .project .num {
    font-size: min(12px, 3.2vw);
    margin-bottom: min(15px, 4vw);
  }
  .project .project-section .project-list .project .ttl {
    font-size: min(15px, 4vw);
  }
  .project .project-section .project-list .project .txt {
    font-size: min(12px, 3.2vw);
    margin-top: min(10px, 0.7272727273vw);
    line-height: 1.7;
  }
  .project .project-section .project-list .project .c-btn {
    margin-top: min(20px, 5.3333333333vw);
    padding: 13px min(30px, 8vw) 14px min(5px, 1.3333333333vw);
    letter-spacing: 0.05em;
    max-width: 100%;
  }
  .project .project-section .project-list .project .movie {
    margin: min(25px, 6.6666666667vw) 0 min(15px, 4vw);
  }
  .project .project-section .project-list .project .movie-txt-wrap {
    grid-template-columns: min(30px, 8vw) 1fr;
    gap: min(10px, 2.6666666667vw);
  }
  .project .project-section .project-list .project .icon {
    width: min(30px, 8vw);
    height: min(30px, 8vw);
  }
  .project .project-section .project-list .project .movie-ttl {
    font-size: min(10px, 2.6666666667vw);
  }
  .business .business-section .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .business .business-section .business-list {
    display: block;
  }
  .business .business-section .business-list .business {
    border-radius: min(10px, 2.6666666667vw);
  }
  .business .business-section .business-list .business + .business {
    margin-top: 25px;
  }
  .business .business-section .business-list .business .copy {
    margin-top: min(5px, 1.3333333333vw);
  }
  .business .business-section .business-list .business .txt-box {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .business .business-section .business-list .business .txt-box h3 {
    font-size: min(24px, 6.4vw);
    letter-spacing: min(4px, 1.0666666667vw);
  }
  .business .business-section .business-list .business .txt-box p {
    font-size: min(12px, 3.2vw);
    line-height: min(24px, 6.4vw);
    letter-spacing: min(2px, 0.5333333333vw);
  }
  .business .business-section .business-list .business .txt-box p + .c-btn {
    position: relative;
    bottom: max(-10px, -2.6666666667vw);
  }
  .business .business-section .business-list .business .txt-box .person .img {
    width: min(250px, 66.6666666667vw);
  }
  .business .business-section .business-list .business .txt-box .person .txt-wrap {
    font-size: min(11px, 2.9333333333vw);
  }
  .business .business-section .business-list .business .txt-box .person .txt-wrap .name {
    font-size: min(15px, 4vw);
  }
  .business .business-section .business-list .business .txt-box .person .txt-wrap .btn {
    font-size: min(12px, 3.2vw);
    padding: min(5px, 1.3333333333vw) min(10px, 2.6666666667vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .business .business-section .business-list .business .txt-box .person .txt-wrap .btn::before {
    width: min(15px, 4vw);
    height: min(10px, 2.6666666667vw);
    right: min(10px, 2.6666666667vw);
    top: min(10px, 2.6666666667vw);
  }
  .business .business-section .bg-link-list {
    grid-template-columns: 1fr;
    gap: min(25px, 6.6666666667vw);
  }
  .business .business-section .bg-link-list a {
    border-radius: 10px;
  }
  .business .business-section .bg-link-list a::before {
    width: min(35px, 9.3333333333vw);
    height: min(35px, 9.3333333333vw);
    bottom: min(15px, 4vw);
    right: min(20px, 5.3333333333vw);
  }
  .business .business-section .bg-link-list a::after {
    height: min(15px, 4vw);
    width: min(20px, 5.3333333333vw);
    bottom: min(25px, 6.6666666667vw);
    right: min(27px, 7.2vw);
  }
  .business .business-section .bg-link-list .txt {
    font-size: min(20px, 5.3333333333vw);
    line-height: 1.5;
  }
  .business .c-only-section {
    padding: 30px 0 0 0;
  }
  .business .c-only-section .img {
    position: relative;
  }
  .business .c-only-section .txt-box {
    position: relative;
    top: 0;
    right: 0;
    padding: min(50px, 13.3333333333vw) min(15px, 4vw) min(25px, 6.6666666667vw);
    max-width: calc(100% - min(30px, 8vw));
    margin: max(-120px, -32vw) auto 0;
  }
  .business .c-only-section .num {
    top: min(10px, 2.6666666667vw);
    right: min(15px, 4vw);
    font-size: min(30px, 8vw);
  }
  .business .c-only-section .ttl {
    font-size: min(16px, 4.2666666667vw);
    margin-bottom: min(20px, 5.3333333333vw);
    line-height: 1.6;
  }
  .business .c-only-section .txt {
    font-size: min(12px, 3.2vw);
    line-height: 1.7;
  }
  .business .c-only-section .txt + .txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .business .another-section .inner-block {
    padding-top: min(60px, 16vw);
  }
  .business .another-section .ttl {
    font-size: min(26px, 6.9333333333vw);
    margin: 0 auto min(30px, 8vw);
  }
  .business .another-section .swiper-card .txt {
    font-size: min(16px, 4.2666666667vw);
  }
  .message .c-mv-section .inner-block {
    padding: min(120px, 32vw) min(20px, 5.3333333333vw) min(65px, 17.3333333333vw);
  }
  .message .contents-section .inner-block {
    padding-bottom: min(55px, 14.6666666667vw);
  }
  .message .top-human-area {
    margin-top: max(-38px, -10.1333333333vw);
  }
  .message .top-human-area .name-wrap {
    gap: min(14px, 3.7333333333vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  .message .top-human-area .txt {
    font-size: min(10px, 2.6666666667vw);
  }
  .message .top-human-area .name {
    max-width: 55px;
  }
  .message .txt-area {
    margin-top: min(40px, 10.6666666667vw);
  }
  .message .txt-area .ttl {
    font-size: min(16px, 4.2666666667vw);
    margin-bottom: min(15px, 4vw);
  }
  .message .txt-area .txt {
    font-size: min(11px, 2.9333333333vw);
    line-height: 2.27272;
  }
  .message .txt-area .txt + .txt {
    margin-top: min(25px, 6.6666666667vw);
  }
  .internship .c-mv-section .inner-block .c-ttl02 .en {
    font-size: min(38px, 10.1333333333vw);
  }
  .internship .internship-section .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .internship .internship-section .txt-sec .inner-block .main {
    font-size: min(16px, 4.2666666667vw);
    line-height: min(30px, 8vw);
  }
  .internship .internship-section .txt-sec .sub {
    font-size: min(12px, 3.2vw);
    line-height: 1.7;
  }
  .internship .internship-section .info-sec .inner-block .cont {
    display: block;
    padding: min(20px, 5.3333333333vw);
  }
  .internship .internship-section .info-sec .inner-block .cont .img-wrap {
    width: 100%;
  }
  .internship .internship-section .info-sec .inner-block .cont .img-wrap .day {
    max-width: min(40px, 10.6666666667vw);
  }
  .internship .internship-section .info-sec .inner-block .cont .tips li {
    font-size: min(9px, 2.4vw);
    width: min(97px, 25.8666666667vw);
  }
  .internship .internship-section .info-sec .inner-block .cont .txt-wrap {
    font-size: min(10px, 2.6666666667vw);
    margin-top: min(12px, 3.2vw);
    width: 100%;
  }
  .internship .internship-section .info-sec .inner-block .cont .txt-wrap .main {
    font-size: min(15px, 4vw);
  }
  .internship .internship-section .info-sec .inner-block .cont .txt-wrap .main .course {
    font-size: min(12px, 3.2vw);
  }
  .internship .internship-section .info-sec .inner-block .cont .txt-wrap .date {
    font-size: min(14px, 3.7333333333vw);
    margin-bottom: min(15px, 4vw);
  }
  .internship .internship-section .info-sec .inner-block .cont .txt-wrap .c-btn {
    margin-top: min(20px, 5.3333333333vw);
  }
  .internship-under .internship-mv-section .inner-block {
    padding: 0 0 min(45px, 12vw);
  }
  .internship-under .internship-mv-section .txt-wrap {
    padding: min(30px, 8vw) min(30px, 8vw) 0;
  }
  .internship-under .internship-mv-section .txt-wrap .c-ttl05 .ja {
    padding-right: min(100px, 26.6666666667vw);
  }
  .internship-under .internship-mv-section .txt-wrap .c-ttl05 .ja.pr-0 {
    padding-right: 0;
  }
  .internship-under .internship-mv-section .mv-img {
    position: relative;
  }
  .internship-under .internship-mv-section .mv-img img {
    height: auto;
    width: 100%;
  }
  .internship-under .internship-mv-section .tag-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: max(-45px, -12vw);
    margin-left: auto;
  }
  .internship-under .internship-mv-section .tag-list li {
    min-width: 91px;
    font-size: min(10px, 2.6666666667vw);
    padding: min(1px, 0.2666666667vw) min(10px, 2.6666666667vw) min(3px, 0.8vw);
  }
  .internship-under .lead-section .inner-block {
    padding-top: min(44px, 11.7333333333vw);
    padding-bottom: min(48px, 12.8vw);
  }
  .internship-under .lead-section .ttl {
    font-size: min(16px, 4.2666666667vw);
  }
  .internship-under .lead-section .lead {
    font-size: min(12px, 3.2vw);
    margin-top: min(30px, 8vw);
  }
  .internship-under .info-section .inner-block {
    padding-top: min(45px, 12vw);
    padding-bottom: min(50px, 13.3333333333vw);
  }
  .internship-under .info-section .white-box {
    padding-top: min(28px, 7.4666666667vw);
    padding-bottom: min(10px, 2.6666666667vw);
    margin: min(20px, 5.3333333333vw) auto 0;
  }
  .internship-under .info-section .c-table01 {
    max-width: calc(100% - min(22px, 5.8666666667vw));
  }
  .internship-under .program-ttl {
    margin: min(10px, 2.6666666667vw) 0 min(5px, 1.3333333333vw);
  }
  .internship-under .program-list li {
    grid-template-columns: 1fr;
    gap: min(7px, 1.8666666667vw);
  }
  .internship-under .program-list li + li {
    margin-top: min(17px, 4.5333333333vw);
  }
  .internship-under .program-list .program-num {
    font-size: min(8px, 2.1333333333vw);
    min-width: min(84px, 22.4vw);
    padding: min(2px, 0.5333333333vw) min(10px, 2.6666666667vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .internship-under .program-list .inn {
    font-size: min(11px, 2.9333333333vw);
  }
  .internship-under .program-list .small {
    display: block;
    font-size: min(8px, 2.1333333333vw);
    margin-left: 0;
  }
  .internship-under .program-list + .c-list {
    margin-top: min(20px, 5.3333333333vw);
  }
  .internship-under .note {
    font-size: min(10px, 2.6666666667vw);
    margin: min(18px, 4.8vw) auto 0;
    padding: 0 min(10px, 2.6666666667vw);
    max-width: min(300px, 80vw);
  }
  .internship-under .sub-ttl {
    font-size: min(8px, 2.1333333333vw);
    max-width: min(300px, 80vw);
    padding: 0 min(10px, 2.6666666667vw);
    margin: min(45px, 12vw) auto min(15px, 4vw);
  }
  .internship-under .flow-list {
    padding: 0;
    max-width: min(300px, 80vw);
  }
  .internship-under .flow-list li {
    gap: min(16px, 4.2666666667vw);
  }
  .internship-under .flow-list li + li {
    margin-top: min(16px, 4.2666666667vw);
  }
  .internship-under .flow-list .num {
    min-width: min(80px, 21.3333333333vw);
    font-size: min(8px, 2.1333333333vw);
    padding: min(6px, 1.6vw) min(10px, 2.6666666667vw);
  }
  .internship-under .flow-list .inn {
    font-size: min(10px, 2.6666666667vw);
    padding-top: min(5px, 1.3333333333vw);
  }
  .internship-under .entry-area {
    width: calc(100% - min(14px, 3.7333333333vw));
    margin: min(40px, 10.6666666667vw) auto 0;
    padding: min(40px, 10.6666666667vw) 0;
  }
  .internship-under .txt-indent {
    text-indent: -0.8rem;
    padding-left: 0.8rem;
  }
  .company .inner-block {
    padding: min(68px, 18.1333333333vw) min(20px, 5.3333333333vw) min(70px, 18.6666666667vw);
  }
  .company .contents-section .inner-block {
    padding-top: min(48px, 12.8vw);
    padding-bottom: min(55px, 14.6666666667vw);
  }
  .company .contents-section .ttl {
    font-size: min(16px, 4.2666666667vw);
    margin-bottom: min(15px, 4vw);
  }
  .company .history-section p {
    font-size: min(10px, 2.6666666667vw);
  }
  .company .history-section .txt-cont {
    font-size: min(10px, 2.6666666667vw);
  }
  .company .history-section .txt-cont .ttl {
    font-size: min(16px, 4.2666666667vw);
    margin-bottom: min(15px, 4vw);
  }
  .company .history-section .txt-cont .txt {
    font-size: min(12px, 3.2vw);
    line-height: 1.7;
  }
  .company .history-section .cont-wrap .row .cont {
    min-width: 150px;
  }
  .company .history-section .cont-wrap .row .cont .txt p {
    font-size: min(10px, 2.6666666667vw);
  }
  .company .history-section .cont-wrap .row .cont .txt .year {
    padding-right: min(10px, 2.6666666667vw);
    padding-left: min(10px, 2.6666666667vw);
    font-size: min(20px, 5.3333333333vw);
  }
  .company .history-section .cont-wrap .row .cont .txt .year::before {
    width: min(5px, 1.3333333333vw);
    height: min(5px, 1.3333333333vw);
  }
  .company .history-section .cont-wrap .row .cont:nth-child(1) .img-box {
    margin-right: min(20px, 5.3333333333vw);
  }
  .company .history-section .cont-wrap .row .cont:nth-child(1) .year::before {
    right: max(-2px, -0.5333333333vw);
  }
  .company .history-section .cont-wrap .row .cont:nth-child(2) .txt .year::before {
    left: max(-2px, -0.5333333333vw);
  }
  .company .history-section .cont-wrap .row .cont:nth-child(2) .inn {
    margin: 0 auto;
  }
  .company .history-section .cont-wrap .row .cont:nth-child(2) .img-box {
    margin-left: min(20px, 5.3333333333vw);
  }
  .company .history-section .cont-wrap .row:nth-child(1) .cont:nth-child(1) {
    margin-top: min(70px, 18.6666666667vw);
  }
  .company .history-section .cont-wrap .row:nth-child(1) .cont:nth-child(1) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(1) .cont:nth-child(2) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(2) .cont:nth-child(1) {
    margin-top: min(70px, 18.6666666667vw);
  }
  .company .history-section .cont-wrap .row:nth-child(2) .cont:nth-child(1) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(2) .cont:nth-child(2) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(3) .cont:nth-child(1) {
    margin-top: min(70px, 18.6666666667vw);
  }
  .company .history-section .cont-wrap .row:nth-child(3) .cont:nth-child(1) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(3) .cont:nth-child(2) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(4) .cont:nth-child(1) {
    margin-top: min(70px, 18.6666666667vw);
  }
  .company .history-section .cont-wrap .row:nth-child(4) .cont:nth-child(1) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(4) .cont:nth-child(2) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(5) .cont:nth-child(1) {
    margin-top: min(70px, 18.6666666667vw);
  }
  .company .history-section .cont-wrap .row:nth-child(5) .cont:nth-child(1) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(5) .cont:nth-child(2) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(6) .cont:nth-child(1) {
    margin-top: min(70px, 18.6666666667vw);
  }
  .company .history-section .cont-wrap .row:nth-child(6) .cont:nth-child(1) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(6) .cont:nth-child(2) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(7) .cont:nth-child(1) {
    margin-top: min(70px, 18.6666666667vw);
  }
  .company .history-section .cont-wrap .row:nth-child(7) .cont:nth-child(1) img {
    width: min(150px, 40vw);
  }
  .company .history-section .cont-wrap .row:nth-child(7) .cont:nth-child(2) img {
    width: min(150px, 40vw);
  }
  .company .history-section .mordal-trigers {
    min-width: inherit;
    max-width: inherit;
    min-height: inherit;
    width: min(150px, 40vw);
    padding: 10px 8px;
  }
  .people .search-section .inner-block {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .people .search-section .l-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .people .search-section .ttl {
    font-size: 18px;
    text-align: center;
  }
  .people .search-section .search-ttl {
    font-size: 14px;
    text-align: center;
  }
  .people .search-section .search {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .people .search-section .search + .search {
    margin-top: 33px;
  }
  .people .search-section .search-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .people .search-section .search-list a {
    font-size: 12px;
    padding: 3px 15px 3px;
    min-width: 80px;
    letter-spacing: 0;
  }
  .people .people-section .inner-block {
    padding-top: min(50px, 13.3333333333vw);
    padding-bottom: min(60px, 16vw);
  }
  .people .people-section .ttl {
    font-size: min(18px, 4.8vw);
    margin-bottom: min(30px, 8vw);
  }
  .people .people-section .people-wrap + .ttl {
    margin-top: min(50px, 13.3333333333vw);
  }
  .people .people-section .people-wrap .people::before {
    height: min(13px, 3.4666666667vw);
    width: min(18px, 4.8vw);
    bottom: min(15px, 4vw);
    right: min(15px, 4vw);
  }
  .people .people-section .people-wrap .people {
    border-radius: 10px;
  }
  .people .people-section .people-wrap .tag-wrap {
    gap: min(5px, 1.3333333333vw);
    padding: min(12px, 3.2vw) min(15px, 4vw);
  }
  .people .people-section .people-wrap .tag-wrap .tag {
    font-size: min(10px, 2.6666666667vw);
    padding: min(2px, 0.5333333333vw) min(15px, 4vw);
  }
  .people .people-section .people-wrap .ttl {
    font-size: min(14px, 3.7333333333vw);
    padding: 0 min(35px, 9.3333333333vw) min(20px, 5.3333333333vw) min(15px, 4vw);
  }
  .people .people-section .people-wrap .img + .ttl {
    margin-top: min(40px, 10.6666666667vw);
  }
  .people .people-detail-section p {
    font-size: min(16px, 4.2666666667vw);
  }
  .people .people-detail-section .ttl {
    font-size: min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .ttl .main {
    font-size: min(25px, 6.6666666667vw);
  }
  .people .people-detail-section .main .inner-block p {
    font-size: min(14px, 3.7333333333vw);
  }
  .people .people-detail-section .main img + h2 {
    margin-top: min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .main img + h2 + p {
    margin-top: min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .main h2 {
    font-size: min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .intro {
    padding: min(30px, 8vw);
  }
  .people .people-detail-section .intro .inner-block {
    display: block;
  }
  .people .people-detail-section .intro .name {
    font-size: min(16px, 4.2666666667vw);
  }
  .people .people-detail-section .intro .txt {
    max-width: inherit;
    width: 100%;
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .index {
    font-size: min(16px, 4.2666666667vw);
  }
  .people .people-detail-section .index .inner-block {
    padding: min(20px, 5.3333333333vw) min(15px, 4vw) min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .index h2 {
    font-size: min(16px, 4.2666666667vw);
  }
  .people .people-detail-section .index .table .cont::before {
    border-style: solid;
    border-right: min(8px, 2.1333333333vw) solid transparent;
    border-left: min(8px, 2.1333333333vw) solid transparent;
    border-top: min(9px, 2.4vw) solid #555555;
    border-bottom: 0;
    position: absolute;
    top: min(20px, 5.3333333333vw);
    right: min(30px, 1.875vw);
  }
  .people .people-detail-section .index .table .cont p {
    padding-right: 1rem;
  }
  .people .people-detail-section .cont-wrap .main-txt {
    font-size: min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .cont-wrap .sub-txt {
    font-size: min(18px, 4.8vw);
  }
  .people .people-detail-section .cont-wrap .img p {
    font-size: min(12px, 3.2vw);
  }
  .people .people-detail-section .column {
    width: 100%;
  }
  .people .people-detail-section .column .inner-block {
    padding: min(35px, 9.3333333333vw) min(30px, 8vw) min(30px, 8vw);
  }
  .people .people-detail-section .column .cont {
    display: block;
  }
  .people .people-detail-section .column .cont img {
    width: 100%;
  }
  .people .people-detail-section .column .cont .txt .tip {
    margin-top: min(20px, 5.3333333333vw);
    font-size: min(16px, 4.2666666667vw);
  }
  .people .people-detail-section .column .cont .txt .main {
    font-size: min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .intro-section .inner-block {
    padding: min(20px, 5.3333333333vw) 0 min(20px, 5.3333333333vw);
  }
  .people .people-detail-section .intro-section .ttl {
    font-size: min(25px, 6.6666666667vw);
  }
  .people .people-detail-section .intro-section .tag-wrap .tag {
    border-radius: min(20px, 5.3333333333vw);
    font-size: min(12px, 3.2vw);
  }
  .people .people-detail-section .intro-section .swiper-slide {
    height: 100%;
  }
  .people.crosstalk p {
    font-size: min(10px, 2.6666666667vw);
  }
  .people.crosstalk .c-mv-section .inner-block {
    padding-bottom: min(100px, 26.6666666667vw);
  }
  .people.crosstalk .crosstalk-section .movie-sec .inner-block {
    width: min(350px, 93.3333333333vw);
    margin: 0 auto;
  }
  .people.crosstalk .crosstalk-section .movie-sec .c-btn {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .people.crosstalk .crosstalk-section .movie-sec .main {
    font-size: min(16px, 4.2666666667vw);
    margin-top: 30px;
  }
  .people.crosstalk .crosstalk-section .btn-wrap {
    display: block;
  }
  .people.crosstalk .crosstalk-section .btn-wrap .c-btn {
    margin-top: 10px;
  }
  .people.crosstalk .intro-sec .inner-block {
    width: min(350px, 93.3333333333vw);
    margin: 0 auto;
  }
  .people.crosstalk .intro-sec .cont-wrap {
    display: block;
  }
  .people.crosstalk .intro-sec .cont-wrap .cont {
    width: 100%;
  }
  .people.crosstalk .intro-sec .cont-wrap .cont img {
    width: min(120px, 32vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  .people.crosstalk .intro-sec .cont-wrap .cont .name {
    font-size: min(12px, 3.2vw);
  }
  .people.crosstalk .intro-sec .cont-wrap .cont .name .small {
    font-size: min(10px, 2.6666666667vw);
  }
  .people.crosstalk .intro-sec .cont-wrap .cont .txt {
    font-size: min(10px, 2.6666666667vw);
  }
  .people.crosstalk .intro-sec .cont-wrap.l-left .cont .name, .people.crosstalk .intro-sec .cont-wrap.l-left .cont .txt, .people.crosstalk .intro-sec .cont-wrap.l-left .cont p {
    margin-left: calc((100% - min(120px, 32vw)) / 2);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(even) .aco-body {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: min(40px, 10.6666666667vw) min(20px, 5.3333333333vw) !important;
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(even) .aco-body .inn {
    position: static;
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(even) .aco-body .inn .img-wrap {
    position: static;
    width: min(200px, 53.3333333333vw);
    margin: 0 auto min(20px, 5.3333333333vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-wrap:nth-child(1) .overlay {
    width: min(350px, 93.3333333333vw);
    height: min(65px, 17.3333333333vw);
    border-radius: min(10px, 2.6666666667vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-head {
    gap: min(20px, 5.3333333333vw);
    width: min(350px, 93.3333333333vw);
    padding: min(10px, 2.6666666667vw);
    height: min(65px, 17.3333333333vw);
    border-radius: min(10px, 2.6666666667vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-head .tip {
    font-size: min(12px, 3.2vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-head .txt {
    font-size: min(10px, 2.6666666667vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body {
    padding: min(40px, 10.6666666667vw) min(20px, 5.3333333333vw) !important;
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn {
    width: 100%;
    padding: min(20px, 5.3333333333vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .img-wrap {
    position: static;
    width: min(200px, 53.3333333333vw);
    margin: 0 auto min(20px, 5.3333333333vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .img-wrap img + img {
    margin-top: min(20px, 1.25vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .cont + .cont {
    margin-top: min(20px, 1.25vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .cont {
    margin-top: min(20px, 1.25vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .name {
    width: min(150px, 9.375vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .name.noname::before {
    top: min(8px, 2.1333333333vw);
    height: min(1px, 0.2666666667vw);
    width: 80%;
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-body .inn .txt {
    width: 100%;
  }
  .people.crosstalk .movie-sec02 .movie-wrap {
    width: min(350px, 93.3333333333vw);
  }
  .people.crosstalk .link-sec .inner-block {
    width: min(200px, 53.3333333333vw);
  }
  .people.crosstalk .link-sec .cont {
    width: 100%;
  }
  .people.crosstalk .link-sec .cont p {
    font-size: min(16px, 4.2666666667vw);
  }
  .people.crosstalk .link-sec .img-wrap {
    width: 100%;
  }
  .workstyle .c-mv-section .inner-block {
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .workstyle.welfare .c-anchor-list li a {
    padding: min(10px, 2.6666666667vw) min(15px, 4vw) min(10px, 2.6666666667vw) min(5px, 1.3333333333vw);
  }
  .workstyle .workstyle-section .inner-block {
    padding-top: min(40px, 10.6666666667vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .workstyle .workstyle-section .txt + .txt {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .workstyle-section .txt {
    font-size: min(11px, 2.9333333333vw);
  }
  .workstyle section + section {
    padding-top: min(40px, 10.6666666667vw);
    margin-top: 0;
  }
  .workstyle .cont-wrap {
    gap: min(10px, 2.6666666667vw);
  }
  .workstyle .cont-wrap + .cont-wrap {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont-wrap + .cont {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont-wrap02 {
    display: block;
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont-wrap02 .cont.left {
    width: 100%;
  }
  .workstyle .cont-wrap02 .cont-wrap-inn {
    width: 100%;
  }
  .workstyle .cont-wrap02 .cont-wrap-inn .cont:nth-child(1) {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont-wrap02 .cont-wrap-inn .cont + .cont {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont-wrap02 + .cont {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont-wrap02 + .cont-wrap {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont {
    display: block;
  }
  .workstyle .cont + .cont {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont + .cont-wrap {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont h3 {
    font-size: min(12px, 3.2vw);
  }
  .workstyle .cont .small {
    font-size: min(10px, 2.6666666667vw);
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont > .txt {
    max-width: inherit;
    width: 100%;
  }
  .workstyle .cont > .txt .inn {
    font-size: min(15px, 4vw);
  }
  .workstyle .cont > .txt .inn .small {
    font-size: min(10px, 2.6666666667vw);
  }
  .workstyle .cont > .txt .inn p + p {
    font-size: min(40px, 10.6666666667vw);
  }
  .workstyle .cont > .txt .inn p .small {
    font-size: min(20px, 5.3333333333vw);
  }
  .workstyle .cont > .txt ul li {
    padding-left: min(16px, 4.2666666667vw);
  }
  .workstyle .cont > .txt ul li::before {
    top: min(7px, 1.8666666667vw);
    width: min(4px, 1.0666666667vw);
    height: min(4px, 1.0666666667vw);
  }
  .workstyle .cont .img {
    margin: min(10px, 2.6666666667vw) auto 0;
  }
  .workstyle .cont .img img {
    width: min(230px, 61.3333333333vw);
  }
  .workstyle .cont .img img + img {
    margin-top: min(10px, 2.6666666667vw);
  }
  .workstyle .cont .img.max366 {
    width: min(230px, 61.3333333333vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }
  .workstyle .cont .img.icon {
    margin-top: 0;
    margin-bottom: min(10px, 2.6666666667vw);
  }
  .workstyle .c-ttl07 + .txt {
    margin-bottom: min(20px, 5.3333333333vw);
  }
}
@media only screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding: 0 35px;
    max-width: 1600px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .top-wrap .btn-list a:hover {
    background: #fff;
    color: #333;
  }
  .c-header .top-wrap .btn-list .num {
    font-size: 12px;
  }
  .c-header .menu-list li + li {
    margin-left: 62px;
  }
  .c-header .menu-list li:hover .inn {
    opacity: 0.5;
  }
  .c-header .menu-list li:hover .inn + .under-menu-wrap {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .menu-list .under-menu-wrap .menu a .img {
    overflow: hidden;
  }
  .c-header .menu-list .under-menu-wrap .menu a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .btn-wrap li + li {
    margin-left: 20px;
  }
  .c-header {
    background: #fff;
  }
  .sp-entry-btn {
    display: none;
  }
  #footer .recruit-link-wrap .recruit-link.mypage .link-list a:hover {
    color: #163237;
    background: #fff;
  }
  #footer .recruit-link-wrap .recruit-link.internship .link-list a:hover {
    color: #4f3b36;
    background: #fff;
  }
  #footer .footer-top .banner-list .banner:hover {
    opacity: 0.5;
  }
  #footer .footer-top .footer-menu a:hover {
    opacity: 0.8;
  }
  #footer .footer-top .footer-menu .menu li + li {
    margin-top: 5px;
  }
  #footer .footer-top .footer-menu .sp-menu + .ttl {
    margin-top: 70px;
  }
  #footer .footer-top .footer-menu .img {
    display: none;
  }
  #footer .footer-bottom .out-link-list a:hover {
    opacity: 0.5;
  }
  .c-btn:hover {
    color: #474747;
    background-color: #fff;
  }
  .c-btn:hover::before {
    right: 10px;
  }
  .c-btn02:hover {
    background: #fff;
    color: #69a2ae;
  }
  .c-table01 a:hover {
    text-decoration: none;
  }
  .c-anchor-list a:hover {
    background: #fff;
    color: #696969;
  }
  .home .mv-sec .inner-block {
    padding-left: min(100px, 6.25vw);
  }
  .home .message-sec .txt-area {
    border-radius: min(20px, 1.25vw);
    min-height: min(1290px, 80.625vw);
    max-width: min(674px, 42.125vw);
  }
  .home .business-sec .img-block {
    width: min(720px, 45vw);
    height: min(524px, 32.75vw);
    right: min(102px, 6.375vw);
    top: min(170px, 10.625vw);
  }
  .home .other-contents-sec .box-wrap .box:hover .img-block img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home .other-contents-sec .box-wrap .box:hover .ttl::before {
    right: 10px;
  }
  .error .btn-wrap .c-btn + .c-btn {
    margin-left: 20px;
  }
  .p-contact .form-table td.address-area {
    padding: 30px 43px 30px 48px;
  }
  .p-contact .form-table td.radio-area {
    padding: 29px 43px 29px 48px;
  }
  .p-contact .form-table .mwform-radio-field.input-value-none {
    margin: 0px 98px 10px 0;
    margin-top: -5px;
  }
  .p-contact .form-table .mwform-radio-field:nth-child(n+4) {
    margin-top: 10px;
  }
  .p-contact .form-table .form-unit .txt.space {
    margin-right: 20px;
  }
  .p-contact .form-table .contact-method th {
    padding: 27px 0px 27px 38px;
  }
  .p-contact .form-table .contact-method td {
    padding: 19px 43px 21px 48px;
  }
  .p-contact .form-table .contact-method .mwform-radio-field {
    margin: 10px 0px 10px 0;
  }
  .p-contact .form-table .contact-method .mwform-radio-field:first-child {
    margin-right: 20px;
  }
  .p-contact:not(.confirm) .contact-txt {
    padding-top: 48px;
  }
  .p-contact.confirm .form-table .unit {
    margin-top: -36px;
    margin-left: 90px;
  }
  .p-contact.confirm .form-btn .c-btn.back:hover {
    color: #7E5320;
    background: #fff;
  }
  .recruit .c-ttl03 {
    font-size: 28px;
  }
  .recruit .faq-section .aco-head:hover {
    background: rgba(34, 135, 165, 0.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .recruit .faq-section .aco-body::before {
    padding-top: 3px;
    padding-left: 1px;
  }
  .recruit .faq-section .aco-body a:hover {
    text-decoration: none;
  }
  .business .business-section .business-list .business .txt-box .person .txt-wrap .btn:hover {
    opacity: 0.7;
  }
  .business .business-section .bg-link-list a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .business .another-section .swiper-card:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .internship-under .internship-mv-section .mv-img {
    max-width: min(800px, 50vw);
  }
  .company .history-section .inner-block {
    width: min(1200px, 75vw);
  }
  .people .search-section .search-list a:hover {
    background: #fff;
    border-color: #fff;
    color: #B0B0B0;
  }
  .people .people-section .people-wrap .people:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .people.crosstalk .crosstalk-section .movie-sec .c-btn + .c-btn {
    margin-left: min(30px, 1.875vw);
  }
  .people.crosstalk .theme-sec .aco-list-wrap .aco-head:hover {
    opacity: 1;
  }
  .people.crosstalk .link-sec .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(60px, 3.75vw);
  }
}
@media only screen and (max-width: 815px) {
  .c-header .top-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 19px 24px;
    min-height: auto;
  }
  .c-header .top-wrap .btn-list {
    display: none;
  }
  .c-header .bottom-wrap {
    padding: 0;
  }
  .c-header .menu-list li {
    width: 100%;
  }
  .c-header .menu-list .inn {
    color: #fff;
    display: block;
    padding: min(20px, 5.3333333333vw) min(25px, 6.6666666667vw);
    border-bottom: 1px solid #808080;
    width: 100%;
  }
  .c-header .menu-list .under-menu-wrap .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: min(15px, 4vw) min(20px, 5.3333333333vw);
  }
  .c-header .menu-list .under-menu-wrap .menu + .menu {
    margin-top: min(20px, 5.3333333333vw);
  }
  .c-header .menu-list .under-menu-wrap .menu a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-header .menu-list .under-menu-wrap {
    background: #4d4d4d;
    position: relative;
    top: 0;
    left: 0;
    padding: min(32px, 8.5333333333vw) min(25px, 6.6666666667vw);
    width: 100%;
  }
  .c-header .l-menu {
    background: #333;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18px 0 21px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    display: block;
    max-height: 90%;
    pointer-events: none;
    z-index: 990;
  }
  .c-header .l-menu.is-open {
    pointer-events: auto;
    opacity: 1;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .c-header .sp-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 25px;
  }
  .c-header .sp-head .company-name {
    color: #fff;
  }
  .c-header .sp-head .logo {
    width: 60px;
  }
  .btn-menu {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .btn-menu .inn {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 15px;
    height: 10px;
  }
  .btn-menu .line:nth-of-type(2)::after {
    top: 0;
    content: "";
  }
  .btn-menu .line,
  .btn-menu .line:nth-of-type(2)::after {
    background: #474747;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 50px;
  }
  .btn-menu .line:nth-of-type(1) {
    top: 0;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .btn-menu .line:nth-of-type(3) {
    bottom: 0;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .btn-menu .line:nth-of-type(2) {
    top: 10px;
  }
  .btn-menu .line:nth-of-type(1),
  .btn-menu .line:nth-of-type(3) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .btn-menu.is-open .line,
  .btn-menu.is-open .line:nth-of-type(2)::after {
    background: #fff;
  }
  .btn-menu.is-open .line:nth-of-type(1), .btn-menu.is-open .line:nth-of-type(3) {
    -webkit-transform: scaleX(0) translate3d(0, 0, 0);
            transform: scaleX(0) translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .btn-menu.is-open .line:nth-of-type(2), .btn-menu.is-open .line:nth-of-type(2)::after {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .btn-menu.is-open .line:nth-of-type(2) {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
            transform: rotate(45deg) translate3d(0, 0, 0);
  }
  .btn-menu.is-open .line:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
            transform: rotate(90deg) translate3d(0, 0, 0);
  }
  .home .mv-sec {
    margin-top: max(-110px, -13.4969325153vw);
  }
  .home .mv-sec .mv-text-area {
    margin-top: max(-65px, -7.9754601227vw);
  }
}
@media only screen and (min-width: 641px) and (max-width: 1000px) {
  .c-header .top-wrap .btn-list a {
    font-size: 12px;
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1000px) and (max-width: 895px) {
  .c-header .top-wrap .btn-list a {
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 970px) {
  .c-header .top-wrap .btn-list .num {
    font-size: 11px;
  }
}
@media only screen and (max-width: 970px) {
  .c-header .logo {
    width: 68px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 400px) {
  .c-header .logo {
    width: 50px;
  }
}
@media only screen and (max-width: 1279px) {
  .c-header .menu-list {
    margin: 0 30px 0 15px;
  }
  .c-header .menu-list .under-menu-wrap {
    width: calc(100% + 120px);
    left: -50px;
    top: 32px;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 815px) {
  .c-header .menu-list {
    background: #333;
    border-top: 1px solid #808080;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px 0 0;
  }
  .c-header .menu-list .under-menu-wrap {
    left: 0;
    top: 0;
    width: 100%;
    display: none;
  }
  .c-header .menu-list .under-menu-wrap.is-open {
    display: block;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1270px) {
  .c-header .menu-list li + li {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1270px) and (max-width: 951px) {
  .c-header .menu-list li + li {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1270px) and (max-width: 951px) and (max-width: 815px) {
  .c-header .menu-list li + li {
    margin-left: 0;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  .c-header .menu-list li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 951px) {
  .c-header .menu-list .inn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 816px) {
  .c-header .menu-list .under-menu-wrap {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .sp-head {
    display: none;
  }
  .btn-menu {
    display: none;
  }
}
@media only screen and (min-width: 1106px) {
  .c-header .btn-wrap .add {
    display: none;
  }
}
@media only screen and (max-width: 815px) and (max-width: 400px) {
  .c-header .sp-head .logo {
    width: 50px;
  }
}
@media only screen and (min-width: 816px) and (max-width: 640px) {
  .btn-menu {
    display: block;
  }
}
@media only screen and (max-width: 815px) and (max-width: 640px) {
  .btn-menu .line:nth-of-type(2) {
    top: 4px;
  }
}
@media only screen and (max-width: 1080px) {
  #footer .footer-top .footer-menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 27px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 640px) {
  #footer .footer-top .footer-menu {
    grid-template-columns: 1fr;
    gap: 0;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media only screen and (max-width: 815px) and (max-width: 800px) {
  .home .mv-sec {
    margin-top: max(-130px, -16.25vw);
  }
}
@media only screen and (max-width: 815px) and (max-width: 800px) and (max-width: 640px) {
  .home .mv-sec {
    margin-top: max(-45px, -7.03125vw);
  }
}
@media only screen and (max-width: 1000px) {
  .home .mv-sec .mv-title {
    width: 550px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  .home .mv-sec .mv-title {
    max-width: 320px;
    width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
  .home .business-sec .bg-block {
    left: min(100px, 6.25vw);
  }
  .home .business-sec .img-block {
    left: min(100px, 6.25vw);
  }
  .home .business-sec .text-block {
    left: min(140px, 8.75vw);
  }
}
@media only screen and (max-width: 1500px) and (max-width: 640px) {
  .home .business-sec .bg-block {
    width: 90%;
    height: min(477px, 127.2vw);
    top: min(155px, 41.3333333333vw);
    border-radius: 15px;
    left: 0;
  }
  .home .business-sec .text-block {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1500px) {
  .business .c-only-section .txt-box {
    max-width: min(800px, 57.1428571429vw);
  }
}
@media only screen and (max-width: 768px) {
  .internship .c-mv-section {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 960px) {
  .people .people-section .people-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 960px) and (max-width: 640px) {
  .people .people-section .people-wrap {
    gap: min(20px, 5.3333333333vw) min(15px, 4vw);
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=style.css.map */