@charset "UTF-8";
/*
Theme Name: EPJ
Description: EPJ
Author:EPJ
*/
/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
 .less基本関数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*$includeVal:($innerWidth - 550) / $innerWidth * 100 * 0.5 * 1%;*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   ブレイクポイント設定
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,700");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap");
.breakpoint {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   スクロールライン設定
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
.topLine {
  position: fixed;
  top: 0%;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100;
}

.halfLine {
  position: fixed;
  top: 50%;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100;
}

.endLine {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100;
}

/*IE用にobject-fitのフォロー*/
.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

/*ブロック要素の天地中央*/
/*ブロック要素の天地中央のクリア*/
/*ボックスシャドウ*/
/*ブラー*/
/*角丸*/
/*cssアニメーション効果*/
/*cssアニメーション解除*/
/*cssアニメーション効果(ease)*/
/*cssアニメーション効果(fast)*/
/*inline-blockのリスト*/
/*aタグタグ詳細設定関数　
.linkConfig(通常時文字色;ホーバー時文字色;false;true);
*/
/*/////////////////
フォームのパーツ関連
/////////////////*/
/*ドロップダウンメニュー*/
/*ラジオボタン&チェックボックス*/
/*フォーカスした際のミックスイン*/
/*ボタン作成
$color
文字色、矢印色
$arrowRotate
45deg→右向き
135deg→下向き
false→矢印なし
$bgColor
背景色
$borderWidth
*/
/*
$flipSpan:item内にまとめる個数、
$liMargin:li同士のマージン,
$horigen:横一列の個数、
$pointer:ポインターの有無(bool);

*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   オリジナル
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/* //////////////// アニメーション //////////////// */
/* ======================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes introduction {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollCtr {
  from {
    overflow: hidden;
  }
  to {
    overflow: scroll;
  }
}
@keyframes hideContent {
  from {
    opacity: 0;
    max-height: 0em;
  }
  to {
    opacity: 1;
    max-height: 1000em;
  }
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom left;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left;
  }
  to {
    opacity: 0;
    -webkit-transform: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom left;
  }
}
/*////////////////////
アイコンのアニメーション設定
////////////////////*/
/*webサイト*/
/*システム*/
/*サーバー*/
/*アプリ*/
/*PR*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   webフォント関数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
@font-face {
  font-family: "CeraGR-Bold";
  src: url("../fonts/cera-gr-bold.otf") format("opentype");
}
/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html {
  font-size: 62.5%; /* フォントの基準値を10pxに指定*/
}

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

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

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

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

input, button, select, textarea {
  font-size: 1.4rem;
  color: inherit;
  margin: 0;
}
input:focus, button:focus, select:focus, textarea:focus {
  outline: 0;
  border: 2px solid #000;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=submit], input[type=reset], input[type=button], button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=text] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-border-radius: 0px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  border-radius: 0;
  -webkit-border-radius: 0px;
  border: 1px solid #000;
}

#access_article_S span {
  font-size: 100%;
}

section {
  border: 0;
}

a {
  outline: none;
}

.right {
  list-style-type: none;
}

/* HTML5要素ブロック化 */
header, nav, section, article, aside, footer, address {
  display: block;
}

p {
  word-wrap: break-word;
}

/* default */
/*body {
	background: #fff;
	color: #333333;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.4;
}*/
body {
  background: #FFF;
  color: #000;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.8;
}

html, body {
  height: 100%;
}

/* IE6 base font */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#customPage img {
  border-style: none;
  width: 100%;
}

#fb-root {
  display: none;
}

/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////

全サイト共通部分

  ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*
一般設定
----------------------------------------
*/
ul {
  list-style-type: none;
}

/*
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../font/HelveticaNeueLTStd-Md.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeue';
  font-weight: bold;
  src: url('../font/HelveticaNeueLTStd-BdCn.otf') format('opentype');
}
*/
/*
背景設定
----------------------------------------
*/
html.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/*
テキスト&埋め込みテキスト設定
----------------------------------------
*/
body {
  font-size: 1.3em; /* 13px */
}

body {
  color: #444444;
  /*-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;*/
  background: #FFF;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", Meiryo, "メイリオ", sans-serif;
}

a:link, a:visited {
  color: #444444;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #444444;
}
a:hover {
  text-decoration: none;
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

svg {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

/*
loadingオーバーレイ
----------------------------------------
*/
#loading_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  opacity: 1;
}
#loading_overlay > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  left: 0px;
  right: 0px;
  width: 32px !important;
}
#loading_overlay.loadingFinish {
  z-index: -10;
  opacity: 0;
}

/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////

ヘッダー、フッター、サイドバー共通部分

  ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*
ヘッダー設定
----------------------------------------
*/
.funcMasking .front {
  position: absolute;
  z-index: 2;
  color: #444444;
}
.funcMasking .front a:link,
.funcMasking .front a:visited {
  color: #444444;
}
.funcMasking .front svg {
  fill: #444444;
}
.funcMasking .hide {
  position: absolute;
  z-index: 1;
}
.funcMasking .hide a:link,
.funcMasking .hide a:visited {
  color: #3E3935;
}
.funcMasking .hide svg {
  fill: #3E3935;
}
.funcMasking .base {
  position: relative;
  opacity: 0;
}

/*
ナビゲーション設定
----------------------------------------
*/
.toggle_in {
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
}
.toggle_in > div {
  height: 2px;
  width: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle_in > div.toggle_2 {
  margin: 8px 0;
}

.navopend .toggle_in > div.toggle_2 {
  opacity: 0;
}
.navopend .toggle_in > div.toggle_1 {
  -webkit-transform: translate(0, 10px) rotate(45deg);
  transform: translate(0, 10px) rotate(45deg);
}
.navopend .toggle_in > div.toggle_3 {
  -webkit-transform: translate(0, -10px) rotate(-45deg);
  transform: translate(0, -10px) rotate(-45deg);
}

/*
フッター設定
----------------------------------------
*/
br.point2 {
  display: none;
}

br.point1 {
  display: none;
}

br.basic {
  display: inline-block;
}

#tocontact {
  position: fixed;
  right: 15px;
  bottom: 60px;
}
#tocontact a {
  display: block;
  background: linear-gradient(to bottom, #333333, #999999);
  color: #FFF;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: bold;
  z-index: 10;
}

.halfSwiper { /*1/2のswiper設定*/ }
.halfSwiper .jobSwiper {
  position: relative;
}
.halfSwiper .jobSwiper .swiper-button {
  width: 40px;
  height: 40px;
  background-image: none;
  background-color: #333333;
}
.halfSwiper .jobSwiper .swiper-button:after {
  content: "";
  display: block;
  width: 30%;
  height: 30%;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  margin: auto;
  position: absolute;
  top: 35%;
  left: 25%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.halfSwiper .jobSwiper .swiper-button.swiper-button-prev {
  left: -60px;
  transform: scale(-1, 1);
}
.halfSwiper .jobSwiper .swiper-button.swiper-button-next {
  right: -60px;
}
@media screen and (max-width: 1170px) {
  .halfSwiper .jobSwiper .swiper-button.swiper-button-prev {
    left: 10px;
  }
  .halfSwiper .jobSwiper .swiper-button.swiper-button-next {
    right: 10px;
  }
}

.quarterSwiper { /*1/4のswiper設定*/ }
.quarterSwiper .jobSwiper {
  position: relative;
}
.quarterSwiper .jobSwiper .swiper-slide:after {
  content: "";
  clear: both;
  height: 0px;
  visibility: hidden;
  display: block;
}
.quarterSwiper .jobSwiper .swiper-slide > div {
  float: left;
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
  text-align: left;
}
.quarterSwiper .jobSwiper .swiper-slide > div img {
  vertical-align: bottom;
  margin-bottom: 20px;
}
.quarterSwiper .jobSwiper .swiper-slide > div p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
}

/*//////////////////////////////////////////
////////////////////////////////////////////
point1////////////////////////////////
////////////////////////////////////////////
//////////////////////////////////////////*/
/*//////////////////////////////////////////
////////////////////////////////////////////
point2////////////////////////////////
////////////////////////////////////////////
//////////////////////////////////////////*/
/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   ブレイクポイント変数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////

オリジナル要素

  ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*
コンテナ設定
----------------------------------------
*/
html {
  height: 100%;
}

