@charset "UTF-8";

/*light*/
.tellink {
  color: #555;
}

@font-face {
  font-family: 'mplus-1m-light';
  src: url('/common/webfonts/mplus-1m-light.eot');
  /* IE9 Compat Modes */
  src: url('/common/webfonts/mplus-1m-light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/common/webfonts/mplus-1m-light.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('/common/webfonts/mplus-1m-light.ttf') format('truetype');
  /* Safari, Android, iOS */
}

/*medium*/
@font-face {
  font-family: 'mplus-1m-regular';
  src: url('/common/webfonts/mplus-1m-regular.eot');
  /* IE9 Compat Modes */
  src: url('/common/webfonts/mplus-1m-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/common/webfonts/mplus-1m-regular.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('/common/webfonts/mplus-1m-regular.ttf') format('truetype');
  /* Safari, Android, iOS */
}

/*English light*/
@font-face {
  font-family: 'Brandon_light';
  src: url('/common/webfonts/Brandon_light.eot');
  /* IE9 Compat Modes */
  src: url('/common/webfonts/Brandon_light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/common/webfonts/Brandon_light.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('/common/webfonts/Brandon_light.ttf') format('truetype');
  /* Safari, Android, iOS */
}

/*English medium*/
@font-face {
  font-family: 'Brandon_med';
  src: url('/common/webfonts/Brandon_med.eot');
  /* IE9 Compat Modes */
  src: url('/common/webfonts/Brandon_med.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/common/webfonts/Brandon_med.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('/common/webfonts/Brandon_med.ttf') format('truetype');
  /* Safari, Android, iOS */
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  background: #ffffff;
  font-family: 'mplus-1m-light', sans-serif;
  font-weight: 100;
  width: 100%;
  color: #555555;
}

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

ul {
  list-style: none;
}

a,
label {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #0950a0;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* clearfix -------------*/
#header:after,
#mainVisual:after,
.visionWrap:after,
.serviceWrap:after,
.memberDit:after,
.newsWrap .newsList li:after,
.tableStyle:after,
.service .env:after,
.member .linkList:after,
.panel .head:after,
.member .panel section:after,
.member .panel .memFooter:after,
.news .lowerNewsWrap li:after {
  content: "";
  display: block;
  clear: both;
}

#header,
#mainVisual,
.visionWrap,
.serviceWrap,
.memberDit,
.newsWrap .newsList li,
.tableStyle,
.service .env,
.member .linkList,
.panel .head,
.member .panel section,
.member .panel .memFooter,
.news .lowerNewsWrap li {
  zoom: 1;
}

/* -----------------------------
    LOADING
-------------------------------*/
#loading {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#loading .loader {
  position: absolute;
  top: 40%;
  left: -webkit-calc(50% - 150px);
  left: calc(50% - 150px);
}

/* -----------------------------
    HEADER
-------------------------------*/
#header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  filter: alpha(opacity=80);
  /* IE lt 8 */
}

html>

/**/
body #header {
  background-color
  /*\**/
  : #ffffff \9;
}

#header h1 {
  float: left;
}

#header h1 a {
  display: block;
  width: 128px;
  height: 35px;
  background: url('/common/img/logo_pc.png') no-repeat;
  margin: 13px 0 0 20px;
  background-size: 128px auto;
}

#header h1 a span {
  display: none;
}

/* 
   *グローバルナビ_メインメニュー
   */

#mainNav {
  float: right;
}

#mainNav li {
  float: left;
  position: relative;
}

#mainNav li a,
#mainNav li label {
  display: block;
  width: 100px;
  font-size: 14px;
  padding: 23px 0;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

#mainNav li a:hover,
#mainNav li label:hover {
  color: #ffffff;
  background: #0950a0;
}

#mainNav li a i,
#mainNav li .acMenu i {
  display: none;
}

#mainNav li input {
  /* チェックボックス非表示 */
  display: none;
}

/* 
 *グローバルナビ_サブメニュー
 */

#mainNav li ul {
  /*デフォは非表示 */
  display: none;
}

#mainNav li:hover ul {
  /*マウスオーバーすると表示 */
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60px;
  left: 0;
  width: 124px;
}

