html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}


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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

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

#privacy-policy h3 {
  font-size: 2em;
}


@media screen and (max-width: 767px) {
  #privacy-policy h3 {
    font-size: 1.2em;
  }
}

p {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}


/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  height: auto;
  width: 100%;
  display: block;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
}

a:visited {
  color: inherit;
}


/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.site-header>div {
  z-index: 9999;
}

.mega_menu_company {
  position: absolute;
  z-index: 9997;
  width: calc(100% - 2px);
  left: 0;
  right: 0;
  height: 50vh;
  bottom: calc(-50vh - 2px);
  /*-transform: translate(0, calc(-50vh - 120px - 10px));-*/
  display: none;
}

.mega_menu_company.is-hover {
  /*-transform: translate(0, 0);-*/
  transition: 0.5s;
  display: flex;
}

.mega_menu_company>li {
  width: calc(100% / 3);
  position: relative;
}

.mega_menu_company>li>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.mega_menu_company>li>a {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: 99;
}

.mega_menu_company>li>p {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}

.mega_menu_company>li:first-child {
  background: #000;
  color: #fff;
  width: calc(100% / 3);
  margin: 0;
}

.mega_menu_news {
  position: absolute;
  z-index: 9997;
  max-width: 350px;
  width: 100%;
  right: 0;
  height: 50vh;
  bottom: calc(-50vh - 2px);
  display: none;
  background: #fff;
  flex-direction: column;
  border-radius: 5px;
  padding: 1em;
}

.mega_menu_news.is-hover {
  /*-transform: translate(0, 0);-*/
  transition: 0.5s;
  display: flex;
}

.mega_menu_news>li {
  padding: 0.5em 0.25em;
  padding-right: 2em;
  border-bottom: dotted 1px #ccc;
  position: relative;
}

.mega_menu.open[data-name="news"] {
  background: #535353 !important;
  color: #fff;
}

.site-header_contact:hover {
  background: #535353 !important;
  color: #fff;
}

.mega_menu_news>li>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.mega_menu_news>li>.date {
  font-size: 12px;
}

.mega_menu_news>li>.title {
  font-size: 14px;
}

.mega_menu_news>li>span.icon {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.8em;
}


.main-navigation li {}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul#main_menu {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

h2.normal {
  text-align: center;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.25em;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  position: relative;
}

h2.normal::after {
  content: "";
  height: 2px;
  background: #000;
  width: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.site_width {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 4px);
  margin: 2px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  z-index: 9998;
  filter: drop-shadow(1px 4px 2px #00000080);
}

.site-header>.site-header_main,
.site-header>.site-header_news,
.site-header>.site-header_contact,
.site-header>.site-header_Language {
  background: #fff;
  margin: 1px;
  border-radius: 3px;
  height: 100%;
}

.site-header>.site-header_main {
  display: flex;
  align-items: center;
  width: calc(100% - 120px * 3 - 3px);
}

.site-header>.site-header_main>h1.logo>a {
  display: flex;
  align-items: center;
}

.site-header>.site-header_news,
.site-header>.site-header_contact,
.site-header>.site-header_Language {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}

.site-header>.site-header_news,
.site-header>.site-header_contact,
.site-header>.site-header_Language {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.site-header>.site-header_main>h1.logo {
  max-width: 250px;
  margin: 0 1em;
}

.site-header>.site-header_main>nav#site-navigation {
  max-width: calc(100% - 250px - 1em * 2);
  height: 100%;
  display: flex;
  align-items: center;
}

ul.nav-menu {
  height: 100%;
}

.main-navigation>ul#main_menu>li>a {
  font-size: 14px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-navigation>ul#main_menu>li {
  margin-left: 1em;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-navigation>ul#main_menu>li>a::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, calc(-50% + 0.7em));
  background: #535353;
  left: 0;
  right: 0;
  margin: auto;
}

.main-navigation>ul#main_menu>li>a:hover::after {
  transition: 0.5s;
  width: 100%;
}

.site-header>.site-header_news>i,
.site-header>.site-header_contact>i,
.site-header>.site-header_Language>i {
  font-size: 1.5em;
}

.site-header>.site-header_news,
.site-header>.site-header_contact,
.site-header>.site-header_Language {
  text-decoration: none;
  position: relative;
}

.site-header>.site-header_news>a,
.site-header>.site-header_contact>a,
.site-header>.site-header_Language>a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

section#fv {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
}

#contents {
  background: #fff;
  margin-top: 100vh;
  padding-top: 100px;
}

.hover_bg.is-hover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0009;
  z-index: 9997;
}

.mega_menu_company>li {
  transition: 0.5s;
}

.mega_menu_company>li:hover:after {
  content: "";
  width: calc(100% - 5em);
  height: calc(100% - 5em);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
  border: solid 1px #fff;
}

footer {
  background: #535353;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 0 0.5em;
  width: 100%;
  z-index: 1;
  position: relative;
}

footer>ul {
  display: flex;
  justify-content: center;
  margin: 1em 0;
  z-index: 999;
  position: relative;
}

footer>ul>li {
  margin-right: 1em;
}

footer>ul>li:last-child {
  margin-right: 0;
}

footer>ul>li>a {
  text-decoration: none;
}

.site-info {
  font-size: 10px;
}

#page {
  padding-top: calc(120px + 1em);
}

/*--FV--*/

/*--single--*/

h2.title {
  font-size: 1.2em;
  font-weight: 600;
  padding: 8px 16px;
  border-bottom: dotted 1px #000;
  letter-spacing: 0;
  margin: auto;
  text-align: left;
}

h2.title::after {
  display: none;
}

body.single article {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 8em;
}

body.single .entry-content .date {
  padding: 8px 16px;
  text-align: right;
  font-size: 12px;
}

body.single .entry-content .txt {
  padding: 0 16px;
}

/*--archive-case--*/

body.archive>div#page {
  background: #ededed;
}

ul#case_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}

ul#case_list>li {
  width: calc((100% - 5px * 3) / 4);
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.5s;
  aspect-ratio: 1;
  background: #000;
}

ul#case_list>li:nth-child(4n) {
  margin-right: 0;
}

ul#case_list>li>.inner>.title {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  opacity: 0;
}

ul#case_list>li>.inner>.img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: 0.5s;
}

ul#case_list>li>.inner>.img>img {
  width: auto;
  max-width: 100%;
  object-position: center;
  text-align: center;
}

ul#case_list>li:hover>.inner>.img {
  filter: brightness(0.3) blur(5px);
}

ul#case_list>li:hover>.inner>.title {
  opacity: 1;
}

span.linr_t {
  position: absolute;
  background: #fff;
  width: 0;
  height: 2px;
  top: 3em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: 0.5s;
}

span.linr_r {
  position: absolute;
  background: #fff;
  width: 2px;
  height: 0;
  top: 3em;
  left: auto;
  right: 3em;
  margin: auto;
  z-index: 10;
  transition: 0.5s;
}

span.linr_b {
  position: absolute;
  background: #fff;
  width: 0;
  height: 2px;
  bottom: 3em;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  transition: 0.5s;
}

span.linr_l {
  position: absolute;
  background: #fff;
  width: 2px;
  height: 0;
  top: 3em;
  left: 3em;
  right: auto;
  margin: auto;
  z-index: 10;
  transition: 0.5s;
}

ul#case_list>li:hover>span.linr_t {
  width: calc(100% - 6em);
}

