@charset "utf-8";

/*
Theme Name: child
Theme URI: http://wordpress.org/themes/child
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*normalize*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
  outline: none;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: none;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}



















/*breadcrumb*/
#breadcrumb {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1340px;
  padding: 0;
}

#breadcrumb ul {
  margin: 0;
  padding: 0;
}

#breadcrumb ul li {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
hx
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/*Layout*/
/* =======================================

layout CSS

========================================== */
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #333333;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 100%;
  font-size: 16px;
  height: 100%;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  padding-top: 0;
  text-align: center;
  width: 100%;
  font-weight: 400;
  padding-top: 90px;
}

@media print {
  body {
    min-width: 1340px;
  }

  header,
  #sp-header {
    display: none;
  }

  header .head-inner {
    height: 0;
  }

  .left-navi {
    display: none;
  }

  #contents {
    padding-top: 0 !important;
  }

  #page-ttl {
    display: none;
  }

  .right-c {
    min-width: 100% !important;
  }

  .sp-view {
    display: none;
  }
}

#wrap {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
  /*	overflow: hidden;*/
  width: 100%;
}

body>#wrap {
  height: auto;
}

a {
  color: #09f;
  cursor: pointer;
  text-decoration: none;
}

a:hover {
  color: #508eba;
  text-decoration: underline;
}

p {
  line-height: 1.8em;
  margin: 0;
  padding: 0;
}

img {
  background-color: transparent;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}

a img {
  backface-visibility: hidden;
  opacity: 1;
  transition: 1s;
}

a:hover img {
  opacity: .5;
  transition: .5s;
}

hr {
  border-bottom-width: 1px;
  border-color: #999;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 0;
  clear: both;
  margin-bottom: 15px;
  margin-top: 15px;
}

hr.dotted {
  border-bottom: 1px dotted #999;
}

hr.none {
  border: none !important;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/* End hide from IE-mac */
/*Float Clear*/
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*List*/
ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
}

ul.pdf {
  padding-left: 0;
}

ul.pdf li {
  background-image: url(image/base/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: 20px;
  list-style-type: none;
  padding-left: 25px;
}

ul.rice li:before {
  content: "※";
  left: 0;
  position: absolute;
}

ul.rice li {
  padding-left: 20px;
  position: relative;
}

ul.rice {
  list-style: none;
  padding-left: 0;
}

/*Link*/
a.other-link {
  background-image: url(image/base/ico_otherpage-link.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  padding-right: 16px;
}

/*Contents(base)*/
#contents {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 290px;
  padding-top: 85px;
  text-align: left;
  width: 100%;
}

p {
  line-height: 1.8em;
  margin-bottom: 15px;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;

}

/*Header*/
header {
  background-color: #fff;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9999;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  transition: .5s;
}

header .head-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  justify-content: space-between;
  margin: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 90px;
}

.header-right {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: flex-end;
  width: calc(88% - 20px);
}

header.header-fix {
  font-size: 80%;
  height: 80px;
  transition: .5s;
  box-shadow: 0 0 10px #333;
}

header.header-fix .head-inner .img-logo-01 {
  margin: 0 0 0 10px;
  transition: .5s;
}

.header-fix #g-navi .g-navi-inner ul#navi-list li a {
  padding: 17px 8px;
  /*transition: .5s;*/
}

#g-navi .g-navi-inner ul#navi-list li.about .child-box li {
  width: calc(100% / 4 - 20px);
}

#g-navi .g-navi-inner ul#navi-list li.about .child-box li:nth-child(3n) {
  margin-right: 20px;
}

header.header-fix .head-inner {
  height: 80px;
  transition: .5s;
}

.header-fix #g-navi .g-navi-inner ul#navi-list li.contact a {
  padding: 50px 0 0;
  background-position: center 8px;
}

#g-navi .g-navi-inner ul#navi-list li.contact {
  min-width: 140px;
}

.header-fix .child-box {
  top: 80px;
  padding: 20px;
  height: 200px;
}

#g-navi .g-navi-inner ul#navi-list li a:hover span {
  color: #fff;
}

#g-navi .g-navi-inner ul#navi-list li.contact a {
  background-color: #33add6;
  background-image: url(image/base/inquiry_ico.png);
  background-position: center 22px;
  background-repeat: no-repeat;
  height: 100%;
  padding: 40px 0 0;
  text-align: center;
  transition: 0s;
}

#g-navi .g-navi-inner ul#navi-list li.contact a:hover,
#contact #g-navi .g-navi-inner ul#navi-list li.contact a {
  background-image: url(image/base/inquiry_ico_open.png);
  background-position: center 9px;
  transition: 0s;
}

.header-fix #g-navi .g-navi-inner ul#navi-list li.contact a:hover {
  background-position: center 2px;
}

.header-fix #g-navi .g-navi-inner ul#navi-list li.contact a {
  background-position: center 15px;
}

#g-navi .g-navi-inner ul#navi-list li.contact a {
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 100%;
  padding: 56px 0 10px;
  font-weight: normal;
  letter-spacing: 0.1em;
}

header .sp-button {
  background-color: #33add6;
  color: #fff;
  width: 100%;
}

header .sp-button a {
  color: #ffffff;
  display: block;
  padding: 30px;
  font-size: 135%;
  text-decoration: none;
  margin: 0;
}

/*Head-logo*/
header .head-logo {
  left: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
}

/*Footer CSS*/
footer {
  background-color: #dfdfdf;
  bottom: 0;
  clear: both;
  font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  left: 0;
  margin: 0;
  min-height: 135px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* cookie btn */
.cookie_consent-persistent-cookie-btn--BottomLeft {
  background: unset !important;
  left: 30px !important;
  bottom: 30px !important;
}

.cookie_consent-privacy_setting_banner__body {
  line-height: 1.9em;
  text-align: left;
}

.cookie_consent-toggle--on:before {
  background-color: #B7302C !important;
}

a.cookie_consent-cookie_btn-link {
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
}

a.cookie_consent-cookie_btn-link:hover {
  color: #33add6 !important;
  cursor: pointer;
  text-decoration: underline;
}

/* cookie btn end */

footer,
footer a {
  color: #000;
}

footer .f-inner {
  margin: 0 auto;
  position: relative;
  background-color: #6c6c6c;
}

footer .f-inner p {
  margin-top: 25px;
}

footer p.name {
  margin: 35px auto 20px;
  text-align: center;
  width: 110px;

}

footer .f-inner p.copyright {
  margin-bottom: 15px;
  margin-top: 40px;
}

footer .f-inner .footer-logo {
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
  max-width: 204px;
  width: 100%;
}

footer .f-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  max-width: 1140px;
  padding: 0;
  padding-left: 0;
  text-align: left;
}

footer .f-info ul.pc-none {
  display: none;
}

footer .f-info ul li {
  background-position: 5px 9px;
  background-repeat: no-repeat;
  background-size: 3px;
  list-style: none;
  margin-bottom: 0;
  padding: 0 0 0 0;
  width: auto;
}

footer .f-info ul.pc-none {
  display: none;
}

footer .f-info ul:nth-child(2) li {
  padding: 0 0;
  width: 100%;
}

footer .f-info ul.list-border li:after {
  background-color: #333;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}

footer .f-info ul.list-border li:first-child:before {
  background-color: #333;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

footer .f-info ul.list-border li {
  background-image: none;
  margin-top: 5px;
  padding: 0 10px;
  position: relative;
}

footer .f-info ul li:before {
  content: "|";
  margin: 0 5px;
}

footer .f-info ul li:last-child:after {
  content: "|";
  margin: 0 10px;
}

footer p.copyright {
  margin: 0;
  order: 0;
  padding: 0;
  font-size: 90%;
}

.footer-detail {
  align-items: center;
  margin: 0 auto 10px auto;
  margin-bottom: 40px;
  text-align: center;
}

footer a:hover {
  color: #33add6;
}

footer .f-inner p.address {
  margin-bottom: 30px;
}

.footer-sitemap li {
  line-height: 1.1em;
  margin-bottom: 7px;
  position: relative;
}

.footer-sitemap a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding: 0 10px;
  width: 100%;
  color: #fff;
  padding-left: 10px;
  font-size: 80%;
  font-weight: 300;
  background-image: url(image/base/ico_footer_arrow.png);
  background-repeat: no-repeat;
  background-position: left 3px;
  max-width: max-content;
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-list .footer-item {
  width: calc(100% / 6 - 30px);
}

footer .footer-list .sitemap-ttl {
  font-size: 120%;
  border-bottom: 1px solid #b6b6b6;
  text-align: left;
  padding: 10px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}

.footer-sitemap a.en {
  font-size: 95%;
  font-weight: 200;
  background-position: left 4px;
}

.footer-logo {
  margin: 0 80px 0 0;
  text-align: center;
  width: 151px;
}

.footer-address {
  margin-bottom: 0;
  font-size: 87%;
  margin-left: 0;
  margin-right: auto;
  font-weight: 500;
}

.f-info {
  margin: auto;
  max-width: 1100px;
  padding: 15px 0 0 0;
}

.f-info .sp-none:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.footer-sns-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 260px;
  align-items: center;
}

.footer-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  align-items: center;
  padding: 30px 0;
}

.footer-end .language-en a {
  background-color: #333;
  color: #dfdfdf;
  padding: 5px;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 95%;
  text-decoration: none;
  transition: .5s;
}

.footer-end .language-en a:hover {
  opacity: .5;
  transition: .5s;
}

.footer-end .language-en {
  margin-bottom: 0;
}

.footer-end .language-en,
.footer-sns-area .sns-item {
  width: calc((100% - 15px * 5) / 6);
}

.footer-box {
  margin: auto;
  max-width: 1200px;
  padding-bottom: 20px;
}

.footer-sitemap {
  font-size: 105%;
  font-weight: 600;
  list-style: none;
  text-align: left;
  padding: 0;
}

.footer-end-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: din-condensed, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 115%;
  justify-content: space-between;
  margin: auto auto 15px;
  max-width: 1140px;
}

.corporate-site .corporate-link:hover {
  background-color: rgb(30, 45, 138);
  text-decoration: none;
}

#topcontrol {
  z-index: 9999;
}

/* =======================================

animation

========================================== */
/* top animation */
.animation {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: 0.6s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: 0.6s;
}

@keyframes fadeupAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time01 {
  animation-delay: 0.3s;
}

.delay-time02 {
  animation-delay: 0.5s;
}

/* 下層ページ */
body:not(#home) .contact-list.animation {
  opacity: 1;
}

/* =======================================

Navi CSS

========================================== */
/* Main-navi */
#g-navi {
  height: 100%;
  width: 100%;
}

header nav {
  margin: auto;
  width: 100%;
}

#g-navi .g-navi-inner {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  max-width: none;
  padding: 0;
  width: 100%;
  align-items: center;
}

/*Mainnavi base*/
#g-navi .g-navi-inner ul#navi-list {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

#g-navi .g-navi-inner ul#navi-list li {
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  height: 100%;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  min-width: max-content;
}

#g-navi .g-navi-inner ul#navi-list li.contact {
  min-width: 125px;
}

#g-navi .g-navi-inner ul#navi-list ul.child-nav li:hover {
  background-color: rgba(188, 191, 224, 0.6);
}

#g-navi .g-navi-inner ul#navi-list ul.child-nav li a:hover {
  background-color: transparent;
}

#g-navi .g-navi-inner ul#navi-list li a:hover {
  text-decoration: none;
}

#g-navi .g-navi-inner ul#navi-list li a {
  border-bottom: 0;
  border-top: 0;
  color: #000;
  display: block;
  font-family: gill-sans-nova, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  overflow: hidden;
  padding: 25px 12px 25px 12px;
  width: 100%;
  max-height: 90px;
  margin: auto;
  align-items: center;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}

#g-navi .g-navi-inner ul#navi-list li.pc-none a {
  display: none;
}

#g-navi .g-navi-inner ul#navi-list li.nav-parent:hover {
  background-color: #b7302c;
}

#g-navi .g-navi-inner ul#navi-list li.nav-parent:hover a,
#g-navi .g-navi-inner ul#navi-list li.nav-parent:hover a span {
  color: #fff;
}

#g-navi .g-navi-inner ul#navi-list li span.jp-text {
  color: #888;
  display: block;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 0.33em 0 0 0;
  line-height: 1;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;

}

#g-navi .g-navi-inner ul#navi-list li.entry a {
  background-color: #fb8ba0;
  color: #fff;
}

#g-navi .g-navi-inner ul#navi-list li.entry a:hover {
  background-color: #e4203b;
}

#g-navi .g-navi-inner ul#navi-list li a:hover {
  background-color: #b7302c;
  color: #fff;
  transition: none;
}

#g-navi .g-navi-inner ul#navi-list li a:after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .5s;
  width: 100%;
}

#g-navi .g-navi-inner ul#navi-list li span.sp-ttl {
  display: none;
  border-top: 1px solid #898989;
  box-sizing: border-box;
  font-size: 150%;
  height: auto;
  padding: 15px;
}

.child-box {
  display: none;
  background-color: #f3f3f3;
  box-sizing: border-box;
  height: 300px;
  width: 95%;
  position: absolute;
  top: 90px;
  justify-content: center;
  max-width: 1340px;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 65px 60px 60px 60px;
}

#g-navi .child-box-ttl {
  color: #333333;
  flex-wrap: wrap;
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 56px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 250px;
}

#g-navi .g-navi-inner ul#navi-list .child-box-ttl span.h2-txt-color {
  color: #b7302c;
  display: inline;
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 56px;
  font-weight: normal;
  padding: 0;
}

#g-navi .g-navi-inner ul#navi-list .child-box-ttl span.sub-text {
  font-size: 18px;
  padding: 10px 0 25px 0;
  color: #787878;
  display: block;
  font-weight: 500;
  margin: 0;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1;
}

#g-navi .g-navi-inner ul#navi-list li .child-box a.child-box-top {
  font-size: 16px;
  font-weight: normal;
  background-color: #b7302c;
  width: 215px;
  max-width: 215px;
  padding: 17px 0 17px 35px;
  text-align: left;
  color: #fff;
  margin: 0 auto;
  max-height: none;
  position: relative;
  opacity: 1;
  transition: 1s;
}

#g-navi .g-navi-inner ul#navi-list li .child-box a.child-box-top:hover {
  opacity: .5;
  transition: .5s;
}

#g-navi .g-navi-inner ul#navi-list li .child-box a.child-box-top:after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "\e5e1";
  font-size: 13px;
  font-weight: 400;
  right: 0;
  left: calc(100% - 30px);
  top: 0px;
  bottom: 0px;
  align-items: center;
  display: flex;
  line-height: 1em;
  padding: 0;
  margin: 0;
  width: 13px;
  letter-spacing: 0;
}

.txt-2box.child-box-left {
  width: 250px;
  border-right: 2px solid #dedede;
  text-align: left;
  padding: 0 60px 0 0;
}

.txt-2box.child-box-right {
  width: calc(100% - 372px);
  padding-left: 60px;
  align-items: center;
}

#g-navi .g-navi-inner ul#navi-list .child-box li {
  width: calc(100% / 3 - 20px);
  margin: 0 20px 20px 0;
}

#g-navi .g-navi-inner ul#navi-list .child-box li a {
  display: block;
  background-color: #33add6;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  width: 100%;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  padding: 26px 30px;
  transition: 1s;
  position: relative;
  text-decoration: none;
  opacity: 1;
  text-align: left;
}

#g-navi .g-navi-inner ul#navi-list .child-box li a:after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "\e5e1";
  font-size: 13px;
  font-weight: 400;
  right: 0;
  left: calc(100% - 30px);
  top: 0px;
  bottom: 0px;
  align-items: center;
  display: flex;
  line-height: 1em;
  padding: 0;
  margin: 0;
  width: 13px;
  letter-spacing: 0;
}

#g-navi .g-navi-inner ul#navi-list .child-box li a:hover {
  opacity: .5;
  transition: .5s;
}

#g-navi ul.nav-child {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#g-navi .g-navi-inner ul#navi-list .child-box li:nth-child(3n) {
  margin-right: 0;
}

header .sub-navi {
  bottom: calc(100% - 3em);
  height: max-content;
  margin: auto;
  position: absolute;
  right: 0;
}

header .sub-navi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
}

header .sub-navi ul a {
  color: #fff;
}

header .sub-navi ul li {
  background-image: url(image/base/link-ico.png);
  background-position: center left;
  background-repeat: no-repeat;
  font-size: 85%;
  font-weight: 600;
  margin-left: 23px;
  padding: 12px 0 10px 10px;
}

header .sub-navi ul li.inquiry {
  background-image: none;
  bottom: 2px;
  margin-right: 0;
  padding: 0 0;
  position: relative;
}

