@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* flexbox */
/* メディアクエリ */
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 リセット
 
*****************************************************/
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

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

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 16px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  color: #333333;
  font-size: 1rem;
  font-family: 'Zen Kaku Gothic New', sans-serif , 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  text-align: justify; }

.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  color: #fff;
  font-weight: bold; }

h2 {
  font-size: 36px;
  color: #003f84;
  font-weight: 700;
  border-left: 6px solid #003f84;
  padding-left: 20px;
  margin-bottom: 40px; }
  h2 span {
    display: block;
    font-size: 24px; }

h2 + p, h3 + p {
  font-size: 16px;
  color: #000;
  margin-bottom: 40px; }

h3 {
  font-size: 21px;
  color: #003f84;
  font-weight: bold;
  margin-bottom: 24px; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:nth-of-type(even) {
    background: #F7F7F7; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit:cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

.link_btn {
  display: block;
  width: 270px;
  margin: 40px auto;
  border: 1px solid #003f84;
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  font-size: 16px;
  color: #165f9b;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s; }
  .link_btn:hover {
    background: #003f84;
    transition: .3s;
    color: #fff; }

* {
  box-sizing: border-box; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; }

  #menu {
    visibility: hidden; } }
@media screen and (max-width: 896px) {
  h1:not(#top_h1) {
    font-size: 31px; }

  h2 {
    font-size: 26px; }
    h2 span {
      font-size: 16px; }

  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 100px; }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 16px;
    right: 16px; }
    .sp_menu i {
      font-size: 30px;
      color: #0573DD; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(6) > a {
    background: #007fff;
    color: #FFF !important;
    width: 80%;
    margin: 0 auto; }

  #mm-1 > ul > li:nth-child(6) {
    margin-top: 20px; }

  #mm-1 > ul > li:nth-child(6)::after {
    border: none; }

  #mm-1 > ul > li:nth-child(7) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/*****************************************************

 Animation
 
*****************************************************/
.content {
  opacity: 0;
  pointer-events: none; }

body.appear .content {
  animation-name: PageAnime-content;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto; }

.animation .content {
  opacity: 1;
  pointer-events: auto; }

