@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: #2F2F2F;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    scroll-padding-top: 6.4rem;
    font-size: 10px;
  }
}

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

a {
  color: #2F2F2F;
}
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: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  .inner {
    width: 88%;
  }
}

.midashi01 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  color: #1C1C1C;
}
@media only screen and (max-width: 900px) {
  .midashi01 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.midashi01 span {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  text-indent: 0.25em;
  letter-spacing: normal;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 span {
    font-size: 1.5rem;
  }
}

.midashi02 {
  margin-bottom: 4rem;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .midashi02 {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
}
.midashi02 span {
  margin-bottom: 1rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi02 span {
    font-size: 1.5rem;
  }
}

.btn01 {
  width: 60rem;
  max-width: 100%;
  padding: 3.5rem 5rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #2F2F2F;
  background-image: url("../img/icon_arrow03.png");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 3rem) center;
  border: solid 1px #2F2F2F;
  display: inline-block;
  transition: all 0.5s;
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 88%;
    min-width: 30rem;
    padding: 2.5rem 5rem;
    background-size: 2rem 2rem;
    background-position: calc(100% - 1.6rem) center;
  }
}
.btn01:hover {
  color: #2F2F2F;
  background-color: #D0D0D0;
  background-image: url("../img/icon_arrow04.png");
}

.btn02 {
  width: 60rem;
  max-width: 100%;
  padding: 1.5rem 5rem;
  font-weight: 500;
  text-align: center;
  color: #2F2F2F !important;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow04.png");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 3rem) center;
  border: solid 1px #2F2F2F;
  display: inline-block;
  transition: all 0.5s;
}
@media only screen and (max-width: 780px) {
  .btn02 {
    width: 88%;
    min-width: 30rem;
    background-size: 2rem 2rem;
    background-position: calc(100% - 1.6rem) center;
  }
}
.btn02:hover {
  background-color: #F2F2F2;
}