header .sub-navi ul li.en {
  background-color: #ddd;
  background-image: none;
  font-size: 13px;
  height: calc(1em + 14px);
  padding: 2px 25px 0 25px;
  position: relative;
  top: 8px;
}

header .sub-navi ul .en a:hover {
  text-decoration: none;
}

header .sub-navi ul .en:hover {
  background-color: #b3b3b3;
}

#g-navi .g-navi-inner ul#navi-list .child-box li:nth-child(4),
#g-navi .g-navi-inner ul#navi-list .child-box li:nth-child(5),
#g-navi .g-navi-inner ul#navi-list .child-box li:nth-child(6) {
  margin-bottom: 0;
}

/*own navi*/
ul.child-nav {
  display: none;
  padding-left: 0;
}

#g-navi ul#navi-list li:hover ul.child-nav {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  height: auto;
  position: absolute;
  top: 100%;
  width: 300px;
}

#g-navi ul#navi-list ul.child-nav li {
  border: none;
  height: 100%;
  opacity: 1;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

#g-navi ul#navi-list ul.child-nav a {
  border: none;
  color: #666caf;
  font-size: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 0;
}

#g-navi ul#navi-list .child-nav li:first-child:before {
  display: none;
}

#g-navi ul#navi-list .child-nav li:after {
  display: none;
}

#g-navi .g-navi-inner ul#navi-list li a:after {
  display: none;
}

#g-navi .g-navi-inner ul#navi-list ul.child-nav li:last-child a {
  border: none;
}

/*Page-ttl*/
#page-ttl {
  background-image: url(image/base/normal_ttl.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 165px;
  padding-top: 0;
  text-align: left;
  width: 100%;
  overflow: hidden;
}

#page-ttl.page-mobile {
  margin-top: 0;
  padding-top: 230px;
}

#page-ttl .inner {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: fit-content;
  padding: 40px 0;
}

#page-ttl .inner h1 {
  font-size: 300%;
  font-weight: 500;
  letter-spacing: 5px;
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  align-items: center;
}

#page-ttl .inner h1 span.jp-text {
  font-size: 40%;
  display: none;
  text-align: center;
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: normal;
}

/*2カラムコンテンツ*/
.left-navi {
  float: left;
  max-width: 240px;
  width: 21%;
}

.right-c {
  float: right;
  max-width: 855px;
  width: 75%;
}

/*サイドナビ*/
.left-navi #side-navi {
  border: 1px solid #4c4c4c;
  margin: 0 0 15px 0;
  max-width: 238px;
  padding: 0;
  width: 100%;
}

.left-navi #side-navi li.ttl {
  background-color: #4c4c4c;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.left-navi #side-navi li {
  background-color: #fff;
  border-bottom-color: #4c4c4c;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  list-style-type: none;
  width: 100%;
}

.left-navi #side-navi li a {
  background-position: 220px;
  background-repeat: no-repeat;
  color: #2d2d2d;
  display: block;
  font-size: 100%;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

.left-navi #side-navi li.normal a {
  font-weight: normal;
}

.left-navi #side-navi a:hover {
  background-color: #f1ecdc;
  color: #9e832b;
  text-decoration: none;
}

.left-navi #side-navi a.this,
.left-navi #side-navi a:hover {
  background-color: #eaeaea;
  border-bottom: 0;
  color: #2d2d2d;
  text-decoration: none;
}

.left-navi p {
  margin-bottom: 5px;
}

#side-navi li:nth-child(even) {
  border-right: none;
}

/* ロゴアニメーション */
.main-view {
  margin-top: -10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.main-view video#topmovie-pc {
  width: 100%;
  height: auto;
  display: block;
}

.main-view video.pc-none {
  display: none;
}

/* index */
#home #contents {
  padding-top: 0;
  position: relative;
  padding-bottom: 280px;
}

.bg-style-01 {
  background-color: #f3f3f3;
  margin-bottom: 80px;
  padding: 1px 0 80px;
}

.main-area {
  align-items: center;
  height: 800px;
  overflow: hidden;
}

#home h2.mt-70 {
  margin-top: 70px;
}

.bg-style-01.margin-70 {
  margin-bottom: 70px;
  padding-bottom: 70px;
}

#home #contents .margin-70 h2 {
  margin-top: 69px;
}

.category .news-content {
  height: auto;
}

.return-home {
  display: block;
  float: right;
  margin-top: 40px;
}

#news .return-home {
  float: left;
  margin-top: 10px;
}

.news-content hr {
  margin: 0;
  padding: 0;
}

.news-content hr {
  border-bottom: 1px solid #7d7d7d;
}

.news-inner:last-child p:not(.ttl) a,
.blog-box:last-child p:not(.ttl) a {
  display: block;
  margin: auto 0 0 auto;
  max-width: max-content;
  padding-right: 0;
}

.works-area {
  margin: auto;
  max-width: 100%;
  overflow: hidden;
}

#home #worksSlider {
  height: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

#home #worksSlider img {
  -webkit-animation: leftSlide 90s linear infinite;
  width: auto;
  max-width: none;
}

@keyframes leftSlide {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-2755px, 0, 0)
  }
}

@-webkit-keyframes leftSlide {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-2755px, 0, 0)
  }
}

@keyframes leftSlide {
  0% {
    transform: translate3d(0, 0, 0)
  }

  100% {
    transform: translate3d(-2755px, 0, 0)
  }
}

.works-area p:last-child {
  margin-bottom: 0;
}

.service-flex,
.more-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
  max-width: calc(320px * 4 + 60px);
  width: calc(100% - 20px);
}

.more-list {
  max-width: 1200px;
}

.more-list {
  margin-bottom: 70px;
}

.more-item {
  margin-right: 20px;
  position: relative;
  transition: 1s;
  width: calc(100% / 4 - 15px);
}

.service-item.fade-on,
.more-item.fade-on {
  bottom: 0;
  opacity: 1;
  transition: 1s;
}

.service-item:last-child,
.more-item:nth-child(4n) {
  margin-right: 0;
}

.service-link {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  transition: 1s;
  position: relative;
  bottom: 0;
  margin-bottom: 64px;
}

.service-item {
  margin: 0 20px 0 0;
  max-width: 320px;

}

.service-flex .service-item:nth-child(4) {
  margin: 0 0 30px 0;
}

.more-link {
  align-items: flex-end;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 150%;
  font-weight: bold;
  height: 200px;
  justify-content: center;
  padding: 0 0 20px;
  text-align: center;
  transition: 1s;
  margin-bottom: 30px;
}

.more-link span {
  display: block;
  font-size: 51%;
  margin-top: 10px;
  letter-spacing: 1px;
  font-weight: 500;
}

.more-link h3 {
  border-bottom: 0;
  color: #fff;
  font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 160%;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 0;
}

.more-link:hover {
  opacity: .5;
  text-decoration: none;
  transition: .5s;
}

.more-link.about-link {
  background-image: url(image/contents/home/bnr_about.jpg);
}

.more-link.message-link {
  background-image: url(image/contents/home/bnr_message.jpg);
}

.more-link.gallery-link {
  background-image: url(image/contents/home/bnr_gallery.jpg);
}

.more-link.company-link {
  background-image: url(image/contents/home/bnr_company.jpg);
}

.more-link.access-link {
  background-image: url(image/contents/home/bnr_access.jpg);
}

.more-link.staff-link {
  background-image: url(image/contents/home/bnr_staff2025.jpg);
}

.more-link.recruit-link {
  background-image: url(image/contents/home/bnr_recruit.jpg);
}

.more-link.voice-link {
  background-image: url(image/contents/home/bnr_voice.jpg);
}

.service-link:hover {
  color: #fff;
  opacity: .5;
  text-decoration: none;
  transition: .5s;
}

.service-link.web-bg .service-item-txt {
  background-color: #a94545;
}

.service-link.dev-bg .service-item-txt {
  background-color: #33add6;
}

.service-link.movie-bg .service-item-txt {
  background-color: #85b32f;
}

.service-link.support-bg .service-item-txt {
  background-color: #eb9500;
}

.service-item-txt {
  align-items: center;
  display: flex;
  font-size: 118%;
  justify-content: end;
  width: 100%;
  letter-spacing: 1px;
  padding: 32px 0;
  position: absolute;
  bottom: 0;
  top: 100%;
}

.service-item-txt .en {
  display: block;
  text-align: left;
  letter-spacing: 2px;
  font-size: 95%;
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.service-item-txt p {
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
}

.service-flex .service-item:nth-child(3),
.service-flex .service-item:nth-child(4) {
  margin-bottom: 0;
}

a.service-link:hover img {
  opacity: .8;
  transition: .5s;
}

.ico {
  display: block;
  width: 15%;
  text-align: center;
  margin: auto;
  padding: 0 0 0 24px;
}

.service-type {
  display: block;
  width: 100%;
}

.notice-area {
  background-image: url(image/contents/home/news_bg_01.jpg);
  background-position: top center;
  background-size: cover;
  margin-top: 80px;
}

.news-box,
.blog-box {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  margin: 80px 0;
  padding: 0 40px 25px 40px;
  width: calc(50% - 20px);
}

#contents .column-img,
#contents .news-img {
  margin-bottom: 20px;
  height: 95px;
  overflow: hidden;
  width: 29%;
  border: 1px solid #dedede;
  background-color: #ececec;
}

#contents .news-img {
  padding: 0;
}

#contents .news-img img {
  width: 100%;
  height: 100%;
}

#contents .news-img.no-img {
  padding: 20px;
}

#contents .news-img.no-img img {
  width: auto;
  height: auto;
}

#contents .column-img .thumbnail {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;



}

#contents .column-img .thumbnail.nothm {
  padding: 20px;
  box-sizing: border-box;
}

.column-text,
.news-group .txt {
  margin-bottom: 20px;
  margin-left: 20px;
  width: calc(70% - 20px);
}

.column-text .day,
.news-group .day {
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 110%;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 20px;
  position: relative;
  margin-bottom: 2px;
}

.column-text .day::before,
.news-group .day::before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 100%;
  top: 0;
  width: 10px;
}

.news-img {
  align-items: center;
  background-color: #dedede;
  box-sizing: border-box;
  display: flex;
  height: 120px;
  justify-content: center;
  margin-bottom: 35px;
  overflow: hidden;
  padding: 0;
  width: 30%;
}

.news-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.column-text p,
.news-group .txt p {
  margin-bottom: 2px;
  line-height: 1.5em;
}

.scroll-down-text {
  bottom: 0;
  color: #fff;
  height: 100px;
  margin-bottom: 0;
  position: absolute;
  right: 50px;
}

.scroll-down-text a {
  color: #fff;
  display: block;
  font-weight: bold;
  height: 100%;
  letter-spacing: 1px;
  transition: 1s;
}

.scroll-down-text a:hover {
  opacity: .5;
  text-decoration: none;
  transition: .5s;
}

.scroll-down-text a::before {
  background-color: #fff;
  content: "";
  height: 41px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 1.8em;
  width: 2px;
}

.scroll-down-text a::after {
  background-color: #fff;
  border-radius: 30px;
  bottom: 25px;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 10px;
}

/* works */
.works-img {
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
}

.works-btn {
  background-color: #33add6;
  color: #fff;
  display: block;
  margin: 70px auto auto;
  max-width: 320px;
  padding: 18px 20px 20px 20px;
  text-align: center;
  transition: 1s;
  font-size: 108%;
  letter-spacing: 2px;
  font-weight: 400;
  position: relative;
  align-items: center;
  line-height: 1em;
}

.works-btn:after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "\e5e1";
  font-size: 13px;
  font-weight: 400;
  right: 20px;
  top: 0px;
  bottom: 0px;
  align-items: center;
  display: flex;
  line-height: 1em;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24
}

.works-btn:hover {
  color: #fff;
  opacity: .5;
  text-decoration: none;
  transition: .5s;
}

.works-btnlist {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  max-width: 1200px;
  justify-content: space-between;
}

.works-btnlist .btn-item {
  width: calc(100% / 4 - 20px);
}

.works-btnlist .works-btn {
  margin: auto;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.works-btnlist .btn-item.web .works-btn {
  background-color: #a94545;
}

.works-btnlist .btn-item.dev .works-btn {
  background-color: #33add6;
}

.works-btnlist .btn-item.movie .works-btn {
  background-color: #85b32f;
}

.works-btnlist .btn-item.etc .works-btn {
  background-color: #ccb126;
}

.slider-text p {
  margin-bottom: 0;
}

.slider-text .site-name {
  color: #333;
  font-weight: bold;
}

.slider-text .url-text {
  color: #929292;
  font-size: 80%;
}

br.pc-1140-960 {
  display: none;
}

/* topics */
.topics-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1140px;
}

.topics-item {
  margin-top: 30px;
  max-width: 553px;
  width: calc(100% / 2 - 17px);
  margin-right: 34px;
}

.topics-item:first-child,
.topics-item:nth-child(2) {
  margin-top: 0;
}

.topics-item:nth-child(2n) {
  margin-right: 0;
}

.topics-item:last-child {
  margin-right: 0;
}

/* event */
.event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  margin-bottom: 70px;
  max-width: 1140px;
  width: 100%;
}

/* owner */
.owner-bnr-list,
.sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  max-width: 1140px;
}

.event-item,
.owner-item {
  margin-right: 33px;
  max-width: calc(100% / 3 - 33px);
}

.event-item {
  max-width: calc(100% / 4 - 23px);
}

.event-item:last-child,
.owner-item:last-child {
  margin-right: 0;
}

.bg-style-01.margin-70.owner {
  margin-bottom: 0;
}

/* contact */
.contact-bg {
  background-image: url(image/contents/home/contact_bg_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
  padding: 70px 0 180px;
}

#about .contact-bg,
#recruit .contact-bg {
  margin-top: 0;
  padding: 70px 0 180px;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 135px;
  max-width: 1140px;
  width: calc(100% - 20px);
}

#contents p.privacy-link {
  margin: 0px auto;
  text-align: center;
}

.contact-bg h2 .sub-text {
  color: #333333;
}

#home .contact-bg {
  margin-top: 0;
}


/* insta */
.insta-btn-area .works-btn {
    margin: 20px auto auto;
}


/* =======================================

About

========================================== */
.page-template-default {
  font-size: 16px;
}

.about-catch h2 {
  font-size: 95px;
  font-weight: 500;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

.about-catch h2 span.sub {
  display: block;
  font-size: 26%;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 0px;
}

.about-catch h2 span.red {
  color: #b7302c;
}

.about-catch {
  margin-bottom: 85px;
}

h2.concept {
  margin-bottom: 40px;
  padding-top: 80px;
}

.about-num .txt-2box {
  background-color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 70px 30px 30px;
  position: relative;
  width: calc(50% - 20px);
}

.about-num .txt-2box:nth-child(2n) {
  margin-right: 0;
}

.about-num .txt-2box:nth-child(3),
.about-num .txt-2box:nth-child(4) {
  margin-bottom: 0;
}

.catch-border {
  font-size: 110%;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 2em;
  margin: auto auto 45px auto;
  text-align: center;
}

.about-num .txt-2box h3,
#about #concept h3 {
  box-sizing: border-box;
  color: #464646;
  font-size: 130%;
  left: 0;
  padding: 15px 20px 15px 85px;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 75px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 2px solid #dcdcdc;
  min-height: 70px;
  line-height: 1;
}

#about #concept h3 {
  border-left: none;
}

.about-num {
  counter-reset: aboutnum;
}

.about-num .txt-2box h3::before {
  counter-increment: aboutnum;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "0" counter(aboutnum);
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  padding: 0px 12px;
  background-color: #33add6;
  color: #fff;
  font-weight: 400;
  font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 37px;
}

#contents .txt-2box .about-img {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 150px;
  padding: 30px 0;
  text-align: center;
  margin-bottom: 0;
}

#contents .txt-2box p {
  line-height: 1.9em;
}

#about #contents .txt-2box p:last-child {
  margin-bottom: 20px;
}

#contents .txt-2box p:last-child {

  margin-bottom: 0;
}

.about-num .txt-2box h3::before {
  width: 35px;
  font-size: 140%;
  height: 70px;
}

.message-text {
  width: 60%;
}

.message-profile {
  background-color: #f3f3f3;
  box-sizing: border-box;
  padding: 20px;
  width: calc(40% - 30px);
  font-size: 90%;
  height: max-content;
}

.message-profile .name {
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0 10px 0;
}

.message-profile .name span {
  display: block;
  font-size: 60%;
  line-height: 1.8em;
  margin: 0;
}

#contents .message-profile p {
  line-height: 1.9em;
}

