@charset "UTF-8";
body {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #0D0D0D;
}

body a {
  color: #0D0D0D;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.inner {
  box-sizing: content-box;
  max-width: 1390px;
  width: 96%;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    align-items: flex-start;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 2%;
  z-index: 20;
}

.header_logo {
  max-width: 243px;
}

.nav_list {
  display: flex;
  align-items: center;
}

.nav_list a {
  font-size: 15px;
}

.nav_list a span {
  display: none;
}

.nav_list a:hover {
  text-decoration: underline;
}

.nav_list li + li {
  margin-left: 35px;
}

.nav_list .btn {
  display: block;
  width: 170px;
  height: 47px;
  line-height: 47px;
  background: #E50011;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 6px 0 0 6px;
  transition: 0.3s ease-in-out;
}

.nav_list .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.nav_txt {
  display: none;
}

.menu_toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .header {
    height: 53px;
    padding: 0 0 0 2%;
  }
  .header_logo {
    max-width: 32%;
  }
  .nav {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .is-open {
    overflow: hidden;
  }
  .is-open .nav {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .nav_list {
    width: 73%;
    margin: 0 auto;
    display: block;
  }
  .nav_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    padding: 25px 0;
  }
  .nav_list a span {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    opacity: 0.5;
  }
  .nav_list li:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .nav_list li + li {
    margin-left: 0;
  }
  .nav_list .btn {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.6;
    background: none;
    text-align: left;
    color: #0D0D0D;
    font-size: 22px;
    border-radius: 0;
  }
  .nav_txt {
    display: block;
    width: 73%;
    margin: 0 auto;
  }
  .nav_txt span {
    font-size: 12px;
  }
  .nav_txt + .nav_txt {
    margin-top: 20px;
  }
  .menu_toggle {
    position: absolute;
    top: 16px;
    right: 3%;
    display: block;
    height: 22px;
    cursor: pointer;
    z-index: 100;
  }
  .menu_toggle div {
    position: relative;
    width: 33px;
  }
  .menu_toggle span {
    width: 100%;
    z-index: 100;
    height: 1px;
    right: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: all 0.3s ease-out;
  }
  .menu_toggle span:nth-child(1) {
    top: 0;
  }
  .menu_toggle span:nth-child(2) {
    top: 11px;
  }
  .menu_toggle span:nth-child(3) {
    top: 22px;
  }
  .is-open .menu_toggle span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }
  .is-open .menu_toggle span:nth-child(2) {
    opacity: 0;
  }
  .is-open .menu_toggle span:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
body {
  background: url(../images/bg_mv.png) center top no-repeat;
  background-size: contain;
  background-attachment: fixed;
}

.mv {
  height: 650px;
  padding-top: 250px;
}

.mv_ttl {
  opacity: 0;
  max-width: 841px;
  width: 100%;
  margin: 47px auto 35px;
}

.mv_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.2;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  body {
    position: relative;
    background: none;
  }
  body::after {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../images/bg_mv_sp.png) center top no-repeat;
    background-size: 100%;
  }
  .mv {
    height: 530px;
    padding-top: 140px;
  }
  .mv_ttl {
    max-width: 79.6%;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 45px;
    text-align: center;
  }
  .mv_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 393px) {
  .mv_ttl svg {
    width: 100%;
    height: 100%;
  }
}
/*----------------------------------------------------- */
/*  cmn           */
/*----------------------------------------------------- */
.cmn_ttl {
  font-size: 46px;
  font-weight: 800;
  max-width: 1000px;
  margin: 0 auto 100px;
  opacity: 0;
}

.cmn_ttl small {
  font-size: 36px;
}

.cmn_ttl span {
  display: inline-block;
}

.vertical_ttl {
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  font-family: "century-gothic", sans-serif;
  letter-spacing: -0.05em;
  color: #5A5657;
  writing-mode: vertical-lr;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  overflow-x: clip;
  padding-left: 20px;
}

.vertical_ttl span {
  display: inline-block;
}

.cmn_list li {
  position: relative;
  padding-left: 20px;
}

.cmn_list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #E60011;
}

.cmn_list li + li {
  margin-top: 10px;
}

.fadeIn {
  opacity: 0;
  transform: translateY(50px);
}

