@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
}

/*select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
    line-height: 100%;
    box-sizing: border-box;
}*/
h1, h2, h3, h4, h5, h6, td, th, p, ul, li, dt, dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/*  font-size
-----------------------*/
/*  transition
-----------------------*/
/* render text
----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

html,
body {
  position: relative;
  min-width: 1300px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

/******************************
 	base sp
*******************************/
@media screen and (max-width: 767px) {
  html {
    min-width: 100%;
  }
}
/**************************************

common.scss

***************************************/
.translucent--black {
  position: relative;
}
.translucent--black:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.place-card-large {
  display: none !important;
}

.gm-style .place-card-large {
  display: none;
}

.swiper-container {
  width: 100%;
  height: 524px;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    height: auto;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__title {
  margin: 0 auto 60px;
  width: 100%;
  text-align: center;
}
.page__title.career__page {
  margin-bottom: 0;
}
.page__title.business__equipment {
  margin-bottom: 80px;
}
.page__title .page__title__container {
  margin: 0 auto;
  width: 1000px;
}
.page__title .page__title__container h2 {
  margin-bottom: 3px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
.page__title .page__title__container p {
  width: auto;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #1649b1;
  position: relative;
}
.page__title .page__title__container p span.underline {
  position: relative;
  font-weight: 900;
  z-index: 3;
}
.page__title .page__title__container p span.underline:before {
  content: "";
  margin: 0 auto;
  width: 50px;
  height: 1px;
  position: absolute;
  transform: translate(-50%, -170%);
  top: 170%;
  left: 50%;
  background: #000;
  z-index: -1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcInline {
  display: inline;
}

.spInline {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
}

.top__container {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .top__container {
    max-width: inherit;
  }
}

.place-card.place-card-large {
  display: none !important;
}

.gm-style .place-card-large {
  display: none !important;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .translucent--black {
    position: relative;
  }
  .translucent--black:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }

  .container {
    margin: 0 auto;
    max-width: 93%;
  }

  html,
body {
    min-width: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pcInline {
    display: none;
  }

  .spInline {
    display: inline;
  }

  .page__title {
    margin: 0 auto 60px;
    width: 100%;
    text-align: center;
  }
  .page__title .page__title__container {
    margin: 0 auto;
    width: 93%;
  }
  .page__title .page__title__container h2 {
    margin-bottom: 7px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.1rem;
  }
  .page__title .page__title__container p {
    width: auto;
    font-size: 14px;
    color: #1649b1;
    position: relative;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp-02 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: translateY(150px);
  }
}
@media screen and (max-width: 767px) {
  @keyframes slideUp-02 {
    0% {
      transform: scale(1, 1);
    }
    100% {
      transform: translateY(50px);
    }
  }
}
@keyframes slideUp-01 {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: translateY(-150px);
  }
}
@media screen and (max-width: 767px) {
  @keyframes slideUp-01 {
    0% {
      transform: scale(1, 1);
    }
    100% {
      transform: translateY(-50px);
    }
  }
}
/*==========================================
Contact us at the bottom of the page
==========================================*/
.contactUs {
  margin: 0 auto 140px;
  width: 100%;
}
.contactUs__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.contactUs__container .text__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
  text-align: center;
}
.contactUs__container .text__heading__contactUs {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
.contactUs__container p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.contactUs__btn {
  margin: 0 auto;
  margin-top: 40px;
  width: 175px;
  background-color: #1649B1;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  border: 1px solid #1649B1;
  opacity: 1;
}
.contactUs__btn:hover {
  background-color: transparent;
}
.contactUs__btn:hover a {
  color: #3469d3;
}
.contactUs__btn:hover a span.arrow-right {
  position: relative;
  font-weight: 600;
  z-index: 1;
}
.contactUs__btn:hover a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 24%;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: 112px;
  background: #3469d3;
  z-index: -1;
}
.contactUs__btn:hover a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 128px;
  background: #3469d3;
  z-index: -1;
}
.contactUs__btn a {
  padding: 10px 0;
  transition: all 0.1s linear;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
}
.contactUs__btn a span.arrow-right {
  position: relative;
  font-weight: 600;
  z-index: 1;
  padding-right: 20px;
}
.contactUs__btn a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 24%;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: 99px;
  background: #fff;
  z-index: -1;
  transition: all 0.2s linear;
}
.contactUs__btn a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 116px;
  background: #fff;
  z-index: -1;
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  .contactUs {
    margin: 0 auto 75px;
    width: 100%;
  }
  .contactUs__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .contactUs__container .text__heading {
    text-align: left;
  }
  .contactUs__container .text__heading__contactUs {
    font-size: 22px;
    text-align: left;
  }
  .contactUs__container p {
    line-height: 1.8;
  }
  .contactUs__btn {
    margin-right: auto;
    margin-left: 0;
    margin-top: 40px;
    width: 175px;
    background-color: #1649B1;
    color: #fff;
    text-align: center;
    transition: all 0.2s linear;
    border: 1px solid #1649B1;
    opacity: 1;
  }
  .contactUs__btn:hover {
    background-color: transparent;
  }
  .contactUs__btn:hover a {
    color: #1649B1;
  }
  .contactUs__btn a {
    padding: 15px 0;
    transition: all 0.1s linear;
    display: block;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #fff;
  }
  .contactUs__btn a span.arrow-right {
    font-weight: 600;
  }
  .contactUs__btn a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 24%;
    height: 2px;
    position: absolute;
    bottom: 6px;
    left: 117px;
    background: #fff;
    z-index: -1;
  }
  .contactUs__btn a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 12%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 133px;
    background: #fff;
    z-index: -1;
  }
}
.searchSec {
  margin: 0 auto 96px;
  width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .searchSec {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.searchSec__searchList {
  background-image: url("../img/child_page/manufacturing/search_bg.jpg");
  background-size: cover;
  min-height: 328px;
  max-width: 1000px;
  margin-bottom: 40px;
  display: flex;
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .searchSec__searchList {
    background-image: url("../img/child_page/manufacturing/search_bg_sp.png");
    display: block;
    padding: 60px 20px;
  }
}
.searchSec__searchListItem {
  width: 100%;
  max-width: 350px;
}
.searchSec__searchListItem:last-child {
  max-width: calc(100% - 350px);
}
@media screen and (max-width: 767px) {
  .searchSec__searchListItem:last-child {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .searchSec__searchListItem {
    max-width: inherit;
  }
}
.searchSec__searchListItemText {
  color: #fff;
}
.searchSec__searchTitle {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .searchSec__searchTitle {
    font-size: 20px;
    text-align: center;
  }
}
.searchSec__searchSubTitle {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .searchSec__searchSubTitle {
    text-align: center;
    font-size: 14px;
  }
}
.searchSec__searchListItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.searchSec__searchListItemInnerBox {
  margin-bottom: 36px;
}
.searchSec__searchLink {
  background: #fff;
  color: #1649B1;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  max-width: 200px;
  display: block;
  padding: 13px;
  position: relative;
}
.searchSec__searchLink:before {
  content: "";
  margin: 0 auto;
  width: 30px;
  height: 10px;
  position: absolute;
  top: 30%;
  right: 8%;
  background-position: center;
  border-bottom: 2px solid #1649B1;
}
.searchSec__searchLink:after {
  content: "";
  margin: 0 auto;
  width: 30px;
  height: 13px;
  position: absolute;
  top: 53%;
  right: 8%;
  background-position: center;
  border-right: 2px solid #1649B1;
  transform: rotate(-40deg);
}
@media screen and (max-width: 767px) {
  .searchSec__searchLink {
    margin: 0 auto 20px;
  }
}
.searchSec__searchListItemText {
  color: #fff;
  line-height: 1.8;
}

/**************************************
	header
***************************************/
header {
  margin: 0 auto;
  width: 100%;
  border-top: 3px solid #3169d4;
  position: relative;
  z-index: 10;
  background: #fff;
}
header .header__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
header .mobile-menu {
  display: none;
}
header .header__logo {
  display: inline-block;
  margin: 20px 33px 20px 100px;
}
header .header__logo a {
  position: relative;
  opacity: 1;
  transition: all 0.3s linear;
}
header .header__logo a img {
  width: 264px;
}
header .header__logo a:hover {
  opacity: 0.6;
}
header #header__menu {
  text-align: right;
  display: inline-block;
}
@media screen and (min-width: 1437px) {
  header #header__menu {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1437px) {
  header #header__menu {
    display: block !important;
  }
}
header #header__menu ul {
  list-style: none;
  vertical-align: middle;
}
header #header__menu ul li {
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  transition: all 0.3s linear;
}
header #header__menu ul li:last-child {
  margin-left: 20px;
}
header #header__menu ul li:last-child a {
  background-color: #1649B1;
  color: #fff;
  padding: 25px 35px;
}
header #header__menu ul li:hover {
  background-color: #083da7;
}
header #header__menu ul li:hover a.header__menu__pcDropDownBtn {
  color: #fff;
}
header #header__menu ul li.active {
  color: #fff;
  background-color: #3071b9;
}
header #header__menu ul li.active a.header__menu__pcDropDownBtn {
  color: #fff;
}
header #header__menu ul li a:hover,
header #header__menu ul li a:focus,
header #header__menu ul li a:active {
  text-decoration: none;
}
header #header__menu ul li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 15px;
  display: block;
  padding: 25px 30px;
}
header #header__menu ul li a p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
header #header__menu ul li a span {
  font-family: Verdana;
  font-size: 10px;
}
header #header__menu ul .w_drop:hover .dropbtn {
  background-color: red;
}
header #header__menu ul .dropdown-content {
  display: none;
  position: absolute;
  background: #3071b9;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
header #header__menu ul .dropdown-content .header {
  background-color: #3071b9;
  padding: 16px;
  color: white;
}
header #header__menu ul .w_drop:hover .dropdown-content {
  display: block;
}
header #header__menu .header__menu__pcDropDown {
  position: relative;
}
header #header__menu .header__menu__pcDropDown:hover .header__menu__pcDropDownList {
  visibility: visible;
  opacity: 1;
}
header #header__menu .header__menu__pcDropDownList {
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 2;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
header #header__menu .header__menu__pcDropDownList.plating {
  width: 130%;
}
header #header__menu .header__menu__pcDropDownListItem {
  width: 100%;
  margin: 0 !important;
  text-align: left;
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box;
}
header #header__menu .header__menu__pcDropDownListItem:last-child .header__menu__pcDropDownListItemLink {
  display: block;
  width: 100%;
  padding: 10px 20px !important;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s linear;
  color: #000;
}
header #header__menu .header__menu__pcDropDownListItem:last-child .header__menu__pcDropDownListItemLink:hover {
  background: #083da7;
  color: #fff;
}
header #header__menu .header__menu__pcDropDownListItemLink {
  display: block;
  width: 100%;
  padding: 10px 20px !important;
  box-sizing: border-box;
  transition: all 0.3s linear;
  background: #fff;
  color: #000;
}
header #header__menu .header__menu__pcDropDownListItemLink:hover {
  background: #083da7;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1460px) {
  header .header__logo a img {
    width: 230px;
  }
  header #header__menu {
    margin: 0 auto;
    text-align: right;
    display: inline-block;
  }
  header #header__menu ul {
    list-style: none;
    vertical-align: middle;
  }
  header #header__menu ul li {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    transition: all 0.3s linear;
  }
  header #header__menu ul li:hover {
    background-color: #083da7;
  }
  header #header__menu ul li:hover a {
    color: #fff;
  }
  header #header__menu ul li.active {
    color: #fff;
    background-color: #3071b9;
  }
  header #header__menu ul li.active a {
    color: #fff;
  }
  header #header__menu ul li a:hover,
header #header__menu ul li a:focus,
header #header__menu ul li a:active {
    text-decoration: none;
  }
  header #header__menu ul li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 18px;
    display: block;
    padding: 25px 0;
  }
  header #header__menu ul li a p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  header #header__menu ul li a span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1460px) {
  header .header__logo a span {
    margin-left: 14px;
    width: 44%;
    position: absolute;
    bottom: -2px;
    font-size: 12px;
    letter-spacing: 0.025em;
    color: #3071b9;
  }
  header .header__logo a img {
    width: 230px;
  }
  header #header__menu {
    margin: 0 auto;
    text-align: right;
    display: inline-block;
  }
  header #header__menu ul {
    list-style: none;
    vertical-align: middle;
  }
  header #header__menu ul li {
    margin: 0 auto;
    width: 145px;
    text-align: center;
    transition: all 0.3s linear;
  }
  header #header__menu ul li:first-child {
    padding-right: 18px;
  }
  header #header__menu ul li:last-child a {
    padding-right: 0;
    padding-left: 0;
  }
  header #header__menu ul li:hover {
    background-color: #083da7;
  }
  header #header__menu ul li:hover a.header__menu__pcDropDownListItemLink {
    color: #000;
  }
  header #header__menu ul li a:hover,
header #header__menu ul li a:focus,
header #header__menu ul li a:active {
    text-decoration: none;
  }
  header #header__menu .header__menu__pcDropDown {
    position: relative;
  }
  header #header__menu .header__menu__pcDropDown:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
  header #header__menu .header__menu__pcDropDown:hover .header__menu__pcDropDownList {
    visibility: visible;
    opacity: 1;
  }
  header #header__menu .header__menu__pcDropDownList {
    position: absolute;
    background: #fff;
    width: 130%;
    z-index: 2;
    left: 0;
    transition: all 0.2s ease;
    visibility: hidden;
    opacity: 0;
  }
  header #header__menu .header__menu__pcDropDownList.plating {
    width: 140%;
  }
  header #header__menu .header__menu__pcDropDownListItem {
    width: 100%;
    margin: 0 !important;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
  }
  header #header__menu .header__menu__pcDropDownListItem:first-child {
    padding-right: 0;
  }
  header #header__menu .header__menu__pcDropDownListItem:last-child .header__menu__pcDropDownListItemLink {
    display: block;
    width: 100%;
    padding: 10px 20px !important;
    box-sizing: border-box;
    background: #fff;
    transition: all 0.3s linear;
    color: #000;
  }
  header #header__menu .header__menu__pcDropDownListItem:last-child .header__menu__pcDropDownListItemLink:hover {
    background: #083da7;
    color: #fff;
  }
  header #header__menu .header__menu__pcDropDownListItem .header__menu__pcDropDownListItemLink {
    color: #000;
    font-size: 15px;
  }
  header #header__menu .header__menu__pcDropDownListItem .header__menu__pcDropDownListItemLink:hover {
    background: #083da7;
    color: #fff;
  }
  header #header__menu .header__menu__pcDropDownListItemLink {
    display: block;
    width: 100%;
    padding: 10px 20px !important;
    box-sizing: border-box;
    transition: all 0.3s linear;
    background: #fff;
    color: #000;
    font-size: 15px;
  }
  header #header__menu .header__menu__pcDropDownListItemLink:hover {
    background: #083da7;
    color: #fff;
  }
}
/******************************
    header sp
*******************************/
@media screen and (max-width: 767px) {
  /*
  ==========================================
  This is a Menu Bars CSS
  ==========================================
  */
  .bars {
    cursor: pointer;
    display: inline-block;
  }

  .bar {
    margin: 8px auto;
    width: 35px;
    height: 2px;
    display: block;
    background: #000;
  }

  .bar__clicked {
    background-color: #000;
  }

  .bars {
    margin: 0 auto;
    width: auto;
    transition: all 0.7s ease;
  }

  .menu-bar {
    width: 24%;
    display: inline-block;
    text-align: center;
    height: auto;
    position: relative;
  }

  .middle {
    margin: 0 auto;
  }

  .bar {
    transition: all 0.7s ease;
  }

  .bars-clicked .top {
    transform: translateY(5px) rotateZ(45deg);
  }

  .bars-clicked .bottom {
    transform: translateY(-15px) rotateZ(-45deg);
  }

  .bars-clicked .middle {
    width: 0;
  }

  header {
    margin: 0 auto;
    width: 100%;
    border-top: 4px solid #3469d3;
  }
  header .mobile-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 5vw;
    width: 35px;
    height: 30px;
    z-index: 12;
  }
  header .mobile-menu img {
    width: 35px !important;
    height: 35px !important;
  }
  header .header__logo {
    display: inline-block;
    margin: 0 auto;
    margin: 15px 33px 15px 17px;
  }
  header .header__logo a {
    position: relative;
    opacity: 1;
    transition: all 0.3s linear;
  }
  header .header__logo a img {
    width: 200px;
  }
  header .header__logo a:hover {
    opacity: 0.6;
  }
  header #header__menu {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    display: none;
    z-index: 11;
    float: none;
    background-color: #fff;
  }
  header #header__menu ul {
    margin-top: 45px;
    list-style: none;
    vertical-align: middle;
    padding-bottom: 20px;
  }
  header #header__menu ul li {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.3s linear;
    border-bottom: 1px solid #1649B1;
  }
  header #header__menu ul li:last-child {
    margin-left: 0;
    border-bottom: 1px solid #1649B1;
  }
  header #header__menu ul li:last-child a {
    background: #fff;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    padding: 10px 0;
  }
  header #header__menu ul li:hover {
    background-color: transparent;
  }
  header #header__menu ul li.active {
    color: #fff;
    background-color: #3071b9;
  }
  header #header__menu ul li.active a {
    color: #fff;
  }
  header #header__menu ul li a:hover,