#contents .seminar-box {
  background-color: #f3f3f3;
  font-size: 90%;
  margin-top: 40px;
  padding: 30px 30px 34px;
}

#contents .seminar-box ul {
  padding: 0;
}

#contents .seminar-box li {
  list-style: none;
  position: relative;
}

#contents .seminar-box li::before {
  content: "・";
  display: inline-block;
}

#contents .seminar-box .box-ttl {
  font-size: 24px;
  font-weight: bold;
}

.company-bg {
  background-image: url(image/contents/about/bg_company_01.jpg);
  background-position: top center;
  background-size: cover;
  padding: 40px 0 80px 0;
}

#about .company-bg {
  padding: 0;
}

.company-item {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  margin-right: 40px;
  padding: 40px;
  width: calc(50% - 20px);
}

.company-item:nth-child(2n) {
  margin-right: 0;
}

table.table-company th,
table.table-company td {
  font-size: 100%;
  padding: 10px;
  vertical-align: baseline;
}

table.table-company th {
  min-width: 97px;
}

.company-bg h2,
.company-bg h2 .sub-text {
  color: #fff;
}

.google-map iframe {
  border: 1px solid #cecece;
  height: 100%;
  width: 100%;
}

#concept h3 {
  border-bottom: 0;
  border-left: 5px solid #b7302c;
  font-size: 150%;
  margin-top: 40px;
  padding: 5px 20px;
}

.access-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.access-list .access-item {
  margin-bottom: 40px;
  margin-right: 20px;
  width: calc(100% / 4 - 15px);
  position: relative;
}

.access-list .access-item:nth-child(4n) {
  margin-right: 0;
}

.access-item:before {
  counter-increment: aboutnum;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "0" counter(aboutnum);
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  padding: 0px 10px;
  background-color: #33add6;
  color: #fff;
  font-weight: 400;
  font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 37px;
  width: 25px;
  font-size: 140%;
  height: 45px;
  letter-spacing: 1px;
}

.access-list {
  counter-reset: aboutnum;
}

.history-date {
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #545454;
  font-size: 20px;
  width: 110px;
  margin: 0 50px 0 0;
  position: relative;
  font-weight: 500;
}

.history-date .date-num {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1px;
}

.history-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 20px;
  align-items: stretch;
}

.left-history {
  width: 50%;
  margin-bottom: 50px;
}

.right-history {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 520px;
  flex-direction: row-reverse;
  position: relative;
  top: 120px;
  margin-bottom: 40px;
}

p.history-text {
  margin: 6px 0 0;
  font-weight: 500;
  font-size: 18px;
  width: calc(100% - 160px);
}

.history-date::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 30px;
  position: absolute;
  left: calc(100% + 15px);
  top: 16px;

  bottom: auto;
  margin: auto;
  background-color: #33add6;
}

.history-date::after {
  content: "";
  width: 5px;
  height: calc(100% + 20px);
  position: absolute;
  left: calc(100% + 14px);
  border-right: 4px solid #33add6;
  top: 20px;
}

.history-item:last-child .history-date::after {
  border-right-style: dotted;
  height: 30px;
}

.right-history img:nth-child(odd) {
  position: relative;
  top: -120px;
}

.right-history .history-item {
  margin-bottom: 40px;
  max-height: fit-content;
  width: 50%;
  height: auto;
}

.web-works-link .works-btn {
  margin-top: 50px;
  margin-bottom: 100px;
}

.bg-box .txt-4box h4 {
  margin: 0px 0 15px 0;
  text-align: center;
  border-bottom: 2px solid #f1f1f1;
  border-left: 0;
  padding: 0 0 10px 0;
}

.bg-box .txt-4box:nth-child(4n) {
  margin-right: 0;
}

.bg-box .txt-4box p {
  width: 100%;
  margin: 0 auto;
}

.bg-box .txt-4box {
  background-color: #fff;
  padding: 25px 25px 25px 25px;
  width: calc(100% / 4 - 65px);
  margin: 0px 20px 20px 0;
}

.bg-box .txt-4box h4 {
  margin: 0px 0 15px 0;
  text-align: center;
  border-bottom: 2px solid #f1f1f1;
  border-left: 0;
  padding: 0 0 10px 0;
}

#about #vision .bg-box .txt-4box {
  background-color: #ffffff;
}

#about #vision .bg-box .txt-4box h4 {
  border-bottom: 2px solid #ebebeb;
}

.bg-box .txt-4box:nth-child(4n) {
  margin-right: 0;
}

#about h2.contact-h2 {
  margin-top: 0;
}

a.anchor.contents-link-btn {
  display: block;
  background-color: #33add6;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  width: 100%;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  padding: 20px 30px;
  transition: 1s;
  position: relative;
  text-decoration: none;
  opacity: 1;
}

a.anchor.contents-link-btn.anchor-web {
  background-color: #a94545;
}

a.anchor.contents-link-btn.anchor-dev {
  background-color: #33add6;
}

a.anchor.contents-link-btn.anchor-movie {
  background-color: #85b32f;
}

a.anchor.contents-link-btn.anchor-etc {
  background-color: #ccb126;
}

a.anchor.contents-link-btn.anchor-support {
  background-color: #eb9500;
}

ul.style-none {
  padding: 0;
}

ul.style-none li {
  list-style: none;
}

.anchor-box {
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

a.anchor.contents-link-btn:hover {
  transition: .5s;
  opacity: .5;
}

a.anchor.contents-link-btn:after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "\e5e1";
  font-size: 13px;
  font-weight: 400;
  right: 25px;
  top: 0px;
  bottom: 0px;
  align-items: center;
  display: flex;
  line-height: 1em;
  padding: 0;
  margin: 0;
  width: 13px;
  letter-spacing: 0;
  transform: rotate(90deg);
}

#concept,
#message,
#company,
#gallery,
#access,
#vision,
#web,
#develop,
#movie,
#support,
#etc,
#feature,
#voice,
#recruitment,
#job,
#internship,
#request,
#flow,
#service,
#technical,
#history {
  padding-top: 90px;
  margin-top: -90px;
}

#about #concept {
  scroll-margin-top: 90px;
}

body#service,
body#web,
body#movie,
body#etc {
  margin-top: 0;
}

#about #contents h2 {
  margin-top: 0;
}

#about .bg-style-01 {
  padding: 0;
  margin: 0;
}

.about-num {
  padding-bottom: 80px;
}

.message,
.company,
.access,
.gallery,
.vision {
  padding: 0 0 80px 0;
}

.message h2,
.company h2,
.access h2,
.gallery h2,
.vision h2,
#company-movie h2,
#history h2 {
  padding-top: 80px;
}

#about #vision {
  padding-bottom: 80px;
}

#about .youtube-area {
  padding: 0 0 130px 0;
  text-align: center;
  display: block;
  max-width: 800px;
  height: 323px;
  margin: 0 auto;
}

#about #contents p.movie-ttl {
  margin-top: 15px;
  font-size: 115%;
  font-weight: 500;
}

#about .flex.center .txt-2box {
  margin-right: 48px;
}

#about .flex.center .txt-2box.end {
  margin-right: 0;
}

#about .flex.center .txt-2box:last-child {
  margin-right: 0;
}

/* =======================================

SERVICE

========================================== */
.service-catch h2 {
  /*  background-color: #ececec;*/
  font-size: 98px;
  font-weight: 600;
  margin-top: 0px;
  text-align: center;
  padding-top: 30px;
}

.service-catch h2 span {
  display: block;
  font-size: 30%;
  letter-spacing: 2px;
}

.flow-list .flow-item {
  background-color: #f3f3f3;
  width: calc(100% / 4 - 20px);
  margin: 0px 20px 30px 0;
  position: relative;
  padding: 0 0 20px 0;
}

.flow-list .flow-item p {
  padding: 0 20px;
  max-width: fit-content;
}

.flow-item-img {
  margin: 0 auto 20px auto;
  text-align: center;
}

.flow-list .flow-item:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: calc(174px + 2em);
  right: 0;
  left: 103%;
  transform: translate(0, -50%);
  color: #d5d5d5;
}

.flow-list .flow-item:nth-child(4n) {
  margin-right: 0;
}

.flow-list .flow-item:nth-child(4n):after {
  display: none;
}

.flow-item:before {
  counter-increment: aboutnum;
  /* 任意の名前を付ける（もちろん英語で） */
  content: "0" counter(aboutnum);
  /* 名前を付けたカウンターをcontentで発動！ */
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  padding: 0px 10px;
  background-color: #323232;
  color: #fff;
  font-weight: 400;
  font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 37px;
  width: 25px;
  font-size: 140%;
  height: 45px;
  letter-spacing: 1px;
}

.flow-list {
  counter-reset: aboutnum;
}

.flow-list .flow-item h4 {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0;
  height: 2em;
  line-height: 1.3em;
}

.bg-box .ordermade-item {
  background-color: #fdfdfd;
  padding: 20px 20px 20px 20px;
  width: calc(100% / 3 - 60px);
  margin: 0px 30px 40px 0;
  border-bottom: 2px solid #f1f1f1;
  border-left: 0;
}

.bg-box .ordermade-item:nth-child(4),
.bg-box .ordermade-item:nth-child(5),
.bg-box .ordermade-item:nth-child(6) {
  margin-bottom: 0;
}

#movie .ordermade-list {
  margin-bottom: 100px;
}

.ordermade-list h5 {
  background-color: #ebf4f7;
  color: #333333;
  font-size: 100%;
  padding: 5px 15px 5px 38px;
  margin: 30px 0 12px 0;
  /* max-width: 100px; */
  position: relative;
}

.ordermade-list h5:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-size: 125%;
  font-weight: bold;
  position: absolute;
  top: 49%;
  left: 10px;
  transform: translate(0, -50%);
  color: #09c;
}

.ordermade-list h4 {
  margin: 10px 0 10px 0;
  align-items: center;
  border-bottom: 2px solid #0099cc;
  display: flex;
  justify-content: center;
  padding: 0 0 15px 0;
  height: 2em;
  border-left: none;
}

.bg-box .ordermade-item p {
  text-align: left;
}

.flex.ordermade-list .txt-2box {
  margin-bottom: 50px;
}

#movie .ordermade-list .txt-2box {
  padding: 25px 25px 35px 25px;
  width: calc(100% / 2 - 65px);
  margin: 0 30px 30px 0;
  background-color: #f3f3f3;
}

#movie .ordermade-list .txt-2box:nth-child(2n) {
  margin-right: 0;
}

#movie.ordermade-list h5 {
  background-color: #fff;
}

#movie .ordermade-list h4 {
  height: auto;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffffff;
}

#contents .contents-last {
  margin-bottom: 0;
}

#service .contact-bg {
  margin-top: 0;
}

#service h2 {
  margin-bottom: 50px;
}

#service #contents #web h2 {
  margin: 0 0 50px 0;
  padding-top: 30px;
}

#contents h2.contact-h2,
#service #contents h2.contact-h2 {
  margin-top: 0px;
  margin-bottom: 0;
}

#contents h4.check:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-size: 125%;
  font-weight: bold;
  position: absolute;
  top: 49%;
  /* bottom: 50%; */
  left: 0px;
  transform: translate(0, -50%);
  color: #09c;
}


#contents h4.check {
  position: relative;
  border-left: none;
  padding: 20px 10px 20px 35px;
  margin: 20px 0 10px 0;
  align-items: center;
  display: flex;
  margin: 0px 0 15px 0;
  border-bottom: 2px solid #eaeaea;
  border-left: 0;
}

.seo-box .txt-2box {
  margin-bottom: 30px;
}

.seo-box {
  margin: 50px 0 50px 0;
}

.feature-box .txt-2box {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 25px 30px 25px 30px;
  width: calc(50% - 75px);
  margin: 0px 30px 30px 0;
}

.feature-box {
  margin: 50px 0 0 0;
  padding-bottom: 50px;
}

#develop .txt-2box {
  padding: 10px 30px 25px 30px;
}

#contents .main-txt h3 {
  line-height: 1.7em;
  padding: 0;
  border-bottom: 0;
  margin: 0 0 20px 0;
  color: #333;
  font-size: 175%;
  letter-spacing: 1px;
}

.main-txt .img-2box {
  width: 46%;
  margin-right: 40px;
}

#contents h2.page-main-txt {
  font-size: 230%;
  margin: 0px 0 38px 0;
}

.main-txt .img-2box-txt {
  width: calc(54% - 40px);
}

.main-txt .works-btn {
  margin: 30px 0 0 0;
}

#support .bg-box .txt-2box {
  background-color: #f3f3f3;
  padding: 25px 30px 25px 30px;
  width: calc(50% - 75px);
  margin: 0px 30px 20px 0;
}

#support .bg-box .txt-2box:nth-child(2n) {
  margin-right: 0;
}

#support .bg-box h4 {
  margin: 0px 0 15px 0;
  text-align: center;
  border-bottom: 2px solid #eaeaea;
  border-left: 0;
  padding: 0 0 10px 0;
}

#service .main-txt {
  margin-bottom: 65px;
}

#service .bg-style-01 {
  margin: 0;
  padding: 0;
}

#etc .bg-style-01 {
  padding: 50px 0 10px;
}

#service #develop h2,
#service #movie h2,
#service #support h2 {
  margin-top: 0;
  padding-top: 80px;
}

#service #contents .contents-last {
  padding-bottom: 80px;
}

/* =======================================

RECRUIT CSS

========================================== */
.recruit-table {
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  max-width: 800px;
  padding: 0 0 90px 0;
}

.recruit-bg {
  background-image: url(image/contents/about/bg_company_01.jpg);
  background-position: top center;
  background-size: cover;
  padding: 1px 0 80px 0;
}

.recruit-bg h2.center-style,
.recruit-bg h2.center-style .sub-text {
  color: #fff;
}

.voice-item {
  background-color: #d6eff7;
  color: #333;
  margin: 0 10px 20px 0;
  padding: 20px 20px;
  width: calc(100% / 3 - 60px);
}

#contents .voice-item p {
  margin-bottom: 0;
}

#internship h2 {
  margin-top: 80px;
}

#recruit .catch-border {
  margin-bottom: 80px;
}

#recruit .works-btn.entry-btn {
  max-width: 680px;
  margin: 70px auto 100px auto;
  padding: 39px 0;
  background-color: #b7302c;
  font-size: 22px;
}

#recruit h2 {
  margin: 0 0 50px 0;
  padding-top: 80px;
}

#recruit h2.page-main-txt {
  padding-top: 0;
}

.recruitment-box .txt-2box {
  background-color: #fff;
  padding: 25px 25px 25px 25px;
  width: calc(100% / 2 - 65px);
  margin: 0px 30px 30px 0;
}

.recruitment-box h3 {
  margin: 0px 0 18px 0;
  text-align: center;
  border-bottom: 2px solid #333;
  border-left: 0;
  padding: 0 0 15px 0;
  color: #333;
  font-size: 130%;
  letter-spacing: 1px;
}

.recruitment-box .txt-2box:nth-child(2n) {
  margin-right: 0;
}

.voice-box .txt-2box {
  margin-bottom: 50px;
  width: 47.2%;
}

.voice-box-image {
  margin: 0;
  padding: 0;
}

.voice-box .txt-2box:nth-child(2n) {
  margin-right: 0;
}

.voice-box-txt h4 {
  border-left: 0;
  padding: 0;
  margin: 0px 0 10px 0;
  color: #b7302c;
}

#recruit .bg-style-01 {
  padding: 1px;
  margin: 0;
}

#recruit-list h2 {
  padding-top: 80px;
  margin-top: 0;
}

.recruit-list-box {
  padding-bottom: 50px;
}

#recruit #internship .catch-border {
  margin: 40px 0 65px 0;
}

.internship-list .txt-2box {
  background-color: #f4f4f4;
}

#recruit #contents h2.page-main-txt {
  width: 50%;
}

.recruit-main-area {
  background-image: url(image/contents/recruit/recruit_main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  padding: 50px 0 33px 0;
}

.page-sub-txt {
  color: #fff;
  width: calc(50% - 20px);
}

#recruit #contents {
  padding-top: 0;
  overflow: hidden;
}

.page-en-image {
  text-align: center;
}

.page-main-image {
  text-align: center;
  margin: 0 0 20px 0;
}

#recruit .anchor-box {
  padding: 55px 0 25px 0;
  margin-bottom: 0;
}

a.anchor.contents-link-btn.entry-btn {
  background-color: #b7302c;
}

#recruit .feature-box {
  margin: 0;
  padding-bottom: 0;
}

#recruit .feature-box h3 {
  font-size: 130%;
  padding: 0;
  border: none;
  margin: 20px 0 18px 0;
}