@media screen and (max-width: 1100px) {
  .vertical_ttl {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cmn_ttl {
    font-size: 9.16vw;
    margin: 0 auto 40px;
  }
  .vertical_ttl {
    display: block;
    font-size: 25vw;
    opacity: 0.08;
    right: -4%;
  }
  .cmn_list li {
    position: relative;
    padding-left: 20px;
  }
  .cmn_list li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #E60011;
  }
  .cmn_list li + li {
    margin-top: 10px;
  }
}
/*----------------------------------------------------- */
/*  work           */
/*----------------------------------------------------- */
.work {
  overflow: hidden;
  margin-bottom: 90px;
}

.work .vertical_ttl {
  top: 60px;
}

.work_inner {
  padding-left: 2%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px) brightness(114%);
  backdrop-filter: blur(50px) brightness(114%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.work_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.work_list li {
  width: 49.8%;
  margin-bottom: 70px;
}

.work_list h3 {
  font-size: 20px;
  font-weight: 700;
  min-height: 100px;
  margin: 20px 0 20px 20px;
}

.work_list p {
  font-size: 14px;
  font-weight: 400;
  color: #656565;
  margin-left: 20px;
}

.btn_more {
  display: block;
  border: none;
  background: none;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  font-size: 18px;
  padding: 18px 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.btn_more span {
  display: inline-block;
  padding: 10px 42px 10px 0;
  background: url(../images/ico_more.png) right center no-repeat;
  background-size: 25px;
  color: #0D0D0D;
}

.btn_more:hover {
  opacity: 0.5;
}

.work_list_more {
  display: none;
  transition: 0.5s;
}
.work_list_more.animated {
  animation: slideIn 1s;
}
@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.work_list_more .work_list {
  margin-bottom: -70px;
}

@media screen and (max-width: 1300px) {
  .work .vertical_ttl {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .work {
    margin-bottom: 55px;
  }
  .work .cmn_ttl {
    margin-bottom: 20px;
  }
  .work .vertical_ttl {
    top: 0px;
    display: block;
  }
  .work_inner {
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 49%);
  }
  .work_list {
    display: block;
  }
  .work_list li {
    width: 100%;
    margin-bottom: 60px;
  }
  .work_list h3 {
    font-size: 16px;
    min-height: auto;
    margin: 10px 0;
  }
  .work_list p {
    font-size: 14px;
    margin-left: 0;
  }
  .btn_more {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    text-align: center;
    font-size: 18px;
    padding: 18px 0;
    transition: 0.3s ease-in-out;
  }
  .btn_more span {
    padding-right: 42px;
    background: url(../images/ico_more.png) right center no-repeat;
    background-size: 25px;
  }
  .btn_more:hover {
    opacity: 0.5;
  }
  .work_list_more {
    display: none;
  }
  .work_list_more .work_list {
    margin-bottom: -70px;
  }
}
/*----------------------------------------------------- */
/*  media           */
/*----------------------------------------------------- */
.media {
  overflow: hidden;
  margin-bottom: 90px;
}

.media_inner {
  max-width: 756px;
  padding: 45px 3% 80px;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}

.media_ttl {
  font-size: 20px;
  font-weight: 700;
  max-width: 614px;
  margin: 0 auto 20px;
}

.media_table {
  max-width: 614px;
  width: 100%;
  margin: 0 auto;
}

.media_table th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  width: 100px;
}

.media_table td {
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}

@media screen and (max-width: 767px) {
  .media {
    margin-bottom: 40px;
  }
  .media_inner {
    max-width: 90%;
    padding: 40px 8%;
    margin: 0 auto;
  }
  .media_table th {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    width: 100px;
  }
  .media_table td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    font-size: 14px;
    color: #656565;
  }
}
/*----------------------------------------------------- */
/*  partners           */
/*----------------------------------------------------- */
.partners {
  overflow: hidden;
  margin-bottom: 20px;
}

.partners .vertical_ttl {
  top: 46px;
  right: auto;
  left: 0%;
  padding-left: 0;
}
.partners .vertical_ttl > span:last-child {
  padding-top: 35px;
}