header #header__menu ul li a:focus,
header #header__menu ul li a:active {
    text-decoration: none;
  }
  header #header__menu ul li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 18px;
    display: block;
    padding: 10px 0;
    color: #000;
  }
  header #header__menu ul li a p {
    margin-left: 6%;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  header #header__menu ul li a span {
    display: inline-block;
    font-size: 12px;
    margin-left: 8px;
  }
  header #header__menu ul .w_drop:hover .dropbtn {
    background-color: red;
  }
  header #header__menu ul .dropdown-content {
    display: none;
    position: absolute;
    background: #3071b9;
    opacity: 0.6;
    filter: alpha(opacity=60);
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  header #header__menu ul .dropdown-content .header {
    background-color: #3071b9;
    padding: 16px;
    color: white;
  }
  header #header__menu ul .w_drop:hover .dropdown-content {
    display: block;
  }
  header #header__menu .header__menu__spDropDown {
    position: relative;
  }
  header #header__menu .header__menu__spDropDownList {
    display: none;
    position: absolute;
    background: #fff;
    margin-top: 0;
    width: 100%;
    z-index: 1;
  }
  header #header__menu .header__menu__spDropDownListItem {
    width: 100%;
    margin: 0 !important;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
  }
  header #header__menu .header__menu__spDropDownListItemLink {
    font-size: 14px;
    margin-left: 6%;
    padding: 10px 20px 10px 0;
  }
  header #header__menu .header__menu__spDropDownBtn {
    position: relative;
  }
  header #header__menu .header__menu__spDropDownBtn::before {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #1649B1;
  }
  header #header__menu .header__menu__spDropDownBtn::after {
    content: "";
    position: absolute;
    top: 35%;
    right: 17px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #1649B1;
    transform: rotate(90deg);
  }
  header #header__menu .header__menu__spDropDownBtn.is-active::after {
    display: none;
  }
}
/**************************************
footer
***************************************/
footer {
  margin: 0 auto;
  width: 100%;
}
footer .footer__container {
  margin: 0 auto;
  width: 100%;
  border-top: 2px solid #1546d2;
  position: relative;
}
footer .footer__container .scroll__to__top {
  width: auto;
  border-radius: 250px;
  border: 1px solid #3469d3;
  color: #fff;
  text-align: center;
  background: #3469d3;
  position: fixed;
  bottom: 80px;
  right: 5%;
  transition: all 0.3s linear;
  z-index: 150;
}
footer .footer__container .scroll__to__top.with__entry {
  right: 260px;
}
footer .footer__container .scroll__to__top a {
  border-radius: 250px;
  padding: 35px 16px;
  width: auto;
  font-size: 12px;
  display: block;
  letter-spacing: 0.025em;
  color: #fff;
}
footer .footer__container .scroll__to__top a:after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 30px;
  width: 19px;
  height: 16px;
  background: url(../img/scroll__to__top__triangle.png) no-repeat 0 0;
  background-size: 14px auto;
}
footer .footer__container .scroll__to__top:hover {
  background: #fff;
}
footer .footer__container .scroll__to__top:hover a {
  padding: 35px 16px;
  width: auto;
  font-size: 12px;
  display: block;
  letter-spacing: 0.025em;
  color: #3469d3;
}
footer .footer__container .scroll__to__top:hover a:after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 30px;
  width: 19px;
  height: 16px;
  background: url(../img/scroll__to__top__trianglehovered.png) no-repeat 0 0;
  background-size: 14px auto;
}
footer .footer__container .entry {
  width: auto;
  border-radius: 250px;
  border: 1px solid #ff2600;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #ff2600;
  position: absolute;
  transition: all 0.3s linear;
  z-index: 99;
  top: -40px;
  right: 160px;
}
footer .footer__container .entry a {
  border-radius: 250px;
  padding: 35px 11px;
  width: auto;
  font-size: 12px;
  display: block;
  letter-spacing: 0.025em;
  color: #fff;
}
footer .footer__container .entry a:after {
  content: " ";
  position: absolute;
  top: 16px;
  right: 31px;
  width: 19px;
  height: 16px;
  background: url(../img/scroll__to__top__triangle.png) no-repeat 0 0;
  background-size: 14px auto;
}
footer .footer__container .entry:hover {
  background: #fff;
}
footer .footer__container .entry:hover a {
  padding: 35px 11px;
  width: auto;
  font-size: 12px;
  display: block;
  letter-spacing: 0.025em;
  color: #ff2600;
}
footer .footer__container .entry:hover a:after {
  content: " ";
  position: absolute;
  top: 16px;
  right: 31px;
  width: 19px;
  height: 16px;
  background: url(../img/scroll__to__top__triangle-orange.png) no-repeat 0 0;
  background-size: 14px auto;
}
footer .footer__container .footer__items {
  margin: 0 auto;
  width: auto;
  display: block;
}
footer .footer__container .footer__items .footer__item__1 {
  margin: 40px auto;
  width: 30%;
  display: inline-block;
}
footer .footer__container .footer__items .footer__item__1 h2 {
  margin-bottom: 34px;
  font-size: 25px;
  font-weight: 900;
}
footer .footer__container .footer__items .footer__item__1 p {
  font-size: 14px;
  line-height: 1.66;
  letter-spacing: 0.025em;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn {
  margin-top: 30px;
  width: 194px;
  background-color: #3469d3;
  color: #fff;
  text-align: left;
  transition: all 0.3s linear;
  border: 1px solid #3469d3;
  opacity: 1;
  position: relative;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn.footer__btn2 {
  margin-top: 10px;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn:hover {
  background-color: #fff;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a {
  color: #3469d3;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a span.arrow-right:before, footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a span.arrow-right__2:before {
  background-color: #3469d3;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a span.arrow-right:after, footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a span.arrow-right__2:after {
  background-color: #3469d3;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn a {
  padding: 10px 0;
  padding-left: 15px;
  transition: all 0.2s linear;
  display: block;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 27%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 138px;
  background: #fff;
  z-index: -1;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 153px;
  background: #fff;
  z-index: -1;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right__2 {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right__2:before {
  content: "";
  margin: 0 auto;
  width: 25%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 139px;
  background: #fff;
  z-index: -1;
}
footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right__2:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 153px;
  background: #fff;
  z-index: -1;
}
footer .footer__container .footer__items .footer__item__2 {
  margin: 40px auto 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
footer .footer__container .footer__items .footer__item__2 a p {
  opacity: 1;
  transition: all 0.3s linear;
}
footer .footer__container .footer__items .footer__item__2 a p:hover {
  opacity: 0.5;
}
footer .footer__container .footer__items .footer__item__2 .footer__info__4 {
  padding: 5px 0 0 20px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #d6d6d6;
}
footer .footer__container .footer__items .footer__item__2 .footer__info__1, footer .footer__container .footer__items .footer__item__2 .footer__info__2, footer .footer__container .footer__items .footer__item__2 .footer__info__3 {
  padding: 5px 0 0 20px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #d6d6d6;
}
footer .footer__container .footer__items .footer__item__2 .footer__info__1 ul, footer .footer__container .footer__items .footer__item__2 .footer__info__2 ul, footer .footer__container .footer__items .footer__item__2 .footer__info__3 ul {
  margin: 10px 0;
}
footer .footer__container .footer__items .footer__item__2 .footer__info__1 ul li, footer .footer__container .footer__items .footer__item__2 .footer__info__2 ul li, footer .footer__container .footer__items .footer__item__2 .footer__info__3 ul li {
  margin-left: 20px;
  /*list-style-image: url('../img/footer/list_style.png');*/
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
}
footer .footer__container .footer__items .footer__item__2 .footer__info__1 ul li a, footer .footer__container .footer__items .footer__item__2 .footer__info__2 ul li a, footer .footer__container .footer__items .footer__item__2 .footer__info__3 ul li a {
  opacity: 1;
  transition: all 0.3s linear;
}
footer .footer__container .footer__items .footer__item__2 .footer__info__1 ul li a:hover, footer .footer__container .footer__items .footer__item__2 .footer__info__2 ul li a:hover, footer .footer__container .footer__items .footer__item__2 .footer__info__3 ul li a:hover {
  opacity: 0.5;
}
footer .footer__container .footer__items .footer__item__2 .footer__info__1 ul li:after, footer .footer__container .footer__items .footer__item__2 .footer__info__2 ul li:after, footer .footer__container .footer__items .footer__item__2 .footer__info__3 ul li:after {
  content: " ";
  position: absolute;
  top: 10px;
  left: -15px;
  width: 18px;
  height: 16px;
  background: url(../img/footer/list_style.png) no-repeat 0 0;
  background-size: 7px auto;
}
footer .footer__container .footer__items .footer__item__2 .footer__info__1__list,
footer .footer__container .footer__items .footer__item__2 .footer__info__2__list,
footer .footer__container .footer__items .footer__item__2 .footer__info__3__list,
footer .footer__container .footer__items .footer__item__2 .footer__info__4__list {
  display: block;
}
footer .footer__container .footer__items .footer__item__2 p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
footer .footer__container .footer__items .footer__item__2 p.p__marg__bot {
  margin-bottom: 35px;
}
footer .footer__container .footer__items .footer__item__2 p.p__marg__bot2 {
  margin-bottom: 7px;
}
footer .footer__container .bottom__footer {
  margin: 0 auto;
  padding: 20px 0 30px;
  width: 100%;
  background-color: #052989;
}
footer .footer__container .bottom__footer .left__bot__footer {
  display: inline-block;
  float: left;
  color: #fff;
}
footer .footer__container .bottom__footer .left__bot__footer p {
  margin-right: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
  display: inline-block;
}
footer .footer__container .bottom__footer .left__bot__footer p:last-child {
  margin-right: 0;
}
footer .footer__container .bottom__footer .right__bot__footer {
  display: inline-block;
  float: right;
  color: #fff;
}
footer .footer__container .bottom__footer .right__bot__footer p {
  font-size: 10px;
  font-family: verdana;
}

/******************************
    footer sp
*******************************/
@media screen and (max-width: 767px) {
  footer {
    margin: 0 auto;
    width: 100%;
  }
  footer .footer__container {
    margin: 0 auto;
    width: 100%;
    border-top: 2px solid #1546d2;
    position: relative;
  }
  footer .footer__container .scroll__to__top {
    width: auto;
    border-radius: 250px;
    border: 1px solid #3469d3;
    color: #fff;
    text-align: center;
    background: #3469d3;
    position: fixed;
    bottom: 60px;
    right: 5%;
    transition: all 0.3s linear;
    z-index: 150;
    opacity: 1;
  }
  footer .footer__container .scroll__to__top.with__entry {
    right: 105px;
  }
  footer .footer__container .scroll__to__top a {
    border-radius: 250px;
    width: auto;
    font-size: 12px;
    display: block;
    letter-spacing: 0.025em;
    color: #fff;
  }
  footer .footer__container .scroll__to__top a:after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 30px;
    width: 19px;
    height: 16px;
    background: url(../img/scroll__to__top__triangle.png) no-repeat 0 0;
    background-size: 14px auto;
  }
  footer .footer__container .entry {
    border-radius: 250px;
    border: 1px solid #ff2600;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #ff2600;
    position: absolute;
    transition: all 0.3s linear;
    z-index: 99;
    top: -43px;
    right: 10px;
  }
  footer .footer__container .entry a {
    padding: 35px 11px;
    width: auto;
    height: auto;
    display: block;
    color: #fff;
  }
  footer .footer__container .entry a:after {
    content: " ";
    position: absolute;
    top: 16px;
    right: 31px;
    width: 19px;
    height: 16px;
    background: url(../img/scroll__to__top__triangle.png) no-repeat 0 0;
    background-size: 14px auto;
  }
  footer .footer__container .entry:hover {
    background: #fff;
  }
  footer .footer__container .entry:hover a {
    padding: 35px 11px;
    width: auto;
    height: auto;
    display: block;
    color: #ff2600;
  }
  footer .footer__container .entry:hover a:after {
    content: " ";
    position: absolute;
    top: 16px;
    right: 31px;
    width: 19px;
    height: 16px;
    background: url(../img/scroll__to__top__triangle-orange.png) no-repeat 0 0;
    background-size: 14px auto;
  }
  footer .footer__container .footer__items {
    margin: 0 auto;
    width: auto;
    display: block;
  }
  footer .footer__container .footer__items .footer__item__1 {
    margin: 40px auto 0;
    width: 100%;
    display: block;
  }
  footer .footer__container .footer__items .footer__item__1 h2 {
    margin-bottom: 34px;
    font-size: 25px;
    font-weight: 900;
  }
  footer .footer__container .footer__items .footer__item__1 p {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: 0.025em;
  }
  footer .footer__container .footer__items .footer__item__1 .buttons {
    width: 100%;
    opacity: 1;
    transition: all 0.3s linear;
  }
  footer .footer__container .footer__items .footer__item__1 .buttons:hover {
    opacity: 0.6;
  }
  footer .footer__container .footer__items .footer__item__1 .buttons img {
    margin-bottom: 13px;
    display: block;
    width: 100%;
  }
  footer .footer__container .footer__items .footer__item__1 .buttons img.first__child {
    margin-top: 30px;
  }
  footer .footer__container .footer__items .footer__item__1 .buttons img.last__child {
    margin-bottom: 0;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn {
    margin-top: 30px;
    width: 100%;
    background-color: #3469d3;
    color: #fff;
    text-align: left;
    transition: all 0.3s linear;
    border: none;
    opacity: 1;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn:after {
    content: " ";
    position: absolute;
    top: 17px;
    right: 15px;
    width: 25px;
    height: 16px;
    background: url(../img/footer/arrow.png) no-repeat 0 0;
    background-size: 25px auto;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn.button__140001 {
    margin-top: 13px;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn.footer__btn2 {
    margin-top: 10px;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn:hover {
    background-color: #3469d3;
    border: none;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a {
    color: #fff;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a span.arrow-right:before, footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a span.arrow-right__2:before {
    background-color: transparent;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a span.arrow-right:after, footer .footer__container .footer__items .footer__item__1 .footer__btn:hover a span.arrow-right__2:after {
    background-color: transparent;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn a {
    padding: 13px 0;
    margin-left: 15px;
    transition: all 0.2s linear;
    display: block;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 18%;
    height: 2px;
    position: absolute;
    bottom: 7px;
    left: 323px;
    background: transparent;
    z-index: -1;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 8%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 333px;
    background: transparent;
    z-index: -1;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right__2 {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right__2:before {
    content: "";
    margin: 0 auto;
    width: 25%;
    height: 2px;
    position: absolute;
    bottom: 7px;
    left: 139px;
    background: #fff;
    z-index: -1;
  }
  footer .footer__container .footer__items .footer__item__1 .footer__btn a span.arrow-right__2:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 12%;
    height: 2px;
    position: absolute;
    bottom: 11px;
    left: 153px;
    background: #fff;
    z-index: -1;
  }
  footer .footer__container .footer__items .footer__item__2 {
    margin: 40px auto 0;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information {
    margin-bottom: 30px;
    position: relative;
    border-left: 1px solid #d6d6d6;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information a {
    opacity: 1;
    transition: all 0.3s linear;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information a:hover {
    opacity: 0.8;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4 {
    padding: 0 0 0 8px;
    margin-right: 0;
    width: auto;
    display: block;
    border-left-width: 0;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1 ul, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2 ul, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3 ul, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4 ul {
    margin: 10px 0 18px;
    display: none;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1 ul li, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2 ul li, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3 ul li, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4 ul li {
    /*list-style-image: url('../img/footer/list_style.png');*/
    line-height: 2;
    letter-spacing: 0.05em;
    position: relative;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1 ul li:after, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2 ul li:after, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3 ul li:after, footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4 ul li:after {
    content: " ";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 18px;
    height: 16px;
    background: url(../img/footer/list_style.png) no-repeat 0 0;
    background-size: 7px auto;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1__list,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2__list,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3__list,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4__list {
    display: none;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1__listSpBtn,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2__listSpBtn,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3__listSpBtn,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4__listSpBtn {
    position: relative;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1__listSpBtn::before,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2__listSpBtn::before,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3__listSpBtn::before,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4__listSpBtn::before {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #1649B1;
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1__listSpBtn::after,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2__listSpBtn::after,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3__listSpBtn::after,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4__listSpBtn::after {
    content: "";
    position: absolute;
    top: 13%;
    right: 17px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #1649B1;
    transform: rotate(90deg);
  }
  footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__1__listSpBtn.is-active::after,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__2__listSpBtn.is-active::after,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__3__listSpBtn.is-active::after,
footer .footer__container .footer__items .footer__item__2 .footer__information .footer__info__4__listSpBtn.is-active::after {
    display: none;
  }
  footer .footer__container .footer__items .footer__item__2 p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
  }
  footer .footer__container .footer__items .footer__item__2 p.p__marg__bot {
    margin-bottom: 13px;
  }
  footer .footer__container .bottom__footer {
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 100%;
    background-color: #052989;
  }
  footer .footer__container .bottom__footer .left__bot__footer {
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    float: none;
    color: #fff;
  }
  footer .footer__container .bottom__footer .left__bot__footer p {
    margin-right: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    display: inline-block;
  }
  footer .footer__container .bottom__footer .left__bot__footer p:last-child {
    margin-right: 0;
  }
  footer .footer__container .bottom__footer .right__bot__footer {
    margin: 0 auto;
    display: block;
    float: none;
    text-align: center;
    color: #fff;
  }
  footer .footer__container .bottom__footer .right__bot__footer p {
    font-size: 12px;
    font-family: verdana;
  }
}
/**************************************
home.scss
***************************************/
.home main {
  position: relative;
}
.home main .swiper-container {
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home main .swiper-container {
    height: 250px;
  }
}
.home main .slide-01.swiper-slide-active .swiper-slide-imgBox {
  animation: slideUp-01 6s 0s ease-in-out forwards;
}
.home main .slide-01 .swiper-slide-imgBox {
  transform: translateY(-150px) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .home main .slide-01 .swiper-slide-imgBox {
    transform: translateY(-50px) scale(1, 1);
  }
}
.home main .slide-02.swiper-slide-active .swiper-slide-imgBox {
  animation: slideUp-02 6s 0s ease-in-out forwards;
}
.home main .slide-02 .swiper-slide-imgBox {
  transform: translateY(150px) scale(1, 1);
}
@media screen and (max-width: 767px) {
  .home main .slide-02 .swiper-slide-imgBox {
    transform: translateY(50px) scale(1, 1);
  }
}
.home main .swiper-slide-txtBox {
  position: absolute;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .home main .swiper-slide-txtBox {
    max-width: inherit;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home main .swiper-slide-txt {
  text-align: left;
  display: inline-block;
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.74);
  padding: 20px 17px;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .home main .swiper-slide-txt {
    font-size: 28px;
    padding: 8px 10px;
  }
}
.home main .swiper-slide-subtxt {
  display: inline-block;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.74);
  padding: 20px 17px;
}
@media screen and (max-width: 767px) {
  .home main .swiper-slide-subtxt {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 1.5;
  }
}

.section__1__img {
  margin: 0 auto;
  width: auto;
}

.section__2__text {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  margin-top: -70px;
  position: relative;
  background-color: #1649B1;
  box-sizing: border-box;
}
.section__2__text .section__2__container {
  margin: 30px 0;
}
.section__2__text .section__2__container p {
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  letter-spacing: 0.105em;
  line-height: 1.76;
}

.business__section {
  margin: 50px auto 90px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 9;
}
.business__section .business__heading {
  margin: 90px auto 40px;
  width: 100%;
  display: block;
  text-align: center;
}
.business__section .business__heading img {
  width: 207px;
}
.business__section .business__heading h2 {
  font-family: "Ropa Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.12em;
}
.business__section .business__heading h2 p {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #083da7;
}
.business__section .business__heading h2 p span.underline {
  position: relative;
  z-index: 1;
}
.business__section .business__heading h2 p span.underline:before {
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #000;
  z-index: -1;
}
.business__section .business__heading h2 p span.underline:after {
  content: "";
  margin: 0 auto;
}
.business__section .business__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.business__section .business__items h2 {
  font-size: 25px;
  font-weight: 600;
}
.business__section .business__items p {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #062668;
}
.business__section .business__items h3 {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.66;
  text-align: left;
}
@-moz-document url-prefix() {
  .business__section .business__items h3 {
    font-size: 16px;
  }
}
@supports (-ms-ime-align: auto) {
  .business__section .business__items h3 {
    font-size: 16px;
  }
}
.business__section .business__items .button_tab {
  margin: 0 auto;
  margin-top: 29px;
  width: 175px;
  background-color: #3469d3;
  text-align: center;
  transition: all 0.3s linear;
  border: 1px solid #3469d3;
  opacity: 1;
}
.business__section .business__items .button_tab:hover {
  background-color: #fff;
}
.business__section .business__items .button_tab:hover a {
  color: #3469d3;
}
.business__section .business__items .button_tab:hover a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.business__section .business__items .button_tab:hover a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 85px;
  background: #3469d3;
  z-index: -1;
}
.business__section .business__items .button_tab:hover a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: 9px;
  left: 94px;
  background: #3469d3;
  z-index: -1;
}
.business__section .business__items .button_tab a {
  padding: 10px 0;
  margin-left: 0;
  transition: all 0.3s linear;
  display: block;
  text-align: center;
  color: #fff;
}
.business__section .business__items .button_tab a span.line {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.business__section .business__items .button_tab a span.line:before {
  content: "";
  margin: 0 auto;
  width: 80%;
  height: 2px;
  position: absolute;
  bottom: 7px;
  left: -25px;
  background: #fff;
  z-index: -1;
}
.business__section .business__items .button_tab a span.line:after {
  content: "";
  margin: 0 auto;
}
.business__section .business__items .button_tab a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.business__section .business__items .button_tab a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 15px;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 85px;
  background: #fff;
  z-index: -1;
}
.business__section .business__items .button_tab a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: 9px;
  left: 94px;
  background: #fff;
  z-index: -1;
}
.business__section .business__items .business__item__BG {
  padding: 40px 65px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  vertical-align: top;
}
.business__section .business__items .business__item__BG.item__1 {
  background-image: url("../img/top_page/business/PrintedWiringBoard_original.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.business__section .business__items .business__item__BG.item__2 {
  background-image: url("../img/top_page/business/PlatingProcess_original.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.business__section .business__items .business__item__BG .item1__container {
  padding: 30px 40px;
  min-height: 280px;
  background-color: rgba(255, 255, 255, 0.9);
  /* background-image: url("../img/top-page/info/bamboo_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
}
.business__section .business__items .business__item__BG .item2__container {
  padding: 30px 40px;
  min-height: 280px;
  background-color: rgba(255, 255, 255, 0.9);
  /* background-image: url("../img/top-page/info/bamboo_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
}

.information__sections {
  margin: 0 auto 200px;
  width: 100%;
  position: relative;
}
.information__sections::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 175px;
  background: #1649B1;
  margin-top: 194px;
  z-index: -1;
}
.information__sections a {
  transition: all 0.3s linear;
}
.information__sections a:nth-child(2) {
  margin: 0 2%;
}
.information__sections .information__container {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.information__sections .information__container .information__items {
  padding: 19px;
  box-sizing: border-box;
  width: 305px;
  height: 302px;
  border-radius: 300px;
  display: inline-block;
  border: 1px solid #3469d3;
  vertical-align: top;
  box-shadow: 0 0 0 1px #fff;
}
.information__sections .information__container .information__items .info__item__container {
  padding: 80px 20px;
  height: 140px;
  text-align: center;
}
.information__sections .information__container .information__items .info__item__container:hover {
  display: block;
}
.information__sections .information__container .information__items .info__item__container:hover img {
  transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
}
.information__sections .information__container .information__items .info__item__container.icon01 {
  padding: 40px 20px;
}
.information__sections .information__container .information__items .info__item__container.icon02 {
  padding: 60px 20px;
}
.information__sections .information__container .information__items .info__item__container.icon03 {
  padding: 70px 20px;
}
.information__sections .information__container .information__items .info__item__container img {
  transition: all 0.3s linear;
}
.information__sections .information__container .information__items .info__item__container .icon01 {
  width: 100px;
  margin-bottom: 40px;
}
.information__sections .information__container .information__items .info__item__container .icon02 {
  width: 96px;
  margin-bottom: 40px;
}
.information__sections .information__container .information__items .info__item__container .icon03 {
  width: 72px;
  margin-bottom: 45px;
}
.information__sections .information__container .information__items .info__item__container h2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.information__sections .information__container .information__items .info__item__container p {
  font-size: 11px;
  color: #fff;
}

.iso__section {
  margin: 80px auto;
  width: 100%;
  border: 3px solid #062668;
}
.iso__section .iso__container {
  margin: 17px auto;
  padding: 40px 0;
  width: 97%;
  display: block;
  text-align: center;
  border: 2px solid rgba(6, 38, 104, 0.5);
}
.iso__section .iso__container .iso__item__1 {
  margin: 0 auto;
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
.iso__section .iso__container .iso__item__1 h2 {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 600;
}
.iso__section .iso__container .iso__item__1 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.76;
  text-align: left;
}
.iso__section .iso__container .iso__item__1 p span {
  color: #1649b1;
  font-weight: 600;
}
.iso__section .iso__container .iso__item__2 {
  margin: 0 auto;
  width: 40%;
  display: inline-block;
}
.iso__section .iso__container .iso__item__2 img {
  display: inline-block;
  margin-right: 10%;
  width: 210px;
  border: 1px solid #dddddd;
}
.iso__section .iso__container .iso__item__2 img:last-child {
  margin-right: 0;
}
.iso__section .iso__container .iso__btn {
  margin: 0 auto;
  margin-top: 40px;
  width: 195px;
  background-color: #062668;
  color: #fff;
  text-align: left;
  transition: all 0.3s linear;
  border: 1px solid #062668;
  opacity: 1;
}
.iso__section .iso__container .iso__btn:hover {
  background-color: #fff;
}
.iso__section .iso__container .iso__btn:hover a {
  color: #062668;
}
.iso__section .iso__container .iso__btn:hover a span.arrow-right:before {
  background-color: #062668;
}
.iso__section .iso__container .iso__btn:hover a span.arrow-right:after {
  background-color: #062668;
}
.iso__section .iso__container .iso__btn a {
  padding: 10px 0;
  margin-left: 0;
  transition: all 0.2s linear;
  display: block;
  text-align: center;
  color: #fff;
}
.iso__section .iso__container .iso__btn a span {
  padding-right: 10px;
}
.iso__section .iso__container .iso__btn a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.iso__section .iso__container .iso__btn a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 15%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 130px;
  background: #fff;
  z-index: -1;
}
.iso__section .iso__container .iso__btn a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 8%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 140px;
  background: #fff;
  z-index: -1;
}

.news__section {
  margin: 80px auto;
  width: 100%;
}
.news__section .news__container {
  margin: 0 auto;
  width: 1080px;
  display: block;
  position: relative;
}
.news__section .news__container .news__item__1 {
  margin: 0 auto;
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.news__section .news__container .news__item__1 .title {
  width: 120px;
}
.news__section .news__container .news__item__1 h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.news__section .news__container .news__item__1 p {
  color: #083da7;
  font-size: 14px;
  font-weight: 600;
}
.news__section .news__container .news__item__1 .button_tab {
  margin-top: 29px;
  width: 175px;
  background-color: #3469d3;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
  border: 1px solid #3469d3;
  opacity: 1;
}
.news__section .news__container .news__item__1 .button_tab:hover {
  border: 1px solid #3469d3;
  background-color: #fff;
}
.news__section .news__container .news__item__1 .button_tab:hover a {
  color: #3469d3;
}
.news__section .news__container .news__item__1 .button_tab:hover a span.line:before {
  background: #3469d3;
}
.news__section .news__container .news__item__1 .button_tab:hover a span.line:after {
  background: #3469d3;
}
.news__section .news__container .news__item__1 .button_tab:hover a span.arrow-right:before {
  background: #3469d3;
}
.news__section .news__container .news__item__1 .button_tab:hover a span.arrow-right:after {
  background: #3469d3;
}
.news__section .news__container .news__item__1 .button_tab a {
  padding: 10px 0;
  padding-left: 15px;
  transition: all 0.2s linear;
  display: block;
  text-align: left;
  color: #fff;
}
.news__section .news__container .news__item__1 .button_tab a span.line {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.news__section .news__container .news__item__1 .button_tab a span.line:before {
  content: "";
  margin: 0 auto;
  width: 80%;
  height: 2px;
  position: absolute;
  bottom: 7px;
  left: -25px;
  background: #fff;
  z-index: -1;
}
.news__section .news__container .news__item__1 .button_tab a span.line:after {
  content: "";
  margin: 0 auto;
}
.news__section .news__container .news__item__1 .button_tab a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.news__section .news__container .news__item__1 .button_tab a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 25%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 127px;
  background: #fff;
  z-index: -1;
}
.news__section .news__container .news__item__1 .button_tab a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 137px;
  background: #fff;
  z-index: -1;
}
.news__section .news__container .news__item__2 {
  margin: 0 auto;
  width: auto;
}
.news__section .news__container .news__item__2 .news__list {
  margin: 0 auto;
  padding: 15px 0;
  display: flex;
  border-bottom: 1px solid #D8D8D8;
}
.news__section .news__container .news__item__2 .news__list:last-child {
  margin-bottom: 0;
}
.news__section .news__container .news__item__2 .news__list .news__item__date {
  margin-right: 15px;
  width: auto;
  display: inline-block;
}
.news__section .news__container .news__item__2 .news__list .news__item__date p {
  font-size: 12px;
  line-height: 2;
  font-family: Arial;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #929292;
}
.news__section .news__container .news__item__2 .news__list .news__item__category__label {
  margin-right: 15px;
  padding: 7px;
  width: 70px;
  height: 18px;
  display: inline-block;
  text-align: center;
  opacity: 1;
  transition: all 0.3s linear;
}
.news__section .news__container .news__item__2 .news__list .news__item__category__label.category__1 {
  background-color: #083da7;
}
.news__section .news__container .news__item__2 .news__list .news__item__category__label.category__2 {
  background-color: #ffb40b;
}
.news__section .news__container .news__item__2 .news__list .news__item__category__label a {
  pointer-events: none;
  cursor: default;
  font-size: 14px;
  color: #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news__section .news__container .news__item__2 .news__list .news__item__category__label a {
    /* IE10+ CSS styles go here */
    pointer-events: none;
    cursor: default;
    font-size: 15px;
    line-height: 0;
  }
}
.news__section .news__container .news__item__2 .news__list .news__item__content {
  display: inline-block;
}
.news__section .news__container .news__item__2 .news__list .news__item__content a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
}
.news__section .news__container .news__img {
  margin: 0 auto;
  width: 30%;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: -80px;
}

/*
==========================================
Contact Section
==========================================
*/
.contact__section {
  margin: 0 auto 100px;
  width: 100%;
  height: 436px;
  display: block;
  position: relative;
}
.contact__section.contact__bg {
  background-image: url("../img/top_page/contact/contact__bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact__section .contact__container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact__section .contact__container .contact__section__wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container {
  vertical-align: middle;
  display: table-cell;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter {
  margin: 0 auto;
  padding: 0vw 62px;
  width: 1000px;
  display: block;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item {
  margin: 0 auto;
  padding: 78px 0;
  width: inherit;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: all 0.3s linear;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item img {
  margin: 0 auto;
  margin-bottom: 27px;
  width: 189px;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt {
  font-size: 16px;
  color: #000;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt.subtext {
  margin-top: -2px;
  margin-bottom: 40px;
  font-size: 14px;
  color: #1546d2;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt span {
  font-weight: 600;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt span.underline {
  position: relative;
  z-index: 1;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt span.underline:before {
  content: "";
  margin: 0 auto;
  width: 60%;
  height: 2px;
  position: absolute;
  bottom: -5px;
  left: 17px;
  background: #000;
  z-index: -1;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt span.underline:after {
  content: "";
  margin: 0 auto;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn {
  margin: 0 auto;
  margin-top: 40px;
  width: 175px;
  background-color: #3469d3;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  border: 1px solid #3469d3;
  opacity: 1;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn:hover {
  background-color: transparent;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn:hover a {
  color: #3469d3;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn:hover a span.arrow-right:before {
  background: #3469d3;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn:hover a span.arrow-right:after {
  background: #3469d3;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn a {
  padding: 10px 0;
  transition: all 0.1s linear;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 20%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 107px;
  background: #fff;
  z-index: -1;
}
.contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .contact__btn a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 8%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 119px;
  background: #fff;
  z-index: -1;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .section__1__img {
    margin: 0 auto;
    width: auto;
  }

  .section__2__text {
    width: calc(100% - 20px);
    background-color: #083da7;
    max-width: inherit;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -37px;
  }
  .section__2__text .section__2__container {
    margin: 20px 0;
  }
  .section__2__text .section__2__container p {
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    letter-spacing: 0.105em;
    line-height: 1.76;
  }

  /*
  ==========================================
  Contact Section
  ==========================================
  */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .section__2__text .section__2__container p {
    font-weight: 600;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .business__section {
    margin: 50px auto;
    width: 100%;
    box-sizing: border-box;
  }
  .business__section .business__heading {
    margin: 70px auto 40px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .business__section .business__heading img {
    width: 207px;
  }
  .business__section .business__heading h2 {
    font-family: "Ropa Sans", sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  .business__section .business__heading h2 p {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #083da7;
  }
  .business__section .business__heading h2 p span.underline {
    position: relative;
    z-index: 1;
  }
  .business__section .business__heading h2 p span.underline:before {
    content: "";
    margin: 0 auto;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #000;
    z-index: -1;
  }
  .business__section .business__heading h2 p span.underline:after {
    content: "";
    margin: 0 auto;
  }
  .business__section .business__items {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
  }
  .business__section .business__items h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .business__section .business__items p {
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #062668;
  }
  .business__section .business__items h3 {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.66;
    text-align: left;
  }
  .business__section .business__items .button_tab {
    margin: 0 auto;
    margin-top: 29px;
    width: 175px;
    background-color: #3469d3;
    color: #fff;
    text-align: center;
    transition: all 0.3s linear;
    border: 1px solid #3469d3;
    opacity: 1;
  }
  .business__section .business__items .button_tab:hover {
    opacity: 0.6;
  }
  .business__section .business__items .button_tab a {
    padding: 10px 0;
    margin-left: 0;
    transition: all 0.3s linear;
    display: block;
    text-align: center;
    color: #fff;
  }
  .business__section .business__items .button_tab a span.line {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .business__section .business__items .button_tab a span.line:before {
    content: "";
    margin: 0 auto;
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 7px;
    left: -25px;
    background: #fff;
    z-index: -1;
  }
  .business__section .business__items .button_tab a span.line:after {
    content: "";
    margin: 0 auto;
  }
  .business__section .business__items .button_tab a span.arrow-right {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .business__section .business__items .button_tab a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 25%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 91px;
    background: #fff;
    z-index: -1;
  }
  .business__section .business__items .button_tab a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 12%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 100px;
    background: #fff;
    z-index: -1;
  }
  .business__section .business__items .business__item__BG {
    margin: 0 auto;
    width: 95%;
    height: auto;
    display: inline-block;
    vertical-align: top;
  }
  .business__section .business__items .business__item__BG.item__1 {
    padding: 30px 5%;
    margin-bottom: 5%;
    background-image: url("../img/top_page/business/PrintedWiringBoard_original.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .business__section .business__items .business__item__BG.item__2 {
    padding: 30px 5%;
    background-image: url("../img/top_page/business/PlatingProcess_original.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .business__section .business__items .business__item__BG .item1__container {
    padding: 30px 20px;
    min-height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    /* background-image: url("../img/top-page/info/bamboo_bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
  }
  .business__section .business__items .business__item__BG .item2__container {
    padding: 30px 20px;
    min-height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    /* background-image: url("../img/top-page/info/bamboo_bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
  }
}
@media screen and (max-width: 767px) {
  .information__sections {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .information__sections::before {
    display: none;
  }
  .information__sections .information__container {
    margin: 40px auto;
    width: 100%;
    display: block;
    text-align: center;
  }
  .information__sections .information__container .information__items__wrapper {
    position: relative;
    width: 100%;
  }
  .information__sections .information__container .information__items__wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    left: 0;
    background: #1649B1;
    margin-top: 160px;
    z-index: -1;
  }
  .information__sections .information__container .information__items {
    margin: 0 auto;
    padding: 12px;
    margin-top: 0;
    width: 240px;
    height: 240px;
    display: block;
    box-shadow: 0 0 0 1px #fff;
    margin-bottom: 70px;
    box-sizing: border-box;
  }
  .information__sections .information__container .information__items:nth-child(2) {
    margin: 0 auto;
    margin-bottom: 5%;
    margin-top: 0;
  }
  .information__sections .information__container .information__items .info__item__container {
    padding: 40px 20px 30px;
    height: 140px;
    text-align: center;
  }
  .information__sections .information__container .information__items .info__item__container img {
    margin-bottom: 20px;
    width: 70px;
  }
  .information__sections .information__container .information__items .info__item__container h2 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
  }
  .information__sections .information__container .information__items .info__item__container p {
    font-size: 12px;
    color: #1546d2;
  }
  .information__sections .information__container .information__items .info__item__container .icon01 {
    width: 70px;
    margin-bottom: 40px;
  }
  .information__sections .information__container .information__items .info__item__container .icon02 {
    width: 76px;
    margin-bottom: 26px;
  }
  .information__sections .information__container .information__items .info__item__container .icon03 {
    width: 72px;
    margin-bottom: 24px;
  }
  .information__sections .information__container .information__items .info__item__container.icon03 {
    padding-top: 56px;
  }
  .information__sections .information__container .information__items .info__item__container h2 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
  }
  .information__sections .information__container .information__items .info__item__container p {
    font-size: 11px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .iso__section {
    margin: 60px auto 80px;
    width: 98%;
    border: 3px solid #062668;
  }
  .iso__section .iso__container {
    margin: 10px 10px;
    padding: 30px 0px;
    width: 93%;
    display: block;
    text-align: center;
    border: 2px solid rgba(6, 38, 104, 0.5);
  }
  .iso__section .iso__container .iso__item__1 {
    margin: 0 auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 93%;
    display: inline-block;
    vertical-align: top;
  }
  .iso__section .iso__container .iso__item__1 h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
  }
  .iso__section .iso__container .iso__item__1 p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.76;
    text-align: left;
  }
  .iso__section .iso__container .iso__item__1 p span {
    color: #1649b1;
    font-weight: 600;
  }
  .iso__section .iso__container .iso__item__2 {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
  }
  .iso__section .iso__container .iso__item__2 img {
    display: inline-block;
    margin-right: 3%;
    width: 45%;
    width: 37vw;
    border: 1px solid #000;
  }
  .iso__section .iso__container .iso__item__2 img:last-child {
    margin-right: 0;
  }
  .iso__section .iso__container .iso__btn {
    margin: 0 auto;
    width: 195px;
    background-color: #062668;
    color: #fff;
    text-align: left;
    transition: all 0.3s linear;
    border: 1px solid #062668;
    opacity: 1;
  }
  .iso__section .iso__container .iso__btn:hover {
    background-color: #fff;
  }
  .iso__section .iso__container .iso__btn:hover a {
    color: #062668;
  }
  .iso__section .iso__container .iso__btn:hover a span.arrow-right:before {
    background-color: #062668;
  }
  .iso__section .iso__container .iso__btn:hover a span.arrow-right:after {
    background-color: #062668;
  }
  .iso__section .iso__container .iso__btn a {
    padding: 10px 0;
    margin-left: 0;
    transition: all 0.2s linear;
    display: block;
    text-align: center;
    color: #fff;
  }
  .iso__section .iso__container .iso__btn a span {
    padding-right: 10px;
  }
  .iso__section .iso__container .iso__btn a span.arrow-right {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .iso__section .iso__container .iso__btn a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 15%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 130px;
    background: #fff;
    z-index: -1;
  }
  .iso__section .iso__container .iso__btn a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 8%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 140px;
    background: #fff;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .news__section {
    margin: 80px auto;
    width: 100%;
  }
  .news__section .news__container {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .news__section .news__container .news__item__1 {
    margin: 0 auto;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .news__section .news__container .news__item__1 .title {
    margin: 0 auto 60px;
    width: 103px;
  }
  .news__section .news__container .news__item__1 h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .news__section .news__container .news__item__1 p {
    color: #083da7;
    font-size: 14px;
    font-weight: 600;
  }
  .news__section .news__container .button_tab {
    margin: 0 auto;
    margin-top: 29px;
    width: 175px;
    background-color: #3469d3;
    color: #fff;
    text-align: center;
    transition: all 0.3s linear;
    border: 1px solid #3469d3;
    opacity: 1;
  }
  .news__section .news__container .button_tab:hover {
    border: 1px solid #3469d3;
    background-color: #fff;
  }
  .news__section .news__container .button_tab:hover a {
    color: #3469d3;
  }
  .news__section .news__container .button_tab:hover a span.line:before {
    background: #3469d3;
  }
  .news__section .news__container .button_tab:hover a span.line:after {
    background: #3469d3;
  }
  .news__section .news__container .button_tab:hover a span.arrow-right:before {
    background: #3469d3;
  }
  .news__section .news__container .button_tab:hover a span.arrow-right:after {
    background: #3469d3;
  }
  .news__section .news__container .button_tab a {
    padding: 10px 0;
    margin-left: 15px;
    transition: all 0.2s linear;
    display: block;
    text-align: left;
    color: #fff;
  }
  .news__section .news__container .button_tab a span.line {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .news__section .news__container .button_tab a span.line:before {
    content: "";
    margin: 0 auto;
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 7px;
    left: -25px;
    background: #fff;
    z-index: -1;
  }
  .news__section .news__container .button_tab a span.line:after {
    content: "";
    margin: 0 auto;
  }
  .news__section .news__container .button_tab a span.arrow-right {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .news__section .news__container .button_tab a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 25%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 127px;
    background: #fff;
    z-index: -1;
  }
  .news__section .news__container .button_tab a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 12%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 137px;
    background: #fff;
    z-index: -1;
  }
  .news__section .news__container .news__item__2 {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    display: inline-block;
    border-left: none;
    box-sizing: border-box;
  }
  .news__section .news__container .news__item__2 .news__list {
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
  }
  .news__section .news__container .news__item__2 .news__list:last-child {
    margin-bottom: 0;
  }
  .news__section .news__container .news__item__2 .news__list .news__item__date {
    margin: 0 auto;
    margin-right: 15px;
    width: auto;
    display: inline-block;
  }
  .news__section .news__container .news__item__2 .news__list .news__item__date p {
    font-size: 12px;
    line-height: 2;
    font-family: Arial;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #929292;
  }
  .news__section .news__container .news__item__2 .news__list .news__item__category__label {
    margin-right: 15px;
    padding: 6px 7px;
    width: 70px;
    display: inline-block;
    text-align: center;
    opacity: 1;
    transition: all 0.3s linear;
  }
  .news__section .news__container .news__item__2 .news__list .news__item__category__label.category__1 {
    background-color: #083da7;
  }
  .news__section .news__container .news__item__2 .news__list .news__item__category__label.category__2 {
    background-color: #ffb40b;
  }
  .news__section .news__container .news__item__2 .news__list .news__item__category__label a {
    font-size: 14px;
    color: #fff;
  }
  .news__section .news__container .news__item__2 .news__list .news__item__content {
    display: block;
  }
  .news__section .news__container .news__item__2 .news__list .news__item__content a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 14px;
    line-height: 2;
  }
  .news__section .news__container .news__img {
    margin: 0 auto;
    margin-top: 10px;
    width: 90%;
    display: block;
    position: unset;
    top: 20px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact__section {
    margin: 0 auto 60px;
    width: 100%;
    height: 360px;
    display: block;
    position: relative;
  }
  .contact__section.contact__bg {
    background-image: url("../img/top_page/contact/contact__bg.png");
    background-size: 1902px;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .contact__section .contact__container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .contact__section .contact__container .contact__section__wrapper {
    width: 100%;
    height: 100%;
    display: table;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container {
    vertical-align: middle;
    display: table-cell;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item {
    margin: 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    transition: all 0.3s linear;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item img {
    margin: 0 auto;
    margin-bottom: 27px;
    width: 150px;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.76;
    color: #000;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt.subtext {
    margin-top: -2px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #1546d2;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt span {
    font-weight: 600;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt span.underline {
    position: relative;
    z-index: 1;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt span.underline:before {
    content: "";
    margin: 0 auto;
    width: 60%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 17px;
    background: #000;
    z-index: -1;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item__txt span.underline:after {
    content: "";
    margin: 0 auto;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .button_tab {
    margin: 0 auto;
    margin-top: 15px;
    width: 200px;
    height: 55px;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: all 0.3s linear;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .button_tab:hover {
    opacity: 0.6;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .button_tab a {
    padding: 10px 0;
    transition: all 0.3s linear;
    font-size: 15px;
    display: block;
    text-align: center;
    color: #fff;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .button_tab a span.arrow-right {
    transition: all 0.5s linear;
    position: relative;
    z-index: 1;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .button_tab a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 17%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 100px;
    background: #fff;
    z-index: -1;
  }
  .contact__section .contact__container .contact__section__wrapper .contact__section__inner__container .contact__section__contentCenter .contact__item .button_tab a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 10%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 106px;
    background: #fff;
    z-index: -1;
  }
}
/*
==========================================
Kv Heading (all page)
==========================================
*/
.kv__heading {
  margin: 0 auto;
  width: 100%;
  display: block;
}
.kv__heading .kv__heading__container {
  display: block;
  width: 100%;
  z-index: 1;
}
.kv__heading .kv__heading__container .kv__heading__bg {
  padding: 100px 0;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
}
.kv__heading .kv__heading__container .kv__heading__bg.board__page {
  background-image: url(../img/child_page/business/board/kv__heading.jpg);
}
.kv__heading .kv__heading__container .kv__heading__bg.company__page {
  background-image: url(../img/child_page/company/kv/comapny__kv__pc.jpg);
  /*background-image: url(../img/child_page/company/kv/comapny__kv__pc.png);*/
}
.kv__heading .kv__heading__container .kv__heading__bg.business__page {
  background-image: url(../img/child_page/business/board/business__kv__pc.jpg);
  background-position: center center;
  /*background-image: url(../img/child_page/company/kv/comapny__kv__pc.png);*/
}
.kv__heading .kv__heading__container .kv__heading__bg.business__plating__product {
  background-image: url(../img/top_page/kv/kv__1.jpg);
  background-position: center center;
  /*background-image: url(../img/child_page/company/kv/comapny__kv__pc.png);*/
}
.kv__heading .kv__heading__container .kv__heading__bg.manufacturing__product {
  background-image: url(../img/child_page/manufacturing/manufacturing__kv__pc.jpg);
  background-position: center center;
  /*background-image: url(../img/child_page/company/kv/comapny__kv__pc.png);*/
}
.kv__heading .kv__heading__container .kv__heading__bg.search__page {
  background-image: url(../img/child_page/search/search_bg.jpg);
  background-position: center center;
  /*background-image: url(../img/child_page/company/kv/comapny__kv__pc.png);*/
}
.kv__heading .kv__heading__container .kv__heading__bg.business__board__product {
  background-image: url(../img/top_page/kv/kv__2.jpg);
  background-position: center center;
  /*background-image: url(../img/child_page/company/kv/comapny__kv__pc.png);*/
}
.kv__heading .kv__heading__container .kv__heading__bg.csr__page {
  background-image: url(../img/child_page/csr/kv/csr.jpg);
  background-position: top;
}
.kv__heading .kv__heading__container .kv__heading__bg.contact__page {
  background-image: url(../img/child_page/csr/kv/csr__kv.png);
  background-position: center center;
}
.kv__heading .kv__heading__container .kv__heading__bg.recruit__page {
  background-position: center;
  background-image: url(../img/child_page/recruit/kv/kv__recruit__pc.png);
}
.kv__heading .kv__heading__container .kv__heading__bg h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: #fff;
  text-shadow: 1px 1px 50px #000000;
  text-shadow: 0px 2px 16px #000, 0px 4px 14px #000;
}
.kv__heading .kv__heading__container .kv__heading__bg h2.business__plating__product {
  color: #000;
}
.kv__heading .kv__heading__container .kv__heading__bg p {
  font-family: "Muli", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.24em;
  color: #fff;
  text-shadow: 1px 1px 50px #000000;
  text-shadow: 0px 2px 16px #000, 0px 4px 14px #000;
}
.kv__heading .kv__heading__container .kv__heading__bg p.business__plating__product {
  color: #000;
}

.nav__menu {
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid #1B3CA6;
}
.nav__menu .nav__menu__container {
  margin: 0 auto;
  width: 1240px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.nav__menu .nav__menu__container ul {
  list-style: none;
  overflow: auto;
  vertical-align: middle;
}
.nav__menu .nav__menu__container ul li {
  width: 14.28%;
  list-style: none;
  display: inline-block;
}
.nav__menu .nav__menu__container ul li.nav__recruit {
  width: 50%;
}
.nav__menu .nav__menu__container ul li.active a {
  background-color: #1B3CA6;
  color: #fff;
}
.nav__menu .nav__menu__container ul li a {
  padding: 25px 0;
  display: block;
  width: 100%;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 17px;
  color: #000;
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s linear;
}
.nav__menu .nav__menu__container ul li a:hover {
  background-color: #1B3CA6;
  color: #fff;
}

/*
==========================================
Breadcrumbs (all page)
==========================================
*/
.breadcrumbs {
  margin: 25px auto 70px;
  width: 100%;
}
.breadcrumbs.csr__page {
  margin: 25px auto 25px;
}
.breadcrumbs.business__page {
  margin: 25px auto 70px;
}
.breadcrumbs.csr__page {
  margin: 25px auto 25px;
}
.breadcrumbs .breadcrumbs__container {
  margin: 0 auto;
  width: 1240px;
  display: block;
}
.breadcrumbs .breadcrumbs__container a {
  display: inline-block;
  transition: all 0.2s linear;
  font-size: 15px;
}
.breadcrumbs .breadcrumbs__container a:hover {
  color: #1649b1;
}
.breadcrumbs .breadcrumbs__container a.breadcrumbs__active {
  font-weight: 600;
  color: #000;
  transition: all 0.2s linear;
}
.breadcrumbs .breadcrumbs__container a.breadcrumbs__active:hover {
  color: #1649b1;
}
.breadcrumbs .breadcrumbs__container p {
  margin: 0 20px;
  display: inline-block;
}

/*
==========================================
Outline page
==========================================
*/
.outline {
  margin: 0 auto 100px;
  width: 100%;
}
.outline .outline__main__container {
  margin: 0 auto;
  width: 1000px;
}
.outline .outline__main__container .outline__container {
  margin: 0 auto;
  width: auto;
}
.outline .outline__main__container .outline__container table {
  margin: 30px auto;
  width: 100%;
  text-align: center;
}
.outline .outline__main__container .outline__container table tr {
  border: 1px solid #062668;
}
.outline .outline__main__container .outline__container table th,
.outline .outline__main__container .outline__container table td {
  padding: 30px 60px;
  text-align: center;
}
.outline .outline__main__container .outline__container table td .map__info__container {
  margin: 0 auto;
  width: auto;
  display: block;
  position: relative;
}
.outline .outline__main__container .outline__container table td .map__info__container .mar__bot {
  margin-bottom: 8px;
}
.outline .outline__main__container .outline__container table td .map__info__container .map__icon {
  margin: 0 auto;
  width: 86px;
  position: absolute;
  top: 8px;
  right: 30px;
}
.outline .outline__main__container .outline__container table td .map__info__container.marg__bot {
  margin-bottom: 23px;
}
.outline .outline__main__container .outline__container table td .map__info__container .info__1 {
  margin: 0 auto;
  display: inline-block;
  font-weight: 400;
  vertical-align: top;
}
.outline .outline__main__container .outline__container table td .map__info__container .info__1.mr__16 {
  margin-right: 16px;
}
.outline .outline__main__container .outline__container table td .map__info__container .info__1.mr__25 {
  margin-right: 25px;
}
.outline .outline__main__container .outline__container table td .map__info__container .info__2 {
  margin: 0 auto;
  display: inline-block;
  font-weight: 400;
  vertical-align: top;
}
.outline .outline__main__container .outline__container table td.first__td {
  width: auto;
  font-size: 16px;
  background-color: #083CA6;
  border-bottom: 1px solid #5277c2;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.outline .outline__main__container .outline__container table td.first__td:last-child {
  border-bottom: 1px solid #083CA6;
}
.outline .outline__main__container .outline__container table td.second__td {
  font-weight: 400;
  width: 70%;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.05em;
}
.outline .outline__main__container .outline__container table td .second__td__mgb {
  margin-bottom: 16px;
}

.catch__section {
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.catch__section.csr__catch {
  background-image: url(../img/child_page/csr/catch/catch.png);
}
.catch__section .catch__section__container {
  margin: 30px 0;
}
.catch__section .catch__section__container p {
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  letter-spacing: 0.105em;
  line-height: 1.56;
}

/*
==========================================
CSR page
==========================================
*/
.scroll__menu {
  margin: 25px auto 0;
  width: 100%;
}
.scroll__menu .scroll__menu__container {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.scroll__menu .scroll__menu__container ul {
  list-style: none;
  overflow: auto;
  vertical-align: middle;
}
.scroll__menu .scroll__menu__container ul li {
  margin-right: 1%;
  width: 19.2%;
  list-style: none;
  display: inline-block;
}
.scroll__menu .scroll__menu__container ul li:last-child {
  margin-right: 0;
}
.scroll__menu .scroll__menu__container ul li a {
  padding: 20px 0;
  padding-right: 10%;
  display: block;
  width: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 15px;
  color: #000;
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s linear;
  position: relative;
  border: 1px solid #083ca6;
}
.scroll__menu .scroll__menu__container ul li a:after {
  content: " ";
  position: absolute;
  top: 27px;
  right: 7px;
  width: 25px;
  height: 16px;
  background: url(../img/child_page/csr/scroll__to/arrow__blue.png) no-repeat 0 0;
  background-size: 14px auto;
  transition: all 0.2s linear;
}
.scroll__menu .scroll__menu__container ul li a:hover {
  background: #1B3CA6;
  color: #fff;
}
.scroll__menu .scroll__menu__container ul li a:hover:after {
  content: " ";
  position: absolute;
  top: 27px;
  right: 7px;
  width: 25px;
  height: 16px;
  background: url(../img/child_page/csr/scroll__to/arrow__white.png) no-repeat 0 0;
  background-size: 14px auto;
}

/*
==========================================
==========================================
CSR page
==========================================
==========================================
*/
.csr__content {
  margin: 0 auto;
  margin-top: 60px;
  width: 100%;
}
.csr__content .csr__content__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.csr__content .csr__content__container .context__container {
  margin: 0 auto 40px;
  width: 100%;
  display: block;
}
.csr__content .csr__content__container .context__container h2 {
  font-size: 15px;
  line-height: 1.56em;
}
.csr__content .csr__content__container .context__container p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.csr__content .csr__content__container .csr__item {
  margin: 0 auto;
  margin-bottom: 53px;
  width: auto;
}
.csr__content .csr__content__container .csr__item:last-child {
  margin-bottom: 0;
}
.csr__content .csr__content__container .csr__item .item__1 {
  margin: 0 auto;
  width: 55%;
  display: inline-block;
  vertical-align: top;
}
.csr__content .csr__content__container .csr__item .item__2 {
  margin: 0 auto;
  width: 34%;
  display: inline-block;
  vertical-align: top;
  float: right;
}
.csr__content .csr__content__container .csr__item .item__2 .pdf1 {
  width: 158px;
  position: relative;
  right: 33px;
  border: 1px solid #ddd;
  margin-bottom: 23px;
}
.csr__content .csr__content__container .csr__item .item__2 .pdf {
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}
.csr__content .csr__content__container .csr__item .item__2 .certificate {
  margin-left: 3%;
  width: 195px;
  display: inline-block;
}
.csr__content .csr__content__container .csr__item .title {
  margin: 0 auto 30px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.csr__content .csr__content__container .csr__item .title h1 {
  margin: 0 auto 20px;
  font-size: 27px;
}
.csr__content .csr__content__container .csr__item .title h2 {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.csr__content .csr__content__container .csr__item p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.csr__content .csr__content__container .csr__item .blue__txt__container {
  margin: 15px auto;
}
.csr__content .csr__content__container .csr__item .blue__txt__container p span.box {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 0;
  padding-right: 6px;
}
.csr__content .csr__content__container .csr__item .blue__txt__container p.blue__text {
  font-weight: 600;
  color: #1649b1;
}

.adobe__pdf {
  margin: 100px auto 100px;
  width: 100%;
}
.adobe__pdf .adobe__pdf__container {
  margin: 0 auto;
  padding: 20px 0;
  width: 1000px;
  display: block;
  border: 1px solid #e8e8e8;
}
.adobe__pdf .adobe__pdf__container img {
  margin: 0 20px;
  width: 156px;
  display: inline-block;
}
.adobe__pdf .adobe__pdf__container p {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.04em;
}

/*
==========================================
/company page (PARENT PAGE)
==========================================
*/
.company {
  margin: 0 auto;
  width: 100%;
}
.company .company__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.company .company__container .text__heading {
  margin: 0 auto;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.company .company__container .text__heading h2 {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.company .company__container .text__heading p {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1649b1;
  font-weight: 600;
}
.company .company__container p {
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.company .company__container p.marg__b__20 {
  margin-bottom: 20px;
}
.company .company__container .click__for__details {
  margin-top: 10px;
  margin-bottom: 35px;
  width: 175px;
  background-color: #3469d3;
  color: #fff;
  text-align: left;
  transition: all 0.3s linear;
  border: 1px solid #3469d3;
  opacity: 1;
}
.company .company__container .click__for__details:hover {
  background-color: #fff;
}
.company .company__container .click__for__details:hover a {
  color: #3469d3;
}
.company .company__container .click__for__details:hover a span.arrow-right:before, .company .company__container .click__for__details:hover a span.arrow-right__2:before {
  background-color: #3469d3;
}
.company .company__container .click__for__details:hover a span.arrow-right:after, .company .company__container .click__for__details:hover a span.arrow-right__2:after {
  background-color: #3469d3;
}
.company .company__container .click__for__details a {
  padding: 10px 0;
  margin-left: 15px;
  transition: all 0.2s linear;
  display: block;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
}
.company .company__container .click__for__details a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.company .company__container .click__for__details a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 35%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 124px;
  background: #fff;
  z-index: -1;
}
.company .company__container .click__for__details a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 139px;
  background: #fff;
  z-index: -1;
}
.company .company__container .greeting__message {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 100%;
}
.company .company__container .flex {
  margin-bottom: 75px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.company .company__container .flex__item__1 {
  margin-right: 5%;
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.company .company__container .flex__item__1 img {
  width: 500px;
}
.company .company__container .flex__item__2 {
  width: 450px;
  order: 2;
  flex: 1 1 auto;
  align-self: center;
}
.company .company__container .flex__item__3 {
  width: 450px;
  margin-right: 5%;
  order: 1;
  flex: 1 1 auto;
  align-self: center;
}
.company .company__container .flex__item__4 {
  order: 2;
  flex: 1 1 auto;
  align-self: flex-end;
}
.company .company__container .flex__item__4 img {
  width: 500px;
}
.company .company__container .flex__item__5 {
  margin-right: 5%;
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.company .company__container .flex__item__5 img {
  width: 500px;
}
.company .company__container .flex__item__6 {
  width: 450px;
  order: 2;
  flex: 1 1 auto;
  align-self: center;
}

.company__informations {
  margin: 100px auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.company__informations.company__page {
  height: 323px;
  background-image: url("../img/child_page/company/information__bg.jpg");
  background-position: 0 -200px;
}
.company__informations.recruit__page {
  margin-top: 80px;
  height: 389px;
  background-image: url("../img/child_page/recruit/requirements/know__the__company.png");
}
.company__informations a {
  transition: all 0.3s linear;
}
.company__informations a.middle {
  margin: 0 1%;
}
.company__informations .company__informations__container {
  margin: 0 auto;
  width: 1000px;
  display: flex;
  text-align: center;
  transition: all 0.3s linear;
  font-size: 0;
  position: relative;
  z-index: 9;
}
.company__informations .company__informations__container .information__items {
  margin: 60px auto 0;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 480px;
  display: flex;
  justify-content: space-between;
}
.company__informations .company__informations__container .information__items a {
  padding: 30px;
  width: 100%;
  height: auto;
  display: block;
}
.company__informations .company__informations__container .information__items:hover .info__item__container {
  background-color: white;
}
.company__informations .company__informations__container .information__items.message {
  background-image: url(../img/child_page/company/kv/comapny__kv__pc.jpg);
  background-size: auto;
}
.company__informations .company__informations__container .information__items.access {
  margin: 60px 1%;
  background-image: url(../img/child_page/company/access__bg.png);
}
.company__informations .company__informations__container .information__items.calendar {
  background-image: url(../img/child_page/company/calendar__bg.png);
  background-size: auto;
}
.company__informations .company__informations__container .information__items.recruit__about__us {
  margin-top: 0px;
  background-image: url(../img/child_page/recruit/know__the__company/about__us.png);
}
.company__informations .company__informations__container .information__items.recruit__business__info {
  margin: 60px 0%;
  margin-top: 0px;
  background-image: url(../img/child_page/recruit/know__the__company/business__info.png);
}
.company__informations .company__informations__container .information__items.recruit__csr {
  margin-top: 0px;
  background-image: url(../img/child_page/recruit/know__the__company/csr.png);
}
.company__informations .company__informations__container .information__items .info__item__container {
  padding: 0 20px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: all 0.3s linear;
}
.company__informations .company__informations__container .information__items .info__item__container:hover {
  background-color: white;
}
.company__informations .company__informations__container .information__items .info__item__container h2 {
  margin-top: 60px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.company__informations .company__informations__container .information__items .info__item__container p {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  color: #3469d3;
}

/*
==========================================
==========================================
Recruit Page (PARENT PAGE)
==========================================
==========================================
*/
.heading__text {
  margin: 0 auto;
  margin-bottom: 20px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.heading__text.recruit__page {
  margin-top: 60px;
  color: #fff;
  text-align: left;
  border-bottom: 2px solid #fff;
}
.heading__text.top__heading {
  margin-top: 60px;
}
.heading__text.second__heading {
  margin-top: 20px;
}
.heading__text.third__heading {
  margin-top: 60px;
}
.heading__text.fourth__heading {
  margin-top: 40px;
}
.heading__text h2 {
  padding-bottom: 10px;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.heading__text h2.fw__normal {
  font-weight: normal;
}

.recruit {
  margin: 0 auto;
  width: 100%;
}
.recruit.custom__bg {
  padding: 30px 0;
  background-image: url(../img/child_page/csr/catch/catch.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.recruit .recruit__container {
  margin: 0 auto;
  width: 1000px;
}
.recruit .recruit__container .recruit__heading {
  margin: 0 auto;
  width: auto;
}
.recruit .recruit__container .recruit__heading h2 {
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.105em;
  text-align: center;
  line-height: 1.56;
}
.recruit .recruit__container .recruit__heading p {
  margin-top: 0;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.56;
  color: #fff;
  text-align: center;
}
.recruit .recruit__container .employee__items {
  margin: 0 auto;
  width: 100%;
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.recruit .recruit__container .employee__items a:hover .label {
  background-color: #062668;
}
.recruit .recruit__container .employee__items a:hover .employee__1 {
  opacity: 0.7;
}
.recruit .recruit__container .employee__items a:hover .employee__2 {
  opacity: 0.7;
}
.recruit .recruit__container .employee__items a:hover .employee__3 {
  opacity: 0.7;
}
.recruit .recruit__container .employee__items .label {
  margin: 0 auto;
  margin-top: -50px;
  width: 275px;
  display: block;
  border-color: #3469d4;
  background-color: rgba(6, 38, 104, 0.9);
  text-align: center;
  position: relative;
  bottom: 0;
  transition: all 0.3s linear;
  opacity: 1;
}
.recruit .recruit__container .employee__items .label p {
  padding: 15px 0 10px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.05em;
}
.recruit .recruit__container .employee__items .label h2 {
  padding: 0 0 15px;
  font-size: 25px;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.recruit .recruit__container .employee__items .employee__1 {
  margin: 0 auto 30px;
  width: 32%;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s linear;
}
.recruit .recruit__container .employee__items .employee__2 {
  margin: 0 auto;
  margin: 0 2% 30px;
  width: 32%;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s linear;
}
.recruit .recruit__container .employee__items .employee__3 {
  margin: 0 auto 30px;
  width: 32%;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s linear;
}
.recruit .recruit__container .positions__fields {
  margin: 0 auto;
  width: 100%;
}
.recruit .recruit__container .positions__fields .positions__fields__container {
  margin: 0 auto;
  width: 1000px;
}
.recruit .recruit__container .positions__fields .positions__fields__container p {
  margin-bottom: 0;
  font-size: 16px;
}
.recruit .recruit__container .positions__fields .positions__fields__container p.color__blue {
  margin-bottom: 10px;
  font-weight: 600;
  color: #3469d3;
}
.recruit .recruit__container .job__desc {
  margin: 0 auto;
  width: 100%;
}
.recruit .recruit__container .job__desc .job__desc__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.recruit .recruit__container .job__desc .job__desc__container .job__desc__items {
  margin: 0 auto;
  width: 100%;
  display: block;
  text-align: left;
}
.recruit .recruit__container .job__desc .job__desc__container .job__desc__items p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.04em;
}
.recruit .recruit__container .job__desc .job__desc__container .job__desc__items p.title {
  margin-right: 16px;
  color: #3469d3;
  font-weight: 600;
}
.recruit .recruit__container .job__desc .job__desc__container .job__desc__items .job__desc__item__title {
  margin: 0 auto;
  display: inline-block;
}
.recruit .recruit__container .job__desc .job__desc__container .job__desc__items .job__desc__item__content {
  margin: 0 auto;
  width: 83%;
  display: inline-block;
  vertical-align: top;
}
.recruit .recruit__container .requirements {
  margin: 60px auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.recruit .recruit__container .requirements .requirements__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
  transition: all 0.3s linear;
}
.recruit .recruit__container .requirements .requirements__container .item__container {
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info {
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info a {
  padding: 20px;
  width: 460px;
  height: 200px;
  display: block;
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info:hover .white__bg {
  background-color: white;
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info.bg__1 {
  background-image: url(../img/child_page/recruit/requirements/fresh.jpg);
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info.bg__2 {
  background-image: url(../img/child_page/recruit/requirements/career.jpg);
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg {
  margin: 0 auto;
  padding: 30px 20px;
  width: 91%;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s linear;
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg .text__content {
  margin: 0 auto;
  margin-top: 30px;
  width: auto;
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg .text__content.career {
  margin-top: 55px;
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg .text__content h2 {
  padding-right: 20px;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #062668;
  font-weight: 600;
  vertical-align: middle;
}
.recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg .text__content p {
  border-left: 2px solid #062668;
  padding-left: 20px;
  width: 60%;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.86;
  vertical-align: middle;
}

.recruit__informations {
  margin: 100px auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.recruit__informations.company__page {
  height: 323px;
  background-image: url("../img/child_page/company/information__bg.png");
}
.recruit__informations.recruit__page {
  margin-top: 80px;
  height: 389px;
  background-image: url("../img/child_page/recruit/requirements/know__the__company.png");
}
.recruit__informations .recruit__informations__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: center;
  font-size: 0;
  transition: all 0.3s linear;
}
.recruit__informations .recruit__informations__container .information__items {
  margin: 60px auto 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.recruit__informations .recruit__informations__container .information__items a {
  padding: 30px;
  width: 264px;
  height: auto;
  display: block;
}
.recruit__informations .recruit__informations__container .information__items:hover .info__item__container {
  background-color: white;
}
.recruit__informations .recruit__informations__container .information__items.oragnization__chart {
  background-image: url(../img/child_page/company/oragnization__chart__bg.png);
}
.recruit__informations .recruit__informations__container .information__items.access {
  margin: 60px 1%;
  background-image: url(../img/child_page/company/access__bg.png);
}
.recruit__informations .recruit__informations__container .information__items.calendar {
  background-image: url(../img/child_page/company/calendar__bg.png);
}
.recruit__informations .recruit__informations__container .information__items.recruit__about__us {
  margin-top: 0px;
  background-image: url(../img/child_page/recruit/know__the__company/about__us.png);
}
.recruit__informations .recruit__informations__container .information__items.recruit__business__info {
  margin: 60px 1.4% 0;
  margin-top: 0px;
  background-image: url(../img/child_page/recruit/know__the__company/business__info.png);
}
.recruit__informations .recruit__informations__container .information__items.recruit__csr {
  margin-top: 0px;
  background-image: url(../img/child_page/csr/kv/csr.jpg);
}
.recruit__informations .recruit__informations__container .information__items .info__item__container {
  padding: 0 20px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: all 0.3s linear;
}
.recruit__informations .recruit__informations__container .information__items .info__item__container:hover {
  background-color: white;
}
.recruit__informations .recruit__informations__container .information__items .info__item__container h2 {
  margin-top: 60px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.recruit__informations .recruit__informations__container .information__items .info__item__container p {
  font-size: 14px;
  letter-spacing: 0;
  color: #3469d3;
}

/*
==========================================
/recruit/carrier Page PC
==========================================
*/
.context {
  margin: 30px auto 50px;
  width: 100%;
  text-align: center;
}
.context h3 {
  color: red;
  font-size: 16px;
}

.fresh {
  margin: 0 auto;
  width: 100%;
}
.fresh .fresh__container {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 1000px;
  display: block;
}
.fresh .fresh__container .heading {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.fresh .fresh__container .heading h2 {
  font-size: 20px;
  font-weight: 600;
}
.fresh .fresh__container .table__fresh {
  margin: 0 auto;
  width: 100%;
}
.fresh .fresh__container .table__fresh table {
  margin: 20px auto 30px;
  width: 100%;
  text-align: left;
}
.fresh .fresh__container .table__fresh table tr {
  border: 1px solid #062668;
}
.fresh .fresh__container .table__fresh table th,
.fresh .fresh__container .table__fresh table td {
  padding: 15px 25px;
  text-align: left;
}
.fresh .fresh__container .table__fresh table th p {
  font-size: 16px;
}
.fresh .fresh__container .table__fresh table th p.with__marg__b {
  margin-bottom: 20px;
}
.fresh .fresh__container .table__fresh table th.first__th {
  width: 32%;
  background-color: #1B3CA6;
  border-bottom: 1px solid #5277c2;
  color: #fff;
  letter-spacing: 0.1em;
}
.fresh .fresh__container .table__fresh table th.first__th:last-child {
  border-bottom: 1px solid #1B3CA6;
}
.fresh .fresh__container .table__fresh table th.second__th {
  font-weight: 400;
  width: 70%;
  text-align: left;
  letter-spacing: 0.05em;
}
.fresh .fresh__container .table__fresh .table__btn {
  margin: 0 auto;
  margin-top: 30px;
  width: 194px;
  color: red;
  text-align: center;
  transition: all 0.3s linear;
  border: 3px solid red;
  border-radius: 20px;
  opacity: 1;
  position: relative;
}
.fresh .fresh__container .table__fresh .table__btn:hover {
  background-color: red;
}
.fresh .fresh__container .table__fresh .table__btn:hover a {
  color: #fff;
}
.fresh .fresh__container .table__fresh .table__btn a {
  padding: 10px 0;
  transition: all 0.2s linear;
  display: block;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: red;
}

/*
==========================================
/recruit/interview
==========================================
*/
.recruit__interview {
  margin: 0 auto;
  width: 100%;
}
.recruit__interview .recruit__interview__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container:last-child {
  margin-bottom: 100px;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container .text__heading {
  margin: 0 auto;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container .text__heading h2 {
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.33;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container .text__heading .sample__class {
  margin: auto;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  text-transform: capitalize;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container p.margin__bottom {
  margin-bottom: 10px;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container img {
  width: 400px;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__1 {
  margin-right: 5%;
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__2 {
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__3 {
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__4 {
  margin-right: 5%;
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}

.recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__5 {
  margin-right: 5%;
  flex: 1 1 auto;
  align-self: auto;
}

/*
==========================================
/company/message/ page
==========================================
*/
.message {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 100%;
}
.message .message__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.message .message__container .message__items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.message .message__container .message__items img {
  width: 100%;
}
.message .message__container .message__items p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
.message .message__container .message__items .message__item1 {
  margin-right: 5%;
  width: 28%;
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.message .message__container .message__items .message__item2 {
  width: 70%;
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.message .message__container .message__items .message__item2 .signature {
  margin: 0 auto;
  margin-top: 20px;
  float: right;
  display: block;
}
.message .message__container .message__items .message__item2 .signature h2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.56;
  font-weight: 600;
  text-align: left;
}

/*
==========================================
/company/message page PC
==========================================
*/
.philosophy {
  margin: 0 auto;
  margin-bottom: 120px;
  width: 100%;
}
.philosophy .philosophy__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.philosophy .philosophy__container h3 {
  font-size: 32px;
  font-weight: 600;
}
.philosophy .philosophy__container h3.for__chart {
  font-size: 16px;
}
.philosophy .philosophy__container h3.fw__normal {
  font-weight: normal;
}
.philosophy .philosophy__container p {
  font-size: 16px;
  line-height: 1.7;
}
.philosophy .philosophy__container .philosophy__item1 {
  margin: 0 auto;
}
.philosophy .philosophy__container .philosophy__item1 .heading__text h2 {
  font-weight: normal;
}
.philosophy .philosophy__container .philosophy__item2 {
  margin: 0 auto;
}
.philosophy .philosophy__container .philosophy__item2 .heading__text h2 {
  font-weight: normal;
}
.philosophy .philosophy__container .philosophy__item3 {
  margin: 0 auto;
}
.philosophy .philosophy__container .philosophy__item3 .heading__text h2 {
  font-weight: normal;
}

/*
==========================================
/company/history/ Page PC
==========================================
*/
.history {
  margin: 0 auto;
  width: 100%;
}
.history .history__container {
  margin: 0 auto;
  margin-bottom: 120px;
  width: 1000px;
  display: block;
}
.history .history__container table {
  border-collapse: collapse;
  width: 100%;
}
.history .history__container td,
.history .history__container th {
  border: 1px solid #1B3CA6;
  text-align: left;
  padding: 8px;
}
.history .history__container td:nth-child(1), .history .history__container td:nth-child(2),
.history .history__container th:nth-child(1),
.history .history__container th:nth-child(2) {
  padding: 10px 0;
  background-color: #1B3CA6;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
}
.history .history__container td:nth-child(1),
.history .history__container th:nth-child(1) {
  padding: 10px 15px;
  border-right: 1px solid #5277c2;
  border-bottom: 1px solid #5277c2;
}
.history .history__container td:nth-child(2),
.history .history__container th:nth-child(2) {
  padding: 10px 10px;
  border-bottom: 1px solid #5277c2;
}
.history .history__container td:nth-child(3),
.history .history__container th:nth-child(3) {
  padding-left: 50px;
  font-size: 16px;
  line-height: 1.56;
  border-bottom: 1px solid #1B3CA6;
}

/*
==========================================
/company/chart page PC
==========================================
*/
.chart {
  margin: 0 auto;
  width: 100%;
}
.chart .chart__container {
  margin: 0 auto;
  width: 1000px;
}
.chart .chart__container img {
  width: 100%;
}

/*
==========================================
/company/access page PC
==========================================
*/
.map {
  margin: 0 auto;
  width: 100%;
}
.map .map__container {
  margin: 0 auto;
  width: 1000px;
}
.map .map__container .iframe__container {
  margin: 0 auto;
  width: 100%;
  display: block;
  letter-spacing: 0;
  font-size: 0;
  text-align: center;
}
.map .map__container .iframe__container .place__card {
  width: 45%;
  display: inline-block;
  overflow: hidden;
  height: 450px;
  height: 215px;
  margin-bottom: 20px;
}
.map .map__container .iframe__container .place__card.marg__5 {
  margin-left: 5%;
}
.map .map__container iframe {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 45%;
}
.map .map__container iframe.marg {
  margin-left: 5%;
}
.map .map__container .map__content {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 95%;
  text-align: left;
}
.map .map__container .map__content p {
  font-size: 16px;
  line-height: 1.56;
  text-align: left;
}
.map .map__container .map__content p.first__content {
  margin-bottom: 10px;
  font-weight: 500;
}
.map .map__container .map__content .map__content__1 {
  margin: 0 auto;
  margin-right: 60px;
  width: 46%;
  display: inline-block;
  position: relative;
}
.map .map__container .map__content .map__content__1 .map__icon {
  position: absolute;
  top: 0;
  right: 50px;
}
.map .map__container .map__content .map__content__1 .map__icon img {
  width: 100px;
}
.map .map__container .map__content .map__content__2 {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  position: relative;
}
.map .map__container .map__content .map__content__2 .map__icon {
  position: absolute;
  top: 0;
  right: -105px;
}
.map .map__container .map__content .map__content__2 .map__icon img {
  width: 100px;
}

/*
==========================================
==========================================
/news page PC
==========================================
==========================================
*/
.news {
  margin: 0 auto;
  width: 100%;
}
.news .news__container {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  width: 1000px;
  border-top: 1px solid #1546d2;
  border-bottom: 1px solid #1546d2;
  /* Style the tab content */
  /* Fade in tabs */
}
.news .news__container:last-child {
  border-top: none;
  border-bottom: none;
}
.news .news__container .tabcontent {
  display: none;
  padding: 6px 12px;
  animation: fadeEffect 0.5s;
  animation-timing-function: cubic-bezier(0.8, -0.49, 0.36, 1);
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news .news__container .news__tab__content {
  margin: 0 auto;
  width: 1000px;
}
.news .news__container .news__tab__content.current {
  display: block;
}
.news .news__container .news__content {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #1546d2;
  /*            &:last-child {
      border-bottom: none;
  }*/
}
.news .news__container .news__content p {
  font-size: 12px;
  line-height: 2;
  font-family: Arial;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #929292;
}
.news .news__container .news__content p.news__title__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  color: #000;
}
.news .news__container .news__content p.news {
  font-weight: normal;
  letter-spacing: 0;
}
.news .news__container .news__content .news__label {
  margin-right: 20px;
  width: 4%;
  display: inline-block;
}
.news .news__container .news__content .news__label p {
  background-color: #1B3CA6;
  padding: 3px 2px;
  text-align: center;
  color: #fff;
}
.news .news__container .news__content .news__date {
  margin-right: 20px;
  width: auto;
  display: inline-block;
}
.news .news__container .news__content .news__text {
  width: auto;
  display: inline-block;
}
.news .pagination {
  margin: 0 auto;
  margin-top: 40px;
  width: 1000px;
  text-align: center;
  border-bottom: none;
}
.news .pagination ul {
  list-style: none;
  overflow: hidden;
  vertical-align: middle;
}
.news .pagination ul li {
  width: auto;
  display: inline-block;
  display: inline-block;
  background-color: #1B3CA6;
  border: 1px solid #1B3CA6;
  border-radius: 82px;
  color: #fff;
  transition: all 0.3s linear;
}
.news .pagination ul li.current {
  background-color: #fff;
}
.news .pagination ul li.current a {
  color: #1B3CA6;
}
.news .pagination ul li a {
  padding: 10px 15px;
  width: auto;
  color: #fff;
  display: block;
  transition: all 0.3s linear;
}
.news .pagination ul li:hover {
  background-color: #fff;
}
.news .pagination ul li:hover a {
  color: #1B3CA6;
}

/*
==========================================
==========================================
/contact page PC
==========================================
==========================================
*/
.contact {
  margin: 0 auto;
  width: 100%;
}
.contact .contact__container {
  margin: 60px auto 100px;
  width: 800px;
  display: block;
}
.contact .contact__container p {
  font-size: 16px;
  line-height: 1.56;
}
.contact .contact__container p span {
  color: #ff3e3e;
}
.contact .contact__container .heading {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.contact .contact__container .form {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}
.contact .contact__container .form .form__item {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100%;
  font-size: 0;
  letter-spacing: 0;
}
.contact .contact__container .form .form__item .form__label {
  margin-right: 20px;
  width: 15%;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  /* u-required */
}
.contact .contact__container .form .form__item .form__label.textarea {
  margin-top: 7px;
  vertical-align: top;
}
.contact .contact__container .form .form__item .form__label .u-required {
  margin-left: 0;
  display: inline-block;
  padding: 3px 0 7px;
  color: #ff3e3e;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.contact .contact__container .form .form__item .form__input {
  width: 82.3%;
  width: 81.4%;
  width: 80%;
  font-size: 12px;
  display: inline-block;
}
.contact .contact__container .form .form__item .form__input.select__option {
  width: 82.5%;
  -webkit-appearance: none;
  appearance: none;
}
.contact .contact__container .form .form__item .form__input.textarea {
  width: 81%;
}
.contact .contact__container .form .form__item .form__input input {
  width: 100%;
  height: 25px;
  padding: 4px 10px;
}
.contact .contact__container .form .form__item .form__input select {
  padding: 0 10px;
  width: 100%;
  height: 30px;
  border: none;
  background-color: #f1f1f1;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
}
.contact .contact__container .form .form__item .form__input textarea {
  padding: 10px 10px 0;
  width: 98.8%;
  box-shadow: none;
  resize: none;
}
.contact .contact__container .form .form__item .form__input input[type=text],
.contact .contact__container .form .form__item .form__input textarea {
  border-style: inset;
  border-width: 1px;
  border: none;
  background-color: #f1f1f1;
}
.contact .contact__container .form .form__item .form__input .help-block {
  margin: 5px auto;
  width: 100%;
  color: #ff6666;
  float: right;
  transition: all 0.3s linear;
}
.contact .contact__container .form .buttons {
  margin: 0 auto;
  margin-top: 50px;
  margin-right: 10.5%;
  width: 100%;
  /* display: block; */
  text-align: center;
}
.contact .contact__container .form .buttons .send {
  width: auto;
  display: inline-block;
}
.contact .contact__container .form .buttons .send input[type=submit] {
  padding: 10px 0;
  width: 194px;
  background-color: #052989;
  border: 1px solid #052989;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.contact .contact__container .form .buttons .send input[type=submit]:hover {
  background-color: #fff;
  color: #052989;
}
.contact .contact__container .form .buttons .cancel {
  margin-left: 2%;
  width: auto;
  display: inline-block;
}
.contact .contact__container .form .buttons .cancel input[type=reset] {
  padding: 10px 0;
  width: 194px;
  background-color: #052989;
  border: 1px solid #052989;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.contact .contact__container .form .buttons .cancel input[type=reset]:hover {
  background-color: #fff;
  border: 1px solid #052989;
  color: #052989;
}

/*
==========================================
contact/thank you page
==========================================
*/
.thankyou__page {
  margin: 0 auto;
  width: 100%;
}
.thankyou__page .thankyou__page__container {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 1000px;
  display: block;
}
.thankyou__page .thankyou__page__container .title {
  margin: 0 auto 70px;
  width: auto;
  text-align: center;
}
.thankyou__page .thankyou__page__container .title h1 {
  margin: 0 auto 30px;
  width: auto;
  font-size: 27px;
  text-align: center;
}
.thankyou__page .thankyou__page__container .title p {
  font-size: 16px;
  text-align: center;
  line-height: 1.56;
}
.thankyou__page .thankyou__page__container .back__to__top {
  margin: 0 auto;
  margin-top: 30px;
  width: 177px;
  background-color: #3469d3;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
  border: 1px solid #3469d3;
  opacity: 1;
}
.thankyou__page .thankyou__page__container .back__to__top:hover {
  background-color: #fff;
}
.thankyou__page .thankyou__page__container .back__to__top:hover a {
  color: #3469d3;
}
.thankyou__page .thankyou__page__container .back__to__top a {
  padding: 13px 0;
  transition: all 0.2s linear;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
}
.thankyou__page .thankyou__page__contact__container {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 1000px;
  display: block;
}
.thankyou__page .thankyou__page__contact__container__box {
  border: 1px solid #3469D3;
  padding: 30px 80px 40px;
  margin-bottom: 40px;
}
.thankyou__page .thankyou__page__contact__container__title {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  color: #062668;
  font-weight: bold;
  margin-bottom: 20px;
}
.thankyou__page .thankyou__page__contact__container__text {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}
.thankyou__page .thankyou__page__contact__container__contactMailLinkBtn {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  max-width: 500px;
  background-color: #3469d3;
  color: #fff;
  transition: all 0.3s linear;
  border: 1px solid #3469d3;
  opacity: 1;
  padding: 20px 0;
  position: relative;
}
.thankyou__page .thankyou__page__contact__container__contactMailLinkBtn.plating {
  padding: 10px 0;
}
.thankyou__page .thankyou__page__contact__container__contactMailLinkBtn:hover {
  background-color: #fff;
  color: #3469d3;
}
.thankyou__page .thankyou__page__contact__container__contactMailLinkBtn:before {
  content: "";
  margin: 0 auto;
  width: 30px;
  height: 10px;
  position: absolute;
  top: 35%;
  right: 5%;
  background-position: center;
  border-right: 3px solid #fff;
  border-bottom: 2px solid #fff;
  transform: skew(40deg, 0deg);
}
.thankyou__page .thankyou__page__contact__container__contactMailLinkBtn:before:hover {
  border-color: #3469d3;
}
.thankyou__page .thankyou__page__contact__container__contactMailLinkBtn__text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.thankyou__page .thankyou__page__contact__container__contactMailLinkBtn__text.plating {
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 100px;
  line-height: 1.6;
}
.thankyou__page .thankyou__page__contact__container__contactMailLinkBtn__text.plating br.inline {
  display: none;
}

/*
==========================================
==========================================
business (PARENT PAGE)
==========================================
==========================================
*/
.business {
  margin: 0 auto;
  width: 100%;
}
.business .business__container {
  margin: 0 auto;
  margin-top: 0;
  width: 1000px;
}
.business .business__container .text__heading {
  margin: 0 auto;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.business .business__container .text__heading h2 {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.business .business__container .text__heading p {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #1649b1;
  font-weight: 600;
}
.business .business__container p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.business .business__container img {
  width: 500px;
  height: 350px;
}
.business .business__container .business__btn1 {
  margin-top: 30px;
  width: 177px;
  background-color: #3469d3;
  color: #fff;
  text-align: left;
  transition: all 0.3s linear;
  border: 1px solid #3469d3;
  opacity: 1;
}
.business .business__container .business__btn1:hover {
  background-color: #fff;
}
.business .business__container .business__btn1:hover a {
  color: #3469d3;
}
.business .business__container .business__btn1:hover a span.arrow-right:before, .business .business__container .business__btn1:hover a span.arrow-right__2:before {
  background-color: #3469d3;
}
.business .business__container .business__btn1:hover a span.arrow-right:after, .business .business__container .business__btn1:hover a span.arrow-right__2:after {
  background-color: #3469d3;
}
.business .business__container .business__btn1 a {
  padding: 13px 0;
  margin-left: 15px;
  transition: all 0.2s linear;
  display: block;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
}
.business .business__container .business__btn1 a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.business .business__container .business__btn1 a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 27%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 128px;
  background: #fff;
  z-index: -1;
}
.business .business__container .business__btn1 a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 138px;
  background: #fff;
  z-index: -1;
}
.business .business__container .business__flex__container {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-end;
  align-items: flex-end;
}
.business .business__container .business__flex__container:last-child {
  margin-bottom: 100px;
}
.business .business__container .business__flex__container .business__flex__1 {
  margin-top: 7%;
  margin-right: 5%;
  order: 1;
  flex: 1 1 auto;
  align-self: flex-end;
}
.business .business__container .business__flex__container .business__flex__2 {
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.business .business__container .business__flex__container .business__flex__3 {
  margin-right: 5%;
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.business .business__container .business__flex__container .business__flex__4 {
  margin-top: 7%;
  order: 2;
  flex: 1 1 auto;
  align-self: flex-end;
}

/*
==========================================
/business/board. PC
==========================================
*/
.board {
  margin: 0 auto;
  width: 100%;
}
.board .board__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.board .board__container:last-child {
  margin-bottom: 100px;
}
.board .board__container .heading {
  margin: 30px auto 80px;
  width: 100%;
  display: block;
  text-align: center;
}
.board .board__container .heading h2 {
  margin-bottom: 10px;
  color: #1649b1;
  font-size: 22px;
  letter-spacing: 0.105em;
  text-align: center;
}
.board .board__container .heading p {
  font-size: 16px;
  letter-spacing: 0.04em;
}
.board .board__container .text__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.board .board__container .text__heading h2 {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.board .board__container .text__heading h2.text__centered {
  display: block;
  text-align: center;
}
.board .board__container p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.board .board__container .board__item__container {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.board .board__container .board__item__container .board__item__1 {
  margin-right: 2%;
  width: 58%;
  display: inline-block;
  vertical-align: top;
}
.board .board__container .board__item__container .board__item__1 .text__content {
  margin-bottom: 30px;
}
.board .board__container .board__item__container .board__item__1 .text__content h2 {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.board .board__container .board__item__container .board__item__1 .text__content p {
  line-height: 1.56;
}
.board .board__container .board__item__container .board__item__2 {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.board .board__container .board__item__container .board__item__2 img {
  width: 100%;
}
.board .board__container .board__btn {
  margin: 0 auto;
  margin-top: 40px;
  width: 175px;
  background-color: #3469d3;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  border: 1px solid #3469d3;
  opacity: 1;
}
.board .board__container .board__btn:hover {
  background-color: transparent;
}
.board .board__container .board__btn:hover a {
  color: #3469d3;
}
.board .board__container .board__btn:hover a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.board .board__container .board__btn:hover a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 15%;
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 110px;
  background: #3469d3;
  z-index: -1;
}
.board .board__container .board__btn:hover a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 8%;
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 117px;
  background: #3469d3;
  z-index: -1;
}
.board .board__container .board__btn a {
  padding: 10px 0;
  transition: all 0.1s linear;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
}
.board .board__container .board__btn a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.board .board__container .board__btn a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 15%;
  height: 1px;
  position: absolute;
  bottom: 8px;
  left: 110px;
  background: #fff;
  z-index: -1;
}
.board .board__container .board__btn a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 8%;
  height: 1px;
  position: absolute;
  bottom: 11px;
  left: 117px;
  background: #fff;
  z-index: -1;
}
.board .board__container .board__btn1 {
  margin-top: 0;
  width: 177px;
  background-color: #3469d3;
  color: #fff;
  text-align: left;
  transition: all 0.3s linear;
  border: 1px solid #3469d3;
  opacity: 1;
}
.board .board__container .board__btn1:hover {
  background-color: #fff;
}
.board .board__container .board__btn1:hover a {
  color: #3469d3;
}
.board .board__container .board__btn1:hover a span.arrow-right:before, .board .board__container .board__btn1:hover a span.arrow-right__2:before {
  background-color: #3469d3;
}
.board .board__container .board__btn1:hover a span.arrow-right:after, .board .board__container .board__btn1:hover a span.arrow-right__2:after {
  background-color: #3469d3;
}
.board .board__container .board__btn1 a {
  padding: 13px 0;
  margin-left: 15px;
  transition: all 0.2s linear;
  display: block;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #fff;
}
.board .board__container .board__btn1 a span.arrow-right {
  position: relative;
  font-weight: 500;
  z-index: 1;
}
.board .board__container .board__btn1 a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 27%;
  height: 1px;
  position: absolute;
  bottom: 7px;
  left: 128px;
  background: #fff;
  z-index: -1;
}
.board .board__container .board__btn1 a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 138px;
  background: #fff;
  z-index: -1;
}

.board__informations {
  margin: 100px auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 323px;
  background-color: #99b4e8;
}
.board__informations .board__informations__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: center;
  transition: all 0.3s linear;
  font-size: 0;
}
.board__informations .board__informations__container .information__items {
  margin: 60px auto 0;
  width: auto;
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.board__informations .board__informations__container .information__items a {
  padding: 30px;
  width: 264px;
  height: 153px;
  display: block;
}
.board__informations .board__informations__container .information__items:hover .info__item__container {
  background-color: white;
}
.board__informations .board__informations__container .information__items.product__information {
  background-image: url(../img/child_page/business/plating/prodduct.png);
}
.board__informations .board__informations__container .information__items.major__equipment {
  margin: 60px 1%;
  background-image: url(../img/child_page/business/plating/equipment.png);
}
.board__informations .board__informations__container .information__items.quality {
  background-image: url(../img/child_page/business/plating/quality.png);
}
.board__informations .board__informations__container .information__items.board {
  margin: 0 1.4%;
  background-image: url(../img/child_page/business/board/kv__2.jpg);
  vertical-align: bottom;
}
.board__informations .board__informations__container .information__items.approach {
  background-image: url(../img/child_page/business/board/kv__3.jpg);
}
.board__informations .board__informations__container .information__items .info__item__container {
  padding: 0 20px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: all 0.3s linear;
  margin-top: 20%;
}
.board__informations .board__informations__container .information__items .info__item__container h2 {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.board__informations .board__informations__container .information__items .info__item__container p {
  font-size: 14px;
  letter-spacing: 0;
  color: #3469d3;
}

/*
==========================================
/board/technology PC
==========================================
*/
.board__technology {
  margin: 0 auto;
  margin-top: 85px;
  width: 100%;
}
.board__technology .board__technology__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.board__technology .board__technology__container .text__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.board__technology .board__technology__container .text__heading h2 {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.board__technology .board__technology__container .text__heading h2.text__centered {
  display: block;
  text-align: center;
}
.board__technology .board__technology__container p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.56;
  line-height: 1.56;
}
.board__technology .board__technology__container p.margin__top__10 {
  margin-top: 10px;
}
.board__technology .board__technology__container p.margin__bottom__40 {
  margin-bottom: 40px;
}
.board__technology .board__technology__container p.margin__bottom__30 {
  margin-bottom: 30px;
}
.board__technology .board__technology__container p.margin__bottom__5 {
  margin-bottom: 5px;
}
.board__technology .board__technology__container p.font__weight {
  font-weight: 600;
}
.board__technology .board__technology__container .slider__container {
  margin: 0 auto;
  margin-top: 30px;
  width: auto;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.board__technology .board__technology__container .slider__container .fourth__content {
  margin-top: 10px;
  width: 570px;
}
.board__technology .board__technology__container .slider__container .sixth__content {
  width: 570px;
  display: inline-block;
}
.board__technology .board__technology__container .board__technology__item {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 100%;
  display: block;
}

/*
==========================================
/business/plating/product/ PAGE PC
==========================================
*/
.business__plating__child__menu {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.business__plating__child__menu.with__margin__bottom {
  margin-bottom: 50px;
}
.business__plating__child__menu ul {
  list-style: none;
  overflow: hidden;
  vertical-align: middle;
}
.business__plating__child__menu ul li {
  margin-right: 0;
  width: 32.2%;
  list-style: none;
  display: inline-block;
  border: 2px solid #1B3CA6;
  transition: all 0.3s linear;
}
.business__plating__child__menu ul li:hover {
  background-color: #1B3CA6;
}
.business__plating__child__menu ul li:hover a {
  color: #fff;
}
.business__plating__child__menu ul li.active {
  background-color: #1B3CA6;
}
.business__plating__child__menu ul li.active a {
  color: #fff;
}
.business__plating__child__menu ul li.middle__li {
  margin: 0 1%;
}
.business__plating__child__menu ul li a {
  padding: 15px 0;
  display: block;
  width: auto;
  letter-spacing: 0.05em;
  font-size: 17px;
  color: #000;
  opacity: 1;
  transition: all 0.2s linear;
  position: relative;
}
.business__plating__child__menu ul li a span.underline {
  position: relative;
  z-index: 3;
}
.business__plating__child__menu ul li a span.underline:before {
  content: "";
  margin: 0 auto;
  width: 110%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: -4px;
  background: #fff;
  z-index: -1;
}
.business__plating__child__menu ul li a span.underline:after {
  content: "";
  margin: 0 auto;
}

.product {
  margin: 0 auto;
  width: 100%;
}
.product .product__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.product .product__container .heading {
  margin: 50px auto 80px;
  width: 100%;
  text-align: center;
}
.product .product__container .heading h2 {
  font-size: 22px;
  letter-spacing: 0.105em;
  text-align: center;
}
.product .product__container h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.product .product__container .product__table {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 100%;
}
.product .product__container .product__table h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.product .product__container .product__table table {
  margin: 30px auto;
  width: 100%;
  text-align: left;
}
.product .product__container .product__table table tr {
  border: 1px solid #062668;
}
.product .product__container .product__table table th,
.product .product__container .product__table table td {
  padding: 10px 25px;
  text-align: right;
}
.product .product__container .product__table table th p {
  font-size: 16px;
}
.product .product__container .product__table table th p.with__marg__b {
  margin-bottom: 10px;
}
.product .product__container .product__table table th.first__th {
  width: 34%;
  background-color: #1B3CA6;
  border-bottom: 1px solid #5277c2;
  color: #fff;
  letter-spacing: 0.1em;
}
.product .product__container .product__table table th.first__th:last-child {
  border-bottom: 1px solid #1B3CA6;
}
.product .product__container .product__table table th.second__th {
  font-weight: 400;
  width: 70%;
  text-align: left;
  letter-spacing: 0.05em;
}

/*
==========================================
/business/plating/equipment/ PAGE PC
==========================================
*/
.equipment {
  margin: 0 auto;
  width: 100%;
}
.equipment .equipment__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.equipment .equipment__container .text__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.equipment .equipment__container .text__heading h2 {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.equipment .equipment__container .equipment__table {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 100%;
}
.equipment .equipment__container .equipment__table h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.equipment .equipment__container .equipment__table table {
  margin: 30px auto;
  width: 100%;
  text-align: center;
}
.equipment .equipment__container .equipment__table table tr {
  border: 1px solid #062668;
}
.equipment .equipment__container .equipment__table table th,
.equipment .equipment__container .equipment__table table td {
  padding: 10px 20px;
  text-align: left;
}
.equipment .equipment__container .equipment__table table td {
  font-size: 16px;
  line-height: 1.44;
  border-right: 1px solid #062668;
}
.equipment .equipment__container .equipment__table table td:last-child {
  border-right: none;
}
.equipment .equipment__container .equipment__table table th {
  border-right: 1px solid #062668;
}
.equipment .equipment__container .equipment__table table th.no__border__bottom {
  border-bottom: none;
}
.equipment .equipment__container .equipment__table table th:last-child {
  border-right: none;
}
.equipment .equipment__container .equipment__table table th.title {
  background-color: #1B3CA6;
  border-right: 1px solid #5277c2;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.equipment .equipment__container .equipment__table table th.title:last-child {
  border-right: 1px solid #1B3CA6;
}
.equipment .equipment__container .equipment__table table th p {
  font-size: 16px;
}
.equipment .equipment__container .equipment__table table th p.with__marg__b {
  margin-bottom: 10px;
}
.equipment .equipment__container .equipment__table table th p.with__border__bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #062668;
}
.equipment .equipment__container .equipment__table table th.first__th {
  width: 27%;
  background-color: #1B3CA6;
  border-bottom: 1px solid #5277c2;
  color: #fff;
  letter-spacing: 0.1em;
}
.equipment .equipment__container .equipment__table table th.first__th:last-child {
  border-bottom: 1px solid #1B3CA6;
}
.equipment .equipment__container .equipment__table table th.second__th {
  font-weight: 400;
  width: 70%;
  text-align: left;
  letter-spacing: 0.05em;
}
.equipment .equipment__container .equipment__table2 {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 100%;
}
.equipment .equipment__container .equipment__table2 h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.equipment .equipment__container .equipment__table2 table {
  margin: 30px auto;
  width: 100%;
  text-align: center;
}
.equipment .equipment__container .equipment__table2 table tr {
  border: 1px solid #062668;
}
.equipment .equipment__container .equipment__table2 table th,
.equipment .equipment__container .equipment__table2 table td {
  padding: 10px 0;
  text-align: left;
}
.equipment .equipment__container .equipment__table2 table th {
  padding: 10px 20px;
  border-right: 1px solid #062668;
}
.equipment .equipment__container .equipment__table2 table th:last-child {
  border-right: none;
}
.equipment .equipment__container .equipment__table2 table th p {
  font-size: 16px;
}
.equipment .equipment__container .equipment__table2 table th p.with__marg__b {
  margin-bottom: 10px;
}
.equipment .equipment__container .equipment__table2 table th p.with__border__bottom {
  padding-bottom: 10px;
  border-bottom: 1px solid #062668;
}
.equipment .equipment__container .equipment__table2 table th.first__th {
  width: 20%;
  background-color: #1B3CA6;
  border-bottom: 1px solid #5277c2;
  color: #fff;
  letter-spacing: 0.1em;
}
.equipment .equipment__container .equipment__table2 table th.first__th:last-child {
  border-bottom: 1px solid #1B3CA6;
}
.equipment .equipment__container .equipment__table2 table th.second__th {
  font-weight: 400;
  width: 70%;
  text-align: left;
  letter-spacing: 0.05em;
}
.equipment .equipment__container .item__container {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 100%;
}
.equipment .equipment__container .item__container .slider__content {
  margin: 0 auto;
  width: 100%;
}
.equipment .equipment__container .item__container .slider__content img {
  margin-bottom: 10px;
  width: 100%;
}

/*
==========================================
/business/plating/approach/ PC
==========================================
*/
.plating__approach {
  margin: 0 auto;
  width: 100%;
}
.plating__approach .plating__approach__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.plating__approach .plating__approach__container .heading {
  margin: 90px auto 100px;
  width: 100%;
  display: block;
  text-align: center;
}
.plating__approach .plating__approach__container .heading h2 {
  margin-bottom: 10px;
  color: #1649b1;
  font-size: 22px;
  letter-spacing: 0.105em;
  text-align: center;
}
.plating__approach .plating__approach__container .heading p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.plating__approach .plating__approach__container .plating__products {
  margin: 0 auto 60px;
  width: 100%;
  display: block;
}
.plating__approach .plating__approach__container .plating__products:last-child {
  margin-bottom: 100px;
}
.plating__approach .plating__approach__container .plating__products .text__heading {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.plating__approach .plating__approach__container .plating__products .text__heading h2 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.plating__approach .plating__approach__container .plating__products h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.plating__approach .plating__approach__container .plating__products p {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.plating__approach .plating__approach__container .plating__products p.subtext {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
}
.plating__approach .plating__approach__container .plating__products .qr__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__1 {
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__1.custom__width {
  width: 50%;
}
.plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__2 {
  margin-left: 5%;
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__2 img {
  width: 300px;
}
.plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__2 img.custom__img {
  margin-right: 3%;
  width: 100px;
  height: 191px;
}
.plating__approach .plating__approach__container .approach__flex__container {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.plating__approach .plating__approach__container .approach__flex__container .text__content {
  margin-bottom: 30px;
}
.plating__approach .plating__approach__container .approach__flex__container .text__content h2 {
  margin-bottom: 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.plating__approach .plating__approach__container .approach__flex__container .text__content p {
  font-size: 16px;
  line-height: 1.44;
}
.plating__approach .plating__approach__container .approach__flex__container img {
  width: 100%;
}
.plating__approach .plating__approach__container .approach__flex__container .flex__item__1 {
  width: 50%;
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.plating__approach .plating__approach__container .approach__flex__container .flex__item__2 {
  margin-left: 5%;
  width: 45%;
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.plating__approach .plating__approach__container .measuring__instrument {
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 150px;
  width: 100%;
  text-align: center;
}
.plating__approach .plating__approach__container .measuring__instrument .measuring__items__container {
  margin-bottom: 60px;
}
.plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items {
  margin: 0 auto;
  width: 45%;
  display: inline-block;
}
.plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items img {
  width: 390px;
}
.plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items img.item__7 {
  width: 240px;
}
.plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items p {
  margin-top: 20px;
  font-size: 16px;
}
.plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items.margin__right {
  margin-right: 5%;
}
.plating__approach .plating__approach__container .approach__products {
  margin: 0 auto 60px;
  width: 100%;
  display: block;
}
.plating__approach .plating__approach__container .approach__products:last-child {
  margin-bottom: 100px;
}
.plating__approach .plating__approach__container .approach__products .text__heading {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.plating__approach .plating__approach__container .approach__products .text__heading h2 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.plating__approach .plating__approach__container .approach__products h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.plating__approach .plating__approach__container .approach__products p {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.plating__approach .plating__approach__container .approach__products p.subtext {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
}
.plating__approach .plating__approach__container .approach__products .qr__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.plating__approach .plating__approach__container .approach__products .qr__item__container .qr__item__1 {
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.plating__approach .plating__approach__container .approach__products .qr__item__container .qr__item__1.custom__width {
  width: 50%;
}
.plating__approach .plating__approach__container .approach__products .qr__item__container .qr__item__2 {
  margin-left: 5%;
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.plating__approach .plating__approach__container .approach__products .qr__item__container .qr__item__2 img {
  width: 300px;
}

/*
==========================================
/business/plating. PC
==========================================
*/
.plating {
  margin: 0 auto;
  width: 100%;
}
.plating .plating__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.plating .plating__container:last-child {
  margin-bottom: 100px;
}
.plating .plating__container .heading {
  margin: 30px auto 80px;
  width: 100%;
  display: block;
  text-align: center;
}
.plating .plating__container .heading h2 {
  margin-bottom: 10px;
  color: #1649b1;
  font-size: 22px;
  letter-spacing: 0.105em;
  text-align: center;
}
.plating .plating__container .heading p {
  font-size: 16px;
  letter-spacing: 0.04em;
}
.plating .plating__container .text__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
  text-align: center;
}
.plating .plating__container .text__heading h2 {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.plating .plating__container .text__heading h2.text__heading__contactUs {
  text-align: center;
}
.plating .plating__container p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.56;
}
.plating .plating__container .plating__item__container {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.plating .plating__container .plating__item__container .plating__item__1 {
  margin-right: 2%;
  width: 53%;
  display: inline-block;
  vertical-align: top;
}
.plating .plating__container .plating__item__container .plating__item__1 .text__content {
  margin-bottom: 30px;
}
.plating .plating__container .plating__item__container .plating__item__1 .text__content h2 {
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.plating .plating__container .plating__item__container .plating__item__1 .text__content p {
  line-height: 1.56;
}
.plating .plating__container .plating__item__container .plating__item__2 {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}
.plating .plating__container .plating__item__container .plating__item__2 img {
  width: 100%;
}
.plating .plating__container .plating__btn {
  margin: 0 auto;
  margin-top: 40px;
  width: 175px;
  background-color: #1649B1;
  color: #fff;
  text-align: center;
  transition: all 0.2s linear;
  border: 1px solid #1649B1;
  opacity: 1;
}
.plating .plating__container .plating__btn:hover {
  background-color: transparent;
}
.plating .plating__container .plating__btn:hover a {
  color: #3469d3;
}
.plating .plating__container .plating__btn:hover a span.arrow-right {
  position: relative;
  font-weight: 600;
  z-index: 1;
}
.plating .plating__container .plating__btn:hover a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 24%;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: 112px;
  background: #3469d3;
  z-index: -1;
}
.plating .plating__container .plating__btn:hover a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 128px;
  background: #3469d3;
  z-index: -1;
}
.plating .plating__container .plating__btn a {
  padding: 10px 0;
  transition: all 0.1s linear;
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #fff;
}
.plating .plating__container .plating__btn a span.arrow-right {
  position: relative;
  font-weight: 600;
  z-index: 1;
  padding-right: 20px;
}
.plating .plating__container .plating__btn a span.arrow-right:before {
  content: "";
  margin: 0 auto;
  width: 24%;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: 99px;
  background: #fff;
  z-index: -1;
  transition: all 0.2s linear;
}
.plating .plating__container .plating__btn a span.arrow-right:after {
  content: "";
  margin: 0 auto;
  transform: rotate(40deg);
  width: 12%;
  height: 2px;
  position: absolute;
  bottom: 10px;
  left: 116px;
  background: #fff;
  z-index: -1;
  transition: all 0.2s linear;
}

.plating__informations {
  margin: 100px auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 323px;
  background-color: #99b4e8;
}
.plating__informations .plating__informations__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: center;
  transition: all 0.3s linear;
  font-size: 0;
}
.plating__informations .plating__informations__container .information__items {
  margin: 60px auto 0;
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.plating__informations .plating__informations__container .information__items a {
  padding: 30px;
  width: 264px;
  height: 153px;
  display: block;
}
.plating__informations .plating__informations__container .information__items:hover .info__item__container {
  background-color: white;
}
.plating__informations .plating__informations__container .information__items.product__information {
  background-image: url(../img/child_page/business/plating/prodduct.png);
}
.plating__informations .plating__informations__container .information__items.major__equipment {
  margin: 60px 1.4%;
  background-image: url(../img/child_page/business/plating/equipment.png);
}
.plating__informations .plating__informations__container .information__items.quality {
  background-image: url(../img/child_page/business/plating/quality.png);
}
.plating__informations .plating__informations__container .information__items.board {
  margin: 0 1%;
  background-image: url(../img/child_page/business/board/kv__2.jpg);
  vertical-align: bottom;
}
.plating__informations .plating__informations__container .information__items.approach {
  background-image: url(../img/child_page/business/board/kv__3.jpg);
}
.plating__informations .plating__informations__container .information__items .info__item__container {
  padding: 0 20px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: all 0.3s linear;
  margin-top: 20%;
}
.plating__informations .plating__informations__container .information__items .info__item__container h2 {
  margin-top: 14px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.plating__informations .plating__informations__container .information__items .info__item__container p {
  font-size: 14px;
  letter-spacing: 0;
  color: #3469d3;
}

/*
==========================================
/business/board/product/ PAGE PC
==========================================
*/
.business__board__child__menu {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
.business__board__child__menu.with__margin__bottom {
  margin-bottom: 50px;
}
.business__board__child__menu ul {
  list-style: none;
  overflow: hidden;
  vertical-align: middle;
}
.business__board__child__menu ul li {
  width: 23.8%;
  list-style: none;
  display: inline-block;
  border: 2px solid #1B3CA6;
  transition: all 0.3s linear;
}
.business__board__child__menu ul li:hover {
  background-color: #1B3CA6;
}
.business__board__child__menu ul li:hover a {
  color: #fff;
}
.business__board__child__menu ul li.active {
  background-color: #1B3CA6;
}
.business__board__child__menu ul li.active a {
  color: #fff;
}
.business__board__child__menu ul li.li__margin {
  margin-right: 1%;
}
.business__board__child__menu ul li a {
  padding: 15px 0;
  display: block;
  width: auto;
  letter-spacing: 0.05em;
  font-size: 17px;
  color: #000;
  opacity: 1;
  transition: all 0.2s linear;
  position: relative;
}
.business__board__child__menu ul li a span.underline {
  position: relative;
  z-index: 3;
}
.business__board__child__menu ul li a span.underline:before {
  content: "";
  margin: 0 auto;
  width: 110%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: -4px;
  background: #fff;
  z-index: -1;
}
.business__board__child__menu ul li a span.underline:after {
  content: "";
  margin: 0 auto;
}

.board__product {
  margin: 0 auto;
  width: 100%;
}
.board__product .board__product__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.board__product .board__product__container .heading {
  margin: 50px auto 80px;
  width: 100%;
  text-align: center;
}
.board__product .board__product__container .heading h2 {
  font-size: 22px;
  letter-spacing: 0.105em;
  text-align: center;
}
.board__product .board__product__container h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.board__product .board__product__container .product__table {
  margin: 0 auto;
  margin-bottom: 100px;
  width: 100%;
}
.board__product .board__product__container .product__table h2 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.board__product .board__product__container .product__table table {
  margin: 30px auto;
  width: 100%;
  text-align: left;
}
.board__product .board__product__container .product__table table tr {
  border: 1px solid #062668;
}
.board__product .board__product__container .product__table table th,
.board__product .board__product__container .product__table table td {
  padding: 10px 25px;
  text-align: right;
}
.board__product .board__product__container .product__table table th p {
  font-size: 16px;
}
.board__product .board__product__container .product__table table th p.with__marg__b {
  margin-bottom: 10px;
}
.board__product .board__product__container .product__table table th.first__th {
  width: 34%;
  background-color: #1B3CA6;
  border-bottom: 1px solid #5277c2;
  color: #fff;
  letter-spacing: 0.1em;
}
.board__product .board__product__container .product__table table th.first__th:last-child {
  border-bottom: 1px solid #1B3CA6;
}
.board__product .board__product__container .product__table table th.second__th {
  font-weight: 400;
  width: 70%;
  text-align: left;
  letter-spacing: 0.05em;
}

/*
==========================================
/business/board/approach/ PC
==========================================
*/
.board__approach {
  margin: 0 auto;
  width: 100%;
}
.board__approach .board__approach__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.board__approach .board__approach__container .heading {
  margin: 30px auto 100px;
  width: 100%;
  display: block;
  text-align: center;
}
.board__approach .board__approach__container .heading h2 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #1649b1;
}
.board__approach .board__approach__container .heading p {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.board__approach .board__approach__container .board__products {
  margin: 0 auto 60px;
  width: 100%;
  display: block;
}
.board__approach .board__approach__container .board__products:last-child {
  margin-bottom: 100px;
}
.board__approach .board__approach__container .board__products .text__heading {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.board__approach .board__approach__container .board__products .text__heading h2 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.board__approach .board__approach__container .board__products h2 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}
.board__approach .board__approach__container .board__products p {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 1.55;
}
.board__approach .board__approach__container .board__products p.subtext {
  margin-top: 10px;
  font-weight: 300;
  font-size: 16px;
}
.board__approach .board__approach__container .board__products .qr__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.board__approach .board__approach__container .board__products .qr__item__container .qr__item__1 {
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.board__approach .board__approach__container .board__products .qr__item__container .qr__item__1.custom__width {
  width: 50%;
}
.board__approach .board__approach__container .board__products .qr__item__container .qr__item__2 {
  margin-left: 5%;
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.board__approach .board__approach__container .board__products .qr__item__container .qr__item__2 img {
  width: 300px;
}
.board__approach .board__approach__container .board__products .qr__item__container .qr__item__2 img.custom__img {
  margin-right: 3%;
  width: 100px;
  height: 191px;
}

/*
==========================================
/business/board/division PC
==========================================
*/
.division {
  margin: 0 auto;
  width: 100%;
}
.division .division__container {
  margin: 0 auto;
  width: 1000px;
  display: block;
}
.division .division__container .division__items {
  margin: 0 auto 60px;
  width: 100%;
  display: block;
}
.division .division__container .division__items:last-child {
  margin-bottom: 100px;
}
.division .division__container .division__items .text__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.division .division__container .division__items .text__heading h2 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.division .division__container .division__items p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0.04em;
}
.division .division__container .division__items .division__item__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.division .division__container .division__items .division__item__container .division__item__1 {
  order: 1;
  flex: 1 1 auto;
  align-self: auto;
}
.division .division__container .division__items .division__item__container .division__item__2 {
  margin-left: 5%;
  order: 2;
  flex: 1 1 auto;
  align-self: auto;
}
.division .division__container .division__items .division__item__container .division__item__2 img {
  width: 400px;
}

/******************************
**
**
**
**
**
**
SP QUERY
**
**
**
**
**
**
*******************************/
@media screen and (max-width: 767px) {
  .kv__heading {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .kv__heading .kv__heading__container {
    display: block;
    width: 100%;
    z-index: 1;
  }
  .kv__heading .kv__heading__container .kv__heading__bg {
    padding: 50px 0;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
  }
  .kv__heading .kv__heading__container .kv__heading__bg.company__page {
    background-image: url(../img/child_page/company/kv/comapny__kv__pc.jpg);
  }
  .kv__heading .kv__heading__container .kv__heading__bg h2 {
    font-size: 32px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4em;
    color: #fff;
  }
  .kv__heading .kv__heading__container .kv__heading__bg p {
    font-family: "Muli", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.24em;
    color: #fff;
  }

  .nav__menu {
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #1B3CA6;
    border-bottom: 2px solid #1B3CA6;
  }
  .nav__menu .nav__menu__container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  .nav__menu .nav__menu__container ul {
    list-style: none;
    overflow: auto;
    vertical-align: middle;
  }
  .nav__menu .nav__menu__container ul li {
    width: 100%;
    list-style: none;
    display: block;
  }
  .nav__menu .nav__menu__container ul li a {
    padding: 20px 0;
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 17px;
    color: #000;
    cursor: pointer;
    opacity: 1;
    transition: all 0.4s linear;
  }
  .nav__menu .nav__menu__container ul li a:hover {
    background-color: #1B3CA6;
    color: #fff;
  }

  .breadcrumbs {
    margin: 25px auto 70px;
    width: 100%;
  }
  .breadcrumbs .breadcrumbs__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .breadcrumbs .breadcrumbs__container a {
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.05rem;
  }
  .breadcrumbs .breadcrumbs__container a.breadcrumbs__active {
    font-weight: 600;
    color: #000;
  }
  .breadcrumbs .breadcrumbs__container p {
    margin: 0 3px;
    display: inline-block;
    font-size: 16px;
  }
}
/*
==========================================
/outline page
==========================================
*/
@media screen and (max-width: 767px) {
  .outline {
    margin: 0 auto 100px;
    width: 100%;
  }
  .outline .outline__main__container {
    margin: 0 auto;
    width: 93%;
  }
  .outline .outline__main__container .outline__container {
    margin: 0 auto;
    width: auto;
    overflow-x: scroll;
  }
  .outline .outline__main__container .outline__container table {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .outline .outline__main__container .outline__container table tr {
    border: 1px solid #062668;
  }
  .outline .outline__main__container .outline__container table th,
.outline .outline__main__container .outline__container table td {
    padding: 15px 60px;
    text-align: center;
    display: block;
  }
  .outline .outline__main__container .outline__container table td .map__info__container {
    margin: 0 auto;
    width: auto;
    display: flex;
    flex-direction: row;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .mar__bot {
    margin-bottom: 2px;
    line-height: 1.8;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .map__icon {
    margin-right: auto;
    margin-left: 0;
    width: 86px;
    position: static;
  }
  .outline .outline__main__container .outline__container table td .map__info__container.marg__bot {
    margin-bottom: 23px;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .info__1 {
    margin-right: auto;
    margin-left: 0;
    display: inline-block;
    font-weight: 400;
    vertical-align: top;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .info__1.mr__16 {
    margin-right: 16px;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .info__1.mr__25 {
    margin-right: 25px;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .info__1 .info__1__text {
    line-height: 1.8;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .info__2 {
    margin-right: 30px;
    margin-left: 0;
    display: inline-block;
    font-weight: 400;
    vertical-align: top;
  }
  .outline .outline__main__container .outline__container table td.first__td {
    width: auto;
    font-size: 16px;
    background-color: #1B3CA6;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 15px;
  }
  .outline .outline__main__container .outline__container table td.second__td {
    font-weight: 400;
    width: inherit;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.8;
    padding: 15px;
  }
  .outline .outline__main__container .outline__container table td.second__td.textAlignLeft {
    text-align: left;
  }
  .outline .outline__main__container .outline__container table td.second__td.pd25 {
    padding: 25px;
  }
  .outline .outline__main__container .outline__container table td.second__td p {
    line-height: 1.8;
  }
  .outline .outline__main__container .outline__container table td .second__td__mgb {
    margin-bottom: 0;
  }

  .catch__section {
    margin: 0 auto;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  .catch__section.csr__catch {
    background-image: url(../img/child_page/csr/catch/catch.png);
  }
  .catch__section .catch__section__container {
    margin: 30px 0;
  }
  .catch__section .catch__section__container p {
    margin: 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    letter-spacing: 0.105em;
    line-height: 1.56;
  }

  .scroll__menu {
    margin: 25px auto 0;
    width: 100%;
  }
  .scroll__menu .scroll__menu__container {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  .scroll__menu .scroll__menu__container ul {
    list-style: none;
    overflow: auto;
    vertical-align: middle;
  }
  .scroll__menu .scroll__menu__container ul li {
    margin-right: 0;
    width: 100%;
    list-style: none;
    display: block;
  }
  .scroll__menu .scroll__menu__container ul li:last-child {
    margin-right: 0;
  }
  .scroll__menu .scroll__menu__container ul li:last-child a {
    border-bottom: 1px solid #1B3CA6;
  }
  .scroll__menu .scroll__menu__container ul li a {
    padding: 20px 0;
    padding-right: 10%;
    display: block;
    width: auto;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 17px;
    color: #000;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s linear;
    position: relative;
    border-width: 0;
    border-top: 1px solid #1B3CA6;
  }
  .scroll__menu .scroll__menu__container ul li a:after {
    content: " ";
    position: absolute;
    top: 28px;
    right: 17px;
    width: 25px;
    height: 16px;
    background: url(../img/child_page/csr/scroll__to/arrow__blue.png) no-repeat 0 0;
    background-size: 14px auto;
    transition: all 0.2s linear;
  }
  .scroll__menu .scroll__menu__container ul li a:hover {
    color: #fff;
  }
  .scroll__menu .scroll__menu__container ul li a:hover:after {
    content: " ";
    position: absolute;
    top: 28px;
    right: 17px;
    width: 25px;
    height: 16px;
    background: url(../img/child_page/csr/scroll__to/arrow__white.png) no-repeat 0 0;
    background-size: 14px auto;
  }
}
@media screen and (max-width: 620px) {
  .outline .outline__main__container .outline__container table td .map__info__container {
    flex-direction: column;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .map__icon {
    margin: 0;
    width: 86px;
    position: static;
    top: 110px;
  }
  .outline .outline__main__container .outline__container table td .map__info__container .info__2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*
==========================================
CSR conten, csr page
==========================================
*/
@media screen and (max-width: 767px) {
  .csr__content {
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
  }
  .csr__content .csr__content__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .csr__content .csr__content__container .csr__item {
    margin: 0 auto;
    margin-bottom: 53px;
    width: auto;
  }
  .csr__content .csr__content__container .csr__item:last-child {
    margin-bottom: 0;
  }
  .csr__content .csr__content__container .csr__item .item__1 {
    margin: 0 auto;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .csr__content .csr__content__container .csr__item .item__2 {
    margin: 0 auto;
    width: 100%;
    display: block;
    vertical-align: top;
    float: right;
  }
  .csr__content .csr__content__container .csr__item .item__2 .pdf1 {
    width: 188px;
    height: 269px;
    position: relative;
    right: 0;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .csr__content .csr__content__container .csr__item .item__2 .pdf {
    margin-top: 3%;
    margin-left: 3%;
    width: 140px;
    display: inline-block;
    vertical-align: bottom;
  }
  .csr__content .csr__content__container .csr__item .item__2 .certificate {
    margin-left: 3%;
    width: 190px;
    display: block;
  }
  .csr__content .csr__content__container .csr__item .title {
    margin: 0 auto 30px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .csr__content .csr__content__container .csr__item .title h2 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .csr__content .csr__content__container .csr__item p {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .csr__content .csr__content__container .csr__item .blue__txt__container {
    margin: 15px auto;
  }
  .csr__content .csr__content__container .csr__item .blue__txt__container p.blue__text {
    font-weight: 600;
    color: #1649b1;
  }

  .adobe__pdf {
    margin: 100px auto 100px;
    width: 100%;
  }
  .adobe__pdf .adobe__pdf__container {
    margin: 0 auto;
    padding: 20px 0;
    width: 93%;
    display: block;
    border: 1px solid #e8e8e8;
  }
  .adobe__pdf .adobe__pdf__container img {
    margin: 0 20px 10px;
    width: 156px;
    display: inline-block;
  }
  .adobe__pdf .adobe__pdf__container p {
    margin: 0 20px;
    display: block;
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}
/*
==========================================
company page
==========================================
*/
@media screen and (max-width: 767px) {
  .company {
    margin: 0 auto;
    width: 100%;
  }
  .company .company__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .company .company__container .text__heading {
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .company .company__container .text__heading h2 {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .company .company__container .text__heading p {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #1649b1;
    font-weight: 600;
  }
  .company .company__container p {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .company .company__container .click__for__details {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 35px;
    width: 175px;
    background-color: #3469d3;
    color: #fff;
    text-align: left;
    transition: all 0.3s linear;
    border: 1px solid #3469d3;
    opacity: 1;
  }
  .company .company__container .click__for__details:hover {
    background-color: #3469d3;
  }
  .company .company__container .click__for__details:hover a {
    color: #fff;
  }
  .company .company__container .click__for__details:hover a span.arrow-right:before, .company .company__container .click__for__details:hover a span.arrow-right__2:before {
    background-color: #fff;
  }
  .company .company__container .click__for__details:hover a span.arrow-right:after, .company .company__container .click__for__details:hover a span.arrow-right__2:after {
    background-color: #fff;
  }
  .company .company__container .click__for__details a {
    padding: 10px 0;
    margin-left: 15px;
    transition: all 0.2s linear;
    display: block;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .company .company__container .click__for__details a span.arrow-right {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .company .company__container .click__for__details a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 30%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 127px;
    background: #fff;
    z-index: -1;
  }
  .company .company__container .click__for__details a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 12%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 139px;
    background: #fff;
    z-index: -1;
  }
  .company .company__container .greeting__message {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 100%;
  }
  .company .company__container .flex {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .company .company__container .flex .img__btn {
    margin: 0 auto 40px;
    width: auto;
    text-align: center;
  }
  .company .company__container .flex .img__btn.margin__b__0 {
    margin-bottom: 0;
  }
  .company .company__container .flex .img__btn img {
    width: 177px;
  }
  .company .company__container .flex__item__1 {
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
    overflow: hidden;
  }
  .company .company__container .flex__item__1 img {
    margin-top: 20px;
    width: 100%;
  }
  .company .company__container .flex__item__2 {
    width: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
    overflow: hidden;
  }
  .company .company__container .flex__item__3 {
    width: 100%;
    height: 100%;
    margin-right: 0;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }
  .company .company__container .flex__item__4 {
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
  .company .company__container .flex__item__4 img {
    margin-top: 20px;
    width: 100%;
  }
  .company .company__container .flex__item__5 {
    margin-top: 20px;
    width: 100%;
    margin-right: 0;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
    overflow: hidden;
  }
  .company .company__container .flex__item__5 img {
    margin-top: 20px;
    width: 100%;
  }
  .company .company__container .flex__item__6 {
    width: 100%;
    height: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }

  .company__informations {
    margin: 60px auto 100px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .company__informations.company__page {
    height: 100%;
    background-image: url("../img/child_page/company/information__bg.jpg");
    background-position: center;
  }
  .company__informations.recruit__page {
    margin-top: 80px;
    height: 100%;
    background-image: url("../img/child_page/recruit/requirements/know__the__company.png");
  }
  .company__informations a {
    transition: all 0.3s linear;
    display: block;
  }
  .company__informations .company__informations__container {
    margin: 0 auto;
    padding: 60px 0;
    width: 93%;
    display: block;
    text-align: center;
    transition: all 0.3s linear;
  }
  .company__informations .company__informations__container .information__items {
    margin: 0 auto;
    display: block;
    vertical-align: top;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .company__informations .company__informations__container .information__items a {
    padding: 20px;
    width: auto;
    height: auto;
    display: block;
  }
  .company__informations .company__informations__container .information__items.message {
    background-image: url(../img/child_page/company/kv/comapny__kv__pc.jpg);
    margin-bottom: 40px;
  }
  .company__informations .company__informations__container .information__items.access {
    margin: 30px 0;
    background-image: url(../img/child_page/company/access__bg.png);
  }
  .company__informations .company__informations__container .information__items.calendar {
    background-image: url(../img/child_page/company/calendar__bg.png);
  }
  .company__informations .company__informations__container .information__items.recruit__about__us {
    margin-top: 0px;
    background-image: url(../img/child_page/recruit/know__the__company/about__us.png);
  }
  .company__informations .company__informations__container .information__items.recruit__business__info {
    margin: 3% 0;
    background-image: url(../img/child_page/recruit/know__the__company/business__info.png);
  }
  .company__informations .company__informations__container .information__items.recruit__csr {
    margin-top: 0px;
    background-image: url(../img/child_page/recruit/know__the__company/csr.png);
  }
  .company__informations .company__informations__container .information__items .info__item__container {
    padding: 0 20px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .company__informations .company__informations__container .information__items .info__item__container h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: block;
  }
  .company__informations .company__informations__container .information__items .info__item__container p {
    font-size: 14px;
    letter-spacing: 0;
    color: #3469d3;
    display: block;
  }
}
/*
==========================================
/recruit page PC
==========================================
*/
@media screen and (max-width: 767px) {
  .recruit {
    margin: 0 auto;
    width: 100%;
  }
  .recruit .recruit__container {
    margin: 0 auto;
    width: 93%;
  }
  .recruit .recruit__container .recruit__heading {
    margin: 0 auto;
    width: auto;
  }
  .recruit .recruit__container .recruit__heading h2 {
    color: #fff;
    font-size: 23px;
    letter-spacing: 0.105em;
    text-align: center;
  }
  .recruit .recruit__container .recruit__heading p {
    margin-top: 0;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .recruit .recruit__container .employee__items {
    margin: 0 auto;
    width: 100%;
    display: block;
    font-size: 0;
    letter-spacing: 0;
  }
  .recruit .recruit__container .employee__items .label {
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 40px;
    width: 275px;
    display: block;
    border-color: #3469d4;
    background-color: rgba(6, 38, 104, 0.9);
    text-align: center;
    position: relative;
    bottom: 0;
  }
  .recruit .recruit__container .employee__items .label p {
    padding: 15px 0 10px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.05em;
  }
  .recruit .recruit__container .employee__items .label h2 {
    padding: 0 0 15px;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .recruit .recruit__container .employee__items .employee__1 {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .recruit .recruit__container .employee__items .employee__2 {
    margin: 0 auto;
    margin: 0 0;
    width: 100%;
    display: block;
  }
  .recruit .recruit__container .employee__items .employee__3 {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .recruit .recruit__container .positions__fields {
    margin: 0 auto;
    width: 100%;
  }
  .recruit .recruit__container .positions__fields .positions__fields__container {
    margin: 0 auto;
    width: 93%;
  }
  .recruit .recruit__container .positions__fields .positions__fields__container p {
    margin-bottom: 0;
    font-size: 15px;
  }
  .recruit .recruit__container .positions__fields .positions__fields__container p.color__blue {
    margin-bottom: 10px;
    font-weight: 600;
    color: #3469d3;
  }
  .recruit .recruit__container .job__desc {
    margin: 0 auto;
    width: 100%;
  }
  .recruit .recruit__container .job__desc .job__desc__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .recruit .recruit__container .job__desc .job__desc__container .job__desc__items {
    margin: 0 auto;
    width: 100%;
    min-width: 295px;
    display: inline-block;
    text-align: left;
    overflow: hidden;
  }
  .recruit .recruit__container .job__desc .job__desc__container .job__desc__items p {
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 0.04em;
  }
  .recruit .recruit__container .job__desc .job__desc__container .job__desc__items p.title {
    margin-right: 15px;
    color: #3469d3;
    font-weight: 600;
  }
  .recruit .recruit__container .job__desc .job__desc__container .job__desc__items .job__desc__item__title {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
  }
  .recruit .recruit__container .job__desc .job__desc__container .job__desc__items .job__desc__item__content {
    margin: 0 auto;
    width: 70%;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (max-width: 393px) {
  .recruit .recruit__container .job__desc .job__desc__container .job__desc__items .job__desc__item__content {
    width: 56vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit .recruit__container .requirements {
    margin: 60px auto;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .recruit .recruit__container .requirements .requirements__container {
    margin: 0 auto;
    width: 93%;
    display: block;
    transition: all 0.3s linear;
  }
  .recruit .recruit__container .requirements .requirements__container .item__container {
    margin: 0 auto;
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info {
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info a {
    padding: 20px;
    width: auto;
    height: 200px;
    display: block;
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info.bg__1 {
    background-image: url(../img/child_page/recruit/requirements/fresh.jpg);
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info.bg__2 {
    background-image: url(../img/child_page/recruit/requirements/career.jpg);
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg {
    margin: 0 auto;
    padding: 30px 20px;
    width: 85%;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg .text__content {
    margin: 0 auto;
    margin-top: 10px;
    width: auto;
    text-align: center;
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg .text__content.career {
    margin-top: 10px;
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg .text__content h2 {
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 10px;
    width: auto;
    font-size: 19px;
    letter-spacing: 0.1em;
    color: #062668;
    font-weight: 600;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #062668;
  }
  .recruit .recruit__container .requirements .requirements__container .item__container .item__info .white__bg .text__content p {
    border-left: none;
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 1.86;
    vertical-align: middle;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .recruit__informations {
    margin: 60px auto 100px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .recruit__informations.recruit__page {
    margin-top: 80px;
    height: 100%;
    background-image: url("../img/child_page/recruit/requirements/know__the__company.png");
  }
  .recruit__informations a {
    display: block;
    transition: all 0.3s linear;
  }
  .recruit__informations a.middle {
    margin: 0 0;
  }
  .recruit__informations .recruit__informations__container {
    margin: 40px auto;
    width: 93%;
    display: block;
    text-align: center;
    transition: all 0.3s linear;
  }
  .recruit__informations .recruit__informations__container .information__items {
    margin: 0 auto;
    width: 100%;
    vertical-align: top;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .recruit__informations .recruit__informations__container .information__items a {
    padding: 30px;
    width: auto;
    height: auto;
    display: block;
  }
  .recruit__informations .recruit__informations__container .information__items.recruit__about__us {
    margin-top: 0px;
    background-image: url(../img/child_page/recruit/know__the__company/about__us.png);
  }
  .recruit__informations .recruit__informations__container .information__items.recruit__business__info {
    margin: 3% 0;
    background-image: url(../img/child_page/recruit/know__the__company/business__info.png);
  }
  .recruit__informations .recruit__informations__container .information__items.recruit__csr {
    margin-top: 0px;
    background-image: url(../img/child_page/csr/kv/csr.jpg);
  }
  .recruit__informations .recruit__informations__container .information__items .info__item__container {
    padding: 0 20px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  .recruit__informations .recruit__informations__container .information__items .info__item__container h2 {
    margin-top: 60px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .recruit__informations .recruit__informations__container .information__items .info__item__container p {
    font-size: 14px;
    letter-spacing: 0;
    color: #3469d3;
  }
}
/*
==========================================
/recruit/carrier Page SP
==========================================
*/
@media screen and (max-width: 767px) {
  .fresh {
    margin: 0 auto;
    width: 100%;
  }
  .fresh .fresh__container {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 93%;
    display: block;
  }
  .fresh .fresh__container .heading {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .fresh .fresh__container .heading h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .fresh .fresh__container .table__fresh {
    margin: 0 auto;
    width: 100%;
    overflow-x: scroll;
  }
  .fresh .fresh__container .table__fresh table {
    margin: 30px auto;
    width: 100%;
    min-width: 1000px;
    text-align: left;
  }
  .fresh .fresh__container .table__fresh table tr {
    border: 1px solid #062668;
  }
  .fresh .fresh__container .table__fresh table th,
.fresh .fresh__container .table__fresh table td {
    padding: 15px 25px;
    text-align: left;
  }
  .fresh .fresh__container .table__fresh table th p {
    font-size: 16px;
  }
  .fresh .fresh__container .table__fresh table th p.with__marg__b {
    margin-bottom: 20px;
  }
  .fresh .fresh__container .table__fresh table th.first__th {
    width: 32%;
    background-color: #1B3CA6;
    border-bottom: 1px solid #5277c2;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .fresh .fresh__container .table__fresh table th.first__th:last-child {
    border-bottom: 1px solid #1B3CA6;
  }
  .fresh .fresh__container .table__fresh table th.second__th {
    font-weight: 400;
    width: 70%;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
/*
==========================================
/recruit/interview
==========================================
*/
@media screen and (max-width: 767px) {
  .recruit__interview {
    margin: 0 auto;
    width: 100%;
  }
  .recruit__interview .recruit__interview__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container:last-child {
    margin-bottom: 100px;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container .text__heading {
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container .text__heading h2 {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1.33;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container img {
    margin-bottom: 20px;
    width: 100%;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__1 {
    margin-right: 0%;
    width: 100%;
    height: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__2 {
    width: 100%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__3 {
    width: 100%;
    height: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }
  .recruit__interview .recruit__interview__container .recruit__interview__item__container .recruit__interview__item__4 {
    width: 100%;
    margin-right: 0%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
}
/*
==========================================
/company/message/ page
==========================================
*/
@media screen and (max-width: 767px) {
  .message {
    margin: 0 auto;
    margin-bottom: 80px;
    width: 100%;
  }
  .message .message__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .message .message__container .message__items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .message .message__container .message__items img {
    width: 100%;
  }
  .message .message__container .message__items p {
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1.8;
  }
  .message .message__container .message__items .message__item1 {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }
  .message .message__container .message__items .message__item2 {
    width: 100%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
}
/*
==========================================
/company/message/ SP
==========================================
*/
@media screen and (max-width: 767px) {
  .philosophy {
    margin: 0 auto;
    margin-bottom: 120px;
    width: 100%;
  }
  .philosophy .philosophy__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .philosophy .philosophy__container h3 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
  }
  .philosophy .philosophy__container p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
  .philosophy .philosophy__container .philosophy__item1 {
    margin: 0 auto;
  }
  .philosophy .philosophy__container .philosophy__item1 .heading__text h2 {
    font-weight: 600;
    font-size: 26px;
  }
  .philosophy .philosophy__container .philosophy__item2 {
    margin: 0 auto;
  }
  .philosophy .philosophy__container .philosophy__item2 .heading__text h2 {
    font-weight: 600;
    font-size: 26px;
  }
  .philosophy .philosophy__container .philosophy__item2 p {
    margin-bottom: 6px;
    margin-left: 2em;
    text-indent: -2.1em;
  }
  .philosophy .philosophy__container .philosophy__item3 {
    margin: 0 auto;
  }
  .philosophy .philosophy__container .philosophy__item3 .heading__text h2 {
    font-weight: 600;
    font-size: 26px;
  }
}
/*
==========================================
/company/history/ Page SP
==========================================
*/
@media screen and (max-width: 767px) {
  .history {
    margin: 0 auto;
    width: 100%;
  }
  .history .history__container {
    margin: 0 auto;
    margin-bottom: 120px;
    width: 93%;
    display: block;
    overflow-x: scroll;
  }
  .history .history__container table {
    border-collapse: collapse;
    width: 100%;
  }
  .history .history__container td,
.history .history__container th {
    border: 1px solid #1B3CA6;
    text-align: left;
    padding: 8px;
  }
  .history .history__container td:nth-child(1), .history .history__container td:nth-child(2),
.history .history__container th:nth-child(1),
.history .history__container th:nth-child(2) {
    padding: 10px 0;
    background-color: #1B3CA6;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
  }
  .history .history__container td:nth-child(1),
.history .history__container th:nth-child(1) {
    padding: 20px 15px;
    border-right: 1px solid #5277c2;
    border-bottom: 1px solid #5277c2;
  }
  .history .history__container td:nth-child(2),
.history .history__container th:nth-child(2) {
    padding: 20px 10px;
    border-bottom: 1px solid #5277c2;
  }
  .history .history__container td:nth-child(3),
.history .history__container th:nth-child(3) {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.56;
    border-bottom: 1px solid #1B3CA6;
  }
}
/*
==========================================
/company/chart page SP
==========================================
*/
@media screen and (max-width: 767px) {
  .chart {
    margin: 0 auto 60px;
    width: 100%;
  }
  .chart .chart__container {
    margin: 0 auto;
    width: 93%;
  }
  .chart .chart__container img {
    width: 100%;
  }
}
/*
==========================================
/company/access page SP
==========================================
*/
@media screen and (max-width: 767px) {
  .map {
    margin: 0 auto;
    width: 100%;
  }
  .map .map__container {
    margin: 0 auto;
    width: 93%;
  }
  .map .map__container .iframe__container {
    margin: 0 auto;
    width: 100%;
    display: block;
    letter-spacing: 0;
    font-size: 0;
    text-align: center;
  }
  .map .map__container .iframe__container .place__card {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 250px;
    margin-bottom: 20px;
  }
  .map .map__container .iframe__container .place__card.marg__5 {
    margin-left: 0;
  }
  .map .map__container iframe {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }
  .map .map__container iframe.marg {
    margin-left: 0;
  }
  .map .map__container .map__content {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    text-align: left;
  }
  .map .map__container .map__content .map__icon {
    position: relative;
    top: 0;
    right: 0;
  }
  .map .map__container .map__content .map__icon.with__marg {
    margin-top: 10px;
  }
  .map .map__container .map__content .map__icon img {
    width: 100px;
  }
  .map .map__container .map__content:last-child {
    margin-bottom: 100px;
  }
  .map .map__container .map__content p {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
  .map .map__container .map__content p.first__content {
    margin-bottom: 10px;
    font-weight: 500;
  }
  .map .map__container .map__content .map__content__1 {
    margin: 0 auto;
    margin-right: 0%;
    margin-bottom: 10px;
    width: auto;
  }
  .map .map__container .map__content .map__content__2 {
    margin: 0 auto;
    width: auto;
  }
}
/*
==========================================
/news page PC
==========================================
*/
.news {
  margin: 0 auto;
  width: 100%;
}
.news .news__container {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
  width: 93%;
  border-top: 1px solid #1546d2;
  border-bottom: 1px solid #1546d2;
}
.news .news__container .news__tab__content {
  margin: 0 auto;
  width: 93%;
  height: auto;
}
.news .news__container .news__tab__content.current {
  display: block;
}
.news .news__container .news__content {
  margin: 0 auto;
  padding: 5px 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #1546d2;
  /*                &:last-child {
      border-bottom: none;
  }*/
}
.news .news__container .news__content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
}
.news .news__container .news__content p.news {
  font-weight: normal;
}
.news .news__container .news__content .news__label {
  margin-right: 20px;
  width: 15%;
  display: inline-block;
  float: right;
}
.news .news__container .news__content .news__label p {
  background-color: #1B3CA6;
  padding: 3px 2px;
  text-align: center;
  color: #fff;
}
.news .news__container .news__content .news__date {
  margin-top: 4px;
  margin-right: 20px;
  width: auto;
  display: inline-block;
}
.news .news__container .news__content .news__text {
  width: auto;
  display: inline-block;
}
.news .pagination {
  margin: 0 auto;
  margin-top: 40px;
  width: 93%;
  text-align: center;
  border-bottom: none;
}
.news .pagination ul {
  list-style: none;
  overflow: hidden;
  vertical-align: middle;
}
.news .pagination ul li {
  width: auto;
  display: inline-block;
  display: inline-block;
  background-color: #1B3CA6;
  border: 1px solid #1B3CA6;
  border-radius: 82px;
  color: #fff;
  transition: all 0.3s linear;
}
.news .pagination ul li.current {
  background-color: #fff;
}
.news .pagination ul li.current a {
  color: #1B3CA6;
}
.news .pagination ul li a {
  padding: 10px 15px;
  width: auto;
  color: #fff;
  display: block;
  transition: all 0.3s linear;
}
.news .pagination ul li:hover {
  background-color: #fff;
}
.news .pagination ul li:hover a {
  color: #1B3CA6;
}

/*
==========================================
/contact page PC
==========================================
*/
.contact {
  margin: 0 auto;
  width: 100%;
}
.contact .contact__container {
  margin: 60px auto 100px;
  width: 90%;
  display: block;
}
.contact .contact__container p {
  font-size: 16px;
  line-height: 1.56;
}
.contact .contact__container .heading {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.contact .contact__container .form {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}
.contact .contact__container .form .form__item {
  margin: 0 auto;
  margin-bottom: 15px;
  width: 100%;
}
.contact .contact__container .form .form__item .form__label {
  margin-bottom: 2px;
  margin-right: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.contact .contact__container .form .form__item .form__input {
  width: 95.5%;
  display: inline-block;
}
.contact .contact__container .form .form__item .form__input.select__option {
  width: 100%;
}
.contact .contact__container .form .form__item .form__input.textarea {
  width: 100%;
}
.contact .contact__container .form .form__item .form__input input {
  height: 25px;
}
.contact .contact__container .form .form__item .form__input textarea {
  width: 95.5%;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}
.contact .contact__container .form .buttons {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  /* display: block; */
  text-align: right;
  float: right;
}
.contact .contact__container .form .buttons .send {
  width: 100%;
  display: inline-block;
}
.contact .contact__container .form .buttons .send input[type=submit] {
  margin: 4px 0;
  padding: 16px 0;
  width: 100%;
  background-color: #052989;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.contact .contact__container .form .buttons .cancel {
  margin-left: 0;
  width: 100%;
  display: inline-block;
}
.contact .contact__container .form .buttons .cancel input[type=reset] {
  margin: 4px 0;
  padding: 16px 0;
  width: 100%;
  background-color: #052989;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/*
==========================================
contact/thank you page
==========================================
*/
@media screen and (max-width: 767px) {
  .thankyou__page {
    margin: 0 auto;
    width: 100%;
  }
  .thankyou__page .thankyou__page__container {
    margin: 0 auto;
    margin-bottom: 0;
    width: 93%;
    display: block;
  }
  .thankyou__page .thankyou__page__container .title {
    margin: 0 auto 70px;
    width: auto;
    text-align: center;
  }
  .thankyou__page .thankyou__page__container .title p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }
  .thankyou__page .thankyou__page__container .back__to__top {
    margin: 0 auto;
    margin-top: 30px;
    width: 177px;
    background-color: #3469d3;
    color: #fff;
    text-align: center;
    transition: all 0.3s linear;
    border: 1px solid #3469d3;
    opacity: 1;
  }
  .thankyou__page .thankyou__page__container .back__to__top:hover {
    background-color: #fff;
  }
  .thankyou__page .thankyou__page__container .back__to__top:hover a {
    color: #3469d3;
  }
  .thankyou__page .thankyou__page__container .back__to__top a {
    padding: 13px 0;
    transition: all 0.2s linear;
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .thankyou__page .thankyou__page__contact__container {
    width: 100%;
  }
  .thankyou__page .thankyou__page__contact__container__box {
    padding: 30px 20px 40px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .thankyou__page .thankyou__page__contact__container__title {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #062668;
    font-weight: bold;
  }
  .thankyou__page .thankyou__page__contact__container__text {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
  }
  .thankyou__page .thankyou__page__contact__container__contactMailLinkBtn {
    margin-top: 30px;
    max-width: 100%;
    text-align: left;
    padding: 10px 0;
    padding-left: 0;
  }
  .thankyou__page .thankyou__page__contact__container__contactMailLinkBtn:before {
    content: "";
    margin: 0 auto;
    width: 30px;
    height: 10px;
    position: absolute;
    top: 35%;
    right: 5%;
    background-position: center;
    border-right: 3px solid #fff;
    border-bottom: 2px solid #fff;
    transform: skew(40deg, 0deg);
  }
  .thankyou__page .thankyou__page__contact__container__contactMailLinkBtn:before:hover {
    border-color: #3469d3;
  }
  .thankyou__page .thankyou__page__contact__container__contactMailLinkBtn.plating {
    margin: 0 auto;
    text-align: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .thankyou__page .thankyou__page__contact__container__contactMailLinkBtn__text {
    text-align: left;
    padding-left: 24px;
  }
  .thankyou__page .thankyou__page__contact__container__contactMailLinkBtn__text.plating {
    padding-left: 24px;
  }
  .thankyou__page .thankyou__page__contact__container__contactMailLinkBtn__text.plating br.inline {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  .thankyou__page {
    margin: 0 auto;
    width: 100%;
  }
  .thankyou__page .thankyou__page__contact__container__contactMailLinkBtn__text.plating br.inline {
    display: inline;
  }
}
/*
==========================================
==========================================
business (PARENT PAGE)
==========================================
==========================================
*/
@media screen and (max-width: 767px) {
  .business {
    margin: 0 auto;
    width: 100%;
  }
  .business .business__container {
    margin: 0 auto;
    margin-top: 60px;
    width: 93%;
  }
  .business .business__container .text__heading {
    margin: 0 auto;
    margin-bottom: 25px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .business .business__container .text__heading h2 {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .business .business__container .text__heading p {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #1649b1;
    font-weight: 600;
  }
  .business .business__container p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .business .business__container img {
    margin-bottom: 10px;
    width: 100%;
    height: 100%;
  }
  .business .business__container .business__btn1 {
    margin: 0 auto;
    margin-top: 30px;
    width: 177px;
    background-color: #3469d3;
    color: #fff;
    text-align: left;
    transition: all 0.3s linear;
    border: 1px solid #3469d3;
    opacity: 1;
  }
  .business .business__container .business__btn1:hover {
    background-color: #fff;
  }
  .business .business__container .business__btn1:hover a {
    color: #3469d3;
  }
  .business .business__container .business__btn1:hover a span.arrow-right:before, .business .business__container .business__btn1:hover a span.arrow-right__2:before {
    background-color: #3469d3;
  }
  .business .business__container .business__btn1:hover a span.arrow-right:after, .business .business__container .business__btn1:hover a span.arrow-right__2:after {
    background-color: #3469d3;
  }
  .business .business__container .business__btn1 a {
    padding: 10px 0;
    margin-left: 15px;
    transition: all 0.2s linear;
    display: block;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .business .business__container .business__btn1 a span.arrow-right {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .business .business__container .business__btn1 a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 27%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 130px;
    background: #fff;
    z-index: -1;
  }
  .business .business__container .business__btn1 a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 12%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 140px;
    background: #fff;
    z-index: -1;
  }
  .business .business__container .business__flex__container {
    margin-bottom: 0;
    display: -webkit-flex;
    display: block;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .business .business__container .business__flex__container:last-child {
    margin-bottom: 100px;
  }
  .business .business__container .business__flex__container .business__flex__1 {
    margin-top: 0;
    margin-right: 5%;
    width: 100%;
    height: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }
  .business .business__container .business__flex__container .business__flex__2 {
    margin-bottom: 40px;
    width: 100%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
  .business .business__container .business__flex__container .business__flex__3 {
    margin-right: 0;
    width: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }
  .business .business__container .business__flex__container .business__flex__4 {
    margin-top: 6%;
    width: 100%;
    height: 100%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
}
/*
==========================================
/business/plating. SP
==========================================
*/
@media screen and (max-width: 767px) {
  .plating {
    margin: 0 auto;
    width: 100%;
  }
  .plating .plating__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .plating .plating__container:last-child {
    margin-bottom: 100px;
  }
  .plating .plating__container .heading {
    margin: 30px auto 80px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .plating .plating__container .heading h2 {
    margin-bottom: 10px;
    color: #1649b1;
    font-size: 22px;
    letter-spacing: 0.105em;
    text-align: center;
  }
  .plating .plating__container .heading p {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .plating .plating__container .text__heading {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #1649B1;
    text-align: left;
  }
  .plating .plating__container .text__heading h2 {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .plating .plating__container .text__heading h2.text__heading__contactUs {
    text-align: left;
  }
  .plating .plating__container p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
  .plating .plating__container .plating__item__container {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    display: block;
    font-size: 0;
    letter-spacing: 0;
  }
  .plating .plating__container .plating__item__container .plating__item__1 {
    margin-right: 0;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .plating .plating__container .plating__item__container .plating__item__1 .text__content {
    margin-bottom: 30px;
  }
  .plating .plating__container .plating__item__container .plating__item__1 .text__content h2 {
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .plating .plating__container .plating__item__container .plating__item__1 .text__content p {
    line-height: 1.56;
  }
  .plating .plating__container .plating__item__container .plating__item__2 {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .plating .plating__container .plating__item__container .plating__item__2 img {
    width: 100%;
  }
  .plating .plating__container .plating__btn {
    margin-right: auto;
    margin-left: 0;
    margin-top: 40px;
    width: 175px;
    background-color: #1649B1;
    color: #fff;
    text-align: center;
    transition: all 0.2s linear;
    border: 1px solid #1649B1;
    opacity: 1;
  }
  .plating .plating__container .plating__btn:hover {
    background-color: transparent;
  }
  .plating .plating__container .plating__btn:hover a {
    color: #1649B1;
  }
  .plating .plating__container .plating__btn a {
    padding: 15px 0;
    transition: all 0.1s linear;
    display: block;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #fff;
  }
  .plating .plating__container .plating__btn a span.arrow-right {
    font-weight: 600;
  }
  .plating .plating__container .plating__btn a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 24%;
    height: 2px;
    position: absolute;
    bottom: 6px;
    left: 117px;
    background: #fff;
    z-index: -1;
  }
  .plating .plating__container .plating__btn a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 12%;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 133px;
    background: #fff;
    z-index: -1;
  }
  .plating .plating__informations {
    margin: 100px auto;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    background-color: #99b4e8;
  }
  .plating .plating__informations a {
    transition: all 0.3s linear;
  }
  .plating .plating__informations a:nth-child(2) {
    margin: 0 2%;
  }
  .plating .plating__informations .plating__informations__container {
    margin: 0 auto;
    width: 93%;
    display: block;
    text-align: center;
    transition: all 0.3s linear;
  }
  .plating .plating__informations .plating__informations__container .information__items {
    margin: 60px auto 0;
    width: 100%;
    vertical-align: top;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .plating .plating__informations .plating__informations__container .information__items a {
    margin: 0 auto;
    padding: 30px;
    width: auto;
    height: 153px;
    display: block;
  }
  .plating .plating__informations .plating__informations__container .information__items.product__information {
    background-image: url(../img/child_page/business/plating/prodduct.png);
  }
  .plating .plating__informations .plating__informations__container .information__items.major__equipment {
    margin: 30px 0 0;
    background-image: url(../img/child_page/business/plating/equipment.png);
  }
  .plating .plating__informations .plating__informations__container .information__items.quality {
    margin: 30px auto 60px;
    background-image: url(../img/child_page/business/plating/quality.png);
  }
  .plating .plating__informations .plating__informations__container .information__items .info__item__container {
    padding: 0 20px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    transition: all 0.3s linear;
    margin-top: 50px;
  }
  .plating .plating__informations .plating__informations__container .information__items .info__item__container:hover {
    background-color: white;
  }
  .plating .plating__informations .plating__informations__container .information__items .info__item__container h2 {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .plating .plating__informations .plating__informations__container .information__items .info__item__container p {
    font-size: 14px;
    letter-spacing: 0;
    color: #3469d3;
  }
}
/*
==========================================
/business/plating/product/ PAGE SP
==========================================
*/
@media screen and (max-width: 767px) {
  .business__plating__child__menu {
    margin: 0 auto;
    width: 93%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  .business__plating__child__menu ul {
    list-style: none;
    overflow: hidden;
    vertical-align: middle;
  }
  .business__plating__child__menu ul li {
    margin-right: 0;
    width: 99%;
    list-style: none;
    display: block;
    border: 2px solid #1B3CA6;
    transition: all 0.3s linear;
  }
  .business__plating__child__menu ul li:hover {
    background-color: #1B3CA6;
  }
  .business__plating__child__menu ul li:hover a {
    color: #fff;
  }
  .business__plating__child__menu ul li.active {
    background-color: #1B3CA6;
  }
  .business__plating__child__menu ul li.active a {
    color: #fff;
  }
  .business__plating__child__menu ul li.middle__li {
    margin: 1% 0;
  }
  .business__plating__child__menu ul li a {
    padding: 15px 0;
    display: block;
    width: auto;
    letter-spacing: 0.05em;
    font-size: 17px;
    color: #000;
    opacity: 1;
    transition: all 0.2s linear;
    position: relative;
  }
  .business__plating__child__menu ul li a span.underline {
    position: relative;
    z-index: 3;
  }
  .business__plating__child__menu ul li a span.underline:before {
    content: "";
    margin: 0 auto;
    width: 110%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: -4px;
    background: #fff;
    z-index: -1;
  }
  .business__plating__child__menu ul li a span.underline:after {
    content: "";
    margin: 0 auto;
  }

  .product {
    margin: 0 auto;
    width: 100%;
  }
  .product .product__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .product .product__container .heading {
    margin: 50px auto;
    width: 100%;
    text-align: center;
  }
  .product .product__container .heading h2 {
    font-size: 22px;
    letter-spacing: 0.105em;
    text-align: center;
    line-height: 1.5;
  }
  .product .product__container h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
  }
  .product .product__container .product__table {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
    overflow-x: scroll;
  }
  .product .product__container .product__table table {
    margin: 30px auto;
    width: 100%;
    text-align: left;
  }
  .product .product__container .product__table table tr {
    border: 1px solid #1B3CA6;
  }
  .product .product__container .product__table table th,
.product .product__container .product__table table td {
    padding: 10px 25px;
    text-align: left;
    display: block;
  }
  .product .product__container .product__table table th p {
    font-size: 16px;
  }
  .product .product__container .product__table table th p.with__marg__b {
    margin-bottom: 10px;
  }
  .product .product__container .product__table table th.first__th {
    width: inherit;
    background-color: #1B3CA6;
    border-bottom: 1px solid #5277c2;
    color: #fff;
    letter-spacing: 0.1em;
  }
  .product .product__container .product__table table th.first__th:last-child {
    border-bottom: 1px solid #1B3CA6;
  }
  .product .product__container .product__table table th.second__th {
    font-weight: 400;
    width: inherit;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
/*
==========================================
/business/plating/equipment/ PAGE SP
==========================================
*/
@media screen and (max-width: 767px) {
  .equipment {
    margin: 0 auto;
    width: 100%;
  }
  .equipment .equipment__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .equipment .equipment__container .text__heading {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #1649B1;
  }
  .equipment .equipment__container .text__heading h2 {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .equipment .equipment__container .equipment__table {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
    overflow-x: scroll;
  }
  .equipment .equipment__container .equipment__table table {
    margin: 0 auto;
    width: 100%;
    min-width: 1240px;
    text-align: left;
  }
  .equipment .equipment__container .equipment__table table tr {
    border: 1px solid #1B3CA6;
  }
  .equipment .equipment__container .equipment__table table th,
.equipment .equipment__container .equipment__table table td {
    padding: 20px 25px;
    text-align: left;
  }
  .equipment .equipment__container .equipment__table table th {
    width: 19%;
  }
  .equipment .equipment__container .equipment__table table th p {
    font-size: 16px;
  }
  .equipment .equipment__container .equipment__table table th p.with__marg__b {
    margin-bottom: 10px;
  }
  .equipment .equipment__container .equipment__table2 {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
    overflow-x: scroll;
  }
  .equipment .equipment__container .equipment__table2 h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
  }
  .equipment .equipment__container .equipment__table2 table {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .equipment .equipment__container .equipment__table2 table tr {
    border: 1px solid #1B3CA6;
  }
  .equipment .equipment__container .equipment__table2 table th,
.equipment .equipment__container .equipment__table2 table td {
    padding: 10px 0;
    text-align: left;
  }
  .equipment .equipment__container .equipment__table2 table td {
    font-size: 16px;
  }
  .equipment .equipment__container .equipment__table2 table tr.equipment__table2__pretreatment__tr th {
    width: 50%;
  }
  .equipment .equipment__container .equipment__table2 table tr.equipment__table2__pretreatment__tr th.equipment__table2__pretreatment__tr__thFirst {
    border-right: 1px solid #1B3CA6;
  }
  .equipment .equipment__container .equipment__table2 table th {
    padding: 10px 20px;
    border-right: 1px solid #1B3CA6;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .equipment .equipment__container .equipment__table2 table th {
    border-right-width: 0;
  }
  .equipment .equipment__container .equipment__table2 table th.pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .equipment .equipment__container .equipment__table2 table th:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .equipment .equipment__container .equipment__table2 table th p {
    font-size: 16px;
  }
  .equipment .equipment__container .equipment__table2 table th p.with__marg__b {
    margin-bottom: 10px;
  }
  .equipment .equipment__container .equipment__table2 table th p.with__border__bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid #1B3CA6;
  }
}
@media screen and (max-width: 767px) {
  .equipment .equipment__container .equipment__table2 table th.first__th {
    width: inherit;
    background-color: #1B3CA6;
    border-bottom: 1px solid #5277c2;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .equipment .equipment__container .equipment__table2 table th.first__th:last-child {
    border-bottom: 1px solid #1B3CA6;
  }
}
@media screen and (max-width: 767px) {
  .equipment .equipment__container .equipment__table2 table th.second__th {
    font-weight: 400;
    width: inherit;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .equipment .equipment__container .item__container {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
  }
  .equipment .equipment__container .item__container .slider__content {
    margin: 0 auto;
    width: 100%;
  }
  .equipment .equipment__container .item__container .slider__content img {
    margin-bottom: 10px;
    width: 100%;
  }
}
/*
==========================================
/business/plating/approach/ SP
==========================================
*/
@media screen and (max-width: 767px) {
  .plating__approach {
    margin: 0 auto;
    width: 100%;
  }
  .plating__approach .plating__approach__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .plating__approach .plating__approach__container .heading {
    margin: 30px auto 80px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .plating__approach .plating__approach__container .heading h2 {
    margin-bottom: 10px;
    color: #1649b1;
    font-size: 22px;
    letter-spacing: 0.105em;
    text-align: center;
  }
  .plating__approach .plating__approach__container .heading p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }
  .plating__approach .plating__approach__container .text__heading {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .plating__approach .plating__approach__container .text__heading h2 {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .plating__approach .plating__approach__container .plating__products {
    margin: 0 auto 60px;
    width: 100%;
    display: block;
  }
  .plating__approach .plating__approach__container .plating__products:last-child {
    margin-bottom: 100px;
  }
  .plating__approach .plating__approach__container .plating__products .text__heading {
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .plating__approach .plating__approach__container .plating__products .text__heading h2 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .plating__approach .plating__approach__container .plating__products h2 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
  }
  .plating__approach .plating__approach__container .plating__products p {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }
  .plating__approach .plating__approach__container .plating__products p.subtext {
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
  }
  .plating__approach .plating__approach__container .plating__products .qr__item__container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__1 {
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
  .plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__1.custom__width {
    width: 100%;
  }
  .plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__2 {
    margin-left: 0;
    order: 1;
    flex: 1 1 auto;
    align-self: center;
    text-align: center;
  }
  .plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__2 img {
    margin-bottom: 20px;
    width: 300px;
  }
  .plating__approach .plating__approach__container .plating__products .qr__item__container .qr__item__2 img.custom__img {
    margin-right: 3%;
    width: 100px;
    height: 191px;
  }
  .plating__approach .plating__approach__container .approach__flex__container {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .plating__approach .plating__approach__container .approach__flex__container .text__content {
    margin-bottom: 30px;
  }
  .plating__approach .plating__approach__container .approach__flex__container .text__content h2 {
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .plating__approach .plating__approach__container .approach__flex__container .text__content p {
    font-size: 16px;
    line-height: 1.44;
  }
  .plating__approach .plating__approach__container .approach__flex__container img {
    width: 100%;
  }
  .plating__approach .plating__approach__container .approach__flex__container .flex__item__1 {
    width: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }
  .plating__approach .plating__approach__container .approach__flex__container .flex__item__2 {
    margin-left: 0;
    width: 100%;
    height: 100%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
  .plating__approach .plating__approach__container .measuring__instrument {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 150px;
    width: 100%;
    text-align: center;
  }
  .plating__approach .plating__approach__container .measuring__instrument .measuring__items__container {
    margin-bottom: 30px;
  }
  .plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }
  .plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items img {
    width: 100%;
  }
  .plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items img.item__7 {
    width: 240px;
  }
  .plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items p {
    margin-top: 20px;
    font-size: 16px;
  }
  .plating__approach .plating__approach__container .measuring__instrument .measuring__items__container .measuring__items.margin__right {
    margin-right: 0;
  }
}
/*
==========================================
/business/board. SP
==========================================
*/
@media screen and (max-width: 767px) {
  .board {
    margin: 0 auto;
    width: 100%;
  }
  .board .board__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .board .board__container:last-child {
    margin-bottom: 100px;
  }
  .board .board__container .heading {
    margin: 30px auto 80px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .board .board__container .heading h2 {
    margin-bottom: 10px;
    color: #1649b1;
    font-size: 22px;
    letter-spacing: 0.105em;
    text-align: center;
  }
  .board .board__container .heading p {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
  .board .board__container .text__heading {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .board .board__container .text__heading h2 {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .board .board__container p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .board .board__container .board__item__container {
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    display: block;
    font-size: 0;
    letter-spacing: 0;
  }
  .board .board__container .board__item__container .board__item__1 {
    margin-right: 0;
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .board .board__container .board__item__container .board__item__1 .text__content {
    margin-bottom: 30px;
  }
  .board .board__container .board__item__container .board__item__1 .text__content h2 {
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .board .board__container .board__item__container .board__item__1 .text__content p {
    line-height: 1.44;
  }
  .board .board__container .board__item__container .board__item__2 {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .board .board__container .board__item__container .board__item__2 img {
    width: 100%;
  }
  .board .board__container a {
    padding: 10px 0;
    transition: all 0.1s linear;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #fff;
  }
  .board .board__container a span.arrow-right {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .board .board__container a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 15%;
    height: 1px;
    position: absolute;
    bottom: 8px;
    left: 110px;
    background: #fff;
    z-index: -1;
  }
  .board .board__container a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 8%;
    height: 1px;
    position: absolute;
    bottom: 11px;
    left: 117px;
    background: #fff;
    z-index: -1;
  }
  .board .board__container .board__btn1 {
    margin-top: 30px;
    width: 177px;
    background-color: #3469d3;
    color: #fff;
    text-align: left;
    transition: all 0.3s linear;
    border: 1px solid #3469d3;
    opacity: 1;
  }
  .board .board__container .board__btn1:hover {
    background-color: #fff;
  }
  .board .board__container .board__btn1:hover a {
    color: #3469d3;
  }
  .board .board__container .board__btn1:hover a span.arrow-right:before, .board .board__container .board__btn1:hover a span.arrow-right__2:before {
    background-color: #3469d3;
  }
  .board .board__container .board__btn1:hover a span.arrow-right:after, .board .board__container .board__btn1:hover a span.arrow-right__2:after {
    background-color: #3469d3;
  }
  .board .board__container .board__btn1 a {
    padding: 13px 0;
    margin-left: 15px;
    transition: all 0.2s linear;
    display: block;
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .board .board__container .board__btn1 a span.arrow-right {
    position: relative;
    font-weight: 500;
    z-index: 1;
  }
  .board .board__container .board__btn1 a span.arrow-right:before {
    content: "";
    margin: 0 auto;
    width: 27%;
    height: 1px;
    position: absolute;
    bottom: 7px;
    left: 128px;
    background: #fff;
    z-index: -1;
  }
  .board .board__container .board__btn1 a span.arrow-right:after {
    content: "";
    margin: 0 auto;
    transform: rotate(40deg);
    width: 12%;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 138px;
    background: #fff;
    z-index: -1;
  }

  .board__informations {
    margin: 100px auto;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    background-color: #99b4e8;
  }
  .board__informations .board__informations__container {
    margin: 0 auto;
    width: 93%;
    display: block;
    text-align: center;
    transition: all 0.3s linear;
  }
  .board__informations .board__informations__container .information__items {
    margin: 60px auto 0;
    width: 100%;
    vertical-align: top;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .board__informations .board__informations__container .information__items a {
    margin: 0 auto;
    padding: 30px;
    width: auto;
    height: 153px;
    display: block;
  }
  .board__informations .board__informations__container .information__items.product__information {
    background-image: url(../img/child_page/business/plating/prodduct.png);
  }
  .board__informations .board__informations__container .information__items.board {
    margin: 30px 0 0;
    background-image: url(../img/child_page/business/board/kv__2.jpg);
    vertical-align: bottom;
  }
  .board__informations .board__informations__container .information__items.approach {
    margin: 30px auto 60px;
    background-image: url(../img/child_page/business/board/kv__3.jpg);
  }
  .board__informations .board__informations__container .information__items .info__item__container {
    padding: 0 20px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    transition: all 0.3s linear;
    margin-top: 50px;
  }
  .board__informations .board__informations__container .information__items .info__item__container:hover {
    background-color: white;
  }
  .board__informations .board__informations__container .information__items .info__item__container h2 {
    margin-top: 14px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .board__informations .board__informations__container .information__items .info__item__container p {
    font-size: 14px;
    letter-spacing: 0;
    color: #3469d3;
  }
}
/*
==========================================
/board/technology SP
==========================================
*/
@media screen and (max-width: 767px) {
  .board__technology {
    margin: 0 auto;
    width: 100%;
  }
  .board__technology .board__technology__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .board__technology .board__technology__container .text__heading {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .board__technology .board__technology__container .text__heading h2 {
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .board__technology .board__technology__container .text__heading h2.text__centered {
    display: block;
    text-align: center;
  }
  .board__technology .board__technology__container p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.56;
  }
  .board__technology .board__technology__container p.margin__top__10 {
    margin-top: 10px;
  }
  .board__technology .board__technology__container p.margin__bottom__40 {
    margin-bottom: 40px;
  }
  .board__technology .board__technology__container p.margin__bottom__30 {
    margin-bottom: 30px;
  }
  .board__technology .board__technology__container p.margin__bottom__5 {
    margin-bottom: 5px;
  }
  .board__technology .board__technology__container p.font__weight {
    font-weight: 600;
  }
  .board__technology .board__technology__container .slider__container {
    margin: 0 auto;
    margin-top: 30px;
    width: 85%;
    text-align: center;
  }
  .board__technology .board__technology__container .slider__container.slider__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .board__technology .board__technology__container .slider__container {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .board__technology .board__technology__container .slider__container .fourth__content {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .board__technology .board__technology__container .slider__container .sixth__content {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .board__technology .board__technology__container .board__technology__item {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    display: block;
  }
}
/*
==========================================
/business/board/product/ PAGE PC
==========================================
*/
@media screen and (max-width: 767px) {
  .business__board__child__menu {
    margin: 0 auto;
    width: 93%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
  }
  .business__board__child__menu.with__margin__bottom {
    margin-bottom: 50px;
  }
  .business__board__child__menu ul {
    list-style: none;
    overflow: hidden;
    vertical-align: middle;
  }
  .business__board__child__menu ul li {
    width: 99%;
    list-style: none;
    display: inline-block;
    border: 2px solid #1B3CA6;
    transition: all 0.3s linear;
  }
  .business__board__child__menu ul li:hover {
    background-color: #1B3CA6;
  }
  .business__board__child__menu ul li:hover a {
    color: #fff;
  }
  .business__board__child__menu ul li.active {
    background-color: #1B3CA6;
  }
  .business__board__child__menu ul li.active a {
    color: #fff;
  }
  .business__board__child__menu ul li.li__margin {
    margin-right: 0;
    margin-bottom: 1%;
  }
  .business__board__child__menu ul li a {
    padding: 15px 0;
    display: block;
    width: auto;
    letter-spacing: 0.05em;
    font-size: 17px;
    color: #000;
    opacity: 1;
    transition: all 0.2s linear;
    position: relative;
  }
  .business__board__child__menu ul li a span.underline {
    position: relative;
    z-index: 3;
  }
  .business__board__child__menu ul li a span.underline:before {
    content: "";
    margin: 0 auto;
    width: 110%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: -4px;
    background: #fff;
    z-index: -1;
  }
  .business__board__child__menu ul li a span.underline:after {
    content: "";
    margin: 0 auto;
  }

  .board__product {
    margin: 0 auto;
    width: 100%;
  }
  .board__product .board__product__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .board__product .board__product__container .heading {
    margin: 50px auto 80px;
    width: 100%;
    text-align: center;
  }
  .board__product .board__product__container .heading h2 {
    font-size: 22px;
    letter-spacing: 0.105em;
    text-align: center;
  }
  .board__product .board__product__container h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .board__product .board__product__container .product__table {
    margin: 0 auto;
    margin-bottom: 100px;
    width: 100%;
    overflow-x: scroll;
  }
  .board__product .board__product__container .product__table table {
    margin: 30px auto;
    width: 100%;
    text-align: left;
  }
  .board__product .board__product__container .product__table table tr {
    border: 1px solid #062668;
  }
  .board__product .board__product__container .product__table table th,
.board__product .board__product__container .product__table table td {
    padding: 10px 25px;
    text-align: right;
  }
  .board__product .board__product__container .product__table table th p {
    font-size: 16px;
  }
  .board__product .board__product__container .product__table table th p.with__marg__b {
    margin-bottom: 10px;
  }
  .board__product .board__product__container .product__table table th.first__th {
    width: inherit;
    display: block;
    background-color: #1B3CA6;
    border-bottom: 1px solid #5277c2;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .board__product .board__product__container .product__table table th.first__th:last-child {
    border-bottom: 1px solid #1B3CA6;
  }
  .board__product .board__product__container .product__table table th.second__th {
    font-weight: 400;
    width: inherit;
    display: block;
    text-align: left;
    letter-spacing: 0.05em;
  }
}
/*
==========================================
/business/board/approach/ SP
==========================================
*/
@media screen and (max-width: 767px) {
  .board__approach {
    margin: 0 auto;
    width: 100%;
  }
  .board__approach .board__approach__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .board__approach .board__approach__container .heading {
    margin: 0 auto 80px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .board__approach .board__approach__container .heading h2 {
    margin-bottom: 10px;
    font-size: 22px;
    color: #1649b1;
  }
  .board__approach .board__approach__container .heading p {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }
  .board__approach .board__approach__container .board__products {
    margin: 0 auto 40px;
    width: 100%;
    display: block;
  }
  .board__approach .board__approach__container .board__products:last-child {
    margin-bottom: 100px;
  }
  .board__approach .board__approach__container .board__products .text__heading {
    margin: 0 auto;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .board__approach .board__approach__container .board__products .text__heading h2 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .board__approach .board__approach__container .board__products h2 {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
  }
  .board__approach .board__approach__container .board__products p {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.55;
  }
  .board__approach .board__approach__container .board__products p.subtext {
    margin-top: 10px;
    font-weight: 300;
    font-size: 16px;
  }
  .board__approach .board__approach__container .board__products .qr__item__container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .board__approach .board__approach__container .board__products .qr__item__container .qr__item__1 {
    width: 100%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
  .board__approach .board__approach__container .board__products .qr__item__container .qr__item__1.custom__width {
    width: 100%;
  }
  .board__approach .board__approach__container .board__products .qr__item__container .qr__item__2 {
    margin-left: 0;
    margin-bottom: 5%;
    width: 100%;
    height: 100%;
    order: 1;
    flex: 1 1 auto;
    align-self: center;
    text-align: center;
  }
  .board__approach .board__approach__container .board__products .qr__item__container .qr__item__2 img {
    width: 300px;
  }
  .board__approach .board__approach__container .board__products .qr__item__container .qr__item__2 img.custom__img {
    margin-bottom: 10px;
    margin-right: 0;
    width: 302px;
    height: auto;
  }
}
/*
==========================================
/business/board/division SP
==========================================
*/
@media screen and (max-width: 767px) {
  .division {
    margin: 0 auto;
    width: 100%;
  }
  .division .division__container {
    margin: 0 auto;
    width: 93%;
    display: block;
  }
  .division .division__container .division__items {
    margin: 0 auto 40px;
    width: 100%;
    display: block;
  }
  .division .division__container .division__items:last-child {
    margin-bottom: 100px;
  }
  .division .division__container .division__items .text__heading {
    margin: 0 auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: auto;
    border-bottom: 2px solid #07338c;
  }
  .division .division__container .division__items .text__heading h2 {
    margin-bottom: 0;
    display: inline-block;
    font-size: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
  }
  .division .division__container .division__items p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.55;
  }
  .division .division__container .division__items .division__item__container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .division .division__container .division__items .division__item__container .division__item__1 {
    width: 100%;
    height: 100%;
    order: 2;
    flex: 1 1 auto;
    align-self: auto;
  }
  .division .division__container .division__items .division__item__container .division__item__2 {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-bottom: 5%;
    order: 1;
    flex: 1 1 auto;
    align-self: auto;
  }
  .division .division__container .division__items .division__item__container .division__item__2 img {
    width: 100%;
  }
}
/**************************************

common.scss

***************************************/
.sample {
  margin-top: 80px;
}

.slick__5.slick-initialized.slick-slider .slick-list.draggable {
  padding: 15px 50px !important;
}

.slick-slide img {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.slick-slide img.approach__page {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  height: 200px;
}
.slick-slide img.dissipation__slider {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.slick-slide img.dissipation__slider2 {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.slick-slide img.dissipation__slider2.with__marg__top {
  margin-top: 200px;
}
.slick-slide img.technology__page {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.slick-slide img.technology__page.second__image {
  height: 250px;
  margin-top: 1px;
}
.slick-slide img.technology__page.first__image {
  height: 250px;
}
.slick-slide img.technology__page.third__image {
  height: 250px;
}
.slick-slide img.technology__page.width__400 {
  width: 400px;
}
.slick-slide img.technology__page.width__500 {
  width: 440px;
  max-width: 440px;
}
@media screen and (max-width: 380px) {
  .slick-slide img.technology__page {
    width: 285px;
  }
}
.slick-slide img.wiring__boards {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.slick-slide img.wiring__boards.first__img {
  width: 100%;
  max-width: 435px;
}
.slick-slide img.slider__7 {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.slick-slide img.slider__7.first__img {
  height: 510px;
}

.center2.slick-list {
  padding: 15px 50px;
}

.slick__wiring__board {
  margin: 0 auto;
  position: relative;
}
.slick__wiring__board:after, .slick__wiring__board:before {
  content: "";
  background: #FAFAFA;
  position: absolute;
  top: 0;
  height: 100%;
  width: 12%;
  z-index: 100;
}
.slick__wiring__board:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 70%);
}
.slick__wiring__board:before {
  left: 0;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 70%);
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-active {
  opacity: 1;
}

.slick-slide {
  transform: scale(0.8);
}

.slick-slide.slick-center {
  opacity: 1;
  transform: scale(1);
}
.slick-slide.slick-center .slider__label {
  opacity: 1;
}

.slider__label {
  margin-top: 10px;
  transition: all 0.7s linear;
  opacity: 1;
}

.slick-prev {
  position: absolute;
  top: 185px;
  left: -50px;
  width: 30px;
  z-index: 999;
}
.slick-prev.approach__slick__prev {
  top: 80px;
}
.slick-prev.technology__slick__prev {
  top: 97px;
}
.slick-prev.technology__3__slick__prev {
  top: 35%;
}
.slick-prev.slider__7 {
  top: 40%;
}
.slick-prev.slick__2__prev {
  top: 135px;
}
.slick-prev.slick__5__prev {
  top: 40%;
}
.slick-prev.technology__2__slick__prev {
  top: 180px;
}

.slick-next {
  position: absolute;
  top: 185px;
  right: -50px;
  width: 30px;
  z-index: 99;
}
.slick-next.approach__slick__next {
  top: 80px;
}
.slick-next.technology__slick__next {
  top: 97px;
}
.slick-next.technology__3__slick__next {
  top: 35%;
}
.slick-next.slider__7 {
  top: 40%;
}
.slick-next.slick__2__next {
  top: 135px;
}
.slick-next.slick__5__next {
  top: 40%;
}
.slick-next.technology__2__slick__next {
  top: 180px;
}

/******************************
    SP
*******************************/
@media screen and (max-width: 767px) {
  .center2 .slick-slide {
    padding: 10px 10px;
  }

  .slick__5.slick-initialized.slick-slider .slick-list.draggable {
    padding: 0px 5px !important;
  }

  .center,
.center2,
.center3,
.slick__wiring__board {
    margin: 0 auto;
    width: 100%;
    padding: 0 0;
  }
  .center p,
.center2 p,
.center3 p,
.slick__wiring__board p {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
  }

  .slick__wiring__board .slick-slide {
    padding: 10px 0;
  }

  .center3 .slick-slide {
    padding: 10px -10px;
  }

  .slick-slide {
    padding: 10px 10px;
  }

  .slick-slide img {
    width: 300px;
  }
}
@media screen and (max-width: 767px) and (max-width: 370px) {
  .slick-slide img.plating__equipment__img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide img.approach__page {
    height: 185px;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide img.dissipation__slider {
    margin: 0 auto;
    width: 75vw;
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide img.dissipation__slider2 {
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
  }
  .slick-slide img.dissipation__slider2.with__marg__top {
    margin-top: 67px;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide img.technology__page {
    width: 100%;
    width: 74vw;
    max-width: 74vw;
    height: auto;
  }
  .slick-slide img.technology__page.width__500 {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .slick-slide img.technology__page.third__image__sp {
    width: 76vw;
    max-width: 76vw;
  }
  .slick-slide img.technology__page.third__img {
    width: 75vw;
  }
  .slick-slide img.technology__page.third__image {
    width: 69vw;
  }
  .slick-slide img.technology__page.fourth__image {
    width: 68vw;
  }
  .slick-slide img.technology__page.second__image {
    max-width: 70vw;
    height: 250px;
    margin-top: 1px;
  }
  .slick-slide img.technology__page.first__image {
    width: 68vw;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide img.wiring__boards {
    width: 290px;
  }
}
@media screen and (max-width: 767px) and (max-width: 380px) {
  .slick-slide img.wiring__boards {
    width: 250px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide img.slider__7 {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .slick-slide img.slider__7.first__img {
    margin-top: 85px;
    height: 100%;
  }
  .slick-slide img.slider__7.second__img {
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev:before,
.slick-next:before {
    color: black;
  }
}
@media screen and (max-width: 767px) {
  .slick-active {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .slick-slide {
    opacity: 0;
    transition: all 0.3s linear;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev {
    position: absolute;
    top: 185px;
    left: 0;
    width: 30px;
    z-index: 999;
  }
  .slick-prev.equipment__page {
    left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .slick-prev {
    width: 20px;
    left: -20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 430px) {
  .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 370px) {
  .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev.approach__slick__prev {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev.technology__slick__prev {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev.technology__3__slick__prev {
    top: 40%;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev.slick__2__prev {
    top: 35%;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev.slick__5__prev {
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .slick-prev.technology__2__slick__prev {
    top: 113px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next {
    position: absolute;
    top: 185px;
    right: 0;
    width: 30px;
    z-index: 99;
  }
  .slick-next.equipment__page {
    right: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .slick-next {
    width: 20px;
    right: -20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 430px) {
  .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 370px) {
  .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next.approach__slick__next {
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next.technology__slick__next {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next.technology__3__slick__next {
    top: 40%;
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .slick-next.slick__2__next {
    top: 35%;
  }
}
@media screen and (max-width: 767px) {
  .slick-next.slick__5__next {
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .slick-next.technology__2__slick__next {
    top: 113px;
  }
}
/*==========================================
manufacturingTopSec
==========================================*/
.manufacturingTopSec {
  margin: 0 auto 90px;
  width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.manufacturingTopSec__anchorLinksList {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__anchorLinksList {
    height: auto;
  }
  .manufacturingTopSec__anchorLinksList.firstList .manufacturingTopSec__anchorLinksListItem:nth-child(3),
.manufacturingTopSec__anchorLinksList.firstList .manufacturingTopSec__anchorLinksListItem:nth-child(6),
.manufacturingTopSec__anchorLinksList.firstList .manufacturingTopSec__anchorLinksListItem:nth-child(9) {
    margin-bottom: 30px;
  }
  .manufacturingTopSec__anchorLinksList.secondList .manufacturingTopSec__anchorLinksListItem:nth-child(3),
.manufacturingTopSec__anchorLinksList.secondList .manufacturingTopSec__anchorLinksListItem:nth-child(6),
.manufacturingTopSec__anchorLinksList.secondList .manufacturingTopSec__anchorLinksListItem:nth-child(8) {
    margin-bottom: 30px;
  }
  .manufacturingTopSec__anchorLinksList.lastList .manufacturingTopSec__anchorLinksListItem:nth-child(2),
.manufacturingTopSec__anchorLinksList.lastList .manufacturingTopSec__anchorLinksListItem:nth-child(4) {
    margin-bottom: 30px;
  }
}
.manufacturingTopSec__anchorLinksList.lastList {
  height: 100px;
  width: 86%;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__anchorLinksList.lastList {
    height: auto;
  }
}
.manufacturingTopSec__anchorLinksList.lastList .manufacturingTopSec__anchorLinksListItem:nth-child(n+1):nth-child(-n+2) {
  margin-left: 0;
}
.manufacturingTopSec__anchorLinksList.lastList .manufacturingTopSec__anchorLinksListItem:nth-child(n+3):nth-child(-n+4) {
  width: 240px;
  margin-left: 0;
  margin-right: auto;
}
.manufacturingTopSec__anchorLinksListItem {
  width: 280px;
  margin-left: auto;
  margin-bottom: 18px;
  padding-left: 31px;
}
.manufacturingTopSec__anchorLinksListItem:nth-child(n+1):nth-child(-n+3) {
  margin-left: 0;
}
.manufacturingTopSec__anchorLinksListItem:nth-child(n+4):nth-child(-n+6) {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__anchorLinksListItem:nth-child(n+4):nth-child(-n+6) {
    width: 100%;
  }
}
.manufacturingTopSec__anchorLinksListItem:nth-child(n+7):nth-child(-n+9) {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__anchorLinksListItem:nth-child(n+7):nth-child(-n+9) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__anchorLinksListItem {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 12px;
  }
}
.manufacturingTopSec__anchorLinksListItemLink {
  color: #1649B1;
  line-height: 2;
  border-bottom: 1px solid #1649B1;
  padding-bottom: 4px;
  position: relative;
}
.manufacturingTopSec__anchorLinksListItemLink::before {
  position: absolute;
  content: "";
  background-color: #1649B1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  background-size: 22px;
  background-position: center top 2px;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  left: -30px;
  top: -4px;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__anchorLinksListItemLink {
    font-weight: 600;
  }
}
.manufacturingTopSec__contactBox {
  width: 100%;
  background: rgba(52, 105, 211, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__contactBox {
    display: block;
    padding: 38px 20px;
  }
}
.manufacturingTopSec__contactTitle {
  color: #1649B1;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__contactTitle {
    font-size: 18px;
  }
}
.manufacturingTopSec__contactSubTitle {
  color: #fff;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  background: rgba(6, 38, 104, 0.86);
  border: 2px solid rgba(52, 105, 212, 0.86);
  display: inline-block;
  padding: 10px 40px;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__contactSubTitle {
    padding: 10px 6px;
  }
}
.manufacturingTopSec__innerTopBox {
  width: 50%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__innerTopBox {
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #1649B1;
    margin-bottom: 10px;
  }
}
.manufacturingTopSec__innerBox {
  border-left: 1px solid #1649B1;
  padding-left: 40px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .manufacturingTopSec__innerBox {
    width: 100%;
    border-left-width: 0;
    padding-left: 7px;
  }
}
.manufacturingTopSec__innerBoxTitle {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 18px;
}
.manufacturingTopSec__innerBoxEmail {
  margin-left: 31px;
  line-height: 1.5;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
}
.manufacturingTopSec__innerBoxEmail::before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-image: url("../img/child_page/manufacturing/icon_email.png");
  background-size: 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  left: -30px;
  top: -4px;
}
.manufacturingTopSec__innerBoxPhoneNo {
  position: relative;
  margin-left: 31px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  display: block;
}
.manufacturingTopSec__innerBoxPhoneNo::before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-image: url("../img/child_page/manufacturing/icon_phone.png");
  background-size: 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  left: -30px;
  top: -4px;
}
.manufacturingTopSec__innerBoxText {
  color: #1649B1;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/*==========================================
manufacturingTopSec
==========================================*/
.manufacturingDetailSec {
  margin: 0 auto;
  width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.manufacturingDetailSec__wrapper {
  margin-bottom: 90px;
}
.manufacturingDetailSec__box {
  width: 100%;
  max-width: 700px;
}
.manufacturingDetailSec__innerBox {
  display: flex;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__innerBox {
    display: block;
  }
}
.manufacturingDetailSec__boxWrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__boxWrapper {
    display: block;
  }
}
.manufacturingDetailSec__title {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #07338C;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__title {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
}
.manufacturingDetailSec__purpose {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__purpose {
    font-size: 14px;
  }
}
.manufacturingDetailSec__purposeTitle {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
  padding-right: 10px;
}
.manufacturingDetailSec__subTitle {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  background: #1649B1;
  padding: 14px 18px;
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__subTitle {
    font-size: 15px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}
.manufacturingDetailSec__imageList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList {
    flex-wrap: wrap;
  }
}
.manufacturingDetailSec__imageList.twoItems .manufacturingDetailSec__imageListItem {
  width: calc((700px - 12px) / 2);
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.twoItems .manufacturingDetailSec__imageListItem {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.twoItems .manufacturingDetailSec__imageListItem:first-child {
    margin-right: 0;
  }
}
.manufacturingDetailSec__imageList.twoItems .manufacturingDetailSec__imageBoxCaption {
  text-align: center;
}
.manufacturingDetailSec__imageList.twoItems.smooth::before {
  position: absolute;
  content: "";
  background-image: url("../img/child_page/manufacturing/smooth_before.png");
  background-size: 482px;
  width: 482px;
  height: 80px;
  top: 128px;
  left: 123px;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.twoItems.smooth::before {
    background-image: url("../img/child_page/manufacturing/smooth_before_sp.png");
    background-size: 100%;
    width: 70%;
    height: 70%;
    top: 38%;
    left: 14%;
  }
}
@media screen and (max-width: 500px) {
  .manufacturingDetailSec__imageList.twoItems.smooth::before {
    background-image: url("../img/child_page/manufacturing/smooth_before_sp.png");
    background-size: 100%;
    width: 70%;
    height: 70%;
    top: 34%;
    left: 14%;
  }
}
.manufacturingDetailSec__imageList.twoItems.smooth .manufacturingDetailSec__imageBoxCaption {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.twoItems.smooth .manufacturingDetailSec__imageListItem {
    width: calc((100% - 12px) / 2);
  }
  .manufacturingDetailSec__imageList.twoItems.smooth .manufacturingDetailSec__imageListItem:first-child {
    margin-right: 8px;
  }
  .manufacturingDetailSec__imageList.twoItems.smooth .manufacturingDetailSec__imageBoxCaption {
    margin-top: 20px;
  }
}
.manufacturingDetailSec__imageList.fourItems .manufacturingDetailSec__imageListItem {
  width: calc((700px - 75px) / 4);
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.fourItems .manufacturingDetailSec__imageListItem {
    width: calc((100% - 12px) / 2);
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.fourItems .manufacturingDetailSec__imageListItem:nth-child(3) {
    margin-right: 12px;
  }
}
.manufacturingDetailSec__imageList.fourItems .manufacturingDetailSec__imageBoxCaption {
  text-align: center;
}
.manufacturingDetailSec__imageList.specials .manufacturingDetailSec__imageListItem {
  width: calc((700px - 25px) / 4);
  padding-right: 12px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.specials .manufacturingDetailSec__imageListItem {
    width: calc((100% - 12px) / 2);
    padding-right: 0;
    margin-bottom: 48px;
  }
}
.manufacturingDetailSec__imageList.specials .manufacturingDetailSec__imageListItem:last-child {
  padding-right: 0;
  width: calc((700px - 25px) / 2);
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.specials .manufacturingDetailSec__imageListItem:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}
.manufacturingDetailSec__imageList.sidethrough {
  display: block;
  width: 100%;
  max-width: 167px;
  margin-right: 52px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.sidethrough {
    max-width: inherit;
    display: flex;
  }
}
.manufacturingDetailSec__imageList.sidethrough .manufacturingDetailSec__imageListItem {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.sidethrough .manufacturingDetailSec__imageListItem {
    width: calc((100% - 24px) / 2);
    margin-right: 12px;
  }
}
.manufacturingDetailSec__imageList.sidethrough .manufacturingDetailSec__imageListItem:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.sidethrough .manufacturingDetailSec__imageListItem:last-child {
    width: calc((100% - 4px) / 2);
    margin-right: 0;
  }
}
.manufacturingDetailSec__imageList.throughhole {
  width: 100%;
  justify-content: space-around;
}
.manufacturingDetailSec__imageList.throughhole .manufacturingDetailSec__imageListItem {
  width: 202px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.throughhole .manufacturingDetailSec__imageListItem {
    width: calc((100% - 12px) / 2);
    padding-right: 0;
    margin-bottom: 48px;
  }
}
.manufacturingDetailSec__imageList.throughhole .manufacturingDetailSec__imageListItem:first-child .manufacturingDetailSec__image {
  width: 108px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.throughhole .manufacturingDetailSec__imageListItem:first-child .manufacturingDetailSec__image {
    width: 100%;
  }
}
.manufacturingDetailSec__imageList.throughhole .manufacturingDetailSec__imageListItem:last-child .manufacturingDetailSec__image {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.throughhole .manufacturingDetailSec__imageListItem:last-child .manufacturingDetailSec__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.hybrid .manufacturingDetailSec__imageListItem:nth-child(2) {
    width: calc(100% - 94%);
    margin-top: 12px;
  }
}
.manufacturingDetailSec__imageList.hybrid .manufacturingDetailSec__imageListItem:last-child {
  width: 29px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.hybrid .manufacturingDetailSec__imageListItem:last-child .manufacturingDetailSec__imageListItemTopBox__text.text01 {
    top: 18%;
    padding-left: 5px;
  }
  .manufacturingDetailSec__imageList.hybrid .manufacturingDetailSec__imageListItem:last-child .manufacturingDetailSec__imageListItemBottomBox__text.text02 {
    top: 65%;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageList.hybrid .manufacturingDetailSec__imageListItem {
    margin-right: 7px;
  }
}
.manufacturingDetailSec__imageListItemTopBox {
  width: 29px;
  height: 39px;
  border: 1px solid #1649B1;
  border-left-width: 0;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageListItemTopBox {
    width: 18px;
    height: 25px;
  }
}
.manufacturingDetailSec__imageListItemTopBox__text {
  position: absolute;
  width: 150px;
  display: block;
  content: "";
  top: 50%;
  padding-left: 40px;
  transform: translate(0, -50%);
  background-position: center;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageListItemTopBox__text {
    width: 120px;
    padding-left: 30px;
    font-size: 12px;
  }
}
.manufacturingDetailSec__imageListItemBottomBox {
  width: 29px;
  height: 124px;
  border: 1px solid #1649B1;
  border-left-width: 0;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageListItemBottomBox {
    width: 18px;
    height: 70px;
    margin-top: 7px;
  }
}
.manufacturingDetailSec__imageListItemBottomBox__text {
  position: absolute;
  width: 150px;
  display: block;
  content: "";
  top: 50%;
  padding-left: 40px;
  transform: translate(0, -50%);
  background-position: center;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageListItemBottomBox__text {
    width: 120px;
    padding-left: 30px;
    font-size: 12px;
  }
}
.manufacturingDetailSec__imageListItem {
  width: calc((700px - 25px) / 3);
  padding-right: 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageListItem:first-child {
    padding-right: 0;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageListItem:nth-child(2) {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageListItem:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageListItem {
    width: calc((100% - 12px) / 2);
  }
}
.manufacturingDetailSec__imageListItemText {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.manufacturingDetailSec__imageListItemText.mgt {
  margin-top: 60px;
}
.manufacturingDetailSec__imageBox {
  width: 100%;
}
.manufacturingDetailSec__imageBoxSidethrough {
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__imageBoxSidethrough {
    margin-right: 0;
  }
}
.manufacturingDetailSec__imageBoxThroughHole {
  margin-top: -50px;
}
.manufacturingDetailSec__imageBoxCaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.manufacturingDetailSec__imageBoxCaption.txtCent {
  text-align: center;
}
.manufacturingDetailSec__lowerTextBoxText {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
.manufacturingDetailSec__lowerTextBoxText.mgb {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__lowerTextBoxText {
    margin-bottom: 18px;
  }
}
.manufacturingDetailSec__sideTextBox {
  width: calc(100% - 700px);
  margin-left: 30px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  background: #EAF0FB;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .manufacturingDetailSec__sideTextBox {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.manufacturingDetailSec__sideTextBoxTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.manufacturingDetailSec__sideTextBoxSubTitle {
  color: #1649B1;
  font-weight: 600;
  line-height: 1.8;
}
.manufacturingDetailSec__sideTextBoxText {
  color: #1649B1;
  line-height: 1.5;
  margin-bottom: 25px;
}

/*==========================================
aboutPlatingSec
==========================================*/
.aboutPlatingSec {
  margin: 0 auto;
  width: 1000px;
  display: block;
  margin-bottom: 72px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 42px;
  }
}
.aboutPlatingSec__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.aboutPlatingSec__headingTitle {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__headingTitle {
    font-size: 20px;
  }
}
.aboutPlatingSec__headingTitleAnswer {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__headingTitleAnswer {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.aboutPlatingSec__resemble {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
}
.aboutPlatingSec__resembleTitle {
  font-size: 22px;
  letter-spacing: 0.01em;
  font-weight: 600;
  color: #1649B1;
  margin-bottom: 41px;
  text-align: center;
  position: relative;
}
.aboutPlatingSec__resembleTitle::before {
  position: absolute;
  content: "";
  border: 1px solid #3469D3;
  width: 35%;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleTitle::before {
    width: 24%;
  }
}
.aboutPlatingSec__resembleTitle::after {
  position: absolute;
  content: "";
  border: 1px solid #3469D3;
  width: 34%;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleTitle::after {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleTitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.aboutPlatingSec__resembleList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleList {
    display: block;
  }
}
.aboutPlatingSec__resembleListItem {
  width: calc((100% - 50px) / 3);
  padding: 75px 20px 74px;
  border: 10px solid #D5E0F6;
  margin-right: 25px;
  box-sizing: border-box;
}
.aboutPlatingSec__resembleListItem:last-child {
  margin-right: 0;
  padding: 30px 20px 15px;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleListItem:last-child {
    padding: 15px 20px 15px;
  }
}
.aboutPlatingSec__resembleListItem:last-child .aboutPlatingSec__resembleListItemImgCaption {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleListItem:last-child .aboutPlatingSec__resembleListItemImgCaption {
    font-size: 18px;
  }
}
.aboutPlatingSec__resembleListItem:last-child .aboutPlatingSec__resembleListItemImgBox {
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleListItem {
    width: 100%;
    border: 6px solid #D5E0F6;
    padding: 17px 20px;
    margin-bottom: 7px;
  }
}
.aboutPlatingSec__resembleListItemImgBox {
  width: 100%;
  max-width: 84px;
  margin: 0 auto 25px;
}
.aboutPlatingSec__resembleListItemImgBox.resemble02 {
  margin: 5px auto 30px;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleListItemImgBox.resemble02 {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleListItemImgBox {
    max-width: 50px;
    margin: 0 auto 20px;
  }
}
.aboutPlatingSec__resembleListItemImgCaption {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
}
.aboutPlatingSec__resembleListItemImgCaption__en {
  font-size: 12px;
  color: #1649B1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleListItemImgCaption__en {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleListItemImgCaption {
    font-size: 18px;
  }
}
.aboutPlatingSec__resembleListItemTxt {
  text-align: center;
}
.aboutPlatingSec__resembleListItemImgSupplement {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 0;
  border-top: 1px dashed #3469D3;
}
.aboutPlatingSec__resembleListItemImgSupplement__subtxt {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__resembleListItemImgSupplement {
    font-size: 18px;
  }
}
.aboutPlatingSec__platingEn {
  width: 100%;
  position: relative;
}
.aboutPlatingSec__platingEnImgBox {
  width: inherit;
}
.aboutPlatingSec__platingEnTxt {
  font-size: 15px;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 70px);
  display: block;
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .aboutPlatingSec__platingEnTxt {
    width: calc(100% - 50px);
    text-align: left;
    padding: 15px;
    line-height: 1.8;
  }
}

/*==========================================
etymologyPlatingSec
==========================================*/
.etymologyPlatingSec {
  margin: 0 auto;
  width: 1000px;
  display: block;
  margin-bottom: 46px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .etymologyPlatingSec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .etymologyPlatingSec {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.etymologyPlatingSec__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.etymologyPlatingSec__headingTitle {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .etymologyPlatingSec__headingTitle {
    font-size: 20px;
  }
}
.etymologyPlatingSec__txtArea {
  background: rgba(52, 105, 211, 0.1);
  padding: 55px 71px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .etymologyPlatingSec__txtArea {
    padding: 28px 20px;
  }
}
.etymologyPlatingSec__txtAreaTxt {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .etymologyPlatingSec__txtAreaTxt.last {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .etymologyPlatingSec__txtAreaTxt {
    line-height: 1.8;
  }
}

/*==========================================
lowerEtymologyPlatingBox
==========================================*/
.lowerEtymologyPlatingBox {
  position: relative;
  background-image: url("../../../assets/img/child_page/introduction/aboutPlating_02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
  width: inherit;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .lowerEtymologyPlatingBox {
    background-image: url("../../../assets/img/child_page/introduction/aboutPlating_02_sp.jpg");
    height: 409px;
    margin-bottom: 42px;
  }
}
.lowerEtymologyPlatingBox__inner {
  position: absolute;
  margin: 0 auto;
  width: 1000px;
  display: block;
  height: 295px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .lowerEtymologyPlatingBox__inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lowerEtymologyPlatingBox__inner {
    left: 0;
    bottom: 0;
    transform: none;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 0 10px 10px;
  }
}
.lowerEtymologyPlatingBox__txt {
  font-size: 15px;
  line-height: 2.5;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  display: block;
  padding: 54px 72px;
}
@media screen and (max-width: 767px) {
  .lowerEtymologyPlatingBox__txt {
    padding: 15px;
    line-height: 2;
  }
}

/*==========================================
purposePlatingSec
==========================================*/
.purposePlatingSec {
  margin: 0 auto;
  width: 1000px;
  display: block;
  margin-bottom: 76px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .purposePlatingSec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .purposePlatingSec {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.purposePlatingSec__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
}
.purposePlatingSec__headingTitle {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .purposePlatingSec__headingTitle {
    font-size: 20px;
  }
}
.purposePlatingSec__resemble {
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
}
.purposePlatingSec__resembleList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .purposePlatingSec__resembleList {
    display: block;
  }
}
.purposePlatingSec__resembleListItem {
  width: calc((100% - 50px) / 3);
  padding: 75px 20px 74px;
  border: 10px solid #D5E0F6;
  margin-right: 25px;
  box-sizing: border-box;
}
.purposePlatingSec__resembleListItem:last-child {
  margin-right: 0;
  padding: 30px 20px 15px;
}
.purposePlatingSec__resembleListItem:last-child .aboutPlatingSec__resembleListItemImgCaption {
  font-size: 20px;
}
.purposePlatingSec__resembleListItem:last-child .aboutPlatingSec__resembleListItemImgBox {
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .purposePlatingSec__resembleListItem {
    width: 100%;
    padding: 17px 20px;
    margin-bottom: 7px;
    border: 6px solid #D5E0F6;
  }
}
.purposePlatingSec__resembleListItemImgBox {
  width: 100%;
  max-width: 84px;
  margin: 0 auto 25px;
}
.purposePlatingSec__resembleListItemImgBox.resemble02 {
  margin: 5px auto 35px;
}
@media screen and (max-width: 767px) {
  .purposePlatingSec__resembleListItemImgBox.resemble02 {
    margin: 5px auto 15px;
  }
}
@media screen and (max-width: 767px) {
  .purposePlatingSec__resembleListItemImgBox {
    max-width: 62px;
    margin: 0 auto 15px;
  }
}
.purposePlatingSec__resembleListItemImgCaption {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.purposePlatingSec__resembleListItemImgCaption__en {
  font-size: 12px;
  color: #1649B1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .purposePlatingSec__resembleListItemImgCaption {
    font-size: 18px;
  }
}
.purposePlatingSec__resembleListItemTxt {
  text-align: center;
}
.purposePlatingSec__resembleListItemImgSupplement {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-weight: 400;
  line-height: 1.2;
  padding: 5px 0;
  margin-bottom: 10px;
}
.purposePlatingSec__resembleListItemImgSupplementList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 32px;
  height: 65px;
}
.purposePlatingSec__resembleListItemImgSupplementListItem {
  font-size: 15px;
  list-style-type: disc;
}
.purposePlatingSec__txt {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .purposePlatingSec__txt {
    font-size: 20px;
  }
}

/*==========================================
protectionPlatingSec
==========================================*/
.protectionPlatingSec {
  margin: 0 auto;
  width: 1000px;
  display: block;
  margin-bottom: 46px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.protectionPlatingSec__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__heading {
    margin-bottom: 20px;
  }
}
.protectionPlatingSec__headingTitle {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__headingTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__headingTitle {
    letter-spacing: 0;
  }
}
.protectionPlatingSec__box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__box {
    display: block;
  }
}
.protectionPlatingSec__txtBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__txtBox {
    width: 100%;
  }
}
.protectionPlatingSec__txtBoxTitle {
  border-left: 10px solid #1649B1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__txtBoxTitle {
    margin-bottom: 18px;
  }
}
.protectionPlatingSec__txtBoxSubTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #1649B1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__txtBoxSubTitle {
    font-size: 18px;
  }
}
.protectionPlatingSec__txtBoxTxt {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__txtBoxTxt {
    margin-bottom: 18px;
  }
}
.protectionPlatingSec__txtBoxTxtLink {
  text-decoration: underline;
  color: #1649B1;
}
.protectionPlatingSec__imgBox {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .protectionPlatingSec__imgBox {
    width: 100%;
  }
}

/*==========================================
.businessCardPlatingSec
==========================================*/
.businessCardPlatingSec {
  margin: 0 auto 46px;
  width: 1000px;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec {
    width: 100%;
  }
}
.businessCardPlatingSec__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__heading {
    margin-bottom: 18px;
  }
}
.businessCardPlatingSec__headingTitle {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__headingTitle {
    font-size: 20px;
  }
}
.businessCardPlatingSec__upperBox {
  margin: 0 auto;
  width: 1000px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__upperBox {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__upperBox {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.businessCardPlatingSec__txt {
  line-height: 1.8;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__txt {
    margin-bottom: 18px;
  }
}
.businessCardPlatingSec__txtLink {
  text-decoration: underline;
  color: #1649B1;
}
.businessCardPlatingSec__imgList {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% - 78px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__imgList {
    width: 100%;
    display: block;
  }
}
.businessCardPlatingSec__imgListItem {
  width: calc(100% - 50px);
  margin-right: 50px;
}
.businessCardPlatingSec__imgListItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__imgListItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.businessCardPlatingSec__lowerBox {
  background: rgba(52, 105, 211, 0.1);
  padding: 73px 71px;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__lowerBox {
    padding: 20px 10px;
  }
}
.businessCardPlatingSec__lowerBox__upper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__lowerBox__upper {
    display: block;
  }
}
.businessCardPlatingSec__lowerBox__txtBoxTitle {
  border-left: 10px solid #1649B1;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 15px;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__lowerBox__txtBoxTitle {
    letter-spacing: 0.1em;
    margin-bottom: 18px;
  }
}
.businessCardPlatingSec__lowerBox__txtBoxSubTitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  color: #1649B1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__lowerBox__txtBoxSubTitle {
    font-size: 18px;
  }
}
.businessCardPlatingSec__lowerBox__imgBox {
  width: 337px;
  padding-left: 26px;
  padding-right: 26px;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__lowerBox__imgBox {
    padding: 0;
    width: 100%;
    margin-bottom: 18px;
  }
}
.businessCardPlatingSec__lowerBox__lower__txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 40px;
}
.businessCardPlatingSec__lowerBox__lower__txt__strong {
  font-weight: 600;
}
.businessCardPlatingSec__lowerBox__lower__imgBox {
  width: calc(100% - 174px);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .businessCardPlatingSec__lowerBox__lower__imgBox {
    width: 100%;
  }
}

/*==========================================
searchLeadArea
==========================================*/
.searchLeadArea {
  width: inherit;
  background: #2247C1;
  padding: 20px 0;
  margin-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .searchLeadArea {
    margin-bottom: 42px;
  }
}
.searchLeadArea__txt {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .searchLeadArea__txt {
    font-size: 14px;
    font-weight: 400px;
  }
}

/*==========================================
anchorLinksTopSec
==========================================*/
.anchorLinksTopSec {
  margin: 0 auto;
  width: 1000px;
  display: block;
  margin-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.anchorLinksTopSec__anchorLinksList {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec__anchorLinksList {
    margin-bottom: 40px;
  }
}
.anchorLinksTopSec__anchorLinksListItem__purpose {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 10px;
}
.anchorLinksTopSec__anchorLinksListItem__purposeBtn {
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec__anchorLinksListItem__purposeBtn {
    font-size: 14px;
    border: 1px solid #1649B1;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    display: flex;
  }
  .anchorLinksTopSec__anchorLinksListItem__purposeBtn::before {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #1649B1;
  }
  .anchorLinksTopSec__anchorLinksListItem__purposeBtn::after {
    content: "";
    position: absolute;
    top: 27%;
    right: 17px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: 2px solid #1649B1;
    transform: rotate(90deg);
  }
}
.anchorLinksTopSec__anchorLinksListItem__purposeBtn.is-active::after {
  display: none;
}
.anchorLinksTopSec__anchorLinksListItem__purposeList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: inherit;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec__anchorLinksListItem__purposeList {
    display: none;
  }
}
.anchorLinksTopSec__anchorLinksListItem__purposeListItem {
  width: calc(100% / 5);
  margin-bottom: 10px;
  padding-left: 31px;
}
.anchorLinksTopSec__anchorLinksListItem__purposeListItem.double {
  width: calc(100% / 2);
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec__anchorLinksListItem__purposeListItem.double {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec__anchorLinksListItem__purposeListItem {
    width: 100%;
  }
}
.anchorLinksTopSec__anchorLinksListItem__purposeListItemLink {
  color: #1649B1;
  line-height: 2;
  border-bottom: 1px solid #1649B1;
  padding-bottom: 4px;
  position: relative;
}
.anchorLinksTopSec__anchorLinksListItem__purposeListItemLink::before {
  position: absolute;
  content: "";
  background-color: #1649B1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%2F%3E%3C%2Fsvg%3E");
  background-size: 22px;
  background-position: center top 2px;
  width: 24px;
  height: 24px;
  border-radius: 15px;
  left: -30px;
  top: -4px;
}
.anchorLinksTopSec__anchorLinksBottomArea {
  background: #062668;
  border: 2px solid #3469D4;
  padding: 22px 32px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec__anchorLinksBottomArea {
    padding: 12px 22px;
  }
}
.anchorLinksTopSec__anchorLinksBottomAreaTxt {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .anchorLinksTopSec__anchorLinksBottomAreaTxt {
    font-size: 16px;
  }
}

/*==========================================
anchorLinksTopSec
==========================================*/
.anchorLinksDetailSec {
  margin: 0 auto;
  width: 1000px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .anchorLinksDetailSec {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .anchorLinksDetailSec {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.anchorLinksDetailSec__detailListItem__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: auto;
  border-bottom: 2px solid #07338c;
  margin-bottom: 25px;
}
.anchorLinksDetailSec__detailListItem__headingTitle {
  display: inline-block;
  font-size: 25px;
  letter-spacing: 0.03em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .anchorLinksDetailSec__detailListItem__headingTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .anchorLinksDetailSec__detailListItem__headingTitle {
    font-size: 20px;
    letter-spacing: -0.01em;
  }
}
.anchorLinksDetailSec__detailListItem__txt {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
}
.anchorLinksDetailSec__detailListItem__innerList {
  margin-bottom: 50px;
}
.anchorLinksDetailSec__detailListItem__innerListItem {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  color: #1649B1;
  list-style-type: square;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .anchorLinksDetailSec__detailListItem__innerListItem {
    list-style: none;
    position: relative;
  }
  .anchorLinksDetailSec__detailListItem__innerListItem::before {
    position: absolute;
    content: "";
    background: #1649B1;
    width: 12px;
    height: 12px;
    top: 20%;
    left: -16px;
  }
}
.anchorLinksDetailSec__detailListItem__innerListItemLink {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
  color: #1649B1;
}
.anchorLinksDetailSec__detailListItem__innerListItemLink:hover {
  text-decoration: underline;
}

.videoWrapperOuter {
  max-width: 1000px;
  margin: 30px auto 40px auto;
  padding: 0 15px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  width: 100%;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