/*ボトムコンタクト*/
.bottom_contact {
  margin: 12rem 0;
}
@media only screen and (max-width: 780px) {
  .bottom_contact {
    margin: 3.5rem 0 5.5rem 0;
  }
}
.bottom_contact .inner {
  max-width: 1620px;
}
.bottom_contact .contact_bnr {
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .bottom_contact .contact_bnr {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 780px) {
  .bottom_contact .contact_bnr {
    margin-bottom: 3.5rem;
  }
}
.bottom_contact .contact_bnr a {
  width: 100%;
  color: #ffffff;
  background-size: cover;
  display: block;
}
@media only screen and (min-width: 901px) {
  .bottom_contact .contact_bnr a {
    padding: 15.5rem 1.5rem;
    background-image: url("../img/contact_bnr_bg.jpg");
    transition: opacity 0.5s;
  }
  .bottom_contact .contact_bnr a:hover {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  .bottom_contact .contact_bnr a {
    padding: 10rem 1.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .bottom_contact .contact_bnr a {
    width: 100%;
    height: 21.75rem;
    background-image: url("../img/contact_bnr_bg_sp.jpg");
    position: relative;
  }
}
@media only screen and (min-width: 901px) {
  .bottom_contact .contact_bnr a .text {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .bottom_contact .contact_bnr a .text {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.bottom_contact .contact_bnr a .text h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 901px) {
  .bottom_contact .contact_bnr a .text h2 {
    margin-right: 7rem;
    padding-right: 7rem;
    font-size: 3.4rem;
    border-right: solid 1px #ffffff;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .bottom_contact .contact_bnr a .text h2 {
    margin-right: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  .bottom_contact .contact_bnr a .text h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 900px) {
  .bottom_contact .contact_bnr a .text h2 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
  .bottom_contact .contact_bnr a .text h2:after {
    width: 3em;
    height: 1px;
    margin-top: 2rem;
    content: "";
    background-color: #ffffff;
    display: block;
  }
}
.bottom_contact .contact_bnr a .text h2 span {
  margin-bottom: 1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media only screen and (min-width: 781px) {
  .bottom_contact .contact_bnr a .text h2 span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .bottom_contact .contact_bnr a .text h2 span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 780px) {
  .bottom_contact .contact_bnr a .text p {
    padding-right: 6rem;
    position: relative;
  }
}
.bottom_contact .contact_bnr a .text p:after {
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
}
@media only screen and (min-width: 781px) {
  .bottom_contact .contact_bnr a .text p:after {
    width: 4.6rem;
    height: 4.6rem;
    margin-left: 10rem;
    display: inline-block;
    vertical-align: -1em;
  }
}
@media only screen and (max-width: 780px) {
  .bottom_contact .contact_bnr a .text p:after {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.bottom_contact .dl_btn a {
  width: 57rem;
  margin: 0 auto;
  padding: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #2F2F2F !important;
  background-color: #ffffff;
  border: solid 1px #2F2F2F;
  display: block;
  transition: all 0.5s;
}
@media only screen and (max-width: 780px) {
  .bottom_contact .dl_btn a {
    width: 100%;
    padding: 2.8rem;
    font-size: 1.4rem;
  }
}
.bottom_contact .dl_btn a:before {
  width: 5rem;
  height: 5rem;
  margin-right: 2.5rem;
  content: "";
  background-color: #2F2F2F;
  background-image: url("../img/icon_book02.png");
  background-size: 2.1rem auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -1em;
}
@media only screen and (max-width: 780px) {
  .bottom_contact .dl_btn a:before {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1.2rem;
    background-size: 1.35rem auto;
    vertical-align: -0.65em;
  }
}
.bottom_contact .dl_btn a:after {
  width: 1.9rem;
  height: 1.8rem;
  margin-left: 1rem;
  content: "";
  background-image: url("../img/icon_dl01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .bottom_contact .dl_btn a:after {
    width: 1.6rem;
    height: 1.5rem;
    margin-left: 2rem;
  }
}
.bottom_contact .dl_btn a:hover {
  background-color: #F2F2F2;
}

/*横長1枚画像で画像ループ*/
.loop_img_left {
  width: 100%;
  overflow: hidden;
}
.loop_img_left img {
  max-width: none;
  animation: loop_img_left 30s linear infinite;
}

@keyframes loop_img_left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*タブ切り替え　ベース*/
.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 1s;
}

.fadeIn.view {
  opacity: 1;
}

/*cf7*/
.wpcf7-text {
  width: 100%;
  padding: 1rem;
  background-color: #F2F2F2;
  border-radius: 0.4rem;
}
.wpcf7-text::-moz-placeholder {
  color: #989898;
}
.wpcf7-text::placeholder {
  color: #989898;
}

.wpcf7-textarea {
  width: 100%;
  height: 14em;
  padding: 1rem;
  background-color: #F2F2F2;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .wpcf7-textarea {
    height: 8em;
  }
}
.wpcf7-textarea::-moz-placeholder {
  color: #989898;
}
.wpcf7-textarea::placeholder {
  color: #989898;
}

.wpcf7-acceptance {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-acceptance > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-acceptance > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-acceptance label input {
  visibility: hidden;
}
.wpcf7-acceptance label input:checked + span:after {
  content: "";
}
.wpcf7-acceptance label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-acceptance label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #989898;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-acceptance label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #000000;
  border-bottom: solid 0.2rem #000000;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}

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

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 9rem;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 780px) {
  #header {
    height: 6.4rem;
  }
}
#header .logo {
  width: 18.6rem;
  padding-top: 1.6rem;
  margin-left: 4rem;
  float: left;
}
@media only screen and (max-width: 1099px) {
  #header .logo {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  #header .logo {
    width: 15.2rem;
    margin-left: 1.2rem;
    padding-top: 1.2rem;
  }
}
@media only screen and (max-width: 780px) {
  #header .sp_menu {
    width: 6.4rem;
    height: 6.4rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  #header .sp_menu.open {
    background-image: url("../img/sp_menu_close.png");
  }
  #header .sp_menu.open + .navi {
    left: 0;
  }
}
@media only screen and (min-width: 781px) {
  #header .navi {
    float: right;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 780px) {
  #header .navi {
    width: 100%;
    height: auto;
    padding: 4.4rem 0 5.5rem 0;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 100%;
    overflow: auto;
    transition: left 0.5s;
  }
}
@media only screen and (min-width: 781px) {
  #header .navi dl {
    letter-spacing: -0.4em;
  }
  #header .navi dl > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 780px) {
  #header .navi dl {
    width: 80%;
    margin: 0 auto 4.5rem auto;
  }
}
@media only screen and (max-width: 780px) {
  #header .navi dl dt {
    margin-bottom: 2.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-size: 2.1rem;
    font-weight: 700;
  }
}
#header .navi dl dd {
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  #header .navi dl dd {
    margin-right: 3em;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  #header .navi dl dd {
    margin-right: 2em;
  }
}
@media only screen and (max-width: 780px) {
  #header .navi dl dd + dd {
    margin-top: 2.8rem;
  }
}
@media only screen and (min-width: 781px) {
  #header .navi dl dd a:hover {
    color: #7B7B7B;
  }
}
@media only screen and (max-width: 780px) {
  #header .navi dl dd a {
    color: #7B7B7B;
  }
}
@media only screen and (max-width: 780px) {
  #header .navi .contact {
    width: 80%;
    min-width: 30rem;
    margin: 0 auto;
  }
}
#header .navi .contact a {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #2F2F2F;
  border: solid 1px #2F2F2F;
  display: block;
}
@media only screen and (min-width: 781px) {
  #header .navi .contact a {
    height: 9rem;
    padding: 3.4rem 5rem 0rem 5rem;
    transition: background-color 0.5s;
  }
}
@media only screen and (max-width: 780px) {
  #header .navi .contact a {
    width: 100%;
    padding: 2.4rem;
    background-image: url("../img/icon_arrow03.png");
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.6rem) center;
  }
}
#header .navi .contact a:before {
  margin-right: 1rem;
  content: "";
  background-image: url("../img/icon_mail01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.25em;
}
@media only screen and (min-width: 781px) {
  #header .navi .contact a:before {
    width: 3.3rem;
    height: 2.3rem;
  }
}
@media only screen and (max-width: 780px) {
  #header .navi .contact a:before {
    width: 2.85rem;
    height: 2rem;
  }
}
#header .navi .contact a:hover {
  background-color: #989898;
}
#header .navi_layer {
  width: 100%;
  height: calc(100vh - 6.4rem);
  background-color: rgba(28, 28, 28, 0.8);
  position: absolute;
  top: 6.4rem;
  left: 0;
  z-index: -1;
  display: none;
}