a.anchor.contents-link-btn.entry-btn:after {
  transform: none;
}

#recruit .feature-box:last-child {
  margin-bottom: 110px;
}

.voice-box-name {
  position: relative;
  border-bottom: 4px solid hsl(0deg 0% 20%);
  overflow: hidden;
}

.voice-box-name h3 {
  text-align: left;
  background-color: #333;
  border-left: 0;
  padding: 22px 70px 18px 70px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 0;
  font-weight: normal;
  max-width: calc(600px - 70px);
  margin: 0;
}

.voice-box-name h3 span.en {
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 26px;
  padding: 0 0 0 20px;
}

.voice-box-name-position {
  color: #fff;
  background-color: hsl(2deg 61% 45%);
  font-size: 18px;
  padding: 15px 50px 15px 85px;
  position: absolute;
  bottom: 0;
  left: 670px;
  content: "";
  margin: 0;
}

.voice-box-name h3:after {
  position: absolute;
  content: '';
  right: -50px;
  top: 0;
  border: none;
  border-left: solid 50px hsl(0deg 0% 20%);
  border-top: solid 78px hsl(0deg 0% 0% / 0%);
  z-index: 1;
}

.voice-box-name-position:after {
  position: absolute;
  content: '';
  right: -50px;
  top: 0;
  border: none;
  border-left: solid 50px hsl(2deg 61% 45%);
  border-top: solid 78px hsl(0deg 0% 0% / 0%);
  z-index: 1;
}

.voice-box-name h3 span.year {
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 16px;
  padding: 0 0 0 20px;
}

.voice-box-txt {
  background-color: #fff;
  padding: 70px 70px 10px 70px;
}

.txt-2box.recruitment-box {
  background-color: hsl(0deg 0% 95%);
  padding: 40px;
  width: calc(50% - 100px);
  margin: 0 40px 40px 0;
}

.txt-2box.recruitment-box.end {
  margin-right: 0;
}

.recruit-list-image {
  text-align: center;
  padding: 20px 0;
}

#contents .recruit-list-image p .material-symbols-outlined {
  font-size: 70px;
  color: hsl(2deg 61% 45%);
  line-height: 1;
  margin: 0;
  padding: 0;
}

#contents .recruit-list-image p {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.recruitment-box-area {
  margin-bottom: 50px;
}

.voice-box-area {
  padding-bottom: 30px;
}

.voice-box {
  margin-bottom: 70px;
}

.internship-list .txt-2box h4 {
  background-color: hsl(195deg 67% 52%);
  color: #fff;
  margin: 0;
  padding: 16px;
  text-align: center;
  font-weight: normal;
  border: none;
}

.internship-list-txt {
  padding: 38px 40px 40px 40px;
}

.internship-list-txt h5 {
  color: #33add6;
  margin: 40px 0 10px 0;
}

.internship-list-txt h5.no-mt {
  margin-top: 0;
}

.internship-list-txt ul {
  margin: 0;
}

.internship-list-txt ul li {
  margin: 0 0 10px 0;
}

#internship h3 {
  margin: 60px 0 40px 0;
}

#recruit .works-btn.entry-btn:after {
  font-size: 17px;
  right: 30px;
}

#recruit #contents h2.contact-h2 {
  padding-top: 0;
  margin-bottom: 0;
}

.recruit-table tr {
  border-bottom: 1px solid #cfcfcf;
}

.recruit-table tr:first-child {

  border-top: 1px solid hsl(0deg 0% 81%);
}


#recruit .recruit-table .table-01 th {
  color: hsl(2deg 61% 45%);
  letter-spacing: 0.03em;
}

#recruit h2.contact-h2 {
  padding-top: 0;
}

#recruit .txt-3box {
  margin-right: 2.44%;
  width: 31.67%;
}

#recruit .txt-3box.end {
  margin-right: 0;
}

#recruit .txt-3box.entry-box {
  margin: auto auto 30px;
}

br.sp-559 {
  display: none;
}

#recruit .radio-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 10px;
}

#recruit .radio-list .radio-item {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-bottom: 5px solid #333;
}

#recruit .radio-list .radio-item h4 {
  border: 0;
  background-color: #b9312d;
  color: #fff;
  margin: 0;
}

#recruit .radio-area {
  padding: 0 0 10px;
}

#recruit .radio-area h3 {
  font-size: 390%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  max-width: 540px;
  margin: auto auto 40px;
  padding: 30px;
  transition: .5s;
  height: 40px;
  background-color: #333;
  color: #f00;
}

#recruit .radio-bg {
  margin-bottom: 40px;
}

#recruit .radio-list .radio-audio {
  width: 100%;
  margin: 6px 0 0;
}

#recruit .radio-list .radio-item h4 .job {
  font-size: 65%;
  margin-left: 10px;
}

#recruit .radio-area h3::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(transparent 0 1px, rgba(0, 0, 0, 1) 1px);
  pointer-events: none;
  background-size: 3px 3px;
  content: '';
  opacity: .5;
}

#recruit .radio-area .radio-animation {
  bottom: 0;
  top: 50px;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 100%;
  white-space: nowrap;
  line-height: 0px;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: radioscroll;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

#recruit .radio-area {
  padding: 0 0 100px;
  padding-top: 70px;
  margin-top: -70px;
}

#recruit .radio-area .radio-animation:hover {
  color: #fff;
}

#radio p.txt-center {
  margin: 50px 0 43px;
  font-size: 113%;
}

.radio-agenda {
  background-color: #eafaff;
  padding: 25px;
  margin-top: 12px;
}

.radio-agenda li {
  max-width: fit-content;
}

.radio-agenda ul {
  margin: 0 auto;
}

@keyframes radioscroll {
  0% {
    left: 100%;
  }

  100% {
    left: -20em;
  }
}

/* =======================================

web works CSS

========================================== */
#web h2.main-txt,
#old-works h2.main-txt,
#dev h2.main-txt,
#movie h2.main-txt,
#admin h2.main-txt,
#logo-works h2.main-txt {
  font-size: 230%;
  margin: 0 0 40px 0;
}

.work-item {
  background-color: #ffffff;
  box-sizing: border-box;
  margin-bottom: 50px;
  margin-right: 25px;
  width: calc(100% / 4 - 19px);
}

.work-item img {
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}

.work-item:nth-child(4n) {
  margin-right: 0;
}

.work-item .txt {
  align-items: start;
  border: 0;
  color: #333;
  display: flex;
  font-size: 108%;
  justify-content: start;
  margin: 18px 0 3px 0;
  padding: 0 20px;
  text-align: start;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.work-item h3.txt-90 {
  font-size: 90%;
}

.work-item h3.txt-85 {
  font-size: 85%;
}

.works-text,
.work-item-txt {
  padding: 0px 20px 0px;
  margin: 22px 0 25px 0;
  letter-spacing: 0;
  font-size: 95%;
}

.work-item-txt {
  padding: 0px 10px 0px;
  margin: 15px 0 15px 0;
}

.work-item-txt h5 {
  background-color: #8d8d8d;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 100%;
  margin: 0 0 10px 0px;
  text-align: center;
  line-height: 0px;
  padding: 12px 0px 12px 0;
  align-items: center;
  width: 50%;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 90%;
}

#contents .works-url {
  font-size: 75%;
  padding: 0 10px 10px 10px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  margin: 0;
  border-bottom: 1px solid #cbcbcb;
}

#contents .works-url.min {
  font-size: 63%;
}

#contents .works-url.txt-match {
  font-size: 70%;
}

#web .flex.start {
  margin: 0;
}

#web .inner {
  max-width: 1200px;
}

#contents .works-url a {
  color: #09c;
}

a.works-link {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  box-sizing: border-box;
}

.work-item-img {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.work-item-img iframe {
    aspect-ratio: 16 / 9;
    margin-bottom: -7px;
    width: 100%;
}

.work-item p {
  margin: 0;
  line-height: 1.8em;
}

.work-item-txt-concept {
  margin: 0 0 20px 0;
  min-height: 7em;
}

body#web {
  background-color: #fff;
}

#web .page-main-txt,
#etc .page-main-txt {
  color: #a94545;
}

h3.works-list-ttl {
  background-color: #a94545;
}

.work-category {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
  font-size: 85%;
}

.work-category .category-item p {
  margin-bottom: 0;
}

.work-category .category-item {
  padding: 10px 0;
  margin: 0;
  background-color: #f3f3f3;
  color: #333;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.work-category .category-item.active {
  background-color: #33add6;
  color: #fff;
}

.work-category .category-item:hover {
  background-color: #33add6;
  color: #fff;
}

.work-category {
  flex-wrap: wrap;
}

.works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  min-height: 500px;
}

.work-item {
  background-color: #f3f3f3;
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.work-item.active {
  display: block;
}

.work-item .work-item-ttl {
  align-items: start;
  border: 0;
  color: #333;
  display: flex;
  font-size: 110%;
  justify-content: start;
  margin: 9px 0 3px 0;
  padding: 0 10px 0px 10px;
  text-align: start;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.work-item-txt h5 {
  background-color: #a94545;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 100%;
  margin: 0 0 10px 0px;
  text-align: center;
  line-height: 1em;
  padding: 5px 0px 5px 0;
  align-items: center;
  width: 50%;
  letter-spacing: 1px;
}

#web .work-item-txt h5 {
  font-size: 90%;
}

h3.work-list-ttl {
  border-bottom: none;
  font-size: 125%;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 0 5px 0;
  background-color: #a94545;
  padding: 10px 0;
  font-weight: 400;
  position: relative;
}

.work-item-ttl.txt-match {
  font-size: 13px;
}

.work-item-ttl.txt-match-02 {
  font-size: 14px;
}

#contents p.txt-match-03 {
  font-size: 69%;
}

.work-item-ttl.txt-match-03 {
  font-size: 13px;
}

.work-item-ttl.txt-match-04 {
  font-size: 15px;
}

.work-item-ttl.txt-match-05 {
  font-size: 16px;
}

.work-item-ttl.txt-match-06 {
  font-size: 17px;
}

#contents p.txt-match-07 {
  font-size: 60%;
}

.work-item-ttl.txt-match-08 {
  font-size: 13.3px;
  letter-spacing: -1.5px;
}

.work-item-ttl.txt-match-09 {
  font-size: 84%;
}

a.works-btn.position-up {
  margin: 0 auto 50px;
}

.works-page-link {
  text-align: right;
  display: inline-block;
  padding: 0px 20px;
  position: absolute;
  right: 0;

  align-items: center;
  font-size: 78%;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.works-page-link a {
  color: #fff;
  position: relative;
}

.works-page-link a:after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "\e5e1";
  font-size: 11px;
  font-weight: 400;
  left: -16px;
  top: 0px;
  bottom: 0px;
  align-items: center;
  display: flex;
  line-height: 1em;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  color: #fff;
}

/* =======================================

old works CSS

========================================== */
#old-works .page-main-txt {
  color: #ef8a29;
}

#old-works h3.work-list-ttl.old-ttl {
  background-color: #ef8a29;
}

#old-works .work-item-txt h5 {
  background-color: #ef8a29;
}

/* =======================================

movie works CSS

========================================== */
body#movie,
body#admin {
  background-color: #fff;
}

#movie .page-main-txt,
#admin .page-main-txt {
  color: #85b32f;
}

#movie h3.work-list-ttl,
#admin h3.work-list-ttl {
  background-color: #85b32f;
}

#movie .work-item,
#admin .work-item {
  background-color: #f3f3f3;
  display: block;
}

#movie .work-item .work-item-ttl,
#admin .work-item .work-item-ttl {
  border-bottom: 1px solid #85b32f;
  padding: 12px 10px 12px 10px;
  margin: 0;
}

#movie .work-item-txt h5,
#admin .work-item-txt h5 {
  background-color: #85b32f;
}

/* =======================================

develop works CSS

========================================== */
#dev .page-main-txt {
  color: #33add6;
}

#dev h3.work-list-ttl {
  background-color: #33add6;
  margin: 0 0 20px 0;
}

.work-small-txt {
  margin: 0 0 20px 0;
}

#dev .work-item {
  background-color: #f3f3f3;
  display: block;
}

#dev .work-item img {
  border: 1px solid #e7e7e7;
  width: calc(100% - 2px);
}

#dev .work-item .work-item-ttl {
  border-bottom: 1px solid #33add6;
  padding: 12px 20px 12px 20px;
  margin: 0 0 20px 0;
}

#dev .work-item-txt h5 {
  background-color: #33add6;
  padding: 5px 0px 7px 0;
}

#dev .work-item-txt-point {
  margin: 0 0 20px 0;
}

.work-item-txt-more ul li {
  list-style: disc;
  line-height: 1.7em;
  margin: 0 0 10px 0;
  padding-left: 0;
}

#dev .work-item-txt-concept {
  min-height: unset;
}

#dev .work-item .work-item-ttl.font-small {
  font-size: 105%;
}

.feature-box .txt-2box:nth-child(2n) {
  margin-right: 0;
}

#web .feature-box .txt-2box,
#web .seo-box .txt-2box {
  background-color: #f3f3f3;
  padding: 10px 30px 30px 30px;
  width: calc(50% - 75px);
}

/* =======================================

logo works CSS

========================================== */
#logo-works .work-item img {
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: none;
}

#logo-works .work-item-img {
  width: calc(100% - 2px);
  text-align: center;
}

#logo-works .page-main-txt {
  color: #3e64a8;
}

#logo-works h3.work-list-ttl {
  background-color: #3e64a8;
}

#logo-works .work-item {
  background-color: #f3f3f3;
}

#logo-works .work-item .work-item-ttl {
  border-bottom: 1px solid #3e64a8;
  padding: 0 20px 18px 20px;
}

#logo-works .work-item-txt h5 {
  background-color: #3e64a8;
}

/* =======================================

etc works CSS

======================================= */
#etc h3.work-list-ttl {
  background-color: #ccb126;
}

#etc .work-item-txt h5 {
  background-color: #ccb126;
}

#etc .page-main-txt {
  color: #ccb126;
}

#etc .work-item img {
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

/* =======================================

staff CSS

========================================== */
.staff-list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.staff-list .staff-item {
  box-sizing: border-box;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 30px;
  width: calc(100% / 2 - 40px);

}

.comment-area {
  display: flex;
  flex-wrap: wrap;
  height: calc(100% - 200px);
  justify-content: flex-start;
}

.comment-area .comment-img {
  display: block;
  height: 80px;
  width: 90px;
  z-index: 1;
}

.comment-area .comment-text {
  background-color: #f6f6f6;
  border: 2px solid #dedede;
  box-sizing: border-box;
  padding: 12px;
  position: relative;
  width: calc(100% - 90px);
}

.comment-area .comment-text::before {
  border-bottom: 8px solid transparent;
  border-right: 12px solid #f7f7f7;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 100%;
  top: 15px;
  width: 0;
}

.comment-area .comment-text::after {
  border-bottom: 10px solid transparent;
  border-right: 16px solid #dedede;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 100%;
  top: 13px;
  width: 0;
  z-index: -1;
}

.comment-text p {
  line-height: 1.8em;
  font-size: 95%;
}

#staff #contents h2.page-main-txt {
  color: #b7302c;
}

.staff-list .staff-item .profile-img {
    max-width: 447px;
}

/* =======================================

Reason CSS

========================================== */

#reason .inner {
    max-width: 1400px;
}

#reason #contents {
    padding: 0 0 320px 0;
}

#reason .h2-area {
    position: relative;
}

#reason .character-comment {
    position: absolute;
    right: -26px;
    bottom: 7px;
    font-size: 11px;
}

#reason h2 img {
    max-width: calc(2560px / 2);
ｗ
    w: 100%;ｗ
    w: 100%;ｗ
    w: 100;ｗ
    w: 1000;ｗ
    w: 100;ｗ
    w: 10;ｗ
    w: 1;
    width: 100%;
}

#reason .reason-flex {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 100px auto;
}

#reason h3.reason-ttl {
    background-color: #33add6;
    padding: 25px 30px 29px 30px;
    text-align: center;
    color: #fff;
    border: none;
    margin: 0 0 90px 0;
    letter-spacing: .05em;
    position: relative;
    font-size: 48px;
    line-height: 1;
}

#reason h4.reason-ttl {
    font-size: 34px;
    line-height: 1.6em;
    color: #333;
    margin: 0 0 25px 0;
    border: 0;
    padding: 15px 0 0 0;
}

#reason .reason-last {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    padding: 160px 0;
    margin: 0;
    background-image: url(image/contents/reason/bg-last.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#reason .main-txt {
    margin-bottom: 70px;
}

#reason .catch-border {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: .05em;
}