ul#case_list>li:hover>span.linr_r {
  height: calc(100% - 6em);
}

ul#case_list>li:hover>span.linr_b {
  width: calc(100% - 6em);
}

ul#case_list>li:hover>span.linr_l {
  height: calc(100% - 6em);
}

ul#case_list>li>.inner>a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

/*--archive-case--*/

.site_img {
  display: flex;
  justify-content: center;
  margin: 3em 0 0;
}

.site_img>.pc {
  max-width: 552px;
  margin: auto;
  position: relative;
  margin-right: 30px;
}

.site_img>.sp {
  max-width: 212px;
  margin: auto;
  position: relative;
  margin-left: 30px;
}

img.Candidates {
  z-index: 0;
  position: relative;
  display: block;
}

.case_img {
  position: absolute;
  top: 0;
  z-index: 1;
}

.site_img>.pc>.case_img {
  top: 22px;
  max-width: 502px;
  margin: auto;
  left: 0;
  right: 0;
  overflow: auto;
  aspect-ratio: 16/9;
}

.site_img>.sp>.case_img {
  top: 12px;
  max-width: 184px;
  margin: auto;
  left: 0;
  right: 0;
  overflow: auto;
  border-radius: 15px;
  padding-top: 15px;
  aspect-ratio: 9/19;
  background: #161711;
}

.site_img>.sp::after {
  content: "";
  width: 100px;
  height: 14px;
  background: #161711;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0 0 10px 10px;
  z-index: 3;
}

.site_img>.sp>.case_img::-webkit-scrollbar {
  display: none;
}

.site_img>.pc>.case_img::-webkit-scrollbar {
  width: 5px;
}

.site_img>.pc>.case_img::-webkit-scrollbar-track {
  background-color: #ccc;
}

.site_img>.pc>.case_img::-webkit-scrollbar-thumb {
  background-color: #535353;
  border-radius: 20px;
}

.site_img>.pc>.case_img>img {
  filter: brightness(0.5);
}

h2.title i {
  font-size: 0.8em;
  vertical-align: baseline;
  margin-left: 0.25em;
}

.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.site_img>.pc>.case_img.scroll>img {
  filter: brightness(1);
}

.scrolldown1.scroll {
  display: none;
}

.fv_txt_area {
  position: absolute;
  top: calc(100vh - 200px - 5em);
  right: 5em;
  background: #0000005c;
  color: #fff;
  height: 200px;
  padding: 2em;
  box-sizing: border-box;
  border-radius: 4px;
}

.fv_txt.num1 {
  font-size: 1.5em;
}

.fv_txt.num2 {
  margin: 0.5em 0 0;
}

/** front-page **/

section+section {
  margin-top: 150px;
  padding-top: 50px;
}

section:nth-of-type(1) {
  margin-top: 0;
}

section#top_contact {
  margin-top: 0;
}

section:last-child {
  padding-bottom: 200px;
}

section>.inner {
  width: 95%;
  max-width: 1700px;
  margin: auto;
}

section#important_notice {
  background: #ededed;
  padding: 1em 0;
}

section#important_notice>.inner {
  width: 95%;
  max-width: 1200px;
  margin: auto;
  padding: 1.5em;
  padding-left: 7em;
  position: relative;
  background: #fff;
}

section#important_notice i.fa-solid.fa-bullhorn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.5em;
  left: 1.5em;
  background: #737373;
  width: 2em;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
}

section#top_about {
  position: relative;
  margin-top: 0;
}

section#top_about>.inner {
  position: relative;
  padding: 17em 0 6em;
  max-width: 1500px;
}

section#top_about>.inner>.img {
  width: 50%;
  max-width: 600px;
  margin: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}

section#top_about>.inner>.img>video {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

section#top_about>.inner>.box {
  width: 80%;
  max-width: 1000px;
  background: #ededed87;
  margin: auto;
  margin-left: 0;
  padding: 3em 2em 5em;
  z-index: 1;
  position: relative;
}

section#top_about>.inner>.box>.catch {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

section#top_about>.inner>.box>.txt {
  font-size: 1.2em;
  font-weight: 700;
}

h2 {
  margin-bottom: 1em;
}

section h2 {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px;
  padding-bottom: 1em;
  margin-bottom: 6em;
}

section h2>span.jp {
  font-size: 26px;
  line-height: 1;
  margin: .5em;
}

section h2>span.en {
  font-size: 80px;
  line-height: 1;
}

@media screen and (max-width: 767px) {

  section h2>span.en {
    font-size: 40px;
  }

  section h2>span.jp {
    font-size: 18px;
  }

  section h2 {
    margin-bottom: 2em;
  }

}

h3 {
  font-weight: 700;
}

ul.ul_box {
  display: flex;
  flex-wrap: wrap;
}

ul.ul_box>li>img {
  aspect-ratio: 4/3;
  object-fit: cover;
}

ul.ul_box>li {
  position: relative;
  margin-bottom: 20px;
}

ul.ul_box>li>.txt,
ul.ul_box li>.txt {
  background: #fff;
  width: 95%;
  margin: auto;
  padding: 2em;
  margin-top: -5em;
  z-index: 100;
  position: relative;
}

.box_2>li {
  width: calc(50% - 20px);
  margin-right: 20px;
}

.box_2>li:nth-of-type(2n) {
  margin-right: 0;
}

.box_3>li {
  width: calc((100% / 3) - 20px);
  margin-right: 20px;
}

.box_3>li:nth-of-type(3n) {
  margin-right: 0;
}

section#production_achievements {
  padding-bottom: 50px;
}

section#production_achievements li.case_item {
  width: calc((100% - 5px * 3) / 4);
}

section#production_achievements li.case_item:nth-child(3n) {
  margin-right: 5px;
}

section#production_achievements li.case_item:nth-child(4n) {
  margin-right: 0;
}

a.more {
  display: block;
  width: fit-content;
  margin: 50px auto 0;
  border: solid 1px #000;
  border-radius: 60px;
  padding: 1em 5em;
  text-decoration: none;
  font-family: "Comfortaa", sans-serif;
  line-height: 1;
  transition: 0.5s;
}

a.more:hover {
  padding: 1em 8em;
}

ul.news_list {
  display: flex;
  flex-direction: column;
}

ul.news_list>li {
  padding: 1em;
  border-bottom: dotted 1px #ccc;
  position: relative;
}


section#top_blog ul.news_list>li {
  padding: 1em;
  border-bottom: dotted 1px #ccc;
  position: relative;
  display: grid;
  grid-template-columns: max-content;
  grid-template-rows: min-content;
  gap: .5em;
}

section#top_blog ul.news_list>li>img {
  grid-row: span 2 / span 2;
  height: 7em;
  object-fit: contain;
}

section#top_blog ul.news_list>li>.date {
  grid-column: span 3 / span 3;
  margin: auto 0;
  margin-bottom: 0;
}

section#top_blog ul.news_list>li>.title {
  grid-column: span 3 / span 3;
  grid-column-start: 2;
  grid-row-start: 2;
  margin: auto 0;
  margin-top: 0;
}

ul.news_list>li>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

ul.news_list>li:last-child {
  /*-border-bottom: none;-*/
}

main section#top_contact {
  text-align: center;
  background-image: url(./img/2492359.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
  padding: 50px 0;
  margin-bottom: 2em;
}

