@charset "UTF-8";
/*!
Theme Name: Original Theme
Description: 専用テーマです
Version: 1.0
*/
@font-face {
  font-weight: normal;
  src: local(YuGothic-Medium);
  font-family: LocalYuGothic;
}
@font-face {
  font-weight: 600;
  src: local(YuGothic-Bold);
  font-family: LocalYuGothic;
}
@font-face {
  font-weight: 500;
  src: url("fonts/OPTIBankGothic-Medium.otf") format("opentype");
  font-family: BankGothic;
}
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

li {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeSpeed;
  min-height: 100vh;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  display: inline-block;
  max-width: 100%;
}
ul, ol, dl {
  margin: 0;
  padding: 0;
}

button {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  transition: all 0.3s;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  font-size: 1rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

picture {
  margin: 0;
}

img {
  height: auto;
  vertical-align: top;
}

em,
address {
  font-style: normal;
}

*[role=button], input[type=submit] {
  cursor: pointer;
}

:root {
  --menuHeight: 0;
  --viewHeight: 1px;
}

body {
  background-color: #FFFFFF;
  color: #231815;
  font-weight: normal;
  font-size: 0.88rem;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", LocalYuGothic, YuGothic, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}

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

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

a, button, *[role=button], input[type=submit] {
  transition: opacity 0.2s;
}

.inner {
  width: 100%;
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 22px;
}

.font--en {
  font-family: "BankGothic", sans-serif;
}

.font--bold {
  font-weight: 600;
}

.hiddenText {
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

header {
  z-index: 3;
  position: relative;
  width: 100%;
  padding-bottom: 25px;
  background-color: #fff;
}

.header {
  font-size: 0.75rem;
}
.header_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 0;
  color: #646464;
}
.home .header_wrap {
  color: #fff;
}
.header_logo {
  margin-right: 30px;
  margin-left: 20px;
}
.header_logo img.top{
  display: none;
}
.home .header_logo img.top{
  display: inline-block;
}
.home .header_logo img:not(.top){
  display: none;
}
.header_nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_nav li {
  padding: 0 8px;
  border-left: 1px solid currentColor;
}
.header_nav li:last-of-type {
  border-right: 1px solid currentColor;
}
.header_nav li a[aria-current=page] {
  color: #E60014;
}
.header_button {
  display: none;
}

/************************
  フッター
*************************/
footer {
  z-index: 1;
  position: relative;
}

.footer_link {
  padding: 88px 0 84px;
  background-color: #080808;
  color: #fff;
}
.footer_link .heading .en {
  color: #fff;
}
.footer_link_list {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 87px auto 0;
}
.footer_link_list li p {
  margin-top: 17px;
  text-align: center;
}
.footer_link_list li p::first-letter {
  color: #E60014;
}
.footer_nav {
  padding: 90px 0 50px;
  background-color: #222;
  color: #646464;
  line-height: 2;
}
.footer_nav .inner {
  display: flex;
  justify-content: space-between;
  max-width: 790px;
  height: 100%;
}
.footer_nav_left {
  flex: 0 0 auto;
}
.footer_nav_left h2 {
  margin-top: 30px;
  font-size: inherit;
}
.footer_nav_center {
  display: flex;
  flex: 0 1 270px;
  justify-content: space-between;
  margin-top: -0.5em;
  margin-left: 9.383%;
}
.footer_nav_right {
  flex: 0 0 120px;
  margin-top: -0.5em;
  text-align: center;
}
.footer_nav_right h2 {
  font-size: inherit;
  text-transform: uppercase;
}
.footer_nav_right ul {
  padding-top: 8px;
}
.footer_nav_right li {
  margin-top: 15px;
}
.footer_nav_list {
  margin-top: -2em;
}
.footer_nav_list > li {
  margin-top: 2em;
}
.footer_nav_list > li > a {
  font-weight: bold;
}
.footer_nav_list > li > a::first-letter {
  color: #E60014;
}

.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 60px;
  padding: 10px;
  border-radius: 5px;
  background-color: #E60014;
  color: #fff;
  text-align: center;
}
.link-button::before {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 10px;
  background: url("img/common/icon_link-white.svg") no-repeat center/contain;
  content: "";
}
.link-button.--gray {
  background-color: #222;
}
.link-button.--redIcon::before {
  background-image: url("img/common/icon_link-red.svg");
}
.link-button.--iconLess::before {
  display: none;
}

/* ページャー */
.content__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.content__pager__item {
  margin: 0 8px;
}
.content__pager__item--prev {
  margin-right: 16px;
  margin-left: 0;
}
.content__pager__item--next {
  margin-right: 0;
  margin-left: 16px;
}
.content__pager__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6px;
  background-color: #F5F5F5;
  font-size: 0.875rem;
  line-height: 1;
}
.content__pager__link--prev, .content__pager__link--next {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content__pager__link--prev {
  background-image: url("../img/common/arrow_slide-prev.svg");
}
.content__pager__link--next {
  background-image: url("../img/common/arrow_slide-next.svg");
}

.heading {
  color: #E60014;
  font-weight: normal;
  font-size: 0.88rem;
  text-align: center;
}
.heading .en {
  display: block;
  margin-bottom: 7px;
  color: #000;
  font-weight: bold;
  font-size: 2em;
  font-family: "BankGothic", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.blog_list::after {
  flex: 0 0 31.818%;
  content: "";
}
.blog_list li {
  flex: 0 0 31.818%;
  margin: 10px 0;
  border: 1px solid #808080;
}
.blog_list li a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 9px;
}
.blog_list li picture {
  flex: 0 0 160px;
  overflow: hidden;
}
.blog_list li picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog_list_textWrap {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  margin-top: 10px;
}
.blog_list_textWrap h3 {
  margin-bottom: 20px;
  font-size: 1.13rem;
  line-height: 1.667;
}
.blog_list_textWrap time {
  margin-top: auto;
  color: #808080;
  font-size: 0.75rem;
}
.blog_list_textWrap em {
  display: block;
  margin-top: 10px;
  color: #808080;
}

.movie_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}
.movie_list::after {
  flex: 0 0 31.818%;
  content: "";
}
.movie_list li {
  flex: 0 0 31.818%;
}
.movie_list .embedWrap {
  position: relative;
  padding-top: 56.25%;
}
.movie_list iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news_list {
  max-width: 800px;
  margin: 0 auto 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 15px;
  line-height: 1.667;
}
.news_list + .pagination {
  margin-top: 50px;
}
.news_list li {
  padding: 0 3.75%;
}
.news_list li:nth-of-type(n+1) {
  border-top: 1px solid #A3A4A4;
}
.news_list li a {
  display: flex;
  width: 100%;
  padding: 16px 0 13px;
}
.news_list time {
  flex: 0 0 120px;
}

.page_kv {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: no-repeat center/cover;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
}