body {
  /*ティザーページ*/
  background-color: #F9F9F2;
  /*
  @include mq(basic) {

  }*/
  position: relative;
  width: 100%;
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", Meiryo, "メイリオ", sans-serif;
  font-size: 1.3rem;
  color: #444;
}
body .fadeInUp {
  opacity: 0;
}
body .fadeInUp.visible {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
  /*animation-timing-function: ease-in;*/
  animation-duration: 0.5s;
  animation-delay: 0.1s;
}
body.teather {
  background-color: #FFF;
}
body.teather #wrapper {
  margin-top: 60px;
  width: calc(100% - 20px * 2);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 60px;
}
body.teather #wrapper > .logo {
  padding: 30px 30px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 40px;
}
body.teather #wrapper h5 {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
}
body.teather #wrapper section {
  text-align: center;
}
body.teather #wrapper section h4 {
  position: relative;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}
body.teather #wrapper section h4:before, body.teather #wrapper section h4:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}
body.teather #wrapper section h4:before {
  left: -70px;
}
body.teather #wrapper section h4:after {
  right: -70px;
}
body.teather #wrapper section ul {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.teather #wrapper section ul li {
  margin-bottom: 20px;
}
body.teather #wrapper section p a:link {
  text-decoration: underline;
}
body.teather #wrapper section p a:hover {
  text-decoration: none;
}
body.teather footer {
  text-align: center;
  background: #000;
  padding: 15px 0px;
}
body.teather footer p.copy {
  color: #FFF;
}
body header {
  width: 100%;
  height: calc(90 * 1px);
  position: fixed;
  background-color: #F9F9F2;
  z-index: 12;
}
body header .logo {
  width: 180px;
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}
body header .toggle_in {
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
}
body header .toggle_in > div {
  height: 2px;
  width: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body header .toggle_in > div.toggle_2 {
  margin: 8px 0;
}
body header .navopend .toggle_in > div.toggle_2 {
  opacity: 0;
}
body header .navopend .toggle_in > div.toggle_1 {
  -webkit-transform: translate(0, 10px) rotate(45deg);
  transform: translate(0, 10px) rotate(45deg);
}
body header .navopend .toggle_in > div.toggle_3 {
  -webkit-transform: translate(0, -10px) rotate(-45deg);
  transform: translate(0, -10px) rotate(-45deg);
}
body header > .toggle {
  width: 35px;
  height: calc(90 * 1px);
  display: block;
  opacity: 1;
  right: 20px;
  top: 0px;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body header > .toggle > div {
  width: 100%;
}
body header > .toggle .toggle_in > div {
  background: #444;
}
body.navopend header nav {
  right: 0%;
}
body.navopend header > .toggle .toggle_in > div {
  background-color: #FFF;
}
body nav {
  width: 80%;
  height: 100vh;
  right: -100%;
  position: fixed;
  top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(68, 68, 68, 0.9);
  z-index: 11;
}
body nav > div {
  padding: 60px 0px 0px 20px;
  position: relative;
}
body nav > div ul li {
  font-family: "CeraGR-Bold", sans-serif;
  text-align: left;
  margin-bottom: 15px;
  color: #FFF;
}
body nav > div ul li > a {
  font-size: 1.8rem;
}
body nav > div ul li > a:link, body nav > div ul li > a:hover, body nav > div ul li > a:visited {
  color: #FFF;
}
body nav > div ul li > ol.submenu {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body nav > div ul li > ol.submenu > li {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}
body nav > div ul li > ol.submenu > li a:link, body nav > div ul li > ol.submenu > li a:hover, body nav > div ul li > ol.submenu > li a:visited {
  color: #FFF;
}
body nav > div ul li > ol.submenu > li:nth-of-type(n+2) {
  margin-left: 25px;
}
body nav > div ul li.active > ol.submenu {
  max-height: 300px;
}
body nav > ol {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 100%;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
body nav > ol li {
  font-size: 3rem;
  color: #FFF;
  margin-right: 20px;
}
body nav > ol li a:link, body nav > ol li a:hover, body nav > ol li a:visited {
  color: #FFF;
}
body #wrapper {
  padding-top: calc(90 * 1px);
  /*セクションの一般設定*/
}
body #wrapper section {
  padding: 60px 0px;
}
body #wrapper section h5 {
  text-align: center;
  margin-bottom: 60px;
}
body #wrapper section h5.jp b {
  display: inline-block;
  font-size: 3.2rem;
  line-height: 3.9rem;
  letter-spacing: 0.2rem;
}
body #wrapper section h5.jp b:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  border-top: 2px solid #444;
  width: 60px;
  margin: 10px auto;
}
body #wrapper section h5.jp p {
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "CeraGR-Bold", sans-serif;
}
body #wrapper section h5 b {
  display: inline-block;
  font-size: 3.2rem;
  font-family: "CeraGR-Bold", sans-serif;
  line-height: 3.9rem;
  letter-spacing: 0.2rem;
}
body #wrapper section h5 b:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  border-top: 2px solid #444;
  width: 60px;
  margin: 10px auto;
}
body #wrapper section h5 p {
  font-weight: normal;
  font-size: 1.2rem;
}
body #wrapper section > div {
  width: calc(100% - 20px * 2);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper .mainVis {
  height: calc(100vh - 90 * 1px);
  position: relative;
}
body #wrapper .mainVis .visual {
  position: relative;
  height: 100%;
  /*
  &:after{
  	content:"";
  	background:url('../images/mainVis/filter.png');
  	background-repeat:repeat;
  	display:block;
  	width:100%;
  	height:100%;
  	position:absolute;
  	z-index:2;
  }*/
}
body #wrapper .mainVis .visual > div {
  height: 100%;
  overflow: hidden;
}
body #wrapper .mainVis .visual > div > div {
  height: 100%;
}
body #wrapper .mainVis .visual > div .swiper-container {
  height: 100%;
}
body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper {
  height: 100%;
}
body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  background-color: #F9F9F2;
}
body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide > div {
  padding: 0px 25px 25px 25px;
  height: calc(100vh - 90 * 1px);
}
@supports (-webkit-touch-callout: none) {
  body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide > div {
    height: -webkit-fill-available;
  }
}
body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide > div img {
  width: 100%;
  height: calc(100vh - 90 * 1px);
  object-fit: cover;
  object-position: 50% 50%;
}
@supports (-webkit-touch-callout: none) {
  body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide > div img {
    height: -webkit-fill-available;
  }
}
body #wrapper .mainVis .visual > div .video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
}
body #wrapper .mainVis .visual > div .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrapper .mainVis .visual ul li {
  position: absolute;
  width: 100%;
  height: 100%;
}
body #wrapper .mainVis .visual ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
body #wrapper .mainVis .obj {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  z-index: 3;
  text-align: center;
}
body #wrapper .mainVis .obj .logo {
  width: 80%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  padding: 20px 0px;
}
body #wrapper .mainVis .obj .logo > div {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper .mainVis .obj .logo > div svg {
  filter: drop-shadow(2px 2px 3px #ddd);
}
body #wrapper .mainVis .obj .arrow_bottom {
  width: 10px;
  display: inline-block;
  top: -2px;
}
body #wrapper .mainVis .obj .arrow_bottom svg {
  fill: #FFF;
}
body #wrapper .mainVis > p {
  font-family: "CeraGR-Bold", sans-serif;
  color: #FFF;
  font-size: 1.6rem;
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 3;
  text-align: center;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
body #wrapper .philosophy {
  padding: 120px 0px;
  text-align: center;
}
body #wrapper .philosophy > div {
  width: calc(100% - 20px * 1px * 2);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper .philosophy p {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
}
body #wrapper section.items {
  padding-top: 0px;
}
body #wrapper section.items .itemsSwiper > .itemSwipeWrapper {
  position: relative;
  margin-bottom: 20px;
}
body #wrapper section.items .itemsSwiper > .itemSwipeWrapper .swiper-slide {
  text-align: center;
}
body #wrapper section.items .itemsSwiper > .itemSwipeWrapper .swiper-button {
  background: none;
  font-size: 2.4rem;
  width: 12px;
}
body #wrapper section.items .itemsSwiper > .itemSwipeWrapper .swiper-button i {
  /* text-shadow */
  color: #FFF;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}
