@charset "UTF-8";
/*
Theme Name: Saider
Description: Saider
Author:Saider
*/
/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
 .less基本関数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*$includeVal:($innerWidth - 550) / $innerWidth * 100 * 0.5 * 1%;*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   ブレイクポイント設定
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
@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 navFadeIn {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes navFadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
  }
}
/* ======================================== */
@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 bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1033px 0px;
  }
}
@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;
  }
}
/*アプリ*/
/*PR*/
@keyframes outCircle {
  0% {
    background-color: #FFF;
  }
  50% {
    background-color: #FFF;
  }
  100% {
    background-color: #E1251B;
  }
}
@keyframes innerCircle {
  0% {
    background-color: #F0F0F0;
    fill: #F0F0F0;
  }
  50% {
    background-color: #E1251B;
    fill: #E1251B;
  }
  100% {
    background-color: #F0F0F0;
    fill: #F0F0F0;
  }
}
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   webフォント関数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    background: #F8E54E;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    background: #F83EBF;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    background: #fdcbc1;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    background: #ffff8c;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    background: #b2dffb;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    background: #C89AF7;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    background: #85CAF1;
  }
}
@keyframes sideSlide {
  0% {
    transform: scale(0);
    color: #666;
    opacity: 0;
  }
  60% {
    transform: scale(1);
    color: #666;
    opacity: 0;
  }
  80% {
    transform: scale(1);
    color: #666;
    opacity: 0;
  }
  99% {
    transform: scale(1.2);
    color: #FFF;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    color: #666;
  }
}
/* 円を描くアニメーション */
@keyframes draw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* 塗りのアニメーション */
@keyframes filling {
  0% {
    box-shadow: inset 0 0 0 9px #FF1D5E;
  }
  100% {
    box-shadow: inset 0 0 0 50px #FF1D5E;
  }
}
/* チェックマークのアニメーション */
@keyframes check {
  0% {
    transform: scale(0.5) rotate(30deg);
    opacity: 0;
  }
  90% {
    transform: scale(1.3) rotate(-15deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html {
  font-size: 62.5%; /* フォントの基準値を10pxに指定*/
}

* {
  line-height: 1;
}

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, textarea::-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], input[type=password], button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=text], input[type=password] {
  -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, strong, b, p {
  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;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: 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 {
  /*-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;*/
}

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 {
  border: 4px solid rgba(38, 46, 49, 0.2);
  border-top-color: #262E31;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: -30px;
  margin-left: -30px;
  border: 4px solid #ccc;
  border-top-color: #666;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
}
#loading_overlay.loadingFinish {
  z-index: -10;
  opacity: 0;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.preview {
  margin: 60px 0px 0px 30px;
}
.preview ul {
  list-style-type: disc;
}
.preview ul > h4 {
  margin-bottom: 30px;
  font-size: 2rem;
}
.preview ul li {
  margin-bottom: 20px;
  font-size: 1.6rem;
  margin-left: 20px;
}
.preview ul li a:link {
  text-decoration: underline;
}
.preview ul li a:hover {
  text-decoration: none;
}

br.point2 {
  display: none;
}

br.point1 {
  display: none;
}

br.basic {
  display: inline-block;
}

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

オリジナル要素

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

.preview a:link, .preview a:visited, .preview a:hover {
  color: #000;
}

body {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  width: 100%;
  font-size: 1.3rem;
  color: #666;
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
body a:link, body a:visited {
  color: #666;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  color: #666;
}
body a:hover {
  text-decoration: none;
}
body #graph {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 0.2;
}
body #graph canvas {
  width: 100%;
  height: 100%;
}
body .totop {
  position: fixed;
  background-color: #333;
  width: 30px;
  height: 30px;
  right: 0px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  border-radius: 15px 0% 0% 0%;
}
body .totop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
body .totop a i {
  color: #FFF;
}
body .totop.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .totop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
body .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  border: 1px solid #666;
  background-color: #666;
  position: relative;
  color: #FFF;
  -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 .btn:hover {
  background-color: #FFF;
  color: #666;
}
body .btn:hover span {
  color: #666;
}
body .btn:hover span:after {
  background-color: #666;
  right: -16px;
}
body .btn:hover span:before {
  background-color: #666;
  right: -23px;
}
body .btn span {
  display: block;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  padding: 15px 0px;
  letter-spacing: 0.2rem;
  color: #FFF;
}
body .btn span:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #FFF;
  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-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: -16px;
}
body .btn span:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FFF;
  right: 23.5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  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;
  top: calc(50% + 1px);
}
body .fadeIn {
  opacity: 0;
}
body .fadeIn.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 header {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.6);
}
body header > div {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body header > div > .logo {
  width: 100px;
  position: relative;
}
body header > div > .logo:hover {
  opacity: 0.6;
  -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 > div > .logo svg * {
  fill: #666 !important;
}
body .toggle {
  width: 45px;
  height: 40px;
  display: block;
  opacity: 1;
  right: 10px;
  top: 15px;
  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;
  cursor: pointer;
}
body .toggle > div {
  width: 25px;
}
body .toggle .toggle_in {
  padding: 10px;
}
body .toggle .toggle_in > div {
  height: 2px;
  width: 100%;
  background: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body .toggle .toggle_in > div.toggle_2 {
  margin: 3px 0;
}
body.navopend nav {
  right: 0%;
}
body.navopend > .toggle .toggle_in > div.toggle_2 {
  opacity: 0;
}
body.navopend > .toggle .toggle_in > div.toggle_1 {
  -webkit-transform: translate(0, 5px) rotate(45deg);
  transform: translate(0, 5px) rotate(45deg);
}
body.navopend > .toggle .toggle_in > div.toggle_3 {
  -webkit-transform: translate(0, -5px) rotate(-45deg);
  transform: translate(0, -5px) rotate(-45deg);
}
body.navopend > .toggle .toggle_in.front > div {
  background: #333;
}
body > nav {
  width: 100%;
  height: 100vh;
  right: -100%;
  position: fixed;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 11;
  -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.nav {
  padding: 60px 0px 0px 0px;
}
body > nav > div.nav.front {
  color: #333;
}
body > nav > div.nav.hide {
  color: #333;
}
body > nav > div.nav > div.navs {
  margin-bottom: 20px;
}
body > nav > div.nav > div.navs > ul {
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 40px;
}
body > nav > div.nav > div.navs > ul > li {
  position: relative;
  margin-bottom: 30px;
}
body > nav > div.nav > div.navs > ul > li a {
  text-align: center;
  display: block;
}
body > nav > div.nav > div.navs > ul > li a p {
  font-size: 1.8rem;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  letter-spacing: 0.2rem;
}
body > nav > div.nav > div.navs > ul > li a span {
  font-size: 1.3rem;
}
body > nav > div.nav > div.navs > ul > li:last-of-type {
  margin-bottom: 0px;
}
body:not(.index) #wrapper {
  margin-top: 60px;
  padding-top: 40px;
}
body #wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
body #wrapper .mainVis {
  width: 100%;
  height: 200px;
  min-height: calc(100vh - 60px); /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100 - 60px);
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
body #wrapper .mainVis .typo {
  width: calc(100% - 20px);
  right: 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;
  z-index: 2;
  text-align: right;
}
body #wrapper .mainVis .typo .three {
  margin-bottom: 20px;
}
body #wrapper .mainVis .typo .three span {
  color: #666;
  opacity: 0;
  transform: translate(-300px, 0) scale(0);
  animation: sideSlide 0.5s forwards;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.8rem, 20.5vw, 20rem);
  font-weight: bold;
}
body #wrapper .mainVis .typo > p {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #666;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(1) {
  animation-delay: 0s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(2) {
  animation-delay: 0.05s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(3) {
  animation-delay: 0.1s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(4) {
  animation-delay: 0.15s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(5) {
  animation-delay: 0.2s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(6) {
  animation-delay: 0.25s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(7) {
  animation-delay: 0.3s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(8) {
  animation-delay: 0.35s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(9) {
  animation-delay: 0.4s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(10) {
  animation-delay: 0.45s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(11) {
  animation-delay: 0.5s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(12) {
  animation-delay: 0.55s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(13) {
  animation-delay: 0.6s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(14) {
  animation-delay: 0.65s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(15) {
  animation-delay: 0.7s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(16) {
  animation-delay: 0.75s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(17) {
  animation-delay: 0.8s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(18) {
  animation-delay: 0.85s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(19) {
  animation-delay: 0.9s;
}
body #wrapper .mainVis .typo .animate span:nth-of-type(20) {
  animation-delay: 0.95s;
}
body #wrapper .mainVis .fluid {
  width: 50vh; /*横幅*/
  height: 60vh; /*縦幅*/
  background: #fff100; /*背景色*/
  animation: fluidrotate 10s ease 0s infinite; /*アニメーションの設定*/
  position: absolute;
  top: 8vh;
  right: -80px;
  z-index: 1;
}
body #wrapper section {
  margin-bottom: 100px;
}
body #wrapper section:last-of-type {
  margin-bottom: 0px;
}
body #wrapper section > strong.cap {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
body #wrapper section > strong.cap p {
  font-size: 3.3rem;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
body #wrapper section > strong.cap p:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #666;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-top: 10px;
}
body #wrapper section > strong.cap span {
  display: inline-block;
  margin-top: 15px;
}
body #wrapper section > div {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section > div > .only_text {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 60px;
}
body #wrapper section.top_about > div {
  text-align: center;
}
body #wrapper section.top_about > div p {
  font-size: clamp(1rem, 4.2vw, 2.5rem);
  line-height: 3.5;
  font-weight: bold;
  margin-bottom: 40px;
}
body #wrapper section.top_about > div p span {
  font-size: clamp(1rem, 5.7vw, 3rem);
  font-weight: bold;
  color: #FF1D5E;
}
body #wrapper section.top_service > div {
  text-align: center;
}
body #wrapper section.top_service > div ul li {
  margin-bottom: 60px;
}
body #wrapper section.top_service > div ul li > div.image {
  position: relative;
  margin-bottom: 30px;
}
body #wrapper section.top_service > div ul li > div.image > b {
  position: absolute;
  top: -60px;
  left: -10px;
  font-size: 3.5rem;
  z-index: 2;
  mix-blend-mode: overlay;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  color: #ddd;
}
body #wrapper section.top_service > div ul li > div.image > b span {
  font-size: 8rem;
}
body #wrapper section.top_service > div ul li > div.spec > div strong {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
body #wrapper section.top_service > div ul li > div.spec > div p {
  line-height: 1.8;
}
body #wrapper section.about > div > ul > li {
  margin-bottom: 100px;
}
body #wrapper section.about > div > ul > li > h4 {
  position: relative;
  margin-bottom: 40px;
}
body #wrapper section.about > div > ul > li > h4 > p {
  font-size: 3rem;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  position: relative;
}
body #wrapper section.about > div > ul > li > h4 > p:before {
  content: "";
  border-top: 30px solid #FFF;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-top: 30px solid #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
}
body #wrapper section.about > div > ul > li > h4 > p > span {
  font-size: 6rem;
}
body #wrapper section.about > div > ul > li > h4 > b {
  position: relative;
}
body #wrapper section.about > div > ul > li > h4 > b span {
  display: inline-block;
  padding: 3px 6px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