footer#colophon section#top_contact {
  background-image: url(./img/22190783.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 4em;
}

section#top_contact h2 {
  font-size: 1.8em;
}

section#top_contact::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #00000057;
  z-index: 1;
}

section#top_contact>.inner {
  z-index: 2;
  position: relative;
}

section#top_contact h2 {
  margin-bottom: 0.5em;
}

section#top_contact>.inner>.txt {
  margin-bottom: 2em;
}

a.contact_btn {
  border: solid 1px #fff;
  border-radius: 2em;
  line-height: 1;
  text-wrap: nowrap;
  padding: 1em 3em;
  display: block;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  position: relative;
  transition: 0.5s;
}

a.contact_btn:hover {
  backdrop-filter: blur(2px);
  transform: scale(1.05);
}

a.contact_btn>i.fa-regular.fa-envelope {
  margin-left: 0.25em;
}

ul.plan_list {
  display: flex;
  flex-wrap: wrap;
}

ul.plan_list>li {
  width: calc((100% / 4) - 10px);
  margin-right: 10px;
}

ul.plan_list>li:last-child {
  margin-right: 0;
}

ul.plan_list>li>.box {
  height: 75%;
}

ul.plan_list>li>.box>.inner {
  border: 1px solid #ddd;
  border-radius: 5em;
  padding: 3em 1.5em 4em;
  background: #ffffff;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#f2f2f2));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
  -webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
    0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
    0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
  height: 100%;
}

ul.plan_list>li>.box>.inner>h3 {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 1em;
  font-weight: 700;
}

ul.plan_list>li>.box>.inner>.txt {
  font-size: 0.9em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  min-height: 24%;
}

ul.plan_list>li>.box>.inner>.txt {
  font-size: 0.9em;
  margin-bottom: 1em;
  line-height: 1.5;
}

ul.plan_list>li>.box>.inner>i {
  font-size: 4em;
  display: block;
  text-align: center;
  margin: 0.5em auto;
}

ul.plan_list>li>.box>.inner>.price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

ul.plan_list>li>.box>.inner>.price>span.price {
  font-family: "Comfortaa", sans-serif;
  font-weight: 700;
  font-size: 2em;
}

ul.plan_list>li>.box>.inner>.price>span.unit {
  margin-left: 0.25em;
}

ul.point_list {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-bottom: 1em;
  width: calc(100% - 2em);
}

ul.point_list>li {
  margin-bottom: 0.5em;
  font-size: 0.9em;
  text-indent: -1em;
}

ul.point_list.clip>li::before {
  content: "\f0c6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

ul.point_list.check_mark>li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #e91e63;
}

.gradation_btn {
  width: fit-content;
  margin: auto;
}

.gradation_btn {
  display: block;
  text-align: center;
  text-decoration: none;
  background: rgb(184, 196, 255);
  background: linear-gradient(90deg,
      rgba(184, 196, 255, 1) 0%,
      rgba(255, 146, 168, 1) 100%);
  color: #fff;
  padding: 0.5em 3em;
  position: relative;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.gradation_btn>span {
  position: relative;
  color: #fff;
}

.gradation_btn::before {
  background: linear-gradient(to right,
      rgba(255, 146, 168, 1),
      rgba(184, 196, 255, 1));
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-out;
  width: 100%;
}

.gradation_btn:hover::before {
  opacity: 0;
}

input[type="submit"].gradation_btn:hover {
  opacity: 0.7;
}

.d_none {
  display: none !important;
}

ul.plan_list>li>.txt {
  margin: 3em 1em 0;
}

ul.plan_list>li>.txt>p {
  margin-bottom: 1em;
}

/** bread_crumb **/

.bread_crumb {
  width: calc(100% - 10px);
  margin: auto;
  backdrop-filter: blur(10px);
  padding: 0.25em 1em;
  border-radius: 3px;
}

.bread_crumb>ul {
  display: flex;
}

.bread_crumb>ul>li {
  padding-right: 2em;
  position: relative;
}

.bread_crumb>ul>li::after {
  content: "＞";
  position: absolute;
  right: 0.5em;
}

.bread_crumb>ul>li:last-child::after {
  display: none;
}

.bread_crumb>ul>li:last-child {
  padding-right: 0;
}

.bread_crumb>ul>li,
.bread_crumb>ul>li>a {
  font-size: 0.9em;
}

/** page **/

.entry-header {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bgimg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 0;
}

.bgimg img {
  height: 500px;
  object-fit: cover;
  object-position: bottom;
}

#page_contents {
  z-index: 1;
  position: relative;
}

#page_contents .entry-content {
  /*-background: #f1f1f1;-*/
  padding: 0 0 100px;
}

#page_contents .entry-content>section, main#primary>section {
  max-width: 1500px;
  margin: auto;
  padding: 0 0 150px;
  max-width: 1700px;
}

#page_contents .entry-content>section {
  background: #ffffffe0;
}

main#primary>section {}

#page_contents h1 {
  font-weight: 700;
  letter-spacing: 0.06em;
}

#page_contents h2 {
  font-weight: 400;
  font-size: 1.8em;
  margin-bottom: 2em;
}

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

section#information .left,
section#information .right {
  width: calc(50% - 3em);
}

ul.title_txt>li {
  display: flex;
  margin-bottom: 2em;
}

ul.title_txt>li>.title {
  font-weight: 700;
  width: 30%;
}

ul.title_txt>li>.txt {
  width: 70%;
}

ul.title_txt>li>.txt>span.now {
  font-size: 85%;
}

a.external {
  display: block;
  text-decoration: none;
  position: relative;
}

a.external::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
}

ul.title_txt>li>.txt>span.comoji {
  font-size: 80%;
}

.i_frame {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.i_frame iframe,
.i_frame object,
.i_frame embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company_data_file {
  max-width: 700px;
  margin: auto;
}

ul.title_txt>li>.txt>img {
  height: 1em;
  object-fit: contain;
  display: inline-block;
  width: fit-content;
  transform: translate(0px, 2px);
}

ul.num_indent>li {
  text-indent: -2em;
  padding-left: 2em;
}

/** contact **/

ul.contact_list>li {
  margin-bottom: 1em;
}

ul.contact_list>li>.title {
  margin-bottom: 0.5em;
}

ul.contact_list>li>.input input[type="text"] {
  max-width: 300px;
  width: 95%;
}

ul.contact_list>li>.input input[type="text"]:focus,
ul.contact_list>li>.input select:focus,
ul.contact_list>li>.input>textarea:focus {
  outline: solid 2px #b8c4ff;
}

ul.contact_list>li>.input select {
  border-radius: 3px;
  padding: 3px;
  width: 100%;
}

ul.contact_list>li>.input>textarea {
  max-width: 500px;
  width: 95%;
}

ul.contact_list>li>.title>span.must {
  line-height: 1;
  font-size: 75%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eb8680;
  color: #fff;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  margin-left: 0.5em;
}

input[type="submit"] {
  margin: 0;
  border: none;
}

section#contact_page .gradation_btn {
  margin: 0;
}

.mw_wp_form_preview ul.contact_list>li>.title {
  font-weight: 700;
}

section#contact_completion h2 {
  text-align: center;
  font-size: 1.2rem !important;
}

ul.faq_list {
  width: 75%;
  margin-left: auto;
}

ul.faq_list>li {
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #B4B4B4;
  font-size: 26px;
  padding: 2em;
  padding-bottom: 1em;
  cursor: pointer;
}

