@charset "utf-8";
/* reset */
body {
  margin: 0;
  padding: 0;
  /*background-color: #f6faf0;*/
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  color: #575757;
  font-size: 14px;
  line-height: 2;
}
p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}
h6 {
  color: #fff;
}
img {
  vertical-align: bottom;
}
ul {
  margin: 0;
  padding: 0;
  /* list-style: none; */
}
a {
  color: #3583aa;
  text-decoration: none;
}
a:visited {
  color: #788d98;
}
a:hover {
  text-decoration: underline;
}
/* common */
.global-nav {
    position: fixed!important;
	position: absolute;
    z-index: 9999;
    height: 1000px;
    /*width: 100%;
	height: 100vh;*/
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* 下記list-styleについてはulに記載あり */
.global-nav li {
    position: fixed;
    margin: 0 20px;
    font-size: 18px;
    list-style: none;
    font-family: 'Alegreya Sans SC', sans-serif, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    /* top: -137; */
}
a .mincho_n {
  padding: 4 0 0;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.ja_1 {
  /*font-size: 15px;*/
  font-size: 16px;
}
.global-nav li {
    position: fixed!important;
    position: absolute;
    margin: 0 20px;
    font-size: 18px;
    list-style: none;
    top: 50%;
}
.contact {
    position: fixed;
    /* margin: 0 20px; */
    font-size: 18px;
    list-style: none;
    font-family: 'Alegreya Sans SC', sans-serif, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    top: 70%;
    right: 15px;
    font-weight: 300;
}
.horizontal {
    position: fixed;
    position: absolute;
    font-size: 18px;
    list-style: none;
    font-family: 'Alegreya Sans SC', sans-serif, "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    transform: rotateZ(20deg) !important;
    -ms-transform: rotateZ(20deg) !important;
    -webit-transform: rotateZ(20deg) !important;
    right: 0;
    top: 30%!important;
    font-weight: 300;
    /* color: #fff !important; */
}
.height {
    position: fixed;
    top: 50% !important;
    right: 80px;
    margin-top: 60px;
    color: #fff;
    z-index: 9999;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased /* animation時の文字にじみ防止 */ -moz-osx-font-smoothing: grayscale;
    -webkit-filter: blur(0.000001px);
    z-index: 9999;
	opacity: 0.8;
}
.height a {
  color: #383838;
  font-family: 'Alegreya Sans SC', sans-serif, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  padding-bottom: 3px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
.square_1 {
position : fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
position : absolute;        /* Internet Explorer 用に絶対位置配置する */	
  top: -157;
  right: -252px;
  background-color: rgba(112, 112, 112, 0.8);
  z-index: -1;
  width: 55px;
  height: 55px;
}
.square_2 {
position : fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
position : absolute;        /* Internet Explorer 用に絶対位置配置する */  top: -132;
  right: -120px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0.3px solid #dedede;
  z-index: -1;
  width: 141px;
  height: 25px;
}
.square_3 {
position : fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
position : absolute;        /* Internet Explorer 用に絶対位置配置する */  top: -208px;
  right: 99px;
  background-color: rgba(128, 155, 154, 0.8);
  z-index: -1;
  width: 22px;
  height: 100px;
}
#menu_t {
  display: none;
}
#wrap {
  clear: both;
  margin-top: 220px;
  padding: 35px 0;
}
/* 下記overflow: hidden;あり */
.content {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
footer {
  text-align: center;
  color: #575757;
  padding: 5px 0;
  background-color: #fff;
}
footer small {
  font-size: 12px;
}
/* index ********************************************************************************* index */
/* ローディング ***********************************/
#loading {
  position:absolute;
  width:600px;
  height:36px;
  left:50%;
  top:40%;
  margin-left:-300px;
  overflow:visible;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
}

#loading div {
  position:absolute;
  width:20px;
  height:36px;
  opacity:0;
  font-family:Arial, sans-serif;
  animation:move 2s linear 3;
  -o-animation:move 2s linear 3;
  -moz-animation:move 2s linear 3;
  -webkit-animation:move 2s linear 3;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  color:#35C4F0;
}

#loading div:nth-child(2) {
  animation-delay:0.2s;
  -o-animation-delay:0.2s;
  -moz-animation-delay:0.2s;
  -webkit-animation-delay:0.2s;
}
#loading div:nth-child(3) {
  animation-delay:0.4s;
  -o-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
  -webkit-animation-delay:0.4s;
}
#loading div:nth-child(4) {
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
}
#loading div:nth-child(5) {
  animation-delay:0.8s;
  -o-animation-delay:0.8s;
  -moz-animation-delay:0.8s;
  -webkit-animation-delay:0.8s;
}
#loading div:nth-child(6) {
  animation:move 2s linear 1;
  animation-delay:1s;
  -o-animation-delay:1s;
  -moz-animation-delay:1s;
  -webkit-animation-delay:1s;
}
#loading div:nth-child(7) {
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
}