.partners_inner {
  padding-left: 2%;
  padding-top: 172px;
  padding-bottom: 126px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(50px) brightness(126%);
  backdrop-filter: blur(50px) brightness(126%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.partners_inner02 {
  max-width: 883px;
  margin: 0 auto;
}

.partners_subttl01 {
  font-size: 20px;
  font-weight: 700;
  max-width: 883px;
  margin: 0 auto 30px;
  margin-bottom: 30px;
}

.partners_subttl02 {
  font-weight: 700;
  max-width: 883px;
  margin: 0 auto 20px;
}

.partners_list {
  max-width: 883px;
  margin: 0 auto 50px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}

.partners_list li {
  width: calc(50% - 1em);
  position: relative;
  padding: 10px 0;
  margin-left: 1em;
  text-indent: -1em;
}

.partners_list li::before {
  content: "・";
}

.partners_list li:last-child {
  text-indent: 0em;
}

.partners_list li:last-child::before {
  content: "";
}

.partners_list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .partners {
    margin-bottom: 40px;
  }
  .partners .vertical_ttl {
    top: 10px;
    right: auto;
    left: -4%;
  }
  .partners .vertical_ttl > span:last-child {
    padding-top: 0.725%;
  }
  .partners_inner {
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 49%);
  }
  .partners_subttl02 {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .partners_list {
    max-width: 883px;
    margin: 0 auto 40px;
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .partners_list li {
    width: 100%;
    padding: 7px 0;
  }
}
/*----------------------------------------------------- */
/*  company           */
/*----------------------------------------------------- */
.company {
  overflow: hidden;
  margin-bottom: 20px;
}

.company .vertical_ttl {
  top: 172px;
}
.company .vertical_ttl > span:last-child {
  padding-top: 30px;
}

.company_inner {
  padding-left: 2%;
  padding-top: 172px;
  padding-bottom: 126px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px) brightness(114%);
  backdrop-filter: blur(50px) brightness(114%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.company_inner02 {
  max-width: 800px;
  margin: 0 auto;
}

.company_table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  border-top: 1px solid #9F9C9C;
  position: relative;
  z-index: 20;
}

.company_table th {
  padding: 25px 0;
  font-weight: 700;
  width: 100px;
  vertical-align: top;
}

.company_table td {
  padding: 25px 0;
  display: flex;
  align-items: flex-start;
}

.company_table td a {
  margin-left: 40px;
  display: block;
  background: url(../images/ico_map.png) right center no-repeat;
  padding: 10px 40px 10px 0;
  background-size: 30px;
  margin-top: -10px;
}

.company_table td a:hover {
  text-decoration: underline;
}

.company_table tr {
  border-bottom: 1px solid #9F9C9C;
}

.company_subttl {
  font-size: 22px;
  font-weight: 700;
  margin: 0 auto 30px;
}

.company_map {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  height: 0;
  padding-bottom: 640px;
  overflow: hidden;
}

.company_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .company {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .company .vertical_ttl {
    top: 172px;
  }
  .company .vertical_ttl > span:last-child {
    padding-top: 2.014%;
  }
  .company_inner {
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 49%);
  }
  .company_table {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px;
    border-top: 1px solid #9F9C9C;
  }
  .company_table th {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
  }
  .company_table td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
    position: relative;
  }
  .company_table td a {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 14px;
    margin-left: 0;
    display: inline-block;
    background: url(../images/ico_map.png) right center no-repeat;
    padding: 10px 40px 10px 0;
    background-size: 30px;
    margin-top: 0;
  }
  .company_table td a:hover {
    text-decoration: underline;
  }
  .company_table tr {
    border-bottom: 1px solid #9F9C9C;
  }
  .company_subttl {
    font-size: 20px;
    margin: 0 auto 20px;
  }
  .company_map {
    margin: 0 auto 30px;
    padding-bottom: 340px;
    overflow: hidden;
  }
}
/*----------------------------------------------------- */
/*  history           */
/*----------------------------------------------------- */
.history {
  overflow: hidden;
  margin-bottom: 20px;
}

.history .vertical_ttl {
  top: 144px;
  right: auto;
  left: 0%;
  padding-left: 0;
}
.history .vertical_ttl > span:last-child {
  padding-top: 28px;
}

.history_inner02 {
  max-width: 800px;
  margin: 0 auto;
}