ul.faq_list>li>.a_area {
  opacity: 0;
  height: 0;
}

ul.faq_list>li>.q_area {
  padding-bottom: 1em;
  padding-left: 3em;
  position: relative;
}

ul.faq_list>li>.q_area::after {
  content: "";
  height: 2px;
  width: 1.5em;
  position: absolute;
  background: #1A1A1A;
  left: 0;
  top: 50%;
  transform: translate(0, calc(-50% - .5em));
}

ul.faq_list>li>.q_area::before {
  content: "";
  height: 1.5em;
  width: 2px;
  position: absolute;
  background: #1A1A1A;
  left: 0.7em;
  top: 50%;
  transform: translate(0, calc(-50% - .5em));
}

ul.faq_list>li.open>.a_area {
  padding-bottom: 1em;
  opacity: 1;
  height: auto;
}

ul.faq_list>li.open>.q_area::before {
  display: none;
}

@media screen and (max-width: 767px) {

  ul.faq_list>li {
    font-size: 16px;
    padding: 1.5em 1em;
    padding-bottom: 0;
  }

  ul.faq_list {
    width: 100%;
  }

  ul.faq_list>li>.q_area {
    padding-left: 2em;
  }

  ul.faq_list>li.open>.a_area {
    padding-bottom: 1.5em;
  }

  ul.faq_list>li>.q_area::before {
    height: 1.2em;
    left: 0.55em;
  }

  ul.faq_list>li>.q_area::after {
    width: 1.2em;
  }

}

#page_contents .entry-content>section#about_page {
  position: relative;
  margin-top: 50vh;
  padding-top: 5em;
}

section#about_page .box+.box {
  margin-top: 10em;
}

section#about_page .box>ul.txt>li {
  padding: 2em 1em;
  border-bottom: dotted 1px #ccc;
}

section#about_page .box>ul.txt>li:nth-child(1) {
  padding-top: 0;
}

section#about_page .box>ul.txt>li:last-child {
  border-bottom: none;
}

section#about_page .box>.txt>.strng {
  font-weight: 700;
  font-size: 120%;
}

@media screen and (max-width: 767px) {

  #page_contents .entry-content>section#about_page {
    margin-top: 30vh;
    padding-top: 1em;
  }

  section#about_page .box+.box {
    margin-top: 5em;
  }

}

h2.shadow {
  position: relative;
}

h2.shadow>span.entity {
  font-size: inherit;
  position: relative;
  z-index: 1;
}

h2.shadow>span.shadow {
  font-size: inherit;
  color: #ebe7e7;
  opacity: 1;
  transform: translate(0.25em, 0.1em) rotateX(45deg) skewX(-40deg);
  position: absolute;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .site_img>.pc {
    max-width: calc((552px / 2) + (552 - (552 / 2)) * (100vw - 375px) / (1200 - 375));
    margin-right: calc((30px / 2) + (30 - (30 / 2)) * (100vw - 375px) / (1200 - 375));
  }

  .site_img>.sp {
    max-width: calc((212px / 2) + (212 - (212 / 2)) * (100vw - 375px) / (1200 - 375));
    margin-left: calc((30px / 2) + (30 - (30 / 2)) * (100vw - 375px) / (1200 - 375));
  }

  .site_img>.pc>.case_img {
    top: calc((22px / 2) + (22 - (22 / 2)) * (100vw - 375px) / (1200 - 375));
    max-width: calc((502px / 2) + (502 - (502 / 2)) * (100vw - 375px) / (1200 - 375));
  }

  .site_img>.sp>.case_img {
    top: calc((12px / 2) + (12 - (12 / 2)) * (100vw - 375px) / (1200 - 375));
    max-width: calc((184px / 2) + (184 - (184 / 2)) * (100vw - 375px) / (1200 - 375));
    border-radius: calc((15px / 2) + (15 - (15 / 2)) * (100vw - 375px) / (1200 - 375));
    padding-top: calc((15px / 2) + (15 - (15 / 2)) * (100vw - 375px) / (1200 - 375));
  }

  .site_img>.sp::after {
    width: calc((100px / 2) + (100 - (100 / 2)) * (100vw - 375px) / (1200 - 375));
    height: calc((14px / 2) + (14 - (14 / 2)) * (100vw - 375px) / (1200 - 375));
    top: calc((12px / 2) + (12 - (12 / 2)) * (100vw - 375px) / (1200 - 375));
    border-radius: 0 0 calc((10px / 2) + (10 - (10 / 2)) * (100vw - 375px) / (1200 - 375)) calc((10px / 2) + (10 - (10 / 2)) * (100vw - 375px) / (1200 - 375));
  }
}

@media screen and (max-width: 500px) {
  .site_img {
    flex-direction: column;
  }

  .site_img>.pc {
    margin: auto;
    width: 300px;
    max-width: none;
  }

  .site_img>.pc>.case_img {
    top: 12px;
    max-width: none;
    width: 274px;
    height: 154px;
  }

  .site_img>.sp {
    margin: auto;
    margin-top: 2em;
    width: 200px;
    max-width: none;
  }

  .site_img>.sp>.case_img {
    width: 175px;
    max-width: none;
    top: 12px;
    border-radius: 21px;
    height: 370px;
  }

  .site_img>.sp::after {
    width: 80px;
    height: 10px;
  }
}