body #wrapper section.items .itemsSwiper > .itemSwipeWrapper .swiper-button:focus {
  outline: none;
}
body #wrapper section.items .swiper-pagination {
  text-align: center;
  width: 100%;
  position: relative;
}
body #wrapper section.items .swiper-pagination .swiper-pagination-bullet {
  background: #CCC;
  margin-right: 8px;
  opacity: 1;
}
body #wrapper section.items .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0px;
}
body #wrapper section.items .swiper-pagination .swiper-pagination-bullet-active {
  background: #444;
}
body #wrapper section.news {
  background-color: #444;
}
body #wrapper section.news h5 {
  margin-bottom: 40px;
}
body #wrapper section.news h5 b {
  color: #FFF;
}
body #wrapper section.news h5 b:after {
  border-top: 2px solid #FFF;
}
body #wrapper section.news h5 p {
  color: #FFF;
}
body #wrapper section.news ul li {
  color: #FFF;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
body #wrapper section.news ul li:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section.news ul li a {
  color: #FFF;
  display: block;
}
body #wrapper section.news ul li a:hover p {
  text-decoration: underline;
}
body #wrapper section.news ul li a span {
  font-weight: bold;
  display: block;
}
body #wrapper section.news ul li a p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #wrapper section.blog ul li {
  margin-bottom: 40px;
}
body #wrapper section.blog ul li:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section.blog ul li > div:nth-of-type(1) {
  margin-bottom: 10px;
}
body #wrapper section.blog ul li > div:nth-of-type(1) .youtube {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  padding-top: 56.25%;
}
body #wrapper section.blog ul li > div:nth-of-type(1) .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body #wrapper section.blog ul li > div:nth-of-type(2) span {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  line-height: 1rem;
}
body #wrapper section.blog ul li > div:nth-of-type(2) h4 {
  font-size: 2rem;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
}
body #wrapper section.blog ul li > div:nth-of-type(2) p {
  display: block;
}
body #wrapper section.blog ul li > div:nth-of-type(2) p a {
  text-decoration: underline;
}
body #wrapper section.about > div {
  text-align: center;
  margin-bottom: 40px;
}
body #wrapper section.about > div.about_img {
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  width: 100%;
}
body #wrapper section.about > div div > b {
  font-size: 2rem;
  display: block;
  margin-bottom: 30px;
}
body #wrapper section.about > div div > p {
  text-align: left;
}
body #wrapper section.about > div > strong {
  margin-top: 0px;
  display: block;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section.projects > div ul li {
  text-align: center;
  margin-bottom: 80px;
}
body #wrapper section.projects > div ul li:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section.projects > div ul li > div svg {
  fill: #444;
}
body #wrapper section.projects > div ul li > div:nth-of-type(1) {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 20px;
}
body #wrapper section.projects > div ul li > div:nth-of-type(2) {
  margin-bottom: 20px;
}
body #wrapper section.projects > div ul li > div:nth-of-type(2) b {
  font-size: 2rem;
  display: block;
  margin-bottom: 15px;
}
body #wrapper section.projects > div ul li > div:nth-of-type(2) p {
  text-align: left;
}
body #wrapper section.projects > div ul li > p {
  font-family: "CeraGR-Bold", sans-serif;
  font-size: 1.6rem;
  padding: 5px 0px;
  background-color: #444;
  position: relative;
  cursor: pointer;
  color: #FFF;
}
body #wrapper section.projects > div ul li > p input[type=submit] {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.2em;
  background-color: #444;
}
body #wrapper section.projects > div ul li > p a, body #wrapper section.projects > div ul li > p span {
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.1em;
}
body #wrapper section.projects > div ul li > p a:link, body #wrapper section.projects > div ul li > p a:visited, body #wrapper section.projects > div ul li > p span:link, body #wrapper section.projects > div ul li > p span:visited {
  color: #FFF;
}
body #wrapper section.projects > div ul li > p a:link, body #wrapper section.projects > div ul li > p span:link {
  text-decoration: none;
}
body #wrapper section.projects > div ul li > p a:visited, body #wrapper section.projects > div ul li > p span:visited {
  text-decoration: none;
}
body #wrapper section.projects > div ul li > p a:hover, body #wrapper section.projects > div ul li > p span:hover {
  color: #FFF;
}
body #wrapper section.projects > div ul li > p a:hover, body #wrapper section.projects > div ul li > p span:hover {
  text-decoration: none;
}
body #wrapper section.projects > div ul li > p:after {
  content: "";
  display: block;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(false);
  -moz-transform: translateY(-50%) rotate(false);
  -ms-transform: translateY(-50%) rotate(false);
  -o-transform: translateY(-50%) rotate(false);
  transform: translateY(-50%) rotate(false);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 7px;
  height: 7px;
}
body #wrapper section.projects > div ul li > p:after {
  display: none;
}
body #wrapper section.project-detail > div > div {
  text-align: left;
  margin-bottom: 60px;
}
body #wrapper section.project-detail > div > ul.itemList > li {
  margin-bottom: 80px;
}
body #wrapper section.project-detail > div > ul.itemList > li:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section.project-detail > div > ul.itemList > li > h3 {
  text-align: center;
  margin-bottom: 20px;
}
body #wrapper section.project-detail > div > ul.itemList > li > h3 p {
  font-size: 2rem;
  line-height: 3.4rem;
}
body #wrapper section.project-detail > div > ul.itemList > li > h3 span {
  font-size: 1.2rem;
  font-weight: normal;
}
body #wrapper section.project-detail > div > ul.itemList > li > p {
  text-align: left;
  margin-bottom: 20px;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div {
  margin-bottom: 20px;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div > div {
  position: relative;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div > div .swiper-slide .youtube {
  position: relative;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  padding-top: 56.25%;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div > div .swiper-slide .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div > div .swiper-button {
  background: none;
  font-size: 2.4rem;
  width: 12px;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div > div .swiper-button i {
  /* text-shadow */
  color: #FFF;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div > div .swiper-button:focus {
  outline: none;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div .swiper-pagination {
  text-align: center;
  width: 100%;
  position: relative;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div .swiper-pagination .swiper-pagination-bullet {
  background: #CCC;
  margin-right: 8px;
  opacity: 1;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0px;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > div .swiper-pagination .swiper-pagination-bullet-active {
  background: #444;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li {
  font-size: 1.4rem;
  padding: 5px 0px;
  background-color: #444;
  position: relative;
  cursor: pointer;
  color: #FFF;
  margin-bottom: 20px;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li i {
  margin-right: 10px;
  font-size: 1.8rem;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li input[type=submit] {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.2em;
  background-color: #444;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li a, body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li span {
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.1em;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li a:link, body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li a:visited, body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li span:link, body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li span:visited {
  color: #FFF;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li a:link, body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li span:link {
  text-decoration: none;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li a:visited, body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li span:visited {
  text-decoration: none;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li a:hover, body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li span:hover {
  color: #FFF;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li a:hover, body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li span:hover {
  text-decoration: none;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li:after {
  content: "";
  display: block;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(false);
  -moz-transform: translateY(-50%) rotate(false);
  -ms-transform: translateY(-50%) rotate(false);
  -o-transform: translateY(-50%) rotate(false);
  transform: translateY(-50%) rotate(false);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 7px;
  height: 7px;
}
body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li:after {
  display: none;
}
body #wrapper section.company > div > ul {
  margin-bottom: 80px;
}
body #wrapper section.company > div > ul > li {
  border-bottom: 1px solid #999;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
body #wrapper section.company > div > ul > li:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section.company > div > ul > li > article > span {
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
body #wrapper section.company > div > ul > li > article > div > p {
  margin-bottom: 10px;
}
body #wrapper section.company > div > ul > li > article > div > p span {
  font-weight: bold;
  display: block;
}
body #wrapper section.company > div > ul > li > article > div > ol {
  list-style-position: outside;
}
body #wrapper section.company > div > ul > li > article > div > ol > li {
  margin-left: 15px;
}
body #wrapper section.company > div > ul > li > article > div > ul > li {
  display: flex;
}
body #wrapper section.company > div > ul > li > article > div > ul > li span {
  width: 70px;
}
body #wrapper section.company > div > ul > li > article > div > ul > li p {
  width: calc(100% - 70px);
}
body #wrapper section.company > div > ul > li > article > div a:link, body #wrapper section.company > div > ul > li > article > div a:visited {
  text-decoration: underline;
}
body #wrapper section.company > div > ul > li > article > div a:hover {
  text-decoration: none;
}
body #wrapper section.company > div > ul > li > iframe {
  margin-top: 20px;
}
body #wrapper section.company > div > .btn {
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-top: 20px;
  font-size: 1.6rem;
  padding: 5px 0px;
  font-family: "CeraGR-Bold", sans-serif;
  background-color: #444;
  position: relative;
  cursor: pointer;
  color: #FFF;
}
body #wrapper section.company > div > .btn input[type=submit] {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.2em;
  background-color: #444;
}
body #wrapper section.company > div > .btn a, body #wrapper section.company > div > .btn span {
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.1em;
}
body #wrapper section.company > div > .btn a:link, body #wrapper section.company > div > .btn a:visited, body #wrapper section.company > div > .btn span:link, body #wrapper section.company > div > .btn span:visited {
  color: #FFF;
}
body #wrapper section.company > div > .btn a:link, body #wrapper section.company > div > .btn span:link {
  text-decoration: none;
}
body #wrapper section.company > div > .btn a:visited, body #wrapper section.company > div > .btn span:visited {
  text-decoration: none;
}
body #wrapper section.company > div > .btn a:hover, body #wrapper section.company > div > .btn span:hover {
  color: #FFF;
}
body #wrapper section.company > div > .btn a:hover, body #wrapper section.company > div > .btn span:hover {
  text-decoration: none;
}
body #wrapper section.company > div > .btn:after {
  content: "";
  display: block;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(false);
  -moz-transform: translateY(-50%) rotate(false);
  -ms-transform: translateY(-50%) rotate(false);
  -o-transform: translateY(-50%) rotate(false);
  transform: translateY(-50%) rotate(false);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 7px;
  height: 7px;
}
body #wrapper section.company > div > .btn:after {
  display: none;
}
body #wrapper section.access > div > div {
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section.access > div > div iframe {
  margin-bottom: 20px;
}
body #wrapper section.access > div > div .btn {
  padding: 5px 0px;
  background-color: #444;
  position: relative;
  cursor: pointer;
  color: #FFF;
  font-size: 1.4rem;
}
body #wrapper section.access > div > div .btn input[type=submit] {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.2em;
  background-color: #444;
}
body #wrapper section.access > div > div .btn a, body #wrapper section.access > div > div .btn span {
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.1em;
}
body #wrapper section.access > div > div .btn a:link, body #wrapper section.access > div > div .btn a:visited, body #wrapper section.access > div > div .btn span:link, body #wrapper section.access > div > div .btn span:visited {
  color: #FFF;
}
body #wrapper section.access > div > div .btn a:link, body #wrapper section.access > div > div .btn span:link {
  text-decoration: none;
}
body #wrapper section.access > div > div .btn a:visited, body #wrapper section.access > div > div .btn span:visited {
  text-decoration: none;
}
body #wrapper section.access > div > div .btn a:hover, body #wrapper section.access > div > div .btn span:hover {
  color: #FFF;
}
body #wrapper section.access > div > div .btn a:hover, body #wrapper section.access > div > div .btn span:hover {
  text-decoration: none;
}
body #wrapper section.access > div > div .btn:after {
  content: "";
  display: block;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(false);
  -moz-transform: translateY(-50%) rotate(false);
  -ms-transform: translateY(-50%) rotate(false);
  -o-transform: translateY(-50%) rotate(false);
  transform: translateY(-50%) rotate(false);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 7px;
  height: 7px;
}
body #wrapper section.access > div > div .btn:after {
  display: none;
}
body #wrapper section.access > div > div div {
  margin-top: 60px;
  text-align: center;
}
body #wrapper section.contact > div form ul {
  margin-bottom: 60px;
}
body #wrapper section.contact > div form ul > li {
  margin-bottom: 40px;
}
body #wrapper section.contact > div form ul > li strong {
  display: block;
  margin-bottom: 10px;
}
body #wrapper section.contact > div form ul > li strong b {
  font-weight: normal;
  font-size: 2rem;
}
body #wrapper section.contact > div form ul > li strong span {
  font-weight: normal;
  color: #ED410C;
  margin-left: 10px;
}
body #wrapper section.contact > div form ul > li div select {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
body #wrapper section.contact > div form ul > li div input[type=text], body #wrapper section.contact > div form ul > li div input[type=email] {
  border: none;
  border-bottom: 1px solid #444;
  background: none;
  display: block;
  width: 100%;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
