@charset "UTF-8";
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../font/ZenKakuGothicNew-Bold.woff") format("woff"), url("../font/ZenKakuGothicNew-Bold.ttf") format("ttf");
  font-weight: bold;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../font/ZenKakuGothicNew-Medium.woff") format("woff"), url("../font/ZenKakuGothicNew-Medium.ttf") format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../font/ZenKakuGothicNew-Regular.woff") format("woff"), url("../font/ZenKakuGothicNew-Regular.ttf") format("ttf");
  font-weight: 400;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../font/ZenOldMincho-Bold.woff") format("woff"), url("../font/ZenOldMincho-Bold.ttf") format("ttf");
  font-weight: bold;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../font/ZenOldMincho-Medium.woff") format("woff"), url("../font/ZenOldMincho-Medium.ttf") format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../font/ZenOldMincho-Regular.woff") format("woff"), url("../font/ZenOldMincho-Regular.ttf") format("ttf");
  font-weight: 400;
}
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "MS Pゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.gothic {
  font-family: "NotoSansJP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "MS Pゴシック", "MS PGothic", "メイリオ", Meiryo, sans-serif;
}

.poppins {
  font-family: "poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.mincho {
  font-family: "ZenOldMincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  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;
}

.outer-block {
  min-width: 1200px;
}

.inner-block01 {
  position: relative;
  width: auto;
  max-width: 1140px;
  padding: 0 20px;
}