/*--スマホのcss--*/
@media screen and (max-width: 767px) {
  .is_pc {
    display: none !important;
  }

  h2.normal {
    font-size: 20px;
  }

  #page {
    padding-top: calc(60px + 1em);
  }

  .site-main {
    width: 100%;
    margin: auto;
    overflow: hidden;
  }

  .site-header {
    height: 60px;
  }

  .site-header>.site-header_contact {
    width: 4em;
  }

  .site-header>.site-header_main {
    width: calc(100% - 3px);
  }

  .site-header>.site-header_main>h1.logo>a>img {
    max-width: 180px;
  }

  .site-header>.site-header_main>nav#site-navigation>ul {
    width: calc(100% - 3px);
    position: fixed;
    top: calc(60px - 3px);
    left: 0;
    right: 0;
    margin: auto;
    background: #ededed;
    display: none;
    flex-direction: column;
    height: auto;
    border-radius: 0 0 3px 3px;
  }

  nav#site-navigation.toggled>ul#main_menu {
    display: flex;
  }

  .main-navigation>ul#main_menu>li {
    width: 100%;
    margin: auto;
  }

  .main-navigation>ul#main_menu>li>a {
    text-align: center;
    width: 100%;
    display: block;
    padding: 1em 0;
  }

  button.menu-toggle {
    background: transparent;
    border: none;
    padding: 0;
  }

  .main-navigation>.btn {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 1em;
    position: absolute;
    top: 0;
    bottom: 0;
  }

  .main-navigation>.btn.menu {
    right: 0.5em;
  }

  .main-navigation>.btn.contact {
    right: calc(1em + 0.5em + 1em + 0.5em);
  }

  .main-navigation>.btn.site-header_Language {
    right: calc(1em + 0.5em + 1em + 0.5em + 1em + 0.5em + 0.5em);
  }

  .main-navigation>.btn i {
    font-size: 1.5em;
  }

  .main-navigation>.btn>a,
  .main-navigation>.btn>button {
    display: flex;
    align-items: center;
  }

  section#fv li.slick-slide>img {
    height: 70vh;
    object-fit: cover;
  }

  #contents {
    margin-top: calc(70vh - (60px + 1em));
    padding-top: 50px;
  }

  #page #contents {
    margin-top: calc(90vh - (60px + 1em));
  }

  .main-navigation>ul#main_menu>li>a::after {
    display: none;
  }

  footer>ul {
    flex-wrap: wrap;
  }

  footer>ul>li,
  footer>ul>li:last-child {
    margin: auto;
    margin: 0 0.5em;
  }

  ul#case_list>li {
    width: calc((100% - 5px) / 2);
  }

  ul#case_list>li:nth-child(3n) {
    margin-right: 5px;
  }

  ul#case_list>li:nth-child(2n) {
    margin-right: 0;
  }

  span.linr_t,
  span.linr_r,
  span.linr_b,
  span.linr_l {
    display: none;
  }

  ul#case_list>li>.inner>.img {
    filter: brightness(0.3);
  }

  ul#case_list>li>.inner>.title {
    opacity: 1;
    font-size: 14px;
  }

  /** front-page **/

  .fv_txt_area {
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    width: 95%;
    margin: auto;
    border-radius: 5px 5px 0 0;
    padding: 1em;
    height: auto;
  }

  .fv_txt.num1 {
    font-size: 1.2rem;
  }

  section#top_about>.inner {
    padding: 0;
    width: 100%;
  }

  section#important_notice>.inner {
    padding: 1em;
    overflow: hidden;
  }

  section#important_notice i.fa-solid.fa-bullhorn {
    opacity: 0.1;
    font-size: 5em;
    left: -2rem;
    right: auto;
    bottom: -2rem;
    top: auto;
    transform: translate(0, 0);
  }

  section#important_notice>.inner>br {
    display: none;
  }

  section#top_about>.inner>.box {
    width: 100%;
    top: 0;
    background: #ededed5e;
    position: relative;
    right: 0;
    padding: 3em 1em 5em;
  }

  section#top_about>.inner>.img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
  }

  section#top_about>.inner>.box>.catch {
    font-size: 1.5rem;
  }

  section#top_about>.inner>.box>.txt {
    font-size: 1rem;
  }

  ul.ul_box>li>.txt,
  ul.ul_box li>.txt {
    padding: 1em;
    margin-top: -2em;
  }

  section+section {
    margin-top: 75px;
    padding-top: 25px;
  }

  .box_2>li {
    width: 100%;
    margin: auto;
  }

  .box_3 li {
    margin: 0 10px;
  }

  section#production_achievements li.case_item {
    width: calc((100% - 5px) / 2);
  }

  section#production_achievements li.case_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  section#top_contact h2 {
    font-size: 1.5rem;
  }

  .site-info {
    padding: 0 1em;
  }

  footer>ul>li>a {
    font-size: 12px;
  }

  a.contact_btn,
  a.more {
    padding: 1.5em 3em;
    border-radius: 3em;
  }

  .gradation_btn>a {
    padding: 1em 3em;
  }

  ul.plan_list>div>div>li {
    width: calc((100% / 3) - 2em);
    margin: 0 1em;
  }

  ul.plan_list>div>div>li>.box>.inner {
    border: 1px solid #ddd;
    border-radius: 5em;
    padding: 4em 2em;
    background: #ffffff;
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        from(#ffffff),
        to(#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
    -webkit-box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
      0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.2), 3px 3px 5px white,
      0 10px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 5px rgba(0, 0, 0, 0.1);
    min-height: 550px;
  }

  ul.plan_list>div>div>li>.box>.inner>h3 {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
    font-weight: 700;
  }

  ul.plan_list>div>div>li>.box>.inner>.txt {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  ul.plan_list>div>div>li>.box>.inner>.txt {
    font-size: 0.9em;
    margin-bottom: 1em;
    line-height: 1.5;
  }

  ul.plan_list>div>div>li>.box>.inner>i {
    font-size: 4em;
    display: block;
    text-align: center;
    margin: 0.5em auto;
  }

  ul.plan_list>div>div>li>.box>.inner>.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  ul.plan_list>div>div>li>.box>.inner>.price>span.price {
    font-family: "Comfortaa", sans-serif;
    font-weight: 700;
    font-size: 2em;
  }

  ul.plan_list>div>div>li>.box>.inner>.price>span.unit {
    margin-left: 0.25em;
  }

  ul.plan_list>div>div>li>.txt {
    margin: 3em 1em 0;
  }

  ul.plan_list>div>div>li>.txt>p {
    margin-bottom: 1em;
  }

  ul.plan_list>.slick-list {
    padding-top: 1em !important;
  }

  section#rate_plans>.inner {
    width: 100%;
  }

  main section#top_contact {
    background-attachment: unset;
    background-position: center;
  }

  footer#colophon section#top_contact {
    background-attachment: unset;
    background-position: center;
    background-size: cover;
  }

  section#rate_plans h2 {
    padding-left: 0.5em;
  }

  /** bread_crumb **/

  /** page **/

  .entry-header {
    height: 100px;
  }

  #page_contents .entry-content>section {
    width: 98%;
    padding: 25px 0 50px;
  }

  #page_contents h2 {
    margin-bottom: 1em;
  }

  .flex_box {
    flex-direction: column;
  }

  section#information .left,
  section#information .right {
    width: 100%;
  }

}

.bottom_link {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

ul.tile_3x3 {
  display: flex;
  flex-wrap: wrap;
}

ul.tile_3x3>li {
  width: calc((100% - 40px * 2) / 3);
  border: solid 1px #eee;
  margin-bottom: 80px;
  padding: 3em 2em;
}

ul.tile_3x3>li:not(:nth-child(3n)) {
  margin-right: 40px;
}

ul.tile_3x3>li>i {
  font-size: 60px;
  margin: auto;
  display: block;
  text-align: center;
}

ul.tile_3x3>li>h3 {
  text-align: center;
  font-size: 1.2em;
  margin: 1em auto;
}

ul.tile_3x3>li>a {
  border: solid 1px #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 1;
  padding: 0.8em 2em;
  width: fit-content;
  margin: 2em auto 0;
  transition: 0.5s;
}

ul.tile_3x3>li>a>i {
  margin-left: 0.5em;
  transform: translate(0, 1px);
}

ul.tile_3x3>li>a:hover {
  background: #333;
  color: #fff;
}

/*-ul.tile_3x3>li:nth-child(1)>i {
    color: #ffb000e6;
}-*/

ul.tile_3x3>li:nth-child(1)>i {
  color: #418aff;
}

ul.tile_3x3>li:nth-child(2)>i {
  color: #1a990fc2;
}

ul.tile_3x3>li:nth-child(3)>i {
  color: #120f99c2;
}

/*-ul.tile_3x3>li:nth-child(5)>i {
    color: #0f8499c2;
}-*/

ul.tile_3x3>li:nth-child(4)>i {
  color: #ffb000e6;
}

ul.tile_3x3>li:nth-child(5)>i {
  color: #ffb3e8c2;
}

@media screen and (max-width: 767px) {
  ul.tile_3x3>li {
    width: calc((100% - 10px) / 2);
    padding: 2em 1em;
    margin-bottom: 10px;
  }

  ul.tile_3x3>li:not(:nth-child(3n)) {
    margin: 0;
    margin-bottom: 10px;
  }

  ul.tile_3x3>li:not(:nth-child(2n)) {
    margin-right: 10px;
  }

}

/*--PCのcss--*/
@media screen and (min-width: 768px) {
  .is_sp {
    display: none !important;
  }
}

/** contact **/

section#contact_page ul.btn_list {
  display: flex;
  flex-wrap: wrap;
}