#reason .bg-style-01 {
    margin-bottom: 110px;
    padding: 110px 0 1px 0;
}

#reason .contact-bg {
    margin-top: 0;
}

#reason .photo-left, #reason .photo-right {
    width: 50%;
}

#reason .text-left, #reason .text-right {
    width: calc(50% - 50px);
    font-size: 18px;
    font-weight: 500;
} 

#reason .reason-list-first {
    background-color: #5cbcde;
    padding: 110px 0 30px 0;
}

#reason .first-item {
    display: block;
    background-color: #fff;
    margin: 0 0 70px 0;
    text-decoration: none;
    opacity: 1;
    transition: .5s;
    position: relative;
}

#reason .first-item:hover {
    opacity: .5;
    transition: .5s;
}

#reason .first-item-ttl-area .num {
    background-color: #1895c1;
    padding: 0;
    color: #fff;
    width: 68px;
    height: 68px;
    border: 6px solid #fff45c;
    position: absolute;
    bottom: calc(100% - 68px);
    top: calc(100% - 68px);
    left: 0;
    font-size: 36px;
    border-radius: 100%;
    line-height: 1;
    text-align: center;
    align-items: center;
    display: flex;
    font-weight: 600;
    justify-content: center;
    font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#reason .first-item-ttl-area .txt {
    margin: 0;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    padding: 0 0 0 90px;
}


#reason .first-item-ttl-area {
    position: absolute;
    width: calc(100% - 80px);
    top: -30px;
    left: 25px;
}


#reason .first-item-ttl {
    background-color: #fff45c;
    border-radius: 30px;
    padding: 20px 0;
    margin: 0;
    line-height: 1;
    align-items: center;
    position: relative;
}

#reason .first-item .reason-ttl {
    line-height: 1.56em;
    font-size: 132%;
    color: #333;
    font-weight: bold;
    letter-spacing: .01em;
    margin: 0;
    display: inline-block;
    align-items: center;
    position: absolute;
    top: calc(50% - 1.7em);
}

#reason .arrow-area {
    background-color: #1895c1;
    display: block;
    width: 100%;
    height: 40px;
	position: relative;
}

#reason .arrow-area:after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "\e5c5";
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  right: calc(50% - 20px);
  left: calc(50% - 20px);
  top: 0px;
  bottom: 0px;
  align-items: center;
  display: flex;
  line-height: 1em;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  width: 1em;
}

#reason .txt-area {
    padding: 70px 30px 42px 30px;
}

#reason .first-item .img-2box {
    width: 100px;
}

#reason .first-item .img-2box-txt {
    width: calc(100% - 120px);
    position: relative;
}

#reason .reason-list-first .txt-3box {
    width: calc(100% / 3 - 13px);
    margin-right: 0;
}

#reason .reason-list-first .txt-3box:nth-child(3n) {
    margin-right: 0;
}

#reason .reason-list-first .txt-3box:nth-child(6) .reason-ttl {
    top: 0;
}

#reason .look-yellow {
    color: #fff45c;
}

#reason .reason-ttl .point-num {
    position: absolute;
    height: calc(269px / 2);
    width: calc(326px / 2);
    bottom: calc(100% - 49px);
    left: 7%;
}

#reason .reason-item-06 .reason-ttl .point-num {
    left: -16px;
}

#reason-01, #reason-02, #reason-03, #reason-04, #reason-05, #reason-06 {
    padding-top: 170px;
    margin-top: -170px;
}

#reason .reason-item-06 h3.reason-ttl {
    letter-spacing: -0.05em;
}

#reason .text-left p, #reason .text-right p {
    line-height: 2em;
}

#reason .reason-last p {
    line-height: 1.68em;
}

#reason .reason-item .reason-flex:last-child {
    margin-bottom: 140px;
}

/* =======================================

Privacy Policy CSS

========================================== */
#privacy .inner h2,
#security .inner h2 {
  border-bottom: 3px solid #b7302c;
  color: #b7302c;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 170%;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 50px 0 40px;
  padding: 0 0 20px;
  text-align: left;
}

#privacy .inner h3,
#security .inner h3 {
  background-color: #fff;
  border-bottom: 0;
  border-left: 5px solid #b7302c;
  color: #333;
  font-size: 120%;
  margin-top: 30px;
  padding: 5px 10px;
  padding: 10px;
  padding-bottom: 8px;
  text-align: left;
}

/* =======================================

Customer CSS

========================================== */
#customer .inner h2 {
  border-bottom: 3px solid #b7302c;
  color: #b7302c;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 170%;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 50px 0 40px;
  padding: 0 0 20px;
  text-align: left;
}

#customer .inner h3 {
  background-color: #fff;
  border-bottom: 0;
  border-left: 5px solid #b7302c;
  color: #333;
  font-size: 120%;
  margin-top: 30px;
  padding: 5px 10px;
  padding: 10px;
  padding-bottom: 8px;
  text-align: left;
}

/* =======================================

Contact CSS

========================================== */
#contents textarea {
  padding: 10px;
}

#contact span.tel-txt {
  font-size: 160%;
  color: #b7302c;
  font-weight: bold;
}

#contact #contents h2.page-main-txt {
  color: #85b32f;
}

.page-main-visual {
  margin-bottom: 35px;
}

/* =======================================

complete CSS


========================================== */
#complete .works-btn {
  margin: 40px auto 0 auto;
  padding: 15px;
  max-width: 300px;
}

.complete-area .small {
  font-size: 90%;
}

.complete-area:after {
  position: absolute;
  align-items: center;
  background-image: url(image/contents/complete/complete_01.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  margin: auto;
  position: absolute;
  right: 60px;
  width: 289px;
  height: 254px;
  bottom: 0;
}

/* =======================================

News CSS

========================================== */
h2.entry-title {
  font-size: 160%;
  text-align: left;
  font-weight: bold;
  border-bottom: 2px solid #dedede;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px;
}

#post #page-ttl .inner h1 {
  font-size: 260%;
}

#post .day {
  margin-bottom: 15px;
  text-align: right;
  color: #868686;
  line-height: 1;
}

.entry-content {
  margin-bottom: 75px;
}

/* =======================================

Sitemap CSS

========================================== */
.sitemap-list {
  list-style: none;
  margin: 20px 0px 80px 10px;
  padding-left: 0;
}


.sitemap-list li a {
  color: #09c;
  /* position: relative; */
  text-decoration: none;
  opacity: 1;
  transition: 1s;
  font-weight: 500;
  letter-spacing: 1px;
  background-image: url(image/contents/sitemap/map_joint.gif);
  background-repeat: repeat-y;
  background-position: left 5px;
  padding: 2px 0px 5px 20px;
  display: inline-block;
}

.sitemap-list li:last-child a {
  background-image: url(image/contents/sitemap/map_bottom.gif);
  background-repeat: no-repeat;
  background-position: left -1207px;
}

.sitemap-area h2 {
  font-size: 30px;
  padding: 0;
  margin: 0;
  text-align: left;
}

.sitemap-area .txt-3box {
  width: calc(100% / 3 - 20px);
  margin-right: 20px;
}

.sitemap-area .txt-3box:nth-child(3n) {
  margin-right: 0;
}

/*.sitemap-list li a:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}*/
.sitemap-list li a:hover {
  opacity: .5;
  transition: .5s;
}

/* =======================================

Q&A CSS

========================================== */
#contents .qa-item .qa-q h3 {
  padding: 26px 20px 26px 75px;
  color: #333;
  margin: 0;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 120%;
  text-align: left;
  width: auto;
  border: none;
}

.qa-item .qa-q h3::before {
  content: "Q";
  position: absolute;
  left: 30px;
  padding-bottom: 0px;
  font-size: 35px;
  color: #33add6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  margin: auto;
  bottom: 0;
  font-weight: 600;
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.qa-item .qa-a {
  background-color: #f3f3f3;
  padding: 30px 20px 30px 75px;
  position: relative;
}

.qa-item .qa-a::before {
  content: "A";
  position: absolute;
  left: 32px;
  top: 0;
  margin: auto;
  bottom: 0;
  font-size: 35px;
  color: #b7302c;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
  font-weight: 600;
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#contents .qa-item .qa-a p {
  margin-bottom: 0;
}

.qa-item {
  margin: 0 0 50px 0;
}

.bg-style-01 .qa-item .qa-a {
  background-color: #fff;
}

.qa-list .bg-style-01:last-child {
  margin-bottom: -70px;
  padding-bottom: 30px;
}

.qa-item .qa-q h3::after {
  content: "";
  border-bottom: 2px dotted #dedede;
  bottom: 0;

  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  position: absolute;
}

#contents .qa-item .qa-q h3 {
  background-color: #f3f3f3;
}

#contents .bg-style-01 .qa-item .qa-q h3 {
  background-color: #fff;
}

#contents .qa-list .bg-style-01 h2 {
  margin-top: 80px;
}

#contents .qa-list h2 {
  margin-top: 0;
}

#contents .inner .qa-item:last-child {
  margin-bottom: 80px;
}

.qa-list .bg-style-01 {
  padding: 1px 0 1px 0;
}

/* =======================================

Movie admin CSS

========================================== */
#admin #contents .post_password_box {
  max-width: 1200px;
  margin: 0 auto;
}

#admin #contents .post_password input#pwbox-1292 {
  margin-bottom: 20px;
  width: auto;
}

#admin #contents input[type="submit"] {
  min-width: 70px;
  width: auto;
  height: auto;
  padding: 10px;
  margin-left: 10px;
}

#admin #contents .custom-password-message {
  max-width: 1200px;
  maegin: ;
  margin: 0 auto 10px;
  color: #b5302c;
  font-weight: 500;
  font-size: 110%;
}

/* =======================================

extra CSS

========================================== */
#birthday iframe {
  max-width: 100%;
  width: 1200px;
  aspect-ratio: 16/9;
}

#birthday p.mt-20.mb-50.txt-120.bold.txt-center.serif {
  line-height: 3em;
}

/* =======================================

Structure CSS

========================================== */
/*Text Decoration*/
.look-orange {
  color: #e66f11;
}

.look-red {
  color: #b7302c;
}

.look-pink {
  color: #f69;
}

.look-blue {
  color: #36f;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*Text Size*/
.txt-85 {
  font-size: 85%;
}

.txt-90 {
  font-size: 90%;
}

.txt-120 {
  font-size: 120%;
}

.txt-150 {
  font-size: 150%;
}

.txt-180 {
  font-size: 180%;
}

.txt-200 {
  font-size: 200%;
}

.mini-txt {
  font-size: 85%;
}

/*Text Align*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.va-center {
  vertical-align: middle;
}

/*Margin*/
.no-mb {
  margin-bottom: 0;
}

.no-mt,
.no-mt {
  margin-top: 0;
}

.pt-50 {
  padding-top: 50px;
}

.pt-75 {
  padding-top: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-80 {
  padding-top: 80px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* Float */
.left {
  float: left;
}

.right {
  float: right;
}

/*img-deco*/
.img-border {
  border: 1px solid #dedede;
}

/* Table */
.table-over {
  overflow: auto;
  width: 100%;
}

.table-over.max-contents {
  max-width: max-content;
}

.table-over::-webkit-scrollbar {
  height: 5px;
}

.table-over::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 5px;
}

.table-over::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 5px;
}

.table-over table {
  margin-bottom: 0;
  min-width: 520px;
  width: 100%;
}

.table-01 {
  border-collapse: collapse;
  border-top: 1px solid #cacef1;
  border-width: 0;
  line-height: 1.6em;
}


.table-01 th {
  background-color: transparent;
  color: #323232;
  font-size: 105%;
  font-weight: bold;
  min-width: 100px;
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

.table-01 th.th-ttl {
  background-color: #96cd00;
  color: #fff;
  font-size: 110%;
  text-align: center;
}

.table-01 th a {
  color: #2c97d1;
}

.table-01 th.need {
  width: 200px;
}

.table-01 th.need:after {
  background-color: #b7302c;
  border-radius: 0px;
  color: #fff;
  content: "必須";
  display: block;
  float: right;
  font-size: 11px;
  font-weight: normal;
  margin-left: 15px;
  text-align: center;
  width: 40px;
}

.form-box .table-01 th.no-need {
  padding-right: 70px;
}

.form-box {
  margin-bottom: 50px;
}

.form-box .table-01 {
  border: 0;
  margin: auto;
  max-width: 800px;
  width: 100%;
}

.form-box .table-01 th,
.form-box .table-01 td {
  border: 0;
  padding: 15px 10px;
}

.form-box .table-01 th.need,
.form-box .table-01 th.no-need {
  text-align: right;
}

.table-01 td {
  padding: 20px;
  vertical-align: top;
}

.table-01 .txtcenter {
  text-align: center;
}

.table-01 .vam {
  vertical-align: middle;
}

.table-01.w-100 {
  width: 100%;
}

th.w-180 {
  width: 115px;
}

.th-w30 th {
  width: 30%;
}

th.pdf {
  padding-left: 10px;
}

th.w-60px {
  width: 60px;
}

th.w-120 {
  width: 120px;
}

th.pdf a {
  background-image: url(image/base/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  list-style-type: none;
  padding-left: 25px;
}


td.pdf {
  padding-left: 10px;
}

td.pdf a {
  background-image: url(image/base/ico_pdf.png);
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
  list-style-type: none;
  padding-left: 25px;
}

/**/
.table-02 {
  border-collapse: collapse;
  border-width: 0;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.table-02 th {
  background-color: #e2e2e2;
  border: 1px solid #fff;
  color: #333;
  font-weight: bold;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  text-align: center;
  vertical-align: top;
}

.table-02 th a {
  color: #2c97d1;
}

.table-02 td {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding-bottom: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 18px;
  text-align: left;
  vertical-align: top;
}

.table-02.txt-center th,
.table-02.txt-center td {
  text-align: center;
}

.table-inspection td {
  width: 60px;
}

.table-02.w-100 {
  width: 100%;
}

th.w-120px {
  min-width: 120px;
}

/*send-btn*/
.btn-send {
  padding-top: 5px 20px 5px 20px;
}

/*commentbox*/
.comment-box {
  background-color: #ebf1f3;
  border: 1px solid #8fb1bc;
  color: #324b54;
  margin-bottom: 20px;
  padding: 15px;
}

.comment-box p {
  margin: 0;
  padding: 0;
}

/*ul*/
.disc {
  margin: 0;
  padding: 0 0 0 20px;
}

.disc li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

table ul {
  margin-bottom: 0;
}

/*ol*/
ol {
  padding-left: 20px;
}

ol li {
  line-height: 1.6em;
  margin-bottom: 0;
}

header .head-inner .img-logo-01 {
  margin: 0;
  margin-right: 10px;
  max-width: 145px;
  margin-left: 50px;
  width: calc(12% - 50px);
}

header .head-inner .img-logo-01 img {
  width: 100%;
}

#home #contents .contact-bg .contact-h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

#home #contents h2 {
  margin-top: 79px;
  line-height: 0.9em;
}

#home #contents .notice-area h2 {
  margin: 50px 0 40px 0;
  font-size: 340%;
  line-height: 0.85em;
  width: 100%;
}

#home .notice-area h2 .sub-text {
  margin: 15px 0 0 0;
  font-size: 18px;
}

h3.center-style {
  border-bottom: 0;
}

h2,
h3.center-style {
  color: #333333;
  flex-wrap: wrap;
  font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 360%;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 0.9em;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

h2 .h2-txt-color,
h3.center-style .txt-color {
  color: #b7302c;
}

h2 .sub-text,
h3.center-style .sub-text {
  color: #787878;
  display: block;
  font-size: 18px;
  font-size: 31%;
  font-weight: 500;
  line-height: 1;
  margin: 18px 0 0 0;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

#home .contact-bg .contact-h2 span.sub-text {
  color: #333;
}

h3 {
  border-bottom: 2px solid #b7302c;
  color: #b7302c;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 155%;
  letter-spacing: 1px;
  margin: 30px 0 30px;
  padding: 0 0 18px 15px;
}

h4 {
  border-left: 5px solid #0099cc;
  color: #333;
  font-size: 118%;
  margin-top: 30px;
  padding: 4px 12px;
  text-align: left;
  letter-spacing: 1px;
}

h5 {
  color: #b7302c;
  font-size: 120%;
  letter-spacing: 1px;
}


h6 {
  font-size: 100%;
}

/* googlemap ifreame */
.google-map ifream {
  border: none;
  height: 100%;
  min-height: 270px;
  width: 100%;
}

.google-map {
  height: 460px;
  margin-bottom: 25px;
  width: 100%;
}

/*カラム*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.start {
  justify-content: start;
}

.flex.center {
  justify-content: center;
}

.flex.item-center {
  align-items: center;
}

.txt-2box {
  width: 48%;
}

.txt-2box.end {
  margin-right: 0;
}

.txt-2box.border-back-white {
  width: calc(48% - 28px);
}

.txt-3box {
  margin-right: 2.75%;
  width: 31.5%;
}

.txt-3box.end {
  margin-right: 0;
}

.txt-4box {
  margin-right: 1%;
  width: 23.75%;
}

.txt-4box.end {
  margin-right: 0;
}

.txt-5box {
  margin-right: 1.5625%;
  width: 18.75%;
}

.txt-5box.end {
  margin-right: 0;
}

.img-2box {
  width: 30%;
}

.img-2box-txt {
  width: 65%;
}

/* other */
.image-block.pc-none {
  padding-top: 60px;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none.inline {
  display: inline-block;
}

/* contact */
#contact .table-01 {
  margin: auto;
  max-width: 700px;
  width: 100%;
}

#contact .table-01 th {
  padding: 24px 10px;
  position: relative;
}

#contact .table-01 th.need:after {
  position: absolute;
  right: 0;
  top: 26px;
}