/*フッターブロック*/
.fix_dl_btn {
  position: fixed;
  right: 3rem;
  top: 40%;
  z-index: 50;
}
.fix_dl_btn a {
  padding: 1rem 0.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  background-color: #ffffff;
  border: solid 1px #2F2F2F;
  border-radius: 99px;
  display: block;
  transition: opacity 0.5s;
}
.fix_dl_btn a:before {
  width: 2.2rem;
  height: 2.6rem;
  content: "";
  margin-bottom: 0.5rem;
  background-image: url("../img/icon_book01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
.fix_dl_btn a:hover {
  opacity: 0.8;
}

#footer {
  padding: 10rem 0;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 780px) {
  #footer {
    padding: 3.6rem 0;
  }
}
@media only screen and (min-width: 781px) {
  #footer .inner {
    max-width: 1200px;
  }
  #footer .inner:after {
    content: "";
    display: block;
    clear: both;
  }
}
#footer .navi {
  display: flex;
}
@media only screen and (min-width: 781px) {
  #footer .navi {
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  #footer .navi {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 781px) {
  #footer .navi dl {
    margin-right: 10rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  #footer .navi dl {
    margin-right: 6rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  #footer .navi dl {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .navi dl {
    width: 50%;
  }
}
#footer .navi dl dt {
  margin-bottom: 3.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  #footer .navi dl dt {
    margin-bottom: 2.8rem;
    font-size: 2.1rem;
  }
}
#footer .navi dl dd {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  #footer .navi dl dd {
    font-size: 1.6rem;
  }
}
#footer .navi dl dd + dd {
  margin-top: 3.8rem;
}
@media only screen and (max-width: 780px) {
  #footer .navi dl dd + dd {
    margin-top: 2.8rem;
  }
}
#footer .navi dl dd a {
  color: #7B7B7B;
}
@media only screen and (min-width: 781px) {
  #footer .navi dl dd a:hover {
    color: #2F2F2F;
  }
}
#footer .navi .btn_area .btn01 {
  width: 23rem;
  padding: 1.5rem 5rem;
}
@media only screen and (min-width: 781px) {
  #footer .footer_content {
    float: left;
  }
}
#footer .footer_content .logo {
  width: 8.8rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .logo {
    width: 7.5rem;
    margin: 0 auto 1.6rem auto;
  }
}
#footer .footer_content .company_name {
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .company_name {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
#footer .footer_content address {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content address {
    margin-bottom: 3.6rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .btn_area {
    text-align: center;
  }
}
#footer .footer_content .btn_area .btn01 {
  padding: 1.5rem 5rem;
}
#footer .copyright {
  font-size: 1.2rem;
  color: #989898;
}
@media only screen and (min-width: 781px) {
  #footer .copyright {
    clear: both;
  }
}
@media only screen and (max-width: 780px) {
  #footer .copyright {
    margin-top: 3.6rem;
    text-align: center;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__fv {
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 781px) {
  .p-top__fv {
    height: 71rem;
    margin-bottom: 12.8rem;
    padding-top: 39rem;
    background-image: url("../img/top/mv_img.jpg");
    position: relative;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__fv {
    height: 57.7rem;
    margin-bottom: 3.6rem;
    padding-top: 40rem;
    background-image: url("../img/top/mv_img_sp.jpg");
  }
}
.p-top__fv .inner {
  max-width: 1200px;
}
.p-top__fv h1 {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 0.12em;
  color: #ffffff;
  -webkit-text-shadow: 0 0 1rem rgba(0, 0, 0, 0.76);
  -moz-text-shadow: 0 0 1rem rgba(0, 0, 0, 0.76);
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.76);
}
@media only screen and (max-width: 780px) {
  .p-top__fv h1 {
    font-size: 2.4rem;
  }
}
.p-top__fv h1 span {
  margin-top: 1em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__fv h1 span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__fv .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-top__fv .scroll span {
    font-family: "Zen Maru Gothic", serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    transform: rotate(90deg);
    transform-origin: right bottom;
    display: inline-block;
  }
  .p-top__fv .scroll span:after {
    width: 5.7rem;
    height: 1px;
    margin-left: 1em;
    content: "";
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
  }
}
.p-top__concept {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-top__concept {
    margin-bottom: 5rem;
  }
}
.p-top__concept .inner {
  max-width: 1620px;
}
@media only screen and (min-width: 901px) {
  .p-top__concept .inner {
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-top__concept .text {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 901px) {
  .p-top__concept .text {
    padding-top: 8rem;
    flex: 0 0 60rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-top__concept .text {
    flex: 0 0 50rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__concept .text {
    max-width: 48rem;
    margin: 0 auto;
    margin-bottom: 2.8rem;
  }
}
.p-top__concept .text .midashi01 {
  margin-left: 0.75em;
}
@media only screen and (max-width: 780px) {
  .p-top__concept .text .midashi01 {
    margin-left: 0.5em;
  }
}
.p-top__concept .text .midashi01 span {
  margin-left: 6rem;
}
@media only screen and (max-width: 1099px) {
  .p-top__concept .text .midashi01 span {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__concept .text .midashi01 span {
    margin-left: 1rem;
  }
}
.p-top__concept .text p {
  padding-top: 0.5em;
  line-height: 2.25;
  letter-spacing: 0.25em;
  text-indent: -1.5em;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 780px) {
  .p-top__concept .text p {
    font-size: 1.7rem;
    line-height: 2;
  }
}
.p-top__concept .img {
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  .p-top__concept .img {
    flex: 0 0 116rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-top__concept .img {
    flex: 0 0 126rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__concept .img {
    width: 90%;
    margin: 0 0 0 -7%;
  }
}
.p-top__concept .img img {
  width: 100%;
}
.p-top__service {
  background-color: #F2F2F2;
}
.p-top__service .inner {
  max-width: 1620px;
}
@media only screen and (min-width: 901px) {
  .p-top__service .inner {
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__service .inner {
    padding: 5.5rem 0;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__service .ttl_area {
    flex: 0 0 26rem;
    padding: 16rem 0 13.6rem 0;
    border-right: solid 1px #1C1C1C;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-top__service .ttl_area {
    flex: 0 0 24rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__service .ttl_area {
    margin-bottom: 4.5rem;
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__service .ttl_area .midashi01 {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-top__service .ttl_area h3 {
    margin-bottom: 2.5rem;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .p-top__service .ttl_area h3 + p {
    line-height: 1.85;
  }
}
@media only screen and (min-width: 901px) {
  .p-top__service .content {
    padding: 16rem 0 13.6rem 14rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-top__service .content {
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1099px) {
  .p-top__service .content {
    padding-left: 6rem;
  }
}
.p-top__service .content h3 {
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 500;
}
.p-top__service .content h3 + p {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 781px) {
  .p-top__service .content ul {
    margin-bottom: 8rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul {
    margin-bottom: 4.4rem;
  }
}
.p-top__service .content ul li {
  background-color: #ffffff;
}
@media only screen and (min-width: 781px) {
  .p-top__service .content ul li {
    width: 48.5%;
    margin: 0 3% 3.6rem 0;
  }
  .p-top__service .content ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul li + li {
    margin-top: 1.2rem;
  }
}
.p-top__service .content ul li a {
  padding: 2rem;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul li a {
    padding: 1.2rem;
  }
}
.p-top__service .content ul li a .img {
  margin-bottom: 3.5rem;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul li a .img {
    margin-bottom: 1.6rem;
  }
}
.p-top__service .content ul li a .text {
  min-height: 4.6rem;
  padding-left: 1em;
  font-size: 1.8rem;
  background-image: url("../img/icon_arrow01.png");
  background-size: 4.6rem 4.6rem;
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 780px) {
  .p-top__service .content ul li a .text {
    min-height: 2.7rem;
    font-size: 1.7rem;
    background-size: 2.7rem 2.7rem;
  }
}
.p-top__service .content ul li a:hover .img {
  opacity: 0.8;
}
.p-top__service .content .btn {
  text-align: center;
}
.p-top__item {
  padding: 10rem 0;
}
@media only screen and (max-width: 780px) {
  .p-top__item {
    padding: 3.6rem 0;
  }
}
.p-top__item img {
  height: 31rem;
}
@media only screen and (max-width: 780px) {
  .p-top__item img {
    height: 15.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__bnr {
    display: flex;
  }
}
.p-top__bnr .bnr {
  position: relative;
}
@media only screen and (min-width: 781px) {
  .p-top__bnr .bnr {
    width: 50%;
    height: 60rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__bnr .bnr {
    height: 30rem;
  }
}
.p-top__bnr .bnr a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-size: cover;
  background-position: center;
  display: block;
  transition: opacity 0.5s;
}
.p-top__bnr .bnr a:after {
  width: 4.6rem;
  height: 4.6rem;
  content: "";
  background-image: url("../img/icon_arrow02.png");
  background-size: cover;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr .bnr a:after {
    width: 3.2rem;
    height: 3.2rem;
    bottom: 1.2rem;
    right: 1.2rem;
  }
}
.p-top__bnr .bnr a:hover {
  opacity: 0.8;
}
.p-top__bnr .bnr p {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .p-top__bnr .bnr p {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.p-top__bnr .bnr p span {
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  text-indent: 0.25em;
  letter-spacing: normal;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-top__bnr .bnr p span {
    margin-left: 1rem;
    font-size: 1.5rem;
  }
}
.p-top__bnr .bnr.company a {
  background-image: url("../img/top/company_bnr_bg.jpg");
}
.p-top__bnr .bnr.recruit a {
  background-image: url("../img/top/recruit_bnr_bg.jpg");
}

/*下層ページ*/
.pagetitle {
  margin-bottom: 3rem;
  padding: 9rem 0;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 780px) {
  .pagetitle {
    margin-bottom: 2rem;
    padding: 4.5rem 0;
  }
}
.pagetitle .inner {
  max-width: 1200px;
}
.pagetitle h1 {
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 781px) {
  .pagetitle h1 {
    margin-bottom: 4rem;
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.pagetitle h1 span {
  margin-bottom: 1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media only screen and (min-width: 781px) {
  .pagetitle h1 span {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 span {
    font-size: 1.5rem;
  }
}
.pagetitle p {
  line-height: 2.5;
}

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

@media only screen and (min-width: 901px) {
  .content_column {
    display: flex;
  }
}
@media only screen and (min-width: 901px) {
  .content_column .ttl_area {
    width: 26rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  .content_column .ttl_area {
    width: 20rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .content_column .ttl_area {
    width: 15rem;
  }
}
@media only screen and (max-width: 900px) {
  .content_column .ttl_area {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 901px) {
  .content_column .content {
    width: calc(100% - 26rem);
    padding-left: 3rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1599px) {
  .content_column .content {
    width: calc(100% - 20rem);
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .content_column .content {
    width: calc(100% - 15rem);
  }
}

.p-catalog__btn {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 780px) {
  .p-catalog__btn {
    margin-bottom: 5rem;
  }
}
.p-catalog__btn p {
  margin-bottom: 1em;
  text-align: center;
}
.p-catalog__btn .btn {
  text-align: center;
}

.p-company__message {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 780px) {
  .p-company__message {
    margin-bottom: 5rem;
  }
}
.p-company__message .content h3 {
  margin-bottom: 1.4em;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 780px) {
  .p-company__message .content h3 {
    font-size: 2.2rem;
  }
}
.p-company__message .content p {
  margin-bottom: 3em;
  line-height: 2.875;
}
@media only screen and (max-width: 780px) {
  .p-company__message .content p {
    margin-bottom: 2em;
    line-height: 1.8;
  }
}
.p-company__message .content .name {
  font-size: 1.5rem;
}
.p-company__message .content .name span {
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.p-company__outline {
  margin-bottom: 12rem;
  padding: 8rem 0 10rem 0;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 780px) {
  .p-company__outline {
    margin-bottom: 5rem;
    padding: 5rem 0;
  }
}
.p-company__outline .ttl_area {
  padding-top: 3rem;
}
.p-company__outline .content table {
  width: 100%;
}
.p-company__outline .content table td {
  padding: 3rem;
  vertical-align: top;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 780px) {
  .p-company__outline .content table td {
    padding: 1.5rem;
  }
}
.p-company__outline .content table td:first-child {
  width: 30%;
  padding-right: 0;
}
.p-company__access {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 780px) {
  .p-company__access {
    margin-bottom: 5rem;
  }
}
.p-company__access .content .map {
  width: 100%;
  height: 35rem;
  margin-bottom: 3.4rem;
}
.p-company__access .content .map iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 781px) {
  .p-company__access .content .text:after {
    content: "";
    display: block;
    clear: both;
  }
  .p-company__access .content .text .left {
    float: left;
  }
  .p-company__access .content .text .right {
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__access .content .text .right {
    margin-top: 2rem;
    text-align: center;
  }
}
.p-company__access .content .text h3 {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-company__access .content .text address {
  margin: 1em 0 2em 0;
  font-size: 1.5rem;
}
.p-company__access .content .text p {
  font-size: 1.5rem;
}
.p-company__access .content .text .btn01 {
  width: 20.8rem;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  font-weight: 400;
  background-position: calc(100% - 1.5rem) center;
}
.p-company__history .content ul {
  margin-bottom: 4.65rem;
}
@media only screen and (max-width: 780px) {
  .p-company__history .content ul {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__history .content ul li {
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history .content ul li {
    padding-left: 2rem;
    border-left: solid 1px #D0D0D0;
    position: relative;
  }
}
@media only screen and (max-width: 780px) and (max-width: 780px) {
  .p-company__history .content ul li:before {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    background-color: #2F2F2F;
    border-radius: 50%;
    position: absolute;
    top: 1.65rem;
    left: -0.6rem;
  }
}
.p-company__history .content ul li .year {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #F2F2F2;
}
@media only screen and (min-width: 781px) {
  .p-company__history .content ul li .year {
    width: 20rem;
    font-size: 6.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history .content ul li .year {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__history .content ul li .text {
    padding: 4rem 0 1rem 5rem;
    border-left: solid 1px #D0D0D0;
    position: relative;
  }
}
@media only screen and (max-width: 780px) {
  .p-company__history .content ul li .text {
    padding: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__history .content ul li .text:before {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    background-color: #2F2F2F;
    border-radius: 50%;
    position: absolute;
    top: 4.5rem;
    left: -0.6rem;
  }
}
.p-company__history .content ul li .text .month {
  margin-top: -0.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-company__history .content ul li .text p {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media only screen and (min-width: 781px) {
  .p-company__history .content ul li:first-child .text:after {
    width: 1px;
    height: 2rem;
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: -1px;
  }
}
@media only screen and (min-width: 781px) {
  .p-company__history .content ul li:last-child .text:after {
    width: 1px;
    height: 2rem;
    content: "";
    background-color: #D0D0D0;
    position: absolute;
    top: 100%;
    left: -1px;
  }
}
.p-company__history .content .last_text {
  padding-left: 20rem;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 780px) {
  .p-company__history .content .last_text {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 781px) {
  .p-recruit__recruit {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__recruit {
    margin-bottom: 6rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__recruit .inner {
    max-width: 1150px;
    display: flex;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__recruit .text {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__recruit .text {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__recruit .text .midashi01 {
    margin-bottom: 6.5rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__recruit .text .midashi01 {
    margin-bottom: 3rem;
  }
}
.p-recruit__recruit .text .midashi01 span {
  margin-left: 10rem;
}
@media only screen and (max-width: 1279px) {
  .p-recruit__recruit .text .midashi01 span {
    margin-left: 6rem;
  }
}
@media only screen and (max-width: 1099px) {
  .p-recruit__recruit .text .midashi01 span {
    margin-left: 3rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__recruit .text .midashi01 span {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__recruit .text p {
    padding-left: 1em;
    line-height: 2.7875;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__recruit .text p {
    width: 100%;
    line-height: 2;
    text-align: center;
  }
}
.p-recruit__recruit .img {
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  .p-recruit__recruit .img {
    flex: 0 0 96rem;
  }
}
.p-recruit__recruit .img img {
  width: 100%;
}
@media only screen and (min-width: 781px) {
  .p-recruit__work {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__work {
    margin-bottom: 6rem;
  }
}
.p-recruit__work .headding01 {
  position: relative;
  z-index: 1;
}
.p-recruit__work .headding01:after {
  width: 100%;
  height: 46.5%;
  content: "";
  background-color: #F2F2F2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .headding01:after {
    height: 80%;
  }
}
@media only screen and (min-width: 901px) {
  .p-recruit__work .headding01 .inner {
    max-width: 1000px;
    display: flex;
    flex-direction: row-reverse;
  }
}
.p-recruit__work .headding01 .text {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (min-width: 901px) {
  .p-recruit__work .headding01 .text {
    flex: 0 0 30%;
    padding-top: 18rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__work .headding01 .text {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
  }
}
.p-recruit__work .headding01 .img {
  border-radius: 0 1rem 1rem 0;
  overflow: hidden;
}
@media only screen and (min-width: 901px) {
  .p-recruit__work .headding01 .img {
    flex: 0 0 116rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1279px) {
  .p-recruit__work .headding01 .img {
    flex: 0 0 126rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__work .headding01 .img {
    width: 107%;
    margin: 0 0 0 -7%;
  }
}
.p-recruit__work .headding01 .img img {
  width: 100%;
}
.p-recruit__work .want {
  background-color: #F2F2F2;
}
@media only screen and (min-width: 781px) {
  .p-recruit__work .want {
    margin-bottom: 12rem;
    padding: 12rem 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .want {
    margin-bottom: 6rem;
    padding: 6rem 0;
  }
}
.p-recruit__work .want .inner {
  max-width: 1200px;
}
@media only screen and (min-width: 901px) {
  .p-recruit__work .want .headding02 {
    margin-bottom: 8rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__work .want .headding02 {
    margin-bottom: 4rem;
  }
}
.p-recruit__work .want .headding02 h3 {
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2.5;
}
@media only screen and (min-width: 901px) {
  .p-recruit__work .want .headding02 h3 {
    width: 34%;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-recruit__work .want .headding02 h3 {
    margin-bottom: 2em;
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-recruit__work .want .headding02 h3 span {
  margin-top: 3em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.5em;
  letter-spacing: normal;
  line-height: 1;
  display: block;
}
.p-recruit__work .want .headding02 .img {
  overflow: hidden;
}
.p-recruit__work .want .headding02 .img > img, .p-recruit__work .want .headding02 .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 901px) {
  .p-recruit__work .want .headding02 .img {
    width: calc(66% + 10rem);
    height: 50rem;
    margin-right: -10rem;
  }
}
.p-recruit__work .want .headding02 + p {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 2.875;
}
@media only screen and (max-width: 900px) {
  .p-recruit__work .want .headding02 + p {
    line-height: 2;
  }
}
.p-recruit__work .requirement .inner {
  max-width: 1000px;
}
.p-recruit__work .requirement .tab_head {
  margin: 5rem 0 3rem 0;
  letter-spacing: -0.4em;
}
.p-recruit__work .requirement .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  .p-recruit__work .requirement .tab_head {
    margin: 3rem 0;
    text-align: center;
  }
}
.p-recruit__work .requirement .tab_head li {
  margin: 0 10rem 2rem 0;
  padding: 0 1em 0.5em 1em;
  font-size: 2rem;
  color: #D0D0D0;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 900px) {
  .p-recruit__work .requirement .tab_head li {
    margin: 1rem 0.5rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    font-size: 1.6rem;
  }
}
.p-recruit__work .requirement .tab_head li.current, .p-recruit__work .requirement .tab_head li:hover {
  color: #2F2F2F;
  border-bottom-color: #2F2F2F;
}
.p-recruit__work .requirement table {
  width: 100%;
}
.p-recruit__work .requirement table td {
  padding: 3rem;
  line-height: 2.5;
  vertical-align: top;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 780px) {
  .p-recruit__work .requirement table td {
    padding: 1.5rem;
  }
}
.p-recruit__work .requirement table td:first-child {
  width: 27%;
  padding-right: 0;
}

@media only screen and (min-width: 901px) {
  .bottom_contact.entry .contact_bnr a {
    background-image: url("../img/recruit/entry_bnr_bg.jpg");
  }
}
@media only screen and (max-width: 900px) {
  .bottom_contact.entry .contact_bnr a {
    background-image: url("../img/recruit/entry_bnr_bg_sp.jpg");
  }
}

@media only screen and (min-width: 781px) {
  .p-service__fv {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__fv {
    margin-bottom: 6rem;
  }
}
.p-service__fv .inner {
  max-width: 1620px;
}
.p-service__fv .box {
  width: 100%;
  background-image: url("../img/service/fv_bg.jpg");
  background-size: cover;
  border-radius: 1rem;
}
@media only screen and (min-width: 781px) {
  .p-service__fv .box {
    height: 60rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__fv .box .text {
    max-width: 1350px;
    margin: 0 auto;
    padding: 7.5rem;
    display: flex;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__fv .box .text {
    padding: 4rem 3rem 8rem 3rem;
    -webkit-text-shadow: 0 0 0.2rem #ffffff;
    -moz-text-shadow: 0 0 0.2rem #ffffff;
    text-shadow: 0 0 0.2rem #ffffff;
  }
}
.p-service__fv .box .text h1 {
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.15em;
  color: #1C1C1C;
}
@media only screen and (min-width: 781px) {
  .p-service__fv .box .text h1 {
    margin-right: 14rem;
    font-size: 4rem;
    writing-mode: vertical-rl;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1279px) {
  .p-service__fv .box .text h1 {
    margin-right: 10rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1099px) {
  .p-service__fv .box .text h1 {
    margin-right: 6rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__fv .box .text h1 {
    margin-bottom: 1.5em;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
  }
}
.p-service__fv .box .text p {
  line-height: 2.875;
}
@media only screen and (max-width: 780px) {
  .p-service__fv .box .text p {
    line-height: 2;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__service {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__service {
    margin-bottom: 6rem;
  }
}
.p-service__service .inner {
  max-width: 1200px;
}
.p-service__service .link {
  margin: 8rem 0 6rem 0;
  letter-spacing: -0.4em;
}
.p-service__service .link > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  .p-service__service .link {
    margin: 3rem 0;
    text-align: center;
  }
}
.p-service__service .link li {
  margin: 0 6rem 2rem 0;
}
@media only screen and (max-width: 900px) {
  .p-service__service .link li {
    margin: 1rem 0.5rem;
  }
}
.p-service__service .link li a {
  padding: 0 1em 0.5em 1em;
  font-size: 2rem;
  color: #D0D0D0;
  border-bottom: solid 1px #D0D0D0;
  display: block;
}
@media only screen and (max-width: 900px) {
  .p-service__service .link li a {
    padding: 0 0.5rem 0.5rem 0.5rem;
    font-size: 1.6rem;
  }
}
.p-service__service .link li a:hover {
  color: #2F2F2F;
  border-bottom-color: #2F2F2F;
}
.p-service__service .content li {
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (min-width: 901px) {
  .p-service__service .content li {
    margin-bottom: 9.6rem;
    padding-bottom: 9.6rem;
  }
}
@media only screen and (max-width: 900px) {
  .p-service__service .content li {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 901px) {
  .p-service__service .content li .headding {
    margin-bottom: 7rem;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 900px) {
  .p-service__service .content li .headding {
    margin-bottom: 3.5rem;
  }
}
.p-service__service .content li .headding h3 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 901px) {
  .p-service__service .content li .headding h3 {
    width: 31.7%;
  }
}
@media only screen and (max-width: 900px) {
  .p-service__service .content li .headding h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__service .content li .headding h3 {
    font-size: 3rem;
  }
}
.p-service__service .content li .headding h3 span {
  margin-top: 1.3em;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media only screen and (max-width: 780px) {
  .p-service__service .content li .headding h3 span {
    font-size: 1.5rem;
  }
}
.p-service__service .content li .headding .img {
  display: flex;
}
@media only screen and (min-width: 901px) {
  .p-service__service .content li .headding .img {
    width: 68.3%;
  }
}
.p-service__service .content li .headding .img img {
  width: 48.7%;
}
.p-service__service .content li .headding .img img + img {
  margin-left: 2.6%;
}
.p-service__product {
  padding: 16rem 0 10rem 0;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 780px) {
  .p-service__product {
    padding: 6rem 0 3rem 0;
  }
}
.p-service__product .inner {
  max-width: 1200px;
}
.p-service__product .ttl_area .midashi01 span {
  text-transform: uppercase;
}
.p-service__product .content .tab_head {
  letter-spacing: -0.4em;
}
.p-service__product .content .tab_head > * {
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (min-width: 901px) {
  .p-service__product .content .tab_head {
    width: calc(100% + 12rem);
    margin: 7rem -12rem 5rem 0;
  }
}
@media only screen and (max-width: 900px) {
  .p-service__product .content .tab_head {
    margin: 3rem 0;
    text-align: center;
  }
}
.p-service__product .content .tab_head li {
  margin: 0 6rem 2rem 0;
  padding: 0 1em 0.5em 1em;
  font-size: 2rem;
  color: #D0D0D0;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 900px) {
  .p-service__product .content .tab_head li {
    margin: 1rem 0.5rem;
    padding: 0 0.5rem 0.5rem 0.5rem;
    font-size: 1.6rem;
  }
}
.p-service__product .content .tab_head li.current, .p-service__product .content .tab_head li:hover {
  color: #2F2F2F;
  border-bottom-color: #2F2F2F;
}
.p-service__product .content .tab_body ul {
  display: flex;
  flex-wrap: wrap;
}
.p-service__product .content .tab_body ul li {
  width: 47.5%;
  margin: 0 5% 7rem 0;
}
@media only screen and (max-width: 780px) {
  .p-service__product .content .tab_body ul li {
    margin-bottom: 3rem;
  }
}
.p-service__product .content .tab_body ul li:nth-child(2n) {
  margin-right: 0;
}
.p-service__product .content .tab_body ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
  aspect-ratio: 459/352;
  overflow: hidden;
}
.p-service__product .content .tab_body ul li .img > img, .p-service__product .content .tab_body ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 780px) {
  .p-service__product .content .tab_body ul li .img {
    margin-bottom: 2rem;
  }
}
.p-service__product .content .tab_body ul li p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  .p-service__product .content .tab_body ul li p {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 781px) {
  .p-contact__form {
    margin-bottom: 12rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__form {
    margin-bottom: 6rem;
  }
}
.p-contact__form .inner {
  max-width: 1000px;
}
.p-contact__form table {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form table {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__form table tbody {
    display: block;
  }
}
@media only screen and (max-width: 780px) {
  .p-contact__form table tbody tr {
    display: block;
  }
}
.p-contact__form table tbody tr th {
  width: 33%;
  padding-top: 0.75rem;
  padding-bottom: 6rem;
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-contact__form table tbody tr th {
    width: auto;
    padding: 0 0 1rem 0;
    font-size: 1.6rem;
    display: block;
  }
}
.p-contact__form table tbody tr th .hissu {
  margin-left: 1em;
  font-size: 0.77em;
  color: #CC0000;
  display: inline-block;
}
.p-contact__form table tbody tr td {
  padding-bottom: 6rem;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-contact__form table tbody tr td {
    padding-bottom: 3rem;
    display: block;
  }
}
.p-contact__form table tbody tr td .row {
  display: flex;
}
.p-contact__form table tbody tr td .row .col {
  width: 48%;
  display: flex;
  align-items: center;
}
.p-contact__form table tbody tr td .row .col .label {
  margin-right: 1em;
}
.p-contact__form table tbody tr td .row .col + .col {
  margin-left: 4%;
}
.p-contact__form table tbody tr td .annotation {
  margin-top: 0.5em;
  font-size: 0.875em;
}
.p-contact__form .privacy {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .privacy {
    margin-bottom: 3.5rem;
  }
}
.p-contact__form .privacy > p {
  margin-bottom: 2.5em;
  text-align: center;
}
.p-contact__form .privacy .box {
  height: 30rem;
  margin-bottom: 3.2rem;
  padding: 2em 2.5em;
  border: solid 1px #F2F2F2;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .privacy .box {
    height: 20rem;
    padding: 1em;
  }
}
.p-contact__form .privacy .box .scroll {
  width: 100%;
  height: 100%;
  padding-right: 2em;
  overflow: auto;
}
.p-contact__form .privacy .box h3 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #D0D0D0;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .privacy .box h3 {
    font-size: 1.6rem;
  }
}
.p-contact__form .privacy .box h4 {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-contact__form .privacy .box p {
  margin-bottom: 2em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-contact__form .privacy .check {
  text-align: center;
}
.p-contact__form .submit {
  text-align: center;
}
.p-contact__form .submit input[type=submit] {
  width: 60rem;
  max-width: 100%;
  height: 10rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  background-color: #2F2F2F;
  background-image: url("../img/icon_arrow03.png");
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 3rem) center;
  border: solid 1px #2F2F2F;
  display: inline-block;
  transition: all 0.5s;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .submit input[type=submit] {
    width: 88%;
    min-width: 30rem;
    height: 6rem;
    background-size: 2rem 2rem;
    background-position: calc(100% - 1.6rem) center;
  }
}
.p-contact__form .submit input[type=submit]:hover {
  color: #2F2F2F;
  background-color: #D0D0D0;
  background-image: url("../img/icon_arrow04.png");
}

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

.bold {
  font-weight: 700;
}

.colorRed {
  color: #CC0000;
}

/****************************************************
 * 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;
  }
}