@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img, svg {
  border: 0;
}

address, caption, cite, dfn, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #1E2746;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #1E2746;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (min-width: 781px) {
  .inner.flex_pc {
    display: flex;
    align-items: flex-start;
  }
  .inner.flex_pc .midashi01 {
    width: 20rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .inner.flex_pc .midashi01 {
    width: 18rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .inner.flex_pc .midashi01 {
    width: 16rem;
  }
}
@media only screen and (min-width: 781px) {
  .inner.flex_pc .content {
    width: calc(100% - 20rem);
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .inner.flex_pc .content {
    width: calc(100% - 18rem);
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .inner.flex_pc .content {
    width: calc(100% - 16rem);
  }
}

.bg_white {
  background-color: #ffffff;
}

@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 3rem;
    text-align: center;
  }
}
.midashi01 > div {
  padding-top: 6rem;
  writing-mode: vertical-rl;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .midashi01 > div {
    padding-top: 3.5rem;
    text-align: left;
    display: inline-block;
  }
}
.midashi01 > div h2, .midashi01 > div h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .midashi01 > div h2, .midashi01 > div h3 {
    padding-right: 1em;
    font-size: 2.3rem;
  }
}
.midashi01 > div h2:before, .midashi01 > div h3:before {
  width: 4rem;
  height: 2.6rem;
  content: "";
  background-image: url("../img/midashi01_fig.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0.175em;
}
@media only screen and (max-width: 780px) {
  .midashi01 > div h2:before, .midashi01 > div h3:before {
    width: 3.1rem;
    height: 2rem;
    right: 1.05em;
  }
}
.midashi01 > div .eng {
  margin-right: 0.25em;
  font-family: "Cinzel", serif;
  color: #9EAAB1;
}

.midashi02 {
  margin-bottom: 5.4rem;
}
@media only screen and (max-width: 780px) {
  .midashi02 {
    margin-bottom: 2.5rem;
  }
}
.midashi02 > div {
  text-align: center;
}
.midashi02 > div:before {
  width: 4rem;
  height: 2.6rem;
  margin: 0 auto 2rem auto;
  content: "";
  background-image: url("../img/midashi01_fig.png");
  background-size: cover;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi02 > div:before {
    width: 3.1rem;
    height: 2rem;
    margin-bottom: 1.5rem;
  }
}
.midashi02 > div .eng {
  font-family: "Cinzel", serif;
  color: #9EAAB1;
  display: block;
}
.midashi02 > div h2, .midashi02 > div h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .midashi02 > div h2, .midashi02 > div h3 {
    font-size: 2.3rem;
  }
}

.btn01 {
  padding-right: 11rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .btn01 {
    padding-right: 7rem;
    font-size: 1.5rem;
  }
}
.btn01:before {
  width: 3rem;
  height: 1px;
  content: "";
  background-color: #1E2746;
  position: absolute;
  top: 50%;
  left: calc(100% - 10rem);
  z-index: 1;
  transition: width 0.3s;
}
@media only screen and (max-width: 780px) {
  .btn01:before {
    width: 2.2rem;
    left: calc(100% - 6rem);
  }
}
.btn01:after {
  width: 10rem;
  height: 1px;
  content: "";
  background-color: #CECECE;
  position: absolute;
  top: 50%;
  left: calc(100% - 10rem);
}
@media only screen and (max-width: 780px) {
  .btn01:after {
    width: 6rem;
    left: calc(100% - 6rem);
  }
}
.btn01:hover:before {
  width: 10rem;
}

/*タブ切り替え　ベース*/
.tab_content .tab_body > * {
  animation: tabDisp 1s;
}
.tab_content .tab_body > *:not(.current) {
  display: none;
  opacity: 0;
}
@keyframes tabDisp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*フェードイン*/
.fadeIn {
  opacity: 0;
  transition: opacity 0.5s;
}

.fadeIn.view {
  opacity: 1;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  overflow: hidden;
  padding-top: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .container {
    padding-top: 7.6rem;
  }
}

.home .container {
  padding-top: 0;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 8.8rem;
  background-color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 780px) {
  #header {
    height: 7.6rem;
  }
}
#header .logo {
  width: 32.5rem;
  height: 5.6rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 1599px) {
  #header .logo {
    width: 28rem;
  }
}
@media only screen and (max-width: 1279px) {
  #header .logo {
    width: 22rem;
  }
}
@media only screen and (max-width: 1099px) {
  #header .logo {
    width: 20.9rem;
  }
}
#header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../img/logo02.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #header .header_right .sp_menu_open {
    width: 7.6rem;
    height: 7.6rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
    display: block;
  }
}
#header .header_right .navi {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi {
    width: 100%;
    height: 100vh;
    padding-top: 7.6rem;
    background-color: rgba(30, 39, 70, 0.9);
    position: absolute;
    top: 0;
    left: 100%;
    transition: left 0.5s;
  }
  #header .header_right .navi.open {
    left: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .sp_menu_close {
    width: 7.6rem;
    height: 7.6rem;
    background-image: url("../img/sp_menu_close.png");
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi > ul {
    margin-right: 1em;
    display: flex;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #header .header_right .navi > ul {
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi > ul {
    width: 88%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi > ul > li {
    margin: 0 1.5em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi > ul > li {
    margin: 0 1em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  #header .header_right .navi > ul > li {
    margin: 0 0.5em;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi > ul > li {
    border-bottom: solid 0.2rem #A0A4B2;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi > ul > li > a:after, #header .header_right .navi > ul > li > span:after {
    width: 0.8rem;
    height: 1px;
    margin: 0.8rem auto 0 auto;
    content: "";
    background-color: #1E2746;
    display: block;
    transition: width 0.3s;
  }
  #header .header_right .navi > ul > li > a:hover:after, #header .header_right .navi > ul > li > span:hover:after {
    width: 5rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi > ul > li > a, #header .header_right .navi > ul > li > span {
    padding: 2rem 0;
    font-size: 1.7rem;
    color: #ffffff;
    display: block;
  }
}
#header .header_right .navi > ul > li.dropdown {
  position: relative;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi > ul > li.dropdown.open > span:after {
    width: 5rem;
  }
  #header .header_right .navi > ul > li.dropdown.open ul {
    height: auto;
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi > ul > li.dropdown > span:after {
    width: 3.6rem;
    height: 3.6rem;
    content: "";
    background-image: url("../img/icon_plus01.png");
    background-size: cover;
    position: absolute;
    top: 1.5rem;
    right: 0;
  }
  #header .header_right .navi > ul > li.dropdown.open > span:after {
    background-image: url("../img/icon_minus01.png");
  }
  #header .header_right .navi > ul > li.dropdown.open ul {
    padding-bottom: 2rem;
    height: auto;
  }
}
#header .header_right .navi > ul > li.dropdown ul {
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi > ul > li.dropdown ul {
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi > ul > li.dropdown ul li {
    border-bottom: solid 1px #BABFCC;
  }
  #header .header_right .navi > ul > li.dropdown ul li:last-child {
    border-bottom: none;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi > ul > li.dropdown ul li {
    padding-left: 2rem;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi > ul > li.dropdown ul li a {
    padding: 1em;
    font-size: 1.4rem;
    white-space: nowrap;
    display: block;
  }
  #header .header_right .navi > ul > li.dropdown ul li a:hover {
    color: #A0A4B2;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi > ul > li.dropdown ul li a {
    padding: 1rem 0;
    color: #ffffff;
    display: block;
  }
}
#header .header_right .navi .btn {
  letter-spacing: -0.4em;
}
#header .header_right .navi .btn > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .btn {
    width: 88%;
    margin: 4.5rem auto 0 auto;
  }
}
#header .header_right .navi .btn .btn_login, #header .header_right .navi .btn .btn_contact {
  vertical-align: middle;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi .btn .btn_login, #header .header_right .navi .btn .btn_contact {
    width: 26rem;
    height: 8.8rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  #header .header_right .navi .btn .btn_login, #header .header_right .navi .btn .btn_contact {
    width: 22rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .btn .btn_login, #header .header_right .navi .btn .btn_contact {
    width: 47%;
  }
}
#header .header_right .navi .btn .btn_login a, #header .header_right .navi .btn .btn_contact a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  display: block;
}
#header .header_right .navi .btn .btn_login a {
  font-weight: 500;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi .btn .btn_login a {
    padding-top: 3rem;
    font-family: "Noto Serif JP", serif;
    background-color: #3E4769;
  }
  #header .header_right .navi .btn .btn_login a:hover {
    background-color: #5B6383;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .btn .btn_login a {
    padding: 3.3rem 1.9rem;
    font-size: 1.2rem;
    border: solid 1px #ffffff;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  #header .header_right .navi .btn .btn_contact {
    width: 8.8rem;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .btn .btn_contact {
    margin-left: 6%;
  }
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi .btn .btn_contact a {
    padding-top: 2.1rem;
    font-family: "Cinzel", serif;
    font-size: 1.8rem;
    background-color: #1E2746;
  }
  #header .header_right .navi .btn .btn_contact a:hover {
    background-color: #2C365A;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .btn .btn_contact a {
    padding: 1.6rem 1.9rem;
    font-size: 1.2rem;
    border: solid 1px #ffffff;
  }
}
#header .header_right .navi .btn .btn_contact a:before {
  content: "";
  background-image: url("../img/icon_mail01.png");
  background-size: cover;
}
@media only screen and (min-width: 901px) {
  #header .header_right .navi .btn .btn_contact a:before {
    width: 4rem;
    height: 4rem;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: -0.7em;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) and (min-width: 901px) {
  #header .header_right .navi .btn .btn_contact a:before {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  #header .header_right .navi .btn .btn_contact a:before {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 1099px) and (min-width: 901px) {
  #header .header_right .navi .btn .btn_contact a > span {
    display: none;
  }
}