.pagination {
  justify-content: center;
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pagination ul.page-numbers li {
  flex: 0 0 1.88rem;
  height: 2.81rem;
  margin: 0 5px;
  font-size: 1em;
}
.pagination ul.page-numbers li a, .pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pagination ul.page-numbers li a.current, .pagination ul.page-numbers li span.current {
  border: 1px solid #E60014;
}

/* .home {
  position: relative;
}
.home header {
  position: absolute;
  top: -150px;
  background-color: transparent;
  opacity: 0;
  transition: top 1s, opacity 1.5s;
}
.home header.show {
  top: 0;
  opacity: 1;
}
.home .header_nav {
  color: #fff;
}
.home main{
  padding-top: 60vw;
} */
.home_kv {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60vw;
  color: #fff;
  text-align: center;
}
.home_kv_slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  overflow: hidden;
}
.home_kv .swiper-slide {
  background: url("img/home/img_kv-01-pc.jpg") no-repeat center/cover;
  background-color: #fff;
  overflow: hidden;
}
.home_kv .swiper-slide.--slide-2 {
  background-image: url("img/home/img_kv-02-pc.jpg");
}
.home_kv .swiper-slide.--slide-3 {
  background-image: none;
}
.home_kv .swiper-slide.--slide-3 video {
  position: absolute;
  top: 0;
  /* right: 0;
  bottom: 0; */
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home_kv .swiper-slide.--slide-3 .movie-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_kv .swiper-slide.--slide-3 .movie-cover img {
  width: auto;
  height: 100%;
}
.home_kv_heading_text {
  position: absolute;
  top: 18.6vw;
  right: 0;
  left: 0;
  width: 530px;
  margin: auto;
  z-index: 3;
}
.home_kv_heading_text p {
  margin-top: -27px;
  font-size: 2.13rem;
  letter-spacing: -0.08em;
}
.home_kv_heading_img {
  display: block;
  height: 272px;
  text-align: left;
}

.home_kv_movie{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  overflow: hidden;
  z-index: 1;
}
.home_kv_movie video {
  position: absolute;
  top: 0;
  /* right: 0;
  bottom: 0; */
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home_kv_movie .movie-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_kv_movie .movie-cover::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle closest-side at center, rgba(0,0,0,0), rgba(0,0,0,1) 130%);
  opacity: .5;
  z-index: 1;
}
.home_kv_movie .movie-cover::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, black 1px, transparent 1px) 0 0, linear-gradient(black 1px, transparent 1px) 0 0;
  background-size: 2px 2px;
  opacity: .3;
  z-index: 2;
}

.home_kv_toTop, .home_kv_sns, .home_kv_contact {
  z-index: 2;
  position: fixed;
}
.home_kv_toTop {
  top: 40px;
  left: 65px;
  opacity: 1;
  transition: opacity 0.3s;
}
.home_kv_toTop.hide {
  opacity: 0;
}
.home_kv_sns {
  bottom: 48px;
  left: 65px;
}
.home_kv_sns a {
  display: block;
  margin-top: 15px;
}
.home_kv_contact {
  right: 0;
  bottom: 70px;
}
.home_container {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  /* margin-top: 60vw; */
  background-color: #fff;
}
.home_lead {
  /* margin-top: -100px; */
  padding: 52px 0 70px;
  background-color: #fff;
  text-align: center;
}
.home_lead h2 {
  font-size: 1.5rem;
  line-height: 1.667;
}
.home_lead p {
  margin-top: 5px;
  line-height: 2.143;
}
.home_lead_list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 50px;
}
.home_lead_list li {
  flex: 0 1 217px;
}
.home_lead_list li:nth-of-type(n+2) {
  margin-left: 3.333%;
}
.home_worry_sec-1 {
  padding: 119px 0 70px;
  background-color: #f6f8ef;
}
.home_worry_sec-2 {
  margin-bottom: -65px;
  background-color: #fff;
}
.home_worry_sec-2_arrow {
  width: 10px;
  height: 300px;
}
.home_worry h2 {
  text-align: center;
}
.home_worry_list {
  display: flex;
  position: relative;
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}
.home_worry_list li:nth-of-type(1) {
  flex: 0 0 33.882%;
  padding-top: 90px;
  padding-left: 6.941%;
}
.home_worry_list li:nth-of-type(2) {
  flex: 0 0 41.882%;
  padding-top: 133px;
  padding-right: 13.647%;
  padding-left: 10.353%;
}
.home_worry_list li:nth-of-type(3) {
  flex: 0 0 24.353%;
  margin-top: -16px;
}
.home_worry_textWrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-left: 73px;
}
.home_worry_text {
  margin-top: 86px;
}
.home_worry_img {
  display: inline-block;
  position: relative;
  margin-top: 17px;
  margin-left: 39.749%;
}
.home_worry-2 {
  padding: 158px 0 87px;
  background-color: #EFEFEF;
}
.home_worry_logo {
  display: block;
  margin-bottom: 58px;
  text-align: center;
}
.home_worry_sec_img {
  display: block;
  max-width: 1000px;
  height: 30vw;
  max-height: 300px;
  margin: 0 auto;
  padding: 0 5px;
}
.home_worry_sec_wrap {
  display: flex;
  margin-top: 54px;
}
.home_worry_sec_wrap > div {
  flex: 0 0 50%;
}
.home_worry_sec_left {
  padding-left: 7.322%;
}
.home_worry_sec_left h3 {
  margin-bottom: 7px;
  line-height: 1.5;
}
.home_worry_sec_left h3::before {
  display: block;
  width: 2.5rem;
  height: 0.94rem;
  margin-bottom: 10px;
  background: url("img/common/icon_worry-1.svg") no-repeat center/contain;
  content: "";
}
.home_worry_sec_right h4 {
  font-size: 2.25rem;
}
.home_worry_sec_right p {
  margin-top: 10px;
  line-height: 2;
}
.home_worry_sec_right .link-wrap {
  margin-top: 20px;
}
.home_worry_sec-4 {
  margin-top: 135px;
}
.home_worry_sec-4 .home_worry_sec_left h3::before {
  background-image: url("img/common/icon_worry-2.svg");
}
.home_worry_sec-5 {
  margin-top: 133px;
}
.home_worry_sec-5 .home_worry_sec_left h3::before {
  background-image: url("img/common/icon_worry-3.svg");
}
.home_worry_sec-5_img--flow {
  display: block;
  width: 550px;
  height: 180px;
  margin: 70px auto 0;
  text-align: center;
}
.home_member {
  margin-top: 100px;
  padding: 100px 0;
}
.home_member_linkWrap {
  margin-top: 50px;
}
.home_member_linkWrap a {
  display: block;
}
.home_member_linkWrap a + a {
  margin-top: 20px;
}
.home_contents {
  padding-top: 75px;
}
.home_contents .blog_list {
  margin-top: 47px;
}
.home_contents .link-wrap {
  margin-top: 28px;
  text-align: center;
}
.home_movie {
  padding-top: 72px;
}
.home_movie .movie_list li:last-of-type {
  display: none;
}
.home_movie .link-wrap {
  margin-top: 46px;
  text-align: center;
}
.home_voice {
  margin-top: 78px;
  padding: 90px 0 85px;
  background: url("img/home/img_voice-bg-pc.jpg") no-repeat center/cover;
  color: #fff;
}
.home_voice .heading .en {
  color: #fff;
}
.home_voice_list {
  max-width: 890px;
  margin: 50px auto 0;
}
.home_voice_item + .home_voice_item {
  margin-top: 90px;
}
.home_voice_item h3 {
  display: flex;
  align-items: flex-start;
}
.home_voice_item:nth-of-type(2n) h3 {
  flex-direction: row-reverse;
}
.home_voice_item .icon {
  text-align: center;
}
.home_voice_item .icon em {
  display: inline-block;
  margin-top: 16px;
  line-height: 1.5;
}
.home_voice_item_img {
  display: block;
  width: 114px;
  height: 114px;
}
.home_voice_item .text {
  position: relative;
  top: 6px;
  padding: 20px 30px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.31rem;
  line-height: 1.429;
}
.home_voice_item .text::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 17px;
  margin: auto;
  background: no-repeat center/contain;
  content: "";
}
.home_voice_item:nth-of-type(2n-1) .icon {
  margin-right: 37px;
}
.home_voice_item:nth-of-type(2n-1) .text::before {
  left: -22px;
}
.home_voice_item:nth-of-type(2n-1) p {
  margin-left: 150px;
}
.home_voice_item:nth-of-type(2n) .icon {
  margin-left: 37px;
}
.home_voice_item:nth-of-type(2n) .text::before {
  right: -22px;
}
.home_voice_item:nth-of-type(2n) p {
  margin-right: 150px;
  margin-left: auto;
}
.home_voice_item:nth-of-type(1) .text {
  background-color: #00B464;
}
.home_voice_item:nth-of-type(1) .text::before {
  background-image: url("img/home/img_voice-balloon-01.svg");
}
.home_voice_item:nth-of-type(1) p {
  background-color: #00B464;
}
.home_voice_item:nth-of-type(2) .text {
  background-color: #3C8C8C;
}
.home_voice_item:nth-of-type(2) .text::before {
  background-image: url("img/home/img_voice-balloon-02.svg");
}
.home_voice_item:nth-of-type(2) p {
  background-color: #3C8C8C;
}
.home_voice_item:nth-of-type(3) .text {
  background-color: #3280FF;
}
.home_voice_item:nth-of-type(3) .text::before {
  background-image: url("img/home/img_voice-balloon-03.svg");
}
.home_voice_item:nth-of-type(3) p {
  background-color: #3280FF;
}
.home_voice_item p {
  max-width: 700px;
  margin-top: -56px;
  padding: 30px;
  border-radius: 10px;
  line-height: 1.714;
}
.home_relief {
  padding: 85px 0 75px;
}
.home_relief_list {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 66px auto 0;
}
.home_relief_list picture {
  padding: 0 25px;
}
.home_relief_item:first-of-type .home_relief_textWrap {
  border-left: none;
}
.home_relief_item h3 {
  font-size: 1.13rem;
  line-height: 1.667;
}
.home_relief_item p {
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.667;
}
.home_relief_textWrap {
  margin-top: 20px;
  padding: 0 25px 10px;
  border-left: 1px solid #E60014;
}
.home_message {
  padding: 100px 0 97px;
  background: url("img/home/img_message-bg-pc.jpg") no-repeat center/cover;
  text-align: center;
}
.home_message h3 {
  margin-top: 70px;
  font-size: 1.5rem;
  line-height: 1.833;
}
.home_message p {
  margin-top: 32px;
  line-height: 2.429;
}
.home_message .link-wrap {
  margin-top: 65px;
}
.home_news {
  padding: 113px 0 120px;
}
.home_news .news_list {
  margin-top: 37px;
}