.inner-block02 {
  position: relative;
  width: auto;
  max-width: 1020px;
  padding: 0 20px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/ZenOldMincho-Bold.woff) format("woff");
  font-family: "ZenOldMincho";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenOldMincho-Medium.woff) format("woff");
  font-family: "ZenOldMincho";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/ZenOldMincho-Regular.woff) format("woff");
  font-family: "ZenOldMincho";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/Poppins-SemiBold.woff2) format("woff2");
  font-family: "poppins";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Regular.woff2) format("woff2");
  font-family: "NotoSansJP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff2) format("woff2");
  font-family: "NotoSansJP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff2) format("woff2");
  font-family: "NotoSansJP";
  font-weight: 700;
  font-display: swap;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background-color: #fff;
}
.c-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-header__wrap.active .c-header__logo {
  display: none;
}
.c-header__wrap.active .c-header__right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.c-header__wrap.active .c-header__spbox {
  left: 0;
}
.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.c-header__logo img {
  width: 155px;
  margin-right: 19px;
  display: block;
}
.c-header__logo .txt {
  width: calc(100% - 155px);
  color: #5A5A5A;
  font-size: 12px;
}
.c-header__right {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__mufg {
  width: 123px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header__list {
  width: 250px;
}
.c-header__btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.c-header__nav {
  position: fixed;
  top: 60px;
  width: calc(100vw - 60px);
  height: 100vh;
  z-index: 1000;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-header__nav-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}
.c-header__bottom {
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}
.c-header__bottom-logo {
  display: none;
}
.c-header__nav-bottom {
  padding: 20px 14px;
  border-bottom: solid 3px #E60000;
}
.c-header__nav-btn {
  text-align: center;
  color: #E60000;
  margin-left: -20px;
  padding: 16px;
  background: #F7F7F7;
}
.c-header__nav-btn > .txt {
  display: inline-block;
  position: relative;
}
.c-header__nav-btn > .txt::before {
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background: #E60000;
}
.c-header__nav-btn > .txt::after {
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  background: #E60000;
}

.c-header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-header-list__link {
  width: 120px;
  display: block;
  background-color: #E60000;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 8px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-header-list__link.ptn01 {
  margin-right: 10px;
}
.c-header-list__link.ptn02 {
  background-color: #5A5A5A;
}
.c-header-list02 > li {
  margin-top: 16px;
}
.c-header-list02 > li:first-child {
  margin-top: 0;
}
.c-header-list02__item {
  display: inline-block;
  position: relative;
  color: #333333;
  font-size: clamp(13px, 1.1vw, 16px);
  letter-spacing: 0.04em;
  padding: 0.5856515373vw 0.5856515373vw 0.5856515373vw 1.8301610542vw;
  font-weight: 400;
}
.c-header-list02__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5856515373vw;
  margin: auto 0;
}
.c-header-list02.pat-black > li {
  margin-top: 0;
}
.c-header-list02.pat-black .c-header-list02__item {
  color: #333;
  font-size: 12px;
  padding: 8px 8px 8px 25px;
  font-weight: 500;
}
.c-header-list02.pat-black .c-header-list02__item::before {
  background-color: #aaa;
}

.c-header-btn {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header-btn__box {
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.c-header-btn__box span {
  background-color: #E60000;
  position: absolute;
  left: 3px;
  width: 24px;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}
.c-header-btn__txt {
  margin-top: -7px;
  margin-left: 0;
  display: block;
  font-size: 9px;
  letter-spacing: 0.04em;
  opacity: 1;
  visibility: visible;
  color: #5A5A5A;
  white-space: nowrap;
}

.c-header-nav-box {
  margin: 0 auto;
}

.c-header-nav-list > li {
  position: relative;
  background: #fff;
}
.c-header-nav-list__link {
  display: block;
  padding: 0.5856515373vw;
  color: #333333;
  background: #F7F7F7;
  letter-spacing: 0.04em;
  font-size: clamp(14px, 1.1713030747vw, 18px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.c-header-nav-list__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  width: calc(100% - 24px);
  height: 1px;
  background-color: #DDDDDD;
}

.c-header-sub-list > li:not(:first-child) {
  margin-top: 0.7320644217vw;
}
.c-header-sub-list__link {
  color: #fff;
  padding: 0.5856515373vw;
  letter-spacing: 0.04em;
  font-size: clamp(12px, 0.878477306vw, 14px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-header__nav.active {
  visibility: visible;
  opacity: 1;
}

.c-header__nav.active .c-header__spbox {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.c-header__btn.active {
  position: absolute;
  top: 0;
  right: 0;
  background: #E60000;
  border-right: none;
}
.c-header__btn.active .c-header-btn {
  position: absolute;
  z-index: 1003;
}
.c-header__btn.active .c-header-btn span {
  background-color: #fff;
  left: 24px;
}
.c-header__btn.active .c-header-btn span:nth-child(1) {
  top: 35px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-header__btn.active .c-header-btn span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.c-header__btn.active .c-header-btn span:nth-child(3) {
  top: 35px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header__btn.active .c-header-btn__txt {
  opacity: 0;
  visibility: hidden;
}

.c-toggle-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  z-index: 2;
  -webkit-transform: none;
          transform: none;
}
.c-toggle-btn > span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #E60000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-toggle-btn > span:nth-child(1) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-toggle-btn.is-active > span {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-header-nav02__li:first-child {
  position: relative;
}
.c-header-nav02__li:last-child {
  position: relative;
}
.c-header-nav02__li.menu {
  position: relative;
}
.c-header-nav02__li + .c-header-nav02__li {
  position: relative;
}
.c-header-sublist__link {
  position: relative;
  padding-left: 15px;
  color: #333333;
  font-weight: 400;
}
.c-header-sublist__link::before {
  display: block;
  content: "";
  width: 4px;
  height: 7px;
  background: url(../img/common/arrow-red.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.c-header-list03__link {
  position: relative;
  padding-left: 15px;
  font-weight: 400;
}
.c-header-list03__link::before {
  display: block;
  content: "";
  width: 7px;
  height: 6px;
  background: url(../img/common/arrow-red.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.c-header-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 4.0263543192vw 20px;
  border-top: none;
  border-bottom: solid 6px #E60000;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-101%);
          transform: translateY(-101%);
}
.c-header-fixed.is-show {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-header-fixed__logo {
  display: block !important;
  width: 111px;
}
.c-header-fixed__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-banner {
  left: 0;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
}

.c-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.c-banner-list > li {
  width: 50%;
}
.c-banner-list__link {
  padding: 35px;
  display: block;
  color: #fff;
  background-color: #E60000;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.12em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-banner-list__link.ptn02 {
  background-color: #5A5A5A;
}

.c-footer {
  position: relative;
}
.c-footer__logo {
  width: 210px;
  text-align: center;
  margin-right: 70px;
}
.c-footer__logo .txt {
  color: #5A5A5A;
  font-size: 12px;
  letter-spacing: 0.14em;
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

.c-footer-nav-box {
  margin: 0 auto;
}
.c-footer-nav-list__link {
  display: block;
  padding: 8px;
  letter-spacing: 0.04em;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer-nav-list__dec {
  width: 20px;
  height: 20px;
  position: relative;
  padding-top: 16px;
}
.c-footer-nav-list__dec span {
  width: 100%;
  height: 2px;
  background: #E60000;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-footer-nav-list__dec span:first-child {
  top: 12px;
  opacity: 1;
  visibility: visible;
}
.c-footer-nav-list__dec span:last-child {
  top: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-footer-nav-list__dec.is-active span:first-child {
  opacity: 0;
  visibility: hidden;
}
.c-footer-nav-list__dec.is-active span:last-child {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-footer-sub-list > li:not(:first-child) {
  margin-top: 10px;
}
.c-footer-sub-list__link {
  padding: 8px;
  letter-spacing: 0.04em;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-footer-sub-list__dec {
  width: 32px;
  height: 32px;
  position: relative;
}
.c-footer-sub-list__dec span {
  width: 100%;
  height: 1px;
  background: #5A5A5A;
  position: absolute;
}
.c-footer-sub-list__dec span:first-child {
  top: 0;
}
.c-footer-sub-list__dec span:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.c-footer-bottom__copy {
  font-size: 12px;
  font-weight: 400;
}
.c-footer-bottom-list > li {
  padding-left: 20px;
  position: relative;
}
.c-footer-bottom-list > li::before {
  display: block;
  content: "";
  width: 4px;
  height: 7px;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/arrow-red.svg) no-repeat;
  background-size: contain;
}
.c-footer-bottom-list > li:not(:last-child) {
  margin-right: 60px;
}
.c-footer-bottom-list__link {
  display: block;
  padding: 0 8px 8px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.l-mv {
  background-size: cover;
}
.l-mv .inner-block01 {
  height: 350px;
  position: relative;
}
.l-mv__title {
  color: #333;
  position: absolute;
  bottom: 30px;
  left: 0;
  margin-left: 20px;
  line-height: 1.3;
}
.l-mv__title--right {
  left: auto;
  right: 0;
  margin-left: 0;
}
.l-mv__title--right .l-mv__title-text02 {
  margin-left: 0;
}
.l-mv__title--white {
  color: #FFF;
  text-shadow: 1px 1px 9px rgba(0, 0, 0, 0.6);
}
.l-mv__title-text01 {
  font-size: 16px;
  letter-spacing: 0.12em;
  font-weight: 400;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
}
.l-mv__title-text01.white {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.l-mv__title-text02 {
  font-size: 50px;
  font-weight: bold;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.23em;
  margin-left: -10px;
}
.l-mv__title-text02.white {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.l-contact-box01__ttl {
  background: #838383;
  padding: 20px;
}
.l-contact-box01__ttl-txt {
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.l-contact-box01__body {
  background: #fff;
  padding: 20px;
}
.l-contact-box01__txt01 {
  margin-bottom: 4px;
}
.l-contact-box01__link-ttl {
  color: #7C8B9B;
}
.l-contact-box01__link-txt {
  color: #1A579C;
}
.c-cont01.bg-gray {
  background: #F5F7F7;
}
.c-cont01__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-cont01__ttl {
  position: relative;
}
.c-cont01__ttl .dec {
  position: absolute;
  top: -1.3em;
  left: -0.6em;
}
.c-cont01__ttl .ttl {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.c-cont01__txt {
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.1;
}

.c-cont02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-cont02 + .c-cont02 {
  margin-top: 100px;
}
.c-cont02__img img {
  width: 100%;
}
.c-cont02__ttl {
  font-family: "ZenOldMincho";
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.059em;
  padding-bottom: 6px;
  border-bottom: solid #C8D2DE 1px;
}
.c-cont02__txt {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7;
}

.c-title01__text01 {
  font-size: 36px;
  letter-spacing: 0.23em;
  font-weight: bold;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  padding-bottom: 8px;
  border-bottom: 1px solid #C8D2DE;
  margin-bottom: 30px;
}
.c-title01__text01--no-border {
  border-bottom: 0;
}
.c-title01__text01.pat-tac {
  text-align: center;
}
.c-title01__text02 {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.8;
}
.c-title01__text02.pat-tac .small {
  color: #888;
  font-size: 12px;
}
.c-title01__sub-title {
  font-size: 28px;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 15px;
  letter-spacing: 0.12em;
  text-align: center;
}

.c-btn01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.069em;
  margin-right: 15px;
  color: #FFF;
  margin-right: 15px;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
}
.c-btn01__circle {
  border: 1px solid #FFF;
  width: 61px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
}
.c-btn01__circle-inner {
  position: relative;
  width: 18px;
}
.c-btn01__circle-inner div {
  height: 2px;
  left: 0;
  right: 0;
  background-color: #FFF;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01__circle-inner div:nth-child(2) {
  rotate: 90deg;
}
.c-btn01.is-active .c-btn01__circle-inner div:nth-child(1) {
  rotate: 180deg;
}
.c-btn01.is-active .c-btn01__circle-inner div:nth-child(2) {
  opacity: 0;
  rotate: 180deg;
}

.c-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn02__text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin-right: 15px;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
}
.c-btn02__circle {
  width: 60px;
  height: 60px;
  background-color: #DC5A5B;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn02__circle img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02__circle.pat-yellow {
  background-color: #F7D54D !important;
}
.c-btn02--adjust01 .c-btn02__circle {
  background-color: #2496C9;
}

.c-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-more__txt {
  font-weight: 400;
  margin-right: 15px;
}
.c-more__txt.white {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.c-more__ico {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #E60000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-more__ico img {
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-more.mt {
  margin-top: 32px;
}

.c-btn03 {
  display: block;
  background: #EFA768;
  border-radius: 20px;
  padding: 20px;
}
.c-btn03__txt {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.12em;
  text-align: center;
}
.c-btn03__dec {
  margin: auto;
  margin-top: 10px;
  display: block;
  width: 18px;
  height: 8px;
}

.c-ttl .en {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  display: block;
}
.c-ttl .en.white {
  color: #fff;
}
.c-ttl .ja {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.23em;
  display: block;
}
.c-ttl .ja.white {
  color: #fff;
}

.c-ttl02 {
  font-family: "ZenOldMincho";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.23em;
  color: #fff;
}
.c-ttl02.black {
  color: #333;
}

.c-icon-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-icon-ttl .icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}
.c-icon-ttl .icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c-icon-ttl .ttl {
  padding-left: 15px;
  font-family: "ZenOldMincho";
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  width: calc(100% - 112px);
}
.c-table01 > tbody > tr {
  border-bottom: solid 1px #ACACAC;
}
.c-table01 > tbody > tr:first-child {
  border-top: solid 1px #ACACAC;
}
.c-table01 > tbody > tr > th {
  background: #D6D6D6;
  padding: 20px;
  text-align: center;
  font-weight: normal;
}
.c-table01 > tbody > tr > td {
  padding: 20px 40px;
}
.c-table01 > tbody > tr > td.color {
  color: #5A5A5A;
}
.c-table01.navy {
  width: 100%;
}
.c-table01.navy > tbody > tr > th {
  background: #59717C;
  color: #fff;
  font-weight: 500;
  text-align: left;
}
.c-table01.navy > tbody > tr > td {
  background: #fff;
  font-weight: 400;
  font-size: 14px;
}

.c-table02 > tbody > tr {
  border-bottom: solid 1px #C8D2DE;
}
.c-table02 > tbody > tr:first-child {
  border-top: solid 1px #C8D2DE;
}
.c-table02 > tbody > tr > th {
  background: #A5B4BA;
  padding: 2px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  border-left: solid 1px #C8D2DE;
}
.c-table02 > tbody > tr > th:last-child {
  border-right: solid 1px #C8D2DE;
}
.c-table02 > tbody > tr > td {
  padding: 4px 10px;
  font-size: 12px;
  text-align: center;
  border-left: solid 1px #C8D2DE;
}
.c-table02 > tbody > tr > td:last-child {
  border-right: solid 1px #C8D2DE;
}

.c-btn-entry {
  display: block;
  border-radius: 5px;
  padding: 20px 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.1em;
  background: #1EA1D9;
}
.c-btn-entry--recruit-nav {
  background: #1563AB;
}

.c-slide01__item {
  margin: 0 5px;
}
.c-slide01 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slide01 .slick-track::before, .c-slide01 .slick-track::after {
  display: none;
}
.c-slide01 .slick-slide {
  clear: both;
  height: initial;
}
.c-slide01 .slick-slide > img {
  width: 100%;
  height: 100%;
}

.c-slide02__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-num {
  text-align: right;
}
.slick-num .now-count {
  -webkit-transform: translate(-15px, 6px);
          transform: translate(-15px, 6px);
  display: block;
  text-align: right;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.slick-num .all-count {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.slick-num .all-count::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  right: -6px;
  text-align: right;
}

.c-slide03__item {
  margin: 0 2px;
}
.c-slide03__img {
  padding-left: 35px;
}
.c-slide03__txt {
  margin-top: 28px;
  padding-left: 30px;
}
.c-slide03__txt .ttl {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.01em;
  display: block;
}
.c-slide03__txt .ttl::before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../img/home/doble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: -30px;
}
.c-slide03__txt .job {
  margin-top: 30px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
  display: block;
}
.c-slide03__txt .name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #fff;
}
.c-slide03 .slide-line {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-slide03 .slide-line button {
  text-indent: -9999px;
}
.c-slide03 .slide-line li {
  width: 200px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slide03 .slide-line li.slick-active {
  background-color: #fff;
}

.c-notfound__cont {
  padding: 200px 0;
  background-color: #F5F7F7;
}
.c-notfound__txt {
  margin-top: 80px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.c-notfound__more {
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-notfound__btn {
  text-align: center;
  text-decoration: underline;
}

.c-list01 {
  counter-reset: num 0;
}
.c-list01.detail .c-list01__txt {
  display: block;
  background: #fff;
  padding: 35px 7px 10px;
}
.c-list01.detail .c-list01__txt .dec {
  position: absolute;
  top: 20px;
  left: -20px;
}
.c-list01.detail .c-list01__txt .ttl {
  font-size: 18px;
  letter-spacing: -0.01em;
}
.c-list01.detail .c-list01__name {
  border-top: none;
}
.c-list01.detail .c-list01__name .name {
  margin-top: 0;
  font-size: 18px;
}
.c-list01.detail .c-list01__name .cose {
  font-size: 14px;
  letter-spacing: -0.01em;
}
.c-list01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.c-list01__ttl {
  position: relative;
  background: linear-gradient(-45deg, #DC5A5B, #EA9C9D);
  padding: 7px 20px 4px;
  font-family: "ZenOldMincho";
  font-size: 13px;
  color: #fff;
}
.c-list01__ttl.yellow {
  background: linear-gradient(-45deg, #EBCB17, #F0AD19);
}
.c-list01__ttl::before {
  display: block;
  content: counter(num, decimal-leading-zero);
  counter-increment: num 1;
  font-family: "ZenOldMincho";
  letter-spacing: 0.12em;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 60%;
  left: 5em;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.c-list01__img {
  overflow: hidden;
}
.c-list01__img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-list01__txt {
  background: #F5F7F7;
  padding: 40px 20px 29px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-list01__txt .dec {
  position: absolute;
  top: 20px;
  left: 10px;
}
.c-list01__txt .ttl {
  font-family: "ZenOldMincho";
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 16px;
}
.c-list01__name {
  margin-top: auto;
  border-top: solid #fff 1px;
}
.c-list01__name .name {
  margin-top: 12px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.01em;
}
.c-list01__name .cose {
  font-weight: 400;
  margin-top: 3px;
  font-size: 15px;
  letter-spacing: -0.01em;
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #E60000;
}
/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

.splash__box {
  position: relative;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo01,
.logo02 {
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
}
.logo01 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
}
.logo01.is-active {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.logo02 {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.logo02.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.c-2nd {
  pointer-events: none;
  opacity: 0.5;
}

.paging-area {
  font-size: 0;
  padding: 50px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging-area > * {
  border: 1px solid blue;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: blue;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin: 0 5px 5px;
  padding: 0 4px;
  position: relative;
  text-align: center;
  vertical-align: top;
}

.paging-area .back {
  padding: 0 32px;
}

.paging-area .page-numbers.current {
  background: blue;
  color: #fff;
}

.paging-area .page-numbers.dots {
  border-color: transparent;
  min-width: 1px;
  margin: 0;
}

.paging-area .next.page-numbers,
.paging-area .prev.page-numbers {
  position: relative;
}

.paging-area .next.page-numbers:before,
.paging-area .prev.page-numbers:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/common/ico-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.paging-area .next.page-numbers:hover:before,
.paging-area .prev.page-numbers:hover:before {
  background-image: url("../img/common/ico-arrow-wt.svg");
}

.paging-area .prev.page-numbers:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagetop {
  z-index: 100;
}
#pagetop a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 62px;
  background-color: #e9a2af;
}
#pagetop img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 2px;
}

/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/
.anm-list > * {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 1.5s forwards;
  animation: fadeInUp 1.5s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
    transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/*------------------------------------------------------------------------------
  original
------------------------------------------------------------------------------*/
.svg-view rect {
  fill: #fff;
}

@-webkit-keyframes fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fill {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.p_home {
  overflow: hidden;
}

.p_home-mv-list__item {
  position: relative;
}
.p_home-mv-list__txt {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: #fff;
  text-shadow: 0 0 10px rgba(9, 69, 101, 0.7);
  font-size: clamp(60px, 5.1244509517vw, 70px);
  letter-spacing: 0.23em;
  white-space: nowrap;
  line-height: 1;
}
.p_home-mv-list__txt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_home-top {
  margin-top: 200px;
}
.p_home-top__txt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
.p_home-top__movie {
  margin-top: 40px;
}
.p_home-top__inner {
  padding: 0 120px;
}
.p_home-top__movie {
  padding-top: 56.25%;
  position: relative;
}
.p_home-top iframe, .p_home-top video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p_home-lease {
  padding-top: 324px;
  background-color: #F5F7F7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F5F7F7), color-stop(80%, #F5F7F7), color-stop(80%, #fff));
  background: linear-gradient(to bottom, #F5F7F7 0, #F5F7F7 80%, #fff 80%);
  margin-top: -140px;
}
.p_home-lease__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p_home-group {
  margin-top: 200px;
  overflow: hidden;
}
.p_home-group__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_home-group__right-box {
  background-image: url(../img/home/group_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 5.513909vw 0;
  padding-right: 9.7364568082vw;
  min-height: 56%;
  margin-top: -2px;
}
.p_home-group__right-box.fill {
  position: relative;
}
.p_home-group__right-box.fill::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #0E2034;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.p_home-group__right-box .right {
  max-width: 350px;
  margin-left: auto;
  text-align: right;
}
.p_home-group__right-box .right-more {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 2.196193265vw;
  position: relative;
}
.p_home-group__right-box .en {
  font-size: 0.9516837482vw;
  font-size: clamp(12px, 0.9516837482vw, 15px);
  font-weight: 400;
}
.p_home-group__right-box .en.white {
  color: #fff;
  position: relative;
}
.p_home-group__right-box .ja {
  font-size: 2.635431918vw;
  font-size: clamp(28px, 2.635431918vw, 36px);
  font-weight: bold;
}
.p_home-group__right-box .ja.ptn01 {
  font-size: clamp(28px, 2.535432vw, 34px);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.p_home-group__right-box .ja.white {
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}

.p_home-group-right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_home-group-right-list__item {
  width: 50%;
}

.p_home-lease2 {
  background-image: url(../img/home/lease2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 132px 0;
}
.p_home-lease2__txt {
  max-width: 300px;
  margin-right: 30px;
  white-space: nowrap;
}
.p_home-lease2 .en, .p_home-lease2 .ja {
  color: #fff;
}
.p_home-lease2__btn {
  margin-top: 30px;
}
.p_home-lease2 .arrows button {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_home-lease2 .arrows .prev-arrow {
  background-image: url(../img/common/slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}
.p_home-lease2 .arrows .next-arrow {
  background-image: url(../img/common/slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.p_home-job {
  margin-top: 140px;
}

.p_home-int {
  background-color: #838383;
  padding-top: 200px;
  margin-top: -90px;
  padding-bottom: 184px;
}
.p_home-int-slider .int_arrows button {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_home-int-slider .int_arrows .prev-arrow {
  background-image: url(../img/common/slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}
.p_home-int-slider .int_arrows .next-arrow {
  background-image: url(../img/common/slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.p_home-int-view-all__txt {
  color: #fff;
  text-decoration: underline;
  margin-right: 10px;
}

.p_home-bottom {
  margin-top: 180px;
  margin-bottom: 280px;
}

.p_home-bottom-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0;
  border-top: 1px solid #C8D2DE;
}
.p_home-bottom-list__link.last {
  border-bottom: 1px solid #C8D2DE;
}
.p_home-bottom-list__link:hover .p_home-bottom-list__txt {
  opacity: 0.8;
}
.p_home-bottom-list__txt {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p_home-bottom-list__txt .en {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.p_home-bottom-list__txt .ja {
  display: block;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.12em;
}

/* -----------------------------------------------
* leaseページ用
-------------------------------------------------- */
.p-lease .l-mv {
  background-image: url("../img/lease/mv.png");
}
.p-lease-sec01 .inner-block02 {
  padding: 140px 20px 115px;
}
.p-lease-sec01 .c-title01 {
  margin-bottom: 76px;
}
.p-lease-sec01__graph {
  max-width: 846px;
  margin: auto;
}
.p-lease-sec02 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: url("../img/lease/catch.png") no-repeat center/cover;
}
.p-lease-sec02 .inner-block02 {
  height: 563px;
}
.p-lease-sec02__box {
  position: absolute;
  top: 160px;
  left: 0;
}
.p-lease-sec02__text {
  padding: 0 5px;
}
.p-lease-sec02__text span {
  display: inline-block;
  background-color: #FFF;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  letter-spacing: 0.23em;
  font-weight: bold;
  padding: 0 5px;
}
.p-lease-sec02__text + div {
  margin-top: 14px;
}
.p-lease-sec03 .inner-block02 {
  padding: 345px 20px 160px;
}
.p-lease-sec03 .c-title01 {
  margin-bottom: 73px;
}
.p-lease-sec03__item + li {
  margin-top: 65px;
}
.p-lease-sec03__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lease-sec03__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ACACAC;
  width: 48px;
  height: 48px;
  border-radius: 50px;
}
.p-lease-sec03__num-inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-lease-sec03__num-text01 {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: bold;
  color: #FFF;
}
.p-lease-sec03__num-text02 {
  font-size: 22px;
  font-weight: bold;
  margin-top: -5px;
  color: #FFF;
  line-height: 1;
}
.p-lease-sec03__title {
  padding-left: 20px;
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.p-lease-sec03__description {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.8;
}
.p-lease-sec04 {
  background-color: #F5F7F7;
}
.p-lease-sec04 .inner-block02 {
  padding: 140px 20px 180px;
}
.p-lease-sec04 .c-title01 {
  margin-bottom: 50px;
}
.p-lease-sec04__graph {
  max-width: 865px;
  margin: 0 auto;
}
.p-lease-sec05 {
  padding-top: 152px;
  padding-bottom: 30px;
}
.p-lease-sec05 .inner-block02 {
  padding: 34px 20px 30px;
}
.p-lease-sec05 .c-title01 {
  margin-bottom: 50px;
}
.p-lease-sec05__bg {
  background: #D4EEEC;
  position: relative;
}
.p-lease-sec05__dec {
  font-weight: bold;
  font-size: 100px;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "ZenOldMincho";
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.p-lease-sec05__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-lease-sec05__item {
  width: calc(33.3333333333% - 20px);
  position: relative;
}
.p-lease-sec05__item-inner {
  background-color: #F5F7F7;
}
.p-lease-sec05__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 3.5rem;
}
.p-lease-sec05__title-text01 {
  font-size: 19px;
  letter-spacing: 0.05;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.p-lease-sec05__title-text01--adjust {
  margin-bottom: 0;
}
.p-lease-sec05__title-text02 {
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}
.p-lease-sec05__child-list {
  padding: 20px 20px 40px;
}
.p-lease-sec05__child-item {
  position: relative;
  font-size: 13px;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 22px;
  padding-left: 17px;
}
.p-lease-sec05__child-item + li {
  margin-top: 5px;
}
.p-lease-sec05__child-item::before {
  content: "▶︎";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  color: #A5B4BA;
  font-size: 13px;
  top: 0px;
}
.p-lease-sec05__child-item--nowrap {
  text-wrap: nowrap;
}
.p-lease-sec05__child-item--none {
  height: 20px;
}
.p-lease-sec05__child-item--none::before {
  display: none;
}
.p-lease-sec05__two-colum {
  padding: 20px 12px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-lease-sec05__two-colum .p-lease-sec05__child-list {
  padding: 0;
  width: 50%;
}
.p-lease-sec-dec {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
}
.p-lease-sec-dec span {
  display: block;
  width: 100%;
  height: 10px;
  background: #A5B4BA;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-lease-sec-dec span:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-lease-sec-dec span:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.p-lease-sec06 {
  margin-top: 30px;
  margin-bottom: 240px;
  background: #CCEFF9;
}
.p-lease-sec06__dec {
  font-weight: bold;
  font-size: 100px;
  letter-spacing: -0.6em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "ZenOldMincho";
  white-space: nowrap;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.p-lease-sec06__cont {
  position: relative;
  overflow: hidden;
}
.p-lease-sec06__cont .img.pc {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.p-lease-sec06__cont .dec {
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  position: absolute;
}
.p-lease-sec06__cont .dec.ptn01 {
  font-size: 42px;
  top: 250px;
  left: 305px;
}
.p-lease-sec06__cont .dec.ptn02 {
  font-size: 28px;
  top: 280px;
  right: 315px;
}
.p-lease-sec06__cont .dec.ptn03 {
  font-size: 42px;
  top: 545px;
  right: 265px;
}
.p-lease-sec06__cont .dec.ptn04 {
  font-size: 24px;
  top: 655px;
  left: 393px;
}
.p-lease-sec06__cont .dec.ptn05 {
  font-size: 31px;
  top: 490px;
  left: 200px;
}

.lease-bg {
  background: #fff;
  position: relative;
}

/* -----------------------------------------------
* groupページ用
-------------------------------------------------- */
.p-group .l-mv {
  background-image: url("../img/group/mv.jpg");
  position: relative;
}
.p-group .l-mv::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
}
.p-group-sec01 .inner-block02 {
  padding: 140px 20px 160px;
}
.p-group-sec02 {
  background-color: #F5F7F7;
}
.p-group-sec02 .inner-block02 {
  padding: 140px 20px 90px;
}
.p-group-sec02 .c-title01 {
  margin-bottom: 45px;
}
.p-group-sec02__graph {
  max-width: 618px;
  margin: 0 auto;
}
.p-group-sec03 {
  background: url("../img/group/role_bg.png") no-repeat center/cover;
}
.p-group-sec03 .inner-block02 {
  padding: 140px 20px 160px;
}
.p-group-sec03 .c-title01 {
  margin-bottom: 60px;
}
.p-group-sec03__item {
  background-color: #FFF;
  padding: 15px 15px 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-group-sec03__item:nth-child(n+2) {
  margin-top: 30px;
}
.p-group-sec03__left {
  max-width: 555px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-group-sec03__left_inner {
  width: 100%;
}
.p-group-sec03__text01 {
  font-size: 28px;
  font-weight: bold;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  margin-bottom: 10px;
}
.p-group-sec03__text01.pat-tac {
  text-align: center;
}
.p-group-sec03__text02 {
  font-size: 14px;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.p-group-sec04 {
  padding-bottom: 100px;
}
.p-group-sec04 .inner-block02 {
  padding: 140px 20px 160px;
}
.p-group-sec04 .c-title01 {
  margin-bottom: 60px;
}
.p-group-sec04__item {
  position: relative;
}
.p-group-sec04__item:nth-child(n+2) {
  margin-top: 10px;
}
.p-group-sec04__item:nth-child(even) .p-group-sec04__text-box {
  padding: 35px 80px 20px 35px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-group-sec04__item:nth-child(even) .p-group-sec04__img-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-group-sec04__item:nth-child(even) .c-btn01 {
  left: auto;
}
.p-group-sec04__item:nth-child(1) .p-group-sec04__text-box {
  background: linear-gradient(60deg, #9CC77C, #84BA5B);
}
.p-group-sec04__item:nth-child(1) .p-group-sec04__bottom {
  background-color: #5A7D3A;
}
.p-group-sec04__item:nth-child(1) .p-group-sec04__bottom::before {
  border-top-color: #8CBE66;
}
.p-group-sec04__item:nth-child(2) .p-group-sec04__text-box {
  background: linear-gradient(60deg, #EFA768, #EB9042);
}
.p-group-sec04__item:nth-child(2) .p-group-sec04__bottom {
  background-color: #A06128;
}
.p-group-sec04__item:nth-child(2) .p-group-sec04__bottom::before {
  border-top-color: #EEA260;
}
.p-group-sec04__item:nth-child(3) .p-group-sec04__text-box {
  background: linear-gradient(60deg, #5C98C9, #337EBC);
}
.p-group-sec04__item:nth-child(3) .p-group-sec04__bottom {
  background-color: #175380;
}
.p-group-sec04__item:nth-child(3) .p-group-sec04__bottom::before {
  border-top-color: #4187C0;
}
.p-group-sec04__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-group-sec04__text-box {
  padding-top: 35px;
  width: calc(100% - 323px);
  padding: 35px 35px 20px 80px;
}
.p-group-sec04__text01 {
  font-size: 30px;
  font-weight: bold;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.p-group-sec04__text02 {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
}
.p-group-sec04__img-box {
  width: 323px;
}
.p-group-sec04__bottom {
  display: none;
  position: relative;
  padding: 56px 68px 60px 68px;
}
.p-group-sec04__bottom::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 22px solid transparent;
  border-left: 22px solid transparent;
  border-top: 16px solid #4aba7e;
  border-bottom: 0;
  margin: auto;
  top: 0;
}
.p-group-sec04__text03 {
  font-size: 21px;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px solid #FFF;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.p-group-sec04__text04 {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 5px;
  margin-left: -7px;
}
.p-group-sec04__child-list li {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
}
.p-group-sec04__child-list li + li {
  margin-top: 5px;
}
.p-group-sec04__icon {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-group-sec04__icon img {
  height: 85px;
}
.p-group-sec04 .c-btn01 {
  margin-top: 50px;
}

/* -----------------------------------------------
* aboutusページ用
-------------------------------------------------- */
.p-aboutus .l-mv {
  background-image: url("../img/aboutus/mv.png");
  background-position: center top;
}

.p-aboutus-sec01 .inner-block02 {
  padding: 140px 20px 160px;
}

.p-aboutus-sec02 {
  padding-bottom: 140px;
}
.p-aboutus-sec02 .inner-block02 {
  padding: 140px 20px 90px;
}
.p-aboutus-sec02 .c-title01 {
  margin-bottom: 45px;
}
.p-aboutus-sec02__img02 {
  margin-top: 80px;
}

/* -----------------------------------------------
* newgraduateページ用
-------------------------------------------------- */
.p-newgraduate .l-mv {
  background-image: url("../img/newgraduate/mv.jpg");
}

.p-newgraduate-sec01 .inner-block02 {
  padding: 140px 20px 160px;
}

.p-newgraduate-sec02 {
  background: #F5F7F7;
  padding-bottom: 140px;
}
.p-newgraduate-sec02 .inner-block02 {
  padding: 140px 20px 90px;
}
.p-newgraduate-sec02__cont02 {
  margin-top: 30px;
}

.p-newgraduate-entry {
  border: solid 11px #D3DDE8;
  background: #fff;
  padding: 60px;
}
.p-newgraduate-entry__ttl img {
  max-height: 100%;
}
.p-newgraduate-entry__btn {
  margin-top: 14px;
}

/* -----------------------------------------------
* careerページ用
-------------------------------------------------- */
.p-career .l-mv {
  background-image: url("../img/career/mv.jpg");
}

.p-career-sec01 .inner-block02 {
  padding: 140px 20px 160px;
}

.p-career-sec02 {
  background: #F5F7F7;
  padding-bottom: 70px;
}
.p-career-sec02 .inner-block02 {
  padding: 140px 20px 90px;
}
.p-career-sec02__cap-txt {
  margin-bottom: 6px;
}
.p-career-sec02__cont01 {
  margin-top: 30px;
}

.p-career-sec02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-career-sec02-list > li + li {
  margin-left: 22px;
}
.p-career-sec02-list__item {
  position: relative;
  padding-left: 21px;
}
.p-career-sec02-list__item:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  background: #A5B4BA;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  -webkit-clip-path: polygon(0 0, 0% 100%, 90% 50%);
          clip-path: polygon(0 0, 0% 100%, 90% 50%);
}

.ratio {
  margin-top: 150px;
  margin-bottom: 200px;
}
.ratio table {
  margin: 0 auto;
  max-width: 1020px;
  border: solid 1px #C8D2DE;
}
.ratio table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ratio table tbody tr:nth-child(1) {
  background: #A5B4BA;
}
.ratio table tbody th {
  padding: 10px 100px;
}
.ratio table tbody td {
  padding: 10px 140px 10px 100px;
}

/* -----------------------------------------------
* introduceページ用
-------------------------------------------------- */
.p-introduce .l-mv {
  background-image: url("../img/introduce/mv.png");
}
.p-introduce-sec01 .inner-block02 {
  padding: 140px 20px 190px;
}
.p-introduce-job {
  position: relative;
}
.p-introduce-job .inner-block02 {
  padding: 286px 20px 40px;
}
.p-introduce-job--01 {
  background: url("../img/introduce/blue_bg.png");
}
.p-introduce-job--02 {
  background: url("../img/introduce/orange_bg.png");
}
.p-introduce-job--02 .inner-block02 {
  padding-top: 140px;
}
.p-introduce-job--02 .p-introduce-job__item-top {
  background-color: #fff;
  border-color: #FCEEB8;
}
.p-introduce-job__anker-list {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -120px;
}
.p-introduce-job__anker-item a {
  display: block;
  position: relative;
  width: 240px;
  height: 240px;
  border: 4px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 300px;
}
.p-introduce-job__anker-item:nth-child(1) a {
  background: #DC5A5B;
}
.p-introduce-job__anker-item:nth-child(2) a {
  background: #F7D54D;
  margin-left: 60px;
}
.p-introduce-job__anker-item:hover .p-introduce-job__anker-arrow img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.p-introduce-job__anker-text {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #FFF;
}
.p-introduce-job__anker-arrow {
  width: 24px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.p-introduce-job__anker-arrow img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-introduce-job__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.p-introduce-job__box-title {
  font-size: 36px;
  letter-spacing: 0.17em;
  font-weight: bold;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  padding-bottom: 8px;
  margin-bottom: 30px;
  color: #FFF;
}
.p-introduce-job__box-text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
.p-introduce-job__list {
  margin-bottom: 70px;
}
.p-introduce-job__list.pat-blue .p-introduce-job__item-title {
  color: #DC5A5B;
}
.p-introduce-job__list.pat-blue .p-introduce-job__item-more {
  border-color: #DC5A5B;
}
.p-introduce-job__list.pat-blue .p-introduce-job__item-more-inner div {
  background-color: #DC5A5B;
}
.p-introduce-job__list.pat-yellow .p-introduce-job__item-title {
  color: #EBCB17;
}
.p-introduce-job__list.pat-yellow .p-introduce-job__item-more {
  border-color: #EBCB17;
}
.p-introduce-job__list.pat-yellow .p-introduce-job__item-more-inner div {
  background-color: #EBCB17;
}
.p-introduce-job__item {
  cursor: pointer;
  background-color: #fff;
}
.p-introduce-job__item:nth-child(n+2) {
  margin-top: 10px;
}
.p-introduce-job__item.is-active .p-introduce-job__item-more div:nth-child(1) {
  rotate: 180deg;
}
.p-introduce-job__item.is-active .p-introduce-job__item-more div:nth-child(2) {
  opacity: 0;
  rotate: 180deg;
}
.p-introduce-job__item-top {
  padding: 15px 70px;
  position: relative;
  border: 3px solid #F1BDBD;
}
.p-introduce-job__item-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}
.p-introduce-job__item-more {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  background-color: #FFF;
  border: 1px solid #CCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-introduce-job__item-more-inner {
  position: relative;
  width: 14px;
}
.p-introduce-job__item-more-inner div {
  height: 1px;
  left: 0;
  right: 0;
  background-color: #CCC;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-introduce-job__item-more-inner div:nth-child(1) {
  rotate: 90deg;
}
.p-introduce-job__item-bottom {
  padding: 30px;
  display: none;
  background-color: #FFF;
}
.p-introduce-job__child-list li {
  font-size: 16px;
  font-weight: 400;
}
.p-introduce-job__child-list li + li {
  margin-top: 3px;
}
.p-introduce-job__bottom-text {
  text-align: center;
}
.p-introduce-job__bottom-text span {
  font-size: 28px;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  letter-spacing: 0.23em;
  color: #FFF;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.p-introduce-job__bottom-text span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 18px;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 19px solid #FFF;
  border-bottom: 0;
}
.p-introduce-interview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-introduce-interview--02 {
  padding-bottom: 110px;
}
.p-introduce-interview--02 .p-introduce-interview__box {
  bottom: 0;
  right: 0;
  left: initial;
}
.p-introduce-interview__person {
  width: 50%;
  height: 455px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.p-introduce-interview__person--01 {
  background-image: url("../img/introduce/person01.png");
}
.p-introduce-interview__person--02 {
  background-image: url("../img/introduce/person02.png");
}
.p-introduce-interview__person--03 {
  background-image: url("../img/introduce/person03.png");
}
.p-introduce-interview__person--04 {
  background-image: url("../img/introduce/person04.png");
}
.p-introduce-interview__box {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.69);
  padding: 10px;
}
.p-introduce-interview__text01 {
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 13px;
  letter-spacing: 0.13em;
  font-weight: 400;
}
.p-introduce-interview__text02 {
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  letter-spacing: 0.23em;
  margin-bottom: 3px;
}
.p-introduce-interview__text03 {
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  letter-spacing: 0.23em;
  margin-bottom: 15px;
}
.p-introduce-interview__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* -----------------------------------------------
* visionページ用
-------------------------------------------------- */
.p-vision .l-mv {
  background-image: url("../img/vision/mv.png");
}
.p-vision-sec01 {
  padding-bottom: 100px;
}
.p-vision-sec01 .inner-block02 {
  padding: 140px 20px 175px;
}
.p-vision-sec01 .c-title01 {
  margin-bottom: 45px;
}
.p-vision-sec01__list01 {
  position: relative;
  padding-bottom: 130px;
}
.p-vision-sec01__list01::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #E8E8E0;
  width: 2.5px;
  height: 100%;
  bottom: 1px;
  top: 0;
}
.p-vision-sec01__list01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 63px;
  height: 32px;
  background: url("../img/common/arrow03_bottom_gray.svg") no-repeat center/100% 100%;
}
.p-vision-sec01__item01 {
  background-color: #FFF;
  border: solid 10px #D6D6D6;
  border-radius: 20px;
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 224px;
}
.p-vision-sec01__item01 + li {
  margin-top: 60px;
}
.p-vision-sec01__item01-left {
  width: 220px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-vision-sec01__item01-left::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 2px dotted #E8E8E0;
  border-radius: 2px;
}
.p-vision-sec01__item01-text01 {
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  letter-spacing: 0.01em;
  font-size: 26px;
  color: #4F4133;
  line-height: 1.4;
  margin-bottom: 2px;
}
.p-vision-sec01__item01-text02 {
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  letter-spacing: 0.012em;
  font-size: 16px;
}
.p-vision-sec01__item01-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.p-vision-sec01__item01-text03 {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
}
.p-vision-sec01__item01-child-list li {
  font-size: 17px;
  letter-spacing: -0.01em;
  position: relative;
}
.p-vision-sec01__item01-child-list li:nth-child(1)::before {
  content: "1：";
}
.p-vision-sec01__item01-child-list li:nth-child(2)::before {
  content: "2：";
}
.p-vision-sec01__item01-child-list li:nth-child(3)::before {
  content: "3：";
}
.p-vision-sec01__grd-box {
  background-color: #F9F0DF;
  padding: 25px;
  border-radius: 20px;
  margin-top: 10px;
}
.p-vision-sec01__grd-box-title {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 5px;
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
}
.p-vision-sec01__grd-box-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 40px;
  background-color: #A8997C;
}
.p-vision-sec01__grd-box-lead {
  font-family: "ZenOldMincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-align: center;
}
.p-vision-sec01__line01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-vision-sec01__line01 div {
  border-radius: 3px;
  width: 2.5px;
  height: 80px;
  background-color: #E8E8E0;
}
.p-vision-sec01__qualities {
  font-size: 26px;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin: 10px;
  text-align: center;
}
.p-vision-sec01__qualities-img {
  max-width: 1003px;
  position: relative;
}

/* -----------------------------------------------
* interviewページ用
-------------------------------------------------- */
.p_int .l-mv {
  background-image: url("../img/interview/mv.jpg");
}
.p_int__note {
  margin-top: 20px;
  text-align: right;
}

.p_int-note {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.p_int-note.center {
  text-align: center;
}

.p_int-cont {
  margin-top: 103px;
  padding-bottom: 280px;
}

.p_int-d {
  overflow: hidden;
  padding-bottom: 280px;
}
.p_int-d .inner-block01 {
  height: 510px;
}
.p_int-d .l-mv__title-text01 {
  color: #DC5A5B;
}
.p_int-d .l-mv__title-text01.yellow {
  color: #B58C01;
}
.p_int-d .l-mv__title-text02 {
  font-size: 36px;
}
.p_int-d.ptn01 .l-mv {
  background-image: url("../img/interview/01/mv.jpg");
}
.p_int-d.ptn02 .l-mv {
  background-image: url("../img/interview/02/mv.jpg");
}
.p_int-d.ptn03 .l-mv {
  background-image: url("../img/interview/03/mv.jpg");
}
.p_int-d.ptn04 .l-mv {
  background-image: url("../img/interview/04/mv.jpg");
}

.p_int-d-prof {
  margin-top: 34px;
}
.p_int-d-prof__box {
  text-align: center;
  padding-bottom: 10px;
}
.p_int-d-prof__box .name {
  font-family: "ZenOldMincho";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.23em;
}
.p_int-d-prof__box .cose {
  margin-top: 10px;
  font-family: "ZenOldMincho";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.12em;
}

.p_int-d-cont__wrap {
  margin-top: 128px;
}
.p_int-d-cont .c-cont01 + .c-cont01 {
  margin-top: 124px;
}

.p_int-d-time {
  background: linear-gradient(45deg, #DC5A5B, #EA9C9D);
  padding: 120px 0 102px;
  margin-top: 120px;
}
.p_int-d-time.yellow {
  background: linear-gradient(45deg, #EBCB17, #F0AD19);
}
.p_int-d-time.yellow .circle::after {
  background: #A89131;
}
.p_int-d-time__box {
  position: relative;
}
.p_int-d-time__line {
  display: block;
  background: #fff;
}
.p_int-d-time__item .set {
  position: relative;
}
.p_int-d-time__item .set::before {
  display: block;
  content: "";
  position: absolute;
  background: #fff;
  margin: auto;
}
.p_int-d-time__item .time {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.23em;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
}
.p_int-d-time__item .circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  position: relative;
  z-index: 10;
  mix-blend-mode: overlay;
}
.p_int-d-time__item .circle::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: overlay;
}
.p_int-d-time__item .circle::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #923739;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p_int-d-time__item .txt {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.23em;
  text-align: center;
}

.p_int-d-list {
  margin-top: 140px;
}
.p_int-d-list__list {
  margin-top: 70px;
}

/* -----------------------------------------------
* environmentページ用
-------------------------------------------------- */
.p_env .l-mv {
  background-image: url("../img/environment/mv.png");
}
.p_env__cont01 {
  padding-top: 194px;
}
.p_env__cont02 {
  background: #F5F7F7;
  margin-top: 160px;
  padding: 160px 0;
}
.p_env__cont03 {
  padding-top: 140px;
}
.p_env__area {
  margin-top: 100px;
}

.p_env-anker {
  margin-top: 142px;
}

.p_env-cont01__img {
  margin-top: 60px;
}
.p_env-cont01__img img {
  width: 100%;
}

.p_env-cont {
  padding-bottom: 280px;
}
.p_env-cont__lead {
  margin-top: 29px;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.06em;
  text-align: center;
}

.p_env-cont-bal {
  margin-top: 140px;
  padding-bottom: 70px;
}
.p_env-cont-bal__img {
  text-align: center;
  position: relative;
}
.p_env-cont-bal__dec {
  position: absolute;
  max-width: 210px;
}
.p_env-cont-bal__dec .ttl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.07em;
  color: #EABA96;
  text-align: left;
}
.p_env-cont-bal__dec .txt {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: left;
}

.p_env-cont-case + .p_env-cont-case {
  margin-top: 90px;
}
.p_env-cont-case__table {
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  main {
    margin-top: 60px;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 10px;
    width: auto;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: 60px;
    border-bottom: solid 2px #E60000;
  }
  .c-header__wrap {
    position: relative;
  }
  .c-header__logo img {
    width: 70px;
    margin-right: 8px;
  }
  .c-header__logo .txt {
    font-size: 10px;
    width: 80px;
  }
  .c-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-header__right {
    width: 165px;
  }
  .c-header__mufg {
    width: 80px;
    margin-right: -10px;
  }
  .c-header__btn {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: solid 1px #DCDCDC;
  }
  .c-header__nav-wrap {
    grid-template-columns: 1fr;
  }
  .c-header__spbox {
    width: calc(100vw - 60px);
    position: fixed;
    top: 0;
    left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 18px;
    height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-header-list02-wrap {
    display: none;
  }
  .c-header-list02 {
    padding: 18px 24px;
  }
  .c-header-list02__item::before {
    left: 0;
    width: 5px;
  }
  .c-header-btn__box span:nth-child(1) {
    top: 0px;
  }
  .c-header-btn__box span:nth-child(2) {
    top: 8px;
    visibility: visible;
    opacity: 1;
  }
  .c-header-btn__box span:nth-child(3) {
    top: 16px;
  }
  .c-header-nav-box {
    width: 100%;
  }
  .c-header__nav-sc {
    max-height: 80vh;
    overflow: scroll;
  }
  .c-header-nav-list__link {
    padding: 20px 12px;
  }
  .c-header-sub-list > li:not(:first-child) {
    margin-top: 15px;
  }
  .c-header-sub-list > li {
    margin-top: 10px;
  }
  .c-header__btn.active .c-header-btn span {
    left: 15px;
  }
  .c-header__btn.active .c-header-btn span:nth-child(1) {
    top: 15px;
    left: 5px;
  }
  .c-header__btn.active .c-header-btn span:nth-child(3) {
    top: 15px;
    left: 5px;
  }
  .c-toggle-btn > span {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header-list03__li + .c-header-list03__li {
    margin-top: 27px;
  }
  .c-banner-list__link {
    font-size: 14px;
    padding: 10px;
  }
  .c-footer {
    padding-bottom: 9px;
  }
  .c-footer__logo {
    margin: 0 auto;
  }
  .c-footer__top {
    background: #F7F7F7;
  }
  .c-footer-nav-list > li {
    border-bottom: solid 1px #DDDDDD;
  }
  .c-footer-nav-list > li.flex .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-footer-nav-list__link {
    padding: 16px 0;
  }
  .c-footer-nav-list__link.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-footer-sub-list {
    display: none;
    padding-bottom: 16px;
  }
  .c-footer-sub-list > li:not(:first-child) {
    margin-top: 20px;
  }
  .c-footer-sub-list__link {
    font-weight: 400;
  }
  .c-footer-bottom {
    padding-top: 20px;
  }
  .c-footer-bottom__copy {
    margin-top: 20px;
    text-align: center;
    border-top: solid #E60000 3px;
    padding-top: 10px;
    font-size: 6px;
  }
  .c-footer-bottom-list > li:first-child .c-footer-bottom-list__link {
    padding-top: 0;
  }
  .c-footer-bottom-list > li:last-child .c-footer-bottom-list__link {
    padding-bottom: 0;
  }
  .l-mv .inner-block01 {
    height: 250px;
  }
  .l-mv__title {
    left: 20px;
    margin-left: 0;
  }
  .l-mv__title-text01 {
    font-size: 14px;
  }
  .l-mv__title-text02 {
    font-size: 32px;
    margin-left: -5px;
  }
  .l-contact-box01__ttl {
    padding: 14px;
  }
  .c-cont01.bg-gray {
    padding: 60px 0;
  }
  .c-cont01__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cont01__box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-cont01__ttl {
    margin-top: 35px;
  }
  .c-cont01__ttl .dec {
    height: 18px;
    top: -18px;
    left: -5px;
  }
  .c-cont01__ttl .ttl {
    font-size: 18px;
  }
  .c-cont01__txt {
    margin-top: 15px;
    font-size: 14px;
  }
  .c-cont01__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-cont02 + .c-cont02 {
    margin-top: 50px;
  }
  .c-cont02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cont02__ttl {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.3em;
  }
  .c-cont02__txt {
    font-size: 14px;
  }
  .c-title01__text01 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .c-title01__text02 {
    font-size: 16px;
  }
  .c-title01__sub-title {
    font-size: 21px;
  }
  .c-btn02__circle {
    width: 40px;
    height: 40px;
  }
  .c-more.mt {
    margin-top: 16px;
  }
  .c-anker__item + .c-anker__item {
    margin-top: 15px;
  }
  .c-btn03 {
    padding: 10px;
  }
  .c-btn03__txt {
    font-size: 18px;
  }
  .c-ttl .ja {
    font-size: 24px;
  }
  .c-ttl02 {
    font-size: 22px;
  }
  .c-icon-ttl .icon {
    width: 80px;
    height: 80px;
  }
  .c-icon-ttl .icon img {
    width: 60%;
  }
  .c-icon-ttl .ttl {
    width: calc(100% - 80px);
    font-size: 20px;
  }
  .c-table01 {
    display: block;
  }
  .c-table01 > tbody {
    display: block;
  }
  .c-table01 > tbody > tr {
    display: block;
  }
  .c-table01 > tbody > tr > th {
    display: block;
    padding: 10px 20px;
    text-align: left;
  }
  .c-table01 > tbody > tr > td {
    display: block;
    padding: 10px 20px 20px;
    word-break: auto-phrase;
  }
  .c-table01 > tbody > tr > td span.small {
    font-size: 13px;
  }
  .c-btn-entry {
    font-size: 18px;
    padding: 20px 10px;
  }
  .c-slide02__item img {
    max-height: 220px;
  }
  .c-slide03__img {
    padding-left: 0px;
  }
  .c-slide03__txt .ttl {
    font-size: 16px;
  }
  .c-slide03__txt .job {
    margin-top: 20px;
  }
  .c-slide03 .slide-line {
    padding: 0 20px;
  }
  .c-notfound__cont {
    padding: 100px 0;
  }
  .c-notfound__more {
    margin-top: 60px;
  }
  .c-list01.detail .c-list01__txt .dec {
    top: 10px;
    left: -5px;
  }
  .c-list01.detail .c-list01__txt .ttl {
    font-size: 16px;
  }
  .c-list01__item:not(:first-child) {
    margin-top: 40px;
  }
  .c-list01__txt {
    padding: 20px;
    padding-top: 30px;
  }
  .c-list01__txt .dec {
    top: 10px;
    left: 5px;
  }
  .c-list01__txt .ttl {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .c-list01__name {
    margin-top: 6px;
  }
  .c-list01__name .name {
    font-size: 18px;
    margin-top: 6px;
  }
  .c-list01__name .cose {
    font-size: 14px;
  }
  .splash__box {
    width: 100%;
  }
  #pagetop a {
    padding: 16px 21px;
  }
  #pagetop img {
    margin-top: 1px;
  }
  .p_home-mv-list__txt {
    bottom: unset;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 96vw;
  }
  .p_home-top {
    margin-top: 100px;
  }
  .p_home-top__txt {
    margin-top: 10px;
    font-size: 15px;
  }
  .p_home-top__movie {
    margin-top: 20px;
  }
  .p_home-top__inner {
    padding: 0 20px;
  }
  .p_home-lease {
    padding-top: 160px;
    margin-top: -70px;
  }
  .p_home-group {
    margin-top: 100px;
  }
  .p_home-lease2 {
    padding: 70px 0;
  }
  .p_home-lease2 .arrows button {
    width: 60px;
    height: 60px;
  }
  .p_home-job {
    margin-top: 70px;
  }
  .p_home-job__img {
    margin: 0 -20px;
  }
  .p_home-job__box {
    margin-top: 20px;
  }
  .p_home-int {
    padding-top: 80px;
    margin-top: 20px;
    padding-bottom: 90px;
  }
  .p_home-int-slider__txt-wrap {
    margin-top: 16px;
  }
  .p_home-int-slider__btn {
    margin-top: 20px;
  }
  .p_home-int-slider__slider {
    margin-top: 16px;
  }
  .p_home-bottom {
    margin-top: 90px;
    margin-bottom: 180px;
  }
  .p_home-bottom-list__txt .ja {
    font-size: 22px;
  }
  .p-lease .l-mv {
    background-image: url("../img/lease/mv_sp.png");
  }
  .p-lease-sec01 .inner-block02 {
    padding: 60px 20px;
  }
  .p-lease-sec01 .c-title01 {
    margin-bottom: 40px;
  }
  .p-lease-sec01__graph {
    width: auto;
  }
  .p-lease-sec02 .inner-block02 {
    height: 300px;
  }
  .p-lease-sec02__box {
    top: 20px;
    left: 20px;
  }
  .p-lease-sec02__text span {
    font-size: 16px;
  }
  .p-lease-sec02__text + div {
    margin-top: 7px;
  }
  .p-lease-sec03 .inner-block02 {
    padding: 60px 20px;
  }
  .p-lease-sec03 .c-title01 {
    margin-bottom: 30px;
  }
  .p-lease-sec03__item + li {
    margin-top: 30px;
  }
  .p-lease-sec03__top {
    margin-bottom: 10px;
  }
  .p-lease-sec03__title {
    font-size: 18px;
    padding-left: 15px;
  }
  .p-lease-sec03__description {
    font-size: 14px;
  }
  .p-lease-sec04 .inner-block02 {
    padding: 60px 20px;
  }
  .p-lease-sec04 .c-title01 {
    margin-bottom: 30px;
  }
  .p-lease-sec04__graph {
    width: auto;
  }
  .p-lease-sec05 {
    padding-top: 60px;
    padding-bottom: 35px;
  }
  .p-lease-sec05 .inner-block02 {
    padding: 60px 20px;
    padding-bottom: 0;
  }
  .p-lease-sec05 .c-title01 {
    margin-bottom: 30px;
  }
  .p-lease-sec05__bg {
    padding: 0 0 46px;
  }
  .p-lease-sec05__dec {
    top: 15px;
    left: -8px;
    font-size: 50px;
  }
  .p-lease-sec05__list {
    display: block;
    padding-left: 47px;
  }
  .p-lease-sec05__list > li:nth-child(n+2) {
    margin-top: 50px;
  }
  .p-lease-sec05__item {
    width: auto;
  }
  .p-lease-sec-dec {
    width: 60px;
    height: 60px;
  }
  .p-lease-sec-dec span {
    height: 6px;
  }
  .p-lease-sec06 {
    margin-top: 35px;
  }
  .p-lease-sec06__dec {
    font-size: 50px;
    letter-spacing: -0.25em;
  }
  .p-lease-sec06__dec .big {
    letter-spacing: -0.15em;
  }
  .p-lease-sec06__cont {
    margin-right: -20px;
    margin-left: -20px;
  }
  .p-lease-sec06__cont .dec.ptn01 {
    font-size: max(7.5vw, 32px);
    top: 60vw;
    left: 29.3333333333vw;
  }
  .p-lease-sec06__cont .dec.ptn02 {
    font-size: max(4.8vw, 20px);
    top: 94.6666666667vw;
    right: 20vw;
  }
  .p-lease-sec06__cont .dec.ptn03 {
    font-size: max(7.5vw, 32px);
    top: 134.6666666667vw;
    right: 15.4666666667vw;
  }
  .p-lease-sec06__cont .dec.ptn04 {
    font-size: max(4.2vw, 18px);
    top: 96.8vw;
    left: 14.1333333333vw;
  }
  .p-lease-sec06__cont .dec.ptn05 {
    font-size: max(5vw, 22px);
    top: 131.4666666667vw;
    left: 14.4vw;
  }
  .p-group .l-mv {
    background-image: url("../img/group/mv.jpg");
  }
  .p-group-sec01 .inner-block02 {
    padding: 60px 20px;
  }
  .p-group-sec02 .inner-block02 {
    padding: 60px 20px;
  }
  .p-group-sec02 .c-title01 {
    margin-bottom: 40px;
  }
  .p-group-sec02__graph {
    width: auto;
  }
  .p-group-sec03 .inner-block02 {
    padding: 60px 20px;
  }
  .p-group-sec03 .c-title01 {
    margin-bottom: 30px;
  }
  .p-group-sec03__item {
    padding: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-group-sec03__left {
    width: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
  .p-group-sec03__text01 {
    font-size: 20px;
  }
  .p-group-sec03__right {
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
  .p-group-sec04 .inner-block02 {
    padding: 60px 20px;
  }
  .p-group-sec04 .c-title01 {
    margin-bottom: 30px;
  }
  .p-group-sec04__item:nth-child(even) .p-group-sec04__text-box {
    padding: 20px;
  }
  .p-group-sec04__item:nth-child(odd) .p-group-sec04__text-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 20px;
  }
  .p-group-sec04__item:nth-child(odd) .p-group-sec04__img-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-group-sec04__item:nth-child(odd) .c-btn01 {
    left: auto;
  }
  .p-group-sec04__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-group-sec04__text-box {
    width: auto;
    padding: 20px;
    width: 100%;
  }
  .p-group-sec04__text01 {
    font-size: 22px;
  }
  .p-group-sec04__img-box {
    width: auto;
  }
  .p-group-sec04__bottom {
    padding: 30px 20px 20px;
  }
  .p-group-sec04__text03 {
    font-size: 18px;
  }
  .p-group-sec04__text04 {
    font-size: 16px;
  }
  .p-group-sec04__child-list li {
    font-size: 14px;
  }
  .p-group-sec04__icon {
    margin-top: 15px;
  }
  .p-group-sec04__icon img {
    height: 60px;
  }
  .p-group-sec04 .c-btn01 {
    margin-top: 15px;
  }
  .p-aboutus-sec01 .inner-block02 {
    padding: 60px 20px;
  }
  .p-aboutus-sec02 {
    padding-bottom: 100px;
  }
  .p-aboutus-sec02 .inner-block02 {
    padding: 60px 20px;
  }
  .p-aboutus-sec02 .c-title01 {
    margin-bottom: 40px;
  }
  .p-aboutus-sec02__img02 {
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-aboutus-table02 {
    overflow-x: auto;
  }
  .p-aboutus-table02 table {
    width: 600px;
  }
  .p-newgraduate .l-mv {
    background-image: url("../img/newgraduate/mv_sp.png");
  }
  .p-newgraduate-sec01 .inner-block02 {
    padding: 60px 20px;
  }
  .p-newgraduate-sec02 {
    padding-bottom: 100px;
  }
  .p-newgraduate-sec02 .inner-block02 {
    padding: 60px 20px;
  }
  .p-newgraduate-entry {
    padding: 20px;
  }
  .p-newgraduate-entry__item + .p-newgraduate-entry__item {
    margin-top: 40px;
  }
  .p-newgraduate-entry__ttl img {
    max-height: 56px;
    width: auto;
  }
  .p-career .l-mv {
    background-image: url("../img/career/mv_sp.png");
  }
  .p-career-sec01 .inner-block02 {
    padding: 60px 20px;
  }
  .p-career-sec02 {
    padding-bottom: 100px;
  }
  .p-career-sec02 .inner-block02 {
    padding: 60px 20px;
  }
  .p-career-sec02__cont01 {
    margin-top: 20px;
  }
  .ratio table tbody th {
    padding: 10px 25px;
  }
  .ratio table tbody td {
    padding: 10px 60px 10px 20px;
  }
  .p-introduce .l-mv {
    background-position: center;
    background-image: url("../img/introduce/mv_sp.png");
  }
  .p-introduce-sec01 .inner-block02 {
    padding: 60px 20px 80px;
  }
  .p-introduce-job .inner-block02 {
    padding: 100px 20px 20px;
  }
  .p-introduce-job--02 .inner-block02 {
    padding-top: 60px;
  }
  .p-introduce-job__anker-list {
    top: -60px;
  }
  .p-introduce-job__anker-item a {
    width: 120px;
    height: 120px;
  }
  .p-introduce-job__anker-item:nth-child(2) a {
    margin-left: 20px;
  }
  .p-introduce-job__anker-text {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .p-introduce-job__anker-arrow {
    width: 15px;
  }
  .p-introduce-job__box {
    display: block;
    margin-bottom: 30px;
  }
  .p-introduce-job__left {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-introduce-job__box-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .p-introduce-job__box-text {
    font-size: 16px;
    max-width: none;
    padding-right: 0;
  }
  .p-introduce-job__right {
    max-width: none;
  }
  .p-introduce-job__list {
    margin-bottom: 50px;
  }
  .p-introduce-job__item-top {
    padding: 15px 40px;
  }
  .p-introduce-job__item-title {
    font-size: 16px;
  }
  .p-introduce-job__item-more {
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .p-introduce-job__child-list li {
    font-size: 14px;
  }
  .p-introduce-job__bottom-text span {
    font-size: 20px;
  }
  .p-introduce-job__bottom-text span::after {
    top: 14px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 11px solid #ffffff;
  }
  .p-introduce-interview {
    display: block;
  }
  .p-introduce-interview--02 {
    padding-bottom: 63px;
  }
  .p-introduce-interview__person {
    width: auto;
    height: 250px;
  }
  .p-introduce-interview__box {
    width: 193px;
  }
  .p-introduce-interview__box.pat-sp-left {
    left: 0;
    right: initial;
  }
  .p-introduce-interview__box.pat-sp-right {
    right: 0;
    left: initial;
  }
  .p-introduce-interview__text01 {
    font-size: 11px;
  }
  .p-introduce-interview__text02 {
    font-size: 24px;
  }
  .p-introduce-interview__text03 {
    font-size: 14px;
  }
  .p-vision .l-mv {
    background-image: url("../img/vision/mv_sp.png");
  }
  .p-vision-sec01 .inner-block02 {
    padding: 60px 20px;
  }
  .p-vision-sec01 .c-title01 {
    margin-bottom: 30px;
  }
  .p-vision-sec01__list01 {
    padding-bottom: 70px;
  }
  .p-vision-sec01__item01 {
    display: block;
    padding: 20px;
    border-width: 7px;
    max-height: none;
  }
  .p-vision-sec01__item01 + li {
    margin-top: 30px;
  }
  .p-vision-sec01__item01-left {
    width: auto;
    padding-bottom: 10px;
  }
  .p-vision-sec01__item01-left::after {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    border-right: none;
    border-bottom: 2px dotted #E8E8E0;
  }
  .p-vision-sec01__item01-text01 {
    font-size: 20px;
  }
  .p-vision-sec01__item01-text02 {
    font-size: 14px;
  }
  .p-vision-sec01__item01-right {
    padding: 10px 0 0;
  }
  .p-vision-sec01__item01-text03 {
    font-size: 16px;
  }
  .p-vision-sec01__item01-child-list li {
    font-size: 16px;
  }
  .p-vision-sec01__grd-box {
    padding: 20px;
  }
  .p-vision-sec01__grd-box-title {
    font-size: 20px;
  }
  .p-vision-sec01__grd-box-title::after {
    height: 2px;
  }
  .p-vision-sec01__grd-box-lead {
    font-size: 26px;
  }
  .p-vision-sec01__qualities-img {
    margin: auto;
    max-width: 340px;
  }
  .p_int .l-mv {
    background-position: center;
  }
  .p_int__note {
    margin-top: 10px;
  }
  .p_int-cont {
    margin-top: 50px;
    padding-bottom: 140px;
  }
  .p_int-d {
    padding-bottom: 140px;
  }
  .p_int-d .l-mv {
    background-position: right;
  }
  .p_int-d .l-mv__title-text02 {
    font-size: 18px;
  }
  .p_int-d-prof {
    margin-top: 17px;
  }
  .p_int-d-prof__box .name {
    font-size: 20px;
  }
  .p_int-d-prof__box .cose {
    font-size: 14px;
  }
  .p_int-d-cont__wrap {
    margin-top: 64px;
  }
  .p_int-d-cont .c-cont01 + .c-cont01 {
    margin-top: 62px;
  }
  .p_int-d-time {
    margin-top: 60px;
  }
  .p_int-d-time__box {
    margin-top: 25px;
  }
  .p_int-d-time__line {
    display: none;
  }
  .p_int-d-time__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_int-d-time__item::before {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% + 5px);
    background: #fff;
    position: absolute;
    top: 38px;
    left: 24px;
  }
  .p_int-d-time__item.big .txt {
    margin-left: 30px;
  }
  .p_int-d-time__item.small .txt {
    margin-left: 30px;
  }
  .p_int-d-time__item .set::before {
    -webkit-transform: translate(29px, 33px);
            transform: translate(29px, 33px);
    height: 1px;
    width: 45px;
    margin: 0;
  }
  .p_int-d-time__item .time {
    display: inline-block;
    top: 0;
    left: 85px;
    white-space: nowrap;
  }
  .p_int-d-time__item .txt {
    text-align: left;
    font-size: 18px;
    width: calc(100% - 46px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 5px;
  }
  .p_int-d-time__item:last-child::before {
    display: none;
  }
  .p_int-d-time__item + .p_int-d-time__item {
    position: relative;
    margin-top: 15px;
  }
  .p_int-d-list {
    margin-top: 70px;
  }
  .p_int-d-list__list {
    margin-top: 35px;
  }
  .p_env .l-mv {
    background-position: right;
  }
  .p_env__cont01 {
    padding-top: 97px;
  }
  .p_env__cont02 {
    margin-top: 80px;
    padding: 80px 0;
  }
  .p_env__cont03 {
    padding-top: 70px;
  }
  .p_env__area {
    margin-top: 50px;
  }
  .p_env-anker {
    margin-top: 70px;
  }
  .p_env-cont01__img {
    margin-top: 30px;
    overflow: auto;
  }
  .p_env-cont01__img img {
    min-width: 800px;
  }
  .p_env-cont {
    padding-bottom: 140px;
  }
  .p_env-cont__lead {
    margin-top: 15px;
    font-size: 15px;
    text-align: left;
  }
  .p_env-cont-bal {
    margin-top: 160px;
    padding-bottom: 220px;
  }
  .p_env-cont-bal__dec {
    max-width: 130px;
  }
  .p_env-cont-bal__dec .ttl {
    font-size: 18px;
  }
  .p_env-cont-bal__dec .txt {
    margin-top: 5px;
    font-size: 13px;
  }
  .p_env-cont-bal__dec.ptn01 {
    bottom: 100%;
  }
  .p_env-cont-bal__dec.ptn02 {
    bottom: 100%;
    right: 0;
  }
  .p_env-cont-bal__dec.ptn03 {
    top: 100%;
    left: 0;
  }
  .p_env-cont-bal__dec.ptn04 {
    top: 100%;
    right: 0;
  }
  .p_env-cont-case + .p_env-cont-case {
    margin-top: 45px;
  }
  .p_env-cont-case__table {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 641px) {
  .inner-block01 {
    margin: 0 auto;
  }
  .inner-block02 {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .c-header {
    position: relative;
  }
  .c-header__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 6.149341142vw;
  }
  .c-header__logo img {
    width: 19.0336749634vw;
  }
  .c-header__logo:hover {
    opacity: 0.8;
  }
  .c-header__right {
    width: 19.0336749634vw;
    text-align: center;
  }
  .c-header__mufg {
    margin-right: 10px;
  }
  .c-header__mufg:hover {
    opacity: 0.8;
  }
  .c-header__bottom {
    border-top: solid 6px #E60000;
    padding: 18px 5.1244509517vw 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-header__spbox {
    display: contents;
  }
  .c-header-list__link:hover {
    opacity: 0.8;
  }
  .c-header-nav-list__link:hover {
    opacity: 0.7;
  }
  .c-header-sub-list__link:hover {
    opacity: 0.7;
  }
  .c-header__btn.active {
    height: 100%;
  }
  .c-header-nav02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.9282576867vw;
  }
  .c-header-nav02__li:first-child::before {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% - 3px);
    background: #DDDDDD;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -25px;
  }
  .c-header-nav02__li:last-child::after {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% - 3px);
    background: #DDDDDD;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20px;
  }
  .c-header-nav02__li + .c-header-nav02__li::before {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% - 3px);
    background: #DDDDDD;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1.4641288433vw;
  }
  .c-header-nav02__link {
    font-size: 0.878477306vw;
  }
  .c-header-sublist {
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    padding: 34px 23px 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .c-header-sublist.ptn01 {
    left: -1.5em;
  }
  .c-header-sublist.ptn02 {
    left: initial;
    right: 0;
  }
  .c-header-sublist__li + .c-header-sublist__li {
    margin-top: 24px;
  }
  .c-header-sublist__link {
    font-size: 0.878477306vw;
  }
  .c-header-fixed .c-header-nav02 {
    gap: 2.196193265vw;
  }
  .c-header-fixed .c-header-nav02__li:first-child::before {
    left: -0.7320644217vw;
  }
  .c-header-fixed .c-header__list02 {
    padding-left: 1.4641288433vw;
    margin-left: 0.3660322108vw;
  }
  .c-header-fixed .c-header-sublist {
    top: 35px;
  }
  .c-banner-list__link:hover {
    opacity: 0.8;
  }
  .c-footer {
    padding-top: 80px;
  }
  .c-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-footer__nav {
    width: calc(100% - 210px);
  }
  .c-footer__nav-wrap {
    display: grid;
    gap: 2px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .c-footer-nav-list > li:not(:first-child) {
    margin-top: 30px;
  }
  .c-footer-nav-list > li.flex .box {
    display: contents;
  }
  .c-footer-nav-list__link:hover {
    opacity: 0.8;
  }
  .c-footer-sub-list__link {
    font-weight: 500;
  }
  .c-footer-sub-list__link:hover {
    opacity: 0.8;
  }
  .c-footer-bottom {
    margin-top: 70px;
    padding: 20px 0;
    border-top: 6px solid #E60000;
  }
  .c-footer-bottom__copy {
    margin-top: 23px;
    text-align: center;
  }
  .c-footer-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-contact-box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-contact-box01__ttl {
    width: 174px;
  }
  .l-contact-box01__body {
    width: calc(100% - 174px);
  }
  .l-contact-box01__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-contact-box01__link-ttl {
    width: 130px;
  }
  .l-contact-box01__link-body {
    width: calc(100% - 130px);
  }
  .c-cont01.ptn01 .c-cont01__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-cont01.ptn01 .c-cont01__box {
    padding-right: 0;
    padding-left: 50px;
  }
  .c-cont01.bg-gray {
    padding: 120px 0;
  }
  .c-cont01__box {
    width: 540px;
    padding-right: 50px;
  }
  .c-cont01__img {
    width: 633px;
  }
  .c-cont01__img.right {
    margin-right: -193px;
  }
  .c-cont01__img.left {
    margin-left: -193px;
  }
  .c-cont02:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .c-cont02:nth-child(even) .c-cont02__box {
    padding-left: 0;
    padding-right: 73px;
  }
  .c-cont02:nth-child(even) .c-cont02__ttl {
    margin: 0 -73px 0 0;
    padding-left: 0;
    padding-right: 73px;
    width: calc(100% + 73px);
  }
  .c-cont02:nth-child(even) .c-cont02__txt {
    padding-right: 0;
  }
  .c-cont02__img {
    width: 452px;
  }
  .c-cont02__box {
    padding-left: 38px;
    width: calc(100% - 452px);
  }
  .c-cont02__ttl {
    width: calc(100% + 38px);
    margin: 0 0 0 -38px;
    padding-left: 38px;
  }
  .c-cont02__txt {
    padding-right: 30px;
  }
  .c-title01__text02.pat-tac {
    text-align: center;
  }
  .c-title01__text02.pat-small {
    font-size: 16px;
  }
  .c-btn01:hover {
    opacity: 0.7;
  }
  .c-btn02:hover .c-btn02__circle img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-more:hover .c-more__ico img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .c-anker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-anker__item {
    width: 305px;
  }
  .c-anker__item:not(:last-child) {
    margin-right: 32px;
  }
  .c-ttl .ja.small {
    font-size: 25px;
  }
  .c-table01 > tbody > tr > th {
    min-width: 180px;
  }
  .c-table01.navy > tbody > tr > th {
    width: 226px;
  }
  .c-table02 > tbody > tr > th {
    min-width: 180px;
  }
  .c-btn-entry {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-btn-entry:hover {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .c-slide03__item {
    width: 380px;
  }
  .c-list01 {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-list01.three {
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-list01.detail {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-list01__link:hover .c-list01__img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  #splash_text {
    width: 250px;
  }
  .logo01,
  .logo02 {
    width: 250px;
  }
  .paging-area > * {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .paging-area > *:not(.dots):hover {
    background: blue;
    color: #fff;
  }
  #pagetop a {
    padding: 14.5px 21px;
  }
  #pagetop:hover a {
    background-color: #e1647b;
  }
  .svg-view:hover rect {
    -webkit-animation: fill 1.5s forwards;
    animation: fill 1.5s forwards;
  }
  .p_home-mv-list__txt {
    bottom: -2.9282576867vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: max(87vw, 1201px);
  }
  .p_home-group__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p_home-group__wrap > div {
    width: 50%;
  }
  .p_home-lease2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-lease2__txt {
    margin-top: 68px;
  }
  .p_home-lease2__slide {
    width: 820px;
  }
  .p_home-lease2 .arrows button:hover {
    opacity: 0.5;
  }
  .p_home-job__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-job__img {
    width: 990px;
    margin-right: 74px;
    margin-left: calc(50% - 50vw);
  }
  .p_home-job__box {
    width: 170px;
    white-space: nowrap;
  }
  .p_home-int-slider {
    margin-top: 77px;
  }
  .p_home-int-slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_home-int-slider__txt-wrap {
    width: 200px;
    min-width: 160px;
  }
  .p_home-int-slider__slider {
    width: max(70.0585651537vw, 820px);
    -webkit-transform: translateX(max(5.1244509517vw, 95px));
            transform: translateX(max(5.1244509517vw, 95px));
    margin-right: calc(50% - 50vw);
  }
  .p_home-int-slider__btn {
    margin-top: 30px;
  }
  .p_home-int-slider .int_arrows button:hover {
    opacity: 0.5;
  }
  .p_home-bottom-list__link:hover .p_home-bottom-list__ico img {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .p-lease-sec03__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-lease-sec03__title {
    margin-top: 20px;
  }
  .p-lease-sec03__description {
    text-align: center;
  }
  .p-lease-sec05__bg {
    padding: 0 0 31px;
  }
  .p-lease-sec05__dec {
    top: 34px;
    left: -140px;
  }
  .p-lease-sec05__list > li:nth-child(n+4) {
    margin-top: 50px;
  }
  .p-lease-sec05__item::before {
    content: "";
    display: block;
    background-color: #F5F7F7;
    position: absolute;
    height: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .p-lease-sec06__dec {
    max-height: 551px;
    height: 100%;
    right: -80px;
  }
  .p-lease-sec06__cont {
    padding: 60px 0 51px;
  }
  .p-group .l-mv {
    background-position: 0 -5vw;
  }
  .p-group-sec03__left {
    width: 555px;
  }
  .p-group-sec03__right {
    width: calc(100% - 555px);
  }
  .p-group-sec03__text02.pat-tac {
    text-align: center;
  }
  .p-group-sec04__img-box img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .p-group-sec04__child-list li.pat-tac {
    text-align: center;
  }
  .p-aboutus-sec02__img01 {
    padding: 0 40px;
    margin-top: 80px;
  }
  .p-aboutus-sec02__img02 {
    margin-left: -60px;
    margin-right: -60px;
  }
  .p-newgraduate-entry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .p-newgraduate-entry__ttl {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-introduce-job__left {
    width: 70%;
  }
  .p-introduce-job__right {
    width: 30%;
  }
  .p-introduce-job__child-list li {
    text-align: center;
  }
  .p-introduce-job__child-list li.pat-tac {
    text-align: center;
  }
  .p-introduce-interview__box {
    width: 334px;
  }
  .p-vision-sec01__item01-right {
    width: calc(100% - 220px);
  }
  .p_int-d-time__box {
    margin-top: 80px;
    min-height: 270px;
  }
  .p_int-d-time__line {
    height: 1px;
    -webkit-transform: translateY(121px);
            transform: translateY(121px);
  }
  .p_int-d-time__item {
    top: -35px;
    min-width: 55px;
    position: absolute;
  }
  .p_int-d-time__item.big .set::before {
    height: 150px;
  }
  .p_int-d-time__item.big .txt {
    margin-top: 115px;
  }
  .p_int-d-time__item.small .set::before {
    height: 70px;
  }
  .p_int-d-time__item.small .txt {
    margin-top: 35px;
  }
  .p_int-d-time__item.ptn01 {
    left: 2%;
  }
  .p_int-d-time__item.ptn02 {
    left: 16.6666666667%;
  }
  .p_int-d-time__item.ptn03 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_int-d-time__item.ptn04 {
    right: 16.6666666667%;
  }
  .p_int-d-time__item.ptn05 {
    right: 2%;
  }
  .p_int-d-time__item .set::before {
    width: 1px;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .p_int-d-time__item .time {
    left: 0;
    top: -5px;
  }
  .p_int-d-time__item .circle {
    margin: auto;
  }
  .p_int-d-time__item .txt {
    word-break: keep-all;
  }
  .p_env-cont-bal__dec .ttl {
    white-space: nowrap;
  }
  .p_env-cont-bal__dec.ptn01 {
    top: 60px;
    left: -35px;
  }
  .p_env-cont-bal__dec.ptn02 {
    top: 60px;
    right: -35px;
  }
  .p_env-cont-bal__dec.ptn03 {
    bottom: 60px;
    left: -35px;
  }
  .p_env-cont-bal__dec.ptn04 {
    bottom: 60px;
    right: -35px;
  }
}
@media (min-width: 1450px) {
  .c-header__right {
    width: 260px;
  }
}
@media (any-hover: hover) {
  .c-header-nav02__li.menu:hover .c-header-sublist {
    opacity: 1;
    visibility: visible;
  }
  .c-header-nav02__link:hover {
    color: #E60000;
  }
  .c-header-sublist__link:hover {
    color: #E60000;
  }
}
@media not print {
  .anm {
    opacity: 0;
  }
  .anm.is-animated {
    -webkit-animation: fadeIn 1.5s forwards;
    animation: fadeIn 1.5s forwards;
  }
  .anm-up {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  .anm-up.is-animated {
    -webkit-animation: fadeInUp 1.5s forwards;
    animation: fadeInUp 1.5s forwards;
  }
  .anm-left {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }
  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 1.5s forwards;
    animation: fadeInLeft 1.5s forwards;
  }
  .anm-right {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }
  .anm-right.is-animated {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
  }
}
@media (641px <= width <= 1200px) {
  .p_home-mv-list__txt {
    width: max(85vw, 1000px);
  }
}
@media only screen and (min-width: 1450px) {
  .p_home-group__right-box {
    height: 53.5%;
  }
}
@media only screen and (min-width: 1760px) {
  .p_home-int-slider__slider {
    margin-right: calc(66% - 66vw);
  }
}
@media only screen and (max-width: 1032px) {
  .p_home-int-slider .int_arrows button {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-lease-sec02__text span {
    font-size: 24px;
  }
}
@media (min-width: 641px) and (max-width: 923px) {
  .p_int-d-time__line {
    display: none;
  }
  .p_int-d-time__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_int-d-time__item::before {
    display: block;
    content: "";
    width: 1px;
    height: calc(100% + 65px);
    background: #fff;
    position: absolute;
    top: 30px;
    left: 24px;
  }
  .p_int-d-time__item.big .set::before {
    height: 1px;
    width: 45px;
  }
  .p_int-d-time__item.big .txt {
    margin-left: 30px;
    margin-top: 0;
  }
  .p_int-d-time__item.small .set::before {
    height: 1px;
    width: 45px;
  }
  .p_int-d-time__item.small .txt {
    margin-left: 30px;
    margin-top: 0;
  }
  .p_int-d-time__item.ptn01 {
    left: 0;
    top: 0;
  }
  .p_int-d-time__item.ptn02 {
    left: 0;
  }
  .p_int-d-time__item.ptn03 {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p_int-d-time__item.ptn04 {
    right: auto;
    left: 0;
  }
  .p_int-d-time__item.ptn05 {
    right: auto;
  }
  .p_int-d-time__item .set::before {
    top: 0;
    left: 0;
    -webkit-transform: translate(27px, 33px);
            transform: translate(27px, 33px);
    height: 1px;
    width: 45px;
    margin: 0;
  }
  .p_int-d-time__item .time {
    display: inline-block;
    top: 0;
    left: 85px;
    white-space: nowrap;
  }
  .p_int-d-time__item .circle {
    margin: 0;
  }
  .p_int-d-time__item .txt {
    text-align: left;
    font-size: 18px;
    width: calc(100% - 46px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 5px;
  }
  .p_int-d-time__item:last-child::before {
    display: none;
  }
  .p_int-d-time__item + .p_int-d-time__item {
    margin-top: 65px;
  }
}
/*# sourceMappingURL=style.css.map */