@keyframes move {
  0% {
    left:0;
    opacity:0;
  }
35% {
left: 41%; 
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
transform:rotate(0deg);
opacity:1;
}
65% {
left:59%; 
-moz-transform:rotate(0deg); 
-webkit-transform:rotate(0deg); 
-o-transform:rotate(0deg);
transform:rotate(0deg); 
opacity:1;
}
100% {
left:100%; 
-moz-transform:rotate(-180deg); 
-webkit-transform:rotate(-180deg); 
-o-transform:rotate(-180deg); 
transform:rotate(-180deg);
opacity:0;
}
}

@-moz-keyframes move {
0% {
left:0; 
opacity:0;
}
35% {
left:41%; 
-moz-transform:rotate(0deg); 
transform:rotate(0deg);
opacity:1;
}
65% {
left:59%; 
-moz-transform:rotate(0deg); 
transform:rotate(0deg);
opacity:1;
}
100% {
left:100%; 
-moz-transform:rotate(-180deg); 
transform:rotate(-180deg);
opacity:0;
}
}

@-webkit-keyframes move {
0% {
left:0; 
opacity:0;
}
35% {
left:41%; 
-webkit-transform:rotate(0deg); 
transform:rotate(0deg); 
opacity:1;
}
65% {
left:59%; 
-webkit-transform:rotate(0deg); 
transform:rotate(0deg); 
opacity:1;
}
100% {
left:100%;
-webkit-transform:rotate(-180deg); 
transform:rotate(-180deg); 
opacity:0;
}
}

@-o-keyframes move {
0% {
left:0; 
opacity:0;
}
35% {
left:41%; 
-o-transform:rotate(0deg); 
transform:rotate(0deg); 
opacity:1;
}
65% {
left:59%; 
-o-transform:rotate(0deg); 
transform:rotate(0deg); 
opacity:1;
}
100% {
left:100%; 
-o-transform:rotate(-180deg); 
transform:rotate(-180deg); 
opacity:0;
}
}



Resources
/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /*background: #fff;*/
}
/*▲▲ ここまで追加する ▲▲*/
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #333;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/*********************************************************/
/* 記号回転 *****************/
/* hover */
.front {
  position: absolute;
  width: 741px;
  height: 70px;
}
.container_1 {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 270px;
}
.target_1 {
  top: 3 !important;
  left: -156.5 !important;
  transition: 2s;
  transform: rotateY(0deg);
}
.container_1:hover .target_1 {
  transform: rotateY(2turn);
}
.container_2 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 270px;
}
.target_2 {
  top: 23 !important;
  left: -37.8 !important;
  transition: 2s;
  transform: rotateY(0deg);
}
.container_1:hover .target_2 {
  transform: rotateY(2turn);
}
.target_3 {
  top: 24 !important;
  left: 94.096 !important;
  transition: 2s;
  transform: rotateY(0deg);
  z-index: -10 !important;
}
.container_1:hover .target_3 {
  transform: rotateY(2turn);
}
#home svg {
  width: 740.6px;
  height: 70.1px;
}

/* 自動回転 */
#home .target_1 {
  -webkit-animation: spin 0.5s linear 5;
  -moz-animation: spin 0.5s linear 5;
  -ms-animation: spin 0.5s linear 5;
  -o-animation: spin 0.5s linear 5;
  animation: spin 0.5s linear 5;
  z-index: -10 !important;
}
#home .target_2 {
  -webkit-animation: spin 0.5s linear 5;
  -moz-animation: spin 0.5s linear 5;
  -ms-animation: spin 0.5s linear 5;
  -o-animation: spin 0.5s linear 5;
  animation: spin 0.5s linear 5;
  animation-delay: 0.5s;
  opacity: 0;
  z-index: -10 !important;
}
#home .target_3 {
  -webkit-animation: spin 0.5s linear 5;
  -moz-animation: spin 0.5s linear 5;
  -ms-animation: spin 0.5s linear 5;
  -o-animation: spin 0.5s linear 5;
  animation: spin 0.5s linear 5;
  animation-delay: 1s;
  opacity: 0;
  z-index: -10 !important;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(360deg);
    opacity: 1;
  }
}
/*******************************************/
/* ページトップへ　始り *************/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
  z-index: 9999!important;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 15px;
  color: rgba(0,0,0,0.5);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: '';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ページトップへ　終わり *************/