@media only screen and (min-width: 901px) {
  .home #header:not(.scroll) {
    position: absolute;
    background-color: transparent;
  }
  .home #header:not(.scroll) .logo a {
    background-image: url("../img/logo01.png");
  }
  .home #header:not(.scroll) .header_right .navi > ul > li > a, .home #header:not(.scroll) .header_right .navi > ul > li > span {
    color: #ffffff;
  }
  .home #header:not(.scroll) .header_right .navi > ul > li > a:after, .home #header:not(.scroll) .header_right .navi > ul > li > span:after {
    background-color: #ffffff;
  }
  .home #header:not(.scroll) .header_right .navi > ul > li ul {
    background-color: transparent;
  }
  .home #header:not(.scroll) .header_right .navi > ul > li ul li {
    border-bottom-color: #ffffff;
  }
  .home #header:not(.scroll) .header_right .navi > ul > li ul li a {
    color: #ffffff;
  }
  .home #header:not(.scroll) .header_right .navi > ul > li ul li a:hover {
    color: #A0A4B2;
  }
}

/*ボトムコンタクト*/
.bottom_contact {
  border-top: solid 1px #1E2746;
}
.bottom_contact a {
  padding: 12.8rem 0;
  letter-spacing: 0.03em;
  text-align: center;
  display: block;
}
.bottom_contact a span {
  margin-bottom: 4rem;
  font-family: "Cinzel", serif;
  font-size: 3.6rem;
  letter-spacing: normal;
  display: block;
}
.bottom_contact a span:after {
  width: 2.5em;
  height: 0.2rem;
  margin: 3.2rem auto 0 auto;
  content: "";
  background-color: #1E2746;
  display: block;
}
.bottom_contact a:hover {
  color: #ffffff;
  background-color: #2D3345;
}
.bottom_contact a:hover span:after {
  background-color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .bottom_contact a {
    padding: 5.5rem 0;
    font-size: 1.4rem;
    color: #ffffff;
    background-color: #2D3345;
  }
  .bottom_contact a span {
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
  .bottom_contact a span:after {
    margin-top: 1.6rem;
    background-color: #ffffff;
  }
}

/*スマホ追従*/
@media only screen and (max-width: 780px) {
  .sp_fix_contant {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
  }
  .sp_fix_contant .btn {
    display: flex;
  }
  .sp_fix_contant .btn .btn_login, .sp_fix_contant .btn .btn_contact {
    width: 50%;
  }
  .sp_fix_contant .btn .btn_login a, .sp_fix_contant .btn .btn_contact a {
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    color: #ffffff;
    display: block;
  }
  .sp_fix_contant .btn .btn_login a:before, .sp_fix_contant .btn .btn_contact a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.5em;
    display: inline-block;
    vertical-align: -0.6em;
    content: "";
    background-size: cover;
  }
  .sp_fix_contant .btn .btn_login a {
    background-color: #3E4769;
  }
  .sp_fix_contant .btn .btn_login a:before {
    content: none;
  }
  .sp_fix_contant .btn .btn_contact a {
    background-color: #1E2746;
  }
  .sp_fix_contant .btn .btn_contact a:before {
    background-image: url("../img/icon_mail01.png");
  }
}