#contact .table-01 td {
  padding: 16px 10px;
}

.complete-area {
  background-color: #f3f3f3;
  padding: 40px 60px;
  box-sizing: border-box;
  max-width: 950px;
  margin: 0 auto;
  font-size: 110%;
  position: relative;
}

input {
  background-color: #eee;
  border: 0;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

input[type="submit"] {
  background-color: #33add6;
  background-image: url(image/contents/home/ico_bnr__arrow.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 100%;
  padding: 18px 0px;
  width: 100%;
  margin: 0;
  opacity: 1;
  transition: .7s;
}

.submit-btn {
  margin: 45px auto 70px auto;
  max-width: 400px;
  position: relative;
  height: 60px;
}

.submit-btn:after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "\e5e1";
  font-size: 13px;
  font-weight: 400;
  right: 20px;
  top: 50%;
  bottom: 50%;
  align-items: center;
  display: flex;
  line-height: 1em;
  padding: 0;
  margin: 0;
  width: 13px;
  letter-spacing: 0;
  color: #fff;
}

input[type="submit"]:hover {
  opacity: .5;
  transition: .7s;
}

input.input-short {
  margin-right: 1%;
  width: 15%;
}

textarea {
  background-color: #eee;
  border: 0;
  box-sizing: border-box;
  width: 100%;
}

input[type="radio"] {
  width: auto;
}

div.wpcf7-validation-errors {
  background-color: #f5f1e6;
  border: 2px solid #f7e700;
  border-width: 0;
  margin-bottom: 65px;
  padding: 15px;
  text-align: center;
  color: #b7302c;
}

#contents .wpcf7-response-output {
  border-color: #ffd05b;
  background-color: #fff7e4;
  color: #b7302c;
  font-size: 120%;
  position: relative;
  margin: 30px auto 0 auto;
  padding: 20px 20px 20px 70px;
  max-width: 860px;
}

#contents .wpcf7-response-output:after {
  position: absolute;
  font-family: 'Material Symbols Outlined';
  content: "\e000";
  font-size: 30px;
  font-weight: 400;
  right: 0;
  left: 30px;
  top: 50%;
  bottom: 50%;
  align-items: center;
  display: flex;
  line-height: 1em;
  padding: 0;
  margin: 0;
  width: 13px;
  letter-spacing: 0;
  color: #b7302c;
}

span.wpcf7-form-control-wrap.entry-year input {
  max-width: 65px;
}

span.wpcf7-form-control-wrap.address-num input {
  margin-left: 5px;
  max-width: 95px;
}

/* pc sp button */
.view-button {
  margin: auto;
  max-width: 1140px;
}

footer .view-button a {
  background-color: #333;
  color: #fff;
  display: block;
  font-size: 85%;
  font-weight: bold;
  margin: 20px auto;
  max-width: 150px;
  padding: 5px 10px;
}

.view-button p.pc-button {
  display: none;
}

.view-button p.sp-button {
  display: block;
}

/* navi */
.page-navi {
  margin-top: 40px;
}

/* check */
#check #contents {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1em;
  padding-bottom: 320px;
}

#check .catch-border {
  letter-spacing: 0.1em;
  line-height: 2.2;
}

#check .about-catch h2 span.sub {
  letter-spacing: 0.1em;
}

#check .about-num .txt-2box {
  padding: 70px 30px 40px 30px;
}

#check h3 {
  font-size: 22px;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 2em 0 1.6em 0;
  padding: 0 0 0.4em 0;
}

#check p {
  color: #333;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

#check #contents .txt-2box p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

#check .about-num .txt-2box h3 {
  letter-spacing: 0.1em;
  margin: 0;
  font-size: 130%;
  padding: 15px 20px 15px 80px;
}

#check #contents .message-profile p {
  letter-spacing: 0.1em;
  line-height: 2.2;
  font-size: 15px;
}

#check .message-profile {
  width: calc(38% - 30px);
}

#check .bg-box .txt-4box h4 {
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
}

#check .contact-bg h2 .sub-text {
  letter-spacing: 0.1em;
}

#check h2 .sub-text,
#check h3.center-style .sub-text {
  letter-spacing: 0.1em;
}

#check .message-profile .name span {
  font-size: 15px;
}

#check #contents .message-profile .name {
  font-size: 24px;
}

#check .contact-bg {
  margin-top: 0;
}

#check .message-text h3 {
  margin-top: 0;
}

#check #contents .txt-2box p.about-img {
  margin: 0;
}

#check #contents .access-item p:first-child {
  margin: 0px 0 15px 0;
}

/* news */
#news #contents .news-contents {
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}

#news #contents .news-img {
  width: 130px;
  margin-bottom: 0;
}

#news #contents .txt {
  width: calc(100% - 150px);
  margin-bottom: 0;
}

#news #contents .news-group {
  margin: 0 0 15px;
  padding: 10px;
  background-color: #f3f3f3;
}

.page-num-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-num-list .page-numbers {
  padding: 10px 16px;
  display: block;
  background-color: #33add6;
  margin: 0 5px;
  color: #fff;
  transition: .5s;
}

.page-num-list .page-numbers:hover {
  opacity: .5;
  transition: .5s;
  text-decoration: none;
}

/* リキャプチャ */

.grecaptcha-badge {
  display: none !important;
}

/* 404 */
.error404 #contents .inner h2 {
  font-size: 190%;
  font-weight: bold;
}

.flex.page-404-link {
  max-width: 840px;
  margin: auto;
}

.page-404-image {
  text-align: center;
  margin: 40px 0 0 0;
}

.error404 .works-btn {
  margin: 50px auto 0 auto;
}

@media screen and (min-width: 960px) {
  header #sp-header {
    display: none;
  }

  html.mobile #page-ttl {
    padding-top: 250px;
  }

  .mobile .image-block.sp-none {
    padding-top: 105px;
  }

  .sp-ico-area {
    display: none;
  }
}

@media screen and (max-width: 1600px) {
  #g-navi .g-navi-inner ul#navi-list li.contact {
    min-width: 115px;
  }

  #g-navi .g-navi-inner ul#navi-list li a {
    padding: 8px 7px;
  }

  header .head-inner .img-logo-01 {
    margin-left: 25px;
    width: calc(22% - 50px);
  }

  .header-right {
    width: calc(78% - 10px);
  }
}

@media screen and (max-width: 1440px) {
  .header-right {
    width: calc(85% - 10px);
  }

  header .head-inner .img-logo-01 {
    margin-left: 25px;
    width: calc(17% - 50px);
  }

  #g-navi .g-navi-inner ul#navi-list li.contact {
    min-width: 110px;
  }

  #g-navi .g-navi-inner ul#navi-list li a {
    padding: 26px 0.4em 26px 0.4em;
    font-size: 110%;
  }

  .header-fix #g-navi .g-navi-inner ul#navi-list li a {
    padding: 17px 10px 17px 10px;
  }
}

@media screen and (max-width: 1380px) {
  .service-item {
    width: calc(100% / 4 - 15px);
  }
}

@media screen and (max-width: 1310px) {
  #g-navi .g-navi-inner ul#navi-list li span.jp-text {
    font-size: 12px;
  }

  #g-navi .g-navi-inner ul#navi-list .child-box li a {
    font-size: 16px;
    padding: 20px 25px;
  }

  .child-box,
  .header-fix .child-box {
    height: auto;
    padding: 50px;
  }

  #g-navi ul.nav-child {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #g-navi .g-navi-inner ul#navi-list li.about .child-box li,
  #g-navi .g-navi-inner ul#navi-list li.service .child-box li {
    margin: 0;
    width: 100%;
  }

  #g-navi .g-navi-inner ul#navi-list li.about .child-box li:nth-child(3n),
  #g-navi .g-navi-inner ul#navi-list li.service .child-box li:nth-child(3n) {
    margin-right: 0;
  }

  #g-navi .g-navi-inner ul#navi-list li a {
    padding: 26px 0.4em 26px 0.4em;
    font-size: 100%;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact {
    min-width: 105px;
  }

  .header-fix #g-navi .g-navi-inner ul#navi-list li a {
    padding: 25px .7vw;
    margin: 0;
  }

  .anchor-box.flex.start {
    width: calc(100% - 80px);
  }

  .header-fix #g-navi .g-navi-inner ul#navi-list .child-box li a {
    padding: 26px 20px;
  }

  /* =======================================

Movie admin CSS

========================================== */

  #admin #contents .post_password_box {
    max-width: 95%;
  }

  #admin #contents .post_password input#pwbox-1292 {
    width: 50%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
    .work-category {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #g-navi .g-navi-inner ul#navi-list li a {
    padding: 26px 0.35em 26px 0.35em;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact {
    min-width: 90px;
  }

  .header-right {
    width: calc(85% - 40px);
  }

  .inner {
    width: 94%;
  }

  #g-navi .g-navi-inner ul#navi-list li span.jp-text {
    letter-spacing: -1px;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact a {
    font-size: 13px;
    letter-spacing: 0;
  }

  .contact-item {
    width: calc(50% - 15px);
    text-align: center;
  }

  .news-box,
  .blog-box {
    width: calc(50% - 12px);
  }

  .service-item {
    width: calc(100% / 4 - 15px);
  }

  .topics-area {
    max-width: calc(573px * 2 - 20px);
    width: calc(100% - 20px);
  }

  .topics-area .topics-item {
    width: calc(50% - 17px);
  }

  .event-item,
  .owner-item {
    margin-right: 20px;
    max-width: calc(100% / 4 - 30px);
  }

  .contact-list .contact-item:first-child {
    background-color: #3aa8cd;
  }

  .contact-list .contact-item:last-child {
    background-color: #b7302c;
  }

  /*#g-navi .g-navi-inner ul#navi-list li a {
    padding: 26px 0.45em 26px 0.45em;
    font-size: 110%;
  }*/
  .about-num .txt-2box h3,
  #about #concept h3 {
    padding: 15px 20px 15px 75px;
  }

  .voice-box-name h3 {
    max-width: 465px;
    font-size: 140%;
  }

  .voice-box-name-position {
    left: 605px;
    font-size: 100%;
    padding: 15px 20px 15px 70px;
  }

  .voice-box-name h3 span.en {
    font-size: 100%;
  }

  /* about */
  #about #company-movie .flex.center .txt-2box {
    width: 100%;
    margin-right: 0;
  }

  #about .youtube-area {
    height: 440px;
  }
}

@media screen and (max-width: 1150px) {
  .header-fix #g-navi .g-navi-inner ul#navi-list li a {
    padding: 11px .7vw;
  }

  .header-fix #g-navi .g-navi-inner ul#navi-list li.contact a {
    background-size: 24px 16px;
    background-position: 10px center;
    max-width: 200px;
    margin: 0 0 0 auto;
    padding: 13px 10px;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact a:hover {
    background-position: 10px 10px;
    background-size: 21px 23px;
  }

  header .head-inner,
  header,
  header.header-fix .head-inner,
  header.header-fix {
    height: auto;
  }

  #g-navi .g-navi-inner ul#navi-list li {
    order: 2;
  }

  #g-navi .g-navi-inner ul#navi-list {
    flex-wrap: wrap;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact {
    order: 1;
    width: 100%;
    height: 40px;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact a {
    background-size: 24px 16px;
    background-position: 10px center;
    max-width: 200px;
    margin: 0 0 0 auto;
    padding: 13px 10px;
  }

  .header-right {
    width: calc(88% - 45px);
  }

  header .head-inner .img-logo-01 {
    margin-left: 15px;
    width: calc(17% - 30px);
  }

  #g-navi .g-navi-inner ul#navi-list .child-box-ttl span.h2-txt-color {
    font-size: 50px;
  }

  #g-navi .child-box-ttl {
    font-size: 50px;
  }

  #g-navi .g-navi-inner ul#navi-list .child-box li a {
    font-size: 15px;
    padding: 18px 20px;
  }

  .txt-2box.child-box-right {
    padding-left: 35px;
    width: calc(100% - 312px);
  }

  .txt-2box.child-box-left {
    padding-right: 35px;
    width: 240px;
  }

  .child-box,
  .header-fix .child-box {
    padding: 40px;
    top: 105px;
  }

  .header-fix .child-box {
    top: 90px;
  }

  #g-navi .g-navi-inner ul#navi-list li a {
    padding: 17px 0.35em 17px 0.35em;
    font-size: 100%;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact {
    min-width: 100px;
  }

  #home #contents {
    padding-bottom: 295px;
  }
}

@media screen and (max-width: 1060px) {
  #g-navi .g-navi-inner ul#navi-list li a {
    font-size: 85%;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact {
    min-width: 100px;
  }

  #g-navi .g-navi-inner ul#navi-list li span.jp-text {
    font-size: 12px;
  }

  .header-right {
    width: calc(92% - 85px);
  }

  header .head-inner .img-logo-01 {
    margin-left: 25px;
    width: calc(17% - 50px);
  }

  #contents h2.page-main-txt {
    text-align: left;
    line-height: 1.4em;
  }

  .catch-border {
    text-align: left;
  }

  .voice-box-name h3 {
    max-width: 400px;
    font-size: 120%;
  }

  .voice-box-name-position {
    left: 540px;
    font-size: 100%;
    padding: 15px 20px 15px 50px;
  }
}

@media screen and (max-width: 1024px) {
  #g-navi .service ul.nav-child {
    grid-template-columns: 1fr 1fr;
  }

  #g-navi .g-navi-inner ul#navi-list li a {
    font-size: 90%;
  }
}

@media screen and (min-width: 960px) {
  .footer-list.sp-list {
    display: none;
  }

  #g-navi .g-navi-inner ul#navi-list li.qa.pc-none {
    display: none;
  }
}

