@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

p,
li,
dt,
dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

.main_grid {
  width: 100%;
  height: auto;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 4fr;
  grid-template-columns: 1fr 4fr;
  gap: 0;
}

.top_movie_move {
  display: none;
}

header {
  width: 100%;
  height: 100vh;
  padding: 15px 15px 30px 15px;
  background: #e0e0e0;
  color: #505050;
  position: sticky;
  top: 0;
  overflow: auto;
}
header h1.main_logo a {
  display: block;
  width: 100%;
  padding: 15px 10px;
  background: #fff;
}
header h1.main_logo span {
  display: block;
  font-size: 1.2rem;
  line-height: 3rem;
  font-weight: bold;
  text-align: center;
}
header nav ul {
  border-top: 1px solid #444;
}
header nav li {
  border-bottom: 1px solid #444;
  line-height: 1.3rem;
}
header nav li a {
  display: block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  font-size: 0.8rem;
  position: relative;
  color: #000;
}
header nav li a div {
  font-size: 1rem;
  font-weight: bold;
  color: #505050;
}
header nav li a:hover {
  background: rgba(234, 102, 102, 0.1);
  color: #ea6666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav li a:hover div {
  color: #ea6666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav li a::after {
  content: "";
  width: 150px;
  height: 1px;
  background: #ea6666;
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav li a:hover::after {
  right: -30px;
  opacity: 1;
}
header nav li.parallel_link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header nav li.parallel_link a {
  width: 50%;
}
header nav li.parallel_link a::after {
  content: "";
  width: 0;
  height: 0;
}
header ul.sns_link,
header ul.mob_sns {
  width: 65%;
  margin: 25px auto auto auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.mobile_bar {
  display: none;
}

.top_movie {
  width: 100%;
  height: auto;
  height: 85vh;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#111 15%, transparent 20%), radial-gradient(#111 15%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.top_movie video {
  width: 100%;
  height: 85vh;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.row {
  width: 100%;
  position: relative;
}
.row h2 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
}
.row div.alphabet_catch {
  font-size: 2rem;
  font-weight: bold;
  color: #ea6666;
  letter-spacing: 1px;
}

#feat-1,
#feat-2,
#feat-3,
#feat-4,
#feat-5,
#feat-6 {
  padding-top: 60px;
  margin-top: -60px;
}

.row_top_quality {
  background-image: url("../img-top/quality-bg-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.fade_in {
  opacity: 1;
}

.row_top_quality_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: radial-gradient(#000 20%, transparent 30%), radial-gradient(#000 20%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.top_copy_col {
  width: 100%;
  padding: 70px 60px 50px 60px;
  position: relative;
}
.top_copy_col p {
  line-height: 2rem;
}

.top_quality {
  width: 90%;
  height: auto;
  margin: auto auto auto 10%;
  position: relative;
}
.top_quality div.quality_alphabet {
  font-size: 2.5rem;
  letter-spacing: 3px;
  position: absolute;
  left: -150px;
  top: 205px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top_quality h2,
.top_quality p {
  color: #fff;
}
.top_quality h2 {
  font-size: 2rem;
}
.top_quality h2::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.top_quality p {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.more_btn {
  width: 100%;
  margin-top: 40px;
  position: relative;
  z-index: 111;
}
.more_btn a {
  display: block;
  width: 200px;
  margin-left: calc(100% - 200px);
  padding: 10px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #ea6666;
  border: 1px solid #ea6666;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
.more_btn a::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #ea6666;
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_btn a:hover {
  background: rgba(234, 102, 102, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more_btn a:hover::after {
  right: -65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_more a {
  margin-left: calc(100% - 135px);
}

.left_more a {
  margin-left: 0;
}

.more_red a {
  background: rgba(234, 102, 102, 0.9);
  color: #fff;
  text-shadow: none;
}
.more_red a:hover {
  background: white;
  color: #ea6666;
}
.more_red a::after {
  background: #fff;
}
.more_red a:hover::after {
  background: #ea6666;
}

.row_top_grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.row_top_left,
.row_top_right {
  width: 100%;
  padding: 40px 50px;
}

.row_top_left {
  position: relative;
}

.recruit_left {
  background: none;
}

.bottom_more {
  position: absolute;
  right: 50px;
  bottom: 40px;
}

.row_top_right {
  width: 100%;
  background: #f5f4f2;
}
.row_top_right h3 {
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #424edd;
}
.row_top_right p,
.row_top_right li {
  font-size: 1rem;
  line-height: 2.5rem;
}

.recruit_right {
  background: none;
}

.order_first {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order_second {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.line_spacing_lead p {
  margin-bottom: 15px;
}
.line_spacing_lead p:last-child {
  margin-bottom: 0;
}

.catch_title {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 20px;
}

.row_top_wide {
  width: 80%;
  margin: 60px auto auto auto;
}
.row_top_wide h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  color: #ea6666;
}

.news_top_grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}

.news_top_content {
  width: 100%;
  padding: 25px 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.news_top_content img {
  width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_top_content a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_top_content p.news_date {
  margin-bottom: 10px;
  font-size: 0.8rem;
  font-weight: bold;
}
.news_top_content p.news_category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 15px;
  background: #ccc;
  font-size: 0.8rem;
  font-weight: bold;
}
.news_top_content h3 {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.news_top_content h3 a {
  text-decoration: none;
}
.news_top_content h3 a:hover {
  opacity: 1;
  color: #ea6666;
  text-decoration: underline;
  -webkit-transition: none;
  transition: none;
}
.news_top_content p.news_body_beginning {
  font-size: 0.9rem;
  line-height: 1.3rem;
  letter-spacing: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.banner_content {
  margin-bottom: 60px;
}
.banner_content ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.4fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 15px;
}
.banner_content li {
  width: auto;
}
.banner_content li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner_content li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h2.row_outer {
  text-align: center;
  margin: 0 auto;
  padding: 120px 0;
  font-size: 2.5rem;
  color: #ea6666;
  background: #e6e6e6;
}
h2.row_outer a {
  text-decoration: none;
}
h2.row_outer a:hover {
  color: #505050;
  text-decoration: underline;
}

h2.body_row_outer {
  margin-top: 0;
}

.contact_row {
  width: 100%;
  margin-top: 0;
  padding: 0 0;
  background: #f5f4f2;
}

.contact_content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1.3fr;
  grid-template-columns: 1fr 1.3fr;
  gap: 0;
}

.contact_address {
  position: relative;
}

.address_inner {
  width: 100%;
  padding: 40px 10px 40px 60px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.address_inner h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.address_inner p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.footer_content {
  width: 100%;
  padding: 40px 60px;
}
.footer_content h2 {
  width: 240px;
  margin: 0 auto 40px auto;
}
.footer_content h2 a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_content ul {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_content li {
  text-align: center;
  border-right: 1px solid #555;
}
.footer_content li a {
  display: block;
  padding: 2px 20px;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  color: #555;
}
.footer_content li a:hover {
  color: #000;
}
.footer_content li a::after {
  display: block;
  content: "";
  width: 60px;
  height: 1px;
  background: #ea6666;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_content li a:hover::after {
  bottom: -8px;
  opacity: 1;
}
.footer_content li:last-child {
  border-right: none;
}
.footer_content p {
  padding: 40px 0;
  text-align: center;
}

.link_banner ul {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link_banner li {
  width: 150px;
  margin: auto;
}

.bg_message {
  background-image: url(../img-top/bg-1.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.bg_nasaism {
  background-image: url(../img-top/bg-2.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.bg_green {
  background-image: url(../img-top/bg-3.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.bg_service {
  background-image: url(../img-top/bg-4.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.bg_recruit {
  background-image: url(../img-top/bg-5.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.bg_message,
.bg_nasaism,
.bg_green,
.bg_service,
.bg_recruit {
  position: relative;
}
.bg_message h2,
.bg_nasaism h2,
.bg_green h2,
.bg_service h2,
.bg_recruit h2 {
  color: #fff;
}
.bg_message,
.bg_nasaism,
.bg_green {
  text-shadow: 1px 1px 2px #111;
}

.bg_recruit {
  text-shadow: 1px 1px 2px #111;
}
.bg_recruit p {
  color: #fff;
}

.bg_message::after,
.bg_nasaism::after,
.bg_green::after,
.bg_service::after,
.bg_recruit::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(#333 15%, transparent 20%), radial-gradient(#333 15%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

div.alphabet_catch,
h2,
p,
li {
  position: relative;
  z-index: 111;
}

.scroll_side,
.scroll_side_reverse {
  opacity: 0;
}

button.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  background: #fff;
  border: solid 3px #ea6666;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 222;
  cursor: pointer;
}

.contact_page_top {
  bottom: 90px;
}

button.pagetop:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagetop_arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid #ea6666;
  border-right: 3px solid #ea6666;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

.body_head {
  width: 100%;
  height: auto;
  position: relative;
  text-shadow: 1px 1px 2px #444;
}
.body_head h2 {
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: #fff;
}
.body_head div {
  font-size: 3.5rem;
  font-weight: bold;
  color: #ea6666;
  letter-spacing: 1px;
}
.body_head img {
  width: 100%;
  height: 340px;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.body_head .body_head_title {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 111;
}
.body_head .exp_order_title {
  width: 100%;
  padding: 50px 15px;
  text-align: center;
  background: #008ea2;
  position: relative;
  top: 0;
  left: 0;
}
.body_head .exp_order_title h2 {
  line-height: 2rem;
  text-shadow: none;
}

.bottom_position_img img {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.body_head::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.body_row {
  width: 100%;
  background: #f5f4f2;
}

.body_intro {
  width: 100%;
  margin: auto;
  padding: 0 30px 30px 30px;
}
.body_intro h2 {
  padding: 60px 0 50px 0;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: center;
}
.body_intro p {
  width: 65%;
  margin: 0 auto 15px auto;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
}

.story_lead p {
  text-align: left;
}

.body_content {
  width: 90%;
  margin: auto;
}
.body_content div.body_alphabet {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ea6666;
}
.body_content h3 {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
}

.story_message_grid {
  width: 100%;
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}
.story_message_grid img {
  margin-top: 10px;
}

.story_message_body p,
.craftsman_col p {
  line-height: 2.5rem;
  margin-bottom: 15px;
}
.story_message_body p:last-child,
.craftsman_col p:last-child {
  margin-bottom: 0;
}

.craftsman_col {
  width: 70%;
  margin: 100px auto auto auto;
}

.craftsman_message {
  padding: 100px 0 60px 0;
}
.craftsman_message p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: bold;
}

.craftsman_img_col {
  width: 240px;
  height: 400px;
  margin: auto;
  padding-bottom: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.craftsman_img_col span {
  display: block;
}
.craftsman_img_col span i {
  display: block;
}
.craftsman_img_col figure {
  width: 240px;
  position: absolute;
  top: 0;
}
.craftsman_img_col figure:nth-child(1) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.craftsman_img_col figure:nth-child(2) {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.craftsman_img_col figure:nth-child(3) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.craftsman_img_col:hover {
  width: 100%;
  height: auto;
}
.craftsman_img_col:hover figure {
  width: auto;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.company_intro {
  width: 100%;
  margin: 0;
  padding: 0;
}
.company_intro p {
  font-size: 1.3rem;
}
.company_intro img {
  width: 40%;
  margin: 60px auto;
  padding: 0;
}

.company_content {
  width: 85%;
  margin: auto;
  padding-bottom: 100px;
}
.company_content h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.company_content table {
  width: 95%;
  margin: auto;
  border-spacing: 0;
  border-top: 1px solid #ccc;
}
.company_content th,
.company_content td {
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #ccc;
}
.company_content th {
  width: 20%;
  padding-left: 5px;
}
.company_content td {
  width: 80%;
}

.history_content {
  width: 100%;
  padding: 60px 7.5% 100px 7.5%;
  background: rgba(224, 224, 224, 0.3);
}
.history_content h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.history_col {
  width: 100%;
  margin-top: 60px;
}

.year_wrap {
  width: 97%;
  margin: auto;
  padding: 0 0 0 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 5fr;
  grid-template-columns: 1fr 5fr;
  gap: 0;
  border-left: 1px solid #444;
  position: relative;
}
.year_wrap h4 {
  margin-top: -5px;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.year_wrap::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #444;
  position: absolute;
  top: 10px;
  left: -10px;
  border-radius: 50%;
}

.by_month {
  width: 100%;
  margin-top: -5px;
  padding: 10px 0;
  position: relative;
}

.year_first h4 {
  padding-top: 0;
}
.year_first .by_month {
  padding-top: 0;
}

.year_first::before {
  top: 0;
}

.history_img {
  width: 200px;
  height: auto;
  padding: 10px 0;
  background: #efeeed;
  position: absolute;
  top: 0;
  right: 0;
}
.history_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.month_wrap {
  width: 100%;
  margin-bottom: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 6fr;
  grid-template-columns: 1fr 6fr;
  gap: 0;
}
.month_wrap h5 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.month_wrap p,
.month_wrap li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.8rem;
}

.history_more button {
  display: block;
  width: 200px;
  padding: 7px 5px;
  margin-top: 40px;
  border: 1px solid #444;
  background: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
}
.history_more button:hover {
  border-color: #ea6666;
  background: #ea6666;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button.history_close {
  display: block;
  width: 120px;
  margin: 30px auto 0 auto;
  text-align: center;
  font-weight: bold;
  color: #ea6666;
}
button.history_close i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  background: #ea6666;
  border-radius: 50%;
  color: #fff;
}

.history_more_content {
  display: none;
  width: 100%;
  overflow-y: scroll;
  margin-top: 15px;
  padding: 30px;
  background: #fff;
  border: 1px solid #444;
  border-radius: 5px;
}
.history_more_content table {
  width: 100%;
  border-spacing: 0;
  border-top: 2px solid #999;
}
.history_more_content table th,
.history_more_content table td {
  padding: 10px 0;
  border-bottom: 1px solid #999;
}
.history_more_content table th {
  width: 10%;
}
.history_more_content table td {
  width: 50%;
}
.history_more_content table td.month {
  width: 20%;
}
.history_more_content table td.ph {
  width: 20%;
}

.strengths_intro p,
.service_intro p {
  font-size: 1.1rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.service_intro {
  margin-bottom: 30px;
}
.service_intro h2 {
  padding-bottom: 20px;
}
.service_intro h3 {
  font-size: 1.5rem;
  margin-bottom: 50px;
  text-align: center;
}

.strengths_content {
  width: 100%;
  padding: 15px 10px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 333;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 2px 2px 4px #f8ecec;
          box-shadow: 2px 2px 4px #f8ecec;
}

ul.strengths_nav {
  width: 100%;
  margin: auto;
  text-align: center;
}
ul.strengths_nav li {
  display: inline-block;
  width: auto;
  text-align: center;
  border-right: 1px solid #444;
}
ul.strengths_nav li a {
  display: block;
  width: 100%;
  padding: 3px 15px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
ul.strengths_nav li a:hover {
  color: #ea6666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
ul.strengths_nav li a::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background: #ea6666;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
ul.strengths_nav li a:hover::after {
  bottom: -8px;
  opacity: 1;
}
ul.strengths_nav li:first-child {
  border-left: 1px solid #444;
}

.tech_intro_grid {
  width: 100%;
  padding: 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tech_bg_white {
  background: #fff;
}

.tech_intro {
  width: 100%;
  padding: 0 30px 0 20px;
}
.tech_intro h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.tech_intro h4 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ea6666;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 2px;
}
.tech_intro h5 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
}
.tech_intro p {
  font-size: 1rem;
  line-height: 1.8rem;
}

.tech_intro_img {
  width: 100%;
  position: relative;
}

.tech_intro_img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(51, 51, 51, 0.3);
  background-image: radial-gradient(#666 15%, transparent 20%), radial-gradient(#666 15%, transparent 20%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.no_margin_img {
  margin-top: -40px;
}

.small_intro_img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.tech_intro_right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.tech_order_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.tech_left_adjust {
  padding-left: 30px;
}
.tech_left_adjust h3,
.tech_left_adjust h4 {
  padding-left: 30px;
}

.tech_feature {
  width: 100%;
  margin: auto;
  padding-left: 8%;
  padding-bottom: 60px;
}
.tech_feature h4.feature_letter {
  width: auto;
  font-size: 2rem;
  font-weight: bold;
  color: #ea6666;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tech_feature h4.feature_letter::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background: #ea6666;
}

.feature_bg_white {
  background: #fff;
}

.feature_content_wrap {
  width: 100%;
  height: 200px;
  position: relative;
}
.feature_content_wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% + (100vw - 100%) / 2);
}
.feature_content_wrap ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}
.feature_content_wrap ul.none_slider {
  width: 100%;
}
.feature_content_wrap ul.none_slider li {
  margin-right: 40px;
}

.feature_inner_grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1.6fr;
  grid-template-columns: 1fr 1.6fr;
  gap: 15px;
}

.feat_right h5 {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #ea6666;
}
.feat_right p {
  font-size: 0.9rem;
}

.arrow_box-1,
.arrow_box-2,
.arrow_box-3,
.arrow_box-4,
.arrow_box-5,
.arrow_box-6 {
  width: 120px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  position: absolute;
  bottom: -30px;
  right: -20px;
  z-index: 222;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 30px;
  height: 30px;
  background: #ea6666;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
}

.prev-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 20px;
  bottom: 0;
  right: 120px;
}

.next-arrow {
  bottom: 0;
  right: 80px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-dots {
  width: 50px !important;
  margin: 100px auto 0 -10px;
  position: absolute;
  bottom: 0 !important;
  z-index: 111 !important;
}
.slick-dots li {
  width: 30px !important;
  padding: 0 !important;
  margin: auto !important;
}
.slick-dots li button {
  width: 40px;
  margin: auto !important;
  padding: 0;
}
.slick-dots li button::before {
  width: 40px;
  margin: auto !important;
  font-size: 80px;
}

.various_spec {
  width: 100%;
  margin: auto;
  padding: 60px 0 60px 8%;
  background: #fff;
}
.various_spec h3 {
  width: auto;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ea6666;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.various_spec h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background: #ea6666;
}

.various_spec_content {
  margin-bottom: 60px;
}
.various_spec_content h4 {
  margin-top: 15px;
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
}
.various_spec_content dl {
  width: 97%;
  padding-right: 5%;
}
.various_spec_content dt {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 15px;
  padding: 5px 10px;
  background: #f7f7f7;
  border-left: 4px solid #999;
}
.various_spec_content dd {
  margin: 10px 0 0 0;
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.5rem;
}
.various_spec_content p {
  line-height: 1.8rem;
  margin-top: 10px;
}
.various_spec_content p.spec_date {
  margin: 0 0 0 5px;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
}
.various_spec_content ul {
  margin-top: 15px;
}
.various_spec_content li {
  line-height: 2.2rem;
}
.various_spec_content table {
  width: 92%;
  margin-top: 15px;
  border-spacing: 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.various_spec_content tr:nth-child(odd) {
  background: #f9f9f9;
}
.various_spec_content th,
.various_spec_content td {
  padding: 8px 3px;
  text-align: center;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 0.9rem;
}
.various_spec_content th {
  padding: 5px 3px;
  background: #f8ecec;
  font-weight: bold;
}
.various_spec_content th:nth-child(1),
.various_spec_content td:nth-child(1) {
  width: 40%;
}
.various_spec_content th:nth-child(2),
.various_spec_content td:nth-child(2) {
  width: 25%;
}
.various_spec_content th:nth-child(3),
.various_spec_content td:nth-child(3) {
  width: 25%;
}
.various_spec_content th:nth-child(4),
.various_spec_content td:nth-child(4) {
  width: 10%;
}

.various_spec_content:last-child {
  margin-bottom: 20px;
}

.sevice_photo_grid {
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}
.sevice_photo_grid ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.sevice_photo_grid p {
  margin-top: 5px;
  font-size: 1.1rem;
  font-weight: bold;
}

.common_grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.row_white {
  background: #fff;
}

.common_body {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  padding: 60px;
}
.common_body h3 {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
  color: #ea6666;
}
.common_body p.common_lead {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: bold;
}
.common_body p.social_lead {
  margin-bottom: 0;
}

.common_detail_text p {
  line-height: 2rem;
  margin-bottom: 20px;
}
.common_detail_text p:last-child {
  margin-bottom: 0;
}

.common_img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: auto;
  position: relative;
}
.common_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reverse_order .common_body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.reverse_order .common_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.service_case {
  width: 90%;
  margin: 30px auto 0 auto;
  padding-bottom: 60px;
}
.service_case h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.service_case h4::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  margin-left: 10px;
  background: #505050;
}
.service_case ul {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
.service_case li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.service_case li p {
  margin-top: 5px;
  font-size: 0.8rem;
  line-height: 1rem;
}

.initiative_case ul {
  margin-bottom: 0;
}

.no_h4 ul {
  margin-top: 60px;
}

.common_download {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common_download a {
  display: block;
  width: 200px;
  margin-left: 15px;
  padding: 10px 5px;
  background: #fff;
  border: 1px solid #ea6666;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ea6666;
}
.common_download a i {
  display: inline-block;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  color: #ea6666;
  margin-right: 5px;
}
.common_download a::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #ea6666;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common_download a:hover {
  background: rgba(234, 102, 102, 0.2);
  color: #505050;
}
.common_download a:hover i {
  color: #505050;
}
.common_download a:hover::after {
  right: -50px;
}

.corp_page_download {
  margin-top: 30px;
  margin-left: 30px;
}

.contact_page_download {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.contact_page_download a {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.social_activities .common_body h3,
.social_activities .common_body p {
  text-align: center;
}

.social_container {
  margin-top: -30px;
  padding-bottom: 120px;
}

.social_grid {
  width: 75%;
  margin: 30px auto 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 2fr;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

.social_img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.social_body h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.social_body p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
}

.social_num {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #888;
}

.number {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.letter {
  margin: 2px 0 0 5px;
  font-size: 0.7rem;
  font-weight: bold;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.letter::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #888;
}

.news_container {
  width: 75%;
  margin: auto;
  padding-top: 60px;
}
.news_container h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}

.single_container {
  padding: 60px 0;
}

.news_single {
  width: 100%;
  padding: 30px;
  background: #fff;
}
.news_single h1 {
  font-size: 1.5rem;
}
.news_single p.single_date {
  font-size: 0.9rem;
  font-weight: bold;
  color: #555;
}

.single_cat li {
  display: inline-block;
}
.single_cat a {
  padding: 5px 20px;
  background: #555;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-decoration: none;
}
.single_cat a:hover {
  background: #b4b4b4;
  color: #000;
}

.news_content_wrap {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #999;
}
.news_content_wrap p {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.8rem;
}

.news_thumb_col {
  margin-bottom: 30px;
}

.article_control_news {
  width: 100%;
  padding: 0 0 60px 0;
}
.article_control_news ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article_control_news li {
  width: auto;
  padding: 0 10px;
}
.article_control_news li span {
  display: inline-block;
  width: 300px;
  margin-top: -2px;
  padding: 7px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
}
.article_control_news li a {
  width: auto;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.article_control_news li a i {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin: auto 3px;
  color: #555;
}
.article_control_news li span.all_article_link {
  width: auto;
  margin-top: -3px;
  padding: 0;
  border: none;
}
.article_control_news li span.all_article_link a.to_all {
  display: block;
  padding: 10px 15px;
  background: #555;
  color: #fff;
}

.news_category_btn {
  width: 100%;
  margin: auto;
}
.news_category_btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news_category_btn li {
  text-align: center;
}

.news_content_grid {
  width: 100%;
  margin: 60px auto auto auto;
  padding-bottom: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

.news_card {
  width: auto;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px #999;
          box-shadow: 2px 2px 6px #999;
  border-radius: 5px;
}
.news_card a img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_card a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news_card .news_spec {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_card .news_spec p.news_page_date {
  font-size: 0.9rem;
  color: #0f6363;
}

.news_text_col h4 {
  margin-bottom: 0;
}
.news_text_col h4 a {
  text-decoration: none;
}
.news_text_col h4 a:hover {
  text-decoration: underline;
}
.news_text_col p {
  text-align: left;
  font-size: 0.9rem;
}
.news_text_col p a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0f6363;
}
.news_text_col p a::after {
  content: ">";
  margin-left: 5px;
}
.news_text_col p a:hover {
  border-bottom: 1px solid #ea6666;
  color: #ea6666;
}
.news_text_col p.temp_news_body {
  text-align: left;
  margin-top: -35px;
  font-size: 0.9rem;
}

.news_list_content h4 {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: bold;
}
.news_list_content h4 a {
  text-decoration: none;
}
.news_list_content h4 a:hover {
  text-decoration: underline;
}

.news_content_body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news_content_body p {
  text-align: left;
  font-size: 0.9rem;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.news_content_body p br {
  display: none;
}

.news_container button,
.news_spec button {
  width: auto;
  margin: auto 10px;
  padding: 7px 40px;
  font-size: 0.8rem;
  font-weight: bold;
  border: 1px solid #777;
  background: #777;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 6px #999;
          box-shadow: 2px 2px 6px #999;
}
.news_container button.news_all,
.news_spec button.news_all {
  background: #fff;
}
.news_container button.news_info,
.news_spec button.news_info {
  border-color: #555;
  background: #555;
  color: #fff;
}
.news_container button.news_recruit,
.news_spec button.news_recruit {
  padding: 7px 60px;
  border-color: #008ea2;
  background: #008ea2;
  color: #fff;
}
.news_container button.news_product,
.news_spec button.news_product {
  border-color: #0f6363;
  background: #0f6363;
  color: #fff;
}
.news_container button.news_others,
.news_spec button.news_others {
  color: #fff;
}
.news_container button:hover,
.news_spec button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ea6666;
  border-color: #ea6666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
}

.news_spec button {
  margin: 0;
  padding: 3px 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.news_spec button.news_recruit {
  padding: 3px 30px;
}

.contact_container {
  width: 75%;
  margin: auto auto 0 auto;
  padding: 60px 0;
}
.contact_container h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 30px;
}
.contact_container p {
  text-align: center;
  font-weight: bold;
  color: #ea6666;
}

.products_catalog {
  width: 80%;
  margin: auto auto 30px auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
}
.products_catalog h4 {
  margin-bottom: 10px;
  text-align: center;
  color: #ea6666;
}
.products_catalog p {
  color: #505050;
  font-size: 0.9rem;
}

.contact_form ul.subject_select {
  width: 100%;
  margin-top: 30px;
  padding: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #999;
  border-radius: 3px;
  background: #fff;
}
.contact_form ul.subject_select li {
  width: auto;
  margin: auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_form ul.subject_select li input[type=radio] {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 7px;
}
.contact_form ul.subject_select li label {
  font-weight: bold;
  color: #000;
}
.contact_form table {
  width: 100%;
  margin-top: 60px;
  border-spacing: 0;
  border-top: 1px solid #999;
}
.contact_form th,
.contact_form td {
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #999;
}
.contact_form th {
  width: 20%;
  padding-left: 5px;
}
.contact_form td {
  width: 70%;
}
.contact_form td input,
.contact_form td textarea {
  padding: 7px;
}
.contact_form td input::-webkit-input-placeholder, .contact_form td textarea::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.contact_form td input::-moz-placeholder, .contact_form td textarea::-moz-placeholder {
  font-size: 0.8rem;
}
.contact_form td input:-ms-input-placeholder, .contact_form td textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}
.contact_form td input::-ms-input-placeholder, .contact_form td textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}
.contact_form td input::placeholder,
.contact_form td textarea::placeholder {
  font-size: 0.8rem;
}
.contact_form td input {
  width: 70%;
}
.contact_form td textarea {
  width: 100%;
  padding: 10px;
}
.contact_form td.require_col {
  width: 10%;
}
.contact_form td.require_col {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ea6666;
}

.privacy_confirm {
  margin-top: 30px;
}
.privacy_confirm p {
  color: #000;
}

.pp_content {
  width: 100%;
  height: 200px;
  margin-top: 30px;
  padding: 30px;
  overflow-y: scroll;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.pp_content h4 {
  margin-bottom: 10px;
  padding: 7px 15px;
  font-size: 1.1rem;
  font-weight: bold;
  background: #f8ecec;
  border-radius: 3px;
}
.pp_content h5 {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: bold;
}
.pp_content h5::before {
  content: "◆";
  margin-right: 3px;
}
.pp_content p {
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #000;
  text-align: left;
}
.pp_content ul,
.pp_content dl {
  margin-bottom: 15px;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #000;
}
.pp_content ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
}
.pp_content dt {
  font-weight: bold;
}

.pp_confirm {
  width: auto;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.pp_confirm div {
  margin: auto;
  padding: 10px 30px;
  text-align: center;
  border: 1px solid #ea6666;
  background: #fff;
  border-radius: 5px;
}
.pp_confirm div input[type=checkbox] {
  display: inline-block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 5px;
  margin-left: 0;
}
.pp_confirm div label {
  font-weight: bold;
}

.submit_box {
  width: auto;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.submit_box input {
  display: block;
  width: auto;
  margin: auto auto 10px auto;
  padding: 10px 30px;
  font-weight: bold;
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 6px #999;
          box-shadow: 2px 2px 6px #999;
  border-radius: 5px;
}
.submit_box input[type=reset] {
  border: 1px solid #999;
}
.submit_box input[type=submit] {
  border: 1px solid #ea6666;
  background: #ea6666;
  color: #fff;
}
.submit_box input[type=reset]:hover,
.submit_box input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.submit_box input[type=reset]:hover {
  border-color: #777;
  background: #777;
  color: #fff;
}
.submit_box input[type=submit]:hover {
  background: #fff;
  color: #ea6666;
}
.submit_box input.disabled_btn {
  border: 1px solid #999;
  background: #999;
  color: #fff;
  pointer-events: none;
}

.recruit_container {
  width: 100%;
  padding: 60px 30px;
}
.recruit_container p {
  text-align: center;
}

p.comming_soon {
  font-size: 2rem;
  font-weight: bold;
}

button.history_back_btn {
  display: block;
  width: 260px;
  margin: 30px auto auto auto;
  padding: 10px 5px;
  font-size: 0.9rem;
  text-align: center;
  font-weight: bold;
  background: #e0e0e0;
}
button.history_back_btn i {
  display: inline-block;
  margin-right: 3px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

button.history_back_btn:hover {
  background: #ea6666;
  color: #fff;
}

.express_container {
  width: 100%;
  margin: auto;
  padding: 0 0 60px 0;
}
.express_container h3 {
  width: 100%;
  margin: 0 auto 40px auto;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: center;
  background: rgba(0, 142, 162, 0.3);
}
.express_container h3.ml_color {
  background: rgba(234, 102, 102, 0.2);
}
.express_container p {
  text-align: center;
  line-height: 1.8rem;
  font-weight: bold;
}

.express_conditions,
.express_intro {
  width: 90%;
  margin: 30px auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
}
.express_conditions h4,
.express_intro h4 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.express_conditions dt,
.express_conditions dd,
.express_intro dt,
.express_intro dd {
  line-height: 1.5rem;
}
.express_conditions dt,
.express_intro dt {
  margin-top: 15px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.express_conditions dt::before,
.express_intro dt::before {
  content: "◆";
}
.express_conditions dt::after,
.express_intro dt::after {
  display: block;
  margin-left: 10px;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #555;
}
.express_conditions dd,
.express_intro dd {
  margin-top: 5px;
  padding-left: 1rem;
}
.express_conditions dd::before,
.express_intro dd::before {
  content: "＊";
}

.express_intro {
  margin: auto;
}
.express_intro h4 {
  margin-bottom: 10px;
}
.express_intro p {
  font-weight: normal;
}

.exp_order_fork {
  width: 100%;
}
.exp_order_fork ul {
  width: 100%;
  margin-top: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.exp_order_fork li {
  width: 100%;
  padding: 20px 20px 15px 20px;
  background: #f5f4f2;
}
.exp_order_fork li a {
  display: block;
  width: 70%;
  margin: 0 auto 15px auto;
  padding: 15px 5px;
  background: #0f6363;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  -webkit-box-shadow: 2px 2px 6px #999;
          box-shadow: 2px 2px 6px #999;
}
.exp_order_fork li a.ml_btn {
  background: #ea6666;
}
.exp_order_fork li a:hover {
  background: orange;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.exp_order_fork li p {
  font-size: 0.9rem;
  line-height: 1.5rem;
}

.express_quote {
  width: 80%;
  margin: 0 auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
}
.express_quote h4 {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.express_quote h5,
.express_quote h6 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: bold;
}
.express_quote p {
  text-align: left;
  font-weight: normal;
}
.express_quote p.exp_subcopy {
  text-align: center;
}
.express_quote input[type=radio],
.express_quote input[type=checkbox] {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 3px;
  margin-left: 5px;
}
.express_quote input[type=file] {
  cursor: pointer;
}
.express_quote label {
  font-weight: bold;
  margin-right: 15px;
}
.express_quote input,
.express_quote label {
  cursor: pointer;
}
.express_quote select {
  padding: 5px 10px;
  font-weight: bold;
}
.express_quote input#long_ml {
  width: 120px;
  padding: 3px 5px;
}
.express_quote button.cad_file_reset {
  padding: 7px 15px;
  background: #ccc;
  font-size: 0.8rem;
  font-weight: bold;
}
.express_quote button.cad_file_reset:hover {
  background: #ea6666;
  color: #fff;
}

.estimate_col {
  width: 100%;
  margin: 30px auto;
  border-top: 4px double #0f6363;
}
.estimate_col input,
.estimate_col label {
  cursor: default;
}
.estimate_col input {
  padding: 3px 10px;
  pointer-events: none;
  border: none;
  background: #e0e0e0;
  font-size: 1.2rem;
  font-weight: bold;
}

.estimate_bg {
  width: 100%;
  margin: 30px auto;
  padding: 20px 30px;
  background: #f7f7f7;
}

.estimate_inner_wrap {
  width: 100%;
  margin-top: 5px;
}
.estimate_inner_wrap label {
  display: inline-block;
  width: 130px;
}
.estimate_inner_wrap input {
  width: 150px;
  text-align: right;
}
.estimate_inner_wrap span {
  display: inline-block;
}

.exp_btn_col {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 4px double #0f6363;
}
.exp_btn_col button {
  display: inline-block;
  width: 180px;
  margin: auto 5px;
  padding: 12px 5px;
  background: #666;
  text-align: center;
  font-weight: bold;
  font-size: 0.9rem;
  color: #fff;
  -webkit-box-shadow: 2px 2px 6px #999;
          box-shadow: 2px 2px 6px #999;
}
.exp_btn_col button:hover {
  background: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.exp_btn_col button#confirm_pl,
.exp_btn_col button#confirm_ml {
  background: #008ea2;
}
.exp_btn_col button#confirm_pl:hover {
  background: #ea6666;
}
.exp_btn_col button.oderer_btn {
  background: #008ea2;
}
.exp_btn_col button.disabled_btn {
  background: #999;
  color: #fff;
  pointer-events: none;
}
.exp_btn_col p {
  display: none;
  margin-top: 10px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #ea6666;
}

.estimate_btn_col {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 0;
  border-bottom: none;
  border-top: 1px solid #0f6363;
}
.estimate_btn_col button {
  background: #008ea2;
}

.exp_typeselect_wrap {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.exp_type_select {
  width: 120px;
  margin-right: 5px;
  padding: 3px 10px;
  background: #e0e0e0;
}

.pl_content,
.ml_content {
  width: 100%;
  margin-top: 15px;
  padding: 30px;
  border: 2px solid #999;
  border-radius: 10px;
}
.pl_content h4,
.ml_content h4 {
  font-size: 1.5rem;
  font-weight: bold;
}

.pl_content {
  border-color: #0f6363;
}
.pl_content h4 {
  color: #0f6363;
}

.ml_content {
  border-color: #ea6666;
}

.mold_content {
  border-color: #ea6666;
}
.mold_content h4 {
  color: #ea6666;
}

.check_content,
.exp_confirm_col {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}
.check_content h5,
.exp_confirm_col h5 {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #f5f4f2;
  font-size: 1rem;
  font-weight: bold;
}
.check_content h5::before,
.exp_confirm_col h5::before {
  content: "◆";
}
.check_content p.exp_instructions,
.exp_confirm_col p.exp_instructions {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-bottom: 10px;
  margin-left: 5px;
}
.check_content span.add_dimension label::after,
.exp_confirm_col span.add_dimension label::after {
  content: "mm";
}
.check_content span.add_quantity label::after,
.exp_confirm_col span.add_quantity label::after {
  content: "個";
}
.check_content span.add_quantity span.first label::after,
.exp_confirm_col span.add_quantity span.first label::after {
  content: "個（不要）";
}

.calculation {
  display: none;
  width: 100%;
  margin-top: 15px;
  padding: 10px 10px;
  background: #e0e0e0;
}

.exp_confirm_col {
  display: none;
  width: 100%;
  margin-top: 30px;
}

.confirm_content {
  width: 100%;
  padding: 20px 30px;
  background: #f7f7f7;
  border-radius: 5px;
}
.confirm_content table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #ccc;
}
.confirm_content th,
.confirm_content td {
  padding: 10px 0 10px 5px;
  text-align: left;
  border-top: 1px solid #ccc;
}
.confirm_content th {
  width: 40%;
}
.confirm_content td {
  width: 60%;
}
.confirm_content td p,
.confirm_content td span {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
}

.exp_orderer_col {
  width: 100%;
}

#pl_orderer_info,
#ml_orderer_info {
  display: none;
}

.orderer_content table {
  width: 100%;
  margin-top: 15px;
  border-spacing: 0;
  border-bottom: 1px solid #999;
}
.orderer_content th,
.orderer_content td {
  text-align: left;
  padding: 15px 0;
  border-top: 1px solid #999;
}
.orderer_content th {
  width: 25%;
  padding-left: 5px;
}
.orderer_content td {
  width: 75%;
}
.orderer_content td input {
  width: 85%;
  padding: 2px 5px;
}
.orderer_content td input.half_input {
  width: 50%;
}
.orderer_content td input.mid_input {
  width: 240px;
}
.orderer_content td input.short_input {
  width: 120px;
}
.orderer_content div.orderer_inner {
  width: 100%;
  margin-top: 10px;
}
.orderer_content div.orderer_inner label {
  display: block;
  font-size: 0.8rem;
}
.orderer_content div.orderer_inner:nth-child(1) {
  margin-top: 0;
}

#exp_shipping_address {
  display: none;
}

.orderer_addr_select {
  margin-top: 5px;
}

#exp_shipping_address {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid #0f6363;
}

.exp_submit_col {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.exp_submit_col button {
  display: block;
  width: 240px;
  margin: 15px auto auto auto;
  padding: 15px 5px;
  background: orange;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 6px #999;
          box-shadow: 2px 2px 6px #999;
  cursor: pointer;
}
.exp_submit_col button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #ea6666;
  color: #fff;
}

.submit_check {
  width: 320px;
  margin: auto;
  padding: 10px 5px;
  background: rgba(234, 102, 102, 0.3);
}

.final_submit_col {
  padding-top: 15px;
  border-top: 2px solid #0f6363;
}
.final_submit_col button,
.final_submit_col input {
  display: block;
  width: 240px;
  margin: 15px auto auto auto;
  padding: 15px 5px;
  background: orange;
  font-weight: bold;
  -webkit-box-shadow: 2px 2px 6px #999;
          box-shadow: 2px 2px 6px #999;
  cursor: pointer;
  border: none;
}
.final_submit_col button:hover,
.final_submit_col input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #ea6666;
  color: #fff;
}
.final_submit_col button.disabled_btn,
.final_submit_col input.disabled_btn {
  border: none;
  background: #999;
  pointer-events: none;
  border: none;
}

.bg_white {
  background: #fff;
}

.page404_container {
  width: 80%;
  margin: 60px auto;
  text-align: center;
}
.page404_container h1 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  color: #ea6666;
}
.page404_container h1 span {
  display: block;
  font-size: 1.5rem;
  color: #505050;
}
.page404_container p {
  text-align: center;
  line-height: 1.8rem;
  font-weight: bold;
}

ul.menu_404 {
  width: 100%;
  margin: 30px auto;
  padding: 30px;
  background: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.menu_404 li {
  margin: 15px;
}
ul.menu_404 li a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
ul.menu_404 li a:hover {
  text-decoration: underline;
  color: #ea6666;
}

button.history_back {
  display: block;
  margin: 0 auto 60px auto;
  padding: 12px 40px;
  font-weight: bold;
  background: #555;
  color: #fff;
}

button.history_back:hover {
  background: #666;
}

.wpcf7-form table {
  width: 100%;
  margin-top: 60px;
  border-spacing: 0;
  border-top: 1px solid #999;
}
.wpcf7-form th,
.wpcf7-form td {
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #999;
}
.wpcf7-form th p,
.wpcf7-form td p {
  color: #000;
  text-align: left;
}
.wpcf7-form th {
  width: 20%;
  padding-left: 5px;
}
.wpcf7-form td {
  width: 70%;
}
.wpcf7-form td input,
.wpcf7-form td textarea {
  padding: 7px;
}
.wpcf7-form td input::-webkit-input-placeholder, .wpcf7-form td textarea::-webkit-input-placeholder {
  font-size: 0.8rem;
}
.wpcf7-form td input::-moz-placeholder, .wpcf7-form td textarea::-moz-placeholder {
  font-size: 0.8rem;
}
.wpcf7-form td input:-ms-input-placeholder, .wpcf7-form td textarea:-ms-input-placeholder {
  font-size: 0.8rem;
}
.wpcf7-form td input::-ms-input-placeholder, .wpcf7-form td textarea::-ms-input-placeholder {
  font-size: 0.8rem;
}
.wpcf7-form td input::placeholder,
.wpcf7-form td textarea::placeholder {
  font-size: 0.8rem;
}
.wpcf7-form td input {
  width: 70%;
}
.wpcf7-form td textarea {
  width: 100%;
  padding: 10px;
}
.wpcf7-form td.require_col {
  width: 10%;
}
.wpcf7-form td.require_col p {
  color: #ea6666;
}
.wpcf7-form td.require_col {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #ea6666;
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap input[type=email] {
  padding: 3px 5px;
}

:root {
  --recaptcha-badge-position: 0;
}

.grecaptcha-badge {
  margin-bottom: var(--recaptcha-badge-position);
  z-index: 9999;
}

@media only screen and (max-width: 1024px) {
  .main_grid {
    display: block;
  }
  .top_fv_col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 15px 0 15px;
    background: #fff;
    overflow: visible;
  }
  header h1.main_logo {
    width: 60%;
    margin: auto;
    padding-bottom: 60px;
  }
  header nav {
    margin-top: -50px;
  }
  header nav ul {
    width: 100%;
    height: 100vh;
    padding: 100px 80px 15px 80px;
    border-top: none;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header nav ul.nav_visible {
    display: block;
    z-index: 666;
    top: 0;
    left: 5%;
    background: #e0e0e0;
    padding: 100px 80px 15px 80px;
    border-top: none;
    overflow-y: auto;
  }
  header nav ul.nav_visible li img {
    width: 60px;
  }
  header nav ul.nav_visible li.sns_li {
    display: inline-block;
    width: 70px;
    margin: 15px 10px 0 0;
    padding: 0;
    border: none;
  }
  header nav ul.nav_visible li.sns_li a:hover {
    background: none;
  }
  header nav ul.nav_visible li.sns_li a:hover::after {
    content: "";
    width: 0;
    height: 0;
  }
  header nav ul.nav_visible::before {
    display: block;
    content: "ナサ工業株式会社 - Index";
    color: #ea6666;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  header nav li:first-child {
    border-top: 1px solid #444;
  }
  header ul.sns_link {
    width: 30%;
    margin: 0 auto 20px auto;
    gap: 50px;
  }
  header.body_header ul.sns_link {
    display: none;
  }
  header.body_header h1.main_logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  header.body_header h1.main_logo a {
    display: block;
    width: 35%;
    margin-right: 15px;
  }
  .mobile_bar {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #ea6666;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 777;
  }
  .mobile_bar i {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 2rem;
  }
  .top_movie_move {
    display: block;
    width: 100%;
    height: 50vh;
  }
  .top_movie_move video {
    display: block;
    width: 102%;
    height: 50vh;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_movie {
    display: none;
  }
  .row_top_grid {
    display: block;
  }
  .row_top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 150px 30px;
  }
  .row_top_left div,
  .row_top_left h2 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .recruit_left {
    padding: 30px 0;
  }
  .bg_message,
  .bg_nasaism,
  .bg_green,
  .bg_service,
  .bg_recruit {
    background-position: center center;
    background-size: cover;
  }
  .mob_top_right p br {
    display: none;
  }
  .row_top_wide {
    width: 95%;
  }
  .news_top_grid {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .news_top_content img {
    aspect-ratio: 3/2;
  }
  .news_more a {
    margin-left: calc(100% - 225px);
  }
  .contact_row {
    width: 100%;
  }
  .contact_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .address_inner {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .footer_content {
    padding: 40px 20px;
  }
  .footer_content ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_content li {
    border: none;
    padding: 5px 0;
  }
  .common_grid {
    display: block;
  }
  .common_img {
    width: 100%;
    height: 420px;
    -o-object-position: center center;
       object-position: center center;
  }
  .mb_position_adjust img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .tech_intro_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .various_spec_content dl {
    width: 100%;
  }
  .various_spec_content p {
    width: 95%;
  }
  .various_spec_content table {
    width: 95%;
  }
  .feature_content_wrap {
    height: 280px;
  }
  .feature_content_wrap ul {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .slick-dots {
    margin-top: 280px;
  }
  .feature_content_mid {
    height: 240px;
  }
  .feature_content_mid .slick-dots {
    margin-top: 240px;
  }
  .feature_content_low {
    height: 200px;
  }
  .feature_content_low .slick-dots {
    margin-top: 200px;
  }
  .history_img {
    display: none;
  }
  .news_container {
    width: 95%;
  }
  .news_content_grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .contact_container {
    width: 85%;
  }
}
@media only screen and (max-width: 595px) {
  header ul.sns_link {
    width: 60%;
  }
  header nav li a {
    padding: 5px 10px;
  }
  header nav ul.nav_visible {
    display: block;
    z-index: 666;
    top: 0;
    left: 2%;
    background: #e0e0e0;
    padding: 100px 30px 15px 40px;
    border-top: none;
    overflow-y: auto;
  }
  header.body_header h1.main_logo a {
    display: block;
    width: 60%;
    margin-right: 10px;
  }
  header.body_header h1.main_logo span {
    font-size: 0.8rem;
  }
  .top_copy_col {
    padding: 40px 20px;
  }
  .top_quality {
    width: 95%;
    margin-left: auto;
  }
  .top_quality div.quality_alphabet {
    font-size: 1.5rem;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .top_quality h2 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .row_top_left {
    padding: 90px 30px;
  }
  .row_top_left div.alphabet_catch {
    font-size: 1.8rem;
  }
  .row_top_left h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .row_top_right {
    padding: 40px 30px;
  }
  .row_top_right div.alphabet_catch {
    font-size: 1.8rem;
  }
  .row_top_right h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .row_top_right p {
    width: 100%;
    line-height: 1.8rem;
  }
  .row_top_right li {
    line-height: 1.8rem;
  }
  .recruit_left {
    height: 15px;
    padding: 0;
  }
  .news_top_grid {
    width: 95%;
    margin: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .row_top_wide h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .banner_content ul {
    display: block;
    width: 90%;
    margin: auto;
  }
  .banner_content li {
    margin-bottom: 10px;
  }
  .footer_content ul {
    display: block;
    border-top: 1px solid #ccc;
  }
  .footer_content li {
    border-bottom: 1px solid #ccc;
  }
  .footer_content li a:hover::after {
    bottom: -8px;
    opacity: 0;
  }
  .link_banner ul {
    padding-top: 15px;
  }
  .address_inner {
    padding-left: 20px;
  }
  .body_head img {
    height: 240px;
  }
  .body_head .body_head_title {
    top: 25px;
    left: 20px;
  }
  .body_head .body_head_title h2 {
    font-size: 1.5rem;
  }
  .body_head .body_head_title div {
    font-size: 2rem;
  }
  .body_intro {
    padding: 0 15px 30px 15px;
  }
  .body_intro h2 {
    font-size: 1.5rem;
  }
  .body_intro h3 {
    font-size: 1.2rem;
  }
  .body_intro p {
    width: 95%;
    margin-bottom: 10px;
    line-height: 1.9rem;
    text-align: left;
  }
  .body_intro p br {
    display: none;
  }
  .body_content {
    width: 90%;
  }
  .body_content div.body_alphabet {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .story_message_grid {
    display: block;
  }
  .story_message_grid img {
    margin-bottom: 30px;
  }
  .story_message_body,
  .craftsman_col {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .story_message_body p,
  .craftsman_col p {
    line-height: 1.8rem;
  }
  .craftsman_message {
    width: 100%;
  }
  .craftsman_message p {
    font-size: 1.2rem;
  }
  .craftsman_img_col {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .sevice_photo_grid ul {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .sevice_photo_grid p {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  .common_body {
    padding: 40px 5%;
  }
  .common_body h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .common_body h3.no_wrap_copy br {
    display: none;
  }
  .common_body p.common_lead {
    line-height: 1.8rem;
  }
  .common_body p.common_lead br {
    display: none;
  }
  .common_img {
    height: 260px;
  }
  .service_case {
    margin-top: 0;
  }
  .service_case ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .common_download {
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
  .common_download p {
    text-align: center;
  }
  .common_download a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  ul.strengths_nav {
    padding-top: 3px;
  }
  ul.strengths_nav li {
    border: none;
    background: #e6e6e6;
    margin-bottom: 3px;
  }
  ul.strengths_nav li a {
    padding: 3px 10px;
  }
  ul.strengths_nav li a:hover::after {
    bottom: -8px;
    opacity: 0;
  }
  ul.strengths_nav li:first-child {
    border-left: none;
  }
  .tech_intro_grid {
    display: block;
  }
  .tech_intro_img {
    margin-bottom: 20px;
  }
  .tech_left_adjust {
    padding-left: 10px;
  }
  .tech_left_adjust h3,
  .tech_left_adjust h4 {
    padding-left: 10px;
  }
  .no_slider_content {
    height: 260px;
  }
  .no_slider_content ul.none_slider {
    width: 100%;
    display: block;
  }
  .no_slider_content ul.none_slider li {
    margin-right: 40px;
    margin-bottom: 30px;
  }
  .various_spec {
    padding: 60px 0 60px 15px;
  }
  .various_spec_content table {
    width: calc(100% - 15px);
  }
  .no_h4 ul {
    margin-top: 0;
  }
  .social_grid {
    width: 90%;
    display: block;
  }
  .social_img {
    margin-bottom: 10px;
  }
  .company_intro img {
    width: 70%;
  }
  .company_content table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company_content th,
  .company_content td {
    display: block;
    width: 100%;
  }
  .company_content th {
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: none;
  }
  .company_content td {
    padding-top: 0;
  }
  .company_content td.no_wrap_td br {
    display: none;
  }
  .year_wrap {
    display: block;
  }
  .year_wrap h4 {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  .month_wrap {
    display: block;
    width: 100%;
  }
  .month_wrap h5 {
    width: 100%;
  }
  .month_wrap ul {
    width: 100%;
  }
  .history_more_content {
    width: 110%;
    overflow-x: scroll;
    position: relative;
    z-index: 222;
  }
  .history_more_content table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .history_more_content th {
    padding-right: 10px;
  }
  .history_more_content td.month {
    padding-right: 5px;
  }
  button.history_close {
    margin-left: 0;
  }
  .news_container button {
    width: 95%;
    margin: auto;
    padding: 15px;
  }
  .news_container button.news_recruit {
    padding: 15px;
  }
  .news_spec button {
    width: auto;
    margin: auto 10px;
    padding: 7px 40px;
    font-size: 0.8rem;
    font-weight: bold;
    border: 1px solid #777;
    background: #777;
    border-radius: 20px;
    -webkit-box-shadow: 2px 2px 6px #999;
            box-shadow: 2px 2px 6px #999;
  }
  .news_spec button.news_recruit {
    padding: 7px 40px;
    border-color: #008ea2;
    background: #008ea2;
    color: #fff;
  }
  .news_category_btn {
    width: 80%;
  }
  .news_category_btn ul {
    display: block;
  }
  .news_category_btn li {
    margin-bottom: 10px;
  }
  .news_content_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    border-top: 1px solid #999;
    padding-top: 60px;
  }
  .products_catalog {
    width: 100%;
  }
  .contact_page_download {
    width: 100%;
    padding-top: 0;
  }
  .contact_page_download a {
    width: 240px;
  }
  .contact_form ul.subject_select {
    display: block;
  }
  .contact_form ul.subject_select li {
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
  }
  .contact_form ul.subject_select li:nth-child(odd) {
    background: #fff;
  }
  .contact_form table {
    margin-top: 30px;
  }
  .contact_form tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .contact_form th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  .contact_form th::after {
    content: "必須";
    font-size: 0.8rem;
    margin-left: 3px;
    color: #ea6666;
    font-weight: bold;
  }
  .contact_form th.no_required::after {
    content: "";
  }
  .contact_form td.require_col {
    display: none;
  }
  .contact_form td {
    width: 100%;
    padding-top: 5px;
  }
  .contact_form td input {
    width: 100%;
  }
  .privacy_confirm p {
    text-align: left;
  }
  .privacy_confirm p br {
    display: none;
  }
  .pp_content {
    height: 300px;
    padding: 20px;
  }
  .submit_box input {
    display: block;
    width: 240px;
    margin: auto auto 10px auto;
    padding: 15px;
  }
}
/*# sourceMappingURL=style.css.map */