/*フッターブロック*/
#footer {
  padding: 7rem 0 5rem 0;
  color: #ffffff;
  background-color: #1D2131;
}
@media only screen and (max-width: 780px) {
  #footer {
    padding: 4.4rem 0 9rem 0;
  }
}
#footer .logo {
  width: 32.5rem;
  margin: 0 auto 1.6rem auto;
}
@media only screen and (max-width: 780px) {
  #footer .logo {
    width: 25rem;
    margin-bottom: 2.4rem;
  }
}
#footer address {
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  #footer address {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_link {
    margin-top: 6.4rem;
    margin-bottom: 1.7rem;
    padding-top: 4rem;
    border-top: solid 1px #2F3446;
  }
  #footer .footer_link .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_link {
    margin-top: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_link .btn {
    letter-spacing: -0.4em;
  }
  #footer .footer_link .btn > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_link .btn {
    margin-bottom: 3.6rem;
  }
}
@media only screen and (min-width: 901px) {
  #footer .footer_link .btn .btn_login, #footer .footer_link .btn .btn_contact {
    vertical-align: middle;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_link .btn .btn_login, #footer .footer_link .btn .btn_contact {
    width: 74%;
    margin: 0 auto;
  }
}
#footer .footer_link .btn .btn_login a, #footer .footer_link .btn .btn_contact a {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #ffffff;
  border: solid 1px #ffffff;
  display: block;
}
@media only screen and (min-width: 901px) {
  #footer .footer_link .btn .btn_login a, #footer .footer_link .btn .btn_contact a {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_link .btn .btn_login a, #footer .footer_link .btn .btn_contact a {
    padding: 1.2rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
#footer .footer_link .btn .btn_login a:before, #footer .footer_link .btn .btn_contact a:before {
  margin-right: 0.5em;
  display: inline-block;
  content: "";
  background-size: cover;
}
@media only screen and (min-width: 901px) {
  #footer .footer_link .btn .btn_login a:before, #footer .footer_link .btn .btn_contact a:before {
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: -0.5em;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_link .btn .btn_login a:before, #footer .footer_link .btn .btn_contact a:before {
    width: 2rem;
    height: 2rem;
    vertical-align: -0.4em;
  }
}
#footer .footer_link .btn .btn_login a:before {
  content: none;
}
@media only screen and (min-width: 901px) {
  #footer .footer_link .btn .btn_contact {
    margin-left: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  #footer .footer_link .btn .btn_contact {
    margin-top: 1.2rem;
  }
}
#footer .footer_link .btn .btn_contact a:before {
  background-image: url("../img/icon_mail01.png");
}
@media only screen and (min-width: 781px) {
  #footer .footer_link ul {
    letter-spacing: -0.4em;
  }
  #footer .footer_link ul > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_link ul {
    width: 111%;
    margin: 0 -5.5%;
    display: flex;
    flex-wrap: wrap;
  }
}
#footer .footer_link ul li {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 781px) {
  #footer .footer_link ul li {
    margin-right: 2em;
    padding-right: 2em;
    font-size: 1.5rem;
    line-height: 1.2;
    border-right: solid 1px #ffffff;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  #footer .footer_link ul li {
    margin-right: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_link ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_link ul li {
    width: calc(50% + 1px);
    margin-left: -1px;
    margin-top: -1px;
    font-size: 1.4rem;
    border: solid 1px #2F3446;
  }
}
#footer .footer_link ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  #footer .footer_link ul li a {
    padding: 2rem;
    text-align: center;
    display: block;
  }
}
#footer .copyright {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #484C58;
}
@media only screen and (max-width: 780px) {
  #footer .copyright {
    font-size: 1.1rem;
    text-align: center;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  width: 100%;
  background-size: cover;
  background-size: center top;
}
@media only screen and (min-width: 781px) {
  .p-top__mv {
    background-image: url("../img/top/mv.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    background-image: url("../img/top/mv_sp.jpg");
  }
}
.p-top__mv .inner {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .inner {
    height: 108rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__mv .inner {
    height: 100vh;
    min-height: 75rem;
  }
}
.p-top__mv h1 {
  width: 17.4rem;
  position: absolute;
  bottom: 20rem;
  left: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__mv h1 {
    width: 7.5rem;
    left: 2rem;
    bottom: 17rem;
  }
}
.p-top__mv p {
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  color: #ffffff;
  -webkit-text-shadow: 0 0 1.5rem #000236;
  -moz-text-shadow: 0 0 1.5rem #000236;
  text-shadow: 0 0 1.5rem #000236;
  position: absolute;
  top: 19rem;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .p-top__mv p {
    font-size: 1.8rem;
    top: 20%;
    right: 50%;
    transform: translate(50%, 0);
  }
}
.p-top__mv .scroll {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  color: #ffffff;
  position: absolute;
  bottom: 5.6rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 780px) {
  .p-top__mv .scroll {
    font-size: 1.7rem;
    bottom: 12rem;
  }
}
.p-top__mv .scroll:before {
  width: 1px;
  height: 1.5rem;
  margin: 0 auto 5rem auto;
  content: "";
  background-color: #ffffff;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__mv .scroll:before {
    margin-bottom: 2rem;
  }
}
.p-top__about {
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .p-top__about {
    padding: 10rem 0 11rem 0;
    background-image: url("../img/top/about_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .p-top__about {
    padding: 4rem 0 7rem 0;
    background-image: url("../img/top/about_bg_sp.jpg");
  }
}
@media only screen and (min-width: 781px) {
  .p-top__about .content {
    padding-right: 7rem;
  }
}
.p-top__about .content h3 {
  margin-bottom: 0.66em;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.28;
}
@media only screen and (max-width: 780px) {
  .p-top__about .content h3 {
    font-size: 2.7rem;
  }
}
.p-top__about .content h3 span {
  font-size: 0.83em;
}
.p-top__about .content p {
  margin-bottom: 2.5em;
  letter-spacing: 0.03em;
  line-height: 2.875;
}
@media only screen and (max-width: 780px) {
  .p-top__about .content p {
    line-height: 2;
  }
}
.p-top__about .content .btn {
  text-align: right;
}
@media only screen and (min-width: 781px) {
  .p-top__service {
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service {
    padding: 5rem 0;
  }
}
.p-top__service .content p {
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 781px) {
  .p-top__service .content p {
    margin-bottom: 3.5em;
    padding-right: 4rem;
    line-height: 2.25;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service .content p {
    margin-bottom: 1.25em;
    line-height: 2;
  }
}
.p-top__service .content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-top__service .content ul li {
  width: 48%;
  margin: 0 4% 4% 0;
}
.p-top__service .content ul li:nth-child(2n) {
  margin-right: 0;
}
.p-top__service .content ul li a {
  display: block;
}
.p-top__service .content ul li a:hover .img {
  opacity: 0.8;
}
.p-top__service .content ul li a:hover .text:before {
  width: 10rem;
}
.p-top__service .content ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  aspect-ratio: 440/330;
  overflow: hidden;
}
.p-top__service .content ul li .img > img, .p-top__service .content ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul li .img {
    margin-bottom: 1.2rem;
  }
}
.p-top__service .content ul li .text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  .p-top__service .content ul li .text {
    padding-right: 11rem;
    font-size: 2.2rem;
    position: relative;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul li .text {
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
  }
}
.p-top__service .content ul li .text:before {
  width: 3rem;
  height: 1px;
  content: "";
  background-color: #1E2746;
  position: absolute;
  top: 50%;
  left: calc(100% - 10rem);
  z-index: 1;
  transition: width 0.3s;
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul li .text:before {
    content: none;
  }
}
.p-top__service .content ul li .text:after {
  width: 10rem;
  height: 1px;
  content: "";
  background-color: #CECECE;
  position: absolute;
  top: 50%;
  left: calc(100% - 10rem);
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul li .text:after {
    content: none;
  }
}
.p-top__recruit {
  margin-bottom: 9.6rem;
  padding-top: 32rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit {
    margin-bottom: 4.4rem;
    padding-top: 16rem;
  }
}
.p-top__recruit .img {
  width: 100%;
  height: 54.4rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top__recruit .img > img, .p-top__recruit .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit .img {
    height: 20rem;
  }
}
.p-top__recruit .inner {
  position: relative;
  z-index: 1;
}
.p-top__recruit .inner .box {
  margin: 0 0 0 auto;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit .inner .box {
    width: 50%;
    min-width: 56.8rem;
    padding: 5rem 0 5rem 7rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__recruit .inner .box {
    padding: 2.5rem 3rem;
  }
}
.p-top__recruit .inner .box:before {
  width: 11.8rem;
  height: 17.5rem;
  content: "";
  background-image: url("../img/top/recruit_fig01.png");
  background-size: cover;
  position: absolute;
  top: 9rem;
  right: -3rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-top__recruit .inner .box:before {
    top: 11rem;
    right: 0;
  }
}
.p-top__recruit .inner .box:after {
  width: 9999px;
  height: 100%;
  content: "";
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -2;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit .inner .box .midashi01 {
    width: 14rem;
  }
  .p-top__recruit .inner .box .content {
    width: calc(100% - 14rem);
    padding-top: 6rem;
  }
}
.p-top__recruit .inner .box p {
  margin-bottom: 1.8em;
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 781px) {
  .p-top__recruit .inner .box p {
    padding-right: 4rem;
    line-height: 2.25;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__recruit .inner .box p {
    line-height: 2;
  }
}
.p-top__company {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__company {
    margin-bottom: 6.5rem;
  }
}
.p-top__company .content .img {
  margin-bottom: 4.6rem;
}
@media only screen and (max-width: 780px) {
  .p-top__company .content .img {
    width: 111%;
    margin: 0 -5.5% 2.8rem -5.5%;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__company .content .text {
    display: flex;
    justify-content: space-between;
  }
}
.p-top__company .content .text p {
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .p-top__company .content .text p {
    margin-bottom: 1em;
    line-height: 2;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__company .content .text .btn {
    text-align: right;
  }
}

/*下層ページ*/
.pagetitle {
  width: 100%;
  height: 27.4rem;
  margin-bottom: 3rem;
  padding-top: 10rem;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: left center;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    height: 20rem;
    padding-top: 7rem;
  }
}
.pagetitle h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    font-size: 2.4rem;
  }
}
.pagetitle h1 span {
  margin-bottom: 0.5em;
  font-family: "Cinzel", serif;
  font-size: 0.47em;
  font-weight: 400;
  letter-spacing: normal;
  display: block;
}

.pankuzu {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 780px) {
  .pankuzu {
    margin-bottom: 5rem;
  }
}
.pankuzu .inner {
  letter-spacing: -0.4em;
  font-size: 1.2rem;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu .inner a:after {
  width: 0.5em;
  height: 0.2rem;
  margin: 0 1em;
  content: "";
  background-color: #1E2746;
  display: inline-block;
  vertical-align: middle;
}
.pankuzu .inner span {
  color: #A0A4B2;
}

.p-company__link {
  margin-bottom: 8.8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__link {
    margin-bottom: 4.4rem;
  }
}
.p-company__link ul {
  margin: 0 -2rem;
  text-align: center;
  letter-spacing: -0.4em;
}
.p-company__link ul > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-company__link ul {
    margin: 0 -1rem;
  }
}
.p-company__link ul li {
  width: 20rem;
  margin: 0 2rem 1em 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-company__link ul li {
    width: 14rem;
    margin: 0 1rem 1em 1rem;
    font-size: 1.4rem;
  }
}
.p-company__link ul li a {
  padding-bottom: 1em;
  color: #BABFCC;
  border-bottom: solid 1px #BABFCC;
  display: block;
}
.p-company__link ul li a:hover {
  color: #1E2746;
  border-bottom-color: #1E2746;
}
@media only screen and (max-width: 780px) {
  .p-company__link ul li a {
    color: #1E2746;
    border-bottom-color: #1E2746;
  }
}
.p-company__message {
  margin-bottom: 12.8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__message {
    margin-bottom: 6rem;
  }
}
.p-company__message .subttl {
  width: 100%;
  height: 66.3rem;
  margin-bottom: 6.4rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-company__message .subttl {
    height: 30rem;
    margin-bottom: 3rem;
  }
}
.p-company__message .subttl .img {
  width: calc(100vw - (100vw - 1160px) / 2);
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.p-company__message .subttl .img > img, .p-company__message .subttl .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-company__message .subttl .img {
    width: 100%;
    min-width: 0;
  }
}
.p-company__message .subttl .inner {
  max-width: 1000px;
  height: 100%;
  position: relative;
}
.p-company__message .subttl .inner:after {
  width: 32.8rem;
  height: 18.8rem;
  content: "";
  background-image: url("../img/company/mwssage_fig01.png");
  background-size: cover;
  position: absolute;
  bottom: -10rem;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-company__message .subttl .inner:after {
    width: 22.9rem;
    height: 13.1rem;
    bottom: -5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .subttl .inner {
    padding-top: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__message .subttl .text {
    position: absolute;
    top: 13.6rem;
    right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .subttl .text {
    display: inline-block;
    text-align: left;
  }
}
.p-company__message .subttl .text h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  text-align: left;
}
@media only screen and (max-width: 780px) {
  .p-company__message .subttl .text h2 {
    font-size: 2.2rem;
  }
}
.p-company__message .subttl .text h2 span {
  margin-left: 0.5em;
  padding: 0.5em 0.2em;
  background-color: #ffffff;
  display: inline-block;
}
.p-company__message .text2 {
  max-width: 1000px;
  margin: 0 auto 8rem auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 780px) {
  .p-company__message .text2 {
    margin-bottom: 4rem;
  }
}
.p-company__message .text2 p {
  letter-spacing: 0.03em;
}
@media only screen and (min-width: 781px) {
  .p-company__message .text2 p {
    margin-bottom: 3.5em;
    padding-right: 4rem;
    line-height: 2.25;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .text2 p {
    margin-bottom: 1.25em;
    line-height: 2;
  }
}
.p-company__message .text2 .name span {
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.p-company__message .img2 {
  display: flex;
}
@media only screen and (min-width: 781px) {
  .p-company__message .img2 {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__message .img2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-company__message .img2 li {
  width: 29.6%;
}
@media only screen and (max-width: 780px) {
  .p-company__message .img2 li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
}
.p-company__phirosophy {
  margin-bottom: 13.6rem;
}
@media only screen and (max-width: 780px) {
  .p-company__phirosophy {
    margin-bottom: 6rem;
  }
}
.p-company__phirosophy .inner {
  max-width: 1080px;
}
.p-company__phirosophy .content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 781px) {
  .p-company__phirosophy .content {
    margin-top: -2rem;
  }
}
.p-company__phirosophy .content:before {
  width: 21.3rem;
  height: 23.5rem;
  content: "";
  background-image: url("../img/company/phirosophy_fig01.png");
  background-size: cover;
  position: absolute;
  top: -3rem;
  right: -13rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-company__phirosophy .content:before {
    width: 14.9rem;
    height: 16.4rem;
    top: -10rem;
    right: -3rem;
  }
}
.p-company__phirosophy .content h3 {
  margin-bottom: 0.66em;
  font-family: "Noto Serif JP", serif;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.28;
}
@media only screen and (max-width: 780px) {
  .p-company__phirosophy .content h3 {
    font-size: 2.4rem;
  }
}
.p-company__phirosophy .content p {
  letter-spacing: 0.03em;
  line-height: 2.875;
}
@media only screen and (max-width: 780px) {
  .p-company__phirosophy .content p {
    line-height: 2;
  }
}
.p-company__outline {
  margin-bottom: 11rem;
  padding-top: 10rem;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 780px) {
  .p-company__outline {
    margin-bottom: 6rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-company__outline .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 781px) {
  .p-company__outline .content {
    margin-top: -3rem;
  }
}
.p-company__outline .content table {
  width: 100%;
}
.p-company__outline .content table tbody tr td {
  padding: 3rem 3.5rem;
  font-size: 1.5rem;
  line-height: 2.46;
  vertical-align: top;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 780px) {
  .p-company__outline .content table tbody tr td {
    padding: 1.5rem;
  }
}
.p-company__outline .content table tbody tr td:first-child {
  width: 30%;
  padding-top: 2.8rem;
  font-size: 1.06em;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-company__outline .content table tbody tr td:first-child {
    padding-top: 1.4rem;
  }
}
.p-company__shiiresaki {
  margin-bottom: 14.5rem;
}
@media only screen and (max-width: 780px) {
  .p-company__shiiresaki {
    margin-bottom: 7rem;
  }
}
.p-company__shiiresaki .inner {
  max-width: 1080px;
  position: relative;
  z-index: 1;
}
.p-company__shiiresaki .inner:before {
  width: 21.3rem;
  height: 23.1rem;
  content: "";
  background-image: url("../img/company/shiiresaki_fig01.png");
  background-size: cover;
  position: absolute;
  top: 35rem;
  left: -13rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-company__shiiresaki .inner:before {
    width: 14.9rem;
    height: 16.1rem;
    top: 8rem;
    left: -5rem;
  }
}
.p-company__shiiresaki .content dl dt {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #D0D0D0;
}
.p-company__shiiresaki .content dl dd {
  margin-bottom: 4rem;
  font-size: 1.5rem;
}
.p-company__shiiresaki .content .annotation {
  font-size: 1.5rem;
  text-align: right;
}
.p-company__flow {
  margin-bottom: 11rem;
  padding: 12rem 0 10rem 0;
}
@media only screen and (max-width: 780px) {
  .p-company__flow {
    margin-bottom: 5.5rem;
    padding: 5rem 0 5rem 0;
  }
}
.p-company__flow .inner {
  max-width: 1080px;
}
.p-company__flow .content ol li {
  border: solid 1px #BABFCC;
}
@media only screen and (min-width: 781px) {
  .p-company__flow .content ol li {
    padding: 4.8rem 6.4rem;
    display: flex;
    align-items: baseline;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-company__flow .content ol li {
    padding: 4.8rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-company__flow .content ol li {
    padding: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__flow .content ol li {
    padding: 2rem;
  }
}
.p-company__flow .content ol li + li {
  margin-top: 2.4rem;
}
.p-company__flow .content ol li .num {
  font-family: "Cinzel", serif;
  text-align: center;
  color: #A0A4B2;
}
@media only screen and (min-width: 781px) {
  .p-company__flow .content ol li .num {
    width: 8rem;
    margin-right: 5rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__flow .content ol li .num {
    margin-bottom: 2rem;
  }
}
.p-company__flow .content ol li .num span {
  font-size: 3.5em;
  line-height: 1.2;
}
.p-company__flow .content ol li .num span:before {
  width: 2.4rem;
  height: 1px;
  margin: 0.4rem auto 1rem auto;
  content: "";
  background-color: #A0A4B2;
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-company__flow .content ol li .text {
    width: calc(100% - 13rem);
  }
}
.p-company__flow .content ol li .text h3 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
}
.p-company__flow .content ol li .text p {
  letter-spacing: 0.03em;
  line-height: 2.875;
}
@media only screen and (max-width: 780px) {
  .p-company__flow .content ol li .text p {
    line-height: 2;
  }
}
.p-company__access {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-company__access {
    margin-bottom: 8rem;
  }
}
.p-company__access .inner {
  max-width: 1080px;
}
.p-company__access .content .map {
  width: 100%;
  height: 35rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 780px) {
  .p-company__access .content .map {
    height: 25rem;
    margin-bottom: 2rem;
  }
}
.p-company__access .content .map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 781px) {
  .p-company__access .content .access {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__access .content .access .text {
    margin-bottom: 2rem;
  }
}
.p-company__access .content .access .text .company_name {
  margin-bottom: 0.77em;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-company__access .content .access .text address {
  margin-bottom: 0.66em;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.p-company__access .content .access .text .tel {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-company__access .content .access .text .tel:before {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 1rem;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
.p-company__access .content .access .text .access_text {
  margin-top: 1.5em;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  .p-company__access .content .access .btn {
    text-align: center;
  }
}
.p-company__access .content .access .btn a {
  width: 20.8rem;
  padding: 1rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #1E2746;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 0.7rem auto;
  background-position: calc(100% - 1.4rem) center;
  display: inline-block;
}
.p-company__access .content .access .btn a:hover {
  opacity: 0.6;
}
.p-company__history {
  margin-bottom: 15.8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history {
    margin-bottom: 7.5rem;
  }
}
.p-company__history .inner {
  max-width: 1080px;
}
.p-company__history .content p {
  letter-spacing: 0.03em;
  line-height: 2.875;
}
@media only screen and (max-width: 780px) {
  .p-company__history .content p {
    line-height: 2;
  }
}
.p-company__history .content p + p {
  margin-top: 1em;
}
.p-company__kanren {
  padding: 10rem 0;
}
@media only screen and (max-width: 780px) {
  .p-company__kanren {
    padding: 5rem 0;
  }
}
.p-company__kanren .inner {
  max-width: 1080px;
}
.p-company__kanren .content dl dt {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 780px) {
  .p-company__kanren .content dl dt {
    font-size: 1.8rem;
  }
}
.p-company__kanren .content dl dd {
  margin-bottom: 6rem;
  font-size: 1.5rem;
  letter-spacing: -0.4em;
}
.p-company__kanren .content dl dd > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-company__kanren .content dl dd {
    margin-bottom: 4rem;
  }
}
.p-company__kanren .content dl dd span {
  margin-right: 3em;
  font-weight: 700;
  vertical-align: middle;
}
.p-company__kanren .content dl dd a {
  word-wrap: break-word;
  text-decoration: underline;
  vertical-align: middle;
}
.p-company__kanren .content dl dd a:hover {
  text-decoration: none;
}

.p-service__whats {
  margin-top: -13.8rem;
  margin-bottom: 10rem;
  padding-top: 13.8rem;
  padding-bottom: 13.8rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-service__whats {
    margin-top: -9.8rem;
    margin-bottom: 5rem;
    padding-top: 9.8rem;
    padding-bottom: 5rem;
  }
}
.p-service__whats .img {
  margin-bottom: 5.6rem;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__whats .img {
    margin-bottom: 2rem;
  }
}
.p-service__whats h2 {
  margin-bottom: 0.8em;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-service__whats h2 {
    font-size: 2.2rem;
  }
}
.p-service__whats p {
  letter-spacing: 0.03em;
  line-height: 2.875;
}
@media only screen and (max-width: 780px) {
  .p-service__whats p {
    line-height: 2;
  }
}
@media only screen and (max-width: 480px) {
  .p-service__features .content {
    width: 90%;
    margin: 0 auto;
  }
}
.p-service__features .content .swiper {
  margin-top: -5rem;
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-service__features .content .swiper {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 780px) and (max-width: 480px) {
  .p-service__features .content .swiper {
    padding: 5rem;
  }
}
.p-service__features .content .swiper .swiper-wrapper {
  align-items: stretch;
}
.p-service__features .content .swiper .swiper-wrapper .swiper-slide {
  width: 48rem;
  height: auto !important;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0.5rem 0.5rem 3rem rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1279px) {
  .p-service__features .content .swiper .swiper-wrapper .swiper-slide {
    width: 40rem;
  }
}
@media only screen and (max-width: 1099px) {
  .p-service__features .content .swiper .swiper-wrapper .swiper-slide {
    width: 35rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__features .content .swiper .swiper-wrapper .swiper-slide {
    width: 30rem;
    box-shadow: 0.25rem 0.25rem 1.5rem rgba(0, 0, 0, 0.3);
  }
}
.p-service__features .content .swiper .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 24.8rem;
  margin-bottom: 2.4rem;
  overflow: hidden;
}
.p-service__features .content .swiper .swiper-wrapper .swiper-slide .img > img, .p-service__features .content .swiper .swiper-wrapper .swiper-slide .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-service__features .content .swiper .swiper-wrapper .swiper-slide .img {
    height: 18rem;
    margin-bottom: 1.8rem;
  }
}
.p-service__features .content .swiper .swiper-wrapper .swiper-slide h3 {
  margin-bottom: 0.8em;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-service__features .content .swiper .swiper-wrapper .swiper-slide h3 {
    font-size: 1.8rem;
  }
}
.p-service__features .content .swiper .swiper-wrapper .swiper-slide p {
  font-size: 1.5rem;
  letter-spacing: 0.014em;
  line-height: 1.78;
}
@media only screen and (max-width: 780px) {
  .p-service__features .content .swiper .swiper-wrapper .swiper-slide p {
    font-size: 1.4rem;
  }
}
.p-service__features .content .swiper .swiper-button-prev {
  width: 7.5rem;
  height: 7.5rem;
  background-image: url("../img/slide_prev.png");
  background-size: cover;
  left: 10%;
}
@media only screen and (max-width: 1279px) {
  .p-service__features .content .swiper .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    left: 5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__features .content .swiper .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    left: 1rem;
  }
}
.p-service__features .content .swiper .swiper-button-prev:after {
  content: none;
}
.p-service__features .content .swiper .swiper-button-next {
  width: 7.5rem;
  height: 7.5rem;
  background-image: url("../img/slide_next.png");
  background-size: cover;
  right: 10%;
}
@media only screen and (max-width: 1279px) {
  .p-service__features .content .swiper .swiper-button-next {
    width: 5rem;
    height: 5rem;
    right: 5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__features .content .swiper .swiper-button-next {
    width: 3rem;
    height: 3rem;
    right: 1rem;
  }
}
.p-service__features .content .swiper .swiper-button-next:after {
  content: none;
}
.p-service__case {
  margin-bottom: 16rem;
  padding: 10rem 0 12rem 0;
}
@media only screen and (max-width: 780px) {
  .p-service__case {
    margin-bottom: 8rem;
    padding: 5rem 0 6rem 0;
  }
}
.p-service__case .inner {
  max-width: 1080px;
}
.p-service__case .content ul li {
  padding: 3rem;
  background-color: #F8F8F8;
}
@media only screen and (min-width: 781px) {
  .p-service__case .content ul li {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__case .content ul li {
    padding: 1.5rem;
  }
}
.p-service__case .content ul li + li {
  margin-top: 2rem;
}
@media only screen and (min-width: 781px) {
  .p-service__case .content ul li .img {
    width: 40%;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__case .content ul li .img {
    margin-bottom: 2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__case .content ul li .text {
    width: 60%;
    padding-left: 2.5rem;
  }
}
.p-service__case .content ul li .text h3 {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.36;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 780px) {
  .p-service__case .content ul li .text h3 {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.p-service__case .content ul li .text p {
  line-height: 2;
}
.p-service__movie {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-service__movie {
    margin-bottom: 5rem;
  }
}
.p-service__movie .inner {
  max-width: 1080px;
}
@media only screen and (min-width: 781px) {
  .p-service__movie .content {
    margin-top: -6rem;
  }
}
.p-service__movie .content .movie {
  margin-bottom: 3.2rem;
}
.p-service__movie .content .movie video {
  width: 100%;

}
.p-service__movie .content h3 {
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 700;
}
.p-service__movie .content p {
  font-size: 1.5rem;
  line-height: 2.46;
}
@media only screen and (max-width: 780px) {
  .p-service__movie .content p {
    line-height: 1.8;
  }
}
.p-service__faq {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-service__faq {
    margin-bottom: 8rem;
  }
}
.p-service__faq .inner {
  max-width: 1080px;
}
.p-service__faq .content ul li {
  padding: 6.8rem 4rem 6.8rem 10rem;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  .p-service__faq .content ul li {
    padding: 5rem 4rem 5rem 10rem;
  }
}
@media only screen and (max-width: 1099px) {
  .p-service__faq .content ul li {
    padding: 3rem 3rem 3rem 10rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__faq .content ul li {
    padding: 1.5rem 1.5rem 1.5rem 5rem;
  }
}
.p-service__faq .content ul li:before {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  content: "Q";
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 780px) {
  .p-service__faq .content ul li:before {
    font-size: 2rem;
    left: 1.5rem;
  }
}
.p-service__faq .content ul li + li {
  margin-top: 1.6rem;
}
.p-service__faq .content ul li .faq_q {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  font-weight: 700;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 780px) {
  .p-service__faq .content ul li .faq_q {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.p-service__faq .content ul li .faq_a {
  font-size: 1.5rem;
  line-height: 1.86;
}
@media only screen and (max-width: 780px) {
  .p-service__faq .content ul li .faq_a {
    font-size: 1.3rem;
  }
}

.p-recruit__philosophy {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy {
    margin-bottom: 6rem;
  }
}
.p-recruit__philosophy .inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 901px) {
  .p-recruit__philosophy .inner {
    display: flex;
  }
}
.p-recruit__philosophy .inner:before {
  width: 32.8rem;
  height: 18.8rem;
  content: "";
  background-image: url("../img/recruit/phirosophy_fig01.png");
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: -11rem;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy .inner:before {
    width: 14.9rem;
    height: 16.1rem;
    top: 8rem;
    left: -5rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__philosophy .inner .img {
    flex: 0 0 75.8%;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__philosophy .inner .text {
    padding-top: 2rem;
    flex: 0 0 57%;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__philosophy .inner .text {
    margin-bottom: 2rem;
  }
}
.p-recruit__philosophy .inner .text h2 {
  margin-bottom: 1.6em;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  .p-recruit__philosophy .inner .text h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy .inner .text h2 {
    font-size: 2.3rem;
  }
}
.p-recruit__philosophy .inner .text h2 span {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  color: #9EAAB1;
  display: block;
}
.p-recruit__philosophy .inner .text h3 {
  margin-bottom: 0.9em;
  font-family: "Shippori Mincho", serif;
  font-size: 4.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1279px) {
  .p-recruit__philosophy .inner .text h3 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1099px) {
  .p-recruit__philosophy .inner .text h3 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__philosophy .inner .text h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__philosophy .inner .text h3 {
    font-size: 2.3rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__philosophy .inner .text p {
    max-width: 44.8rem;
    line-height: 2.875;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__philosophy .inner .text p {
    line-height: 1.8;
    text-align: center;
  }
}
.p-recruit__point {
  margin-bottom: 12rem;
  padding: 13rem 0;
}
@media only screen and (max-width: 780px) {
  .p-recruit__point {
    margin-bottom: 6rem;
    padding: 6rem 0;
  }
}
.p-recruit__point .inner {
  max-width: 1120px;
}
.p-recruit__point .point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recruit__point .point_list > li {
  width: 48%;
  margin-bottom: 4rem;
  padding: 6.4rem 3rem 7.5rem 3rem;
  text-align: center;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 1279px) {
  .p-recruit__point .point_list > li {
    padding: 4.4rem 3rem 5.5rem 3rem;
  }
}
@media only screen and (max-width: 1099px) {
  .p-recruit__point .point_list > li {
    padding: 3.4rem 2rem 4.5rem 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__point .point_list > li {
    margin-bottom: 2rem;
    padding: 1.5rem;
  }
}
.p-recruit__point .point_list > li.point03 {
  width: 100%;
  padding: 6.4rem 0 7.5rem 0;
}
@media only screen and (max-width: 1279px) {
  .p-recruit__point .point_list > li.point03 {
    padding: 4.4rem 0 5.5rem 0;
  }
}
@media only screen and (max-width: 1099px) {
  .p-recruit__point .point_list > li.point03 {
    padding: 3.4rem 0 4.5rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__point .point_list > li.point03 {
    padding: 2rem 1.5rem;
  }
}
.p-recruit__point .point_list > li.point03 h2 {
  margin-bottom: 1.3em;
}
@media only screen and (max-width: 780px) {
  .p-recruit__point .point_list > li.point03 h2 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__point .point_list > li.point03 ul {
    display: flex;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__point .point_list > li.point03 ul li {
    width: 33.3333%;
    padding: 0 2rem;
    border-left: solid 1px #BABFCC;
  }
  .p-recruit__point .point_list > li.point03 ul li:first-child {
    border-left: none;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__point .point_list > li.point03 ul li {
    padding: 2rem 1.5rem;
    border-top: solid 1px #BABFCC;
  }
  .p-recruit__point .point_list > li.point03 ul li:first-child {
    border-top: none;
  }
}
.p-recruit__point .point_list > li.point03 ul li h3 {
  margin-bottom: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-recruit__point .point_list > li.point03 ul li h3 {
    font-size: 1.6rem;
  }
}
.p-recruit__point .point_list > li .img {
  width: 12.8rem;
  margin: 0 auto 2.4rem auto;
}
@media only screen and (max-width: 780px) {
  .p-recruit__point .point_list > li .img {
    width: 8rem;
    margin: 0 auto 1.2rem auto;
  }
}
.p-recruit__point .point_list > li h2 {
  margin-bottom: 0.44em;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-recruit__point .point_list > li h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__point .point_list > li p {
    font-size: 1.3rem;
  }
}
.p-recruit__number {
  margin-bottom: 15rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__number {
    margin-bottom: 7.5rem;
  }
}
.p-recruit__number .inner {
  max-width: 1080px;
}
.p-recruit__number .content .number_list {
  display: flex;
  flex-wrap: wrap;
}
.p-recruit__number .content .number_list li {
  text-align: center;
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-recruit__number .content .number_list li {
    width: 32%;
    margin: 0 2% 2% 0;
    padding: 4.5rem 3rem 3rem 3rem;
  }
  .p-recruit__number .content .number_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__number .content .number_list li {
    width: 48%;
    margin: 0 4% 4% 0;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  }
  .p-recruit__number .content .number_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.p-recruit__number .content .number_list li .img {
  width: 7.2rem;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .p-recruit__number .content .number_list li .img {
    width: 5rem;
  }
}
.p-recruit__number .content .number_list li h3 {
  margin: 0.3em 0;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-recruit__number .content .number_list li h3 {
    font-size: 1.8rem;
  }
}
.p-recruit__number .content .number_list li .num span {
  display: inline-block;
}
.p-recruit__number .content .number_list li .num span:first-child {
  font-family: "Cinzel", serif;
  font-size: 3.6em;
  line-height: 1;
  color: #9EAAB1;
}
@media only screen and (max-width: 1099px) {
  .p-recruit__number .content .number_list li .num span:first-child {
    font-size: 3em;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__number .content .number_list li .num span:first-child {
    font-size: 2em;
  }
}
.p-recruit__work {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work {
    margin-bottom: 6rem;
  }
}
.p-recruit__work .inner.flex_pc {
  max-width: 1080px;
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .inner.flex_pc {
    flex-direction: row-reverse;
    position: relative;
    z-index: 1;
  }
  .p-recruit__work .inner.flex_pc:after {
    width: 100vw;
    height: 31rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .inner.flex_pc .midashi01 {
    padding-top: 12rem;
    padding-right: 5rem;
    text-align: right;
  }
  .p-recruit__work .inner.flex_pc .midashi01 > div {
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .inner.flex_pc .content {
    height: 60rem;
    position: relative;
  }
  .p-recruit__work .inner.flex_pc .content img {
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15%;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .inner.flex_pc .content {
    width: 111%;
    margin: 0 -5.5%;
  }
}
.p-recruit__work .tab_content {
  padding-top: 8.8rem;
  padding-bottom: 13.6rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .tab_content {
    padding: 4rem 0;
  }
}
.p-recruit__work .tab_content .tab_head {
  width: calc(100% + 4rem);
  margin: 0 -4rem 4rem 0;
  letter-spacing: -0.4em;
}
.p-recruit__work .tab_content .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .tab_content .tab_head {
    width: 100%;
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
.p-recruit__work .tab_content .tab_head li {
  min-width: 20rem;
  margin: 0 4rem 4rem 0;
  padding-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #BABFCC;
  border-bottom: solid 1px #BABFCC;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .tab_content .tab_head li {
    min-width: 0;
    margin: 0 1rem 2rem 1rem;
    font-size: 1.4rem;
  }
}
.p-recruit__work .tab_content .tab_head li.current, .p-recruit__work .tab_content .tab_head li:hover {
  color: #1E2746;
  border-bottom-color: #1E2746;
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .tab_content .tab_body p {
    margin-bottom: 5em;
    line-height: 2.875;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .tab_content .tab_body p {
    margin-bottom: 2.5em;
    line-height: 1.8;
  }
}
.p-recruit__work .tab_content .tab_body .img_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .tab_content .tab_body .img_group {
    flex-wrap: wrap;
  }
}
.p-recruit__work .tab_content .tab_body .img_group .img {
  width: 32%;
  height: auto;
  overflow: hidden;
}
.p-recruit__work .tab_content .tab_body .img_group .img > img, .p-recruit__work .tab_content .tab_body .img_group .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-recruit__work .tab_content .tab_body .img_group .img:nth-child(1) {
  aspect-rato: 344/252;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .tab_content .tab_body .img_group .img:nth-child(1) {
    width: 48%;
    order: 2;
  }
}
.p-recruit__work .tab_content .tab_body .img_group .img:nth-child(2) {
  aspect-rato: 344/310;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .tab_content .tab_body .img_group .img:nth-child(2) {
    width: 100%;
    margin-bottom: 1rem;
    order: 1;
  }
}
.p-recruit__work .tab_content .tab_body .img_group .img:nth-child(3) {
  aspect-rato: 344/252;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .tab_content .tab_body .img_group .img:nth-child(3) {
    width: 48%;
    order: 3;
  }
}
.p-recruit__requirement {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement {
    margin-bottom: 8rem;
  }
}
.p-recruit__requirement .content .tab_content {
  margin-bottom: 11rem;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement .content .tab_content {
    margin-bottom: 5rem;
  }
}
.p-recruit__requirement .content .tab_content .tab_head {
  width: calc(100% + 4rem);
  margin: 0 -4rem 4rem 0;
  letter-spacing: -0.4em;
}
.p-recruit__requirement .content .tab_content .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement .content .tab_content .tab_head {
    width: 100%;
    margin: 0 0 2rem 0;
    text-align: center;
  }
}
.p-recruit__requirement .content .tab_content .tab_head li {
  min-width: 20rem;
  margin: 0 4rem 4rem 0;
  padding-bottom: 1em;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  color: #BABFCC;
  border-bottom: solid 1px #BABFCC;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement .content .tab_content .tab_head li {
    min-width: 0;
    margin: 0 1rem 2rem 1rem;
    font-size: 1.4rem;
  }
}
.p-recruit__requirement .content .tab_content .tab_head li.current, .p-recruit__requirement .content .tab_content .tab_head li:hover {
  color: #1E2746;
  border-bottom-color: #1E2746;
}
.p-recruit__requirement .content .tab_content .tab_body table {
  width: 100%;
}
.p-recruit__requirement .content .tab_content .tab_body table tbody tr th {
  width: 20%;
  padding: 2.7rem 0 2.5rem 4rem;
  font-weight: 700;
  vertical-align: top;
  border-bottom: solid 1px #BABFCC;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement .content .tab_content .tab_body table tbody tr th {
    width: 30%;
    padding: 1.8rem 0 1.5rem 0;
  }
}
.p-recruit__requirement .content .tab_content .tab_body table tbody tr td {
  padding: 2.5rem 0 2.5rem 4rem;
  font-size: 1.5rem 0.5rem 1.5rem 0;
  line-height: 2.46;
  vertical-align: top;
  border-bottom: solid 1px #BABFCC;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement .content .tab_content .tab_body table tbody tr td {
    padding: 1.5rem 0;
    font-size: 1.3rem;
  }
}
.p-recruit__requirement .content .entry {
  max-width: 84rem;
  margin: 0 auto;
}
.p-recruit__requirement .content .entry a {
  padding: 8rem 18rem 8rem 8rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 500;
  color: #ffffff;
  background-image: url("../img/recruit/entry_bnr_bg.jpg");
  background-size: cover;
  display: block;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement .content .entry a {
    padding: 3rem 8rem 3rem 3rem;
    font-size: 2rem;
  }
}
.p-recruit__requirement .content .entry a span {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 12.5rem;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement .content .entry a span {
    font-size: 1.3rem;
    right: 3rem;
  }
}
.p-recruit__requirement .content .entry a span:after {
  width: 10.4rem;
  height: 10.4rem;
  content: "";
  border: solid 1px #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (min-width: 781px) {
  .p-recruit__requirement .content .entry a span:after {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s, opacity 0.3s;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__requirement .content .entry a span:after {
    width: 6rem;
    height: 6rem;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 781px) {
  .p-recruit__requirement .content .entry a:hover span:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.p-contact__contact {
  margin-bottom: 16rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact {
    margin-bottom: 8rem;
  }
}
.p-contact__contact .tel {
  max-width: 1000px;
  margin: 0 auto 4rem auto;
  padding: 3rem;
  text-align: center;
  border: solid 1px #1E2746;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .tel {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
.p-contact__contact .tel h2 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .tel h2 {
    font-size: 1.6rem;
  }
}
.p-contact__contact .tel h2:after {
  width: 5em;
  height: 1px;
  margin: 0.8em auto 0.4em auto;
  content: "";
  background-color: #1E2746;
  display: block;
}
.p-contact__contact .tel .tel_num a {
  font-family: "Cinzel", serif;
  font-size: 4.4rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .tel .tel_num a {
    font-size: 2.8rem;
  }
}
.p-contact__contact .tel .tel_num a:before {
  width: 0.54em;
  height: 0.54em;
  margin-right: 0.3em;
  content: "";
  background-image: url("../img/icon_tel01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0.05em;
}
.p-contact__contact .tel .time {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-contact__contact .mail p {
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: center;
}
.p-contact__contact .mail .input_area {
  margin: 7rem 0;
  padding: 7rem 0;
  background-color: #F2F2F4;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .input_area {
    margin: 4rem 0;
    padding: 4rem 0;
  }
}
.p-contact__contact .mail .input_area .inner {
  max-width: 1000px;
}
.p-contact__contact .mail .input_area table {
  width: 100%;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .input_area table {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .input_area table tbody {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .input_area table tbody tr {
    display: block;
  }
}
.p-contact__contact .mail .input_area table tbody tr th {
  width: 33%;
  padding: 3.5rem 0 2.4rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .input_area table tbody tr th {
    width: auto;
    display: block;
    padding: 0 0 1rem 0;
    font-size: 1.6rem;
  }
}
.p-contact__contact .mail .input_area table tbody tr th .hissu {
  margin-left: 1em;
  font-size: 0.77em;
  display: inline-block;
}
.p-contact__contact .mail .input_area table tbody tr td {
  padding: 2.4rem 0;
  font-size: 1.5rem;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .input_area table tbody tr td {
    padding: 0 0 2rem 0;
    display: block;
  }
}
.p-contact__contact .mail .input_area table tbody tr td .annotation {
  margin-top: 0.5em;
  font-size: 0.9em;
}
.p-contact__contact .mail .input_area .row {
  display: flex;
  justify-content: space-between;
}
.p-contact__contact .mail .input_area .row .col {
  width: 48%;
  display: flex;
  align-items: center;
}
.p-contact__contact .mail .input_area .row .col .label {
  margin-right: 0.5em;
}
.p-contact__contact .mail .input_area .wpcf7-text {
  width: 100%;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border: solid 1px #F8F8F8;
  border-radius: 0.4rem;
}
.p-contact__contact .mail .input_area .wpcf7-text::-moz-placeholder {
  color: #9EAAB1;
}
.p-contact__contact .mail .input_area .wpcf7-text::placeholder {
  color: #9EAAB1;
}
.p-contact__contact .mail .input_area .wpcf7-textarea {
  width: 100%;
  height: 16em;
  padding: 1.5rem 2rem;
  background-color: #ffffff;
  border: solid 1px #F8F8F8;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .input_area .wpcf7-textarea {
    height: 8em;
  }
}
.p-contact__contact .mail .input_area .wpcf7-textarea::-moz-placeholder {
  color: #9EAAB1;
}
.p-contact__contact .mail .input_area .wpcf7-textarea::placeholder {
  color: #9EAAB1;
}
.p-contact__contact .mail .privacy {
  margin: 4rem 0 7rem 0;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .privacy {
    margin: 2rem 0 4rem 0;
  }
}
.p-contact__contact .mail .privacy .box {
  max-width: 1000px;
  height: 29.4rem;
  margin: 0 auto 4.8rem auto;
  padding: 5rem 2rem 5rem 5rem;
  background-color: #ffffff;
  border: solid 1px #BABFCC;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .privacy .box {
    height: 15rem;
    margin-bottom: 2.5rem;
    padding: 1em;
  }
}
.p-contact__contact .mail .privacy .box .scroll {
  width: 100%;
  height: 100%;
  padding-right: 1em;
  overflow: auto;
}
.p-contact__contact .mail .privacy .box .scroll > *:last-child {
  margin-bottom: 0 !important;
}
.p-contact__contact .mail .privacy .box h3 {
  margin-bottom: 0.85em;
  padding-bottom: 0.85em;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: solid 1px #BABFCC;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .privacy .box h3 {
    font-size: 1.6rem;
  }
}
.p-contact__contact .mail .privacy .box h4 {
  margin-bottom: 0.5em;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.p-contact__contact .mail .privacy .box p {
  margin-bottom: 2em;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  text-align: left;
}
.p-contact__contact .mail .privacy .check {
  text-align: center;
}
.p-contact__contact .mail .privacy .wpcf7-acceptance {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.p-contact__contact .mail .privacy .wpcf7-acceptance > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-contact__contact .mail .privacy .wpcf7-acceptance > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.p-contact__contact .mail .privacy .wpcf7-acceptance label input {
  visibility: hidden;
}
.p-contact__contact .mail .privacy .wpcf7-acceptance label input:checked + span:after {
  content: "";
}
.p-contact__contact .mail .privacy .wpcf7-acceptance label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.p-contact__contact .mail .privacy .wpcf7-acceptance label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #1E2746;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.p-contact__contact .mail .privacy .wpcf7-acceptance label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #1E2746;
  border-bottom: solid 0.2rem #1E2746;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}
.p-contact__contact .mail .submit {
  text-align: center;
}
.p-contact__contact .mail .submit input[type=submit] {
  width: 46.8rem;
  font-weight: 500;
  height: 8.8rem;
  text-align: center;
  color: #ffffff;
  background-color: #1E2746;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
  background-position: calc(100% - 4rem) center;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-contact__contact .mail .submit input[type=submit] {
    width: 28rem;
    height: 6rem;
    font-size: 1.4rem;
    background-position: calc(100% - 2rem) center;
  }
}
.p-contact__contact .mail .submit input[type=submit]:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 781px) {
  .p-404__content {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-404__content {
    margin-bottom: 5rem;
  }
}
.p-404__content .content {
  min-height: 40rem;
  background-image: url("../img/404.png");
  background-repeat: no-repeat;
  background-size: 40rem auto;
  background-position: right bottom;
}
@media only screen and (max-width: 780px) {
  .p-404__content .content {
    min-height: 0;
    padding-bottom: 25rem;
    background-size: 25rem auto;
    background-position: center bottom;
  }
}
.p-404__content .content p {
  margin-bottom: 4em;
  letter-spacing: 0.03em;
  line-height: 2.875;
}
@media only screen and (max-width: 780px) {
  .p-404__content .content p {
    margin-bottom: 2em;
    line-height: 2;
  }
}
@media only screen and (max-width: 780px) {
  .p-404__content .content .btn {
    text-align: center;
  }
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .container {
    padding: 0 !important;
  }
  #header {
    position: static !important;
  }
  img {
    display: block !important;
  }
}