/* view-959 tablet */
@media screen and (max-width: 959px) {
  .cookie_consent-persistent-cookie-btn--BottomLeft {
    left: 10px !important;
    bottom: 30px !important;
  }

  header .head-inner .img-logo-01 {

    width: 100%;
  }

  #home #contents {
    padding-bottom: 160px;
  }

  /* ロゴアニメーション */
  .main-view video {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }

  .main-view video.sp-none {
    display: none;
  }

  .main-view video.pc-none {
    display: block;
  }

  .main-view {
    width: 100vw;
    height: 100vw;
  }

  #web #g-navi .g-navi-inner ul#navi-list li.nav-parent .nav-child a span,
  #about #g-navi .g-navi-inner ul#navi-list li.nav-parent .nav-child a span,
  #service #g-navi .g-navi-inner ul#navi-list li.nav-parent .nav-child a span {
    color: #fff;
  }

  #web #g-navi .g-navi-inner ul#navi-list li.nav-parent a.pc-ttl,
  #g-navi .g-navi-inner ul#navi-list li.nav-parent a.pc-ttl,
  #about #g-navi .g-navi-inner ul#navi-list li.nav-parent a.pc-ttl,
  #g-navi .g-navi-inner ul#navi-list li.nav-parent a.pc-ttl,
  #service #g-navi .g-navi-inner ul#navi-list li.nav-parent a.pc-ttl,
  #g-navi .g-navi-inner ul#navi-list li.nav-parent a.pc-ttl {
    display: none;
    background-color: unset;
  }

  #g-navi .g-navi-inner ul#navi-list li span.sp-ttl {
    display: block;
    color: #464646;
    font-weight: 600;
    font-family: futura-pt, "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    position: relative;
    padding: 15px 20px;
    line-height: 1em;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: normal;
  }

  #g-navi .g-navi-inner ul#navi-list li span.jp-text {
    font-size: 16px;
    line-height: 1em;
    padding: 0;
    text-align: left;
    color: #fff;
  }

  .txt-2box.child-box-left {
    display: none;
  }

  #g-navi .txt-2box.child-box-right {
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0;
    background-color: #545454;
  }

  #g-navi .child-box {
    background-color: #fff;
    padding: 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    top: 0;
    text-align: center;
    justify-content: center;
    border-top: 1px dotted #898989;
    width: 100%;
  }

  #g-navi .g-navi-inner {
    justify-content: unset;
    display: block;
    background-color: #545454;
    height: auto;
  }

  /* header */
  header,
  header.header-fix {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #e2e2e2;
    height: 62px;
  }

  .header-right {
    height: 0;
  }

  #g-navi .g-navi-inner ul#navi-list.open {
    display: block;
  }

  #g-navi {
    display: none;
    height: 90vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 62px;
    width: 100%;
  }

  #g-navi.open {
    display: block;
    overflow: auto;
    background-color: #ffffff;
  }

  #g-navi .g-navi-inner ul#navi-list li a,
  #g-navi .g-navi-inner ul#navi-list ul.nav-child a,
  .header-fix #g-navi .g-navi-inner ul#navi-list li a {
    border-top: 1px solid #898989;
    box-sizing: border-box;
    height: auto;
    padding: 15px 20px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0;
  }

  #g-navi .g-navi-inner ul#navi-list ul.nav-child a {
    font-size: 15px;
    padding: 12px 10px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    box-sizing: border-box;
    width: 100%;
    display: block;
    letter-spacing: 0;
    background-color: #33add6;
    border: none;
    position: relative;
  }

  #g-navi .g-navi-inner ul#navi-list li {
    box-sizing: border-box;
    font-size: 110%;
    height: auto;
    padding: 0;
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
    min-width: 0;
  }

  #g-navi .g-navi-inner ul#navi-list li a:after {
    position: absolute;
    font-family: 'Material Symbols Outlined';
    content: "\e5e1";
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    right: 0;
    left: calc(100% - 32px);
    top: 0px;
    bottom: 0px;
    align-items: center;
    display: flex;
    line-height: 1em;
    padding: 0;
    margin: 0;
    width: 13px;
    letter-spacing: 0;
  }

  #g-navi .g-navi-inner ul#navi-list li.nav-parent a:after {
    color: #fff;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact a:after,

  #g-navi .g-navi-inner ul#navi-list li.contact a:hover:after {
    color: #fff;
  }

  #g-navi .g-navi-inner ul#navi-list li a:hover:after {
    color: #fff;
  }

  #g-navi .g-navi-inner ul#navi-list li.about .child-box li,
  #g-navi .g-navi-inner ul#navi-list li.service .child-box li {
    width: calc(50% - 3px);
    margin: 3px 6px 3px 0;
  }

  #g-navi .g-navi-inner ul#navi-list li.service .child-box li:nth-child(2n) {
    margin-right: 0;
  }

  #g-navi .g-navi-inner ul#navi-list li.service .child-box li:nth-child(3n) {
    margin-right: 6px;
  }

  #g-navi ul.nav-child {
    display: flex;
    gap: 0;
    width: 96%;
    margin: 5px auto 0;
  }

  #g-navi .g-navi-inner ul#navi-list .child-box li:nth-child(3) {
    margin: 3px 6px 3px 0;
  }

  #g-navi .g-navi-inner ul#navi-list .child-box li:nth-child(2n) {
    margin: 3px 0px 3px 0;
  }

  #g-navi .g-navi-inner ul#navi-list li.about .child-box li:nth-child(2n),
  #g-navi .g-navi-inner ul#navi-list li.about .child-box li:nth-child(3n) {
    margin-right: 6px;
  }

  #g-navi .g-navi-inner ul#navi-list li.about .child-box li {
    margin: 3px 6px 3px 0;
    width: calc(50% - 3px);
  }

  #g-navi .g-navi-inner ul#navi-list li.about .child-box li:nth-child(2n) {
    margin-right: 0;
  }

  #g-navi .g-navi-inner ul#navi-list li.nav-parent:hover {
    background-color: #545454;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact {
    height: auto;
    margin: 0;
  }

  #g-navi .g-navi-inner ul#navi-list li.pc-none a {
    display: block;
  }

  #g-navi .g-navi-inner ul#navi-list .child-box li a:after {
    left: calc(100% - 15px);
    font-size: 10px;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact a,
  .header-fix #g-navi .g-navi-inner ul#navi-list li.contact a {
    padding: 15px 20px;
    background-image: none;
    font-size: 16px;
    max-width: 100%;
    text-align: left;
  }

  #g-navi .g-navi-inner ul#navi-list li.contact a:hover,
  #contact #g-navi .g-navi-inner ul#navi-list li.contact a {
    background-image: none;
  }

  #g-navi .g-navi-inner ul#navi-list li .child-box a.child-box-top {
    font-size: 15px;
    width: 96%;
    max-width: none;
    padding: 12px 10px;
    border: none;
    margin: 3px auto 0 auto;
    display: block;
  }

  #g-navi .g-navi-inner ul#navi-list li .child-box a.child-box-top:after {
    font-size: 10px;
    left: calc(100% - 15px);
    color: #fff;
  }

  nav .nav-menu-link {
    display: block;
    position: relative;
    height: 46px;
    margin: -46px 0 0 auto;
    width: 53px;
  }

  nav .nav-menu-link::before {
    right: 20px;
    width: 13px;
  }

  nav .nav-menu-link::after {
    right: 20px;
    width: 13px;
  }

  nav #navi-list li.menu-icon {
    position: relative;
  }

  nav .nav-menu-link::before {
    background: #fff;
    border-left: none;
    bottom: unset;
    content: "";
    display: block;
    height: 2px;
    margin: unset;
    position: absolute;
    right: 20px;
    top: 48%;
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
    width: 14px;
    z-index: 1;
  }

  nav .nav-menu-link::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 48%;
    transition: all 0.2s ease-in-out;
    /*縦線*/
    width: 14px;
    z-index: 1;
  }

  nav .nav-menu-link.open::before {
    transform: rotate(180deg);
  }

  header .head-inner,
  header.header-fix .head-inner {
    margin: 0;
    height: unset;
    padding: 8px 0 8px 0;
  }

  .sp-ico-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 150px;
    width: calc(100% - 150px);
  }

  .sp-ico-area #openMenu,
  .sp-ico-area .header-tel {
    background-color: #333333;
    cursor: pointer;
    margin: 0;
    order: 1;
    position: relative;
    right: 0;
    width: 46px;
  }

  .sp-ico-area .header-tel {
    background-color: #b7302c;
  }

  header .head-inner .img-logo-01 a {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  #g-navi .g-navi-inner ul#navi-list {
    display: block;
    justify-content: flex-start;
    height: unset;
    margin: 0 auto;
  }

  #page-ttl {
    margin-top: 0;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    height: 140px;
  }

  #page-ttl.page-mobile {
    margin-top: 0;
    padding-top: 80px;
  }

  #page-ttl .inner {
    position: relative;
    padding: 32px 0;
  }

  footer .view-button a {
    margin: auto;
  }

  .footer-list .footer-item {
    width: calc(100% / 2 - 15px);
  }

  .footer-list {
    padding: 10px;
  }

  .footer-list .sitemap-ttl {
    margin: 0;
  }

  .footer-logo {
    text-align: center;
    display: flex;
    margin: auto auto 21px;
  }

  .footer-end {
    padding: 20px 20px 5px;
  }

  .footer-sns-area {
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

.footer-end .language-en, .footer-sns-area .sns-item {
    width: calc((100% - 15px * 2) / 3);
    text-align: center;
    margin: 5px 0;
}

.footer-end .language-en a {
    margin: 0 auto;
}

  .footer-address {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  footer p.copyright {
    text-align: center;
    width: 100%;
  }

  .footer-box {
    padding-bottom: 0;
    padding-top: 20px;
  }

  .footer-sitemap li:nth-child(9) {
    border-right: 1px solid #333;
  }

  .footer-list.pc-list {
    display: none;
  }

  .footer-list.sp-list .footer-sitemap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  header.no-hide {
    transform: unset !important;
  }

  header.hide {
    transform: translateY(-185px);
  }

  /* contents */
  #contents {
    padding-bottom: 160px;
    padding-top: 60px;
  }

  body {
    min-width: 100%;
    padding-top: 62px;
  }

  .inner {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
  }

  /* hx */
  h2 {
    margin: 0 auto 30px auto;
    padding-right: 0;
    padding-top: 0;
    width: calc(100% - 7%);
  }

  #contents h2 {
    margin-top: 0;
    font-size: 330%;
    line-height: 1.1em;
    margin: 60px auto 40px auto;
  }

  .single-post #contents h2 {
    font-size: 130%;
    padding: 0 0 15px 0;
    box-sizing: border-box;
    margin: 0 0 20px;
    line-height: 1.5em;
  }

  #post .day {
    margin-bottom: 30px;
  }

  /*
h2#concept {
    padding-top: 130px;
    margin-top: -130px;
}
#page #concept h2 , #page #service h2 , #page #web h2 , #service h2#web ,  #service #music {
    padding-top: 130px;
    margin-top: -130px;
}
#service #develop, #service #support{
    padding-top: 130px;
    margin-top: -130px;
}
*/
  #web,
  #develop,
  #movie,
  #support,
  #concept,
  #message,
  #company,
  #access,
  #gallery,
  #vision,
  #feature,
  #voice,
  #recruitment,
  #job,
  #internship,
  #request,
  #flow,
  #service,
  #etc,
  #technical {
    padding-top: 60px;
    margin-top: -80px;
  }

  #service #media .inner,
  #about .message.inner,
  #about .gallery.inner,
  #service #movie .inner {
    margin-top: 0;
  }

  h3 {
    line-height: 1.6em;
    font-size: 140%;
    padding: 0 0px 15px 0px;
  }

  .more-link h3 {
    font-size: 160%;
    line-height: 1em;
    padding: 0 0 5px 0;
  }

  /* table */
  .table-01 {
    width: 100%;
  }

  .table-01 tr {
    border: 1px solid #b2b2b2;
  }

  .table-01 th,
  .table-01.w-100 th.w-180,
  #contact .table-01 th {
    background-color: #e0e0e0;
    border-bottom: 1px dotted #b2b2b2;
    border-left: none;
    border-right: none;
    border-top: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  .table-01 th.need {
    width: unset;
  }

  .table-01 td {
    border: none;
    display: block;
  }

  .table-01 textarea {
    font-size: 16px;
    max-width: 450px;
    width: 100%;
    border-radius: 0;
  }

  .th-w30 th {
    padding: 3% 0;
    width: 100%;
  }

  .form-box .table-01 th.need {
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 0;
    padding-top: 10px;
    text-align: left;
    width: 98%;
  }

  .table-01 th.need:after {
    background-color: #b7302c;
    border-radius: 2px;
    color: #fff;
    content: "必須";
    display: inline-block;
    float: none;
    font-size: 11px;
    font-weight: normal;
    margin-left: 15px;
    text-align: center;
    width: 40px;
  }

  #contact .table-01 th.need:after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #contact .table-01 p {
    margin-bottom: 0;
  }

  #contact .table-01 td {
    padding: 10px;
  }

  .table-01.w-100 th {
    width: 90%;
  }

  .form-box .table-01 th.no-need {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-left: calc(4% + 30px);
    padding-right: 0;
    padding-top: 10px;
    text-align: left;
    width: calc(96% - 30px);
  }

  .table-01 td,
  .table-02 th,
  .table-02 td {
    padding: 10px;
    background-color: #ffffffba;
  }

  /* view-none */
  .pc-none {
    display: block;
  }

  .sp-none,
  .sp-none.inline,
  .f-info .sp-none:first-child {
    display: none !important;
  }

  /* カラム数 */
  .txt-2box,
  .txt-2box.end,
  .txt-3box,
  .txt-3box.end,
  .txt-4box,
  .txt-4box.end,
  .img-2box-txt {
    max-width: none;
    width: 100%;
    text-align: left;
    margin: auto;
  }

  .img-2box {
    text-align: center;
    width: 100%;
  }

  input {
    font-size: 17px;
    width: 100%;
    border-radius: 0;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: auto;
  }

  footer .f-info ul.pc-none {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
  }

  /* index */
  .more-item {
    margin: 0 0 20px 0;
    width: calc(50% - 10px);
  }

  .service-item:last-child,
  .more-item:nth-child(2n) {
    margin-right: 0;
  }

  .scroll-down-text {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 50px;
  }

  .news-box,
  .blog-box {
    width: 100%;
    margin: 65px 0 0 0;
  }

  .blog-box {
    margin-bottom: 70px;
    margin-top: 55px;
  }

  .news-img {
    height: unset;
  }

  .event-item {
    margin-right: 30px;
    width: calc(100% / 4 - 30px);
  }

  .event-item:nth-child(4n) {
    margin-right: 0;
  }

  .contact-item {
    width: calc(100% / 2 - 10px);
  }

  #home #contents h2 {
    margin-top: 50px;
    font-size: 330%;
  }

  .service-flex {
    padding-bottom: 65px;
    justify-content: space-between;
    width: calc(100% - 20px);
  }

  .more-list {
    padding-bottom: 0;
    justify-content: space-between;
  }

  .more-item:nth-child(7) .more-link,
  .more-item:nth-child(8) .more-link {
    margin-bottom: 0;
  }

  .contact-item {
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
  }

  /* about */
  .about-catch h2 {
    font-size: 180%;
    box-sizing: border-box;
    width: 100%;
  }

  .about-catch h2 span.sub {
    font-size: 35%;
    line-height: 1.8em;
    margin-top: 20px;
  }

  .about-num .txt-2box {

    width: 100%;
    margin: 0 0 40px;
    padding: 70px 10px 0;
  }

  #contents .message-profile p {
    margin-bottom: 0;
  }

  .flex.about-num {
    padding-bottom: 60px;
  }

  .message-text,
  .message-profile {
    width: calc(100% - 10px);
    margin: 0 auto 40px auto;
    padding: 10px;
  }

  #contents .seminar-box {
    margin-top: 40px;
    padding: 30px 10px 34px;
  }

  .company-item,
  .company-item {
    width: 100%;
    margin: auto;
    padding: 10px;
  }

  .access-list .access-item {
    width: calc(100% / 2 - 15px);
    margin-right: 20px;
  }

  .access-list .access-item:nth-child(2n) {
    margin-right: 0;
  }

  .bg-style-01 {
    padding: 1px 0 0 0;
    margin-bottom: 70px;
  }

  .bg-style-01.insta-area {
    padding-bottom: 45px;
  }

  #qa .bg-style-01 {
    padding: 1px;
  }

  #gallery .txt-4box {
    width: calc(100% / 2 - 10px);
  }

  .about-num .txt-2box:nth-child(3) {
    margin-bottom: 40px;
  }

  table.table-company th,
  table.table-company td {
    font-size: 100%;
  }


  table.table-company th {
    width: 5em;
    min-width: unset;
    padding: 5px;
  }

  .bg-box .txt-4box {
    width: calc(100% / 2 - 60px);
    margin: 0 20px 20px 0;
  }

  #vision .bg-box .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  #vision .bg-box {
    justify-content: space-around;
  }

  .column-text p,
  .news-group .txt p {
    margin-bottom: 0;
  }

  .about-num .txt-2box h3,
  #about #concept h3 {
    font-size: 18px;
    padding: 10px 0px 10px 4em;
  }

  .company-bg {
    padding: 1px 0 80px 0;
  }

  .left-history,
  .right-history {
    width: 100%;
    max-width: none;
  }

  .right-history .history-item {
    width: 22%;
    top: 0;
  }

  .right-history .history-item:nth-child(odd) {
    top: 0;
  }

  .right-history {
    justify-content: center;
    gap: 10px;
    top: 0;
  }

  /* service */
  .flow-list .flow-item,
  .flow-list .flow-item:nth-child(4n) {
    width: calc(100% / 2 - 20px);
    margin: 0 auto 40px auto;
    max-width: 550px;
  }

  .ordermade-list {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }

  .catch-border {
    font-size: 90%;
    text-align: left;
  }

  #contents .contents-last {
    padding-bottom: 50px;
  }

  .flow-list .flow-item:nth-child(4n) {
    position: relative;
  }

  .flow-list .flow-item:last-child :after {
    display: none;
  }

  .main-txt .img-2box {
    width: 100%;
    margin-right: 0;
  }

  .main-txt .img-2box-txt {
    width: 100%;
  }

  #contents .main-txt .img-2box-txt h3 {
    font-size: 150%;
  }

  .flow-list .flow-item h4 {
    height: unset;
  }

  .bg-box .ordermade-item {
    width: 100%;
    margin: 20px auto;
  }

  #movie .ordermade-list .txt-2box {
    width: 100%;
    margin: 20px auto;
  }

  #support .bg-box .txt-2box {
    width: 100%;
    margin: 20px auto;
    padding: 15px 10px;
  }

  .service-item-txt {
    font-size: 100%;
    padding: 25px 0;
  }

  .service-item {
    margin: 0 0 20px 0;
    width: calc(50% - 10px);
    max-width: 450px;
  }

  .news-box,
  .blog-box {
    padding: 0 10px 20px 10px;
  }

  .topics-area .topics-item {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  .more-link {
    height: 30vw;
    margin: 0;
  }

  #contents .column-img,
  #contents .news-img {
    height: auto;
  }

  /* works */
  .works-btnlist {
    flex-wrap: wrap;
  }

  .works-btnlist .works-btn {
    width: calc(100% - 20px);
  }

  .works-btnlist .btn-item {
    width: 100%;
    margin: 0 auto 20px;
  }

  .works-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .work-item {
    width: 100%;
    margin: 0 0 50px;
  }

  br.pc-1140-960 {
    display: none;
  }

  /* staff */
  .staff-list .staff-item {
    width: 100%;
    margin: 0 0 80px;
    padding: 0;
  }

  .staff-list .staff-item:last-child {
    margin-bottom: 0;
  }


  .comment-area {
    position: relative;
  }

  .comment-area .comment-img {
    position: absolute;
    left: 10px;
    top: 25px;
    width: 59px;
    height: 60px;
    overflow: hidden;
    border-radius: 62px;
  }

  .comment-area .comment-text {
    width: 100%;
    padding: 15px 10px 5px;
  }

  .comment-area .comment-text::before,
  .comment-area .comment-text::after {
    display: none;
  }

  .comment-area .comment-text p:first-child {
    padding-left: 70px;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* sitemap */
  .sitemap-area .txt-3box {
    width: 100%;
    margin-right: 0;
  }

  .sitemap-list a {
    width: unset;
  }

  .sitemap-list li {
    width: 100%;
  }

  #contents .sitemap-area h2 {
    margin: 0;
    font-size: 195%;
    padding: 0;
    line-height: 1;
  }

  .sitemap-list {
    margin: 15px 0px 50px 10px;
  }

  .more-link span {
    font-size: 18px;
    margin-top: 0;
  }

  .feature-box .txt-2box,
  #web .flex .txt-2box:last-child,
  #web .flex .txt-2box:nth-child(3),
  .seo-box .txt-2box {
    margin-bottom: 30px;
  }

  .flow-list .flow-item:after {
    left: 102%;
  }

  .flow-list .flow-item:after {
    display: none;
  }

  .flow-list .flow-item p {
    padding: 0 0;
  }

  #service .bg-style-01 {
    margin-bottom: 0px;
  }

  #web .feature-box .txt-2box,
  #web .seo-box .txt-2box,
  #develop .feature-box .txt-2box {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 10px;
  }

  /* about */
  #about .bg-style-01:last-child {
    margin-bottom: 0;
  }

  #contents .about-catch h2 {
    margin-top: 0;
  }

  .anchor-box .txt-3box {
    width: calc(50% - 5px);
    width: 100%;
    margin: 0;
  }

  .anchor-box.flex.start {
    width: calc(100% - 20px);
    justify-content: space-between;
  }

  .anchor-box .txt-3box:nth-child(2n) {
    margin: 0 0 10px 0;
  }

  a.anchor.contents-link-btn:after {
    right: 20px;
  }

  a.anchor.contents-link-btn {
    padding: 20px 20px;
    margin-bottom: 10px;
  }

  #about .youtube-area {
    height: 60vw;
  }

  /* contact */
  #contents .wpcf7-response-output {
    margin: 45px auto 0px auto;
  }

  /* recruit */
  #recruit .radio-list {
    grid-template-columns: 1fr;
  }

  #recruit .radio-list .radio-item h4 .job {
    display: block;
    padding: 0;
    margin: 0;
  }

  .recruit-list-box .txt-2box,
  .voice-box .txt-2box {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .voice-box-name-position {
    padding: 10px;
    width: auto;
    position: unset;
    font-size: 100%;
  }

  .txt-2box.recruitment-box {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 20px 10px;
  }

  #recruit #contents h2.page-main-txt {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .page-sub-txt {
    width: 100%;
    margin: 0;
  }

  .page-main-image {
    margin: 30px 0px 20px 0;
  }

  .recruit-main-area {
    padding: 45px 0 35px 0;
  }

  .voice-box-name h3 {
    padding: 15px 10px 15px 10px;
    max-width: 100%;
    font-size: 140%;
    font-weight: 400;
    line-height: 1em;
  }

  .voice-box-name h3 span {
    display: block;
    padding: 0;
    margin: 0;
  }

  .voice-box-name h3 span.en {
    padding: 12px 0 12px 0;
    font-size: 80%;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .voice-box-name h3 span.year {
    padding: 0;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .voice-box-txt {
    padding: 0px 10px 10px;
  }

  .voice-box .txt-2box:last-child {
    margin-bottom: 0;
  }

  .internship-list-txt {
    padding: 10px;
  }

  .internship-list .txt-2box {
    margin-bottom: 30px;
  }

  #recruit .feature-box {
    margin: 0 0 35px 0;
  }

  #recruit .feature-box:last-child {
    margin-bottom: 60px;
  }


  .voice-box-area {
    padding-bottom: 10px;
  }

  .recruit-table {
    max-width: calc(100% - 20px);
  }

  .recruit-list-image {
    padding: 18px 0;
  }

  .txt-2box.voice-box-image {
    margin: 18px 0 30px 0;
  }

  .voice-box-name {
    border-bottom: 0;
    position: unset;
  }

  .voice-box-name-position:after {
    display: none;
  }

  .voice-box-name h3:after {
    display: none;
  }

  #recruit .works-btn.entry-btn {
    font-size: 100%;
    padding: 20px;
  }

  #recruit .works-btn.entry-btn:after {
    font-size: 13px;
    right: 20px;
  }

  #recruit .anchor-box.flex.start {
    margin: 0;
    padding: 30px 0;
    width: 100%;
  }

  #recruit .anchor-box .txt-3box,
  .anchor-box .txt-3box:nth-child(2n),
  #qa .anchor-box .txt-3box {
    width: 100%;
    margin: 0;
  }

  .internship-list .txt-2box.end {
    margin-bottom: 0;
  }

  #recruit .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  /* complete */
  .complete-area {
    padding: 20px 20px 20px 20px;
  }


  .complete-area:after {
    right: -15px;
    background-size: 70%;
    bottom: -38px;
  }
	
