@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-weight: 500;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
body.no-scroll {
  overflow: hidden;
}

*,
*::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;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.inter {
  font-family: "Inter", sans-serif;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: relative;
  background-color: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.c-header.active {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.c-header.active .head-content {
  border-radius: 80px 80px 0 0;
}
.c-header.active .hamburger-box .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0;
}
.c-header.active .hamburger-box .line:nth-child(2) {
  opacity: 0;
}
.c-header.active .hamburger-box .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.head-content {
  height: 80px;
  max-width: 1640px;
  width: calc(100% - 60px);
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  margin: auto;
  margin-top: 30px;
  border-radius: 80px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.head-content .logo-box .logo-ttl {
  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;
}
.head-content .nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.head-content .sp-nav-box {
  display: none;
}
.head-content .nav-item a {
  display: block;
  padding: 5px 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid transparent;
  line-height: 1;
  font-size: 18px;
  color: #333;
}
.head-content .tel {
  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;
  background-color: #f3f3f3;
  color: #E72432;
  border: 1px solid #f3f3f3;
  padding: 8px 0;
}
.head-content .tel::before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../img/common/tel_red02.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.head-content .tel img {
  width: 16px;
}
.head-content .tel .tel-txt {
  font-size: 20px;
  margin-left: 3px;
}

.hamburger-box {
  background-color: #E72432;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #E72432;
}
.hamburger-box .ham-list {
  width: 30px;
  height: 15px;
  position: relative;
}
.hamburger-box .line {
  height: 1px;
  width: inherit;
  background-color: #fff;
  position: absolute;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger-box .line:nth-child(1) {
  top: 0px;
}
.hamburger-box .line:nth-child(2) {
  width: calc(100% - 3px);
  top: 0;
  bottom: 0;
}
.hamburger-box .line:nth-child(3) {
  bottom: 0;
}

#footer {
  background-color: #333;
  padding: 50px 0 120px;
  color: #fff;
}
#footer .address-box {
  margin-top: 30px;
}
#footer .address-box .txt {
  font-size: 16px;
  line-height: 1.7142857143;
}
#footer .nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer .nav-item a {
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
#footer .nav-item a:hover {
  border-bottom: 1px solid #fff;
}
#footer .copy {
  margin-top: 50px;
  text-align: right;
  font-size: 12px;
}
#footer .c-mail {
  margin-left: 3.6458333333vw;
  font-size: 18px;
}