section#contact_page ul.btn_list>li {
  width: calc((100% - 1em) / 2);
  text-align: center;
  background: #fff;
  line-height: 1;
  margin-bottom: 1em;
}

section#contact_page ul.btn_list>li:not(:nth-child(2n)) {
  margin-right: 1em;
}

section#contact_page ul.btn_list>li>a {
  display: block;
  padding: 1.5em 0;
  text-decoration: none;
  border: solid 1px;
  border-radius: 3em;
  transition: 0.25s;
}

section#contact_page ul.btn_list>li>a:hover {
  background: #999;
  color: #fff;
}

ul.step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  gap: 2em;
}

ul.step>li>.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: solid 2px #777;
  padding: 1.5em;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 0.9em;
  color: #777;
}

@media screen and (min-width: 768px) {
  ul.step>li {
    min-width: 160px;
  }
}

@media screen and (max-width: 767px) {

  .mw_wp_form.mw_wp_form_input ul.step>li:nth-child(1) {
    min-height: 100px;
    aspect-ratio: 1;
  }

  .mw_wp_form.mw_wp_form_input ul.step>li:not(:nth-child(1)) {
    font-size: 0.5em;
    min-height: 65px;
    aspect-ratio: 1;
  }

  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview ul.step>li:nth-child(2) {
    min-height: 100px;
    aspect-ratio: 1;
  }

  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview ul.step>li:nth-child(1),
  .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview ul.step>li:nth-child(3) {
    font-size: 0.5em;
    min-height: 65px;
    aspect-ratio: 1;
  }

  #contact_completion ul.step>li:nth-child(3) {
    min-height: 100px;
    aspect-ratio: 1;
  }

  #contact_completion ul.step>li:not(:nth-child(3)) {
    font-size: 0.5em;
    min-height: 65px;
    aspect-ratio: 1;
  }

}

ul.step>li:not(:nth-child(3)) {
  position: relative;
}

ul.step>li>.box>i {
  font-size: 2em;
}

ul.step>li:not(:nth-child(3))::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #777;
  position: absolute;
  top: 50%;
  right: -2em;
  font-size: 1rem;
}

.mw_wp_form_input ul.step>li:nth-of-type(1)>.box {
  color: #fff;
  background: #777;
}

.mw_wp_form_preview ul.step>li:nth-of-type(2)>.box {
  color: #fff;
  background: #777;
}

#contact_completion ul.step>li:nth-of-type(3)>.box {
  color: #fff;
  background: #777;
}

section#news_list h2 {
  font-size: inherit;
  margin: auto 0 auto 2em;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

section#news_list ul.news_list>li {
  display: flex;
  justify-content: flex-start;
}

body.post-type-archive-news>div#page {
  background: #fff;
}

section#news_list {
  margin: 3em 0;
}

@media screen and (max-width: 767px) {
  ul.step {
    margin-bottom: 3em;
  }

  ul.step>li>.box {
    padding: 1em;
  }

  ul.step>li>.box>i {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {

  section#contact_page ul.btn_list>li {
    width: 100%;
  }

  section#contact_page ul.btn_list>li:not(:nth-child(2n)) {
    margin-right: 0;
  }

}

section#flow>.inner>.txt {
  font-size: 1.2em;
  line-height: 2;
  margin-bottom: 3em;
}

section#flow>.inner>ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

section#flow>.inner>ul>li>.step {
  font-size: 55px;
}

section#flow>.inner>ul>li>.box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: min-content min-content;
  gap: 2em 3em;
  border: solid 1px #B4B4B4;
  border-radius: 7px;
  padding: 3em 5em;
}

section#flow>.inner>ul>li>.box>img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-height: 500px;
  object-fit: contain;
}

section#flow>.inner>ul>li>.box>h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 38px;
  margin-top: auto;
}

section#flow>.inner>ul>li>.box>.txt {
  grid-column: 2 / 3;
  grid-row: 2/3;
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 767px) {

  section#flow>.inner>ul>li>.step {
    font-size: 30px;
  }

  section#flow>.inner>ul>li>.box {
    padding: 2em 1em;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 1em;
  }

  section#flow>.inner>ul>li>.box>img {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    opacity: 0.3;
  }

  section#flow>.inner>ul>li>.box>h3 {
    font-size: 18px;
  }

  section#flow>.inner>ul>li>.box>.txt {
    font-size: 14px;
    position: relative;
    z-index: 1;
  }

  section#flow>.inner>ul {
    gap: 30px;
  }

}

@media screen and (max-width: 767px) {}

section#details {
  width: 95%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 50px;
}

section#details>ul {
  margin: 5em 0 2em;
}

section#details>ul>li {
  margin: 0 auto 0.8em;
  list-style: circle;
  margin-left: 1.5em;
}

section#details>.catch {
  line-height: 2;
}

section#information_security>.inner>.txt {
  display: flex;
}

section#information_security>.inner>.txt {
  margin-bottom: 2em;
}

section#information_security>.inner>ul>li {
  margin-bottom: 0.5em;
}

section#information_security>.inner>ul {
  margin-bottom: 2em;
}

section#information_security>.inner>img {
  max-width: 200px;
  width: 25%;
  margin: auto;
  margin-right: 0;
}


.penguin_coin {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 150px;
  height: 150px;
  z-index: 999999;
}




@media (hover) {
  .ashirai_penguin {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 999999;
  }

  img.penguin_fukidashi {
    width: 280px;
    padding-bottom: 140px;
    margin-right: 2em;
    opacity: 0;
    transition: .5s;
    transition-delay: .5s;
  }

  img.penguin_fukidashi_top {
    width: 150px;
    padding-bottom: 140px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
  }

  .penguin_coin:hover+img.penguin_fukidashi {
    opacity: 1;
  }


  .penguin_coin:hover+img.penguin_fukidashi_top {
    opacity: 1;
    visibility: visible;
  }

  .ashirai_penguin>a {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
  }
}

@media (hover:none) {
  .ashirai_penguin {
    display: none !important;
  }
}


.case_slide .slide_item {
  aspect-ratio: 1;
  background: #000;
  color: #fff;
  position: relative;
  margin: 0 10px;
}

.case_slide .slide_item>img {
  position: absolute;
  margin: auto;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

@media (hover) {
  .case_slide .slide_item>.title {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: .3s;
  }

  .case_slide .slide_item::before {
    content: "";
    background: #000000a3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: .3s;
  }

  .case_slide .slide_item:hover::before {
    opacity: 1;
  }

  .case_slide .slide_item:hover>.title {
    opacity: 1;
  }
}

@media (hover:none) {
  .case_slide .slide_item>.title {
    background: #000000a3;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: .5em;
  }
}

.case_slide .slide_item>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.case_slide .slide-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.case_slide .prev-arrow {
  border-bottom: 1em solid transparent;
  border-left: 0;
  border-right: 1em solid #aaaaaa;
  border-top: 1em solid transparent;
  left: -1em;
}

.case_slide .next-arrow {
  border-bottom: 1em solid transparent;
  border-left: 1em solid #aaaaaa;
  border-right: 0;
  border-top: 1em solid transparent;
  right: -1em;
}

.case_slide button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

section#record h2 {
  margin: 0;
  font-size: 5em;
  color: #cdcdcd;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}

section#record .box>.txt {
  line-height: 2.5;
  margin: 0 0 3em;
}