#mainNav li ul li {
  display: block;
  width: 100%;
}

#mainNav li ul li a {
  background: rgba(153, 153, 153, 0.8);
  color: #ffffff;
  font-size: 12px;
}

#mainNav li ul li a:hover {
  /* マウスオーバー時にスタイルかかってないように見せる */
  background: #0950a0;
}

@media (max-width: 1062px) {

  #mainNav li a,
  #mainNav li label {
    width: 90px;
  }
}

/* 
 ー－－－－ここまでー－－－－－
*/

#header .menuBtn {
  display: none;
}

/* -----------------------------
    CONTENTS
-------------------------------*/
.enTit {
  font-family: "Brandon_med", sans-serif;
}

h2.enTit,
h3 .enTit {
  color: #0950a0;
  font-size: 34px;
  letter-spacing: 0.2em;
  font-weight: normal;
}

html>

/**/
body h2.enTit {
  font-family
  /*\**/
  : "Brandon_med", sans-serif, \9;
}

h2.enTit span {
  display: block;
  height: 1px;
  background: #0950a0;
  width: 50px;
  margin: 35px auto;
}

.btnWrap a {
  display: block;
  margin: 40px auto 0 auto;
  border: 1px solid #0950a0;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.btnWrap a:hover {
  color: #ffffff;
  background: #0950a0;
}

.spBreak {
  display: none;
}

#wrapper {
  padding-top: 60px;
}

#contents {
  text-align: center;
}

/* -----------------------------
    FOOTER
-------------------------------*/
#footer {
  background: #4d6785;
  color: #ffffff;
  padding-top: 40px;
  font-size: 12px;
}

#footer .footerWrap {
  text-align: center;
}

#footer .pageTop {
  display: none;
}

#footer .companyInfo {
  padding-bottom: 35px;
  position: relative;
}

#footer .companyInfo span {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 5px;
}

#footer .companyInfo li {
  padding-bottom: 5px;
}

#footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 20px;
}

#footer .logo li {
  padding: 0;
}

.logo-link-x,
.logo-link-facebook,
.logo-link-wp,
.logo-link-movie,
.logo-link-note,
.logo-link-qiita {
  width: 30px;
  height: 30px;
  display: inline-block;
  transition-duration: 0.3s;
  background: #fff;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.logo-link-x {
  mask-image: url("/common/img/sns/x-logo.svg");
  width: 20px;
  height: 20px;
}

.logo-link-facebook {
  mask-image: url("/common/img/sns/Facebook-logo.svg");
}

.logo-link-wp {
  mask-image: url("/common/img/sns/WordPress-logo.svg");
}

.logo-link-movie {
  mask-image: url("/common/img/sns/icon-movie.svg");
}

.logo-link-note {
  mask-image: url("/common/img/sns/icon-note.png");
}

.logo-link-qiita {
  mask-image: url("/common/img/sns/icon-qiita.png");
}

#footer .companyInfo .salogo {
  position: absolute;
  right: 30px;
  bottom: 10px;
}

#footer .companyInfo .salogo img {
  height: 60px;
  width: auto;
}

#footer .copyright {
  padding: 10px 30px;
  border-top: 1px solid #7c96b5;
}

#footer .links {
  display: inline-block;
}

#footer .links li {
  display: inline-block;
  text-decoration: underline;
  margin-right: 30px;
}

#footer .links li a {
  color: #ffffff;
}

#footer .copyright span {
  float: right;
}


/* -----------------------------
    float youtube video
-------------------------------*/
#float-yt {
  width: 400px;
  height: 225px;
  position: fixed;
  z-index: 9998;
  right: 20px;
  bottom: 20px;
  /* box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4); */
}

#float-yt-close {
  position: absolute;
  top: -14px;
  right: -11px;
  width: 34px;
  height: 34px;
  border: 1px solid #0950a0;
  color: #0950a0;
  cursor: pointer;
  z-index: 9998;
  padding: 0;
  border-radius: 50px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-in;
}

#float-yt-close:hover {
  color: #fff;
  background-color: #0950a0;
}

#float-yt-content {
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: none;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}