/* now! **************/
.now {
	position: relative;
}
.star-fav {
    margin: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #FFE50E;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    animation: anim-star-fav-rotate 30s linear infinite, anim-star-fav-opacity 1s linear infinite;
    top: 8;
    left: 72;
    z-index: 50;
}
.star-fav:before,
.star-fav:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #FFE50E;
    content: '';
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 0;
}
.star-fav:before {
    transform: rotate(71deg);
}
.star-fav:after {
    transform: rotate(-71deg);
}
@keyframes anim-star-fav-rotate {
    from { transform: rotate(35deg);}
    to { transform: rotate(395deg);}
}
@keyframes anim-star-fav-opacity {
    0%   { opacity: 1;}
    50%  { opacity: 0.5;}
    100% { opacity: 1;}
}
/* now! 終わり *************/
/* 吹き出し　始り ************/
/*.content5 {
  margin: 15px;
  display: inline-block;
  position: relative;
  padding: 10px;
  width: 50px;
  height: 50px;
  color: #333;
  font-size: 16px;
  background: limegreen;
  text-align: center;
  border-radius: 50%;
}
.content5 {
    margin: 15px;
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 50px;
    height: 50px;
    color: #333;
    font-size: 16px;
    background: transparent;
    border: 1px solid limegreen;
    text-align: center;
    border-radius: 50%;
}
.content5:before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -12px;
  border: 15px solid transparent;
  border-left: 15px solid limegreen;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}*/
.content5 {
    margin: 15px;
    display: inline-block;
    position: absolute;
    padding: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    border: solid 3px #B5B5B5;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    top: -50;
    left: 0;
}
/* 上に載せる三角アイコン */
.content5:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -8px;
    margin-left: 2px;
    border: 12px solid transparent;
    border-left: 15px solid #fff;
    z-index: 5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 下に載せる三角アイコン */
.content5:after {
    content: "";
    position: absolute;
    bottom: -11px;
    right: -7px;
    margin-left: -17px;
    border: 10px solid transparent;
    border-left: 10px solid #B5B5B5;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 3;
}
.content5 p {
    margin: 0;
    padding: 7 0;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    webkit-transform: rotate(45deg);
    transform: rotate(-35deg);
}

/* 吹き出し　終わり *************************/

#home {
  background-color: #FCFCFC;
  position: relative;
  height: 100%;
}
/* mainvisual ********************************************************************************* mainvisual */
#mainvisual {
  height: 100vh;
}
.content_box {
  background-color: #fff;
}
#home #wrap {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#home h1 {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 8;
}
.icon1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 740.6;
  text-align: center; /*一応BOX内の文字も中央寄せ*/
}
#home img {
  position: absolute;
  z-index: -3;
  display: inline-block;
  top: 0;
  left: 0;
}
/* vivus */
#layer {
    max-width: 750px;
    width: 740.6px;
    height: 70.1px;
}
 
#layer .st0 {
  stroke: #252A2F;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
		　stroke-linecap:round;
　stroke-linejoin:round;
　stroke-miterlimit:10;
  stroke-width: 0.5;
  fill: transparent;
  z-index: 3 !important;
}
/*.st0 {
  stroke: #252A2F;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
		　stroke-linecap:round;
　stroke-linejoin:round;
  stroke-width: 0.5;
  fill: transparent;
  z-index: 3 !important;
  -webkit-animation: logo_line 8s linear 3s 1;
  animation: logo_line 8s linear 3s 1;
  animation-fill-mode: forwards;
}
@keyframes logo_line {
  0% {
    stroke-dashoffset: 2000;
    opacity: 0;
  }
  0.1% {
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@-webkit-keyframes logo_line {
  0% {
    stroke-dashoffset: 2000;
    opacity: 0;
  }
  0.1% {
    stroke-dashoffset: 2000;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}*/