body #wrapper section.contact > div form ul > li div input[type=email] {
  width: calc(100% - 50px);
}
body #wrapper section.contact > div form ul > li div textarea {
  border: 1px solid #999;
  display: block;
  width: calc(100% - 10px);
  padding: 3px 5px;
  height: 300px;
  font-size: 1.7rem;
}
body #wrapper section.contact > div form ul > li div.customSelect {
  position: relative;
  /*display:inline-block;*/
  vertical-align: top;
}
body #wrapper section.contact > div form ul > li div.customSelect > span {
  padding: 0.5rem 0rem;
  display: inline-block;
}
body #wrapper section.contact > div form ul > li div.customSelect > select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  border: none;
  border-bottom: #444 1px solid;
  /*border-radius:5px;*/
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  background: none;
  /*background-color:rgba(255,255,255,0.0);*/
}
body #wrapper section.contact > div form ul > li div.customSelect:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  transform: translateY(-80%);
  right: 10px;
  font-size: 2.8rem;
  line-height: 2.8rem;
  vertical-align: super;
  color: #444;
  z-index: 1;
}
body #wrapper section.contact > div form ul > li div.customSelect + p {
  padding: 0.5rem 0rem;
  display: inline-block;
}
body #wrapper section.contact > div form ul > li div.customSelect select {
  font-size: 1.4rem;
}
body #wrapper section.contact > div form > div {
  text-align: center;
  font-size: 1.4rem;
}
body #wrapper section.contact > div form > div p {
  margin-bottom: 20px;
}
body #wrapper section.contact > div form > div p a:link {
  color: #ED410C;
}
body #wrapper section.contact > div form > div p label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
body #wrapper section.contact > div form > div p input {
  margin-right: 5px;
}
body #wrapper section.contact > div form > .btn {
  margin-top: 20px;
  padding: 5px 0px;
  background-color: #444;
  position: relative;
  cursor: pointer;
  color: #FFF;
  font-size: 1.4rem;
  position: relative;
}
body #wrapper section.contact > div form > .btn input[type=submit] {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.2em;
  background-color: #444;
}
body #wrapper section.contact > div form > .btn a, body #wrapper section.contact > div form > .btn span {
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.1em;
}
body #wrapper section.contact > div form > .btn a:link, body #wrapper section.contact > div form > .btn a:visited, body #wrapper section.contact > div form > .btn span:link, body #wrapper section.contact > div form > .btn span:visited {
  color: #FFF;
}
body #wrapper section.contact > div form > .btn a:link, body #wrapper section.contact > div form > .btn span:link {
  text-decoration: none;
}
body #wrapper section.contact > div form > .btn a:visited, body #wrapper section.contact > div form > .btn span:visited {
  text-decoration: none;
}
body #wrapper section.contact > div form > .btn a:hover, body #wrapper section.contact > div form > .btn span:hover {
  color: #FFF;
}
body #wrapper section.contact > div form > .btn a:hover, body #wrapper section.contact > div form > .btn span:hover {
  text-decoration: none;
}
body #wrapper section.contact > div form > .btn:after {
  content: "";
  display: block;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(false);
  -moz-transform: translateY(-50%) rotate(false);
  -ms-transform: translateY(-50%) rotate(false);
  -o-transform: translateY(-50%) rotate(false);
  transform: translateY(-50%) rotate(false);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 7px;
  height: 7px;
}
body #wrapper section.contact > div form > .btn:after {
  display: none;
}
body #wrapper section.contact > div form > .btn.disable {
  opacity: 0.3;
}
body #wrapper section.contact > div form > .btn.disable:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
}
body #wrapper section.contact > div > div {
  text-align: center;
}
body #wrapper section.contact > div > div h4 {
  margin-bottom: 40px;
  font-size: 1.8rem;
}
body #wrapper section.faq article ul > div {
  background: #444;
  display: flex;
  justify-contact: center;
  align-items: center;
  padding: 8px 10px;
  margin-bottom: 20px;
}
body #wrapper section.faq article ul > div i {
  color: #FFF;
  line-height: 1;
  font-size: 2.6rem;
  margin-right: 15px;
}
body #wrapper section.faq article ul > div p {
  color: #FFF;
  line-height: 1;
  font-size: 1.8rem;
}
body #wrapper section.faq article ul > li {
  margin-bottom: 10px;
}
body #wrapper section.faq article ul > li > div {
  padding: 3px 10px;
}
body #wrapper section.faq article ul > li > div:after {
  content: "";
  clear: both;
  height: 0px;
  visibility: hidden;
  display: block;
}
body #wrapper section.faq article ul > li > div:before {
  display: block;
  width: 35px;
  font-weight: bold;
  font-size: 2.8rem;
  float: left;
}
body #wrapper section.faq article ul > li > div p {
  width: calc(100% - 35px);
  float: left;
}
body #wrapper section.faq article ul > li > div:nth-of-type(1) {
  background: #FFF;
  cursor: pointer;
}
body #wrapper section.faq article ul > li > div:nth-of-type(1):before {
  content: "Q";
  color: #444;
}
body #wrapper section.faq article ul > li > div:nth-of-type(1) p {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 15px;
}
body #wrapper section.faq article ul > li > div:nth-of-type(2) {
  max-height: 0rem;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