.history_inner {
  padding-left: 2%;
  padding-top: 160px;
  padding-bottom: 140px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(50px) brightness(126%);
  backdrop-filter: blur(50px) brightness(126%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.history_txt {
  line-height: 2.4;
  margin-bottom: 40px;
}

.history_table {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #9F9C9C;
}

.history_table th {
  padding: 25px 0;
  font-weight: 700;
  width: 210px;
  vertical-align: top;
}

.history_table td {
  padding: 25px 0;
}

.history_table tr {
  border-bottom: 1px solid #9F9C9C;
}

@media screen and (max-width: 767px) {
  .history {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .history .vertical_ttl {
    top: 10px;
    right: auto;
    left: -4%;
  }
  .history .vertical_ttl > span:last-child {
    padding-top: 0.554%;
  }
  .history_inner {
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 49%);
  }
  .history_txt {
    line-height: 1.6;
  }
  .history_table th {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
  }
  .history_table td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
}
/*----------------------------------------------------- */
/*  organization           */
/*----------------------------------------------------- */
.organization {
  overflow: hidden;
  margin-bottom: 20px;
}

.organization .vertical_ttl {
  top: 20px;
}
.organization .vertical_ttl > span:last-child {
  padding-top: 18px;
}

.organization_inner {
  padding-left: 2%;
  padding-top: 172px;
  padding-bottom: 126px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px) brightness(114%);
  backdrop-filter: blur(50px) brightness(114%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.organization_inner02 {
  max-width: 800px;
  margin: 0 auto;
}

.organization_table {
  width: 100%;
  margin: 0 auto 20px;
  border-top: 1px solid #9F9C9C;
}

.organization_table th {
  padding: 25px 0;
  font-weight: 700;
  width: 210px;
  vertical-align: top;
}

.organization_table td {
  padding: 25px 0;
}

.organization_table tr {
  border-bottom: 1px solid #9F9C9C;
}

.organization_note {
  font-size: 12px;
  margin-bottom: 40px;
}

.organization_pic {
  margin-bottom: 50px;
}

.organization_list {
  display: flex;
  justify-content: space-between;
}

.organization_list li {
  width: 40%;
}

.organization_list li h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.organization_list li a, .organization_list li p {
  display: block;
  margin-bottom: 10px;
}

.organization_list li a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .organization {
    margin-bottom: 40px;
  }
  .organization .vertical_ttl {
    top: 10px;
  }
  .organization .vertical_ttl > span:last-child {
    padding-top: 0.577%;
  }
  .organization_inner {
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 49%);
  }
  .organization_table th {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
  }
  .organization_table td {
    display: block;
    width: 100%;
    padding: 0 0 20px;
  }
  .organization_note {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .organization_pic {
    margin-bottom: 30px;
  }
  .organization_list {
    display: block;
  }
  .organization_list li + li {
    margin-top: 40px;
  }
  .organization_list li {
    width: 100%;
  }
  .organization_list li h4 {
    margin-bottom: 15px;
  }
}
/*----------------------------------------------------- */
/*  recruit           */
/*----------------------------------------------------- */
.recruit {
  overflow: hidden;
  margin-bottom: 20px;
}

.recruit .vertical_ttl {
  top: 144px;
  right: auto;
  left: 0%;
  padding-left: 0;
}

.recruit_inner {
  padding-left: 2%;
  padding-top: 176px;
  padding-bottom: 530px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(50px) brightness(126%);
  backdrop-filter: blur(50px) brightness(126%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.recruit_inner02 {
  max-width: 800px;
  margin: 0 auto;
}

.recruit_txt {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .recruit {
    overflow: hidden;
    margin-bottom: 40px;
  }
  .recruit .cmn_ttl {
    margin-bottom: 100px;
  }
  .recruit .vertical_ttl {
    top: 10px;
    right: auto;
    left: -4%;
  }
  .recruit_inner {
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 178px;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 49%);
  }
}
/*----------------------------------------------------- */
/*  contact           */
/*----------------------------------------------------- */
.contact {
  overflow: hidden;
}

.contact .vertical_ttl {
  top: 0px;
}

.contact_inner {
  padding-left: 2%;
  padding-top: 143px;
  padding-bottom: 273px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px) brightness(114%);
  backdrop-filter: blur(50px) brightness(114%);
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}

.contact_inner02 {
  max-width: 800px;
  margin: 0 auto;
}

.contact_txt {
  font-size: 22px;
  line-height: 2;
}

.copy {
  font-size: 10px;
  font-weight: 600;
  writing-mode: vertical-lr;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 10;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .contact {
    overflow: hidden;
  }
  .contact .vertical_ttl {
    top: 0px;
  }
  .contact_inner {
    padding-left: 5%;
    padding-top: 50px;
    padding-bottom: 120px;
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 49%);
  }
  .contact_inner02 {
    max-width: 800px;
    margin: 0 auto;
  }
  .contact_txt {
    font-size: 15px;
    line-height: 2;
  }
  .contact_txt + .contact_txt {
    margin-top: 20px;
  }
  .contact_txt .adj {
    font-size: 12px;
  }
  .copy {
    font-size: 7px;
    top: auto;
    right: 5px;
    bottom: 20px;
    transform: translateY(0%);
  }
}