.yokoku {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 550;
}
/*#home p, #home a {
  position: absolute;
  opacity: 0;
  font-size: 150px;
  width: 100%;
  top: 30%;
  right: 0;
  cursor: pointer;
}*/
#home h1 a {
  opacity: 1;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.hover7 {
  display: inline-block;
  position: relative;
  text-decoration: none !important;
  transition: .5s;
  transform: rotateZ(0deg);
}
/* .hover7::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #2196F3;
  transition: all 0.3s ease 0s;
}*/
.hover7:hover {
  cursor: pointer;
  transform: rotateZ(360deg);
  color: #2196F3;
}
/*.hover7:hover::after {
  width: 100%;
}*/
.container {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.target {
  transition: .5s;
  transform: rotateZ(0deg);
}
.container:hover .target {
  transform: rotateZ(360deg);
}
.scroll {
  display: inline-block;
  position: fixed;
  left: 5px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #575757;
  font-size: 10px;
  font-family: 'Cormorant Infant', serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  z-index: 9999;
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #575757;
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
.scroll a {
  color: #575757;
  text-decoration: none;
  cursor: inherit;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* About****************************************************************************************************/
/* 可視状態でスタート ****************************************************/
.start{
opacity:0;
}
.fadeIn{
	animation: fadeIn1 2s ease-out forwards;
}
@keyframes fadeIn1{
	0%{
		opacity:0;
	}
	50%{
		opacity:1;
	}
	100%{
		opacity:0;
	}
}
/* 可視状態でスタート終わり *************************/
#about .listing-item {
  pointer-events: none;
  list-style: none;
}
#about .listing-item a {
  color: #575757;
  font-size: 15px;
  font-weight: bold;
}
#about {
  background-color: #fff;
}
#about #pictsan img {
    position: absolute;
    top: 53px;
    left: 900px;
    z-index: 3;
}
#about #pictsan img{
    animation: r8 1s linear infinite;
  transform-origin: left top;
}
@keyframes r8 {
  0%   { transform: rotateX(0deg); }
  100% { transform: rotateX(360deg); }
}
#about #wrap {
  text-align: left;
}
#about #wrap .content .profile-txt {
  width: 540px;
  float: left;
}
#about #wrap .content .profile-txt p {
  width: 540px;
  float: left;
  margin-top: 10px;
}
#about .profile-txt span {
  font-weight: bold;
}
#about .profile-image {
  float: right;
  transition-duration: 0.5s;
}
#about .profile-image:hover {
  transform: scale(3);
  cursor: pointer;
  /*width: 220px; 
	padding: 160px;*/
}
#about #main_visual {
  padding-top: 68px;
  margin-top: 100px;
}
#about .main-center {
  width: 960px;
  margin: 0 auto;
}
#about h1 {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 45px;
  margin-bottom: 0;
  /* border-bottom: 1px solid #CCC; */
  display: none;
  line-height: 1;
}
#about h2 {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic, sans-serif;
  font-size: 15px;
  letter-spacing: 2;
}
.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 1px solid #A0AB9A;
  color: #5E5E5E;
}
/* clear fix */
#about .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*section {
	margin-bottom: 35px;
}*/
section {
  padding-bottom: 35px;
}
#about p small {
  color: #918383;
  text-align: right;
}
#about .career th {
  width: 240px;
  /*background-color: #f0f0f0;*/
  padding: 12px 0;
  border: 1px solid #CCC;
}
#about .career td {
  width: auto;
  padding: 12px 40px 12px 40px;
  border: 1px solid #CCC;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 13px;
  width: 100%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
#about .panel-title {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
  letter-spacing: 2.5;
  font-weight: bold;
}
#about .panel-group a:visited {
  color: #3D3D3D;
}

#about label {
    background: transparent;
    color: #788d98;
    /* padding: 10px; */
    display: inline-block;
    margin: 0;
    border: none;
    width: 70px;
    cursor: pointer;
	font-size: 11px;
}

input[type="checkbox"].on-off{
    display: none;
}
.yoko {
	display: inline-block;
}
.span {
    padding-bottom: 3!important;
}
.yoko_2 {
	position: absolute;
}
.yoko_3 {
	position: absolute;
}

.menu_link ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu_link li {
    padding: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 200px;
}
/* link****************************************************************************************************/
#link {
  background-color: #FAFAF4;
  width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
#link .content {
    position: relative;
    width: 800px;
    margin: 0 auto;
}
#link #pictsan img {
    position: absolute;
    top: 20px;
    left: 750px;
    z-index: 3;
}
#link #pictsan img{
    animation: r8 1s linear infinite;
  transform-origin: left bottom;
}
@keyframes r8 {
  0%   { transform: rotateX(0deg); }
  100% { transform: rotateX(360deg); }
}