.feature_kv {
  background-image: url("img/feature/img_kv-pc.jpg");
}
.feature_lead .inner, .feature_plan .inner, .feature_design .inner, .feature_construction .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 844px;
}
.feature_lead {
  padding: 50px 0 40px;
  background-color: rgba(50, 150, 255, 0.1);
}
.feature_lead_heading {
  margin-bottom: 80px;
  font-size: 1.5rem;
  text-align: center;
}
.feature_heading {
  margin-bottom: 38px;
}
.feature h3 {
  margin-bottom: -12px;
  font-weight: normal;
  font-size: 1.13rem;
}
.feature p {
  margin-top: 1.714em;
  color: #3E3A39;
  line-height: 1.714;
}
.feature_box {
  margin-left: 5%;
}
.feature_pict {
  flex: 0 0 33.75%;
}
.feature_plan {
  padding: 67px 0;
}
.feature_plan .feature_pict {
  margin-top: -33px;
}
.feature_design {
  padding: 72px 0 60px;
}
.feature_design .feature_pict {
  margin-top: -20px;
}
.feature_construction {
  padding: 76px 0 65px;
}
.feature_difference {
  padding: 90px 0 80px;
  background-color: #eaf4ff;
}
.feature_difference .inner {
  max-width: 844px;
}
.feature_difference p {
  text-align: center;
}
.feature_difference_list {
  width: 100%;
  margin-top: 23px;
  border-collapse: collapse;
  background-color: #fff;
}
.feature_difference_list th, .feature_difference_list td {
  padding: 16px 20px 10px;
  font-weight: normal;
  line-height: 1.5;
}
.feature_difference_list th:nth-child(2), .feature_difference_list td:nth-child(2) {
  color: #1D2080;
}
.feature_difference_list th:nth-child(3), .feature_difference_list td:nth-child(3) {
  color: #E60014;
}
.feature_difference thead td, .feature_difference thead th {
  border-bottom: 3px solid #eaf4ff;
}
.feature_difference thead td {
  width: 20%;
}
.feature_difference thead th {
  width: 41.25%;
  border-left: 3px solid #eaf4ff;
  text-align: left;
}
.feature_difference tbody th {
  color: #727171;
  text-align: left;
}
.feature_difference tbody td {
  border-left: 3px solid #eaf4ff;
}
.feature_difference tbody tr:nth-of-type(n+1) th, .feature_difference tbody tr:nth-of-type(n+1) td {
  border-top: 1px solid #D0D1D1;
}

