@charset "UTF-8";
/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  color: #222;
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
a, a:link, a:hover, a:focus {
  color: #7E8AC5;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
a:hover {
  color: #222;
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #DDD;
  color: #444; /* Safari */
}
::-moz-selection {
  background-color: #DDD;
  color: #444; /* Firefox */
}
a {
  display: inline-block;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/* End hide from IE-mac */
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/
br.clear {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  br.clear {
    display: block !important;
    content: " ";
  }
}
div.clear {
  clear: both;
  line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#topcontrol {
  z-index: 100;
}
#topcontrol a {
  background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
  background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
  *background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
  _background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
  background-size: 40px 40px;
  font-size: 0;
  text-decoration: none;
  display: block;
  height: 38px;
  width: 38px;
  opacity: 0.7;
  border-radius: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
#topcontrol a:hover {
  background-size: 54px 54px;
  opacity: 1;
  height: 50px;
  width: 50px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
/*-- WRAP --*/
#wrap {
  padding-top: 80px;
}
/*-- HEADER --*/
#header {
  border-top: 4px solid;
  border-image: linear-gradient(to right, #142045 0%, #4059AB 100%);
  border-image-slice: 1;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #FAFAFA;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
#header * {}
#header div.inr {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 30px;
  width: 100%;
}
#header div.inr .logo {
  float: left;
  line-height: 0;
  margin-right: 2%;
  padding: 0 0 0 0;
  width: 190px;
}
#header div.inr .logo img {
  height: auto;
  width: 100%;
}
#header div.inr .hdR {
  float: left;
  padding: 22px 0 0 0;
  width: 70%;
}
#header #companyLogo {
  position: absolute;
  top: 10px;
  right: 0;
  width: 170px;
  margin-right: 8px;
}
#header #companyLogo img {
  height: auto;
  width: 100%;
}
#gNav {}
#gNav > ul > li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 15px;
  padding-bottom: 22px;
  letter-spacing: 0.2em;
}
#gNav > ul > li > a {
  color: #444;
  padding: 10px 5px 20px 10px;
  text-decoration: none !important;
  transition: 0.2s;
}
#gNav > ul > li > a:hover {
  color: #7E8AC5;
}
#gNav > ul > li > a.current {
  color: #7E8AC5;
}
#gNav > ul > li > a.current:after {
  background-color: #7E8AC5;
  content: '';
  display: block;
  height: 2px;
  margin-top: 5px;
  width: 100%;
}
#gNav > ul > li i {
  display: none !important;
}
#gNav ul li #megaMenu {
  background-color: #FFF;
  z-index: 1000;
  height: 0px;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: none !important;
}
#gNav ul li#megaSwitch:hover, #gNav ul li#megaSwitch:hover > a {}
#gNav ul li#megaSwitch:hover #megaMenu {
  height: auto;
  opacity: 1;
  max-height: 9999px;
  transition: 0.6s;
  top: 76px;
}
#gNav ul li #megaMenu .megaMenuInr {
  margin: 0 auto;
  max-width: 1280px;
  padding: 35px 20px;
}
#gNav ul li#megaSwitch #megaMenu .mmL {
  float: left;
  padding-top: 60px;
  padding-left: 20px;
  width: 20%;
}
#gNav ul li#megaSwitch #megaMenu .mmL .jp {
  color: #222;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#gNav ul li#megaSwitch #megaMenu .mmL .en {
  color: #AAA;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#gNav ul li#megaSwitch #megaMenu .mmL .en:after {
  background-color: #7E8AC5;
  content: '';
  display: block;
  margin-top: 25px;
  height: 1px;
  width: 40px;
}
#gNav ul li#megaSwitch #megaMenu .mmL .btn a {
  border: 2px solid #000;
  color: #222;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  min-width: 180px;
}
#gNav ul li#megaSwitch #megaMenu .mmL .btn a:hover {
  border: 2px solid #7E8AC5;
}
#gNav ul li#megaSwitch #megaMenu .mmR {
  float: right;
  width: 80%;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul {
  overflow: hidden;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 1% 10px 0;
  width: 24%;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a {
  background-color: #FFF;
  border: 1px solid #DDD;
  color: #222;
  display: table;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a:hover {
  border: 1px solid #7E8AC5;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a .img {
  display: table-cell;
  padding: 10px 15px 5px 10px;
  vertical-align: middle;
  width: 38%;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a .img img {
  height: auto;
  width: 100%;
  min-width: 80px;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a .name {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width: 67%;
}
#maskLayer {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  max-height: 0;
}
#maskLayer.active {
  opacity: 1;
  max-height: 9999px;
  z-index: 100;
  transition: 0.3s;
}
/*デバイスの横幅が1100px以下の場合*/
@media only screen and (max-width: 1100px) {
  #gNav ul li#megaSwitch #megaMenu .mmR ul li {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 1% 5px 0;
  }
  #gNav ul li#megaSwitch #megaMenu .mmR ul li a .img img {
    min-width: 60px;
  }
  #gNav ul li#megaSwitch #megaMenu .mmL .btn a {
    min-width: 120px;
  }
}
/*デバイスの横幅が1000px以下の場合*/
@media only screen and (max-width: 1100px) {
  #gNav > ul > li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px;
    padding-bottom: 22px;
  }
}
/*==========================================*/
/*==========================================*/
/*-- MV --*/
#mv {
  background-size: cover;
  height: 150px;
  display: block;
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#142045), to(#4059AB));
  background: -webkit-linear-gradient(left top, #142045, #4059AB);
  background: -moz-linear-gradient(left top, #142045, #4059AB);
  background: -o-linear-gradient(left top, #142045, #4059AB);
  background: linear-gradient(to right bottom, #142045, #4059AB);
}
#mv .mvInr {
  height: 150px;
  display: table;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
#mv .cName {
  color: #FFF;
  height: 150px;
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
  width: 100%;
  transition: 0.2s;
}
#mv .cName span {
  transition: 0.2s;
  vertical-align: middle;
}
#mv .cName span.jp {
  color: #FFF;
  font-weight: 600;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#mv .cName span.en {
  color: #AAA;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
#mvMaterial {
  background-size: cover;
  height: 390px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#142045), to(#4059AB));
  background: -webkit-linear-gradient(left top, #142045, #4059AB);
  background: -moz-linear-gradient(left top, #142045, #4059AB);
  background: -o-linear-gradient(left top, #142045, #4059AB);
  background: linear-gradient(to right bottom, #142045, #4059AB);
}
#mvMaterial .mvInr {
  height: 390px;
  display: table;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
#mvMaterial .mvInr .mvCell {
  background-position: 88% center;
  background-repeat: no-repeat;
  background-size: auto 350px;
  height: 390px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mvMaterial .mvInr .mvCell .cName {
  border: 1px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  padding: 5px 15px;
}
#mvMaterial .mvInr .mvCell h1 {
  color: #FFF;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  text-shadow: black 0 0 5px;
}
#mvMaterial .mvInr .mvCell p.txt {
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  max-width: 600px;
}
#mvMaterial.news {
  height: 240px;
}
#mvMaterial.news .mvInr {
  height: 240px;
}
#mvMaterial.news .mvInr .mvCell {
  height: 240px;
}
#mvMaterial.news .mvInr .mvCell p.txt {
  margin-bottom: 0px;
}
#mvMaterial.news .mvInr .mvCell .cName {
  margin-bottom: 10px;
}
#mvMaterial .mvInr .mvCell ul {}
#mvMaterial .mvInr .mvCell ul li {
  display: inline-block;
}
#mvMaterial .mvInr .mvCell ul li a {
  border: 2px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-right: 10px;
  padding: 9px 30px;
  text-decoration: none;
}
#mvMaterial .mvInr .mvCell ul li a i {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 7px;
}
/*==========================================*/
/*-- BREADCHUMBS --*/
#breadChumbs {
  background-color: #F2F5F8;
  border-bottom: 1px solid #E0E0E0;
  margin: 1px auto 0;
  padding: 15px 0 15px;
}
#breadChumbs p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 auto;
  transition: 0.2s;
  max-width: 1280px;
  padding: 0 30px;
}
#breadChumbs p a {
  color: #777;
  text-decoration: none;
}
#breadChumbs p a.currentPoint {
  color: #222;
  text-decoration: none;
}
/*-- CONTENTS --*/
#contents {
  margin: 0 auto 0;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