@keyframes PageAnime-content {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.move .animation-bg {
  background: #003f84;
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }

.ltr .animation-bg {
  animation-name: PageAnime-ltr; }

@keyframes PageAnime-ltr {
  0% {
    transform-origin: left;
    transform: scaleX(0); }
  50% {
    transform-origin: left;
    transform: scaleX(1); }
  50.001% {
    transform-origin: right; }
  100% {
    transform-origin: right;
    transform: scaleX(0); } }
/*****************************************************

 Header
 
*****************************************************/
.global_header {
  width: 100%;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1440px;
  padding: 0 1%;
  margin: 0 auto;
  min-width: 1120px; }
  .global_header .logo_container {
    width: 350px; }
    .global_header .logo_container img {
      vertical-align: -20%; }
  .global_header nav {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap; }
    .global_header nav a {
      font-size: 16px;
      font-weight: 500;
      color: #003f84;
      margin-left: 50px;
      transition: .2s;
      text-decoration: none; }
      .global_header nav a:first-of-type {
        margin-left: 0; }
      .global_header nav a:last-of-type {
        background: #007fff;
        padding: 4px 40px;
        color: #fff;
        border: 1px solid #007fff; }
      .global_header nav a:hover:last-of-type {
        background: #fff;
        color: #007fff;
        transition: .2s; }

@media screen and (max-width: 896px) {
  .global_header {
    height: 60px;
    min-width: 100%;
    padding: 0 2%; }

  .global_header .logo_container {
    width: 68%;
    max-width: 350px; }

  .global_header .logo_container img {
    vertical-align: -10%; } }
/*****************************************************

 Footer
 
*****************************************************/
.footer_contact_wrap {
  width: 100%;
  background: #efefef;
  padding: 60px 0 100px; }
  .footer_contact_wrap h2 {
    border-left: none;
    padding: 0;
    text-align: center; }
  .footer_contact_wrap h2 + p {
    text-align: center; }
  .footer_contact_wrap .footer_contact_container {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto; }
    .footer_contact_wrap .footer_contact_container a:first-of-type {
      font-family: 'Noto Sans JP', sans-serif;
      font-size: 29px;
      color: #003f84;
      font-weight: bold;
      text-decoration: none; }
      .footer_contact_wrap .footer_contact_container a:first-of-type i {
        font-size: 21px;
        margin-right: 20px; }
    .footer_contact_wrap .footer_contact_container a:last-of-type {
      width: 270px;
      padding: 14px 0;
      background: #007fff;
      border: 1px solid #007fff;
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      transition: .2s; }
      .footer_contact_wrap .footer_contact_container a:last-of-type i {
        font-size: 18px;
        margin-right: 20px; }
      .footer_contact_wrap .footer_contact_container a:last-of-type:hover {
        background: #fff;
        color: #007fff;
        transition: .2s; }

.global_footer {
  width: 100%;
  padding: 60px 0 40px;
  background: #0c1335;
  position: relative; }
  .global_footer::after {
    content: 'METAL CRAFT MATSUMURA';
    font-size: 130px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -40px;
    left: 40px;
    white-space: nowrap; }
  .global_footer .footer_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
    .global_footer .footer_container .footer_item {
      width: 48.21%;
      text-align: right; }
      .global_footer .footer_container .footer_item > figure {
        width: 349px;
        margin: 0 0 40px auto; }
      .global_footer .footer_container .footer_item address {
        font-size: 16px;
        color: #fff;
        line-height: 31px; }
        .global_footer .footer_container .footer_item address a {
          text-decoration: none;
          color: #fff; }
      .global_footer .footer_container .footer_item .itac_container {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        background: #fff;
        border-radius: 8px;
        padding: 14px; }
        .global_footer .footer_container .footer_item .itac_container p {
          width: 60%;
          font-size: 14px;
          color: #0c1335;
          letter-spacing: 0; }
        .global_footer .footer_container .footer_item .itac_container figure {
          width: auto;
          height: 50px;
          max-width: 200pxpx;
          margin: 0; }
          .global_footer .footer_container .footer_item .itac_container figure img {
            height: 100%; }
      .global_footer .footer_container .footer_item:first-of-type {
        padding-right: 80px; }
  .global_footer > .inner > p {
    text-align: right;
    margin-top: 60px;
    font-size: 14px;
    color: #fff; }

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  .page-top p {
    text-align: center;
    display: block;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background: #0c1335;
    color: #FFF;
    opacity: 0.5;
    transition: all  0.5s ease; }
  .page-top a {
    text-decoration: none;
    background: #0c1335;
    color: #FFF; }
    .page-top a:hover {
      text-decoration: none; }
    .page-top a p:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 13px;
      font-size: 35px; }

@media screen and (max-width: 896px) {
  .footer_contact_wrap .footer_contact_container {
    width: 100%;
    justify-content: center; }

  .footer_contact_wrap .footer_contact_container a:first-of-type {
    margin-bottom: 20px; }

  .global_footer::after {
    font-size: 15vw;
    top: 0;
    left: 20px;
    white-space: normal; }

  .global_footer .footer_container .footer_item {
    width: 100%;
    text-align: center; }

  .global_footer .footer_container .footer_item:first-of-type {
    padding: 0;
    margin-bottom: 40px; }

  .global_footer .footer_container .footer_item .itac_container p {
    width: 100%; }

  .global_footer .footer_container .footer_item .itac_container figure {
    width: auto;
    margin: 20px auto 0; }

  .global_footer .footer_container .footer_item > figure {
    max-width: 349px; } }
/*****************************************************

 アーカイブページ
 
*****************************************************/
.products_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .products_container article {
    width: 31.25%;
    margin-bottom: 40px;
    position: relative;
    z-index: 0;
    transition: .3s; }
    .products_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .products_container article:hover {
      opacity: .7;
      transition: .3s; }
    .products_container article figure {
      width: 100%;
      margin: 0 0 8px; }
      .products_container article figure img {
        height: 263px; }
    .products_container article p {
      font-size: 16px;
      color: #333; }
      .products_container article p:first-of-type {
        font-size: 23px;
        font-weight: bold;
        color: #007fff;
        margin-bottom: 4px; }

.news_container {
  width: 90%;
  margin: 0 auto; }
  .news_container article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    transition: .3s;
    padding-right: 90px;
    border-bottom: 1px solid #003f80;
    padding-bottom: 12px;
    margin-bottom: 12px; }
    .news_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .news_container article span {
      width: 16%;
      font-size: 16px;
      color: #498067;
      padding: 10px 0;
      font-weight: 500; }
    .news_container article p {
      width: 80%;
      font-size: 16px;
      color: #464646;
      transition: .3s;
      padding: 10px 0;
      font-weight: 500; }
    .news_container article::after {
      font-family: 'Font Awesome 5 free';
      content: '\f061';
      font-weight: 900;
      color: #003f80;
      position: absolute;
      top: 4%;
      right: 20px;
      font-size: 21px;
      transition: .3s; }
    .news_container article:hover {
      transition: .3s; }
      .news_container article:hover p {
        color: #007fff; }

/* ページャー
----------------------------------------------------*/
.pager {
  padding: 80px 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #007fff solid;
    color: #007fff;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #007fff solid;
      color: #007fff;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #007fff;
    border: 2px #007fff solid;
    color: #FFF; }

@media screen and (max-width: 896px) {
  .products_container article {
    width: 48.21%; }

  .products_container article figure {
    height: 122px; }

  .products_container article figure img {
    height: 100%; } }
/*****************************************************

 シングルページ
 
*****************************************************/
/* エディター内装飾
----------------------------------------------------*/
.editor_area {
  width: 90%;
  margin: 20px auto; }
  .editor_area img {
    max-width: 100%;
    margin: 0;
    border: none !important;
    width: auto;
    height: auto;
    /*min-width:50%;*/
    object-fit: cover;
    font-family: 'object-fit:cover;'; }
  .editor_area .size-thumbnail {
    width: 32.2% !important;
    max-height: 240px;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    max-height: 360px;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important;
    max-height: 800px; }
  .editor_area p {
    margin-top: 16px;
    font-size: 16px;
    color: #444;
    word-break: break-all; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area > h4 {
    margin: 12px 0;
    color: #444;
    font-size: 16px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*text-decoration: none;*/
    color: #DE0515;
    font-size: 16px;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*&:last-of-type {border:none;}*/ }

@media screen and (max-width: 896px) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important; }

  .editor_area {
    padding-bottom: 40px; } }
/*****************************************************

 フォーム
 
*****************************************************/
.contactform_container {
  width: 90%;
  margin: 0 auto; }
  .contactform_container table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed; }
    .contactform_container table tr:last-child th {
      border-bottom: none;
      vertical-align: top; }
    .contactform_container table tr:last-child td {
      border-bottom: none; }
    .contactform_container table th {
      width: 30%;
      border-bottom: 1px solid #2ca6e0;
      font-size: 16px;
      color: #333;
      padding: 26px;
      box-sizing: border-box; }
      .contactform_container table th span {
        font-size: 14px;
        color: #fff;
        background: #d63317;
        padding: 0 10px;
        float: right;
        border-radius: 2px; }
    .contactform_container table td {
      /*width:70%;*/
      border-bottom: 1px solid #eee;
      font-size: 16px;
      color: #666;
      padding: 20px 40px;
      box-sizing: border-box; }
    .contactform_container table .optionalicon {
      font-size: 14px;
      color: #2D4675;
      text-align: center;
      padding: 2px 15px;
      background: #ABD8FF;
      border-radius: 12px;
      margin-right: 30px; }

.agreementicon {
  font-size: 14px;
  color: #fff;
  background: #d63317;
  padding: 0 10px;
  margin-right: 20px; }

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center; }

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #efefef;
  overflow-y: scroll;
  text-align: left !important; }
  .privacypolicy p {
    text-align: left !important; }
    .privacypolicy p:first-of-type {
      font-size: 18px;
      color: #333;
      font-weight: bold; }
  .privacypolicy h4 {
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #666; }

.privacypolicy_checkbox_container {
  text-align: center; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.grecaptcha-badge {
  visibility: hidden; }

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #888 !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #666 !important; }

.thanks_container {
  text-align: center; }
  .thanks_container .link_btn {
    margin: 40px auto 0; }

#formWrap h3 {
  margin-bottom: 40px;
  text-align: center; }

.form_table {
  width: 90%;
  margin: 40px auto; }
  .form_table tr:last-of-type {
    display: none; }
  .form_table th {
    width: 30%;
    border-bottom: 1px solid #0A1F54;
    font-size: 16px;
    color: #333;
    padding: 26px 20px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500; }
  .form_table td {
    width: 70%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #444;
    padding: 20px 40px;
    box-sizing: border-box; }
  .form_table .confirm_contents {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }

.confirm_box {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: 1px solid #ffFF00;
  background: #F9A638;
  color: #FFF;
  padding: 10px;
  box-sizing: border-box; }

.form_h3 {
  box-sizing: border-box; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  text-decoration: none;
  margin: 50px auto;
  display: block;
  text-align: center;
  background: #DB621D;
  font-weight: 300;
  font-size: 16px;
  color: #FFF;
  padding: 10px 0;
  width: 30%;
  height: auto; }

.error_messe {
  margin-bottom: 10px; }
  .error_messe span {
    background: #ffe0e0;
    padding: 0 10px; }

@media screen and (max-width: 896px) {
  .contactform_wrap {
    padding: 40px 0; }

  .contactform_container {
    width: 90%;
    margin: 0 auto; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 0; }

  .privacypolicy {
    width: 100%; }

  .thanks_container .link_btn {
    margin: 40px auto 0;
    width: 80%; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 10px 20px 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid #ccc; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

/*input[type="checkbox"]{padding: 10px 12px;background: #efefef;transition: all .3s;width: 25px;height: 25px;vertical-align: bottom;}
*/
input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle; }
  input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #add8d5;
    margin-top: -2px; }
  input[type='checkbox']:checked::before {
    background-color: #26A69A; }
  input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    top: 2px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="submit"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #007fff;
  background: #007fff;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer; }
  input[type="submit"]:hover {
    background: #fff;
    color: #007fff;
    transition: .3s; }

input[type="button"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #a4a4a5;
  background: #a4a4a5;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%;
    margin: -10px auto 0; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0; } }
/*****************************************************

 Home
 
*****************************************************/
/* cover
----------------------------------------------------*/
.main_cover {
  width: 100%;
  height: 864px;
  z-index: 0;
  position: relative; }
  .main_cover video {
    width: 100%;
    height: 800px; }
  .main_cover .movie_item {
    width: 87.5%;
    font-size: 0;
    position: relative; }
    .main_cover .movie_item:before {
      width: 100%;
      height: 100%;
      content: '';
      background: url(../images/common/bg-overlay.png) transparent;
      opacity: .1;
      position: absolute; }
  .main_cover::before {
    white-space: pre;
    content: 'METAL\A CRAFT\A MATSUMURA';
    font-size: 10vw;
    line-height: 130%;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 20px;
    left: 6%;
    z-index: 2; }
  .main_cover::after {
    content: '';
    width: 75%;
    height: 660px;
    background: #003f84;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .main_cover p {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 5vw;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    text-align: right;
    position: absolute;
    top: 400px;
    right: 6%; }
    .main_cover p span {
      display: block;
      font-family: 'Zen Kaku Gothic New', sans-serif;
      font-size: 3vw;
      color: #fff;
      font-weight: normal;
      margin-top: -10px; }

@media screen and (max-width: 896px) {
  .main_cover {
    height: 34vh; }

  .main_cover::after {
    width: 95%;
    height: 20vh; }

  .main_cover video {
    height: 31vh; }

  .main_cover p {
    font-size: 7vw;
    top: 150px;
    left: 2%; }

  .main_cover .movie_item {
    width: 95.5%; } }
/* 特出し
----------------------------------------------------*/
.top_info_wrap {
  margin-top: -80px; }
  .top_info_wrap .top_info_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    border-top: 4px solid #003F81;
    padding: 40px 80px;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    position: relative;
    z-index: 0;
    transition: .2s;
    font-size: 16px;
    color: #003F81;
    font-weight: 500; }
    .top_info_wrap .top_info_container a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_info_wrap .top_info_container span {
      width: 8%; }
    .top_info_wrap .top_info_container p {
      font-size: 17px;
      width: 78%; }
    .top_info_wrap .top_info_container i {
      width: 3%;
      font-size: 31px; }

@media screen and (max-width: 896px) {
  .top_info_wrap .top_info_container {
    padding: 20px; }

  .top_info_wrap .top_info_container span {
    width: 100%; }

  .top_info_wrap .top_info_container p {
    font-size: 16px; }

  .top_info_wrap .top_info_container i {
    width: 8%; } }
/* concept
----------------------------------------------------*/
.top_concept_wrap {
  width: 100%;
  background: url("../images/home/top_bg01.jpg") center/cover no-repeat;
  padding: 80px 0; }
  .top_concept_wrap .top_concept_container {
    max-width: 1190px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .top_concept_wrap .top_concept_container figure {
      width: 48.74%; }
    .top_concept_wrap .top_concept_container .top_concept_item {
      width: 48.74%;
      background: rgba(255, 255, 255, 0.4);
      padding: 16px; }

@media screen and (max-width: 896px) {
  .top_concept_wrap {
    padding: 40px 0 0;
    background-position: 80%; }

  .top_concept_wrap .top_concept_container figure {
    display: none; }

  .top_concept_wrap .top_concept_container .top_concept_item {
    width: 100%; } }
/* facility
----------------------------------------------------*/
.top_facility_wrap {
  width: 100%;
  height: 800px;
  background: #fcfcfc url("../images/home/top_bg02.jpg?20230306") center bottom/auto no-repeat;
  background-origin: border-box;
  padding: 80px 0; }
  .top_facility_wrap .top_facility_container {
    width: 80.35%;
    background: #fff;
    padding: 50px 0 60px;
    margin: 0 auto; }
    .top_facility_wrap .top_facility_container h2 {
      border-left: none;
      padding: 0;
      text-align: center; }
    .top_facility_wrap .top_facility_container h2 + p {
      text-align: center; }
    .top_facility_wrap .top_facility_container .link_btn {
      margin: 40px auto 0; }

@media screen and (max-width: 896px) {
  .top_facility_wrap {
    padding: 40px 0;
    height: 440px;
    background-size: contain; }

  .top_facility_wrap .top_facility_container {
    width: 96%;
    padding: 20px; } }
/* products
----------------------------------------------------*/
.top_products_wrap {
  padding: 80px 0; }
  .top_products_wrap .slider_item {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto; }
    .top_products_wrap .slider_item figure {
      width: 53.57%;
      height: 334px;
      margin: 0; }
      .top_products_wrap .slider_item figure img {
        height: 100%; }
    .top_products_wrap .slider_item .slider_item_txt {
      width: 46%;
      padding: 0 40px; }
      .top_products_wrap .slider_item .slider_item_txt p {
        font-size: 16px;
        color: #333; }
        .top_products_wrap .slider_item .slider_item_txt p:nth-of-type(1) {
          font-size: 23px;
          font-weight: bold;
          margin-bottom: 4px; }
          .top_products_wrap .slider_item .slider_item_txt p:nth-of-type(1) a {
            text-decoration: none;
            color: #007fff; }
        .top_products_wrap .slider_item .slider_item_txt p:last-of-type img {
          display: none; }

.serch_box {
  position: relative;
  margin: 20px auto; }
  .serch_box form {
    text-align: right;
    font-size: 0; }
  .serch_box #s {
    width: 50%;
    padding: 10px 10px 9px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px; }
  .serch_box #searchsubmit {
    margin: 0;
    width: 60px;
    border: none;
    cursor: pointer;
    background: #007fff;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 0 9px;
    display: inline-block;
    margin-left: 6px;
    border-radius: 3px; }

@media screen and (max-width: 896px) {
  .top_products_wrap {
    padding: 40px 0; }

  .top_products_wrap .slider_item {
    width: 76%; }

  .top_products_wrap .slider_item figure {
    width: 100%;
    height: auto; }
    .top_products_wrap .slider_item figure img {
      height: auto; }

  .top_products_wrap .slider_item .slider_item_txt {
    width: 100%;
    padding: 10px 0 0 10px; }

  .serch_box #s {
    width: 70%; } }
/* about
----------------------------------------------------*/
.top_about_wrap {
  width: 100%;
  padding: 80px 0;
  background: url("../images/home/top_bg03.jpg") center/cover no-repeat; }
  .top_about_wrap h2, .top_about_wrap h2 + p {
    color: #fff; }
  .top_about_wrap h2 {
    border-left: 6px solid #fff; }
  .top_about_wrap .top_about_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 80px; }
    .top_about_wrap .top_about_container .top_about_item {
      width: 48.21%;
      height: 270px;
      padding: 180px 0 0;
      position: relative;
      z-index: 0;
      transition: .3s; }
      .top_about_wrap .top_about_container .top_about_item a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .top_about_wrap .top_about_container .top_about_item:hover p {
        background: #007fff;
        transition: .3s; }
      .top_about_wrap .top_about_container .top_about_item p {
        width: 250px;
        background: #003f84;
        padding: 10px 30px;
        font-size: 26px;
        color: #fff;
        font-weight: bold;
        transition: .3s; }
      .top_about_wrap .top_about_container .top_about_item:first-of-type {
        background: url("../images/home/top_about_bnr01.jpg") center/cover no-repeat; }
      .top_about_wrap .top_about_container .top_about_item:last-of-type {
        background: url("../images/home/top_about_bnr02.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .top_about_wrap {
    padding: 40px 0; }

  .top_about_wrap .top_about_container .top_about_item {
    width: 100%;
    height: 180px;
    padding: 90px 0 0;
    margin-top: 50px; }

  .top_about_wrap .top_about_container .top_about_item:first-of-type {
    margin-bottom: 40px; }

  .top_about_wrap .top_about_container .top_about_item p {
    font-size: 21px; }

  .top_about_wrap .top_about_container, .top_about_wrap .top_about_container .top_about_item {
    margin-top: 0; } }
/* news
----------------------------------------------------*/
.top_news_wrap {
  width: 100%;
  padding: 80px 0;
  position: relative;
  min-width: 1440px; }
  .top_news_wrap::after {
    content: '';
    width: 92%;
    height: 540px;
    background: #003f84;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: -1; }
  .top_news_wrap .top_news_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 60px auto 80px; }
    .top_news_wrap .top_news_container .top_news_item h2, .top_news_wrap .top_news_container .top_news_item h2 + p {
      color: #fff; }
    .top_news_wrap .top_news_container .top_news_item h2 {
      border-left: 6px solid #fff; }
    .top_news_wrap .top_news_container .top_news_item .link_btn {
      background: #007fff;
      border: none;
      color: #fff;
      margin: 40px auto 0 0; }
      .top_news_wrap .top_news_container .top_news_item .link_btn:hover {
        background: #fff;
        color: #003f84; }
    .top_news_wrap .top_news_container .top_news_item article {
      width: 100%;
      border-bottom: 1px solid #fff;
      padding: 40px 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      position: relative;
      z-index: 0;
      transition: .3s; }
      .top_news_wrap .top_news_container .top_news_item article a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .top_news_wrap .top_news_container .top_news_item article:first-of-type {
        padding: 0 0 40px; }
      .top_news_wrap .top_news_container .top_news_item article span {
        display: block;
        width: 18%;
        font-size: 16px;
        color: #fff; }
      .top_news_wrap .top_news_container .top_news_item article p {
        width: 80%;
        font-size: 16px;
        color: #fff;
        line-height: 31px; }
    .top_news_wrap .top_news_container .top_news_item:first-of-type {
      width: 34%; }
    .top_news_wrap .top_news_container .top_news_item:last-of-type {
      width: 62.5%; }

@media screen and (max-width: 896px) {
  .top_news_wrap {
    background: #003f84;
    min-width: 100%; }

  .top_news_wrap .top_news_container {
    margin: 0; }

  .top_news_wrap .top_news_container .top_news_item:first-of-type {
    width: 100%;
    margin-bottom: 40px; }

  .top_news_wrap .top_news_container .top_news_item:last-of-type {
    width: 100%; }

  .top_news_wrap .top_news_container .top_news_item article span, .top_news_wrap .top_news_container .top_news_item article p {
    width: 100%; } }
/*****************************************************

 下層共通
 
*****************************************************/
.lv1_cover {
  width: 100%;
  height: 500px;
  position: relative;
  text-align: center;
  padding: 130px 0;
  z-index: -1; }
  .lv1_cover span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 500; }
  .lv1_cover::before {
    content: '';
    width: 87.5%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .lv1_cover::after {
    content: '';
    width: 75%;
    height: 360px;
    background: linear-gradient(90deg, #003f84 0%, #011125 100%);
    position: absolute;
    top: 140px;
    right: 0;
    z-index: -1; }
  .lv1_cover .inner {
    text-align: center; }

.about .lv1_cover::before {
  background: url("../images/common/lv1cover_about.jpg") center/cover no-repeat; }

.facility .lv1_cover::before {
  background: url("../images/common/lv1cover_facility.jpg") center/cover no-repeat; }

.products .lv1_cover::before {
  background: url("../images/common/lv1cover_products.jpg") center/cover no-repeat; }

.recruit .lv1_cover::before {
  background: url("../images/common/lv1cover_recruit.jpg") center/cover no-repeat; }

.contact .lv1_cover::before {
  background: url("../images/common/lv1cover_contact.jpg") center/cover no-repeat; }

.news .lv1_cover::before {
  background: url("../images/common/lv1cover_news.jpg") center/cover no-repeat; }

.breadcrumb {
  width: 100%;
  max-width: 87.5%;
  text-align: right;
  font-size: 16px;
  color: #fff;
  padding: 20px 1%;
  margin-top: -100px; }
  .breadcrumb a {
    text-decoration: none;
    color: #fff; }
    .breadcrumb a:first-of-type i:first-of-type {
      margin: 0 20px 0 0; }
  .breadcrumb i {
    font-size: 18px;
    margin: 0 20px; }

@media screen and (max-width: 896px) {
  .lv1_cover {
    height: 190px;
    padding: 40px 0;
    margin-bottom: 110px; }

  .lv1_cover::before {
    width: 94%;
    height: 180px; }

  .lv1_cover::after {
    width: 94%;
    height: 180px;
    top: 20px; }

  .breadcrumb {
    max-width: 100%;
    padding: 10px 2%;
    color: #333;
    font-size: 12px; }
    .breadcrumb a {
      color: #333; }

  .breadcrumb i {
    margin: 0 8px;
    font-size: 14px; }

  .breadcrumb a:first-of-type i:first-of-type {
    margin: 0 8px 0 0; } }
/*****************************************************

 About
 
*****************************************************/
.greeting_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  .greeting_container .greeting_item {
    width: 65%; }
    .greeting_container .greeting_item p {
      font-size: 16px;
      color: #333;
      line-height: 31px;
      font-weight: 500; }
      .greeting_container .greeting_item p:last-of-type {
        text-align: right; }
        .greeting_container .greeting_item p:last-of-type span {
          margin-left: 8px;
          font-weight: bold;
          font-size: 28px;
          font-family: 'Noto Serif JP', serif; }
  .greeting_container figure {
    width: 31%;
    margin: 0; }

.motto_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #e1f2ff;
  padding: 40px;
  margin-top: 80px; }
  .motto_container h2 {
    width: 15%; }
  .motto_container ul {
    width: 80%; }
    .motto_container ul li {
      font-family: 'Noto Serif JP', serif;
      font-size: 18px;
      font-weight: 500;
      color: #000;
      line-height: 39px;
      margin-bottom: 0;
      list-style: disc;
      margin-left: 3%; }
      .motto_container ul li span {
        color: #003f84; }

.overview_wrap table {
  width: 92.8%;
  margin: 0 auto 20px;
  border-collapse: collapse;
  table-layout: fixed; }
  .overview_wrap table tr {
    border-bottom: 1px solid #e7e7e7; }
  .overview_wrap table th {
    width: 28.8%;
    padding: 20px;
    font-size: 21px;
    color: #003f84;
    font-weight: bold; }
  .overview_wrap table td {
    width: 70%;
    font-size: 16px;
    color: #333;
    padding: 20px;
    font-weight: 500; }
    .overview_wrap table td p {
      margin: 8px 0; }
    .overview_wrap table td a {
      text-decoration: none;
      color: #333;
      transition: .2s; }
      .overview_wrap table td a:hover {
        color: #003f84;
        transition: .2s; }
  .overview_wrap table:nth-of-type(2) tr {
    border-top: 1px solid #e7e7e7; }
.overview_wrap table + h3 {
  width: 89.2%;
  margin: 0 auto 20px; }

.overview_map_container {
  width: 89.28%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto 24px; }
  .overview_map_container .overview_map_item {
    width: 29.8%; }
    .overview_map_container .overview_map_item p {
      font-size: 16px;
      color: #333;
      font-weight: 500; }
      .overview_map_container .overview_map_item p a {
        text-decoration: none;
        color: #333; }
      .overview_map_container .overview_map_item p:first-of-type {
        font-weight: bold; }
    .overview_map_container .overview_map_item iframe {
      margin: 10px 0; }

.history_container {
  width: 68%;
  margin: 0 0;
  padding-left: 60px;
  position: relative; }
  .history_container .history_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap; }
    .history_container .history_item p {
      font-size: 16px;
      color: #333;
      font-weight: 500; }
      .history_container .history_item p:first-of-type {
        width: 30%;
        font-size: 18px;
        color: #005bac;
        font-weight: 500;
        position: relative; }
        .history_container .history_item p:first-of-type::after {
          content: '';
          width: 11px;
          height: 11px;
          background: #ffc857;
          border: 3px solid #fff;
          border-radius: 50%;
          position: absolute;
          top: 4px;
          right: -9px; }
      .history_container .history_item p:last-of-type {
        width: 70%;
        border-left: 1.5px solid #dfe2e9;
        padding: 0 20px 40px;
        text-align: left; }
    .history_container .history_item .with_img {
      position: relative;
      z-index: -1; }
      .history_container .history_item .with_img img {
        width: auto;
        position: absolute;
        top: 0;
        right: -360px; }
    .history_container .history_item:first-of-type p:last-of-type {
      margin-top: 4px; }
    .history_container .history_item:last-of-type p:last-of-type {
      border: none; }
    .history_container .history_item:nth-child(15) p.with_img img {
      top: -90px; }

@media screen and (max-width: 896px) {
  .greeting_container .greeting_item {
    width: 100%; }

  .greeting_container figure {
    margin-top: 20px;
    width: 100%; }

  .motto_container {
    padding: 20px;
    margin-top: 40px; }

  .motto_container h2, .motto_container p {
    width: 100%; }

  .motto_container ul {
    width: 100%; }

  .motto_container ul li {
    margin-left: 7%; }

  .overview_wrap table th {
    width: 100%;
    display: block;
    padding: 20px 0 10px; }

  .overview_wrap table td {
    width: 100%;
    display: block;
    padding: 0 0 20px; }

  .overview_map_container .overview_map_item {
    width: 100%;
    margin-bottom: 40px; }
    .overview_map_container .overview_map_item:last-of-type {
      margin-bottom: 0; }

  .history_container {
    width: 100%;
    padding-left: 0; }

  .history_container .history_item p:first-of-type {
    width: 100%;
    padding-left: 25px; }

  .history_container .history_item p:first-of-type::after {
    top: 8px;
    right: auto;
    left: 0; }

  .history_container .history_item p:last-of-type {
    width: 98%;
    margin: 4px 0 0 8px; }

  .history_container .history_item .with_img img {
    position: static;
    margin-top: 10px;
    max-width: 100%; } }
/*****************************************************

 Facility
 
*****************************************************/
.facility_slide_container {
  width: 100%;
  /*margin-top:40px;*/ }

.simply-scroll {
  width: 100%; }
  .simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 227px; }
    .simply-scroll .simply-scroll-clip li {
      float: left;
      width: 368px;
      height: 100%; }

.simply-scroll-container {
  position: relative; }

.simply-scroll-clip {
  position: relative;
  overflow: hidden; }

.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  .simply-scroll-list li {
    padding: 0;
    margin: 0 10px;
    list-style: none; }
    .simply-scroll-list li img {
      border: none;
      display: block; }

.equipment_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 40px 0 0; }
  .equipment_container .equipment_item {
    width: 48.21%;
    margin-bottom: 40px; }
    .equipment_container .equipment_item table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed; }
      .equipment_container .equipment_item table thead th, .equipment_container .equipment_item table thead td {
        font-weight: bold; }
      .equipment_container .equipment_item table th, .equipment_container .equipment_item table td {
        padding: 8px 10px;
        font-size: 14px;
        color: #333;
        font-weight: 500;
        border-bottom: 1px solid #ccc; }
      .equipment_container .equipment_item table th {
        width: 38%; }
      .equipment_container .equipment_item table td {
        width: 22%; }
        .equipment_container .equipment_item table td:first-of-type {
          width: 40%; }
        .equipment_container .equipment_item table td:nth-of-type(odd) {
          border-bottom: 1px solid #191919; }
    .equipment_container .equipment_item:last-of-type {
      width: 48.21%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .equipment_container .equipment_item:last-of-type table {
        width: 48.21%; }
        .equipment_container .equipment_item:last-of-type table th {
          width: 72%; }
        .equipment_container .equipment_item:last-of-type table td {
          width: 28%; }
  .equipment_container .table_col4 table th {
    width: 20%; }
  .equipment_container .table_col4 table td {
    width: 30%; }
    .equipment_container .table_col4 table td:first-of-type {
      width: 28% !important; }
    .equipment_container .table_col4 table td:last-of-type {
      width: 10%; }

@media screen and (max-width: 896px) {
  .simply-scroll .simply-scroll-clip {
    height: 120px; }

  .simply-scroll .simply-scroll-clip li {
    width: 195px; }

  .facility_wrap .facility_container {
    display: block;
    height: auto; }

  h2 + p, h3 + p {
    margin-bottom: 20px; }

  .equipment_container .equipment_item {
    width: 100%; }

  .equipment_container .equipment_item:last-of-type {
    width: 100%; }

  .equipment_container .equipment_item:last-of-type table {
    width: 100%; }

  .equipment_container .equipment_item:last-of-type table:first-of-type {
    margin-bottom: 20px; } }
/*****************************************************

 recruit
 
*****************************************************/
.recruit_phone_wrap a, .contact_notice_wrap a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 29px;
  color: #003f84;
  font-weight: bold;
  text-decoration: none; }
  .recruit_phone_wrap a i, .contact_notice_wrap a i {
    font-size: 21px;
    margin-right: 20px; }

.recruit_slider_container .recruit_slider_item {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #fff;
  padding: 20px 40px;
  border-radius: 20px; }
  .recruit_slider_container .recruit_slider_item h3 {
    width: 100%; }
  .recruit_slider_container .recruit_slider_item figure {
    width: 26%;
    margin: 0; }
  .recruit_slider_container .recruit_slider_item .recruit_slider_item_txt {
    width: 70%;
    min-height: 760px; }
    .recruit_slider_container .recruit_slider_item .recruit_slider_item_txt p {
      font-size: 16px;
      color: #333;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 30px; }
      .recruit_slider_container .recruit_slider_item .recruit_slider_item_txt p:nth-of-type(odd) {
        font-size: 18px;
        color: #007fff;
        font-weight: bold;
        margin-bottom: 20px; }

.recruit_detail_container {
  width: 90%;
  margin: 0 auto 60px; }
  .recruit_detail_container:last-of-type {
    margin: 0 auto; }
  .recruit_detail_container h3 {
    color: #007fff;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #007fff; }
  .recruit_detail_container li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 24px 0;
    border-bottom: 1px dashed #6D6D6D; }
    .recruit_detail_container li p {
      width: 73.41%;
      font-size: 16px;
      color: #333;
      line-height: 31px;
      font-weight: 500; }
      .recruit_detail_container li p:first-of-type {
        width: 20%;
        background: #fff;
        border: 2px solid #007fff;
        border-radius: 5px;
        text-align: center;
        padding: 4px 0;
        color: #007fff;
        font-size: 16px; }

.entry_wrap ul {
  width: 80%;
  margin: 0 auto; }
.entry_wrap li {
  list-style: disc;
  font-size: 16px;
  color: #333;
  margin: 6px 0 6px 20px; }

@media screen and (max-width: 896px) {
  .recruit_slider_container .recruit_slider_item figure {
    width: 100%;
    margin-bottom: 20px;
    max-width: 280px; }

  .recruit_slider_container .recruit_slider_item .recruit_slider_item_txt {
    width: 100%;
    min-height: auto; }

  .recruit_slider_container .recruit_slider_item {
    padding: 20px;
    width: 100%; }

  .voice_slider li {
    margin-bottom: 40px; }
    .voice_slider li:last-of-type {
      margin-bottom: 0; }

  .recruit_detail_container li {
    padding: 14px 0;
    border-bottom: none; }

  .recruit_detail_container li p:first-of-type {
    width: 100%;
    margin-bottom: 8px; }

  .recruit_detail_container li p {
    width: 100%; }

  .entry_wrap ul {
    width: 100%; } }
/*****************************************************

 Contact
 
*****************************************************/
.contact_wrap ul {
  width: 90%;
  margin: 0 auto; }
.contact_wrap li {
  list-style: disc;
  font-size: 16px;
  color: #333;
  margin: 6px 0 6px 20px; }

@media screen and (max-width: 896px) {
  .contact_wrap ul {
    width: 100%; } }