section#record .box+.box {
  margin: 5em 0 0;
}

@media screen and (min-width: 768px) {
  #scrollTopBtn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  section#record h2 {
    font-size: 3em;
    color: inherit;
  }

  #scrollTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: none;
    /* 初期状態では非表示 */
    z-index: 1000;
    transition: opacity 0.3s, transform 0.3s;
    line-height: 1;
  }

  #scrollTopBtn:hover {
    background: #555;
  }

  #scrollTopBtn.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
    justify-content: center;
    align-items: center;
  }

}




a.view_more {
  display: flex;
  background: #000000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 30px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: .3em 3em 0.3em 2em;
  position: relative;
  margin: auto;
  overflow: hidden;
  line-height: 2.5;
}

a.view_more>span:nth-child(2) {
  background: #333333;
  display: block;
  position: absolute;
  right: 4px;
  width: 45px;
  height: calc(100% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: 0.25s;
}

a.view_more>svg {
  position: absolute;
  right: 17px;
}

@media (hover: hover) and (pointer: fine) {

  a.view_more:hover>span:nth-child(2) {
    transform: translate(50px, 0);
  }

}

@media screen and (max-width: 767px) {

  a.view_more {
    font-size: 14px;
  }

  a.view_more>span:nth-child(2) {
    width: 2em;
  }

  a.view_more>svg {
    right: 0.7em;
  }

}


ul.num_list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 80%;
  margin: auto;
}

ul.num_list>li {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: max-content max-content 1fr;
  gap: 1.5em;
  font-size: 32px;
}

ul.num_list>li>.num {
  grid-column: 1/3;
  grid-row: 1/2;
  font-size: 45px;
  display: flex;
  align-items: end;
  line-height: 1;
  justify-content: space-between;
  font-family: "Varela", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul.num_list>li>h3 {
  grid-column: 1/2;
  grid-row: 2/3;
}

ul.num_list>li>.txt {
  grid-column: 1/2;
  grid-row: 3/4;
  font-size: 20px;
  line-height: calc(45/20);
}

ul.num_list>li>img {
  grid-column: 2/3;
  grid-row: 2/4;
}

ul.num_list>li>.num>span.line {
  display: block;
  height: 1px;
  background: #B4B4B4;
  width: calc(100% - 1.5em);
  margin-bottom: .25em;
}


@media screen and (max-width: 767px) {

  ul.num_list {
    width: 95%;
  }

  ul.num_list>li>.num {
    font-size: 30px;
  }

  ul.num_list>li>h3 {
    position: relative;
    z-index: 1;
  }

  ul.num_list>li {
    font-size: 20px;
    gap: 1em;
    position: relative;
    grid-template-columns: 1fr;
  }

  ul.num_list>li>.txt {
    font-size: 14px;
    position: relative;
    z-index: 1;
  }

  ul.num_list>li>img {
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    bottom: 0;
    grid-column: auto;
    grid-row: auto;
    width: 70%;
    right: 0;
  }

}



section#business ul.num_list>li {
  grid-template-columns: 1fr 2fr;
}

section#business ul.num_list>li>h3 {
  grid-column: 2/3;
}

section#business ul.num_list>li>.txt {
  grid-column: 2/3;
}

section#business ul.num_list>li>img {
  grid-column: 1/2;
  width: 80%;
  margin: 0 auto;
}

section#business ul.num_list>li>.txt>a.view_more {
  margin-right: 0;
  margin-top: 2em;
  font-size: 20px;
}

@media screen and (max-width: 767px) {

  section#business ul.num_list>li {}

  section#business ul.num_list>li>img {
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    top: 0;
    grid-column: auto;
    grid-row: auto;
    width: 70%;
    right: 0;
    margin-right: 0;
  }

  section#business ul.num_list>li>h3 {
    grid-column: 1 / 3;
  }

  section#business ul.num_list>li>.txt {
    grid-column: 1 / 3;
  }

  section#business ul.num_list>li>.txt>a.view_more {
    font-size: 14px;
    margin-top: 1em;
  }

}


h2 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

#page_contents h1 {
  font-weight: 400;
  letter-spacing: 0;
}

.entry-header {
  height: auto;
  flex-direction: column;
  justify-content: normal;
  align-items: baseline;
  font-size: 65px;
  border-bottom: solid 1px;
}

section#business_contents>.inner {
  position: relative;
}

section>.inner>.title {
  width: 100%;
}

section>.inner>.title>.txt {
  margin: auto;
  line-height: 2;
}

section svg {
  width: unset;
  height: unset;
  position: relative;
}


ul.lr_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3em;
}

ul.lr_list>li {
  display: flex;
  align-items: center;
  width: calc(50% - 3em);
  border: solid 1px #B4B4B4;
  border-radius: 4px;
  padding: 2em 1em;
  position: relative;
  background: #fff;
}

ul.lr_list>li>span.frame {
  max-width: 300px;
  width: 40%;
  margin-right: 5%;
}

ul.lr_list>li>span.frame>img {
  transition: .5s;
}

@media (hover: hover) and (pointer: fine) {

  ul.lr_list>li:hover>span>img.hover_img {
    transform: scale(1.05);
  }

}

ul.lr_list>li>.txt {
  line-height: 2;
  max-width: 55%;
}

ul.lr_list>li:nth-child(odd) {
  margin-right: 0;
}

ul.lr_list>li:nth-child(even) {
  margin-left: 0;
}

ul.lr_list>li::before {
  background-color: #7777773d;
  position: absolute;
  bottom: 1em;
  right: 2em;
  width: 9em;
  height: 1em;
  content: "";
  transform: scale(0, 1);
  transform-origin: left top;
}



ul.lr_list>li::after {
  position: absolute;
  bottom: 1.25em;
  right: -1em;
  width: 4em;
  height: 4em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translate(0, 59%);
  border-top: 1em solid #7777773d;
  border-right: 1em solid #7777773d;
  content: "";
  opacity: 0;
}

@media (hover: hover) and (pointer: fine) {

  ul.lr_list>li:hover::before {
    animation: right_line .5s linear forwards;
  }

}

@keyframes right_line {
  80% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@media (hover: hover) and (pointer: fine) {

  ul.lr_list>li:hover::after {
    animation: right_arrow .5s linear forwards;
  }

}

@keyframes right_arrow {
  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

  ul.lr_list {
    gap: 0;
  }

}

a.link_over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  section#business_contents>.inner>.title {
    position: relative;
    width: 100%;
  }

  ul.lr_list>li {
    width: 100%;
    margin: auto;
    margin-top: 2em;
    flex-direction: column;
  }

  ul.lr_list>li>span.frame {
    max-width: none;
    width: 100%;
    margin: auto;
  }

  ul.lr_list>li>.txt {
    max-width: none;
    margin: auto;
    margin-top: 1em;
    font-size: 14px;
  }

  ul.lr_list>li>.txt>h3 {
    font-size: 1.2em;
  }

  ul.lr_list>li>a.link_over {
    width: 80%;
    border: solid 1px #ccc;
    text-align: center;
    text-decoration: none;
    padding: .5em 0;
    margin-top: 1em;
    border-radius: 3em;
    position: relative;
  }

  @media (hover: hover) and (pointer: fine) {

    ul.lr_list>li:hover::after,
    ul.lr_list>li:hover::before {
      display: none;
    }

  }


}