.logo-box {
  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;
}
.logo-box .logo-txt {
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.c-deco01 {
  color: #E72432;
  font-size: 14px;
  line-height: 1.8;
  display: block;
}
.c-deco01 + .c-ttl01 {
  margin-top: 10px;
}
.c-deco01.c-white {
  color: #fff;
}

.c-ttl01 {
  font-size: 56px;
  line-height: 1.8;
  font-weight: bold;
}
.c-ttl01.center {
  text-align: center;
}

.c-ttl01-icon {
  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: 30px;
}
.c-ttl01-icon .icon {
  background: #E72432;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100px;
  height: 100px;
}
.c-ttl01-icon .icon img {
  width: 50px;
}

.c-ttl02 {
  color: #E72432;
  font-size: 16px;
  font-weight: bold;
  padding-left: 18px;
  border-left: solid 2px #E72432;
}

.c-link-box01 {
  border-bottom: 1px solid #D9D9D9;
  max-width: 300px;
  width: 100%;
  margin-top: 40px;
}
.c-link-box01 .c-btn {
  font-size: 18px;
  position: relative;
  height: 50px;
  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;
  color: #333;
  display: block;
  padding-bottom: 15px;
}
.c-link-box01 .c-btn::after {
  content: "";
  background: url(../img/common/arrow01.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-link02 {
  display: block;
  border-radius: 31px;
  width: 220px;
  text-align: center;
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-link02 + .c-link02 {
  margin-left: 20px;
}

.c-mail {
  border: 1px solid #E72432;
  background-color: #E72432;
  line-height: 1.4;
  padding: 14px 0;
}

.dot {
  background: radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 20%);
  background-size: 5px 5px;
}

.cta-block {
  background-color: #E72432;
  position: relative;
  z-index: 2;
}

.cta-box {
  padding: 100px 30px;
  max-width: 1020px;
  margin: auto;
  color: #fff;
  text-align: center;
}
.cta-box .txt {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
}
.cta-box .contact-mean {
  margin-top: 60px;
}
.cta-box .tel-box {
  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;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta-box .tel-box .img-box {
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #fff;
  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;
  border-radius: 50%;
  margin-right: 20px;
}
.cta-box .tel-box .tel {
  font-size: 50px;
  line-height: 1;
}
.cta-box .tel-box .time {
  font-size: 16px;
}
.cta-box .mail-box {
  margin: auto;
}
.cta-box .mail-box .mail-link {
  display: block;
  width: 100%;
  height: 80px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #E72432;
  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;
  font-size: 24px;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.c-kv-block .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 110px;
  padding-bottom: 80px;
  min-height: 430px;
  height: 25vh;
}
.c-kv-block .kv-ttl {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
}
.c-kv-block + .c-breadcrumb {
  margin-top: -80px;
}

.c-breadcrumb {
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  font-size: 14px;
  padding: 20px 0 90px;
  position: relative;
}
.c-breadcrumb .breadcrumb-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: 36px;
}
.c-breadcrumb a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #fff;
}
.c-breadcrumb .current {
  background-color: #E72432;
  border-radius: 30px;
  color: #fff;
  padding: 4px 20px;
}
.c-breadcrumb li + li {
  position: relative;
}
.c-breadcrumb li + li ::after {
  background: url(../img/common/arrow03.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 10px;
  bottom: 0;
  top: 0;
  left: -24px;
  margin: auto;
}
.c-breadcrumb .kv-line {
  text-align: center;
  height: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.company .c-kv-block {
  background: url(../img/company/mv.jpg.webp) no-repeat center center;
  background-size: cover;
}

.business .c-kv-block {
  background: url(../img/business/mv.jpg.webp) no-repeat center right 30%;
  background-size: cover;
}

.recruit .c-kv-block {
  background: url(../img/recruit/mv.jpg.webp) no-repeat center center;
  background-size: cover;
}

.c-table {
  font-size: 18px;
  max-width: 1020px;
  margin: 40px auto 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.c-table th, .c-table td {
  padding: 30px 20px;
}
.c-table th {
  border-bottom: solid 1px #E72432;
  text-align: left;
  width: 180px;
}
.c-table td {
  border-bottom: solid 1px #e6e6e6;
}
.c-table td .small {
  font-size: 16px;
}
.c-table .right-link {
  position: relative;
  padding-right: 130px;
}
.c-table .right-link a {
  color: #E72432;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  padding-right: 16px;
}
.c-table .right-link a::after {
  background: url(../img/common/arrow03.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 10px;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.c-section {
  padding: 150px 0 0;
}

.c-anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
  border-radius: 40px;
}
.c-anchor-list.col-4 .anchor {
  width: 25%;
}
.c-anchor-list.col-2 .anchor {
  width: 50%;
}
.c-anchor-list.col-2 .anchor:first-child a {
  border-radius: 40px 0 0 40px;
}
.c-anchor-list.col-2 .anchor:last-child a {
  border-radius: 0 40px 40px 0;
}
.c-anchor-list .anchor {
  position: relative;
}
.c-anchor-list a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 20px;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.c-anchor-list .arrow {
  padding-right: 20px;
  position: relative;
  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;
  height: 100%;
}
.c-anchor-list .arrow::after {
  background: url(../img/common/arrow03.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  width: 14px;
  bottom: 0;
  top: 0;
  right: -7px;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-anchor-list .icon {
  background: #E72432;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.c-anchor-list .icon img {
  width: 17px;
}

.lead-box.c-section {
  padding-top: 60px;
}
.lead-box .inner-block {
  max-width: 1060px;
}
.lead-box .lead-txt {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}
.lead-box .lead-txt + .c-anchor-list {
  margin-top: 60px;
}

.c-list01 li {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 15px;
  position: relative;
}
.c-list01 li::after {
  background: #E72432;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  width: 8px;
  top: 11px;
  left: 0;
}
.c-list01 li + li {
  margin-top: 15px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.inner {
  max-width: 1700px;
}
.inner.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.inner .img-box {
  position: relative;
  z-index: 10;
}

.c-content-box {
  margin-top: 85px;
}
.c-content-box + .c-content-box {
  margin-top: 150px;
}

.c-content-box02 {
  width: calc(100% - 11.4583333333vw + 60px);
  margin: 0 auto;
  padding: 120px 30px 0;
  position: relative;
  overflow: hidden;
}
.c-content-box02 img {
  position: relative;
  z-index: 1;
}
.c-content-box02 .ttl-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-content-box02 .txt {
  line-height: 1.8;
  margin-top: 20px;
}

.news-box.c-section {
  max-width: 1470px;
  padding-top: 80px;
}
.news-box .inner {
  padding: 0 30px;
}
.news-box .news-item {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px #e6e6e6;
          box-shadow: 0 0 10px #e6e6e6;
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.news-box .news-item::before {
  content: "";
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-box .news-item + .news-item {
  margin-top: 10px;
}
.news-box .news-item a {
  padding: 20px 80px 20px 20px;
  display: block;
}
.news-box .news-item .day {
  color: #E72432;
  min-width: 110px;
}
.news-box .news-item .txt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.news-box .news-item.pdf::before {
  background: url(../img/common/ico-pdf.svg) no-repeat;
  background-size: contain;
}
.news-box .news-item.blank::before {
  background: url(../img/common/ico-blank.svg) no-repeat;
  background-size: contain;
}
.news-box .more-btn {
  font-size: 18px;
  position: relative;
  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;
  display: block;
  height: 50px;
  width: 170px;
  margin: 26px 20px 0 auto;
  cursor: pointer;
}
.news-box .more-btn::after {
  content: "";
  background: url(../img/common/arrow01.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 15px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.company-box {
  position: relative;
}
.company-box .ttl-box {
  position: relative;
  z-index: 10;
}
.company-box .img-box {
  position: relative;
  z-index: 10;
}
.know-box .ttl-box .txt {
  margin-top: 40px;
  font-size: 18px;
}

.right-box {
  margin-left: auto;
  padding-left: 30px;
}
.right-box img {
  width: 100%;
}

.left-box {
  margin-right: auto;
  padding-right: 30px;
}
.left-box img {
  width: 100%;
}

.c-content-box02 {
  padding-bottom: 150px;
}
.c-content-box02 img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.c-content-box02 .txt-content {
  border-radius: 40px;
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 10;
  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;
  margin-bottom: 50px;
}
.c-content-box02 .ttl-box {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-content-box02 .txt-box {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
}
.c-content-box02 .txt-box .txt {
  line-height: 1.8;
}

.bg-line {
  position: relative;
}
.bg-line::after {
  content: "";
  background: url(../img/common/line.svg) no-repeat;
  height: 77px;
  background-size: contain;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.bg-line .ttl-box,
.bg-line .img-box {
  position: relative;
  z-index: 21;
}

.mv-block {
  position: relative;
  overflow: hidden;
}
.mv-block .mv-img-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 4.6875vw;
}
.mv-block .mv-img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: 57.65625vw;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 20;
}
.mv-block .img01 {
  position: relative;
  z-index: 1;
  width: 100%;
}
.mv-block .img02 {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
}
.mv-block .img03 {
  position: absolute;
  top: 2px;
  z-index: 3;
  left: 0;
  width: 100%;
}
.mv-block .img04 {
  position: absolute;
  left: 0;
  bottom: 4.1666666667vw;
  z-index: 20;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-block .mv-ttl-box {
  position: absolute;
  left: 5.2083333333vw;
  bottom: 10.5208333333vw;
  z-index: 30;
}
.mv-block .mv-ttl-box .ttl {
  font-size: 5.2083333333vw;
  line-height: 1.8;
  font-weight: bold;
}
.mv-block .mv-ttl-box .ttl-txt {
  font-size: 2.0833333333vw;
  font-weight: bold;
  margin-top: -20px;
}

.c-white {
  color: #fff;
}

.c-red {
  color: #E72432;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 40px;
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  top: 27.6041666667vw;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 20px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #E72432;
}

section {
  max-width: 1920px;
  margin: 0 auto;
}

/* -----------------------------------------------
* company Module
* companyページ用
-------------------------------------------------- */
.about-box.c-section {
  padding-top: 100px;
}

.message-box .inner-block {
  max-width: 1260px;
}
.message-box .c-ttl01 {
  white-space: nowrap;
}
.message-box .txt {
  font-size: 18px;
  line-height: 2;
}
.message-box .txt + .txt {
  margin-top: 30px;
}
.message-box .txt-box {
  margin-top: 30px;
}
.message-box .message-neme {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin-top: 30px;
}
.message-box .message-neme .name-img {
  margin-top: 10px;
}
.message-box .right-box img {
  width: auto;
}
.message-box .img-box img {
  width: 100%;
}

.vision-mission-box {
  background: url(../img/company/vision-bg.jpg.webp) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  margin: 150px auto 0;
}
.vision-mission-box .vision-line {
  height: auto;
  position: absolute;
  width: 100%;
  bottom: 105px;
  right: 0;
  left: 0;
  margin: auto;
}
.vision-mission-box .inner-block {
  max-width: 1760px;
}
.vision-mission-box .vision-block,
.vision-mission-box .mission-block {
  background: #fff;
  border-radius: 40px;
  padding: 80px 80px 113px;
  width: 100%;
}
.vision-mission-box .c-ttl01 {
  text-align: center;
}
.vision-mission-box .box-sub-ttl {
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
  line-height: 1.5;
}
.vision-mission-box .txt {
  font-size: 18px;
  margin-top: 40px;
  line-height: 2;
}
.partners-box .c-ttl01 {
  white-space: nowrap;
}
.partners-box .logo-box a {
  border: solid 1px #e6e6e6;
  border-radius: 40px;
  padding: 70px 100px 60px;
  text-align: center;
  max-width: 700px;
  width: 100%;
}

.company .c-content-box02 {
  padding: 150px 30px;
}

/* -----------------------------------------------
* business Module
* businessページ用
-------------------------------------------------- */
.business-box {
  padding-top: 100px;
}
.business-box .inner-block {
  max-width: 1060px;
}
.business-box .img-box {
  margin-top: 40px;
}
.business-box + .business-box {
  padding: 150px 0;
}

/* -----------------------------------------------
* recruit Module
* recruitページ用
-------------------------------------------------- */
.employee-box {
  max-width: 1060px;
  padding: 60px 0 150px;
}
.employee-box .img-area img {
  border-radius: 40px;
  width: 100%;
}
.employee-box .txt-area {
  margin-top: 20px;
  text-align: center;
}
.employee-box .txt-area .department {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.employee-box .txt-area .department::after {
  background: #E72432;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 20px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.employee-box .txt-area .nema {
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
}
.employee-box .txt-area .nema .small {
  font-size: 18px;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.modal-wrapper .modal-layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
.modal-wrapper .modal-container {
  background: #fff;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(100% - 150px);
  padding: 100px 30px 50px 40px;
}
.modal-wrapper .modal-inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 0 10px 0 0;
}
.modal-wrapper .modal-close {
  background: #E72432;
  border: solid 1px #E72432;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 5%;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal-wrapper .modal-close::after, .modal-wrapper .modal-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 4px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  content: "";
}
.modal-wrapper .modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-wrapper .modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-wrapper .profile-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;
  gap: 60px;
  margin-bottom: 40px;
}
.modal-wrapper .profile-block .img-area {
  width: 55%;
  max-width: 400px;
}
.modal-wrapper .profile-block .img-area img {
  border-radius: 40px;
  width: 100%;
}
.modal-wrapper .profile-block .txt-area {
  width: calc(100% - (55% + 60px));
}
.modal-wrapper .profile-block .department {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}
.modal-wrapper .profile-block .department::after {
  background: #E72432;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 20px;
  bottom: 0;
  left: 0;
}
.modal-wrapper .profile-block .nema {
  font-size: 40px;
  font-weight: bold;
  margin-top: 5px;
}
.modal-wrapper .profile-block .nema .small {
  font-size: 24px;
}
.modal-wrapper .c-ttl02 + .txt {
  margin-top: 10px;
}
.modal-wrapper .c-ttl02 + .schedule-block {
  margin-top: 20px;
}
.modal-wrapper .txt {
  font-size: 18px;
  line-height: 2;
}
.modal-wrapper .txt + .c-ttl02 {
  margin-top: 40px;
}
.modal-wrapper .schedule-block .time-area {
  position: relative;
  padding-top: min(34px, 3.4vw);
  margin: min(10px, 1vw) 0;
}
.modal-wrapper .schedule-block .time-area::before {
  background: #f3f3f3;
  content: "";
  display: block;
  height: min(4px, 0.4vw);
  position: absolute;
  width: calc(100% - min(50px, 5vw));
  bottom: min(3px, 0.3vw);
  left: 0;
  right: 0;
  margin: auto;
}
.modal-wrapper .schedule-block .time-area .time {
  color: #E72432;
  font-size: min(18px, 1.8vw);
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.modal-wrapper .schedule-block .time-area .dot {
  background: #E72432;
  border-radius: 50%;
  display: block;
  height: min(10px, 1vw);
  width: min(10px, 1vw);
  margin: auto;
}
.modal-wrapper .schedule-block .comment {
  position: absolute;
}
.modal-wrapper .schedule-block .comment .inn {
  font-size: min(16px, 1.6vw);
  background: #f3f3f3;
  display: inline-block;
  line-height: 2;
  padding: min(15px, 1.5vw);
  position: relative;
}
.modal-wrapper .schedule-block .comment .inn::after {
  position: absolute;
  content: "";
  display: block;
  height: min(20px, 2vw);
  position: absolute;
  width: min(20px, 2vw);
  left: 0;
  right: 0;
  margin: auto;
}
.modal-wrapper .schedule-block .top-comment-area,
.modal-wrapper .schedule-block .bottom-comment-area {
  padding-top: min(114px, 11.4vw);
  position: relative;
}
.modal-wrapper .schedule-block .top-comment-area .comment {
  bottom: 0;
  margin-bottom: min(20px, 2vw);
}
.modal-wrapper .schedule-block .top-comment-area .comment .inn::after {
  border-left: min(10px, 1vw) solid transparent;
  border-right: min(10px, 1vw) solid transparent;
  border-top: min(20px, 2vw) solid #f3f3f3;
  bottom: max(-20px, -2vw);
  left: min(14px, 1.4vw);
  right: auto;
}
.modal-wrapper .schedule-block .bottom-comment-area .comment {
  top: 0;
  margin-top: min(20px, 2vw);
}
.modal-wrapper .schedule-block .bottom-comment-area .comment .inn::after {
  border-left: min(10px, 1vw) solid transparent;
  border-right: min(10px, 1vw) solid transparent;
  border-bottom: min(20px, 2vw) solid #f3f3f3;
  top: max(-20px, -2vw);
}

.modal-wrapper.modal01 .schedule-block .time01 {
  left: 0;
}
.modal-wrapper.modal01 .schedule-block .time02 {
  left: min(76px, 7.6vw);
}
.modal-wrapper.modal01 .schedule-block .time03 {
  left: min(172px, 17.2vw);
}
.modal-wrapper.modal01 .schedule-block .time04 {
  left: min(260px, 26vw);
}
.modal-wrapper.modal01 .schedule-block .time05 {
  left: min(344px, 34.4vw);
}
.modal-wrapper.modal01 .schedule-block .time06 {
  right: min(167px, 16.7vw);
}
.modal-wrapper.modal01 .schedule-block .time07 {
  right: 0;
}
.modal-wrapper.modal01 .schedule-block .comment01 {
  left: 0;
}
.modal-wrapper.modal01 .schedule-block .comment01 .inn::after {
  left: min(9px, 0.9vw);
}
.modal-wrapper.modal01 .schedule-block .comment02 {
  left: min(172px, 17.2vw);
}
.modal-wrapper.modal01 .schedule-block .comment03 {
  left: min(343px, 34.3vw);
}
.modal-wrapper.modal01 .schedule-block .comment04 {
  right: 0;
}
.modal-wrapper.modal01 .schedule-block .comment04 .inn::after {
  left: min(27px, 2.7vw);
}
.modal-wrapper.modal01 .schedule-block .comment05 {
  left: min(5px, 0.5vw);
}
.modal-wrapper.modal01 .schedule-block .comment06 {
  left: min(253px, 25.3vw);
}
.modal-wrapper.modal01 .schedule-block .comment07 {
  right: min(89px, 8.9vw);
}

.modal-wrapper.modal02 .schedule-block .time01 {
  left: 0;
}
.modal-wrapper.modal02 .schedule-block .time02 {
  left: min(75px, 7.5vw);
}
.modal-wrapper.modal02 .schedule-block .time03 {
  left: min(170px, 17vw);
}
.modal-wrapper.modal02 .schedule-block .time04 {
  left: min(258px, 25.8vw);
}
.modal-wrapper.modal02 .schedule-block .time05 {
  right: min(182px, 18.2vw);
}
.modal-wrapper.modal02 .schedule-block .time06 {
  right: min(66px, 6.6vw);
}
.modal-wrapper.modal02 .schedule-block .time07 {
  right: 0;
}
.modal-wrapper.modal02 .schedule-block .comment01 {
  left: 0;
}
.modal-wrapper.modal02 .schedule-block .comment01 .inn::after {
  left: min(20px, 2vw);
}
.modal-wrapper.modal02 .schedule-block .comment02 {
  left: min(170px, 17vw);
}
.modal-wrapper.modal02 .schedule-block .comment03 {
  right: min(188px, 18.8vw);
}
.modal-wrapper.modal02 .schedule-block .comment03 .inn::after {
  left: auto;
  right: min(10px, 1vw);
}
.modal-wrapper.modal02 .schedule-block .comment04 {
  right: 0;
}
.modal-wrapper.modal02 .schedule-block .comment04 .inn::after {
  left: auto;
  right: min(17px, 1.7vw);
}
.modal-wrapper.modal02 .schedule-block .comment05 {
  left: min(5px, 0.5vw);
}
.modal-wrapper.modal02 .schedule-block .comment06 {
  left: min(234px, 23.4vw);
}
.modal-wrapper.modal02 .schedule-block .comment07 {
  right: min(28px, 2.8vw);
}

.modal-wrapper.modal03 .schedule-block .time01 {
  left: 0;
}
.modal-wrapper.modal03 .schedule-block .time02 {
  left: min(74px, 7.4vw);
}
.modal-wrapper.modal03 .schedule-block .time03 {
  left: min(295px, 29.5vw);
}
.modal-wrapper.modal03 .schedule-block .time04 {
  left: min(376px, 37.6vw);
}
.modal-wrapper.modal03 .schedule-block .time05 {
  right: min(177px, 17.7vw);
}
.modal-wrapper.modal03 .schedule-block .time06 {
  right: min(87px, 8.7vw);
}
.modal-wrapper.modal03 .schedule-block .time07 {
  right: 0;
}
.modal-wrapper.modal03 .schedule-block .comment01 {
  left: 0;
}
.modal-wrapper.modal03 .schedule-block .comment01 .inn::after {
  left: min(12px, 1.2vw);
}
.modal-wrapper.modal03 .schedule-block .comment02 {
  left: min(288px, 28.8vw);
}
.modal-wrapper.modal03 .schedule-block .comment02 .inn::after {
  left: 0;
  right: 0;
}
.modal-wrapper.modal03 .schedule-block .comment03 {
  right: min(148px, 14.8vw);
}
.modal-wrapper.modal03 .schedule-block .comment03 .inn::after {
  left: 0;
  right: 0;
}
.modal-wrapper.modal03 .schedule-block .comment04 {
  right: 0;
}
.modal-wrapper.modal03 .schedule-block .comment04 .inn::after {
  left: auto;
  right: min(17px, 1.7vw);
}
.modal-wrapper.modal03 .schedule-block .comment05 {
  left: min(21px, 2.1vw);
}
.modal-wrapper.modal03 .schedule-block .comment06 {
  left: min(345px, 34.5vw);
}
.modal-wrapper.modal03 .schedule-block .comment07 {
  right: min(48px, 4.8vw);
}
@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;
  }
  .inner-block {
    padding: 0 15px;
  }
  .pc {
    display: none !important;
  }
  .c-header.active .head-content {
    border-radius: 25px 25px 0 0;
  }
  .head-content {
    padding: 10px 10px 10px 20px;
    height: 50px;
    width: calc(100% - 20px);
    margin-top: 10px;
  }
  .head-content .logo-box .logo-txt {
    font-size: 12px;
  }
  .head-content .logo-box img {
    width: 50px;
  }
  .head-content .tel {
    margin: 40px auto 0;
    padding: 16px 0 17px;
  }
  .head-content .tel .tel-txt {
    font-size: 16px;
  }
  .head-content .c-mail {
    margin: 15px auto 0;
    padding: 19px 0 20px;
  }
  .hamburger-box {
    width: 35px;
    height: 35px;
  }
  .hamburger-box .ham-list {
    width: 15px;
    height: 9px;
  }
  #footer {
    padding: 50px 0;
  }
  #footer .address-box {
    margin-top: 10px;
  }
  #footer .nav-item a {
    padding: 15px;
    font-size: 14px;
  }
  #footer .copy {
    font-size: 11px;
    margin-top: 17px;
  }
  .c-deco01 {
    font-size: 12px;
  }
  .c-deco01 + .c-ttl01 {
    margin-top: 5px;
  }
  .c-ttl01 {
    font-size: 32px;
  }
  .c-ttl01-icon {
    gap: 20px;
  }
  .c-ttl01-icon .icon {
    width: 70px;
    height: 70px;
  }
  .c-ttl01-icon .icon img {
    width: 35px;
  }
  .c-link-box01 {
    margin-top: 20px;
    max-width: 250px;
  }
  .c-link-box01 .c-btn {
    font-size: 14px;
    height: 40px;
    padding-bottom: 10px;
  }
  .c-link-box01 .c-btn::after {
    width: 40px;
    height: 40px;
    background-size: contain;
    bottom: 10px;
  }
  .c-link02 {
    width: calc(100% - 21.875vw);
  }
  .cta-box {
    padding: 60px 15px;
  }
  .cta-box .txt {
    margin-top: 17px;
    text-align: left;
    font-size: 14px;
  }
  .cta-box .contact-mean {
    margin-top: 34px;
  }
  .cta-box .tel-box .img-box {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .cta-box .tel-box .img-box img {
    width: 19px;
  }
  .cta-box .tel-box .tel {
    font-size: 28px;
  }
  .cta-box .tel-box .time {
    font-size: 12px;
  }
  .cta-box .mail-box {
    margin-top: 20px;
    max-width: 250px;
  }
  .cta-box .mail-box .mail-link {
    font-size: 16px;
    height: 64px;
  }
  .c-kv-block .inner-block {
    padding-top: 60px;
    padding-bottom: 80px;
    min-height: 300px;
  }
  .c-kv-block .kv-ttl {
    font-size: 32px;
  }
  .c-breadcrumb {
    border-radius: 20px 20px 0 0;
    font-size: 13px;
    padding: 15px 0 50px;
  }
  .c-breadcrumb .current {
    padding: 3px 15px;
  }
  .company .c-kv-block {
    background: url(../img/company/mv_sp.jpg.webp) no-repeat center center;
    background-size: cover;
  }
  .business .c-kv-block {
    background: url(../img/business/mv_sp.jpg.webp) no-repeat center center;
    background-size: cover;
  }
  .recruit .c-kv-block {
    background: url(../img/recruit/mv_sp.jpg.webp) no-repeat center center;
    background-size: cover;
  }
  .c-table {
    font-size: 16px;
    margin: 20px auto 0;
  }
  .c-table th, .c-table td {
    padding: 20px 10px;
  }
  .c-table th {
    width: 150px;
  }
  .c-table td .small {
    font-size: 14px;
  }
  .c-table .right-link {
    padding-right: 0;
  }
  .c-table .right-link .link {
    display: block;
    text-align: right;
  }
  .c-section {
    padding: 70px 0 0;
  }
  .c-anchor-list {
    border-radius: 20px;
  }
  .c-anchor-list a {
    font-size: 14px;
    padding: 15px 8px;
  }
  .c-anchor-list .arrow {
    padding-right: 15px;
  }
  .c-anchor-list .arrow::after {
    height: 10px;
    width: 10px;
    right: -5px;
  }
  .lead-box.c-section {
    padding-top: 40px;
  }
  .lead-box .lead-txt {
    font-size: 16px;
  }
  .lead-box .lead-txt + .c-anchor-list {
    margin-top: 40px;
  }
  .lead-box .lead-txt .ib {
    display: inline;
  }
  .c-list01 li {
    font-size: 16px;
    padding-left: 10px;
  }
  .c-list01 li::after {
    height: 5px;
    width: 5px;
    top: 9px;
  }
  .c-list01 li + li {
    margin-top: 10px;
  }
  .inner .txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
  .c-content-box {
    margin-top: 55px;
  }
  .c-content-box + .c-content-box {
    margin-top: 60px;
  }
  .c-content-box02 {
    padding: 60px 0 0;
    width: 100%;
  }
  .c-content-box02 .txt-box {
    margin-top: 20px;
  }
  .c-content-box02 .txt {
    font-size: 14px;
  }
  .news-box.c-section {
    padding-top: 50px;
  }
  .news-box .inner {
    padding: 0 15px;
  }
  .news-box .news-list-box {
    margin-top: 20px;
  }
  .news-box .news-item {
    border-radius: 10px;
    font-size: 14px;
  }
  .news-box .news-item::before {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .news-box .news-item a {
    padding: 10px 50px 10px 15px;
  }
  .news-box .news-item .txt {
    margin-top: 5px;
  }
  .news-box .more-btn {
    font-size: 14px;
    height: 40px;
    padding-bottom: 10px;
    width: 140px;
  }
  .news-box .more-btn::after {
    width: 40px;
    height: 40px;
    background-size: contain;
    bottom: 10px;
  }
  .know-box .ttl-box .txt {
    font-size: 14px;
    margin-top: 20px;
  }
  .right-box {
    padding-left: 15px;
  }
  .right-box img {
    border-radius: 20px 0 0 20px;
  }
  .left-box {
    padding-right: 15px;
  }
  .left-box img {
    border-radius: 0 20px 20px 0;
  }
  .c-content-box02 {
    padding-bottom: 60px;
  }
  .c-content-box02 .txt-content {
    width: calc(100% - 30px);
    padding: 0 20px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .c-content-box02 .txt-box {
    margin-top: 20px;
  }
  .c-content-box02 .txt-box .txt {
    font-size: 14px;
  }
  .bg-line::after {
    display: none;
  }
  .mv-block .mv-img-box {
    padding-bottom: 0;
  }
  .mv-block .mv-img-box::after {
    height: 161.40625vw;
  }
  .mv-block .img04 {
    bottom: 0;
    height: 10.78125vw;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
  .about-box.c-section {
    padding-top: 70px;
  }
  .message-box .txt {
    font-size: 16px;
  }
  .message-box .txt + .txt {
    margin-top: 20px;
  }
  .message-box .message-neme {
    font-size: 16px;
    margin-top: 20px;
  }
  .vision-mission-box {
    padding: 80px 0;
    margin: 70px 0 0;
  }
  .vision-mission-box .vision-block,
  .vision-mission-box .mission-block {
    border-radius: 20px;
    padding: 30px 20px 80px;
  }
  .vision-mission-box .mission-block {
    margin-top: 20px;
  }
  .vision-mission-box .box-sub-ttl {
    font-size: 24px;
    margin-top: 20px;
  }
  .vision-mission-box .txt {
    font-size: 16px;
    margin-top: 20px;
  }
  .partners-box .logo-box a {
    border-radius: 20px;
    padding: 30px 20px 20px;
  }
  .partners-box .logo-box a img {
    max-width: 400px;
    width: 100%;
  }
  .company .c-content-box02 {
    padding: 60px 0;
  }
  .business-box {
    padding-top: 70px;
  }
  .business-box .ttl-box .c-list01 {
    margin-top: 20px;
  }
  .business-box .img-box {
    margin-top: 20px;
  }
  .business-box + .business-box {
    padding: 70px 0;
  }
  .employee-box {
    padding: 40px 0 70px;
  }
  .employee-box .modal-trigger {
    max-width: 300px;
    margin: auto;
  }
  .employee-box .modal-trigger + .modal-trigger {
    margin-top: 40px;
  }
  .employee-box .img-area img {
    border-radius: 20px;
  }
  .employee-box .txt-area {
    margin-top: 10px;
  }
  .employee-box .txt-area .department {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .employee-box .txt-area .nema {
    font-size: 24px;
  }
  .employee-box .txt-area .nema .small {
    font-size: 16px;
  }
  .modal-wrapper .modal-container {
    border-radius: 20px;
    position: absolute;
    padding: 60px 10px 30px 20px;
  }
  .modal-wrapper .modal-inner {
    padding: 0 10px 0 0;
  }
  .modal-wrapper .modal-close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .modal-wrapper .modal-close::after, .modal-wrapper .modal-close::before {
    width: 10px;
    height: 2px;
  }
  .modal-wrapper .profile-block {
    margin-bottom: 20px;
  }
  .modal-wrapper .profile-block .img-area {
    max-width: 50%;
  }
  .modal-wrapper .profile-block .img-area img {
    border-radius: 20px;
  }
  .modal-wrapper .profile-block .txt-area {
    width: calc(100% - (50% + 20px));
  }
  .modal-wrapper .profile-block .department {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .modal-wrapper .profile-block .nema {
    font-size: 32px;
  }
  .modal-wrapper .profile-block .nema .small {
    font-size: 18px;
  }
  .modal-wrapper .txt {
    font-size: 16px;
  }
  .modal-wrapper .txt + .c-ttl02 {
    margin-top: 30px;
  }
  .modal-wrapper .schedule-block {
    width: 100%;
    overflow-x: auto;
  }
  .modal-wrapper .schedule-block .schedule-inn {
    width: 777px;
  }
  .modal-wrapper .schedule-block .time-area {
    padding-top: 34px;
    margin: 10px 0;
  }
  .modal-wrapper .schedule-block .time-area::before {
    height: 4px;
    width: calc(100% - 50px);
    bottom: 3px;
  }
  .modal-wrapper .schedule-block .time-area .time {
    font-size: 18px;
  }
  .modal-wrapper .schedule-block .time-area .dot {
    height: 10px;
    width: 10px;
  }
  .modal-wrapper .schedule-block .comment .inn {
    font-size: 16px;
    padding: 15px;
  }
  .modal-wrapper .schedule-block .comment .inn::after {
    height: 20px;
    position: absolute;
    width: 20px;
  }
  .modal-wrapper .schedule-block .top-comment-area,
  .modal-wrapper .schedule-block .bottom-comment-area {
    padding-top: 114px;
  }
  .modal-wrapper .schedule-block .top-comment-area .comment {
    margin-bottom: 20px;
  }
  .modal-wrapper .schedule-block .top-comment-area .comment .inn::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #f3f3f3;
    bottom: -20px;
    left: 14px;
  }
  .modal-wrapper .schedule-block .bottom-comment-area .comment {
    margin-top: 20px;
  }
  .modal-wrapper .schedule-block .bottom-comment-area .comment .inn::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #f3f3f3;
    top: -20px;
  }
  .modal-wrapper.modal01 .schedule-block .time02 {
    left: 76px;
  }
  .modal-wrapper.modal01 .schedule-block .time03 {
    left: 172px;
  }
  .modal-wrapper.modal01 .schedule-block .time04 {
    left: 260px;
  }
  .modal-wrapper.modal01 .schedule-block .time05 {
    left: 344px;
  }
  .modal-wrapper.modal01 .schedule-block .time06 {
    right: 167px;
  }
  .modal-wrapper.modal01 .schedule-block .comment01 .inn::after {
    left: 9px;
  }
  .modal-wrapper.modal01 .schedule-block .comment02 {
    left: 172px;
  }
  .modal-wrapper.modal01 .schedule-block .comment03 {
    left: 343px;
  }
  .modal-wrapper.modal01 .schedule-block .comment04 .inn::after {
    left: 27px;
  }
  .modal-wrapper.modal01 .schedule-block .comment05 {
    left: 5px;
  }
  .modal-wrapper.modal01 .schedule-block .comment06 {
    left: 253px;
  }
  .modal-wrapper.modal01 .schedule-block .comment07 {
    right: 89px;
  }
  .modal-wrapper.modal02 .schedule-block .time02 {
    left: 75px;
  }
  .modal-wrapper.modal02 .schedule-block .time03 {
    left: 170px;
  }
  .modal-wrapper.modal02 .schedule-block .time04 {
    left: 258px;
  }
  .modal-wrapper.modal02 .schedule-block .time05 {
    right: 182px;
  }
  .modal-wrapper.modal02 .schedule-block .time06 {
    right: 66px;
  }
  .modal-wrapper.modal02 .schedule-block .comment01 .inn::after {
    left: 20px;
  }
  .modal-wrapper.modal02 .schedule-block .comment02 {
    left: 170px;
  }
  .modal-wrapper.modal02 .schedule-block .comment03 {
    right: 188px;
  }
  .modal-wrapper.modal02 .schedule-block .comment03 .inn::after {
    right: 10px;
  }
  .modal-wrapper.modal02 .schedule-block .comment04 .inn::after {
    right: 17px;
  }
  .modal-wrapper.modal02 .schedule-block .comment05 {
    left: 5px;
  }
  .modal-wrapper.modal02 .schedule-block .comment06 {
    left: 234px;
  }
  .modal-wrapper.modal02 .schedule-block .comment07 {
    right: 28px;
  }
  .modal-wrapper.modal03 .schedule-block .time02 {
    left: 74px;
  }
  .modal-wrapper.modal03 .schedule-block .time03 {
    left: 295px;
  }
  .modal-wrapper.modal03 .schedule-block .time04 {
    left: 376px;
  }
  .modal-wrapper.modal03 .schedule-block .time05 {
    right: 177px;
  }
  .modal-wrapper.modal03 .schedule-block .time06 {
    right: 87px;
  }
  .modal-wrapper.modal03 .schedule-block .comment01 .inn::after {
    left: 12px;
  }
  .modal-wrapper.modal03 .schedule-block .comment02 {
    left: 288px;
  }
  .modal-wrapper.modal03 .schedule-block .comment03 {
    right: 148px;
  }
  .modal-wrapper.modal03 .schedule-block .comment04 .inn::after {
    right: 17px;
  }
  .modal-wrapper.modal03 .schedule-block .comment05 {
    left: 21px;
  }
  .modal-wrapper.modal03 .schedule-block .comment06 {
    left: 345px;
  }
  .modal-wrapper.modal03 .schedule-block .comment07 {
    right: 48px;
  }
}
@media only screen and (min-width: 641px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding: 0 30px;
    max-width: 1470px;
  }
  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;
  }
  .head-content .logo-box img {
    width: 71px;
  }
  .head-content .sp-nav-box {
    cursor: pointer;
  }
  .head-content .sp-nav-box:hover .hamburger-box {
    background-color: #fff;
  }
  .head-content .sp-nav-box:hover .hamburger-box .line {
    background-color: #E72432;
  }
  .head-content .nav-item a:hover {
    border-bottom: 1px solid #333;
  }
  .head-content .tel:hover {
    background-color: #E72432;
    color: #f3f3f3;
  }
  .head-content .tel:hover::before {
    background: url(../img/common/tel_gray.svg) no-repeat;
    background-size: contain;
  }
  .c-link-box01 .c-btn:hover::after {
    background: url(../img/common/arrow02.svg);
  }
  .c-mail:hover {
    background-color: #fff;
    color: #E72432;
  }
  .cta-box .mail-box .mail-link:hover {
    background-color: #E72432;
    color: #fff;
  }
  .c-breadcrumb a:hover {
    border-bottom: 1px solid #333;
  }
  .c-table .right-link .link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 30px;
  }
  .c-table .right-link a:hover {
    text-decoration: none;
  }
  .c-anchor-list a:hover {
    background: #f3f3f3;
  }
  .c-content-box02 img {
    border-radius: 40px;
  }
  .news-box .news-item:hover {
    background: #f3f3f3;
  }
  .news-box .news-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: top;
    -webkit-align-items: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .news-box .more-btn:hover::after {
    background: url(../img/common/arrow02.svg);
  }
  .know-box {
    margin-bottom: 30px;
  }
  .right-box img {
    border-radius: 40px 0 0 40px;
  }
  .left-box img {
    border-radius: 0 40px 40px 0;
  }
  .c-content-box02 img {
    border-radius: 40px;
  }
  .mv-block .img04 {
    height: 8.3333333333vw;
    bottom: 0;
  }
  .mv-block .mv-ttl-box .ttl-txt {
    padding-right: 100px;
  }
  .partners-box .logo-box a:hover {
    background: #f3f3f3;
  }
  .employee-box .employee-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
  .employee-box .modal-trigger {
    cursor: pointer;
    width: calc((100% - 120px) / 3);
  }
  .modal-wrapper .modal-close:hover {
    background: #fff;
  }
  .modal-wrapper .modal-close:hover::after, .modal-wrapper .modal-close:hover::before {
    background: #E72432;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1100px) {
  .c-header.active .head-content {
    border-radius: 40px 40px 0 0;
  }
  .head-content .tel {
    margin: 80px auto 0;
  }
  .head-content .c-mail {
    margin: 30px auto 0;
  }
  #footer .nav-item a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) {
  .c-header.active .nav-box {
    opacity: 1;
    pointer-events: visible;
    display: block;
    background-color: #fff;
    top: 80px;
  }
  .head-content .nav-box {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 100px 50px;
    border-radius: 0 0 80px 80px;
  }
  .head-content .sp-nav-box {
    display: block;
  }
  .head-content .nav-item {
    text-align: center;
  }
  .head-content .nav-item + .nav-item {
    margin-top: 50px;
  }
  .head-content .c-link02 {
    max-width: 500px;
    width: 100%;
  }
  #footer .address-box .txt {
    font-size: 12px;
  }
  #footer .c-mail {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 640px) {
  .c-header.active .nav-box {
    top: 50px;
  }
  .head-content .nav-box {
    padding: 40px 25px 50px;
    border-radius: 0 0 40px 40px;
  }
  .head-content .nav-item + .nav-item {
    margin-top: 16px;
  }
  #footer .address-box .txt {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1101px) {
  .head-content .nav-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;
  }
  .head-content .nav-item + .nav-item {
    margin-left: 3.125vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1101px) {
  .head-content .nav-item a:hover {
    color: #E72432;
    border-color: #E72432;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1350px) {
  .head-content .nav-item a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1350px) and (max-width: 1100px) {
  .head-content .nav-item a {
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1250px) {
  .head-content .nav-item + .nav-item {
    margin-left: 2.0833333333vw;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1101px) {
  .head-content .tel {
    margin-left: 3.125vw;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1101px) and (max-width: 1200px) {
  .head-content .tel {
    margin-left: 2.0833333333vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1200px) {
  .head-content .tel .tel-txt {
    font-size: 16px;
  }
  .c-link02 {
    font-size: 12px;
    width: 180px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1200px) and (max-width: 1100px) {
  .head-content .tel .tel-txt {
    font-size: 24px;
  }
  .c-link02 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 800px) {
  #footer .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;
  }
  #footer .foot-right-box {
    padding-left: 40px;
  }
  #footer .nav-box {
    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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #footer .nav-item + .nav-item {
    margin-left: 3.6458333333vw;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1100px) {
  #footer .foot-right-box {
    width: 70%;
    padding-left: 2.0833333333vw;
  }
  #footer .foot-left-box {
    width: 30%;
  }
}
@media only screen and (max-width: 799px) {
  #footer .foot-right-box {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
  #footer .nav-box {
    margin-top: 30px;
  }
  #footer .nav-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #footer .nav-item {
    width: 50%;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
  #footer .nav-item:nth-child(2n+1) {
    border-right: 1px solid #D9D9D9;
  }
  #footer .nav-item:nth-child(n+3) {
    border-top: none;
  }
  #footer .nav-item a {
    padding: 20px;
    display: block;
  }
  #footer .copy {
    text-align: center;
  }
}
@media only screen and (max-width: 799px) and (max-width: 640px) {
  #footer .foot-right-box {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
@media only screen and (max-width: 1100px) and (max-width: 799px) {
  #footer .c-mail {
    margin: 20px auto 0;
    font-size: 14px;
    width: calc(100% - 21.875vw);
  }
}
@media only screen and (max-width: 1300px) {
  #footer .logo-box img {
    width: 4.5454545455vw;
  }
  .logo-box .logo-txt {
    font-size: 18px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 640px) {
  #footer .logo-box img {
    width: 14.0186915888vw;
  }
  .logo-box .logo-txt {
    margin-left: 15px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1500px) {
  .c-ttl01 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1500px) and (max-width: 1100px) {
  .c-ttl01 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
  .c-link02 + .c-link02 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1051px) {
  .cta-box .contact-mean {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c-anchor-list.col-4 .anchor:first-child a {
    border-radius: 40px 0 0 40px;
  }
  .c-anchor-list.col-4 .anchor:last-child a {
    border-radius: 0 20px 20px 0;
  }
  .c-anchor-list .anchor:nth-child(n+2)::after {
    background: #e6e6e6;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    width: 1px;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  .inner {
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .message-box .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 641px) and (min-width: 1051px) {
  .cta-box .tel-box {
    padding-right: 50px;
    border-right: 1px solid #fff;
    width: 52.0833333333%;
    padding-right: 50px;
  }
  .cta-box .mail-box {
    width: 47.9166666667%;
    padding-left: 50px;
  }
  .news-box .news-list-box {
    max-width: 1000px;
    width: 80%;
  }
  .company-box .ttl-box {
    width: 27%;
  }
  .company-box .img-box {
    width: 71%;
  }
  .know-box .ttl-box {
    width: 32%;
  }
  .know-box .img-box {
    width: calc(68% - 6.7708333333vw);
  }
  .message-box .img-box {
    width: 50%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1050px) {
  .cta-box .mail-box {
    max-width: 400px;
    margin-top: 40px;
  }
  .news-box .news-list-box {
    margin-top: 30px;
  }
  .message-box .txt-box {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .c-anchor-list.col-4 .anchor {
    width: 50%;
  }
  .c-anchor-list.col-4 .anchor:first-child a {
    border-radius: 40px 0 0 0;
  }
  .c-anchor-list.col-4 .anchor:nth-child(2) a {
    border-radius: 0 40px 0 0;
  }
  .c-anchor-list.col-4 .anchor:nth-child(3) a {
    border-radius: 0 0 0 40px;
  }
  .c-anchor-list.col-4 .anchor:last-child a {
    border-radius: 0 0 40px 0;
  }
  .c-anchor-list .anchor:nth-child(2n)::after {
    background: #e6e6e6;
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    width: 1px;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
  .c-anchor-list .anchor:nth-child(n+3)::before {
    background: #e6e6e6;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 40px;
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .inner .img-box {
    margin-top: 60px;
  }
  .know-box .ttl-box {
    padding-left: 30px;
  }
  .mv-block .mv-ttl-box {
    bottom: 9.5238095238vw;
  }
  .mv-block .mv-ttl-box .ttl {
    font-size: 40px;
  }
  .mv-block .mv-ttl-box .ttl-txt {
    font-size: 25px;
    margin-top: 0;
  }
  .message-box .txt-box {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 400px) {
  .c-anchor-list .sp-400 {
    display: none;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 640px) {
  .inner .img-box {
    margin-top: 30px;
  }
  .know-box .ttl-box {
    padding-left: 15px;
  }
  .mv-block .mv-ttl-box {
    bottom: 12.5vw;
    left: 3.125vw;
  }
  .mv-block .mv-ttl-box .ttl {
    font-size: 10.9375vw;
    line-height: 1.3;
  }
  .mv-block .mv-ttl-box .ttl-txt {
    font-size: 6.25vw;
    margin-top: 10px;
  }
  .message-box .txt-box {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1201px) {
  .c-content-box02 .txt-box {
    margin-left: 66px;
  }
  .vision-mission-box .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
  }
  .vision-mission-box .vision-block,
  .vision-mission-box .mission-block {
    width: calc((100% - 80px) / 2);
  }
  .partners-box .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1920px) and (min-width: 1051px) {
  .company-box .ttl-box {
    padding-right: 8.8541666667vw;
  }
  .message-box .ttl-box {
    padding-right: 8.8541666667vw;
  }
}
@media only screen and (max-width: 1200px) {
  .c-content-box02 .txt-content {
    display: block;
  }
  .bg-line::after {
    bottom: -30px;
  }
  .vision-mission-box .mission-block {
    margin-top: 40px;
  }
  .partners-box .logo-box {
    margin-top: 50px;
  }
  .partners-box .logo-box a {
    margin: auto;
  }
}
@media only screen and (max-width: 1920px) {
  .bg-line::after {
    height: 4.0104166667vw;
  }
}
@media only screen and (min-width: 801px) {
  .business-box .ttl-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  .business-box .ttl-box .c-ttl01-icon {
    width: 300px;
  }
  .business-box .ttl-box .c-list01 {
    width: calc(100% - 330px);
  }
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .business-box .ttl-box .c-list01 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1001px) {
  .employee-box .employee-list {
    gap: 20px;
  }
  .employee-box .modal-trigger {
    width: calc((100% - 40px) / 3);
  }
}
@media only screen and (min-width: 1001px) {
  .modal-wrapper .modal-container {
    padding: 100px 80px 100px 100px;
  }
  .modal-wrapper .modal-inner {
    padding: 0 20px 0 0;
  }
  .modal-wrapper .modal-close {
    top: 50px;
  }
}
@media only screen and (max-width: 1001px) {
  .modal-wrapper .profile-block {
    gap: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .modal-wrapper .profile-block {
    display: block;
  }
  .modal-wrapper .profile-block .img-area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) and (max-width: 400px) {
  .modal-wrapper .profile-block .txt-area {
    margin-top: 10px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */