/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace,monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: rgba(0,0,0,0);
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0,0,0,0);
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "RobotoMonoRegular";
  src: local("Roboto Mono Regular"),url("../fonts/RobotoMonoRegular.woff2") format("woff2"),url("../fonts/RobotoMonoRegular.woff") format("woff"),url("../fonts/RobotoMonoRegular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

html {
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  scroll-behavior: smooth;
  scroll-padding-top: 230px;
}

body {
  padding-top: 185px;
  background-color: #f9f9f4;
  color: #000;
}

body .on {
  display: none;
}

body .off {
  display: block;
}

img {
  width: 100%;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .6;
}

.sp {
  display: none;
}

.txt {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

.txt:not(:first-of-type) {
  margin-top: 30px;
}

.more_link {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5;
}

.more_link span {
  position: relative;
  display: block;
  padding-right: 25px;
}

.more_link span::before {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 3px;
  height: 13px;
  background-color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.more_link span::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #000;
}

.more_link.open span::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.link_dot span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.link_dot span::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.link_dot:hover span::after {
  width: 10px;
  height: 2px;
}

.section_heading {
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: .95;
}

.section_heading span {
  display: block;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  margin-top: 20px;
}

body.switch_on {
  background-color: #4d4d4d;
  color: #fff;
}

body.switch_on .on {
  display: block;
}

body.switch_on .off {
  display: none;
}

body.switch_on .header.active {
  background-color: #4d4d4d;
}

body.switch_on .header.page .header_inner::before {
  opacity: 1;
}

body.switch_on .header .logo::after {
  border-color: #fff;
}

body.switch_on .header .toggle_btn .toggle_area .toggle_item {
  background-color: #4d4d4d;
}

body.switch_on .header .toggle_btn .toggle_area .toggle_txt {
  color: #fff;
}

body.switch_on .header .toggle_btn .txt span {
  border: 1px solid #fff;
}

body.switch_on .header .toggle_btn .txt span::before {
  background-color: #fff;
}

body.switch_on .header-btn .btn_inner span {
  background-color: #fff;
}

body.switch_on .breadcrumb {
  color: #fff;
}

body.switch_on .main_v .inner::before {
  background-color: rgba(0,0,0,.6);
}

body.switch_on .link_dot span::after {
  background-color: #fff;
}

body.switch_on .vmd {
  color: #000;
}

body.switch_on .top_service {
  color: #000;
}

body.switch_on .profile_box .inner .box_conte_b .project_box .project_ttl span::before {
  background-color: #fff;
}

body.switch_on .profile_box .inner .box_conte_b .project_box .project_ttl span::after {
  background-color: #fff;
}

body.switch_on .flow .inner .step_list .step_item::after {
  background-color: #fff;
}

body.switch_on .flow .inner .step_list .step_item .step_detail .ttl.ttl_border {
  border-color: #fff;
}

body.switch_on .contact .inner .form_box form .contact_body .item .item_label {
  color: #fff;
}

body.switch_on .contact .inner .form_box form .contact_body .item .item_content .privacy_check {
  color: #fff;
}

body.switch_on .contact .inner .form_box form .contact_body .submit_box .btn_submit {
  background-color: #fff;
  color: #4d4d4d;
}

.more_link {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5;
}

.more_link span {
  position: relative;
  display: block;
  padding-right: 25px;
}

.more_link span::before {
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 3px;
  height: 13px;
  background-color: #000;
}

.more_link span::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background-color: #000;
}

.link_dot span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.link_dot span::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.link_dot:hover span::after {
  width: 10px;
  height: 2px;
}

.section_heading {
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 9.6rem;
  font-weight: 400;
  line-height: .95;
}

.section_heading span {
  display: block;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  margin-top: 20px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 0;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .header_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px;
  width: 100%;
  padding: 40px 60px 70px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 12px - 156px);
}

.header .logo::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}

.header .logo img {
  width: 300px;
  margin-right: 20px;
}

.header .header-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 156px;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
}

.header .header-contents p {
  margin-right: 24px;
}

.header .header-contents p a {
  font-size: 2rem;
}

.header .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 3;
}

.header .header-nav.open {
  opacity: 1;
  pointer-events: all;
}

.header .header-nav .inner {
  position: relative;
  height: 100%;
}

.header .header-nav .list {
  position: absolute;
  top: 0;
  right: 135px;
  width: 300px;
  height: 100%;
  padding: 15px 0;
  background-color: #000;
}

.header .header-nav .list .item {
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

.header .header-nav .list .item .link_dot {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 30px;
  line-height: 1.5;
  letter-spacing: .04em;
}

.header .header-nav .list .item .link_dot span {
  padding-right: 25px;
}

.header .header-nav .list .item .link_dot span::after {
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.header .header-nav .list .item .link_dot:hover span::after {
  width: 10px;
  height: 2px;
}

.header .toggle_btn {
  position: absolute;
  right: 60px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .toggle_btn .txt {
  margin-right: 30px;
}

.header .toggle_btn .txt span {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  padding: 10px;
  border: 1px solid #000;
}

.header .toggle_btn .txt span::before {
  position: absolute;
  top: 50%;
  right: -19px;
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background-color: #000;
}

.header .toggle_btn .toggle_area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  cursor: pointer;
}

.header .toggle_btn .toggle_area::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-15%, -50%);
  -ms-transform: translate(-15%, -50%);
  transform: translate(-15%, -50%);
  content: "";
  display: block;
  width: 23px;
  height: 8px;
  border-radius: 11px;
  background-color: #cfd1d1;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.header .toggle_btn .toggle_area .toggle_check {
  display: none;
}

.header .toggle_btn .toggle_area .toggle_txt {
  font-family: "Noto Sans JP",serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 800;
  color: #000;
}

.header .toggle_btn .toggle_area .toggle_item {
  position: relative;
  display: inline-block;
  background-color: #f9f9f4;
  width: 23px;
  height: 17px;
  border-radius: 8px;
}

.header .toggle_btn .toggle_area .toggle_item::before {
  position: absolute;
  top: 50%;
  left: -90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 31px;
  height: 24px;
  border-radius: 12px;
  background-color: #8b0303;
  z-index: -1;
}

.header .toggle_btn .toggle_area .toggle_item::after {
  position: absolute;
  top: 50%;
  right: -90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 31px;
  height: 24px;
  border-radius: 12px;
  background-color: #03090c;
  z-index: -1;
}

.header .toggle_btn .toggle_area:has(:checked)::before {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.header.active {
  background-color: #f9f9f4;
}

.header.active .header_inner {
  padding: 10px 60px 10px;
}

.header.page .header_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-color: #000;
  opacity: 0;
}

.header.home {
  padding-bottom: 20px;
}

.header.home .header_inner {
  padding: 40px 60px 70px;
}

.header-btn {
  width: 40px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-btn .btn_inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.header-btn .btn_inner span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.header-btn .btn_inner span:first-of-type {
  top: 0;
}

.header-btn .btn_inner span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-btn .btn_inner span:last-of-type {
  bottom: 0;
}

.header-btn.open .btn_inner span {
  background-color: #fff;
}

.header-btn.open .btn_inner span:first-of-type {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-btn.open .btn_inner span:nth-child(2) {
  opacity: 0;
}

.header-btn.open .btn_inner span:last-of-type {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-btn.sp {
  display: none;
}

.header-btn.sp .btn_inner span {
  background-color: #fff;
}

.header-btn.sp .btn_inner span:first-of-type {
  top: 2.7906976744vw;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-btn.sp .btn_inner span:nth-child(2) {
  opacity: 0;
}

.header-btn.sp .btn_inner span:last-of-type {
  top: 2.7906976744vw;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.main {
  width: 100%;
  min-height: calc(100vh - 80px);
  padding: 0 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.main .title {
  color: #e93d3d;
  font-size: 40px;
  text-align: center;
}

.breadcrumb {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumb .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .5em;
}

.breadcrumb .list .item:not(:first-of-type)::before {
  content: ">";
  margin-right: .5em;
}

.page_header {
  max-width: 1320px;
  width: 100%;
  margin: 80px auto 0;
  padding: 0 20px 60px;
}

.page_header .head {
  padding-bottom: 60px;
  border-bottom: 1px solid #bababa;
}

.page_header .head .page_ttl {
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15rem;
  line-height: .95;
}

.page_header .head .page_ttl .kana {
  display: block;
  margin-top: 15px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
}

.page_header .head .head_txt {
  margin-top: 30px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
}

.page_header .head .head_txt.large {
  font-size: 22px;
}

.page_header.works {
  padding: 0 20px;
}

.footer {
  position: relative;
  margin-top: 200px;
  padding: 24px 30px;
  background-color: #2a2a2a;
  color: #fff;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.footer.top {
  margin-top: 0;
}

.footer .back_to_top {
  position: fixed;
  right: 80px;
  bottom: 80px;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.footer .back_to_top .inner {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background-color: #f9f9f4;
  border-radius: 100px;
  cursor: pointer;
}

.footer .back_to_top .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
}

.footer .back_to_top.active {
  opacity: 1;
  visibility: visible;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer .back_to_top.absolute {
  position: absolute;
  top: 218px;
  right: 80px;
}

.footer .inner .contact_area {
  padding: 176px 50px 160px;
}

.footer .inner .contact_area .link_dot span {
  font-size: 9.6rem;
  padding-right: 31px;
}

.footer .inner .contact_area .link_dot span::after {
  width: 10px;
  height: 10px;
  background-color: #fff;
}

.footer .inner .contact_area .link_dot:hover span::after {
  width: 20px;
  height: 2px;
}

.footer .inner .contact_area .txt {
  margin-top: 15px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.7;
}

.footer .inner .bottom_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  padding: 30px 50px 30px 0;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .04em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer .inner .bottom_nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.footer .inner .bottom_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  padding-right: 50px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.footer .inner .bottom_detail .copyright {
  font-size: 1.2rem;
  letter-spacing: .04em;
}

.footer .inner .bottom_detail .contact_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
}

.footer .inner .bottom_detail .contact_detail .company_name {
  font-size: 1.2rem;
}

.footer .inner .bottom_detail .contact_detail .company_address {
  font-size: 1.4rem;
  text-align: right;
}

.main_v .inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 900px;
  margin: 0 auto;
}

.main_v .inner::before {
  position: absolute;
  top: -185px;
  left: 120px;
  content: "";
  display: block;
  width: 700px;
  height: 1044px;
  background-color: hsla(0,0%,100%,.6);
  z-index: 1;
}

.main_v .inner .main_img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 890px;
}

.main_v .inner .main_txt {
  position: relative;
  padding-top: 87px;
  padding-left: 60px;
  z-index: 2;
}

.main_v .inner .main_txt .ttl {
  position: relative;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 17rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1;
}

.main_v .inner .main_txt .txt {
  margin-top: 40px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.7;
}

.main_v .inner .main_txt .sub {
  margin-top: 20px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
}

.main_news {
  padding: 40px 0 30px;
  border-bottom: 1px solid #dbdbdb;
}

.main_news .inner {
  overflow: hidden;
}

.main_news .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 49px;
}

.main_news .inner .list .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main_news .inner .list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_news .inner .list .item a .cate {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
  padding: 4px 9px 6px;
  font-family: "Oswald",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .04em;
  color: #fff;
  background-color: #2a2a2a;
}

.main_news .inner .list .item a time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  font-family: "Oswald",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: .04em;
}

.main_news .inner .list .item a .txt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.5;
}

.vmd {
  padding: 60px 80px 40px;
}

.vmd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 200px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 100px 60px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.4);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.4);
}

.vmd .inner .vmd_ttl .ttl {
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12rem;
  font-weight: 400;
  line-height: .95;
}

.vmd .inner .vmd_ttl .sub {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
}

.vmd .inner .vmd_detail {
  position: relative;
  padding-bottom: 43px;
}

.vmd .inner .vmd_detail .ttl {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.7;
}

.vmd .inner .vmd_detail .txt_box {
  height: 122px;
  margin-top: 20px;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  border-bottom: 1px solid #dbdbdb;
  overflow: hidden;
}

.vmd .inner .vmd_detail .txt_box ul li {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
}

.vmd .inner .vmd_detail .txt_box .txt {
  margin-top: 0;
  padding-bottom: 30px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
}

.vmd .inner .vmd_detail .more_link {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top_works {
  padding: 40px 182px;
}

.top_works .inner {
  max-width: 1078px;
  width: 100%;
  margin: 0 auto;
}

.top_works .inner .list {
  margin-top: 40px;
}

.top_works .inner .list .item {
  border-top: 1px solid #dbdbdb;
}

.top_works .inner .list .item:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}

.top_works .inner .list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.top_works .inner .list .item a .number {
  display: block;
  margin-right: 80px;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .04em;
}

.top_works .inner .list .item a .txt {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.7;
}

.top_works .inner .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

.top_works .inner .more_btn .link_dot {
  font-size: 15px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.top_service {
  padding: 111px 182px 100px;
  background-color: #fff;
}

.top_service .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
  max-width: 1078px;
  width: 100%;
  margin: 0 auto;
}

.top_service .inner .service_heading {
  width: 320px;
}

.top_service .inner .service_heading .txt {
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
}

.top_service .inner .service_list {
  width: 700px;
}

.top_service .inner .service_list .list {
  margin-top: 40px;
}

.top_service .inner .service_list .list .item {
  border-top: 1px solid #dbdbdb;
}

.top_service .inner .service_list .list .item:last-of-type {
  border-bottom: 1px solid #dbdbdb;
}

.top_service .inner .service_list .list .item a {
  display: block;
  padding: 20px 0;
}

.top_service .inner .service_list .list .item a .heading {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.7;
}

.top_service .inner .service_list .list .item a .txt {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
}

.top_service .inner .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

.top_service .inner .more_btn .link_dot {
  font-size: 15px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.top_profile {
  position: relative;
  padding: 80px 182px 200px;
}

.top_profile .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 92px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.top_profile .inner .profile_img {
  width: 303px;
}

.top_profile .inner .profile_heading {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top_profile .inner .profile_heading .txt {
  margin-top: 20px;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
}

.top_profile .inner .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

.top_profile .inner .more_btn .link_dot {
  font-size: 15px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.top_profile .bottom_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.profile_box {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.profile_box:not(:last-of-type) .inner {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #bababa;
}

.profile_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.profile_box .inner .box_conte_a {
  width: 290px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.profile_box .inner .box_conte_a .profile_ttl {
  font-size: 3.6rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
}

.profile_box .inner .box_conte_a .profile_ttl .ttl_en {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 37px;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  line-height: .95;
}

.profile_box .inner .box_conte_a .profile_ttl .ttl_en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background-color: #8b0303;
}

.profile_box .inner .box_conte_a .prof_img {
  margin-top: 50px;
}

.profile_box .inner .box_conte_a .prof_txt {
  margin-top: 20px;
  font-size: 12px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
}

.profile_box .inner .box_conte_b {
  padding-top: 122px;
}

.profile_box .inner .box_conte_b .txt {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

.profile_box .inner .box_conte_b .txt:not(:first-of-type) {
  margin-top: 30px;
}

.profile_box .inner .box_conte_b .youtube_box {
  margin-top: 50px;
}

.profile_box .inner .box_conte_b .youtube_box .youtube_item {
  text-align: right;
}

.profile_box .inner .box_conte_b .youtube_box .youtube_item iframe {
  width: 640px;
  height: 100%;
  aspect-ratio: 16/9;
}

.profile_box .inner .box_conte_b .youtube_box .link_box {
  margin-top: 30px;
}

.profile_box .inner .box_conte_b .youtube_box .link_box .blank_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.profile_box .inner .box_conte_b .youtube_box .link_box .blank_link span {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
}

.profile_box .inner .box_conte_b .youtube_box .link_box .blank_link img {
  width: 13px;
  height: 13px;
}

.profile_box .inner .box_conte_b .txt_box:not(:first-of-type) {
  margin-top: 70px;
}

.profile_box .inner .box_conte_b .txt_box .ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
}

.profile_box .inner .box_conte_b .txt_box .txt {
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}

.profile_box .inner .box_conte_b .txt_box .txt:not(:first-of-type) {
  margin-top: 30px;
}

.profile_box .inner .box_conte_b .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
}

.profile_box .inner .box_conte_b .img_box img {
  width: 318px;
}

.profile_box .inner .box_conte_b .img_box .caption_txt {
  font-size: 14px;
  line-height: 1.7;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
}

.profile_box .inner .box_conte_b .img_box+.txt {
  margin-top: 30px;
}

.profile_box .inner .box_conte_b .img_box.mt_30 {
  margin-top: 30px;
}

.profile_box .inner .box_conte_b .kyogen_img {
  margin-top: 50px;
  width: 23.2558139535vw;
}

.profile_box .inner .box_conte_b .kyogen-modal {
  position: fixed;
  inset: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 60;
}

.profile_box .inner .box_conte_b .kyogen-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile_box .inner .box_conte_b .kyogen-modal .kyogen-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.2);
}

.profile_box .inner .box_conte_b .kyogen-modal .kyogen-story {
  position: relative;
  background: #fff;
  margin: auto;
  overflow-x: auto;
  z-index: 1;
}

.profile_box .inner .box_conte_b .kyogen-modal .kyogen-story img {
  display: inline-block;
  height: auto;
  max-height: 100%;
  min-width: 4000px;
}

.profile_box .inner .box_conte_b .project_box {
  width: 100%;
}

.profile_box .inner .box_conte_b .project_box:not(:first-of-type) {
  margin-top: 20px;
}

.profile_box .inner .box_conte_b .project_box .project_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #c5c5c4;
  font-size: 2.4rem;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
  cursor: pointer;
}

.profile_box .inner .box_conte_b .project_box .project_ttl span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.profile_box .inner .box_conte_b .project_box .project_ttl span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 18px;
  height: 2px;
  background-color: #000;
}

.profile_box .inner .box_conte_b .project_box .project_ttl span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 2px;
  height: 18px;
  background-color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.profile_box .inner .box_conte_b .project_box .project_ttl.active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.profile_box .inner .box_conte_b .project_box .project_detail {
  display: none;
  padding: 0 30px;
}