/*--背景--*/

#contents {}

@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}

@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}

@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}




/*--ABOUT--*/
section#front_about>.inner {
  position: relative;
}

section#front_about>.inner>.img {
  width: 70%;
  max-width: 980px;
  position: absolute;
  right: 0;
  z-index: 0;
  filter: opacity(0.5);
}

section#front_about>.inner>.txt {
  position: relative;
  z-index: 1;
  font-size: 1.3em;
  margin: auto;
  margin-bottom: 3em;
  max-width: 1000px;
}

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

ul.flex_3>li {
  background: #fff;
  width: calc((90% - 2em * 2) / 3);
  position: relative;
  border: solid 1px #B4B4B4;
  border-radius: 5px;
  padding: 2em;
}

ul.flex_3>li>p {
  display: flex;
  font-size: 26px;
  justify-content: flex-end;
  align-items: center;
  gap: .5em;
  margin: .5em 0 0;
}

ul.flex_3>li>p>span:nth-child(2) {
  position: unset;
  background: #000;
  width: 41px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

ul.flex_3>li>p>span:nth-child(2)>svg {
  position: unset;
  width: unset;
  height: unset;
  transition: 0.25s;
}




ul.flex_3>li>img {
  max-width: 400px;
  margin: auto;
  transition: 0.25s;
}

@media (hover: hover) and (pointer: fine) {

  ul.flex_3>li:hover>img {
    transform: scale(1.05);
  }

  ul.flex_3>li:hover svg {
    transform: translate(5px, 0);
  }

}

@media screen and (max-width: 767px) {

  section#front_about>.inner>.img {
    width: 100%;
    top: 10%;
  }

  ul.flex_3 {
    flex-direction: column;
  }

  ul.flex_3>li {
    width: 100%;
    margin: auto;
    margin-bottom: 1em;
  }

  .flex_3 li {
    position: relative;
  }

  .flex_3 li>span {
    font-size: 2em;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 1.2;
    filter: drop-shadow(1px 2px 3px #000000c9);
    right: 0;
  }

  .slick-dots li button:before {
    font-size: 20px;
  }

  .slick-list {
    padding-bottom: 2em;
  }

  section#front_about>.inner>.txt {
    font-size: 16px;
  }

}


section#top_news>.inner, section#news_list>.inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

section#top_news>.inner>h2 {
  width: 15%;
  border: none;
}

section#top_news>.inner>h2>span.en {
  font-size: 65px;
}

ul.news_list {
  width: 75%;
  gap: .8em;
}

ul.news_list>li {
  background: #F4F4F4;
  border: none;
  border-radius: 7px;
  display: flex;
  gap: 1em;
  padding: 2em 4em;
}

section#top_news>.inner+.inner {
  margin-top: 50px;
}


@media screen and (max-width: 767px) {

  section#top_news>.inner, section#news_list>.inner {
    flex-direction: column;
  }

  section#top_news>.inner>h2>span.en {
    font-size: 40px;
  }

  ul.news_list {
    width: 100%;
  }

  ul.news_list>li {
    padding: 1em;
    font-size: 14px;
    flex-direction: column;
    gap: 0;
  }

  footer#colophon section#top_contact {
    padding: 3em 1em;
  }

  footer#colophon section#top_contact {
    position: relative;
  }

  section#top_contact::after {
    background: #0000009e;
  }

  section:last-child {
    padding-bottom: 100px;
  }

}


section#web_page>.inner>.txt {
  font-size: 28px;
  margin: -2em 0 3em;
}

section#web_page {
  margin-top: 100px;
}

section#web_page>.inner>h2>span.en {
  font-size: 65px;
}

section#web_page {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {

  section#web_page {
    margin-top: 50px;
  }

  section#web_page>.inner>h2>span.en {
    font-size: 65px;
  }

  section#web_page>.inner>h2>span.en {
    font-size: 30px;
  }

  section#web_page>.inner>.txt {
    font-size: 16px;
    margin: 0 0 2em;
  }


}




section#company_info, section#company_data {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-template-rows: min-content min-content;
  padding-top: 0 !important;
}

section#company_info h2, section#company_data h2 {
  border: none;
}

section#company_info>table, section#company_data>.company_data_file {
  grid-column: 2/3;
  grid-row: 1/3;
}

section#company_info>table {
  border-collapse: collapse;
}

#page_contents .entry-content>section>.inner>.txt {
  font-size: 24px;
  margin-bottom: 3em;
}

section#company_info>table th {
  font-weight: 400;
  vertical-align: text-top;
  text-align: left;
  width: 25%;
}

section#company_info>table td, section#company_info>table th {
  border-bottom: solid 1px #B4B4B4;
  padding: 1.5em 0;
  font-size: 18px;
}

section#company_info>table td {
  width: 75%;
}

section#company_info>img, section#company_data>img {
  max-height: 340px;
  object-fit: contain;
  object-position: bottom;
  margin: auto 0 0;
}

section#company_info>table td>span>svg {
  height: 0.9em;
  display: inline-block;
}

section#company_data>.company_data_file {
  margin: 0;
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 767px) {

  section#company_info, section#company_data {
    display: flex;
    flex-direction: column;
    width: 90% !important;
    position: relative;
  }

  section#company_info>table, section#company_data>.company_data_file {
    grid-column: 1/2;
  }

  body.page #page_contents h2 {
    font-size: 24px;
  }

  section#company_info>table td, section#company_info>table th {
    font-size: 14px;
  }

  section#company_info>table th {}

  section#company_info>img, section#company_data>img {
    width: 45%;
    opacity: 0.2;
    position: absolute;
    bottom: 5em;
  }

  section#company_data>img {
    display: none;
  }

  #page_contents .entry-content>section>.inner>.txt {
    font-size: 16px;
  }

  #page_contents .entry-content {
    padding-bottom: 0;
  }

}


section#inquiry>.txt {
  margin: 2em 0;
}


footer ul.contact_list>li {
    display: flex;
    text-align: left;
    gap: 1em;
}

footer ul.contact_list {
    max-width: 700px;
    margin: auto;
    width: 95%;
}

footer ul.contact_list>li>.title {
    width: 25%;
}

footer ul.contact_list>li>.input {
    width: calc(75% - 1em);
}

footer button[name="submit"] {
    background: #fff;
    border: none;
    padding: .25em 2em;
    margin: 2em 0 0;
}


body:has(#mw_wp_form_mw-wp-form-1151.mw_wp_form_confirm) footer {
    top: auto !important;
    bottom: 0;
}

body:has(#mw_wp_form_mw-wp-form-1151.mw_wp_form_confirm) ul.step>li:nth-child(2) {
    display: none;
}

body:has(#mw_wp_form_mw-wp-form-1151.mw_wp_form_confirm) section#top_contact {
  display: none;
}

.page {
  min-height: 100vh;        /* 画面の高さぶんは最低確保 */
  display: flex;
  flex-direction: column;   /* 上から下へ積む */
}

.site-main {
  flex: 1;                  /* 余った高さを本文が吸う */
}

section#fv .fv_anime>video {
    width: 100%;
}