#link #wrap {
  display: block;
}
#link #wrap .content .profile-txt {
  width: 540px;
  float: left;
}
#link #wrap .content .profile-txt p {
  width: 540px;
  float: left;
}
#link .profile-txt span {
  font-weight: bold;
}
#link .profile {
  position: relative;
}
#link .profile-image {
  position: absolute;
  /* top: 50; */
  left: 650;
  float: right !important;
  transition-duration: 0.5s !important;
  z-index: 3;
}
#link .profile-image:hover {
  transform: scale(3);
  cursor: pointer;
  /*width: 220px; 
	padding: 160px;*/
}
#link #main_visual {
  padding-top: 68px;
  margin-top: 100px;
}
#link .main-center {
  width: 960px;
  margin: 0 auto;
}
.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 1px solid #A0AB9A;
  color: #5E5E5E;
}
/* clear fix */
#link .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
section {
  margin-bottom: 35px;
}
#link section p a {
  line-height: 1.5;
}
#link section p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#link section p a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #74917D;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#link section p a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#link p small {
  color: #918383;
  text-align: right;
}
#hamburger {
  display: none;
}
nav2 ul {
  display: none;
}
#slide2 ul {
  display: none;
}
#access .table2 {
  display: none;
}
/*topへ戻るボタン*******************************************************************************************/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#pageTop i {
  padding-top: 6px;
  margin-right: 6px;
}
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: rgba(94, 94, 94, 0.5);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* news　始まり　***************************/
#news {
  background-color: #FCFCFC;
  padding-bottom: 300px;
}
#news #main_visual {
  padding-top: 68px;
  margin-top: 100px;
}
#news h1 {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 45px;
  margin-bottom: 0;
  /* border-bottom: 1px solid #CCC; */
  display: none;
  line-height: 1;
}
#news #pictsan img {
    position: absolute;
    top: 53px;
    left: 900px;
    z-index: 3;
}
#news #pictsan img{
    animation: r8 1s linear infinite;
  transform-origin: left top;
}
@keyframes r8 {
  0%   { transform: rotateX(0deg); }
  100% { transform: rotateX(360deg); }
}
#info {
  width: 600px;
  margin: 0 auto 500px auto;
}
#info ul {
  list-style: none;
}
#info ul li {
  margin-bottom: 20px;
}
#info h2 {
  text-align: center;
}
.main {
  width: 960px;
  margin: 0 10px;
  float: left;
}
/* contact ******************************************************************************** contact*/
#contact {
  /* width: 600px;*/
  margin: 0 auto;
}
#contact ul {
  list-style: none;
}
#contact h2 {
  text-align: center;
}
#contact #pictsan img {
    position: absolute;
    top: 20px;
    left: 900px;
    z-index: 3;
}
#contact #pictsan img{
    animation: r8 1s linear infinite;
  transform-origin: left bottom;
}
@keyframes r8 {
  0%   { transform: rotateX(0deg); }
  100% { transform: rotateX(360deg); }
}

.main {
  width: 960px;
  margin: 0 10px;
  float: left;
}
form {
  display: block;
  margin-top: 0em;
  margin-block-end: 1em;
  line-height: 1.8;
  margin: 0 auto 200px auto;
  width: 600px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  background-color: #F1F1F1;
  color: #666;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5;
  line-height: 1;
  font-size: 15px;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
}
select, textarea {
  color: #555;
  font-family: 'Roboto Condensed', "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 15px;
  line-height: 1.8;
  /*border: none;*/
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  border-color: #CCC #CCC #BBB;
  background: #555;
  color: #fff;
  font-size: 12.999999996px;
  line-height: 1;
  padding: 1.1em 1.5em;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  letter-spacing: 1.5;
}
/* contact　始まり　***************************/
#contact {
  background-color: #fff;
}
#contact #main_visual {
  padding-top: 68px;
  /* margin-top: 100px;*/
}
#contact h1 {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 45px;
  margin-bottom: 0;
  /* border-bottom: 1px solid #CCC; */
  display: none;
  line-height: 1;
}
/*artist始まり********************************************************************************************/
a img {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.6;
  transform: scale(0.98);
  /*width: 220px; 
	padding: 160px;*/
}
#artist {
  background-color: #FAFAF4;
}
#artist .global-nav li a {
  color: #333;
}
#artist .profile-txt {
  width: 540px;
  float: left;
}
#artist .profile-image {
  float: right;
  transition-duration: 0.5s;
}
#artist .profile-image:hover {
  cursor: pointer;
  /*width: 220px; 
	padding: 160px;*/
}
#artist .main-center {
  width: 960px;
  margin: 0 auto;
  margin-top: 100px;
}
#artist h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 60px;
  /*border-bottom: 1px solid #CCC;*/
  display: none;
  line-height: 1;
}
#artist #main_visual {
  padding-top: 68px;
}
#artist #wrap {
  margin-top: 0px;
}
#artist #wrap .icon {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 18px;
  font-weight: bold;
}
#artist #wrap #main_visual h2 {
  margin: 50px 0;
}
#artist #wrap section p {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  font-size: 15px;
  margin: 50px 0;
}
.main {
  width: 700px;
  margin: 0;
  float: left;
}
.main p {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
}
.main p a img {
  color: #74917D;
}
#artist .main section p {
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
}
#artist .main section p a {
  color: #74917D;
  line-height: 1.5;
}
#artist .main section p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#artist .main section p a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #74917D;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
#artist .main section p a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.sidebar {
  width: 200px;
  margin: 0;
  float: right;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 2.5;
}
.sidebar h2 {
  color: #3B2117;
  margin-bottom: 10px;
  font-size: 16px;
}
.sidebar ul {
  font-size: 12.5px;
  line-height: 2.5;
  margin-left: 20px;
}
.sidebar ul a {
  color: #5E5E5E;
  font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
}
.sidebar li a {
  color: #5E5E5E;
  font-family: 'Roboto Condensed', "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", Yu Gothic;
  /*padding-bottom: 3px*/
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  line-height: 1.5;
}
.sidebar li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.sidebar li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #5E5E5E;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.sidebar li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
@keyframes r8 {
  0%   { transform: rotateX(0deg); }
  100% { transform: rotateX(360deg); }
}