.profile_box .inner .box_conte_b .project_box .project_detail .project_list {
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.profile_box .inner .box_conte_b .project_box .project_detail .project_list tr th {
  width: 100px;
  padding: 10px 0;
  font-size: 2.4rem;
  line-height: 1.7;
}

.profile_box .inner .box_conte_b .project_box .project_detail .project_list tr td {
  width: calc(100% - 100px);
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.7;
  vertical-align: middle;
}

.profile_box .inner .box_conte_b .company_detail {
  width: 100%;
  border-spacing: 0;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.profile_box .inner .box_conte_b .company_detail tr th {
  width: 80px;
  padding: 30px 0;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #bababa;
}

.profile_box .inner .box_conte_b .company_detail tr td {
  width: calc(100% - 80px);
  padding: 30px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0;
  border-bottom: 1px solid #bababa;
}

.profile_box.box_b .inner .box_conte_a {
  overflow: visible;
  width: 440px;
}

.profile_box.box_b .inner .box_conte_a .profile_ttl {
  position: sticky;
  top: 200px;
}

.profile_box.box_b .inner .box_conte_b {
  width: calc(100% - 440px - 40px);
  padding-top: 0;
}

.service_list {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.service_list .inner .service_item {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #bababa;
}

.service_list .inner .service_item .service_ttl {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.7;
}

.service_list .inner .service_item .service_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  margin-top: 60px;
}

.service_list .inner .service_item .service_detail .img_item {
  width: 500px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service_list .inner .service_item .service_detail .txt_item .txt.bold {
  font-weight: 500;
}

.flow {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.flow .inner .flow_ttl {
  margin-bottom: 40px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 1.7;
}

.flow .inner .step_list {
  margin-top: 60px;
  height: 100%;
}

.flow .inner .step_list .step_item {
  position: relative;
  padding-left: 100px;
  padding-bottom: 67px;
  height: 100%;
}

.flow .inner .step_list .step_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/service/icon_circle.svg);
  background-size: 39px 39px;
  background-position: center;
  background-repeat: no-repeat;
}

.flow .inner .step_list .step_item::after {
  position: absolute;
  bottom: 0;
  left: 20px;
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #000;
}

.flow .inner .step_list .step_item:last-of-type::after {
  display: none;
}

.flow .inner .step_list .step_item .step_detail .ttl {
  margin-bottom: 30px;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  line-height: 1.7;
}

.flow .inner .step_list .step_item .step_detail .ttl span {
  display: inline-block;
  margin-right: 30px;
}

.flow .inner .step_list .step_item .step_detail .ttl.ttl_border {
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.news_list {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.news_list .inner .news_cate {
  margin-bottom: 40px;
}

.news_list .inner .news_cate .cate_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.news_list .inner .news_cate .cate_list .item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news_list .inner .news_cate .cate_list .item a {
  display: block;
  padding: 7px 33px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

.news_list .inner .news_cate .cate_list .item a:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.news_list .inner .post_list .post_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
}

.news_list .inner .post_list .post_item a .post_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.news_list .inner .post_list .post_item a .post_head .post_date {
  margin-right: 30px;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.5;
}

.news_list .inner .post_list .post_item a .post_head .post_cate {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  padding: 7px 33px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

.news_list .inner .post_list .post_item a .post_head .post_cate:hover {
  background-color: #4d4d4d;
  color: #fff;
}

.news_list .inner .post_list .post_item:last-of-type a {
  border-bottom: 1px solid #dbdbdb;
}

.news_detail {
  max-width: 1320px;
  width: 100%;
  margin: 80px auto 0;
  padding: 0 20px;
}

.news_detail .inner .news_ttl {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.4rem;
  line-height: 1.4;
}

.news_detail .inner .news_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 80px;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 60px;
  border-bottom: 1px solid #bababa;
  overflow: visible;
}

.news_detail .inner .news_contents .post_heading {
  position: sticky;
  top: 200px;
  width: 400px;
}

.news_detail .inner .news_contents .post_heading .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.news_detail .inner .news_contents .post_heading .head .date {
  margin-right: 30px;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: .04em;
  line-height: 1.5;
}

.news_detail .inner .news_contents .post_heading .head .cate li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  padding: 7px 33px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  border: 1px solid #000;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

.news_detail .inner .news_contents .post_heading .ttl {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.6rem;
  line-height: 1.4;
}

.news_detail .inner .news_contents .post_data {
  width: 800px;
}

.news_detail .inner .news_contents .post_data img,
.news_detail .inner .news_contents .post_data p,
.news_detail .inner .news_contents .post_data ul,
.news_detail .inner .news_contents .post_data ol,
.news_detail .inner .news_contents .post_data h1,
.news_detail .inner .news_contents .post_data h2,
.news_detail .inner .news_contents .post_data h3,
.news_detail .inner .news_contents .post_data h4,
.news_detail .inner .news_contents .post_data h5,
.news_detail .inner .news_contents .post_data h6 {
  margin-bottom: 60px;
  line-height: 1.7;
}

.news_detail .inner .news_contents .post_data p,
.news_detail .inner .news_contents .post_data ul,
.news_detail .inner .news_contents .post_data ol {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
}

.news_detail .inner .news_contents .post_data h1,
.news_detail .inner .news_contents .post_data h2,
.news_detail .inner .news_contents .post_data h3,
.news_detail .inner .news_contents .post_data h4,
.news_detail .inner .news_contents .post_data h5,
.news_detail .inner .news_contents .post_data h6 {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
}

.news_detail .inner .news_contents .post_data h3 {
  font-size: 2.4rem;
}

.news_detail .inner .news_contents .post_data p {
  font-size: 1.6rem;
}

.news_detail .inner .news_contents .post_data .link_box {
  text-align: right;
}

.news_detail .inner .news_contents .post_data .link_box .link_dot {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
}

.news_detail .inner .pageer_box .pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}

.works_list {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.works_list .inner .posts_box .works_posts .works_item {
  padding: 20px 0;
  border-bottom: 1px solid #bababa;
}

.works_list .inner .posts_box .works_posts .works_item .works_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 50px;
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.works_list .inner .posts_box .works_posts .works_item .works_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.works_list .inner .posts_box .works_posts .works_item .works_img .img_inner {
  max-width: 380px;
}

.works_list .inner .posts_box .works_posts .works_item .works_img .img_inner .works_post_img {
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
  will-change: width;
  display: inline-block;
  -webkit-animation: scroll-scale linear both;
  animation: scroll-scale linear both;
  animation-timeline: view();
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  animation-range: cover 0% cover 70%;
  margin-top: 20px;
}

@-webkit-keyframes scroll-scale {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  60% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes scroll-scale {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  60% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.works_detail {
  max-width: 1320px;
  width: 100%;
  margin: 80px auto 0;
  padding: 0 20px;
}

.works_detail .inner .works_ttl {
  font-family: "Jost",sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 10rem;
  line-height: 1;
}

.works_detail .inner .works_ttl span {
  display: block;
  margin-top: 15px;
  font-size: 2rem;
}

.works_detail .inner .works_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  margin-top: 60px;
  overflow: visible;
}

.works_detail .inner .works_contents .post_data {
  width: 905px;
}

.works_detail .inner .works_contents .post_data .main_v {
  margin-bottom: 30px;
}

.works_detail .inner .works_contents .post_data .post_ttl {
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.7;
}

.works_detail .inner .works_contents .post_data .txt:not(:first-of-type) {
  margin-top: 20px;
}

.works_detail .inner .works_contents .post_data .sub_v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.works_detail .inner .works_contents .post_data .sub_v img {
  width: 640px;
}

.works_detail .inner .works_contents .post_data .sub_v video {
  width: 640px;
}

.works_detail .inner .works_contents .post_data .sub_v .img_caption .caption_txt {
  margin-top: 10px;
  font-size: 14px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
}

.works_detail .inner .works_contents .post_data .link_box {
  margin-top: 30px;
  text-align: right;
}

.works_detail .inner .works_contents .post_data .link_box .link_dot {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
}

.contact {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.contact .inner .heading_txt .txt_list .txt_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 15px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.7;
}

.contact .inner .heading_txt .txt_list .txt_item:not(:first-of-type) {
  margin-top: 10px;
}

.contact .inner .heading_txt .txt_list .txt_item span {
  position: relative;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #f8f7f3;
}

.contact .inner .heading_txt .txt_list .txt_item span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
}

.contact .inner .form_box {
  width: 740px;
  margin: 60px auto 0;
}

.contact .inner .form_box form .contact_body .item:not(:first-of-type) {
  margin-top: 40px;
}

.contact .inner .form_box form .contact_body .item .item_label {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #4d4d4d;
}

.contact .inner .form_box form .contact_body .item .item_content.radio_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 50px;
  margin-top: 25px;
}

.contact .inner .form_box form .contact_body .item .item_content.radio_item.confirm {
  margin-top: 0;
}

.contact .inner .form_box form .contact_body .item .item_content .radiobtn {
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
}

.contact .inner .form_box form .contact_body .item .item_content .radiobtn label {
  position: relative;
  padding-left: 26px;
}

.contact .inner .form_box form .contact_body .item .item_content .radiobtn label::before {
  position: absolute;
  top: 50%;
  left: -13px;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
}

.contact .inner .form_box form .contact_body .item .item_content .radiobtn input {
  visibility: hidden;
}

.contact .inner .form_box form .contact_body .item .item_content .radiobtn input:checked+label::after {
  position: absolute;
  top: 50%;
  left: -5px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #4d4d4d;
}

.contact .inner .form_box form .contact_body .item .item_content.txt_area input.text-area,
.contact .inner .form_box form .contact_body .item .item_content.txt_area textarea {
  width: 100%;
  margin-top: 15px;
  padding: 25px 35px;
  border-radius: 5px;
  border: 1px solid #949494;
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #4d4d4d;
}

.contact .inner .form_box form .contact_body .item .item_content.txt_area input.text-area::-webkit-input-placeholder,
.contact .inner .form_box form .contact_body .item .item_content.txt_area textarea::-webkit-input-placeholder {
  color: #949494;
}

.contact .inner .form_box form .contact_body .item .item_content.txt_area input.text-area::-moz-placeholder,
.contact .inner .form_box form .contact_body .item .item_content.txt_area textarea::-moz-placeholder {
  color: #949494;
}

.contact .inner .form_box form .contact_body .item .item_content.txt_area input.text-area:-ms-input-placeholder,
.contact .inner .form_box form .contact_body .item .item_content.txt_area textarea:-ms-input-placeholder {
  color: #949494;
}

.contact .inner .form_box form .contact_body .item .item_content.txt_area input.text-area::-ms-input-placeholder,
.contact .inner .form_box form .contact_body .item .item_content.txt_area textarea::-ms-input-placeholder {
  color: #949494;
}

.contact .inner .form_box form .contact_body .item .item_content.txt_area input.text-area::placeholder,
.contact .inner .form_box form .contact_body .item .item_content.txt_area textarea::placeholder {
  color: #949494;
}

.contact .inner .form_box form .contact_body .item .item_content.txt_area textarea {
  resize: none;
}

.contact .inner .form_box form .contact_body .item .item_content .privacy_check {
  position: relative;
  margin-top: 15px;
  padding-left: 35px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #4d4d4d;
}

.contact .inner .form_box form .contact_body .item .item_content .privacy_check .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #949494;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.contact .inner .form_box form .contact_body .item .item_content .privacy_check input[type=checkbox] {
  display: none;
}

.contact .inner .form_box form .contact_body .item .item_content .privacy_check input[type=checkbox]:checked+label span {
  background-color: #949494;
}

.contact .inner .form_box form .contact_body .item .item_content .privacy_check input[type=checkbox]:checked+label span::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content {
  margin-top: 40px;
}

.contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content .txt {
  margin-top: 0;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content .txt:not(:first-of-type) {
  margin-top: 15px;
}

.contact .inner .form_box form .contact_body .item .item_content .confirm_txt {
  width: 100%;
  margin-top: 15px;
  padding: 25px 35px;
  border-radius: 5px;
  border: 1px solid #949494;
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #4d4d4d;
  border: none;
}

.contact .inner .form_box form .contact_body .item .item_content .txt {
  margin-top: 40px;
}

.contact .inner .form_box form .contact_body .item .item_content .txt a {
  color: #2aa7af;
  border-bottom: 1px solid #2aa7af;
}

.contact .inner .form_box form .contact_body .item .error_txt {
  display: none;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #af2a2a;
}

.contact .inner .form_box form .contact_body .submit_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
}

.contact .inner .form_box form .contact_body .submit_box .back_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 225px;
  height: 56px;
  border: 1px solid #4d4d4d;
  background-color: #fff;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #4d4d4d;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact .inner .form_box form .contact_body .submit_box .back_btn:hover {
  opacity: .6;
}

.contact .inner .form_box form .contact_body .submit_box .btn_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 225px;
  height: 56px;
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact .inner .form_box form .contact_body .submit_box .btn_submit:hover {
  opacity: .6;
}

.contact.thanks .thanks_ttl {
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic Antique",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 36px;
  line-height: 1;
}

.contact.thanks .more_btn {
  font-weight: 600;
  margin-top: 30px;
  font-size: 15px;
}

.privacy {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 1280px) {
  html {
    scroll-padding-top: 17.96875vw;
  }

  body {
    padding-top: 14.453125vw;
  }

  .txt {
    font-size: 1.25vw;
  }

  .txt:not(:first-of-type) {
    margin-top: 2.34375vw;
  }

  .more_link {
    font-size: 1.171875vw;
  }

  .more_link span {
    padding-right: 1.953125vw;
  }

  .more_link span::before {
    right: .46875vw;
    width: .234375vw;
    height: 1.015625vw;
  }

  .more_link span::after {
    width: 1.171875vw;
    height: .234375vw;
  }

  .link_dot span {
    padding-right: 1.171875vw;
  }

  .link_dot span::after {
    width: .390625vw;
    height: .390625vw;
  }

  .link_dot:hover span::after {
    width: .78125vw;
    height: .15625vw;
  }

  .section_heading {
    font-size: 7.5vw;
  }

  .section_heading span {
    margin-top: 1.5625vw;
    font-size: 1.40625vw;
  }

  .more_link {
    font-size: 1.171875vw;
  }

  .more_link span {
    padding-right: 1.953125vw;
  }

  .more_link span::before {
    right: .46875vw;
    width: .234375vw;
    height: 1.015625vw;
  }

  .more_link span::after {
    width: 1.171875vw;
    height: .234375vw;
  }

  .link_dot span {
    padding-right: 1.171875vw;
  }

  .link_dot span::after {
    width: .390625vw;
    height: .390625vw;
  }

  .link_dot:hover span::after {
    width: .78125vw;
    height: .15625vw;
  }

  .section_heading {
    font-size: 7.5vw;
  }

  .section_heading span {
    margin-top: 1.5625vw;
    font-size: 1.40625vw;
  }

  .header .header_inner {
    gap: .9375vw;
    margin-right: 1.875vw;
    padding: 3.125vw 4.6875vw 5.46875vw;
  }

  .header .logo {
    width: calc(100% - .9375vw - 12.1875vw);
  }

  .header .logo img {
    width: 23.4375vw;
    margin-right: 1.5625vw;
  }

  .header .header-contents {
    width: 12.1875vw;
  }

  .header .header-contents p {
    margin-right: 1.875vw;
  }

  .header .header-contents p a {
    font-size: 1.5625vw;
  }

  .header .header-nav .list {
    right: 10.546875vw;
    width: 23.4375vw;
    padding: 1.171875vw 0;
  }

  .header .header-nav .list .item {
    font-size: 1.40625vw;
  }

  .header .header-nav .list .item .link_dot {
    padding: 2.34375vw;
  }

  .header .header-nav .list .item .link_dot span {
    padding-right: 1.953125vw;
  }

  .header .header-nav .list .item .link_dot span::after {
    width: .390625vw;
    height: .390625vw;
  }

  .header .header-nav .list .item .link_dot:hover span::after {
    width: .78125vw;
    height: .15625vw;
  }

  .header .toggle_btn {
    right: 4.6875vw;
  }

  .header .toggle_btn .txt {
    right: 4.6875vw;
    margin-right: 2.34375vw;
  }

  .header .toggle_btn .txt span {
    padding: .78125vw;
    font-size: .9375vw;
  }

  .header .toggle_btn .txt span::before {
    right: -1.484375vw;
    width: 1.484375vw;
  }

  .header .toggle_btn .toggle_area {
    gap: 2.34375vw;
  }

  .header .toggle_btn .toggle_area::before {
    width: 1.796875vw;
    height: .625vw;
    border-radius: .859375vw;
  }

  .header .toggle_btn .toggle_area .toggle_txt {
    font-size: .78125vw;
  }

  .header .toggle_btn .toggle_area .toggle_item {
    width: 1.796875vw;
    height: 1.328125vw;
    border-radius: .625vw;
  }

  .header .toggle_btn .toggle_area .toggle_item::before {
    width: 2.421875vw;
    height: 1.875vw;
    border-radius: .9375vw;
  }

  .header .toggle_btn .toggle_area .toggle_item::after {
    width: 2.421875vw;
    height: 1.875vw;
    border-radius: .9375vw;
  }

  .header.active .header_inner {
    padding: .78125vw 4.6875vw .78125vw;
  }

  .header.page .header_inner::before {
    height: 7.8125vw;
  }

  .header.home {
    padding-bottom: 1.5625vw;
  }

  .header.home .header_inner {
    padding: 3.125vw 4.6875vw 5.46875vw;
  }

  .header-btn {
    width: 3.125vw;
    height: 2.34375vw;
  }

  .header-btn .btn_inner span {
    height: .15625vw;
  }

  .header-btn.open .btn_inner span:first-of-type {
    top: .9375vw;
  }

  .header-btn.open .btn_inner span:last-of-type {
    top: .9375vw;
  }

  .breadcrumb {
    padding: 0 1.5625vw;
    font-size: 1.40625vw;
  }

  .page_header {
    margin: 6.25vw auto 4.6875vw;
    padding: 0 1.5625vw;
  }

  .page_header .head {
    padding-bottom: 4.6875vw;
  }

  .page_header .head .page_ttl {
    font-size: 11.71875vw;
  }

  .page_header .head .page_ttl .kana {
    margin-top: 1.171875vw;
    font-size: 1.40625vw;
  }

  .page_header .head .head_txt {
    margin-top: 2.34375vw;
    font-size: 1.25vw;
  }

  .page_header .head .head_txt.large {
    font-size: 1.5625vw;
  }

  .page_header.works {
    margin: 6.25vw auto 0;
  }

  .footer {
    margin-top: 15.625vw;
    padding: 1.875vw 2.34375vw;
  }

  .footer .back_to_top {
    right: 6.25vw;
    bottom: 7.8125vw;
  }

  .footer .back_to_top .inner {
    width: 7.8125vw;
    height: 7.8125vw;
    border-radius: 7.8125vw;
  }

  .footer .back_to_top .inner img {
    width: 1.328125vw;
  }

  .footer .back_to_top.absolute {
    top: 17.03125vw;
    right: 6.25vw;
  }

  .footer .inner .contact_area {
    padding: 13.75vw 3.90625vw 12.5vw;
  }

  .footer .inner .contact_area .link_dot span {
    font-size: 7.5vw;
    padding-right: 2.421875vw;
  }

  .footer .inner .contact_area .link_dot span::after {
    width: .78125vw;
    height: .78125vw;
  }

  .footer .inner .contact_area .link_dot:hover span::after {
    width: 1.5625vw;
    height: .15625vw;
  }

  .footer .inner .contact_area .txt {
    margin-top: 1.171875vw;
    font-size: 1.171875vw;
  }

  .footer .inner .bottom_nav {
    margin-top: 2.34375vw;
    padding: 2.34375vw 3.90625vw 2.34375vw 0;
    font-size: 1.40625vw;
  }

  .footer .inner .bottom_nav .list {
    gap: 1.171875vw;
  }

  .footer .inner .bottom_detail {
    margin-top: 2.34375vw;
    padding-right: 3.90625vw;
    font-size: .9375vw;
  }

  .footer .inner .bottom_detail .copyright {
    font-size: .9375vw;
  }

  .footer .inner .bottom_detail .contact_detail {
    gap: 1.5625vw;
  }

  .footer .inner .bottom_detail .contact_detail .company_name {
    font-size: .9375vw;
  }

  .footer .inner .bottom_detail .contact_detail .company_address {
    font-size: 1.09375vw;
  }

  .main_v .inner {
    height: 70.3125vw;
  }

  .main_v .inner::before {
    top: -14.453125vw;
    left: 9.375vw;
    width: 54.6875vw;
    height: 81.5625vw;
  }

  .main_v .inner .main_img {
    max-width: 69.53125vw;
  }

  .main_v .inner .main_txt {
    padding-top: 6.796875vw;
    padding-left: 4.6875vw;
  }

  .main_v .inner .main_txt .ttl {
    font-size: 13.28125vw;
  }

  .main_v .inner .main_txt .txt {
    margin-top: 3.125vw;
    font-size: 1.875vw;
  }

  .main_v .inner .main_txt .sub {
    margin-top: 1.5625vw;
    font-size: 1.40625vw;
  }

  .main_news {
    padding: 3.125vw 0 2.34375vw;
  }

  .main_news .inner .list {
    gap: 3.828125vw;
  }

  .main_news .inner .list .item a .cate {
    margin-right: .546875vw;
    padding: .3125vw .703125vw .46875vw;
    font-size: 1.25vw;
  }

  .main_news .inner .list .item a time {
    margin-right: 1.25vw;
    font-size: 1.09375vw;
  }

  .main_news .inner .list .item a .txt {
    font-size: .9375vw;
  }

  .vmd {
    padding: 4.6875vw 6.25vw 3.125vw;
  }

  .vmd .inner {
    gap: 15.625vw;
    padding: 6.25vw 7.8125vw 4.6875vw;
    border-radius: .234375vw;
    -webkit-box-shadow: 0 .3125vw .3125vw 0 rgba(0,0,0,.4);
    box-shadow: 0 .3125vw .3125vw 0 rgba(0,0,0,.4);
  }

  .vmd .inner .vmd_ttl .ttl {
    font-size: 9.375vw;
  }

  .vmd .inner .vmd_ttl .sub {
    font-size: 1.40625vw;
  }

  .vmd .inner .vmd_detail {
    padding-bottom: 3.359375vw;
  }

  .vmd .inner .vmd_detail .ttl {
    font-size: 1.875vw;
  }

  .vmd .inner .vmd_detail .txt_box {
    margin-top: 1.5625vw;
    height: 9.53125vw;
  }

  .vmd .inner .vmd_detail .txt_box ul li {
    font-size: 1.40625vw;
  }

  .vmd .inner .vmd_detail .txt_box .txt {
    padding-bottom: 2.34375vw;
    font-size: 1.40625vw;
  }

  .top_works {
    padding: 3.125vw 14.21875vw;
  }

  .top_works .inner .list {
    margin-top: 3.125vw;
  }

  .top_works .inner .list .item a {
    padding: 1.5625vw 0;
  }

  .top_works .inner .list .item a .number {
    margin-right: 6.25vw;
    font-size: 1.171875vw;
  }

  .top_works .inner .list .item a .txt {
    font-size: 1.5625vw;
  }

  .top_works .inner .more_btn {
    margin-top: 3.125vw;
  }

  .top_works .inner .more_btn .link_dot {
    font-size: 1.171875vw;
  }

  .top_service {
    padding: 8.671875vw 14.21875vw 7.8125vw;
  }

  .top_service .inner {
    gap: 4.53125vw;
  }

  .top_service .inner .service_heading {
    width: 25vw;
  }

  .top_service .inner .service_heading .txt {
    margin-top: 1.5625vw;
    font-size: 1.40625vw;
  }

  .top_service .inner .service_list {
    width: 54.6875vw;
  }

  .top_service .inner .service_list .list {
    margin-top: 3.125vw;
  }

  .top_service .inner .service_list .list .item a {
    padding: 1.5625vw 0;
  }

  .top_service .inner .service_list .list .item a .heading {
    font-size: 1.5625vw;
  }

  .top_service .inner .service_list .list .item a .txt {
    font-size: 1.171875vw;
  }

  .top_service .inner .more_btn {
    margin-top: 3.125vw;
  }

  .top_service .inner .more_btn .link_dot {
    font-size: 1.171875vw;
  }

  .top_profile {
    padding: 6.25vw 14.21875vw 15.625vw;
  }

  .top_profile .inner {
    gap: 7.1875vw;
  }

  .top_profile .inner .profile_img {
    width: 23.671875vw;
  }

  .top_profile .inner .profile_heading .txt {
    margin-top: 1.5625vw;
    font-size: 1.40625vw;
  }

  .top_profile .inner .more_btn {
    margin-top: 3.125vw;
  }

  .top_profile .inner .more_btn .link_dot {
    font-size: 1.171875vw;
  }

  .profile_box {
    padding: 0 1.5625vw;
  }

  .profile_box:not(:last-of-type) .inner {
    margin-bottom: 4.6875vw;
    padding-bottom: 4.6875vw;
  }

  .profile_box .inner {
    gap: 3.125vw;
  }

  .profile_box .inner .box_conte_a {
    width: 22.65625vw;
  }

  .profile_box .inner .box_conte_a .profile_ttl {
    font-size: 2.8125vw;
  }

  .profile_box .inner .box_conte_a .profile_ttl .ttl_en {
    margin-bottom: 1.5625vw;
    padding-left: 2.109375vw;
    font-size: 1.171875vw;
  }

  .profile_box .inner .box_conte_a .profile_ttl .ttl_en::before {
    width: 1.328125vw;
    height: 1.328125vw;
  }

  .profile_box .inner .box_conte_a .prof_img {
    margin-top: 3.90625vw;
  }

  .profile_box .inner .box_conte_a .prof_txt {
    margin-top: 1.5625vw;
    font-size: .9375vw;
  }

  .profile_box .inner .box_conte_b {
    padding-top: 9.53125vw;
  }

  .profile_box .inner .box_conte_b .txt {
    font-size: 1.25vw;
  }

  .profile_box .inner .box_conte_b .txt:not(:first-of-type) {
    margin-top: 2.34375vw;
  }

  .profile_box .inner .box_conte_b .youtube_box {
    margin-top: 3.90625vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .youtube_item iframe {
    width: 50vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .link_box {
    margin-top: 2.34375vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .link_box .blank_link {
    gap: .78125vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .link_box .blank_link span {
    font-size: 1.171875vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .link_box .blank_link img {
    width: 13px;
    height: 13px;
  }

  .profile_box .inner .box_conte_b .txt_box:not(:first-of-type) {
    margin-top: 5.46875vw;
  }

  .profile_box .inner .box_conte_b .txt_box .ttl {
    margin-bottom: 1.5625vw;
    font-size: 1.875vw;
  }

  .profile_box .inner .box_conte_b .txt_box .txt {
    font-size: 1.25vw;
  }

  .profile_box .inner .box_conte_b .txt_box .txt:not(:first-of-type) {
    margin-top: 2.34375vw;
  }

  .profile_box .inner .box_conte_b .img_box {
    gap: 2.34375vw;
  }

  .profile_box .inner .box_conte_b .img_box img {
    width: 24.84375vw;
  }

  .profile_box .inner .box_conte_b .img_box .caption_txt {
    font-size: 1.09375vw;
  }

  .profile_box .inner .box_conte_b .img_box+.txt {
    margin-top: 2.34375vw;
  }

  .profile_box .inner .box_conte_b .img_box.mt_30 {
    margin-top: 2.34375vw;
  }

  .profile_box .inner .box_conte_b .kyogen_img {
    margin-top: 3.90625vw;
  }

  .profile_box .inner .box_conte_b .project_box:not(:first-of-type) {
    margin-top: 1.5625vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_ttl {
    padding: 1.5625vw 2.34375vw;
    font-size: 1.875vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_ttl span {
    width: 1.40625vw;
    height: 1.40625vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_ttl span::before {
    width: 1.40625vw;
    height: .15625vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_ttl span::after {
    width: .15625vw;
    height: 1.40625vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_detail {
    padding: 0 2.34375vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_detail .project_list tr th {
    width: 7.8125vw;
    padding: .78125vw 0;
    font-size: 1.875vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_detail .project_list tr td {
    width: calc(100% - 7.8125vw);
    padding: .78125vw 0;
    font-size: 1.25vw;
  }

  .profile_box .inner .box_conte_b .company_detail tr th {
    width: 6.25vw;
    padding: 2.34375vw 0;
    font-size: 1.5625vw;
  }

  .profile_box .inner .box_conte_b .company_detail tr td {
    width: calc(100% - 6.25vw);
    padding: 2.34375vw;
    font-size: 1.25vw;
  }

  .profile_box.box_b .inner .box_conte_a {
    width: 34.375vw;
  }

  .profile_box.box_b .inner .box_conte_a .profile_ttl {
    top: 15.625vw;
  }

  .profile_box.box_b .inner .box_conte_b {
    width: calc(100% - 34.375vw - 3.125vw);
  }

  .service_list {
    padding: 0 1.5625vw;
  }

  .service_list .inner .service_item {
    padding-bottom: 4.6875vw;
    margin-bottom: 4.6875vw;
  }

  .service_list .inner .service_item .service_ttl {
    font-size: 2.8125vw;
  }

  .service_list .inner .service_item .service_detail {
    gap: 3.90625vw;
    margin-top: 4.6875vw;
  }

  .service_list .inner .service_item .service_detail .img_item {
    width: 39.0625vw;
  }

  .flow {
    padding: 0 1.5625vw;
  }

  .flow .inner .flow_ttl {
    margin-bottom: 3.125vw;
    font-size: 2.8125vw;
  }

  .flow .inner .step_list {
    margin-top: 4.6875vw;
  }

  .flow .inner .step_list .step_item {
    padding-left: 7.8125vw;
    padding-bottom: 5.234375vw;
  }

  .flow .inner .step_list .step_item::before {
    width: 3.125vw;
    height: 3.125vw;
    background-size: 3.046875vw 3.046875vw;
  }

  .flow .inner .step_list .step_item::after {
    left: 1.5625vw;
    height: calc(100% - 3.125vw);
  }

  .flow .inner .step_list .step_item .step_detail .ttl {
    margin-bottom: 2.34375vw;
    font-size: 2.5vw;
  }

  .flow .inner .step_list .step_item .step_detail .ttl span {
    margin-right: 2.34375vw;
  }

  .news_list {
    padding: 0 1.5625vw;
  }

  .news_list .inner .news_cate .cate_list {
    gap: .78125vw;
  }

  .news_list .inner .news_cate .cate_list .item a {
    padding: .546875vw 2.578125vw;
    font-size: 1.171875vw;
  }

  .news_list .inner .post_list .post_item a {
    padding: 1.953125vw 0;
  }

  .news_list .inner .post_list .post_item a .post_head .post_date {
    margin-right: 2.34375vw;
    font-size: 1.25vw;
  }

  .news_list .inner .post_list .post_item a .post_head .post_cate {
    margin-right: 2.34375vw;
    padding: .546875vw 2.578125vw;
    font-size: 1.171875vw;
  }

  .news_detail {
    margin: 6.25vw auto 0;
    padding: 0 1.5625vw;
  }

  .news_detail .inner .news_ttl {
    font-size: 5vw;
  }

  .news_detail .inner .news_contents {
    gap: 6.25vw;
    margin-top: 4.6875vw;
    margin-bottom: 2.34375vw;
    padding-bottom: 4.6875vw;
  }

  .news_detail .inner .news_contents .post_heading {
    top: 15.625vw;
    width: 31.25vw;
  }

  .news_detail .inner .news_contents .post_heading .head {
    margin-bottom: 1.5625vw;
  }

  .news_detail .inner .news_contents .post_heading .head .date {
    margin-right: 2.34375vw;
    font-size: 1.25vw;
  }

  .news_detail .inner .news_contents .post_heading .head .cate li {
    margin-right: 2.34375vw;
    padding: .546875vw 2.578125vw;
    font-size: 1.171875vw;
  }

  .news_detail .inner .news_contents .post_heading .ttl {
    font-size: 2.8125vw;
  }

  .news_detail .inner .news_contents .post_data {
    width: 62.5vw;
  }

  .news_detail .inner .news_contents .post_data img,
  .news_detail .inner .news_contents .post_data p,
  .news_detail .inner .news_contents .post_data ul,
  .news_detail .inner .news_contents .post_data ol,
  .news_detail .inner .news_contents .post_data h1,
  .news_detail .inner .news_contents .post_data h2,
  .news_detail .inner .news_contents .post_data h3,
  .news_detail .inner .news_contents .post_data h4,
  .news_detail .inner .news_contents .post_data h5,
  .news_detail .inner .news_contents .post_data h6 {
    margin-bottom: 4.6875vw;
  }

  .news_detail .inner .news_contents .post_data h3 {
    font-size: 1.875vw;
  }

  .news_detail .inner .news_contents .post_data p {
    font-size: 1.25vw;
  }

  .news_detail .inner .news_contents .post_data .link_box .link_dot {
    font-size: 1.171875vw;
  }

  .news_detail .inner .pageer_box .pager_list {
    font-size: 1.171875vw;
  }

  .works_list {
    padding: 0 1.5625vw;
  }

  .works_list .inner .posts_box .works_posts .works_item {
    padding: 1.5625vw 0;
  }

  .works_list .inner .posts_box .works_posts .works_item .works_txt {
    gap: 3.90625vw;
    font-size: 1.171875vw;
  }

  .works_list .inner .posts_box .works_posts .works_item .works_img .img_inner {
    max-width: 29.6875vw;
  }

  .works_detail {
    margin: 6.25vw auto 0;
    padding: 0 1.5625vw;
  }

  .works_detail .inner .works_ttl {
    font-size: 7.8125vw;
  }

  .works_detail .inner .works_ttl span {
    margin-top: 1.171875vw;
    font-size: 1.5625vw;
  }

  .works_detail .inner .works_contents {
    margin-top: 4.6875vw;
  }

  .works_detail .inner .works_contents .post_data {
    width: 70.703125vw;
  }

  .works_detail .inner .works_contents .post_data .main_v {
    margin-bottom: 2.34375vw;
  }

  .works_detail .inner .works_contents .post_data .post_ttl {
    margin-bottom: 1.5625vw;
    font-size: 1.875vw;
  }

  .works_detail .inner .works_contents .post_data .txt:not(:first-of-type) {
    margin-top: 1.5625vw;
  }

  .works_detail .inner .works_contents .post_data .sub_v {
    gap: 1.5625vw;
    margin-top: 2.34375vw;
  }

  .works_detail .inner .works_contents .post_data .sub_v img {
    width: 50vw;
  }

  .works_detail .inner .works_contents .post_data .sub_v video {
    width: 50vw;
  }

  .works_detail .inner .works_contents .post_data .sub_v .img_caption .caption_txt {
    margin-top: .78125vw;
    font-size: 1.09375vw;
  }

  .works_detail .inner .works_contents .post_data .link_box {
    margin-top: 2.34375vw;
  }

  .works_detail .inner .works_contents .post_data .link_box .link_dot {
    font-size: 1.171875vw;
  }

  .contact {
    padding: 0 1.5625vw;
  }

  .contact .inner .heading_txt .txt_list .txt_item {
    gap: 1.171875vw;
    font-size: 1.171875vw;
  }

  .contact .inner .heading_txt .txt_list .txt_item:not(:first-of-type) {
    margin-top: .78125vw;
  }

  .contact .inner .heading_txt .txt_list .txt_item span {
    width: 1.015625vw;
    height: 1.015625vw;
  }

  .contact .inner .heading_txt .txt_list .txt_item span::before {
    width: .390625vw;
    height: .390625vw;
  }

  .contact .inner .form_box {
    width: 57.8125vw;
    margin: 4.6875vw auto 0;
  }

  .contact .inner .form_box form .contact_body .item:not(:first-of-type) {
    margin-top: 3.125vw;
  }

  .contact .inner .form_box form .contact_body .item .item_label {
    font-size: 1.40625vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content.radio_item {
    gap: 3.90625vw;
    margin-top: 1.953125vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .radiobtn {
    font-size: 1.40625vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .radiobtn label {
    padding-left: 2.03125vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .radiobtn label::before {
    left: -1.015625vw;
    width: 1.875vw;
    height: 1.875vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .radiobtn input:checked+label::after {
    left: -0.390625vw;
    width: .625vw;
    height: .625vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content.txt_area input.text-area,
  .contact .inner .form_box form .contact_body .item .item_content.txt_area textarea {
    margin-top: 1.171875vw;
    padding: 1.953125vw 2.734375vw;
    font-size: 1.40625vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_check {
    margin-top: 1.171875vw;
    padding-left: 2.734375vw;
    font-size: 1.40625vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_check .checkbox {
    width: 1.5625vw;
    height: 1.5625vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_check input[type=checkbox]:checked+label span::after {
    left: .390625vw;
    width: .46875vw;
    height: .9375vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content {
    margin-top: 3.125vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content .txt {
    font-size: 1.09375vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content .txt:not(:first-of-type) {
    margin-top: 1.171875vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .confirm_txt {
    margin-top: 1.171875vw;
    padding: 1.953125vw 2.734375vw;
    font-size: 1.40625vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .txt {
    margin-top: 3.125vw;
  }

  .contact .inner .form_box form .contact_body .item .error_txt {
    margin-top: .78125vw;
    font-size: 1.40625vw;
  }

  .contact .inner .form_box form .contact_body .submit_box {
    gap: 1.953125vw;
    margin-top: 3.125vw;
  }

  .contact .inner .form_box form .contact_body .submit_box .back_btn {
    width: 17.578125vw;
    height: 4.375vw;
    font-size: 1.40625vw;
  }

  .contact .inner .form_box form .contact_body .submit_box .btn_submit {
    width: 17.578125vw;
    height: 4.375vw;
    font-size: 1.40625vw;
  }

  .contact.thanks .thanks_ttl {
    margin-bottom: 4.6875vw;
    font-size: 2.8125vw;
  }

  .contact.thanks .more_btn {
    margin-top: 2.34375vw;
    font-size: 1.171875vw;
  }

  .privacy {
    padding: 0 1.5625vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 33.7209302326vw;
  }

  body {
    padding-top: 39.0697674419vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .txt {
    font-size: 3.7209302326vw;
  }

  .txt:not(:first-of-type) {
    margin-top: 6.976744186vw;
  }

  .more_link {
    font-size: 3.2558139535vw;
  }

  .more_link span {
    padding-right: 5.8139534884vw;
  }

  .more_link span::before {
    right: 1.3953488372vw;
    width: .6976744186vw;
    height: 3.023255814vw;
  }

  .more_link span::after {
    width: 3.488372093vw;
    height: .6976744186vw;
  }

  .link_dot span {
    padding-right: 3.488372093vw;
  }

  .link_dot span::after {
    width: 1.1627906977vw;
    height: 1.1627906977vw;
  }

  .link_dot:hover span::after {
    width: 2.3255813953vw;
    height: .4651162791vw;
  }

  .section_heading {
    font-size: 13.023255814vw;
  }

  .section_heading span {
    margin-top: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  body.switch_on .header .logo {
    border-color: #fff;
    background-color: #000;
  }

  .more_link {
    font-size: 3.2558139535vw;
  }

  .more_link span {
    padding-right: 5.8139534884vw;
  }

  .more_link span::before {
    right: 1.3953488372vw;
    width: .6976744186vw;
    height: 3.023255814vw;
  }

  .more_link span::after {
    width: 3.488372093vw;
    height: .6976744186vw;
  }

  .link_dot span {
    padding-right: 3.488372093vw;
  }

  .link_dot span::after {
    width: 1.1627906977vw;
    height: 1.1627906977vw;
  }

  .link_dot:hover span::after {
    width: 2.3255813953vw;
    height: .4651162791vw;
  }

  .section_heading {
    font-size: 13.023255814vw;
  }

  .section_heading span {
    margin-top: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .header .header_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.6511627907vw;
    padding: 0;
  }

  .header .logo {
    display: block;
    width: 100%;
    padding: 6.976744186vw 27.9069767442vw 4.6511627907vw 4.6511627907vw;
    border-bottom: 2px solid #000;
  }

  .header .logo::after {
    display: none;
  }

  .header .logo img {
    width: 58.1395348837vw;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header .logo.is-scroll {
    padding: 4.6511627907vw 27.9069767442vw 3.7209302326vw 4.6511627907vw;
  }

  .header .logo.is-scroll img {
    width: 46.511627907vw;
  }

  .header .header-contents {
    position: absolute;
    right: 0;
    top: 8.1395348837vw;
    width: auto;
    margin-right: 4.6511627907vw;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .header .header-contents p {
    margin-right: 5.5813953488vw;
  }

  .header .header-contents p a {
    font-size: 4.6511627907vw;
  }

  .header .header-contents.is-scroll {
    top: 5.1162790698vw;
  }

  .header .header-nav .list {
    right: auto;
    left: 0;
    width: calc(100% - 16.2790697674vw);
    padding: 2.34375vw 0;
  }

  .header .header-nav .list .item {
    font-size: 4.1860465116vw;
  }

  .header .header-nav .list .item .link_dot {
    padding: 4.6511627907vw 6.976744186vw;
  }

  .header .header-nav .list .item .link_dot span {
    padding-right: 4.6511627907vw;
  }

  .header .header-nav .list .item .link_dot span::after {
    width: 1.1627906977vw;
    height: 1.1627906977vw;
  }

  .header .toggle_btn {
    position: static;
    margin-right: 4.6511627907vw;
  }

  .header .toggle_btn .txt {
    display: none;
  }

  .header .toggle_btn .toggle_area {
    gap: 5.8139534884vw;
  }

  .header .toggle_btn .toggle_area::before {
    width: 5.3488372093vw;
    height: 1.6279069767vw;
    border-radius: 1.3953488372vw;
  }

  .header .toggle_btn .toggle_area .toggle_txt {
    font-size: 2.3255813953vw;
  }

  .header .toggle_btn .toggle_area .toggle_item {
    width: 5.3488372093vw;
    height: 3.9534883721vw;
    border-radius: 2.6744186047vw;
  }

  .header .toggle_btn .toggle_area .toggle_item::before {
    width: 7.2093023256vw;
    height: 5.3488372093vw;
    border-radius: 2.6744186047vw;
  }

  .header .toggle_btn .toggle_area .toggle_item::after {
    width: 7.2093023256vw;
    height: 5.3488372093vw;
    border-radius: 2.6744186047vw;
  }

  .header.active .header_inner {
    padding: 0;
  }

  .header.page .header_inner::before {
    display: none;
  }

  .header.home {
    padding-bottom: 3.488372093vw;
  }

  .header.home .header_inner {
    padding: 0;
  }

  .header-btn {
    width: 6.976744186vw;
    height: 5.5813953488vw;
    z-index: 4;
  }

  .header-btn .btn_inner span {
    height: 2px;
  }

  .header-btn.open .btn_inner span {
    background-color: #fff;
  }

  .header-btn.open .btn_inner span:first-of-type {
    top: 0;
    top: 2.7906976744vw;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header-btn.open .btn_inner span:nth-child(2) {
    opacity: 1;
    opacity: 0;
  }

  .header-btn.open .btn_inner span:last-of-type {
    top: 6.511627907vw;
    top: 2.7906976744vw;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .header-btn.sp {
    position: absolute;
    top: 8.6046511628vw;
    right: 4.8837209302vw;
    display: block;
    width: 6.976744186vw;
    height: 6.976744186vw;
    z-index: 0;
  }

  .breadcrumb {
    padding: 0 4.6511627907vw;
    font-size: 2.7906976744vw;
  }

  .page_header {
    margin: 13.9534883721vw auto 6.976744186vw;
    padding: 0 4.6511627907vw;
  }

  .page_header .head {
    padding-bottom: 6.976744186vw;
  }

  .page_header .head .page_ttl {
    font-size: 13.023255814vw;
  }

  .page_header .head .page_ttl .kana {
    margin-top: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .page_header .head .head_txt {
    margin-top: 4.6511627907vw;
    font-size: 3.2558139535vw;
  }

  .page_header .head .head_txt.large {
    font-size: 4.1860465116vw;
  }

  .footer {
    margin-top: 23.2558139535vw;
    padding: 0 8.1395348837vw 13.9534883721vw;
  }

  .footer .inner .contact_area {
    padding: 23.2558139535vw 0 27.9069767442vw;
  }

  .footer .inner .contact_area .link_dot span {
    font-size: 13.023255814vw;
    padding-right: 3.488372093vw;
  }

  .footer .inner .contact_area .link_dot span::after {
    width: 1.1627906977vw;
    height: 1.1627906977vw;
  }

  .footer .inner .contact_area .link_dot:hover span::after {
    width: 2.3255813953vw;
    height: .4651162791vw;
  }

  .footer .inner .contact_area .txt {
    margin-top: 3.488372093vw;
    font-size: 3.488372093vw;
  }

  .footer .inner .bottom_nav {
    display: block;
    padding: 6.976744186vw 0;
    font-size: 4.1860465116vw;
  }

  .footer .inner .bottom_nav .list {
    gap: 3.488372093vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .inner .bottom_nav .pp {
    margin-top: 3.488372093vw;
  }

  .footer .inner .bottom_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 9.3023255814vw;
    padding-right: 0;
  }

  .footer .inner .bottom_detail .copyright {
    font-size: 2.7906976744vw;
  }

  .footer .inner .bottom_detail .contact_detail {
    margin-top: 4.6511627907vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .footer .inner .bottom_detail .contact_detail .company_name {
    font-size: 2.7906976744vw;
  }

  .footer .inner .bottom_detail .contact_detail .company_address {
    font-size: 3.2558139535vw;
  }

  .main_v .inner {
    height: 111.6279069767vw;
  }

  .main_v .inner::before {
    top: 0;
    left: 29.7674418605vw;
    width: 60.4651162791vw;
    height: 102.3255813953vw;
  }

  .main_v .inner .main_img {
    max-width: 65.1162790698vw;
  }

  .main_v .inner .main_txt {
    padding-top: 6.976744186vw;
    padding-left: 7.2093023256vw;
  }

  .main_v .inner .main_txt .ttl {
    font-size: 14.8837209302vw;
    letter-spacing: .04em;
  }

  .main_v .inner .main_txt .txt {
    margin-top: 4.6511627907vw;
    font-size: 4.1860465116vw;
  }

  .main_v .inner .main_txt .sub {
    margin-top: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .main_news .inner .list .item {
    width: 100vw;
  }

  .main_news .inner .list .item a {
    padding: 0 3.488372093vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main_news .inner .list .item a .cate {
    margin-right: 4.6511627907vw;
    padding: .9302325581vw 2.0930232558vw 1.3953488372vw;
    font-size: 2.7906976744vw;
  }

  .main_news .inner .list .item a time {
    margin-right: 3.7209302326vw;
    font-size: 2.7906976744vw;
  }

  .main_news .inner .list .item a .txt {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 3.2558139535vw;
    word-break: break-all;
  }

  .vmd {
    padding: 6.976744186vw 3.7209302326vw 4.6511627907vw;
  }

  .vmd .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.976744186vw;
    padding: 9.3023255814vw 6.976744186vw;
    border-radius: .6976744186vw;
    -webkit-box-shadow: 0 .9302325581vw .9302325581vw 0 rgba(0,0,0,.4);
    box-shadow: 0 .9302325581vw .9302325581vw 0 rgba(0,0,0,.4);
  }

  .vmd .inner .vmd_ttl {
    margin: 0 auto;
  }

  .vmd .inner .vmd_ttl .ttl {
    font-size: 14.8837209302vw;
  }

  .vmd .inner .vmd_ttl .sub {
    font-size: 4.1860465116vw;
    text-align: center;
  }

  .vmd .inner .vmd_detail {
    padding-bottom: 9.5348837209vw;
  }

  .vmd .inner .vmd_detail .ttl {
    font-size: 4.1860465116vw;
  }

  .vmd .inner .vmd_detail .txt_box {
    margin-top: 3.488372093vw;
    height: 29.3023255814vw;
  }

  .vmd .inner .vmd_detail .txt_box ul li {
    font-size: 3.2558139535vw;
  }

  .vmd .inner .vmd_detail .txt_box .txt {
    padding-bottom: 6.976744186vw;
    font-size: 3.2558139535vw;
  }

  .top_works {
    padding: 4.6511627907vw 8.488372093vw;
  }

  .top_works .inner .list {
    margin-top: 4.6511627907vw;
  }

  .top_works .inner .list .item a {
    padding: 4.6511627907vw 0;
  }

  .top_works .inner .list .item a .number {
    margin-right: 9.3023255814vw;
    font-size: 3.023255814vw;
  }

  .top_works .inner .list .item a .txt {
    font-size: 3.2558139535vw;
  }

  .top_works .inner .more_btn {
    margin-top: 4.6511627907vw;
  }

  .top_works .inner .more_btn .link_dot {
    font-size: 3.2558139535vw;
  }

  .top_service {
    padding: 9.3023255814vw 8.488372093vw;
  }

  .top_service .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.6511627907vw;
  }

  .top_service .inner .service_heading {
    width: 100%;
  }

  .top_service .inner .service_heading .txt {
    margin-top: 4.6511627907vw;
    font-size: 3.2558139535vw;
  }

  .top_service .inner .service_list {
    width: 100%;
  }

  .top_service .inner .service_list .list {
    margin-top: 4.6511627907vw;
  }

  .top_service .inner .service_list .list .item a {
    padding: 4.6511627907vw 0;
  }

  .top_service .inner .service_list .list .item a .heading {
    font-size: 3.2558139535vw;
  }

  .top_service .inner .service_list .list .item a .txt {
    font-size: 3.2558139535vw;
  }

  .top_service .inner .more_btn {
    margin-top: 4.6511627907vw;
  }

  .top_service .inner .more_btn .link_dot {
    font-size: 3.2558139535vw;
  }

  .top_profile {
    padding: 9.3023255814vw 8.488372093vw 30.2325581395vw;
  }

  .top_profile .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13.023255814vw;
  }

  .top_profile .inner .profile_img {
    width: 55.8139534884vw;
    margin: 0 auto;
  }

  .top_profile .inner .profile_heading .txt {
    margin-top: 4.6511627907vw;
    font-size: 3.2558139535vw;
  }

  .top_profile .inner .more_btn {
    margin-top: 4.6511627907vw;
  }

  .top_profile .inner .more_btn .link_dot {
    font-size: 3.2558139535vw;
  }

  .profile_box {
    padding: 0 4.6511627907vw;
  }

  .profile_box:not(:last-of-type) .inner {
    margin-bottom: 6.976744186vw;
    padding-bottom: 6.976744186vw;
  }

  .profile_box .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.6511627907vw;
  }

  .profile_box .inner .box_conte_a {
    width: 100%;
    margin: 0 auto;
  }

  .profile_box .inner .box_conte_a .profile_ttl {
    font-size: 5.5813953488vw;
  }

  .profile_box .inner .box_conte_a .profile_ttl .ttl_en {
    margin-bottom: 2.3255813953vw;
    padding-left: 8.6046511628vw;
    font-size: 3.488372093vw;
  }

  .profile_box .inner .box_conte_a .profile_ttl .ttl_en::before {
    width: 3.9534883721vw;
    height: 3.9534883721vw;
  }

  .profile_box .inner .box_conte_a .prof_img {
    width: 46.511627907vw;
    margin: 6.976744186vw auto 0;
  }

  .profile_box .inner .box_conte_a .prof_txt {
    width: 81.3953488372vw;
    margin: 4.6511627907vw auto 0;
    font-size: 2.7906976744vw;
  }

  .profile_box .inner .box_conte_b {
    width: 81.3953488372vw;
    margin: 0 auto;
    padding-top: 0;
  }

  .profile_box .inner .box_conte_b .txt {
    font-size: 3.7209302326vw;
  }

  .profile_box .inner .box_conte_b .txt:not(:first-of-type) {
    margin-top: 6.976744186vw;
  }

  .profile_box .inner .box_conte_b .youtube_box {
    margin-top: 11.6279069767vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .youtube_item iframe {
    width: 81.3953488372vw;
    margin: 0 auto;
  }

  .profile_box .inner .box_conte_b .youtube_box .link_box {
    margin-top: 2.3255813953vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .link_box .blank_link {
    gap: 2.3255813953vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .link_box .blank_link span {
    font-size: 3.488372093vw;
  }

  .profile_box .inner .box_conte_b .youtube_box .link_box .blank_link img {
    width: 3.2558139535vw;
    height: 3.023255814vw;
  }

  .profile_box .inner .box_conte_b .txt_box:not(:first-of-type) {
    margin-top: 9.3023255814vw;
  }

  .profile_box .inner .box_conte_b .txt_box .ttl {
    margin-bottom: 6.976744186vw;
    font-size: 5.5813953488vw;
  }

  .profile_box .inner .box_conte_b .txt_box .txt {
    padding: 0 4.6511627907vw;
    font-size: 3.7209302326vw;
  }

  .profile_box .inner .box_conte_b .txt_box .txt:not(:first-of-type) {
    margin-top: 6.976744186vw;
  }

  .profile_box .inner .box_conte_b .txt_box .txt.center_sp {
    text-align: center;
  }

  .profile_box .inner .box_conte_b .img_box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.3255813953vw;
  }

  .profile_box .inner .box_conte_b .img_box img {
    width: 65.1162790698vw;
  }

  .profile_box .inner .box_conte_b .img_box .caption_txt {
    font-size: 3.2558139535vw;
  }

  .profile_box .inner .box_conte_b .img_box+.txt {
    margin-top: 6.976744186vw;
  }

  .profile_box .inner .box_conte_b .img_box.mt_30 {
    margin-top: 6.976744186vw;
  }

  .profile_box .inner .box_conte_b .kyogen_img {
    display: block;
    width: 46.511627907vw;
    margin: 6.976744186vw auto 0;
  }

  .profile_box .inner .box_conte_b .project_box:not(:first-of-type) {
    margin-top: 4.6511627907vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_ttl {
    padding: 3.488372093vw 4.6511627907vw;
    font-size: 4.6511627907vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_ttl span {
    width: 3.7209302326vw;
    height: 3.7209302326vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_ttl span::before {
    width: 3.7209302326vw;
    height: .4651162791vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_ttl span::after {
    width: .4651162791vw;
    height: 3.7209302326vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_detail {
    padding: 0 .78125vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_detail .project_list tr th {
    width: 16.2790697674vw;
    padding: 2.3255813953vw 0;
    font-size: 4.1860465116vw;
  }

  .profile_box .inner .box_conte_b .project_box .project_detail .project_list tr td {
    width: calc(100% - 16.2790697674vw);
    padding: 2.3255813953vw 0;
    font-size: 3.7209302326vw;
  }

  .profile_box .inner .box_conte_b .company_detail tr th {
    width: 16.7441860465vw;
    padding: 4.6511627907vw 0;
    font-size: 4.1860465116vw;
  }

  .profile_box .inner .box_conte_b .company_detail tr td {
    width: calc(100% - 16.7441860465vw);
    padding: 4.6511627907vw 6.976744186vw;
    font-size: 3.7209302326vw;
  }

  .profile_box.box_b .inner .box_conte_a {
    width: 100%;
  }

  .profile_box.box_b .inner .box_conte_a .profile_ttl {
    position: static;
  }

  .profile_box.box_b .inner .box_conte_b {
    width: 100%;
  }

  .service_list {
    padding: 0 4.6511627907vw;
  }

  .service_list .inner .service_item {
    padding-bottom: 6.976744186vw;
    margin-bottom: 6.976744186vw;
  }

  .service_list .inner .service_item .service_ttl {
    font-size: 5.5813953488vw;
  }

  .service_list .inner .service_item .service_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.8139534884vw;
    margin-top: 6.976744186vw;
  }

  .service_list .inner .service_item .service_detail .img_item {
    width: 100%;
  }

  .flow {
    padding: 0 4.6511627907vw;
  }

  .flow .inner .flow_ttl {
    margin-bottom: 6.976744186vw;
    font-size: 5.5813953488vw;
  }

  .flow .inner .step_list {
    margin-top: 6.976744186vw;
  }

  .flow .inner .step_list .step_item {
    padding-left: 13.9534883721vw;
    padding-bottom: 6.976744186vw;
  }

  .flow .inner .step_list .step_item::before {
    width: 9.3023255814vw;
    height: 9.3023255814vw;
    background-size: 9.0697674419vw 9.0697674419vw;
  }

  .flow .inner .step_list .step_item::after {
    left: 4.6511627907vw;
    height: calc(100% - 9.3023255814vw);
  }

  .flow .inner .step_list .step_item .step_detail .ttl {
    margin-bottom: 6.976744186vw;
    font-size: 5.5813953488vw;
  }

  .flow .inner .step_list .step_item .step_detail .ttl span {
    margin-right: 0;
    font-size: 7.4418604651vw;
  }

  .news_list {
    padding: 0 4.6511627907vw;
  }

  .news_list .inner .news_cate {
    overflow-x: scroll;
  }

  .news_list .inner .news_cate .cate_list {
    gap: 2.3255813953vw;
  }

  .news_list .inner .news_cate .cate_list .item a {
    padding: 1.6279069767vw 7.6744186047vw;
    font-size: 3.488372093vw;
  }

  .news_list .inner .post_list .post_item a {
    padding: 4.6511627907vw 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news_list .inner .post_list .post_item a .post_head {
    margin-bottom: 3.488372093vw;
  }

  .news_list .inner .post_list .post_item a .post_head .post_date {
    margin-right: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .news_list .inner .post_list .post_item a .post_head .post_cate {
    margin-right: 0;
    padding: 1.1627906977vw 3.488372093vw;
    font-size: 3.023255814vw;
  }

  .news_detail {
    margin: 13.9534883721vw auto 0;
    padding: 0 4.6511627907vw;
  }

  .news_detail .inner .news_ttl {
    font-size: 8.3720930233vw;
  }

  .news_detail .inner .news_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.6511627907vw;
    margin-top: 6.976744186vw;
    margin-bottom: 6.976744186vw;
    padding-bottom: 4.6511627907vw;
  }

  .news_detail .inner .news_contents .post_heading {
    position: static;
    width: 100%;
  }

  .news_detail .inner .news_contents .post_heading .head .date {
    margin-right: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .news_detail .inner .news_contents .post_heading .head .cate li {
    margin-right: 0;
    padding: 1.1627906977vw 3.488372093vw;
    font-size: 3.023255814vw;
  }

  .news_detail .inner .news_contents .post_heading .ttl {
    font-size: 5.5813953488vw;
  }

  .news_detail .inner .news_contents .post_data {
    width: 100%;
  }

  .news_detail .inner .news_contents .post_data img,
  .news_detail .inner .news_contents .post_data p,
  .news_detail .inner .news_contents .post_data ul,
  .news_detail .inner .news_contents .post_data ol,
  .news_detail .inner .news_contents .post_data h1,
  .news_detail .inner .news_contents .post_data h2,
  .news_detail .inner .news_contents .post_data h3,
  .news_detail .inner .news_contents .post_data h4,
  .news_detail .inner .news_contents .post_data h5,
  .news_detail .inner .news_contents .post_data h6 {
    margin-bottom: 6.976744186vw;
  }

  .news_detail .inner .news_contents .post_data h3 {
    font-size: 5.5813953488vw;
  }

  .news_detail .inner .news_contents .post_data p {
    font-size: 3.7209302326vw;
  }

  .news_detail .inner .news_contents .post_data .link_box .link_dot {
    font-size: 3.488372093vw;
  }

  .news_detail .inner .pageer_box .pager_list {
    font-size: 3.488372093vw;
  }

  .works_list {
    padding: 0 4.6511627907vw;
  }

  .works_list .inner .posts_box .works_posts .works_item {
    padding: 3.488372093vw 0;
  }

  .works_list .inner .posts_box .works_posts .works_item .works_txt {
    gap: 9.3023255814vw;
    font-size: 3.2558139535vw;
  }

  .works_list .inner .posts_box .works_posts .works_item .works_img .img_inner {
    max-width: none;
    width: 70%;
  }

  .works_list .inner .posts_box .works_posts .works_item .works_img .img_inner .works_post_img {
    -webkit-animation: none;
    animation: none;
    animation-range: cover 0% cover 60%;
  }

  .works_detail {
    margin: 13.9534883721vw auto 0;
    padding: 0 4.6511627907vw;
  }

  .works_detail .inner .works_ttl {
    font-size: 13.023255814vw;
  }

  .works_detail .inner .works_ttl span {
    margin-top: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .works_detail .inner .works_contents {
    margin-top: 9.3023255814vw;
  }

  .works_detail .inner .works_contents .post_data {
    width: 100%;
  }

  .works_detail .inner .works_contents .post_data .main_v {
    margin-bottom: 3.488372093vw;
  }

  .works_detail .inner .works_contents .post_data .post_ttl {
    margin-bottom: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .works_detail .inner .works_contents .post_data .txt:not(:first-of-type) {
    margin-top: 3.488372093vw;
    font-size: 3.2558139535vw;
  }

  .works_detail .inner .works_contents .post_data .sub_v {
    gap: 3.488372093vw;
    margin-top: 3.488372093vw;
  }

  .works_detail .inner .works_contents .post_data .sub_v img {
    width: 100%;
  }

  .works_detail .inner .works_contents .post_data .sub_v video {
    width: 100%;
  }

  .works_detail .inner .works_contents .post_data .sub_v .img_caption .caption_txt {
    margin-top: 2.3255813953vw;
    font-size: 3.2558139535vw;
  }

  .works_detail .inner .works_contents .post_data .link_box {
    margin-top: 4.6511627907vw;
  }

  .works_detail .inner .works_contents .post_data .link_box .link_dot {
    font-size: 3.488372093vw;
  }

  .contact {
    padding: 0 4.6511627907vw;
  }

  .contact .inner .heading_txt .txt_list .txt_item {
    font-size: 3.7209302326vw;
    gap: 1.3953488372vw;
  }

  .contact .inner .heading_txt .txt_list .txt_item:not(:first-of-type) {
    margin-top: 1.8604651163vw;
  }

  .contact .inner .heading_txt .txt_list .txt_item span {
    width: 3.023255814vw;
    height: 3.023255814vw;
  }

  .contact .inner .heading_txt .txt_list .txt_item span::before {
    width: 1.1627906977vw;
    height: 1.1627906977vw;
  }

  .contact .inner .form_box {
    width: 100%;
    margin-top: 4.6511627907vw;
  }

  .contact .inner .form_box form .contact_body .item:not(:first-of-type) {
    margin-top: 4.6511627907vw;
  }

  .contact .inner .form_box form .contact_body .item .item_label {
    font-size: 4.1860465116vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content.radio_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.3255813953vw;
    margin-top: 2.3255813953vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .radiobtn {
    font-size: 4.1860465116vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .radiobtn label {
    padding-left: 6.0465116279vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .radiobtn label::before {
    left: -3.023255814vw;
    width: 5.5813953488vw;
    height: 5.5813953488vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .radiobtn input:checked+label::after {
    left: -1.1627906977vw;
    width: 1.8604651163vw;
    height: 1.8604651163vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content.txt_area input.text-area,
  .contact .inner .form_box form .contact_body .item .item_content.txt_area textarea {
    margin-top: 2.3255813953vw;
    padding: 3.488372093vw 4.6511627907vw;
    font-size: 4.1860465116vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_check {
    margin-top: 2.3255813953vw;
    padding-left: 5.8139534884vw;
    font-size: 3.7209302326vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_check .checkbox {
    top: .9302325581vw;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 4.1860465116vw;
    height: 4.1860465116vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_check input[type=checkbox]:checked+label span::after {
    left: 1.1627906977vw;
    width: 1.3953488372vw;
    height: 2.7906976744vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content {
    margin-top: 9.3023255814vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content .txt {
    font-size: 3.2558139535vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .privacy_policy_content .txt:not(:first-of-type) {
    margin-top: 3.488372093vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .confirm_txt {
    margin-top: 2.3255813953vw;
    padding: 3.488372093vw 4.6511627907vw;
    font-size: 4.1860465116vw;
  }

  .contact .inner .form_box form .contact_body .item .item_content .txt {
    margin-top: 2.3255813953vw;
  }

  .contact .inner .form_box form .contact_body .item .error_txt {
    margin-top: 2.3255813953vw;
    font-size: 4.1860465116vw;
  }

  .contact .inner .form_box form .contact_body .submit_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.8139534884vw;
    margin-top: 9.3023255814vw;
  }

  .contact .inner .form_box form .contact_body .submit_box .back_btn {
    width: 52.3255813953vw;
    height: 13.023255814vw;
    font-size: 3.488372093vw;
  }

  .contact .inner .form_box form .contact_body .submit_box .btn_submit {
    width: 52.3255813953vw;
    height: 13.023255814vw;
    font-size: 3.488372093vw;
  }

  .contact.thanks .thanks_ttl {
    margin-bottom: 4.6511627907vw;
    font-size: 4.6511627907vw;
  }

  .contact.thanks .more_btn {
    margin-top: 6.976744186vw;
    font-size: 3.488372093vw;
  }

  .privacy {
    padding: 0 4.6511627907vw;
  }
}
/*# sourceMappingURL=map/style.css.map */