body #wrapper section.about > div > ul > li > h4 > b:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #666;
  width: 100%;
  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;
  z-index: 1;
}
body #wrapper section.about > div > ul > li > b {
  text-align: center;
  font-size: clamp(1rem, 7.7vw, 4rem);
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}
body #wrapper section.about > div > ul > li > b span {
  font-size: clamp(1rem, 15.7vw, 12rem);
}
body #wrapper section.about > div > ul > li > div.mission > ul > li {
  margin-bottom: 60px;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px #FF1D5E;
  margin-right: 10px;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle.visible {
  animation: filling 0.2s ease-in 0.8s forwards;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle.visible .cover1 {
  left: 50%;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle.visible .cover1:before {
  animation: draw 0.3s linear forwards;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle.visible .cover2:before {
  animation: draw 0.3s ease-out 0.3s forwards;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle.visible .check {
  animation: check 0.2s ease-in-out 0.9s forwards;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle .cover1,
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle .cover2 {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle .cover1 {
  left: 50%;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle .cover1:before {
  width: 100%;
  height: 200%;
  background: #FFF; /* 背景色に合わせて変更してください */
  transform-origin: 0 25%;
  transform: rotate(0deg);
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle .cover2:before {
  left: -10%;
  width: 110%;
  height: 120%;
  background: #FFF; /* 背景色に合わせて変更してください */
  transform-origin: 100% 40%;
  transform: rotate(0deg);
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle .cover1:before,
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle .cover2:before {
  position: absolute;
  content: "";
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 .missionTitle .check {
  position: absolute;
  color: #FFF;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  opacity: 0;
  top: 3px;
  font-weight: bold;
  transform: scale(0.5) rotate(30deg);
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 p {
  font-size: 3rem;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
body #wrapper section.about > div > ul > li > div.mission > ul > li > strong {
  font-size: clamp(1rem, 4.4vw, 1.9rem);
  text-align: left;
}
body #wrapper section.about > div > ul > li > div.mission > p {
  margin-top: 40px;
  line-height: 1.6;
  font-size: clamp(1.8rem, 5.4vw, 2.2rem);
}
body #wrapper section.about > div > ul > li > div.credo_text p {
  font-size: clamp(1rem, 4.8vw, 1.9rem);
  text-align: center;
  line-height: 2.4;
}
body #wrapper section.about > div > ul > li > div.overview > ol {
  list-style-type: none;
}
body #wrapper section.about > div > ul > li > div.overview > ol > li {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #bbb;
}
body #wrapper section.about > div > ul > li > div.overview > ol > li span {
  display: block;
  padding: 10px 10px;
  width: 70px;
  line-height: 1.8;
  font-weight: bold;
  background-color: rgba(237, 237, 237, 0.6);
}
body #wrapper section.about > div > ul > li > div.overview > ol > li p {
  display: block;
  padding: 10px 10px;
  width: calc(100% - 90px - 20px);
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.6);
}
body #wrapper section.service > div {
  width: 100%;
}
body #wrapper section.service > div > ul > li {
  margin-bottom: 60px;
  position: relative;
}
body #wrapper section.service > div > ul > li:after {
  content: "";
  clear: both;
  height: 0px;
  visibility: hidden;
  display: block;
}
body #wrapper section.service > div > ul > li:nth-of-type(even) > div.image {
  float: right;
}
body #wrapper section.service > div > ul > li:nth-of-type(even) > b {
  left: auto;
  right: 5%;
}
body #wrapper section.service > div > ul > li:nth-of-type(even) > div.spec {
  float: left;
}
body #wrapper section.service > div > ul > li > div.image {
  width: 90%;
  position: relative;
  z-index: 1;
}
body #wrapper section.service > div > ul > li > b {
  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;
  top: 35vw;
  margin: auto;
  left: 5%;
  font-size: 3.5rem;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  z-index: 3;
  mix-blend-mode: exclusion;
}
body #wrapper section.service > div > ul > li > b span {
  font-size: 8rem;
}
body #wrapper section.service > div > ul > li > div.spec {
  background-color: #FFF;
  position: relative;
  width: calc(90% - 40px);
  top: -30px;
  z-index: 2;
  float: right;
  padding: 40px 20px 20px 20px;
  filter: drop-shadow(2px 2px 2px #999);
}
body #wrapper section.service > div > ul > li > div.spec > div strong {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
body #wrapper section.service > div > ul > li > div.spec > div > b {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.6;
}
body #wrapper section.service > div > ul > li > div.spec > div > p {
  font-size: 1.4rem;
  line-height: 1.6;
}
body #wrapper section.contact > div > p {
  font-size: clamp(1rem, 4.7vw, 2.8rem);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 60px;
}
body #wrapper section.contact > div form > ul {
  margin-bottom: 90px;
}
body #wrapper section.contact > div form > ul > li {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
body #wrapper section.contact > div form > ul > li > b {
  display: block;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