body #wrapper section.faq article ul > li > div:nth-of-type(2):before {
  content: "A";
}
body #wrapper section.faq article ul > li > div:nth-of-type(2) p {
  line-height: 2.4rem;
  margin-top: 10px;
  padding-bottom: 20px;
}
body #wrapper section.faq article ul > li.active > div:nth-of-type(2) {
  max-height: 20rem;
}
body #wrapper section.policy > div > div.description > div {
  margin-bottom: 40px;
}
body #wrapper section.policy > div > div.description > div h6 {
  font-size: 1.6rem;
}
body #wrapper section.policy > div > div.description > div ul {
  border-top: 1px solid #999;
  margin-top: 20px;
}
body #wrapper section.policy > div > div.description > div ul li {
  border-bottom: 1px solid #999;
  padding: 10px 0px;
}
body #wrapper section.tool_tometaro > div {
  margin-bottom: 80px;
}
body #wrapper section.tool_tometaro > div:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section.tool_tometaro > div h5 b {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", Meiryo, "メイリオ", sans-serif;
}
body #wrapper section.tool_tometaro > div > div.images {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 80px;
}
body #wrapper section.tool_tometaro > div > div.images > div {
  margin-bottom: 20px;
}
body #wrapper section.tool_tometaro > div > div.images > p {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section.tool_tometaro > div div.caution {
  text-align: center;
  margin-bottom: 60px;
}
body #wrapper section.tool_tometaro > div div.caution > b {
  font-size: 2rem;
}
body #wrapper section.tool_tometaro > div div.caution > p {
  text-align: left;
  font-size: 1.3rem;
}
body #wrapper section.tool_tometaro > div div.caution > p a {
  text-decoration: underline;
}
body #wrapper section.tool_tometaro > div > p {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.1rem;
}
body #wrapper section.tool_tometaro > div > div {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section.tool_tometaro > div > div > div.intro {
  margin-bottom: 60px;
}
body #wrapper section.tool_tometaro > div > div > div.intro p {
  font-size: 1.4rem;
}
body #wrapper section.tool_tometaro > div > div > div.intro span {
  font-size: 1.1rem;
}
body #wrapper section.tool_tometaro > div > div > div.image {
  margin-bottom: 60px;
}
body #wrapper section.tool_tometaro > div > div > div.image p {
  font-size: 1.1rem;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) {
  margin-top: 60px;
  display: none;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > strong {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #F00;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li {
  margin-bottom: 40px;
  display: none;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li.FP, body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li.back {
  display: block;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li.back, body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li.next {
  text-align: center;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li.percent {
  text-align: center;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li.percent > p font {
  font-size: 3rem;
  font-weight: bold;
  display: block;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li b {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li b span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div.flex > div {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div.flex > div:last-of-type {
  margin-right: 0px;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div label {
  display: block;
  position: relative;
  cursor: pointer;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div label:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  font-weight: 900;
  right: 10px;
  color: #666;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div select, body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div input[type=text], body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 0.75em 0.85em;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  outline: none;
  background-clip: border-box;
  background-color: #FFF;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div select:focus, body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div input[type=text]:focus, body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div textarea:focus {
  border: 1px solid #0075ff;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div input::placeholder, body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div textarea::placeholder {
  color: #bbb;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div input::-ms-input-placeholder, body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div textarea::-ms-input-placeholder {
  color: #bbb;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div input::-ms-input-placeholder, body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li > div textarea::-ms-input-placeholder {
  color: #bbb;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li button {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  width: 300px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 10px 0px;
  text-align: center;
  position: relative;
  border: none;
  margin-bottom: 20px;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li button:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li .nextBtn {
  background-color: #005EAE;
  color: #FFF;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li .nextBtn:after {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  font-weight: 900;
  right: 10px;
  color: #FFF;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li .back {
  background-color: #333;
  color: #FFF;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li .back:after {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  font-weight: 900;
  left: 10px;
  color: #FFF;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li .total {
  background-color: #005EAE;
  color: #FFF;
}
body #wrapper section.tool_tometaro > div > div > div.form:not(#totalResult) > ul > li .total i {
  margin-right: 5px;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult {
  margin-top: 60px;
  display: none;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult > strong {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #F00;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult > ul > li {
  padding-bottom: 10px;
  margin-bottom: 60px;
  border-bottom: 1px solid #666;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult > ul > li > ol {
  list-style-type: none;
  border-bottom: 1px dashed #999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult > ul > li > ol > li {
  display: flex;
  justify-content: space-between;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult > ul > li > div {
  display: flex;
  justify-content: space-between;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult > ul > li > div > strong {
  font-size: 1.8rem;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult > ul > li > div > p span {
  font-size: 1.8rem;
  font-weight: bold;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult .total > div {
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult .total > div > p {
  font-size: 3rem;
  display: inline-block;
  margin-left: 10px;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult .total > div > span {
  font-size: 1.6rem;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult .total > ul > li {
  text-align: center;
  border: 1px solid #666;
  margin-bottom: 40px;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult .total > ul > li > b {
  padding: 5px 0px;
  display: block;
  color: #FFF;
  background-color: #666;
  font-size: 1.6rem;
  font-weight: normal;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult .total > ul > li > p {
  background-color: #FFF;
  padding: 5px 0px;
  font-weight: bold;
}
body #wrapper section.tool_tometaro > div > div > div#totalResult .total > ul > li > p > span {
  font-size: 2rem;
  margin-right: 3px;
}
body #wrapper section.tool_tometaro > div > strong {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li {
  background-color: #444;
  position: relative;
  cursor: pointer;
  color: #FFF;
  margin-bottom: 20px;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li input[type=submit] {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.2em;
  background-color: #444;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a, body #wrapper section.tool_tometaro > div > ul.toolsBtn > li span {
  color: #FFF;
  display: inline-block;
  width: 100%;
  padding: 0px 0px;
  text-align: center;
  font-size: 1.1em;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a:link, body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a:visited, body #wrapper section.tool_tometaro > div > ul.toolsBtn > li span:link, body #wrapper section.tool_tometaro > div > ul.toolsBtn > li span:visited {
  color: #FFF;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a:link, body #wrapper section.tool_tometaro > div > ul.toolsBtn > li span:link {
  text-decoration: none;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a:visited, body #wrapper section.tool_tometaro > div > ul.toolsBtn > li span:visited {
  text-decoration: none;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a:hover, body #wrapper section.tool_tometaro > div > ul.toolsBtn > li span:hover {
  color: #FFF;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a:hover, body #wrapper section.tool_tometaro > div > ul.toolsBtn > li span:hover {
  text-decoration: none;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li:after {
  content: "";
  display: block;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  width: 7px;
  height: 7px;
}
body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a {
  padding: 8px 0px;
}
body #wrapper section.item_intro > div > h5 {
  text-align: center;
  margin-bottom: 20px;
}
body #wrapper section.item_intro > div > h5 > b {
  font-size: 2rem;
  line-height: 3.4rem;
}
body #wrapper section.item_intro > div > h5.jp > b {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", Meiryo, "メイリオ", sans-serif;
}
body #wrapper section.item_intro > div .fadeslide > ul {
  position: relative;
  padding-top: 71.2574850299%;
  margin-bottom: 15px;
}
body #wrapper section.item_intro > div .fadeslide > ul > li {
  position: absolute;
  top: 0px;
  left: 0px;
}
body #wrapper section.item_intro > div .fadeslide > ul + ol {
  text-align: center;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body #wrapper section.item_intro > div .fadeslide > ul + ol > li {
  display: block;
  background-color: #ddd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
body #wrapper section.item_intro > div .fadeslide > ul + ol > li.c {
  background-color: #999;
}
body #wrapper section.item_intro > div .fadeslide > ul + ol > li:last-of-type {
  margin-right: 0px;
}
body #wrapper section.item_intro > div > .intro > p {
  margin-bottom: 40px;
}
body #wrapper section.point10 > div > h4 {
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 20px;
}
body #wrapper section.point10 > div > h4 > p {
  position: relative;
  display: inline-block;
}
body #wrapper section.point10 > div > h4 > p span {
  font-size: 3rem;
  z-index: 1;
  position: relative;
  color: #FFF;
  text-shadow: 3px 3px 3px #333;
}
body #wrapper section.point10 > div > h4 > p > img {
  width: 140px;
  z-index: 1;
  position: relative;
  padding-bottom: 10px;
}
body #wrapper section.point10 > div > h4 > p:after {
  content: "";
  background-color: #444444;
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
body #wrapper section.point10 > div > h4 > img {
  width: 90px;
  position: absolute;
  left: -10px;
  top: 10px;
}
body #wrapper section.point10 > div > ul > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
body #wrapper section.point10 > div > ul > li:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section.point10 > div > ul > li > p {
  width: 80px;
}
body #wrapper section.point10 > div > ul > li > div {
  width: calc(100% - 10px - 80px);
}
body #wrapper section.point10 > div > ul > li > div > h5 {
  display: inline-block;
  text-align: left;
  background-color: #444444;
  padding: 5px 10px;
  width: 80%;
  margin-left: 10%;
  position: relative;
  margin-bottom: 10px;
}
body #wrapper section.point10 > div > ul > li > div > h5 span {
  color: #FFF;
  font-size: 1.6rem;
}
body #wrapper section.point10 > div > ul > li > div > h5:before {
  content: "";
  display: block;
  position: absolute;
  left: -19px;
  top: 0px;
  height: 100%;
  width: 20px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: #444444;
}
body #wrapper section.point10 > div > ul > li > div > h5:after {
  content: "";
  display: block;
  position: absolute;
  right: -19px;
  top: 0px;
  height: 100%;
  width: 20px;
  clip-path: polygon(0% 0, 100% 0, 0 100%);
  background-color: #444444;
}
body #wrapper section.example > div {
  width: 100%;
}
body #wrapper section.example > div > ul > li {
  margin-bottom: 60px;
}
body #wrapper section.example > div > ul > li div.description {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 20px;
}
body #wrapper section.example > div > ul > li div.description > div {
  margin-bottom: 20px;
}
body #wrapper section.example > div > ul > li div.description > div > b {
  font-size: 1.6rem;
  display: block;
}
body #wrapper section.example > div > ul > li div.slide > ul {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body #wrapper section.example > div > ul > li div.slide > ul > li img {
  width: auto;
  height: 200px;
}
body #wrapper section.catalog > div {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section.catalog > div > h5 {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", Meiryo, "メイリオ", sans-serif;
}
body #wrapper section.catalog > div > ul {
  display: flex;
  flex-wrap: wrap;
}
body #wrapper section.catalog > div > ul > li {
  text-align: center;
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 30px;
}
body #wrapper section.catalog > div > ul > li:nth-of-type(even) {
  margin-right: 0px;
}
body #wrapper section.catalog > div > ul > li img {
  margin-bottom: 8px;
}
body #wrapper section.catalog > div > ul > li p b {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 3px;
}
body #wrapper section.catalog > div > ul > li p span {
  display: block;
  font-size: 1.1rem;
}
body #wrapper section.catalog > div > p {
  text-align: right;
}
body #wrapper section.catalog_en > div > div {
  margin-bottom: 20px;
}
body #wrapper section.catalog_en > div > div a {
  display: block;
  text-align: center;
}
body #wrapper section.catalog_en > div > div a img {
  max-width: 220px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section.catalog_en > div > div p {
  text-align: left;
}
body #wrapper section.catalog_en > div > ul {
  display: flex;
  flex-wrap: wrap;
}
body #wrapper section.catalog_en > div > ul > li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
body #wrapper section.catalog_en > div > ul > li:nth-of-type(odd) {
  margin-right: 20px;
}
body #wrapper section.movie > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section.movie > div > ul > li {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
body #wrapper section.movie > div > ul > li > div {
  padding-top: 56.25%;
  position: relative;
}
body #wrapper section.movie > div > ul > li > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
body #wrapper section.links > div > ul > li {
  margin-bottom: 50px;
}
body #wrapper section.links > div > ul > li > h6 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
body #wrapper section.links > div > ul > li > p {
  margin-bottom: 20px;
}
body #wrapper section.links > div > ul > li > a {
  margin-bottom: 10px;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  background-color: #444;
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
  position: relative;
}
body #wrapper section.links > div > ul > li > a:link {
  text-decoration: none;
}
body #wrapper section.links > div > ul > li > a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  font-weight: 900;
  right: 10px;
  color: #FFF;
  display: block;
}
body #wrapper > ul.pagelink {
  position: fixed;
  z-index: 11;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, #54d0f7, #0087ca);
  border-top: 1px solid #000;
}
body #wrapper > ul.pagelink > li {
  position: relative;
  width: 16.6666666667%;
  color: #FFF;
}
body #wrapper > ul.pagelink > li > a {
  width: 100%;
  height: 45px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.3;
  color: #FFF;
}
body #wrapper > ul.pagelink > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #000;
  position: absolute;
  right: 0px;
  top: 0px;
}
body #wrapper > ul.pagelink > li:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: inline;
  width: 15px;
  line-height: 1;
  text-align: center;
  bottom: 2px;
  left: 0px;
  right: 0px;
  margin: auto;
  font-weight: 900;
}
body #wrapper > ul.pagelink > li:last-of-type:after {
  display: none;
}
body footer {
  background-color: #444;
  padding: 15px 0px;
  text-align: center;
}
body footer > div p {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  body {
    /*
    nav{
    	width: auto;
    	height:auto;
    	right:$includeVal;
    	@include blockVarticalCentering;
    	background:none;
    	&>div{
    		margin-top:0px;
    		&>ul{
    			display:flex;
    			text-align:right;
    			&>li{
    				font-size:2rem;
    				text-align:left;
    				margin-bottom:0px;
    				margin-left:30px;
    				color:#444;
    				position:relative;
    				a{
    					@include cssAnimationBasic;
    					&:link,&:hover,&:visited{
    						color:#444;	
    					}
    					&:hover{
    						opacity:0.6;
    					}
    				}
    				&>p{
    					@include cssAnimationBasic;
    					&:hover{
    						opacity:0.6;
    					}
    				}
    				&>ol.submenu{
    					background-color:#F9F9F2;
    					position:absolute;
    					width:160px;
    					top:43px;
    					left:0px;
    					&>li{
    						text-align:left;
    						margin-top:0px;
    						margin-bottom:15px;
    						margin-left:15px;
    					}
    				}
    				&.active{
    					&>ol.submenu{
    						max-height: 500px;
    					}
    				}
    			}
    		}
    	}
    }*/
  }
  body .breakpoint {
    font-family: point1;
  }
  body br.point2 {
    display: none;
  }
  body br.basic {
    display: none;
  }
  body br.point1 {
    display: inline-block;
  }
  body header .toggle {
    /*display:none;*/
  }
  body nav {
    width: 280px;
  }
  body #wrapper .mainVis {
    height: 700px;
  }
  @supports (-webkit-touch-callout: none) {
    body #wrapper .mainVis {
      height: 700px;
    }
  }
  body #wrapper .mainVis .visual {
    height: 700px;
  }
  @supports (-webkit-touch-callout: none) {
    body #wrapper .mainVis .visual {
      height: 700px;
    }
  }
  body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide > div {
    height: calc(100% - 25px);
  }
  @supports (-webkit-touch-callout: none) {
    body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide > div {
      height: calc(100% - 25px);
    }
  }
  body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
  @supports (-webkit-touch-callout: none) {
    body #wrapper .mainVis .visual > div .swiper-container .swiper-wrapper .swiper-slide > div img {
      height: 100%;
    }
  }
  body #wrapper .mainVis .obj .logo {
    max-width: 550px;
    padding: 40px 0px;
  }
  body #wrapper .mainVis .obj .logo > div {
    max-width: 306px;
    width: 75%;
  }
  body #wrapper .philosophy p {
    font-size: 3rem;
  }
  body #wrapper section.items .itemsSwiper {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.news ul {
    display: block;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.news ul li {
    margin-bottom: 15px;
  }
  body #wrapper section.news ul li:after {
    content: "";
    clear: both;
    height: 0px;
    visibility: hidden;
    display: block;
  }
  body #wrapper section.news ul li a span {
    float: left;
    width: 60px;
    margin-right: 20px;
  }
  body #wrapper section.news ul li a p {
    float: left;
    width: calc(100% - 60px - 20px);
  }
  body #wrapper section.blog ul {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.blog ul li {
    display: flex;
  }
  body #wrapper section.blog ul li > div:nth-of-type(1) {
    margin-bottom: 0px;
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
  }
  body #wrapper section.blog ul li > div:nth-of-type(2) {
    width: calc((100% - 30px) / 2);
  }
  body #wrapper section.blog ul li > div:nth-of-type(2) span {
    font-weight: normal;
  }
  body #wrapper section.about > div {
    /*padding-bottom:40px;*/
  }
  body #wrapper section.about > div.about_img {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    max-width: 800px;
    width: 100%;
  }
  body #wrapper section.about > div div > b {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  body #wrapper section.about > div div > p {
    text-align: center;
  }
  body #wrapper section.about > div > strong {
    margin-top: 0px;
    width: 120px;
  }
  body #wrapper section.projects > div ul {
    display: flex;
    justify-content: space-between;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.projects > div ul li {
    margin-bottom: 0px;
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  body #wrapper section.projects > div ul li:last-of-type {
    margin-right: 0px;
  }
  body #wrapper section.projects > div ul li > div:nth-of-type(1) {
    width: 120px;
    height: 250px;
    margin-bottom: 0px;
  }
  body #wrapper section.projects > div ul li > div:nth-of-type(1) > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    position: relative;
  }
  body #wrapper section.projects > div ul li > div:nth-of-type(2) {
    margin-bottom: 20px;
  }
  body #wrapper section.projects > div ul li > div:nth-of-type(2) b {
    font-size: 2rem;
  }
  body #wrapper section.projects > div ul li > div:nth-of-type(2) p {
    font-size: 1.15vw;
    text-align: center;
    height: 200px;
  }
  body #wrapper section.projects > div ul li > p {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    width: 120px;
  }
  body #wrapper section.projects > div ul li:nth-of-type(2) > div:nth-of-type(1) {
    width: 90px;
  }
  body #wrapper section.projects > div ul li:nth-of-type(3) > div:nth-of-type(1) {
    width: 150px;
  }
  body #wrapper section.project-detail > div > div {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.project-detail > div > ul.itemList > li {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 120px;
  }
  body #wrapper section.project-detail > div > ul.itemList > li > h3 {
    margin-bottom: 40px;
  }
  body #wrapper section.project-detail > div > ul.itemList > li > h3 p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  body #wrapper section.project-detail > div > ul.itemList > li > p {
    text-align: center;
    margin-bottom: 60px;
  }
  body #wrapper section.project-detail > div > ul.itemList > li > div {
    display: flex;
  }
  body #wrapper section.project-detail > div > ul.itemList > li > div > div {
    margin-bottom: 0px;
    max-width: 53%;
    margin-right: 35px;
    width: 100%;
  }
  body #wrapper section.project-detail > div > ul.itemList > li > div > div > div .swiper-button {
    /*font-size:2.4rem;
    width:12px;*/
  }
  body #wrapper section.project-detail > div > ul.itemList > li > div > ul {
    max-width: calc(47% - 35px);
    display: block;
    width: 100%;
  }
  body #wrapper section.project-detail > div > ul.itemList > li > div > ul > li {
    font-size: 1.4rem;
    /*
    padding:5px 0px;
    @include funcBtn(#FFF,false,#444,false,false);
    margin-bottom:20px;*/
  }
  body #wrapper section.company > div > ul {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.company > div > ul > li {
    /*
    padding-bottom:10px;
    margin-bottom:20px;*/
  }
  body #wrapper section.company > div > ul > li > article {
    display: flex;
  }
  body #wrapper section.company > div > ul > li > article > span {
    width: 120px;
    padding: 0px 20px;
    font-size: 1.6rem;
  }
  body #wrapper section.company > div > ul > li > article > div {
    width: calc(100% - 120px - 40px);
    font-size: 1.4rem;
  }
  body #wrapper section.company > div > ul > li > article > div > p {
    margin-bottom: 10px;
  }
  body #wrapper section.company > div > ul > li > article > div > ol > li {
    margin-left: 15px;
  }
  body #wrapper section.company > div > ul > li > article > div > ul > li span {
    width: 80px;
  }
  body #wrapper section.company > div > .btn {
    max-width: 300px;
  }
  body #wrapper section.access > div > div {
    max-width: 650px;
  }
  body #wrapper section.access > div > div .btn {
    margin-top: 20px;
    padding: 5px 0px;
    background-color: #444;
    position: relative;
    cursor: pointer;
    color: #FFF;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    max-width: 300px;
  }
  body #wrapper section.access > div > div .btn input[type=submit] {
    display: block;
    color: #FFF;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    font-size: 1.2em;
    background-color: #444;
  }
  body #wrapper section.access > div > div .btn a, body #wrapper section.access > div > div .btn span {
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    font-size: 1.1em;
  }
  body #wrapper section.access > div > div .btn a:link, body #wrapper section.access > div > div .btn a:visited, body #wrapper section.access > div > div .btn span:link, body #wrapper section.access > div > div .btn span:visited {
    color: #FFF;
  }
  body #wrapper section.access > div > div .btn a:link, body #wrapper section.access > div > div .btn span:link {
    text-decoration: none;
  }
  body #wrapper section.access > div > div .btn a:visited, body #wrapper section.access > div > div .btn span:visited {
    text-decoration: none;
  }
  body #wrapper section.access > div > div .btn a:hover, body #wrapper section.access > div > div .btn span:hover {
    color: #FFF;
  }
  body #wrapper section.access > div > div .btn a:hover, body #wrapper section.access > div > div .btn span:hover {
    text-decoration: none;
  }
  body #wrapper section.access > div > div .btn:after {
    content: "";
    display: block;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    -webkit-transform: translateY(-50%) rotate(false);
    -moz-transform: translateY(-50%) rotate(false);
    -ms-transform: translateY(-50%) rotate(false);
    -o-transform: translateY(-50%) rotate(false);
    transform: translateY(-50%) rotate(false);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 7px;
    height: 7px;
  }
  body #wrapper section.access > div > div .btn:after {
    display: none;
  }
  body #wrapper section.contact > div form {
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    max-width: 500px;
  }
  body #wrapper section.contact > div form ul {
    margin-bottom: 60px;
  }
  body #wrapper section.contact > div form ul > li {
    margin-bottom: 40px;
  }
  body #wrapper section.contact > div form ul > li strong {
    display: block;
    margin-bottom: 10px;
  }
  body #wrapper section.contact > div form ul > li strong b {
    font-weight: normal;
    font-size: 2rem;
  }
  body #wrapper section.contact > div form ul > li strong span {
    font-weight: normal;
    color: #ED410C;
    margin-left: 10px;
  }
  body #wrapper section.contact > div form ul > li div input[type=text], body #wrapper section.contact > div form ul > li div input[type=email] {
    border: none;
    border-bottom: 1px solid #444;
    background: none;
    display: block;
    width: 100%;
    padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  }
  body #wrapper section.contact > div form ul > li div input[type=email] {
    width: calc(100% - 50px);
  }
  body #wrapper section.contact > div form ul > li div textarea {
    border: 1px solid #999;
    display: block;
    width: calc(100% - 10px);
    padding: 3px 5px;
    height: 300px;
    font-size: 1.7rem;
  }
  body #wrapper section.contact > div form ul > li div.customSelect {
    position: relative;
    /*display:inline-block;*/
    vertical-align: top;
  }
  body #wrapper section.contact > div form ul > li div.customSelect > span {
    padding: 0.5rem 0rem;
    display: inline-block;
  }
  body #wrapper section.contact > div form ul > li div.customSelect > select {
    -webkit-appearance: none;
    appearance: none;
    padding: 0.5rem 3.5rem 0.5rem 1.5rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    border: none;
    border-bottom: #444 1px solid;
    /*border-radius:5px;*/
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    background: none;
    /*background-color:rgba(255,255,255,0.0);*/
  }
  body #wrapper section.contact > div form ul > li div.customSelect:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    -webkit-transform: translateY(-80%);
    -moz-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    -o-transform: translateY(-80%);
    transform: translateY(-80%);
    right: 10px;
    font-size: 2.8rem;
    line-height: 2.8rem;
    vertical-align: super;
    color: #444;
    z-index: 1;
  }
  body #wrapper section.contact > div form ul > li div.customSelect + p {
    padding: 0.5rem 0rem;
    display: inline-block;
  }
  body #wrapper section.contact > div form ul > li div.customSelect select {
    font-size: 1.4rem;
  }
  body #wrapper section.contact > div form > div {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
  body #wrapper section.contact > div form > div p {
    margin-bottom: 20px;
  }
  body #wrapper section.contact > div form > div p a:link {
    color: #ED410C;
  }
  body #wrapper section.contact > div form > div p label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
  }
  body #wrapper section.contact > div form > div p input {
    margin-right: 5px;
  }
  body #wrapper section.contact > div form > .btn {
    margin-top: 20px;
    padding: 5px 0px;
    background-color: #444;
    position: relative;
    cursor: pointer;
    color: #FFF;
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    max-width: 300px;
  }
  body #wrapper section.contact > div form > .btn input[type=submit] {
    display: block;
    color: #FFF;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    font-size: 1.2em;
    background-color: #444;
  }
  body #wrapper section.contact > div form > .btn a, body #wrapper section.contact > div form > .btn span {
    color: #FFF;
    display: inline-block;
    width: 100%;
    padding: 0px 0px;
    text-align: center;
    font-size: 1.1em;
  }
  body #wrapper section.contact > div form > .btn a:link, body #wrapper section.contact > div form > .btn a:visited, body #wrapper section.contact > div form > .btn span:link, body #wrapper section.contact > div form > .btn span:visited {
    color: #FFF;
  }
  body #wrapper section.contact > div form > .btn a:link, body #wrapper section.contact > div form > .btn span:link {
    text-decoration: none;
  }
  body #wrapper section.contact > div form > .btn a:visited, body #wrapper section.contact > div form > .btn span:visited {
    text-decoration: none;
  }
  body #wrapper section.contact > div form > .btn a:hover, body #wrapper section.contact > div form > .btn span:hover {
    color: #FFF;
  }
  body #wrapper section.contact > div form > .btn a:hover, body #wrapper section.contact > div form > .btn span:hover {
    text-decoration: none;
  }
  body #wrapper section.contact > div form > .btn:after {
    content: "";
    display: block;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    -webkit-transform: translateY(-50%) rotate(false);
    -moz-transform: translateY(-50%) rotate(false);
    -ms-transform: translateY(-50%) rotate(false);
    -o-transform: translateY(-50%) rotate(false);
    transform: translateY(-50%) rotate(false);
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    width: 7px;
    height: 7px;
  }
  body #wrapper section.contact > div form > .btn:after {
    display: none;
  }
  body #wrapper section.faq article ul {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.policy > div {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.tool_tometaro > div div.caution > p {
    text-align: center;
  }
  body #wrapper section.tool_tometaro > div > ul.toolsBtn {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body #wrapper section.tool_tometaro > div > ul.toolsBtn > li {
    width: 280px;
  }
  body #wrapper section.tool_tometaro > div > ul.toolsBtn > li a {
    font-size: 1.2rem;
  }
  body #wrapper section.item_intro > div > h5 > b {
    font-size: 2.4rem;
  }
  body #wrapper section.item_intro > div .fadeslide {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.item_intro > div .fadeslide > ul {
    position: relative;
    padding-top: 71.2574850299%;
    margin-bottom: 15px;
  }
  body #wrapper section.item_intro > div .fadeslide > ul > li {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  body #wrapper section.item_intro > div .fadeslide > ul + ol {
    text-align: center;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  body #wrapper section.item_intro > div .fadeslide > ul + ol > li {
    display: block;
    background-color: #ddd;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 9px;
    height: 9px;
    margin-right: 5px;
  }
  body #wrapper section.item_intro > div .fadeslide > ul + ol > li.c {
    background-color: #999;
  }
  body #wrapper section.item_intro > div .fadeslide > ul + ol > li:last-of-type {
    margin-right: 0px;
  }
  body #wrapper section.item_intro > div > .intro {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.item_intro > div > .intro > p {
    text-align: center;
  }
  body #wrapper section.point10 {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.point10 > div > h4 {
    margin-bottom: 40px;
  }
  body #wrapper section.point10 > div > h4 > p span {
    font-size: 3rem;
  }
  body #wrapper section.point10 > div > h4 > p > img {
    width: 360px;
    padding-bottom: 0px;
  }
  body #wrapper section.point10 > div > h4 > img {
    width: 150px;
    position: absolute;
    left: 15%;
    top: 60px;
  }
  body #wrapper section.point10 > div > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  body #wrapper section.point10 > div > ul > li {
    margin-bottom: 40px;
    margin-right: 60px;
    width: calc((100% - 60px) / 2);
  }
  body #wrapper section.point10 > div > ul > li:nth-of-type(even) {
    margin-right: 0px;
  }
  body #wrapper section.point10 > div > ul > li > p {
    width: 115px;
  }
  body #wrapper section.point10 > div > ul > li > div {
    width: calc(100% - 115px - 15px);
  }
  body #wrapper section.point10 > div > ul > li > div > h5 {
    margin-left: 20px;
  }
  body #wrapper section.example > div > ul > li {
    margin-bottom: 80px;
  }
  body #wrapper section.example > div > ul > li div.description {
    max-width: 1080px;
    margin-bottom: 30px;
  }
  body #wrapper section.example > div > ul > li div.slide > ul > li img {
    height: 325px;
  }
  body #wrapper section.catalog > div > ul {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.catalog > div > ul > li {
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  body #wrapper section.catalog > div > ul > li:nth-of-type(even) {
    margin-right: 20px;
  }
  body #wrapper section.catalog > div > ul > li:nth-of-type(5n) {
    margin-right: 0px;
  }
  body #wrapper section.catalog > div > p {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.catalog_en > div > div {
    margin-bottom: 40px;
    display: block;
    text-align: center;
    max-width: 750px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    justify-content: space-between;
  }
  body #wrapper section.catalog_en > div > div a img {
    max-width: 230px;
    margin-left: 0px;
  }
  body #wrapper section.catalog_en > div > div p {
    width: calc(100% - 230px - 20px);
  }
  body #wrapper section.catalog_en > div > ul {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    max-width: 1080px;
  }
  body #wrapper section.catalog_en > div > ul > li {
    width: calc((100% - 80px) / 5);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  body #wrapper section.catalog_en > div > ul > li:nth-of-type(odd) {
    margin-right: 20px;
  }
  body #wrapper section.catalog_en > div > ul > li:nth-of-type(5n) {
    margin-right: 0px !important;
  }
  body #wrapper section.movie > div > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    max-width: 960px;
  }
  body #wrapper section.movie > div > ul > li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
  }
  body #wrapper section.movie > div > ul > li:nth-of-type(odd) {
    margin-right: 40px;
  }
  body #wrapper section.links > div > ul > li {
    text-align: center;
    margin-bottom: 70px;
  }
  body #wrapper section.links > div > ul > li > h6 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  body #wrapper section.links > div > ul > li > a {
    margin-bottom: 10px;
    display: block;
  }
  body #wrapper > ul.pagelink > li > a {
    height: 40px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1060px) {
  body .breakpoint {
    font-family: point2;
  }
  body br.basic {
    display: none;
  }
  body br.point1 {
    display: none;
  }
  body br.point2 {
    display: inline-block;
  }
  body.teather #wrapper {
    width: 100%;
    max-width: 1080px;
  }
  body.teather #wrapper > .logo {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 40px;
  }
  body.teather #wrapper h5 {
    font-size: 3rem;
  }
  body.teather #wrapper section ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body.teather #wrapper section ul li {
    width: 250px;
  }
  body #wrapper section.projects > div ul {
    max-width: 980px;
  }
  body #wrapper section.projects > div ul li > div:nth-of-type(2) p {
    font-size: 1.15rem;
  }
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;
}

.breakpoint {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}