@media screen and (max-width:1200px) {
  /* 画面サイズが1200px以下の場合に適用 *********************************画面サイズが1200px以下の場合に適用 **/
  .yokoku {
    width: 612px;
  }
  #home h1 {
    font-size: 18px;
  }
#about #pictsan img {
    position: absolute;
    top: 26px;
    left: 900px;
    z-index: 3;
}
#link #pictsan img {
    position: absolute;
    top: -8px;
    left: 750px;
    z-index: 3;
}
#news #pictsan img {
    position: absolute;
    top: 26px;
    left: 900px;
    z-index: 3;
}
#contact #pictsan img {
    position: absolute;
    top: -8px;
    left: 900px;
    z-index: 3;
}

}
@media screen and (max-width:1156px) {
  /* 画面サイズが1156px以下の場合に適用 *********************************画面サイズが1156px以下の場合に適用 **/
  .yokoku {
    width: 633px;
  }
  #home h1 {
    font-size: 20px;
  }
}
@media screen and (max-width:1030px) {
  /* 画面サイズが1030px以下の場合に適用 *********************************画面サイズが1030px以下の場合に適用 **/
}
@media screen and (max-width:986px) {
  /* 画面サイズが986px以下の場合に適用 *********************************画面サイズが986px以下の場合に適用 **/
	#about #pictsan img {
    position: absolute;
    top: 26px;
    left: 650px;
    z-index: 3;
}
	#link #pictsan img {
    position: absolute;
    top: -8px;
    left: 550px;
    z-index: 3;
}
	#news #pictsan img {
    position: absolute;
    top: 26px;
    left: 650px;
    z-index: 3;
}
#contact #pictsan img {
    position: absolute;
    top: -8px;
    left: 650px;
    z-index: 3;
}
}
@media screen and (max-width:980px) {
  /* 画面サイズが980px以下の場合に適用 *********************************画面サイズが980px以下の場合に適用 **/
}
@media screen and (max-width:995px) {
  /* 画面サイズが995px以下の場合に適用 *********************************画面サイズが995px以下の場合に適用 **/
}
@media screen and (max-width:960px) {
  /* 画面サイズが960px以下の場合に適用 *********************************画面サイズが960px以下の場合に適用 **/
}
@media screen and (max-width:952px) {
  /* 画面サイズが952px以下の場合に適用 *********************************画面サイズが952px以下の場合に適用 **/
}
@media screen and (max-width:930px) {
  /* 画面サイズが930px以下の場合に適用 *********************************画面サイズが930px以下の場合に適用 **/
}
@media screen and (max-width:918px) {
  /* 画面サイズが918px以下の場合に適用 *********************************画面サイズが918px以下の場合に適用 **/
}
@media screen and (max-width:915px) {
  /* 画面サイズが904px以下の場合に適用 *********************************画面サイズが904px以下の場合に適用 **/
}
@media screen and (max-width:890px) {
  /* 画面サイズが890px以下の場合に適用 *********************************画面サイズが890px以下の場合に適用 **/
}
@media screen and (max-width:780px) {
  /* 画面サイズが780px以下の場合に適用 *********************************画面サイズが780px以下の場合に適用 **/
  svg {
    width: 600px!important;
    height: 57px!important;
}
.icon1 {
    width: 600px!important;
	}
  .target_1 {
    width: 16.4px;
    height: 9.84px;
    top: 2 !important;
    left: -98.1 !important;
  }
  .target_2 {
    width: 29.52px;
    height: 37.72px;
    top: 18.2 !important;
    left: -21.8 !important;
  }
  .target_3 {
    width: 18.04px;
    height: 22.96px;
    top: 18.5 !important;
    left: 66.8 !important;
  }
	.img img {
		position: absolute;
    width: 600px;
    height: 57px;
	} 
	.front {
    position: absolute;
    width: 600px;
    height: 57px;
}
.content {
    width: 700px;
    margin: 0 auto;
}
#about .main-center {
    width: auto;
    margin: 0 auto;
}
#about .career th {
    width: 150px;
}
#link {
    width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}