#main {
  background-color: #FFF;
  margin: 0 auto 0;
  min-height: 500px;
  position: relative;
}
#main section {
  margin: 0 auto 0;
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
}
/*-- FOOTER --*/
#footer {
  background: linear-gradient(-135deg, #000, #000);
  padding: 20px 20px 20px;
  text-align: center;
}
#footer div.inr {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}
#footer div.inr small {
  color: #FFF;
  font-family: 'Ropa Sans', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#my-button {
  display: none;
  position: absolute;
  top: 17px;
  left: 15px;
  transition: 0.2s;
  width: 28px;
}
#my-button a {
  border-radius: 4px;
  display: block;
  text-decoration: none;
  padding: 0;
}
#my-button a:hover {
  text-decoration: none;
}
#my-button .menuName {
  color: #FFF;
  display: inline-block;
  font-size: 8px;
  padding-top: 0px;
  text-align: center;
}
.menu-trigger, .menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
  text-decoration: none;
}
.menu-trigger {
  position: relative;
  /*
	width: 28px;
	*/
  height: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
html.mm-opened .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#my-button a:hover .menu-trigger span {}
/*==========================================*/
/*-- 20241011デザイン課追加 お問い合わせ関連 --*/
/*==========================================*/
#contents {
  margin: 0 auto 0;
  padding: 0 0;
  position: relative;
  z-index: 2;
}
#contents .formArea {
  overflow: hidden;
}
body#detail #main {
  padding-top: 60px;
  padding-bottom: 50px;
}
#main section {
  margin: 0 auto 80px;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