.performance_kv {
  background-image: url("img/performance/img_kv-pc.jpg");
}
.performance_archive .inner {
  max-width: 1004px;
}
.performance_archive_lead {
  margin: 20px 0;
  text-align: center;
}
.performance_archive .category_list {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.performance_archive .category_list li.current a {
  background-color: #E60014;
  color: #fff;
}
.performance_archive .category_list a {
  display: inline-block;
  margin: 10px;
}
.performance_archive .category_tag {
  display: inline-block;
  min-width: 70px;
  padding: 2px 10px;
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
}
.performance_archive_list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.performance_archive_list li {
  flex: 0 0 30.208%;
  margin: 30px 15px;
}
.performance_archive_list a {
  display: flex;
  flex-direction: column-reverse;
}
.performance_archive_list h2 {
  margin: 0.5em 0;
  font-weight: bold;
  font-size: 1.13rem;
  line-height: 1.333;
}
.performance_archive_picture {
  display: block;
  height: 20vw;
  max-height: 200px;
  overflow: hidden;
}
.performance_archive_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.performance_archive_text {
  margin-top: 10px;
}
.performance_archive .pagination {
  margin-bottom: 100px;
}

.member_kv {
  background-image: url("img/feature/img_kv-pc.jpg");
}
.member_lead {
  padding: 42px 0 34px;
  font-size: 0.88rem;
  line-height: 1.714;
  text-align: center;
}
.member_heading {
  height: 450px;
  background: no-repeat center/cover;
}
.member_heading .inner {
  position: relative;
  max-width: 1000px;
  padding: 0;
}
.member_heading_wrap {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 21.88rem;
  height: 350px;
  padding: 30px;
  background-image: linear-gradient(45deg, #E60014 0%, #E60014 50%, #CC0000 50%, #CC0000 100%);
  color: #fff;
  letter-spacing: 0.02em;
}
.member_heading h2 {
  font-weight: normal;
  font-size: 1.88rem;
}
.member_heading h2 .en {
  display: block;
  margin-top: 5px;
  font-size: 0.56rem;
  line-height: 2.333;
}
.member_heading p {
  margin-top: 1.75em;
  font-size: 0.75rem;
  line-height: 1.75;
}
.member_01 {
  margin-bottom: 100px;
}
.member_01 .member_heading {
  background-image: url("img/member/img_kinoshita_kv-pc.jpg");
}
.member_02 {
  padding: 155px 0 67px;
}
.member_02 .member_heading {
  background-image: url("img/member/img_sagara_kv-pc.jpg");
}
.member_detail {
  margin-top: -10px;
}
.member_detail_wrap {
  max-width: 844px;
}
.member_detail li {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
}
.member_detail li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.member_detail_text {
  flex: 0 0 50%;
}
.member_detail_text h3 {
  margin-top: 4px;
  color: #E60014;
  font-size: 1.31rem;
  line-height: 0.875;
}
.member_detail_text p {
  margin-top: 16px;
  font-size: 0.88rem;
  line-height: 1.714;
}
.member_detail_picture {
  flex: 0 0 47.5%;
}
.member_detail_picture.--outside {
  display: block;
  width: 47.5%;
  margin-top: -100px;
}

.contents_kv {
  background-image: url("img/contents/img_kv-pc.jpg");
}
.contents_archive {
  padding-bottom: 140px;
}
.contents_archive .inner {
  max-width: 924px;
}
.contents_archive_lead {
  padding: 40px 0;
  line-height: 1.5;
  text-align: center;
}
.contents_archive h2 {
  margin-bottom: 15px;
  background-color: #000;
  color: #E60014;
  font-size: 1.13rem;
  line-height: 1.667;
  text-align: center;
}
.contents_archive h2:nth-child(n+2){
  margin-top: 48px;
}
.contents_archive .movie_list li {
  margin: 16px 0;
}
.contents_archive .pagination {
  margin: 70px 0 120px;
}
.contents_archive_movie {
  padding-top: 120px;
}
.contents .link-wrap {
  margin-top: 40px;
  text-align: center;
}

.company_kv {
  background-image: url("img/company/img_kv-pc.jpg");
}
.company_body {
  padding-bottom: 244px;
}
.company_body h2 {
  color: #E60014;
  font-size: 2.25rem;
  font-family: "BankGothic", sans-serif;
  text-align: center;
}
.company_vision, .company_mission {
  padding-top: 40px;
  padding-bottom: 25vw;
}
.company_vision p, .company_mission p {
  padding-bottom: 27px;
  font-size: 1.5rem;
  line-height: 2.083;
  text-align: center;
}
.company_vision {
  background: url("img/company/img_01-pc.jpg") no-repeat left bottom/50vw auto;
}
.company_mission {
  margin-top: 20px;
  background: url("img/company/img_02-pc.jpg") no-repeat right bottom/50vw auto;
}
.company_value {
  margin-top: 50px;
  padding-top: 40px;
}
.company_value_wrap {
  margin-top: 44px;
  background: url("img/company/img_03-pc.jpg") no-repeat left top/20vw auto;
}
.company_value .inner {
  max-width: 844px;
}
.company_value_list {
  position: relative;
  top: -17px;
  width: 61vw;
  max-width: 610px;
  margin-left: auto;
}
.company_value_list li {
  padding-bottom: 30px;
}
.company_value h3 {
  font-size: 1.5rem;
  line-height: 2.083;
}
.company_value h3 span {
  color: #E60014;
}
.company_value p {
  font-size: 0.88rem;
  line-height: 1.714;
  text-align: left;
}
.company_message {
  position: relative;
  padding-top: 100px;
  padding-bottom: 115px;
  background-color: #eee;
}
.company_message_icon {
  position: absolute;
  top: -126px;
  right: 0;
  left: 0;
  width: 200px;
  height: 227px;
  margin: auto;
}
.company_message .inner {
  max-width: 944px;
}
.company_message_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 67px;
}
.company_message_text {
  flex: 0 0 50%;
  padding-top: 8px;
}
.company_message h3 {
  font-weight: bold;
  font-size: 1.31rem;
  line-height: 1.143;
}
.company_message p {
  margin-top: 21px;
  font-size: 0.88rem;
  line-height: 1.714;
}
.company_message figure {
  flex: 0 0 44.444%;
  text-align: center;
}
.company_message figure .name {
  display: inline-block;
  margin-top: 30px;
}
.company_detail {
  padding-top: 40px;
  padding-bottom: 90px;
}
.company_detail_heading_picture {
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 47px;
}
.company_detail_heading_picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.company_detail .inner {
  max-width: 844px;
}
.company_detail_lead {
  display: flex;
  position: relative;
  top: -100px;
  align-items: center;
  justify-content: space-between;
  padding: 94px 7.938% 86px 9.834%;
  background-color: #000;
  color: #fff;
}
.company_detail_lead_logo {
  flex: 0 0 102px;
}
.company_detail_lead p {
  margin-left: 7.938%;
  font-size: 0.88rem;
  line-height: 2.143;
}
.company_detail_list {
  width: 54.8vw;
  max-width: 548px;
  margin-top: -20px;
  margin-left: auto;
  font-size: 1.13rem;
  line-height: 1.667;
}
.company_detail_list_wrap {
  margin-top: 70px;
  background: url("img/company/img_07-pc.jpg") no-repeat left top/30vw auto;
}
.company_detail_list li {
  padding-bottom: 1.667em;
}
.company_detail_list h3 {
  color: #E60014;
}

.booth_kv {
  background-image: url("img/booth/img_kv-pc.jpg");
}
.booth_lead {
  padding: 49px 0 85px;
  background-color: rgba(50, 150, 255, 0.1);
}
.booth_lead .inner {
  position: relative;
  max-width: 844px;
}
.booth_lead h2 {
  font-size: 1.5rem;
  text-align: center;
}
.booth_lead_wrap {
  margin-top: 55px;
}
.booth_lead_box {
  display: flex;
  justify-content: space-between;
}
.booth_lead_box:nth-of-type(2n-1) picture {
  margin-left: 6.25%;
}
.booth_lead_box:nth-of-type(2n) {
  flex-direction: row-reverse;
  margin-top: 27px;
}
.booth_lead_box:nth-of-type(2n) picture {
  margin-right: 6.25%;
}
.booth_lead_box p {
  flex: 0 0 50%;
  font-size: 0.88rem;
  line-height: 2.143;
}
.booth_lead_box picture {
  flex: 0 1 350px;
}
.booth_body {
  padding: 107px 0;
  background-color: #fff;
}
.booth_schedule_heading {
  position: relative;
  max-width: 786px;
  margin: 0 auto;
  padding-bottom: 33px;
}
.booth_schedule_heading_img {
  display: block;
}
.booth_schedule_heading_img.--img01 {
  width: 445px;
  height: 68px;
  margin: 0 auto;
  background: url("img/booth/heading_01-pc.png") no-repeat center/contain;
}
.booth_schedule_heading_img.--img02 {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 213px;
  height: 180px;
}
.booth_schedule_heading p {
  font-size: 0.88rem;
  line-height: 1.571;
  text-align: center;
}
.booth_schedule_wrap {
  max-width: 1004px;
}
.booth_schedule_inner {
  position: relative;
  padding-left: 150px;
}
.booth_schedule h3 {
  padding: 0 12px;
  color: #fff;
  font-size: 1.31rem;
}
.booth_schedule p {
  font-size: 0.88rem;
  line-height: 1.714;
}
.booth_schedule_list li {
  position: relative;
  width: 100%;
  padding-bottom: 82px;
}
.booth_schedule_list h3 {
  display: flex;
  align-items: center;
  height: 40px;
  background-image: linear-gradient(135deg, #E60014 0%, #E60014 28px, #000 28px, #000 100%);
}
.booth_schedule_list p {
  margin-top: 10px;
  color: #3E3A39;
}
.booth_schedule_list picture {
  display: block;
  margin-top: 28px;
  margin-left: 15px;
}
.booth_schedule_list .link-wrap {
  position: absolute;
  top: 5px;
  right: 5px;
}
.booth_schedule_list .link-button {
  width: 95px;
  min-width: initial;
  height: 30px;
  min-height: initial;
  padding: 0;
  border-radius: 3px;
  font-size: 0.75rem;
}
.booth_schedule_list .link-button::before {
  width: 15px;
  height: 15px;
}
.booth_schedule_list_img {
  display: block;
  position: absolute;
  top: -26px;
  left: 0;
  width: 103px;
}
.booth_schedule_list_img.sp {
  display: none;
}
.booth_schedule_bgArea {
  margin: 92px 0 156px;
  background-color: #E60014;
}
.booth_schedule_bgArea.--glay {
  margin-top: 62px;
  background-color: #8E8E8F;
}
.booth_schedule_bgArea.--glay .inner {
  padding-top: 43px;
  padding-bottom: 36px;
}
.booth_schedule_bgArea.--glay .booth_schedule_bgArea_img {
  right: 35.152%;
}
.booth_schedule_bgArea .inner {
  position: relative;
  max-width: 704px;
  padding-top: 34px;
  padding-bottom: 17px;
  color: #fff;
}
.booth_schedule_bgArea h3 {
  padding: 0 0.571em;
}
.booth_schedule_bgArea p {
  margin-top: 4px;
  padding-left: 2.286em;
}
.booth_schedule_bgArea_img {
  position: absolute;
  top: -14px;
  right: 20.597%;
  padding: 6px 10px 10px 6px;
  background: url("img/booth/deco_04-pc.png") no-repeat center/contain;
}

.contact_kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  padding: 30px 6% 20px;
  background-color: #eee;
  color: #000;
  text-align: center;
}
.contact_kv h1 {
  font-size: 2.25rem;
  font-family: "BankGothic", sans-serif;
}
.contact_kv p {
  font-size: 0.88rem;
  line-height: 1.714;
}
.contact_wrap {
  padding: 48px 0 200px;
}
.contact_wrap .inner {
  max-width: 544px;
}
.contact_wrap label {
  font-weight: bold;
}
.contact_wrap input[type=text], .contact_wrap input[type=email], .contact_wrap textarea {
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid #C8C8C8;
  font-size: 0.88rem;
  line-height: 1.714;
}
.contact_wrap textarea {
  min-height: 250px;
  resize: vertical;
}
.contact_wrap address {
  display: block;
  margin-top: -14px;
  font-size: 0.88rem;
  line-height: 2;
  text-align: center;
}
.contact_wrap address span {
  font-size: 0.75rem;
}
.contact_wrap .link-wrap {
  margin-top: 80px;
  text-align: center;
}
.contact_wrap .complete_message {
  text-align: center;
}
.contact_label {
  display: block;
  color: #A2A3A3;
}
.contact_label.required {
  color: #000;
}
.contact_label.required span {
  color: #E60014;
}
.contact_input_wrap {
  margin: 12px 0 24px;
}

.news_kv {
  background-image: url("img/contents/img_kv-pc.jpg");
}
.news_archive {
  padding: 100px 0 0;
}

.single article {
  padding: 50px 0 0px;
}
.single article .inner {
  max-width: 944px;
}
.single article h1 {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 2;
}
.single article h1 span {
  display: block;
}
.single article h2 {
  margin-top: 40px;
  font-size: 1.13rem;
  line-height: 1.333;
  letter-spacing: 0.05em;
}
.single article p {
  margin-top: 2em;
  color: #3E3A39;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.single article .link-wrap {
  margin-top: 90px;
  text-align: center;
}
.single article .date {
  display: block;
  margin-top: -20px;
  font-size: 1.13rem;
  line-height: 1.333;
}
.single article .author {
  display: block;
  font-size: 1.13rem;
  line-height: 1.333;
}
.single article .eyecatch {
  display: block;
  margin: 40px 0;
  text-align: center;
}
.single article .performance_single_img{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single article .performance_single_img img:nth-child(1){
  width: 100%;
}
.single article .performance_single_img img:nth-child(2),
.single article .performance_single_img img:nth-child(3){
  width: calc(100% / 2 - 30px / 2);
  margin-top: 30px;
}

.single article pre{
  white-space: pre-wrap;       /* CSS3 */
  word-wrap: break-word;       /* IE、古いブラウザ対応 */
  overflow-wrap: break-word;   /* 現代的なブラウザ対応 */
}

@media (max-width: 1000px){
  .company_vision, .company_mission {
    padding-bottom: 250px;
  }
  .company_vision {
    background-size: 500px auto;
  }
  .company_mission {
    background-size: 500px auto;
  }
}
@media (max-width: 960px){
  .tab {
    display: inline-block;
  }
  .performance_archive_list li {
    flex: 1 1 290px;
  }
}
@media (max-width: 750px){
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .inner {
    padding: 0 5.3333%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  main {
    margin-top: 60px;
  }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  header .menu {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    /* width: 80vw;
    max-width: 300px; */
    height: 100vh;
    height: calc(var(--viewHeight, 1vh) * 100);
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgba(0,0,0,0.5);
    transition: opacity 0.5s, backdrop-filter 0.5s;
  }
  header .menu[aria-hidden=true] {
    pointer-events: none;
    opacity: 0;
  }
  header .menu[aria-hidden=false] {
    opacity: 1;
    backdrop-filter: saturate(50%) blur(20px);
  }
  .header_wrap {
    justify-content: space-between;
    padding: 0;
  }
  .header_logo {
    margin: 16px 0;
  }
  .header_nav {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 70px;
    color: #646464;
    font-weight: bold;
    font-size: 1.13rem;
    line-height: 1.25;
  }
  .header_nav li {
    margin-top: 40px;
    border-left: none;
  }
  .header_nav li:last-of-type {
    border-left: none;
  }
  .header_button {
    display: flex;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    outline: none;
  }
  .header_button span {
    display: block;
    width: 22px;
    height: 22px;
    background: url("img/common/button_open.png") no-repeat center/contain;
  }
  .header_button[aria-expanded=false] span {
    background-image: url("img/common/button_open.png");
  }
  .header_button[aria-expanded=true] span {
    background-image: url("img/common/button_close.png");
  }
  .footer_link {
    padding-top: 40px;
    padding-bottom: 54px;
  }
  .footer_link_list {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
  .footer_link_list li + li {
    margin-top: 35px;
  }
  .footer_link_list li a {
    max-width: 263px;
  }
  .footer_link_list li p {
    margin-top: 13px;
  }
  .footer_logo {
    max-width: 126px;
  }
  .footer_nav {
    padding-top: 40px;
    font-size: 0.63rem;
  }
  .footer_nav .inner {
    display: block;
    overflow: hidden;
  }
  .footer_nav .inner::after {
    clear: both;
    content: "";
  }
  .footer_nav_left {
    width: 50%;
    float: left;
  }
  .footer_nav_left h2 {
    margin-top: 24px;
  }
  .footer_nav_center {
    display: block;
    width: 39%;
    margin-left: 0;
    float: right;
  }
  .footer_nav_right {
    width: 50%;
    margin-top: 48px;
    float: left;
  }
  .footer_nav_right_wrap {
    max-width: 142px;
  }
  .footer_nav_right ul {
    padding-top: 6px;
  }
  .footer_nav_right li {
    width: 30px;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_nav_list + ul {
    margin-top: 0;
  }
  .content__pager__item--prev {
    margin-right: 8px;
  }
  .content__pager__item--next {
    margin-left: 8px;
  }
  .heading .en {
    font-size: 1.857em;
  }
  .blog_list {
    margin-right: -2.667%;
    margin-left: -2.667%;
  }
  .blog_list li {
    flex-basis: 48.851%;
    min-height: 250px;
  }
  .blog_list li picture {
    flex-basis: 100px;
  }
  .blog_list_textWrap h3 {
    margin-bottom: 10px;
    font-size: 0.88rem;
  }
  .blog_list_textWrap time {
    font-size: 0.63rem;
  }
  .blog_list_textWrap em {
    margin-top: 5px;
    font-size: 0.63rem;
  }
  .movie_list {
    margin-right: -2.667%;
    margin-left: -2.667%;
  }
  .movie_list li {
    flex-basis: 48.851%;
    margin: 10px 0;
  }
  .news_list {
    font-size: 14px;
  }
  .news_list li a {
    padding: 11px 0 8px;
  }
  .news_list time {
    flex-basis: 100px;
    font-size: 13px;
  }
  .page_kv {
    align-items: flex-end;
    height: 90px;
    padding-bottom: 17px;
    font-size: 1rem;
  }
  /* .home main{
    padding-top: 146.7vw;
  } */
  .home header {
    top: 0;
    opacity: 1;
  }
  .home_kv {
    height: 146.7vw;
  }
  /* .home_kv_slide {
    height: 146.7vw;
  } */
  .home_kv_movie {
    height: 146.7vw;
  }
  .home_kv_heading_text {
    top: 37.3vw;
    width: 66.7vw;
  }
  .home_kv_heading_text p {
    margin-top: 7px;
    font-size: 6.4vw;
    line-height: 1.333;
  }
  .home_kv .swiper-slide.--slide-2 {
    background-image: url("img/home/img_kv-02-sp.jpg");
  }
  .home_kv_heading_img {
    height: 31.5vw;
  }
  .home_container {
    /* margin-top: 146.7vw; */
  }
  .home_lead {
    padding-top: 56px;
    padding-bottom: 83px;
    text-align: left;
  }
  .home_lead h2 {
    font-size: 1.56rem;
    line-height: 1.44;
  }
  .home_lead p {
    margin-top: 11px;
    font-size: 0.94rem;
    line-height: 1.6;
  }
  .home_lead_list {
    margin-top: 45px;
  }
  .home_worry_sec-1 {
    padding-top: 61px;
    padding-bottom: 45px;
  }
  .home_worry_sec-2 {
    margin-bottom: -43px;
    background-color: #D7D5C8;
  }
  .home_worry_sec-2_arrow {
    width: 5px;
    height: 269px;
    margin: 0 5px;
  }
  .home_worry_list {
    display: block;
    max-width: 320px;
    text-align: left;
  }
  .home_worry_list li:nth-of-type(1) {
    margin-top: 58px;
    padding: 0;
  }
  .home_worry_list li:nth-of-type(2) {
    margin-top: 50px;
    padding: 0 0 0 26px;
    text-align: right;
  }
  .home_worry_list li:nth-of-type(3) {
    margin-top: 75px;
    padding-left: 14px;
  }
  .home_worry_textWrap {
    flex-direction: row-reverse;
    align-items: stretch;
    margin-left: 0;
  }
  .home_worry_text {
    width: 1em;
    margin-top: 70px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .home_worry_img {
    margin-top: 18px;
    margin-right: -3vw;
    margin-left: -3vw;
    text-align: center;
  }
  .home_worry_img img {
    display: inline-block;
    max-width: 350px;
  }
  .home_worry-2 {
    padding-top: 120px;
    padding-bottom: 54px;
  }
  .home_worry_logo {
    z-index: 1;
    position: relative;
    margin-bottom: -15px;
    padding: 0 2.667%;
  }
  .home_worry_sec_img {
    width: 88vw;
    height: 80vw;
    max-height: initial;
    padding: 0;
  }
  .home_worry_sec_wrap {
    display: block;
    margin-top: 22px;
  }
  .home_worry_sec_left {
    padding-left: 0;
  }
  .home_worry_sec_right {
    margin-top: 46px;
  }
  .home_worry_sec_right .link-wrap {
    margin-top: 30px;
  }
  .home_worry_sec-4 {
    margin-top: 89px;
  }
  .home_worry_sec-5 {
    margin-top: 64px;
  }
  .home_worry_sec-5_img--flow {
    width: 100%;
    height: auto;
    margin-top: 55px;
  }
  .home_worry_sec-5_img--flow img {
    display: inline-block;
    max-width: 320px;
  }
  .home_worry .link-wrap {
    text-align: center;
  }
  .home_member {
    margin-top: 0;
    padding-top: 106px;
    padding-bottom: 50px;
  }
  .home_member_linkWrap {
    margin-top: 22px;
  }
  .home_member_linkWrap a + a {
    margin-top: 25px;
  }
  .home_contents .blog_list {
    margin-top: 28px;
  }
  .home_contents .link-wrap {
    margin-top: 25px;
  }
  .home_movie .movie_list li:last-of-type {
    display: block;
  }
  .home_movie .link-wrap {
    margin-top: 36px;
  }
  .home_voice {
    margin-top: 85px;
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url("img/home/img_voice-bg-sp.jpg");
  }
  .home_voice_list {
    margin-top: 42px;
  }
  .home_voice_item + .home_voice_item {
    margin-top: 60px;
  }
  .home_voice_item h3 {
    flex-direction: column;
  }
  .home_voice_item:nth-of-type(2n) h3 {
    flex-direction: column;
  }
  .home_voice_item .icon {
    display: flex;
    text-align: left;
  }
  .home_voice_item .icon em {
    font-size: 0.75rem;
  }
  .home_voice_item_img {
    width: 57px;
    height: 57px;
  }
  .home_voice_item .text {
    display: inline-block;
    margin-top: 14px;
    padding: 7px 16px;
    border-radius: 5px;
    font-size: 0.88rem;
  }
  .home_voice_item .text::before {
    top: -10px;
    bottom: auto;
    width: 11px;
    height: 9px;
    transform: rotate(-90deg);
  }
  .home_voice_item:nth-of-type(2n-1) .icon {
    margin-right: 0;
  }
  .home_voice_item:nth-of-type(2n-1) .text::before {
    left: 24px;
    transform: rotate(90deg);
  }
  .home_voice_item:nth-of-type(2n-1) p {
    margin-left: 0;
    font-size: 0.75rem;
  }
  .home_voice_item:nth-of-type(2n) .icon {
    margin-left: 0;
  }
  .home_voice_item:nth-of-type(2n) .text::before {
    right: auto;
    left: 24px;
  }
  .home_voice_item:nth-of-type(2n) p {
    margin-right: 0;
  }
  .home_voice_item p {
    margin-top: 12px;
    padding: 13px;
    border-radius: 5px;
  }
  .home_relief {
    padding-top: 79px;
  }
  .home_relief_list {
    display: block;
    margin-top: 45px;
  }
  .home_relief_list picture {
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    padding: 0;
  }
  .home_relief_item:nth-of-type(n+1) {
    margin-top: 30px;
  }
  .home_relief_item h3 {
    font-size: 0.88rem;
    text-align: center;
  }
  .home_relief_item p {
    margin-top: 6px;
  }
  .home_relief_textWrap {
    margin-top: 11px;
    padding-right: 0;
    padding-left: 0;
    border-left: none;
  }
  .home_message {
    padding-top: 48px;
    padding-bottom: 21px;
    background-image: url("img/home/img_message-bg-sp.jpg");
  }
  .home_message h3 {
    margin-top: 39px;
    font-size: 1.13rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
  .home_message p {
    line-height: 1.786;
    text-align: left;
  }
  .home_message .link-wrap {
    margin-top: 52px;
  }
  .home_news {
    padding-top: 55px;
    padding-bottom: 73px;
  }
  .home_news .news_list {
    margin-top: 40px;
  }
  .feature_kv {
    background-image: url("img/feature/img_kv-sp.jpg");
  }
  .feature_lead .inner, .feature_plan .inner, .feature_design .inner, .feature_construction .inner {
    display: block;
  }
  .feature_lead {
    padding-top: 26px;
    padding-bottom: 11px;
  }
  .feature_lead_heading {
    margin-bottom: 30px;
    font-size: 1.13rem;
  }
  .feature_lead .feature_pict img {
    display: inline-block;
    width: 241px;
  }
  .feature h3 {
    margin-bottom: 0.5em;
  }
  .feature p {
    margin-top: 2em;
    line-height: 2;
  }
  .feature p:first-of-type {
    margin-top: 0;
  }
  .feature_box {
    margin-left: 0;
  }
  .feature_pict {
    display: block;
    margin-top: 24px;
    text-align: center;
  }
  .feature_pict img {
    width: 325px;
  }
  .feature_plan .feature_pict {
    margin-top: 18px;
  }
  .feature_design {
    padding-top: 62px;
  }
  .feature_design .feature_pict {
    margin-top: 52px;
  }
  .feature_construction {
    padding-bottom: 44px;
  }
  .feature_construction .feature_pict {
    margin-top: 58px;
  }
  .feature_difference {
    padding-top: 50px;
    padding-bottom: 53px;
  }
  .feature_difference p {
    text-align: left;
  }
  .feature_difference_list {
    width: 94.7vw;
    margin-top: 19px;
    margin-right: -3vw;
    margin-left: -3vw;
    font-size: 0.75rem;
  }
  .feature_difference_list th, .feature_difference_list td {
    padding: 8px 10px 4px;
  }
  .feature_difference thead td, .feature_difference thead th {
    border-width: 2px;
  }
  .feature_difference thead td {
    width: 26.761%;
  }
  .feature_difference thead th:nth-child(2) {
    width: 30.986%;
  }
  .feature_difference thead th:nth-child(3) {
    width: 39.437%;
  }
  .performance_kv {
    background-image: url("img/performance/img_kv-sp.jpg");
  }
  .performance_archive .category_list {
    flex-wrap: wrap;
    /* margin-right: -6vw;
    margin-left: -6vw; */
  }
  .performance_archive .category_list a {
    margin: 8px;
  }
  .performance_archive .category_tag {
    padding-right: 2px;
    padding-left: 2px;
  }
  .performance_archive_list {
    padding-right: 5px;
    padding-left: 5px;
  }
  .performance_archive_picture {
    height: 53.3vw;
    min-height: initial;
  }
  .member_kv {
    background-image: url("img/feature/img_kv-sp.jpg");
  }
  .member_lead {
    padding: 21px 0 18px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .member_heading {
    height: 93.3vw;
  }
  .member_heading_wrap {
    display: flex;
    top: 10.7vw;
    left: 10.7vw;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    padding: 0;
    font-size: 1.44rem;
    letter-spacing: 0;
    text-align: center;
  }
  .member_heading h2 {
    font-size: 1.44rem;
  }
  .member_heading h2 .en {
    transform: scale(0.7);
    white-space: nowrap;
  }
  .member_heading + p {
    display: block;
    max-width: 86.7vw;
    margin: 20px auto 0;
    font-size: 0.75rem;
    line-height: 1.875;
  }
  .member_01 .member_heading {
    background-image: url("img/member/img_kinoshita_kv-sp.jpg");
  }
  .member_02 {
    padding-top: 11px;
  }
  .member_02 .member_heading {
    background-image: url("img/member/img_sagara_kv-sp.jpg");
  }
  .member_detail {
    margin-top: 0;
    padding-top: 20px;
  }
  .member_detail li {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    margin: 46px 0;
  }
  .member_detail li:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .member_detail_text {
    flex-basis: auto;
  }
  .member_detail_text h3 {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .member_detail_text p {
    line-height: 2;
  }
  .member_detail_picture {
    flex-basis: auto;
    width: 76vw;
  }
  .member_detail_picture.--outside {
    width: 76vw;
    margin: 0 auto;
  }
  .contents_kv {
    background-image: url("img/contents/img_kv-sp.jpg");
  }
  /* .company_kv {
    background-image: url("img/company/img_kv-sp.jpg");
  } */
  .company_body {
    padding-bottom: 84px;
  }
  .company_vision, .company_mission {
    padding-bottom: 33.3vw;
  }
  .company_vision p, .company_mission p {
    margin-top: 10px;
    font-size: 0.88rem;
    line-height: 1.357;
  }
  .company_vision {
    background-size: 66.7vw;
  }
  .company_mission {
    margin-top: 0;
    background-size: 66.7vw;
  }
  .company_value {
    margin-top: 0;
  }
  .company_value_wrap {
    margin-top: 28px;
    background-image: none;
  }
  .company_value_list {
    width: 100%;
    max-width: initial;
  }
  .company_value_list li {
    padding-bottom: 22px;
  }
  .company_value h3 {
    font-size: 1.13rem;
    line-height: 1.389;
  }
  .company_value p {
    font-size: 0.75rem;
    line-height: 1.667;
  }
  .company_message {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .company_message_icon {
    top: -94px;
    width: 150px;
    height: 170px;
  }
  .company_message_wrap {
    flex-direction: column-reverse;
    margin-top: 43px;
  }
  .company_message_text {
    flex-basis: auto;
    margin-top: 30px;
  }
  .company_message h3 {
    font-size: 1.25rem;
  }
  .company_message p {
    margin-top: 10px;
    line-height: 2;
  }
  .company_message figure {
    flex-basis: auto;
    width: 200px;
    margin: 0 auto;
  }
  .company_message figure .name {
    width: 159px;
    margin-top: 10px;
  }
  .company_detail {
    /* padding-top: 85px; */
  }
  .company_detail_heading_picture {
    height: 300px;
    margin-top: 34px;
  }
  .company_detail .inner {
    padding-right: 6.667%;
    padding-left: 6.667%;
  }
  .company_detail_lead {
    top: -25px;
    flex-direction: column;
    padding: 38px 20px 34px;
  }
  .company_detail_lead_logo {
    flex-basis: auto;
    width: 90px;
  }
  .company_detail_lead p {
    margin-top: 25px;
    margin-left: 0;
    line-height: 2;
  }
  .company_detail_list {
    width: 100%;
    max-width: initial;
    margin-top: 35px;
    font-size: 0.88rem;
    line-height: 1.667;
  }
  .company_detail_list_wrap {
    margin-top: 55px;
    background-image: none;
  }
  .company_detail_list_wrap picture {
    display: block;
    height: 261px;
    text-align: center;
  }
  .company_detail_list_wrap picture img {
    width: auto;
    height: 100%;
  }
  .company_detail_list li {
    padding-bottom: 20px;
  }
  .booth_kv {
    background-image: url("img/booth/img_kv-sp.jpg");
  }
  .booth_lead {
    margin-bottom: -130px;
    padding-top: 21px;
    padding-bottom: 0;
  }
  .booth_lead h2 {
    font-size: 1.13rem;
    line-height: 1.528;
  }
  .booth_lead_wrap {
    margin-top: 14px;
  }
  .booth_lead_box {
    display: block;
  }
  .booth_lead_box:nth-of-type(2n-1) picture {
    margin-left: auto;
  }
  .booth_lead_box:nth-of-type(2n) {
    margin-top: 6px;
  }
  .booth_lead_box:nth-of-type(2n) picture {
    margin-right: auto;
  }
  .booth_lead_box p {
    line-height: 2;
  }
  .booth_lead_box picture {
    display: block;
    width: 69.9vw;
    margin: 10px auto 0;
  }
  .booth_lead_box picture img {
    width: 100%;
    height: auto;
  }
  .booth_body {
    padding-top: 200px;
  }
  .booth_schedule_heading {
    max-width: calc(325px + 12%);
    padding-right: 6%;
    padding-bottom: 47px;
    padding-left: 6%;
  }
  .booth_schedule_heading_img.--img01 {
    width: 100%;
    max-width: 325px;
    height: 50px;
    background-image: url("img/booth/heading_01-sp.png");
  }
  .booth_schedule_heading_img.--img02 {
    right: auto;
    left: 8rem;
    width: 50.7vw;
    max-width: 190px;
    height: 37.3vw;
    max-height: 140px;
  }
  .booth_schedule_heading p {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.375;
    text-align: left;
  }
  .booth_schedule_wrap {
    padding-right: 2.66%;
    padding-left: 2.66%;
  }
  .booth_schedule_inner {
    padding-left: 0;
  }
  .booth_schedule h3 {
    font-size: 1rem;
  }
  .booth_schedule p {
    font-size: 1rem;
    line-height: 1.375;
  }
  .booth_schedule_list li {
    padding-bottom: 80px;
  }
  .booth_schedule_list h3 {
    height: 30px;
    background-image: linear-gradient(135deg, #E60014 0%, #E60014 21px, #000 21px, #000 100%);
  }
  .booth_schedule_list p {
    margin-top: 15px;
    padding: 0 4.225%;
    font-size: 0.88rem;
    line-height: 2;
  }
  .booth_schedule_list picture {
    max-width: 323px;
    margin: 0 auto;
  }
  .booth_schedule_list_pictureWrap {
    margin-top: 16px;
    padding: 20px 10px;
    background-color: rgba(50, 150, 255, 0.1);
  }
  .booth_schedule_list .link-wrap {
    position: static;
    margin-top: 25px;
    text-align: center;
  }
  .booth_schedule_list .link-button {
    width: 125px;
    height: 40px;
    border-radius: 5px;
  }
  .booth_schedule_list .link-button::before {
    width: 20px;
    height: 20px;
  }
  .booth_schedule_list_img {
    top: 0;
    width: 100px;
    margin-top: -20px;
    margin-left: 3px;
  }
  .booth_schedule_list_img.--img02 {
    margin-left: 14px;
  }
  .booth_schedule_list_img.sp {
    display: block;
  }
  .booth_schedule_list_img.pc {
    display: none;
  }
  .booth_schedule_bgArea {
    margin-top: 39px;
    margin-bottom: 102px;
  }
  .booth_schedule_bgArea.--glay {
    margin-top: 19px;
    margin-bottom: 114px;
  }
  .booth_schedule_bgArea.--glay .inner {
    padding-top: 22px;
    padding-bottom: 62px;
  }
  .booth_schedule_bgArea.--glay .booth_schedule_bgArea_img {
    right: 9.6%;
  }
  .booth_schedule_bgArea .inner {
    padding-top: 20px;
  }
  .booth_schedule_bgArea h3 {
    padding: 0;
  }
  .booth_schedule_bgArea p {
    padding-left: 1em;
  }
  .booth_schedule_bgArea_img {
    top: 0;
    right: 35px;
    bottom: 0;
    width: 96px;
    height: 70px;
    margin: auto;
    padding: 4px 5px 5px 4px;
    background-image: url("img/booth/deco_04-sp.png");
  }
  .contact_kv {
    height: 250px;
    padding-top: 100px;
  }
  .news_kv {
    background-image: url("img/contents/img_kv-sp.jpg");
  }

  .single article .performance_single_img{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single article .performance_single_img img:nth-child(1){
    width: 100%;
  }
  .single article .performance_single_img img:nth-child(2),
  .single article .performance_single_img img:nth-child(3){
    width: 100%;
    margin-top: 15px;
  }

}
@media (min-width: 960px){
  a:hover, button:hover, *[role=button]:hover, input[type=submit]:hover {
    opacity: 0.6;
  }
}
@media (prefers-reduced-motion: reduce){
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