/* reason */

#reason .photo-left, #reason .photo-right {
    width: 100%;
    margin: 25px auto 0px auto;
    text-align: center;
    order: 2;
}

#reason .text-left, #reason .text-right {
    order: 1;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
}

#reason h5.reason-ttl {
    font-size: 200%;
    margin: 0 0 20px 0;
}

#reason .reason-list-first .txt-3box {
    width: 100%;
}

#reason .character-comment {
    right: 0;
    top: 97%;
    line-height: 1em;
}

#reason .character-comment p {
    line-height: 1em;
    text-align: right;
}
	
#reason .first-item .img-2box {
    width: 26%;
}

#reason .first-item .img-2box-txt {
    width: calc(100% - 26% - 30px);
}

#reason .txt-area {
    padding: 40px 20px 20px 20px;
}

#reason .first-item .reason-ttl, #reason .reason-list-first .txt-3box:nth-child(6) .reason-ttl {
    top: 0;
    position: unset;
    font-size: 120%;
}

#reason h3.reason-ttl {
    text-align: left;
    font-size: 160%;
    line-height: 1.4em;
    padding: 35px 20px 30px 20px;
    letter-spacing: 0;
    margin: 0 0 40px 0;
}

#reason .reason-ttl .point-num, #reason .reason-item-06 .reason-ttl .point-num {
    width: 36%;
    left: 7%;
}

#reason h4.reason-ttl {
    font-size: 150%;
    line-height: 1.7em;
    margin: 0 0 15px 0;
    letter-spacing: 0;
    padding: 0;
}
	
#reason .reason-last {
    font-size: 140%;
    padding: 60px 20px;
    text-align: left;
}

#reason #contents {
    padding: 0 0 220px 0;
}
#reason .h2-area {
	width: 96%;
	margin: 0 0 20px 4%;
}
#reason .first-item-ttl-area .txt {
    font-size: 18px;
    padding: 0 0 0 75px;
}

#reason .first-item-ttl-area {
    width: 90%;
    left: 5%;
    right: 5%;
}

#reason .first-item-ttl-area .num {
    width: 52px;
    height: 52px;
    font-size: 26px;
    top: calc(50% - 32px);
}

#reason .first-item-ttl {
    padding: 16px 0 18px 0;
    display: flex;
}

#reason .first-item {
    margin: 0 0 50px 0;
}

#reason .arrow-area {
    height: 24px;
}

#reason .reason-list-first {
    padding: 70px 0 50px 0;
}

#reason .text-left p, #reason .text-right p {
    line-height: 1.7em;
}
#reason .reason-flex {
    justify-content: center;
    margin: 0 auto 90px auto;
}

#reason .catch-border {
    font-size: 90%;
    letter-spacing: 0;
}

#reason .main-txt {
    margin: 0 0 30px 0;
}

#reason .reason-list-first .txt-3box:last-child a {
    margin: 0;
}

#reason .reason-item .reason-flex:last-child {
    margin: 0 auto 90px auto;
}

#reason .reason-flex.continue {
    margin-bottom: 25px;
}

  /* 404 */
  .error404 .txt-center {
    text-align: left;
    line-height: 1.6em;
  }

  .error404 #contents .inner h2 {
    text-align: left;
    line-height: 1.5em;
    margin: 0 0 20px 0;
  }

  .error404 .works-btn {
    margin: 40px auto 0 auto;
    line-height: 1.5em;
    padding: 20px 20px 20px 20px;
  }

  #topcontrol {
    right: 15px !important;
    opacity: .8 !important;
  }
}

@media screen and (max-width: 760px) {

  /* complete */
  .complete-area {
    padding: 10px 10px 240px 10px;
  }

  .complete-area:after {
    right: 0;
    background-size: 80%;
    bottom: -25px;
  }
}

@media screen and (max-width: 559px) {

  header .head-inner .img-logo-01,
  header.header-fix .head-inner .img-logo-01 {
    margin-left: 22px;
    max-width: 135px;
  }

  .footer-sitemap li:first-child::after {
    display: none;
  }

  header .sp-button {
    display: none;
  }

  .view-button p.pc-button {
    display: block;
    margin: 0;
  }

  .scroll-down-text {
    display: none;
  }

  .service-link {
    font-size: 100%;
    margin-bottom: 50px;
  }

  .more-link {
    font-size: 100%;
  }

  .more-link span {
    margin-top: 5px;
    line-height: 1em;
    font-size: 16px;
  }

  .topics-area .topics-item {
    margin: 0 auto 20px auto;
    width: 100%;
  }

  .topics-item:last-child {
    margin-bottom: 0;
  }

  .event-item {
    margin: 0;
    max-width: calc(50% - 10px);
    width: calc(100% / 2 - 10px);
  }

  .event-item:nth-child(1),
  .event-item:nth-child(2) {
    margin-bottom: 20px;
  }

  .owner-item {
    margin-right: 0;
    margin-top: 0px;
    max-width: calc(100% / 2 - 10px);
  }

  .owner-bnr-list,
  .sns-list {
    justify-content: space-between;
    width: calc(100% - 20px);
  }

  .contact-item {
    width: 100%;
  }

  .event-list {
    justify-content: space-between;
  }

  header {
    height: auto;
    align-items: center;
  }

  /*#home .image-block {
    height: 130vw;
  }*/
  .sp-ico-area {
    width: calc(90% - 150px);
  }

  #page-ttl {
    margin-top: 0;
    height: 100px;
  }

  #page-ttl.page-mobile {
    /* margin-top: 80px; */
    padding-top: 0;
  }

  /* recruit */
  h2,
  h3.center-style {
    font-size: 230%;
  }

  .voice-item {
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
  }

  #page-ttl .inner h1 {
    font-size: 200%;
    letter-spacing: 2px;
    margin: 0;
  }

  #recruit #contents h2 {
    margin: 0 0 50px 0;
  }

  #recruit .recruit-bg h3.center-style {
    line-height: 1.2em;
  }

  #home #contents h2,
  #home .notice-area h2,
  #contents h2 {
    font-size: 220%;
    margin: 60px auto 40px auto;
    width: 100%;
  }

  h2 .sub-text,
  h3.center-style .sub-text,
  #home .notice-area h2 .sub-text {
    margin: 10px 0 0 0;
    font-size: 16px;
  }

  #page-ttl .inner {
    position: relative;
    padding: 45px 0;
  }

  br.sp-559 {
    display: block;
  }

  /* about */
  .bg-box .txt-4box {
    width: calc(100% - 20px);
    margin-right: 0;
    padding: 10px;
  }

  #contents h2.page-main-txt {
    margin: 0px 0 30px 0;
    text-align: left;
    line-height: 1.4em;
    font-size: 28px;
    font-size: 5.5vw;
    width: 100%;
    letter-spacing: 2px;
  }

  #contents h2.contact-h2 {
    margin: 0 0 30px 0;

    width: 100%;
  }

  .about-num .txt-2box h3::before {
    width: 22px;
    font-size: 20px;
  }

  .about-num .txt-2box h3,
  #about #concept h3 {
    font-size: 18px;
    padding: 10px 0px 10px 60px;
  }

  .message h2,
  .company h2,
  .access h2,
  .gallery h2,
  .vision h2 {
    padding-top: 60px;
  }

  .message,
  .company,
  .access,
  .gallery,
  .vision {
    padding: 0 0 70px 0;
  }

  #about h2.contact-h2 {
    margin-bottom: 0;
  }

  #about .youtube-area {
    height: 50vw;
  }

  /*service*/
  .flow-list .flow-item:after,
  .flow-list .flow-item:nth-child(4n):after {
    display: block;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 100%;
    bottom: 50%;
    transform: translate(0, -50%);
    color: #959595;
  }

  .flow-item.txt-4box {
    margin: 0 auto 30px auto;
    width: 100%;
  }

  .flow-list .flow-item,
  .flow-list .flow-item:nth-child(4n) {
    width: 100%;
    margin: 0 auto 30px auto;
  }

  .flow-list .flow-item:last-child:after {
    display: none;
  }

  .flow-item:before {
    width: 35px;
    height: 55px;
  }

  .access-item:before {
    width: 18px;
    height: 35px;
    font-size: 110%;
  }

  #service #develop h2,
  #service #movie h2,
  #service #support h2 {
    padding-top: 60px;
  }

  /*recruit*/
  #recruit .works-btn {
    line-height: 1.4em;
  }

  #recruit .radio-area {
    padding: 0 0 70px;
  }

  /*work*/
  h3.work-list-ttl {
    letter-spacing: 2px;
    text-align: left;
    padding: 10px 20px;
    font-size: 18px;
    font-size: 4vw;
  }

  .works-page-link {
    display: block;
    padding: 0 5px;
    top: 10px;
    bottom: 0;
  }

  .works-list {
    grid-template-columns: 1fr;
  }

  .work-category {
    grid-template-columns: 1fr 1fr;
  }

  #web h3.work-list-ttl,
  #old-works h3.work-list-ttl {
    margin-bottom: 4em;
  }

  .work-small-txt {
    text-align: left;
  }

  /*contact*/
  #contents .wpcf7-response-output {
    padding: 20px 20px 20px 50px;
    margin: 40px auto 0 auto;
  }

  #contents .wpcf7-response-output:after {
    left: 13px;
  }

  #contents input[type="submit"] {
    font-size: 4vw;
  }

  .submit-btn:after {
    right: 15px;
  }

  /* Q&A */
  #contents .qa-item .qa-q h2 {
    font-size: 120%;
    padding: 25px 21px 20px 50px;
    line-height: 1.5em;
  }

  .qa-item .qa-a {
    padding: 30px 20px 30px 50px;
  }

  .qa-item .qa-a::before {
    font-size: 150%;
    left: 17px;
  }

  .qa-item .qa-q h2::before {
    font-size: 126%;
    left: 15px;
  }

  /* wordpress-admin-css */
  #wpadminbar {
    position: fixed !important;
  }

  /* page header */
  #headerJs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /*
	height: 60px;
	max-width: 945px;
	width:100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 1.4em;
*/
  }

  /* movie-admin */
  #admin #contents input[type="submit"] {
    font-size: 100%;
  }
}