body #wrapper section.contact > div form > ul > li > p {
  font-size: 1.6rem;
  line-height: 1.6;
}
body #wrapper section.contact > div form > ul > li div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
body #wrapper section.contact > div form > ul > li div label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
}
body #wrapper section.contact > div form > ul > li div label input {
  margin-right: 5px;
}
body #wrapper section.contact > div form > ul > li div label p {
  font-size: 1.6rem;
}
body #wrapper section.contact > div form > ul > li > input {
  border: none;
  border-bottom: 1px solid #666;
  width: 100%;
  font-size: 1.6rem;
}
body #wrapper section.contact > div form > ul > li > textarea {
  border: 1px solid #666;
  height: 200px;
  max-width: calc(100% - 10px);
  width: calc(100% - 10px);
  padding: 5px;
  font-size: 1.6rem;
  line-height: 1.6;
}
body #wrapper section.contact > div > div.finish {
  padding: 120px 0px 120px 0px;
  text-align: center;
}
body #wrapper section.contact > div > div.finish b {
  font-size: 2.2rem;
  margin-bottom: 40px;
}
body #wrapper section.contact > div > div.finish p {
  line-height: 1.8;
}
body #wrapper section.policy > div {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body #wrapper section.policy > div > ol {
  list-style-type: none;
}
body #wrapper section.policy > div > ol > li {
  margin-bottom: 40px;
}
body #wrapper section.policy > div > ol > li > b {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.8;
}
body #wrapper section.policy > div > ol > li > p {
  line-height: 1.8;
}
body #wrapper section.policy > div > ol > li > ul {
  margin-left: 15px;
  list-style-type: disc;
}
body #wrapper section.policy > div > ol > li > ul > li {
  line-height: 1.8;
}
body footer {
  background-color: #f0f0f0;
  z-index: 2;
  position: relative;
  padding: 60px 0px 15px 0px;
  text-align: center;
}
body footer > .logo {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 40px;
}
body footer > .copy {
  font-size: 1.1rem;
}
@media screen and (min-width: 0px) {
  body .breakpoint {
    font-family: basic;
  }
}
@media screen and (min-width: 768px) {
  body .breakpoint {
    font-family: point1;
  }
  body br.point2 {
    display: none;
  }
  body br.basic {
    display: none;
  }
  body br.point1 {
    display: inline-block;
  }
  body.top #wrapper section.feed_brandNews .swiper_overflow {
    margin-bottom: 0px;
  }
  body.top #wrapper section.feed_caution > div > strong {
    font-size: 3rem;
  }
  body #wrapper .mainVis .typo .three span {
    font-size: 10rem;
  }
  body #wrapper .mainVis .fluid {
    width: 70vh; /*横幅*/
  }
  body #wrapper section {
    margin-bottom: 200px;
  }
  body #wrapper section > div > .only_text {
    font-size: 2rem;
    text-align: center;
  }
  body #wrapper section.about > div > ul > li {
    margin-bottom: 150px;
  }
  body #wrapper section.about > div > ul > li > h4 {
    text-align: center;
  }
  body #wrapper section.about > div > ul > li > h4 > p {
    font-size: 4rem;
    letter-spacing: 0.3rem;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.about > div > ul > li > h4 > p:before {
    border-top: 40px solid #FFF;
    border-right: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-top: 40px solid #FFF;
  }
  body #wrapper section.about > div > ul > li > h4 > p > span {
    font-size: 8rem;
  }
  body #wrapper section.about > div > ul > li > h4 > b {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.about > div > ul > li > h4 > b span {
    padding: 5px 10px;
    font-size: 2rem;
  }
  body #wrapper section.about > div > ul > li > b {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 40px;
    letter-spacing: 0.2rem;
  }
  body #wrapper section.about > div > ul > li > b span {
    font-size: 7rem;
  }
  body #wrapper section.about > div > ul > li > div.mission > ul > li {
    margin-bottom: 80px;
  }
  body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  body #wrapper section.about > div > ul > li > div.mission > ul > li > h5 p {
    font-size: 3rem;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  body #wrapper section.about > div > ul > li > div.mission > ul > li > strong {
    font-size: clamp(1rem, 4.4vw, 1.9rem);
    text-align: left;
    text-align: center;
  }
  body #wrapper section.about > div > ul > li > div.mission > p {
    text-align: center;
  }
  body #wrapper section.about > div > ul > li > div.overview {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.about > div > ul > li > div.overview > ol {
    list-style-type: none;
  }
  body #wrapper section.about > div > ul > li > div.overview > ol > li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px dashed #bbb;
  }
  body #wrapper section.about > div > ul > li > div.overview > ol > li span {
    display: block;
    padding: 10px 10px;
    width: 70px;
    line-height: 1.8;
  }
  body #wrapper section.about > div > ul > li > div.overview > ol > li p {
    display: block;
    padding: 10px 10px;
    width: calc(100% - 90px - 20px);
    line-height: 1.8;
  }
  body #wrapper section.service > div {
    max-width: 1080px;
  }
  body #wrapper section.service > div > ul > li {
    margin-bottom: 120px;
  }
  body #wrapper section.service > div > ul > li:nth-of-type(even) > div.image {
    float: right;
  }
  body #wrapper section.service > div > ul > li:nth-of-type(even) > b {
    left: auto;
    right: 40px;
  }
  body #wrapper section.service > div > ul > li:nth-of-type(even) > div.spec {
    float: left;
  }
  body #wrapper section.service > div > ul > li > div.image {
    width: 65%;
  }
  body #wrapper section.service > div > ul > li > b {
    top: 50px;
    margin: auto;
    left: 40px;
  }
  body #wrapper section.service > div > ul > li > div.spec {
    width: calc(60% - 80px);
    top: -100px;
    padding: 40px 40px 40px 40px;
  }
  body #wrapper section.service > div > ul > li > div.spec > div strong {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  body #wrapper section.service > div > ul > li > div.spec > div > b {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  body #wrapper section.service > div > ul > li > div.spec > div > p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  body #wrapper section.contact > div > p {
    font-size: 1.6rem;
    margin-bottom: 100px;
  }
  body #wrapper section.contact > div form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.contact > div form > ul > li {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  body #wrapper section.contact > div form > ul > li > b {
    display: block;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  body #wrapper section.contact > div form > ul > li > p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  body #wrapper section.contact > div form > ul > li div {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
  }
  body #wrapper section.contact > div form > ul > li div label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 20px;
  }
  body #wrapper section.contact > div form > ul > li div label input {
    margin-right: 5px;
  }
  body #wrapper section.contact > div form > ul > li div label p {
    font-size: 1.6rem;
  }
  body #wrapper section.contact > div form > ul > li > input {
    border: none;
    border-bottom: 1px solid #666;
    width: 100%;
    font-size: 1.6rem;
  }
  body #wrapper section.contact > div form > ul > li > textarea {
    border: 1px solid #666;
    height: 200px;
    max-width: calc(100% - 10px);
    width: calc(100% - 10px);
    padding: 5px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  body #wrapper section.contact > div > div.finish {
    padding: 200px 0px 200px 0px;
  }
}
@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 .toggle {
    display: none;
  }
  body header {
    height: 100px;
  }
  body header > div {
    width: calc(100% - 60px);
  }
  body header > div > .logo {
    width: 200px;
  }
  body > nav {
    height: 0px;
    right: 0%;
    position: static;
    -webkit-transition: unset;
    -webkit-transform: unset;
    -moz-transition: unset;
    transition: unset;
    background-color: transparent;
    z-index: auto;
  }
  body > nav > div.nav {
    padding: 0px 0px 0px 0px;
  }
  body > nav > div.nav > div.logos {
    display: none;
  }
  body > nav > div.nav > div.navs {
    margin-bottom: 0px;
  }
  body > nav > div.nav > div.navs > ul {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    width: 647px;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 40px;
    margin-right: 0px;
    height: 100px;
    z-index: 11;
  }
  body > nav > div.nav > div.navs > ul > li {
    margin-bottom: 0px;
  }
  body > nav > div.nav > div.navs > ul > li a {
    text-align: center;
    display: block;
  }
  body > nav > div.nav > div.navs > ul > li a.front {
    color: #FFF;
  }
  body > nav > div.nav > div.navs > ul > li a.front a:link {
    color: #FFF;
  }
  body > nav > div.nav > div.navs > ul > li a.hide {
    color: #333;
  }
  body > nav > div.nav > div.navs > ul > li a.hide a:link {
    color: #333;
  }
  body > nav > div.nav > div.navs > ul > li a p {
    font-size: 1.4rem;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
  }
  body > nav > div.nav > div.navs > ul > li a span {
    font-size: 1rem;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
  }
  body > nav > div.nav > div.navs > ul > li a:hover.front, body > nav > div.nav > div.navs > ul > li a.active.front {
    color: #FFF;
  }
  body > nav > div.nav > div.navs > ul > li a:hover.front a:link, body > nav > div.nav > div.navs > ul > li a.active.front a:link {
    color: #FFF;
  }
  body > nav > div.nav > div.navs > ul > li a:hover.hide, body > nav > div.nav > div.navs > ul > li a.active.hide {
    color: #827905;
  }
  body > nav > div.nav > div.navs > ul > li a:hover.hide a:link, body > nav > div.nav > div.navs > ul > li a.active.hide a:link {
    color: #827905;
  }
  body > nav > div.nav > div.navs > ul > li a:hover span, body > nav > div.nav > div.navs > ul > li a.active span {
    opacity: 1;
  }
  body:not(.index) #wrapper {
    margin-top: 100px;
  }
  body #wrapper .mainVis .typo .three span {
    font-size: 10rem;
  }
  body #wrapper .mainVis .fluid {
    width: 60vw; /*横幅*/
    height: 80vh;
  }
  body #wrapper section.top_service > div {
    text-align: center;
  }
  body #wrapper section.top_service > div ul {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body #wrapper section.top_service > div ul li {
    margin-bottom: 120px;
    position: relative;
  }
  body #wrapper section.top_service > div ul li > div.image {
    width: 60%;
    margin-bottom: 0px;
  }
  body #wrapper section.top_service > div ul li > div.image > b {
    top: -90px;
    left: -20px;
    font-size: 5rem;
  }
  body #wrapper section.top_service > div ul li > div.image > b span {
    font-size: 12rem;
  }
  body #wrapper section.top_service > div ul li > div.spec {
    background-color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    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;
    right: 80px;
    height: 260px;
    width: 400px;
    filter: drop-shadow(2px 2px 2px #999);
  }
  body #wrapper section.top_service > div ul li > div.spec > div {
    text-align: left;
  }
  body #wrapper section.top_service > div ul li > div.spec > div strong {
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
  }
  body #wrapper section.top_service > div ul li > div.spec > div p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  body #wrapper section.top_service > div ul li:nth-of-type(even):after {
    content: "";
    clear: both;
    height: 0px;
    visibility: hidden;
    display: block;
  }
  body #wrapper section.top_service > div ul li:nth-of-type(even) > div.image {
    float: right;
  }
  body #wrapper section.top_service > div ul li:nth-of-type(even) > div.spec {
    right: auto;
    left: 80px;
  }
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;
}

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

@media screen and (max-width: 400px) {
  body.index #wrapper section.search_result .result_list > ul > li a > div .head {
    display: block;
  }
  body.index #wrapper section.search_result .result_list > ul > li a > div .head ul {
    justify-content: flex-start;
  }
  body.index #wrapper section.search_result .result_list > ul > li a > div .head .date {
    margin-bottom: 5px;
  }
}