#contents .formArea .formAreaL {
  float: left;
  width: 47%;
}
#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
#contents .formArea .formAreaR {
  float: right;
  width: 47%;
}
#contents .submitBtn {
  padding-top: 30px;
}
#contents .submitBtn input {
  display: inline-block;
  padding: 10px 20px;
  min-width: 300px;
}
#mv2 {
  background-size: cover;
  border-bottom: 5px solid #5262B2;
  display: block;
  position: relative;
  padding: 0 20px;
  width: 100%;
}
#mv2 #mvInr {
  display: table;
  height: 200px;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
}
#mv2 #mvInr .cell {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
  padding: 20px 0;
  width: 100%;
}
#mv2 #mvInr h1 {
  display: block;
  letter-spacing: 0.1em;
}
h1.contact_list-left {
  width: 30%;
  display: inline-block !important;
}
#mv2 #mvInr h1 span.name {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Sans Japanese', "MS PGothic", sans-serif;
}
#mv2 #mvInr h1 span {
  display: block;
  letter-spacing: 0.1em;
}
.contact_list {
  display: inline-block;
}
#mv2 #mvInr p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  padding-top: 25px;
}
.contact_list li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
#mv2 #mvInr h1 em {
  color: #999;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-left: 15px;
  padding-top: 5px;
}
#contents .formArea input, #contents .formArea textarea {
  margin-bottom: 15px;
  width: 100%;
}
#contents .formArea .radio-308 input {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 870px) {
  h1.contact_list-left {
    width: 100%;
    display: block !important;
  }
  #mv2 #mvInr .cell {
    height: auto;
  }
  #mv2 #mvInr {
    height: auto;
  }
  #mv2 #mvInr h1 span.name {
    font-size: 38px;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Noto Sans Japanese', "MS PGothic", sans-serif;
  }
  #contents .formArea .formAreaL {
    float: none;
    width: 100%;
  }
  #contents .formArea .formAreaR {
    float: none;
    width: 100%;
  }
}