#link .content {
    width: auto;
    margin: 0 auto;
}
#link .profile-image {
    left: 500px;
}
#link .main-center {
    width: auto;
    margin: 0 auto;
}
.star-fav {
    margin: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #FFE50E;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    animation: anim-star-fav-rotate 30s linear infinite, anim-star-fav-opacity 1s linear infinite;
    top: 8;
    left: 30;
    z-index: 50;
}
.content5 {
    margin: 15px;
    display: inline-block;
    position: absolute;
    padding: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    border: solid 3px #B5B5B5;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    top: -50;
    left: -40;
}
}
@media screen and (max-width:765px) {
  /* 画面サイズが765px以下の場合に適用 *********************************画面サイズが765px以下の場合に適用 **/
}
@media screen and (max-width:730px) {
  /* 画面サイズが730px以下の場合に適用 *********************************画面サイズが730px以下の場合に適用 **/
  .mincho {
    font-family: "Sawarabi Mincho", serif !important;
    font-weight: 400 !important;
  }
}
@media screen and (max-width:660px) {
  /* 画面サイズが660px以下の場合に適用 *********************************画面サイズが660px以下の場合に適用 **/
  svg {
    width: 350px!important;
    height: 33px!important;
  }
.icon1 {
    width: 350px!important;
	}
  .target_1 {
    width: 9.4px;
    height: 5.64px;
    top: 1 !important;
    left: 8 !important;
  }
  .target_2 {
    width: 16.92px;
    height: 21.62px;
    top: 10.2 !important;
    left: 8.8 !important;
}
  .target_3 {
    width: 10.34px;
    height: 13.16px;
    top: 12.5 !important;
    left: 15.8 !important;
}
	.img img {
		position: absolute;
    width: 350px;
    height: 33px;
	} 
	.front {
    position: absolute;
    width: 350px;
    height: 33px;
}
.content {
    width: 350px;
    margin: 0 auto;
}
table {
    font-size: 10px;
}
#about .career th {
    width: 40px;
}
#about .career td {
    padding: 2px 5px;
}
#link {
    width: 300px;
    margin: 0 auto;
    padding: 0 20px;
}
#link p {
	font-size: 10px;
}
#about h2 {
    font-size: 10px;
}
#link .content {
    width: auto;
    margin: 0 auto;
}
#link #wrap .content .profile-txt {
    width: 300px;
}
#link #wrap .content .profile-txt p {
    width: 300px;
}
#link .profile-image {
    left: 250px;
    top: 270px;
    width: 30px;
    height: 30px;
}
#link .main-center {
    width: auto;
    margin: 0 auto;
}
#info {
    width: 250px;
    margin: 0 auto 500px auto;
}
form {
    display: block;
    margin-top: 0em;
    margin-block-end: 1em;
    line-height: 1.8;
    margin: 0 auto 200px auto;
    width: 250px;
}
}
@media screen and (max-width:619px) {
  /* 画面サイズが619px以下の場合に適用 *********************************画面サイズが619px以下の場合に適用 **/
}
@media screen and (max-width:570px) {
  /* 画面サイズが570px以下の場合に適用 *********************************画面サイズが570px以下の場合に適用 **/
}
@media screen and (max-width:545px) {
  /* 画面サイズが545px以下の場合に適用 *********************************画面サイズが545px以下の場合に適用 **/
}
@media screen and (max-width:530px) {
  /* 画面サイズが530px以下の場合に適用 *********************************画面サイズが530px以下の場合に適用 **/
}
@media screen and (max-width:525px) {
  /* 画面サイズが525px以下の場合に適用 *********************************画面サイズが525px以下の場合に適用 **/
}
@media screen and (max-width:505px) {
  /* 画面サイズが505px以下の場合に適用 *********************************画面サイズが505px以下の場合に適用 **/
}
@media screen and (max-width:500px) {
  /* 画面サイズが500px以下の場合に適用 *********************************画面サイズが500px以下の場合に適用 **/
}
@media screen and (max-width:467px) {
  /* 画面サイズが467px以下の場合に適用 *********************************画面サイズが467px以下の場合に適用 **/
}
@media screen and (max-width:455px) {
  /* 画面サイズが455px以下の場合に適用 *********************************画面サイズが455px以下の場合に適用 **/
}
@media screen and (max-width:430px) {
  /* 画面サイズが430px以下の場合に適用 *********************************画面サイズが430px以下の場合に適用 **/
}
@media screen and (max-width:420px) {
  /* 画面サイズが420px以下の場合に適用 *********************************画面サイズが420px以下の場合に適用 **/
#about #wrap .content .profile-txt {
    width: 300px;
    float: left;
}
#about #wrap .content {
    width: 300px;
    margin: 0 auto;
}
#about #wrap .content .profile-txt p {
    width: 300px;
    float: left;
    margin-top: 10px;
}
#about #pictsan img {
    left: 320px;
}
#link #pictsan img {
    left: 275px;
}
	#news #pictsan img {
    left: 320px;
}
#contact #pictsan img {
    left: 320px;
}
.star-fav {
    top: 6;
    left: 0;
    z-index: 50;
}
.star-fav:before, .star-fav:after {
    border-bottom: 7px solid rgba(255,229,14,0.8);
}
.content5 {
    display: none;
    top: -50;
    left: -62px;
}
}
@media screen and (max-width:413px) {
  /* 画面サイズが413px以下の場合に適用 *********************************画面サイズが413px以下の場合に適用 **/
}
@media screen and (max-width:400px) {
  /* 画面サイズが400px以下の場合に適用 *********************************画面サイズが400px以下の場合に適用 **/
}
@media screen and (max-width:380px) {
  /* 画面サイズが380px以下の場合に適用 *********************************画面サイズが380px以下の場合に適用 **/
  svg {
    width: 250px!important;
    height: 24px!important;
  }
.icon1 {
    width: 250px!important;
	}
  .target_1 {
    width: 6.8px;
    height: 4.08px;
    top: 0.5 !important;
    left: -3 !important;
}
  .target_2 {
    width: 12.24px;
    height: 15.64px;
    top: 7.4 !important;
    left: -31.5 !important;
}
  .target_3 {
    width: 7.48px;
    height: 9.52px;
    top: -115 !important;
    left: 100.5 !important;
}
	.img img {
		position: absolute;
    width: 250px;
    height: 24px;
	} 
	.front {
    position: absolute;
    width: 250px;
    height: 24px;
}
.content {
    width: 300px;
    margin: 0 auto;
}
table {
    font-size: 8px;
}
#about .career th {
    width: 40px;
}
#about .career td {
    padding: 2px 5px;
}
#link {
    width: 250px;
    margin: 0 auto;
    padding: 0 20px;
}
#link p {
    width: 250px;
    font-size: 8px;
    letter-spacing: 3;
}
#about h2 {
    font-size: 10px;
    letter-spacing: 1;
}
#link .content {
    width: auto;
    margin: 0 auto;
}
#link #wrap .content .profile-txt {
    width: 250px;
}
#link #wrap .content .profile-txt p {
    width: 250px;
}
#link .profile-image {
    width: 50px;
    height: 50px;
    left: 210px;
    top: 300px;
}
#link .main-center {
    width: auto;
    margin: 0 auto;
}
#about #pictsan img {
	top: 28px;
    left: 280px;
}
#link #pictsan img {
    top: -5px;
    left: 230px;
}
	#news #pictsan img {
	top: 28px;
    left: 280px;
}
#contact #pictsan img {
    top: -5px;
    left: 280px;
}
.content5 {
    top: -60;
    left: -30px;
}

}
@media screen and (max-width:370px) {
  /* 画面サイズが380px以下の場合に適用 *********************************画面サイズが380px以下の場合に適用 **/
}
@media screen and (max-width:365px) {
  /* 画面サイズが365px以下の場合に適用 *********************************画面サイズが365px以下の場合に適用 **/
}
@media screen and (max-width:330px) {
  /* 画面サイズが330px以下の場合に適用 *********************************画面サイズが330px以下の場合に適用 **/
}
@media screen and (max-width:300px) {
  /* 画面サイズが300px以下の場合に適用 *********************************画面サイズが300px以下の場合に適用 **/
svg {
    width: 200px!important;
    height: 19px!important;
}
	.icon1 {
    width: 200px!important;
	}
  .target_1 {
    width: 5.4px;
    height: 3.24px;
    top: 0.8 !important;
    left: -34 !important;
}
  .target_2 {
    width: 9.72px;
    height: 12.42px;
    top: -107.5 !important;
    left: 26 !important;
}
  .target_3 {
    width: 5.94px;
    height: 7.56px;
    top: -220.8 !important;
    left: 90.4 !important;
}
	.img img {
		position: absolute;
    width: 200px;
    height: 19px;
	} 
	.front {
    position: absolute;
    width: 200px;
    height: 19px;
}
.content {
    width: 250px;
    margin: 0 auto;
}
#about #wrap .content {
    width: 250px;
    margin: 0 auto;
}
#about #wrap .content .profile-txt {
    width: 250px;
    float: left;
}
#about #wrap .content {
    width: 250px;
    margin: 0 auto;
}
#about #wrap .content .profile-txt p {
    width: 250px;
    float: left;
    margin-top: 10px;
}
table {
    font-size: 8px;
}
#about .career th {
    width: 40px;
}
#about .career td {
    padding: 2px 5px;
}
#link {
    width: 250px;
    margin: 0 auto;
    padding: 0 20px;
}
#link p {
    font-size: 8px;
    letter-spacing: 3;
}
#about h2 {
    font-size: 10px;
    letter-spacing: 1;
}
#link .content {
    width: auto;
    margin: 0 auto;
}
#link #wrap .content .profile-txt {
    width: 250px;
}
#link #wrap .content .profile-txt p {
    width: 250px;
}
#link .profile-image {
    width: 50px;
    height: 50px;
    left: 210px;
    top: 300px;
}
#link .main-center {
    width: auto;
    margin: 0 auto;
}
#about #pictsan img {
    top: 28px;
    left: 220px;
}
#link #pictsan img {
    top: -5px;
    left: 230px;
}
#news #pictsan img {
    top: 28px;
    left: 220px;
}
#contact #pictsan img {
    top: -5px;
    left: 220px;
}
}