/* ------------------------------------------------------------------------------
	Template Name: Flosix
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Typography
-------------------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open%20Sans:300,400,500,600,700);
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #484848;
}
h1 {
	font-size: 50px;
	line-height: 22.4px;
	color: #2d3033;
}
h1#service{
	font-size: 65px;
	text-align: left;
	border:none;
}
/* スマホサイズだけフォント小さくする */
@media (max-width: 700px) {
  h1#service {
    font-size: 40px;
  }
}
.container blockquote{
	transform: skewY(2deg);
	background-color: rgb(255, 136, 0);
	padding-bottom:30px;
background-image: url("../images/arwn_s.png"), url("../images/bgimage/gogo.png");
background-repeat: no-repeat, no-repeat;
background-position: top left, top right;
}
@media (max-width: 400px) {
.container{
padding:0;
}
}
.container blockquote h1.fits{
	transform: skewY(-2deg);
	text-align:center;
}
h2 {
	font-size: 40px;
	line-height: 22.4px;
	color: #0a80c9;
}
h3 {
	font-size: 24px;
	color: #2d3033;
	font-weight: 300;
	margin-top: 50px;
}
h4 {
	font-size: 22px;
	color: #0a80c9;
	font-weight: 400;
}


h5 {
	font-size: 14px;
	color: #2d3033;
	font-weight: 700;
}
.btn_b {
	border:1px solid #0a80c9;
	background-color: #fff;
	color: #0a80c9;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn {
	background-color: #0a80c9;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus,.btn_b:hover, .btn_b:focus {
	background-color: #3d3d3d;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: YakuHanJP, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #222;
	background:linear-gradient(-20deg, rgb(240, 240, 240), rgb(255, 255, 255));
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding:0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ------------------------------------------------------------------------------
	 Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
	margin-bottom: 30px;
	font-family: 'Noto Sans SC', sans-serif;
	border-top:16px solid #222;
}
#headertop {
	width: 100%;
	font-family: 'Noto Sans SC', sans-serif;
	border-top:16px solid #222;
	background-color:#fff;
	/*background-color:#00B0EC;*/
}
#header .header-content {
	margin: 0 auto;
	padding: 20px 8%;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#headertop .header-contenttop {
	margin: 0 auto;
	padding: 30px 8%;
	width: 100%;
}
#header .logo {
	float: left;
}
#header.fixed {
	background-color: #f7f7f7;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 8%;
	background-color: #f7f7f7;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
	font-weight: 700;
	margin-left: 40px;
	letter-spacing: -1px;
}
.navigation a .sss {
	font-size: 14px;
	padding-right: 10px;
	font-family: 'Josefin Sans', sans-serif;
}
.navigation a:hover, .navigation a.active {
	color: #0a80c9;
}
.navigationpad {
	float: right;
	margin-top:20px;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #0a80c9;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #0a80c9;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #EDF3F6;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #EDF3F6;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #EDF3F6;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

/* モーダル全体（背景の透明部分も含める） */
.navigation.open {
  position: fixed !important;
  top: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  z-index: 9999 !important;
}


/* 白いメニューボックス */
.navigation.open > ul {
  position: fixed;
  top: 70px;          /* ←ハンバーガー真下（高さ調整可） */
  right: 20px;        /* ←ハンバーガーと揃える */  
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  list-style: none;
  margin: 0;
  box-shadow: 0 4px 18px rgba(0,0,0,0.15); /* 軽く影 */
}

.navigation.open > ul > li > a {
  font-size: 24px;
  font-weight: bold;
  color: #000 !important;
  margin: 0 !important;
  text-align: right;  /* ←右寄せで見栄え良い */
}

.navigation.open > ul > li {
  display: block;
}

.nav-toggle.show-pc {
  display: block !important;
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 10001 !important;
}

/* ▼スマホ（幅 768px 以下）のメニュー調整 */
/* ▼スマホ（幅 768px 以下）中央表示版 */
@media (max-width: 768px) {
  .navigation.open > ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 14px;
    padding: 24px 20px;
    width: 80%;
    max-width: 320px; 
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin: 0;
    box-shadow: 0 4px 18px rgba(0,0,0,0.20);
    z-index: 9999;
  }

  /* 文字サイズ少し調整 */
  .navigation.open > ul > li > a {
    font-size: 20px;
    text-align: center;   /* ←中央揃えに変更 */
  }
}








/* ------------------------------------------------------------------------------
	 Banner Slider
-------------------------------------------------------------------------------*/
.banner {
	background-color: #f7f7f7;
	position: relative;
	text-align: left;
	background: url(../images/headBG.png) top fixed repeat-x;
}
.topbanner {
	background-color: #f7f7f7;
	position: relative;
	text-align: left;
	background: url(../images/TOPBG.png) top fixed repeat-x;
}
.banner blockquote {
	border: 0;
	margin: 0;
	padding: 16% 10% 2% 8%;
}
.banner h1.tops {
	color: #0a80c9;
	font-size: 36px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
}
.banner h1 {
	color: #000;
	display: block;
	font-size: 45px;
	font-style: normal;
	letter-spacing: -3px;
	font-weight: 700;
	margin-top:80px;
}
.banner h2 {
	color: #000;
	display: block;
	font-size: 45px;
	font-style: normal;
	letter-spacing: -3px;
	font-weight: 700;
}
.toppic li{
	font-size: 20px;
	margin:20px;
}
.toppic li span{
	color:#0a80c9;
}
span{
	font-size: 80%;
}


/* ------------------------------------------------------------------------------
	 TOPアロワナの強み
-------------------------------------------------------------------------------*/
.features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    .feature-box {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      padding: 2rem 1.5rem;
      text-align: center;
      transition: transform 0.2s ease;
    }

/*    .feature-box:hover {
      transform: translateY(-4px);
    }*/

    .feature-box img {
      height: auto;
      margin-bottom: 1rem;
    }

    .bio2 .feature-box  h3 {
      font-size: 24px;
	  margin-top:10px;
      margin-bottom: 0.5rem;
	  padding:0;
    }

    .bio2 .feature-box p {
      font-size:14px;
      color: #444;
	  margin:10px 0;
	  padding:0;
	  text-align:left;
    }

    @media (max-width: 600px) {
      body {
        padding: 1rem;
      }
    }

/* ------------------------------------------------------------------------------
	Works
-------------------------------------------------------------------------------*/
#works .container-fluid {
	font-size: 10px;
	margin-bottom: 0px;
}
.portfolio img {
	border: 1px solid #ddd;
}
.portfolio {
	padding-top: 20px;
	border-top: dotted 1px #ddd;
}
.portfolio2 {
	padding-top: 20px;
	margin-top: -30px;
	border-top: dotted 1px #ddd;
}
.container-fluid .overlay h5 {
	font-size: 14px
}
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}

.work img {
	width: 100%;
	height: 100%;
}
/* 16:9固定（必要に応じて変更可） */
#3d .work {
  aspect-ratio: 16 / 9;
  height: auto; /* 明示 */
}

/* 内部のvideoを固定枠にフィットさせる */
#3d .work video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* または contain に変更して比率を保つ */
  display: block;
}
.topwork {
	background:#000;
}
.topwork img {
	border:1px solid #222;
}

/* PCサイズ（lg以上）で8列に対応 */
@media (min-width: 1200px) {
  .col-lg-custom-8 {
    width: 12.5%; /* 100% ÷ 8列 = 12.5% */
    float: left;
  }
}
.work .overlay {
	background: rgba(10, 128, 201, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
#works .topwork .overlay {
	background: rgba(10, 128, 201, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.flex-control-paging li a {
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
}
.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
}
/* ------------------------------------------------------------------------------
	Work animation
-------------------------------------------------------------------------------*/
.work:nth-child(1) {
	-moz-animation-delay: 0.1s;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.work:nth-child(2) {
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.work:nth-child(3) {
	-moz-animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.work:nth-child(4) {
	-moz-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.work:nth-child(5) {
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.work:nth-child(6) {
	-moz-animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.work:nth-child(7) {
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.work:nth-child(8) {
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.animated {
	visibility: visible;
}
/* ------------------------------------------------------------------------------
	Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: center;
	background-color: #d9d9d9;
	border-bottom: 30px solid #222;
	;
}
.footer p {
	font-family: "Open Sans";
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}
.footer a {
	color: #7f7f7f;
}
.footer a:hover {
	color: #e84545;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	background: #000 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	padding: 4px 0;
	margin: 0 5px;
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	color: #fff;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}


/* ==========================================================================
	TOP In
========================================================================== */
.comm {
	font-size: 40px;
	font-weight:bold;
	line-height: 120%;
	color: #0a80c9;
	margin-bottom: 50px;
}

.topbott{
	text-align: center;

}
.topbott ul {
	margin:0 auto;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  width:400px;
}

.topbott ul li {
  line-height: 1.5;
  text-align:left;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.topbott ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #0a80c9; /*アイコン色*/
}


/*ボタンですよ */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
	font-size: 30px;
	font-weight:400;
	color: #0a80c9;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #0a80c9;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #0a80c9;
  background: #fff;
  border:1px solid #0a80c9;
}

.contactus{
	padding:20px 0;
	text-align:right;
}


/* ==========================================================================
	$Bio
========================================================================== */

.bio h2 {
	color: #0a80c9;
	font-size: 30px;
	font-weight: 700;
}
#about .bio h2 {
	margin-bottom:0px;
}

.bg2d{
	background: url("../images/mark/2d.png") top left no-repeat;
}
.bg2Ddesign{
	background: url("../images/mark/2Ddesign.png") top left no-repeat;
}
.bg3d{
	background: url("../images/mark/3d.png") top left no-repeat;
}
.bgLive2D{
	background: url("../images/mark/Live2D.png") top left no-repeat;
}
.bglogoui{
	background: url("../images/mark/logoui.png") top left no-repeat;
}
.bgdtp{
	background: url("../images/mark/dtp.png") top left no-repeat;
}
.bgDP{
	background: url("../images/mark/DP.png") top left no-repeat;
}
.bgweb{
	background: url("../images/mark/web.png") top left no-repeat;
}

.bio h3 {
	color: #EBA800;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.bio dl {
	color: #72787E;
}
.bio dt{
	color: #555;
	font-size:90%;
}
.bio p {
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
}

#about .bio h2 {
	margin-top:0;
}


#teams .bio .achievement h4{
	font-size:100%;
}
.bio .achievement{
	margin-left:40px;
}
/* ==========================================================================
	$Back_b
========================================================================== */
.back_bd {
	padding:30px 10px;
 	border-radius: 10px;
	border:2px solid #ccc;
	background:repeating-linear-gradient(-30deg, #eee 0, #eee 4px, #ddd 4px, #ddd 5px);
	margin-bottom:40px;
}
.back_b {
	background-color:#eee;
	padding:20px 40px;
	border-radius: 10px;
	border:1px solid #ccc;
  position: relative;
  display: inline-block;
}
.back_ble {
	background-color:#eee;
	padding:20px 40px;
	border-radius: 10px;
	border:1px solid #ccc;
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
}
@media (max-width: 400px) {
  .back_ble {
	padding:20px 20px;
  }
}
.back_ble:before {
  content: "";
  position: absolute;
  top: 10%;
  left: -27px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 12px solid #CCC;
}

.back_ble bio-content {
  margin: 0;
  padding: 0;
}

.back_bup {
	background-color:#eee;
	padding:20px 10px 40px 40px;
	margin-top:10px;
	border-radius: 10px;
	border:1px solid #ccc;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.back_bup:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 10%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ccc;
}

.back_bup bio-content {
  margin: 0;
  padding: 0;
}
.back_bri {
	background-color:#eee;
	padding:20px 10px 20px 20px;
	margin-top:10px;
	border-radius: 10px;
	border:1px solid #ccc;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.back_bri:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.back_bri bio-content {
  margin: 0;
  padding: 0;
}
.back_bdo {
	background-color:#eee;
	padding:20px 10px 40px 40px;
	margin-top:10px;
	border-radius: 10px;
	border:1px solid #ccc;
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.back_bdo:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top:0px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ccc;
}

.back_bdo bio-content {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
	$Bio2
========================================================================== */
.bio2{
	text-align:center;
	margin:50px auto;
}
.bio2 h2 {
	color: #0a80c9;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
}
.bio2 h3 {
	color: #EBA800;
	font-size: 36px;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 0 0 0;
}
.bio2 h4 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 60px;
}
.bio2 h4.news {
	font-size: 16px;
	color: #0A80C9;
	font-weight: 200;
	margin-bottom:80px;
}

.shinkainews h4 {
	margin-top:20px;
}
.bio2 p {
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	padding-left:20px;
}

.btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

h4.news .btn-sticky {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7f7f7;
  color: #555;/*文字色*/
  border: solid 1px #555;/*左線*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
h4.news .btn-sticky:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

.btn-sticky2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFFFee;
  border-left: solid 6px #ff7c5c;/*左線*/
  color: #ff7c5c;/*文字色*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.btn-sticky:active2 {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

h4.news .btn-sticky2 {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #FFFFee;
  color: #555;/*文字色*/
  border: solid 1px #555;/*左線*/
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
h4.news .btn-sticky2:active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}

/* ------------------------------------------------------------------------------
	POINT
-------------------------------------------------------------------------------*/
.serv_pt{
	max-width:800px;
	margin:0 auto;
	text-align:center;
}
.serv_pt p{
	text-align:left;
}
.pt {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
	background:url("../images/bgimage/hirameki.png") no-repeat bottom right;
}
.pt .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.pt p {
    margin: 20px; 
    padding: 0;
}

/* 
------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/

.conForm input {
	background: #fafafa;
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border: #f4f3f3 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	background: #fafafa;
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 300px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: #f4f3f3 1px solid;
}
.conForm .submitBnt {
	background: #0a80c9;
	color: #fff;
	padding: 15px 40px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #3d3d3d;
	color: #fff;
}
.error_message {
	color: #ff675f;
	font-weight: 500;
	padding-bottom: 15px;
}
#success_page h3 {
	color: #5ed07b;
	font-size: 17px;
	font-weight: 700;
}
/* ------------------------------------------------------------------------------
	Addition
-------------------------------------------------------------------------------*/
.topfont{
	/*
text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
			  */
}

h1.topfont{
margin-top:40px;
}
h2.topfont{
margin-bottom:60px;
}
#works .topphoto{
	border-top:4px solid #000;
	background:#000;
	border-bottom:4px solid #000;
	}
#teams h2{
	line-height: 120%;
	border-bottom:1px solid #aaa;
}
#teams h2 span{
	font-size: 50%;
	font-weight: normal;
	color: #888888;
}
#teams .bio h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 120%;
	color: #0a80c9;
	border-bottom:1px solid #aaa;
}

#teams h4 span{
	font-size: 80%;
	font-weight: normal;
	color: #888888;
}
#teams h5{
	margin-bottom: 20px;
}
.pads {
	padding: 0 30px;
}
.mags {
	margin-bottom:100px;
}
.ups {
	margin-top:80px;
}
.upss {
	margin-top:50px;
}
.txtr {
	text-align: right
}
.txtl {
	text-align: left
}
.trim-image-to-circle {
	border-radius: 15px;
	border: 4px solid #ccc;
}
.trim-image-to-circle2 {
	border-radius: 15px;
	border:1px solid #ccc;
	filter: drop-shadow(2px 2px 2px #aaa);
}
.trim-image-to-circle3 {
	border-radius: 15px;
	border:1px solid #ccc;
}
.company_p{
	margin: 20px 0 40px 0;
}
.company_p th {
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
}
.company_p td {
	padding-top: 20px;
}
.enkaku_p{
	margin-top: 20px;
}
.enkaku_p dt {
	color: #0a80c9;
	margin-top: 20px;
}
.enkaku_p2 dt {
	color: #0a80c9;
	margin-top: 10px;
	margin-right:100px;
}
.recruit_p dt {
	color: #0a80c9;
	margin-top: 20px;
}
.privacy_p dt {
	color: #0a80c9;
	margin-top: 20px;
}
.web_p ul {
	margin-bottom: 30px;
}
.callme {
 position: fixed;
 bottom: 0px;
 right: 10px;
 opacity:0.85;
 margin:0;
 padding:0;
}
.bio2 h5 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}
.map{
margin:20px 0;
border:1px solid #ccc;
}



/* ------------------------------------------------------------------------------
	TOP変遷
-------------------------------------------------------------------------------*/
.album {
	margin: auto;
	position: relative;
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 30s;
	-webkit-animation-duration: 30s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay:10s;
	-webkit-animation-delay:10s;
	position: absolute;
	top: 0;
	left: 0;
}

.album .img3 {
	animation-delay:20s;
	-webkit-animation-delay:20s;
	position: absolute;
	top: 0;
	left: 0;
}


@keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	12.5% {
		opacity: 1;
	}
	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* ------------------------------------------------------------------------------
	プロフィール変遷
-------------------------------------------------------------------------------*/
#img-box {
  position: relative;
}
#img-box img.active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s; // ゆっくり
}
#img-box:hover .active {
  opacity: 1;
}
#txt-box{
	margin-left:4px;
}

/* ------------------------------------------------------------------------------
	矢印
-------------------------------------------------------------------------------*/
.arrow_r_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.arrow_r_b:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.arrow_r_b:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}

/* ------------------------------------------------------------------------------
	back-to-Fits
-------------------------------------------------------------------------------*/

.back-to-fits {
  position: fixed;
  bottom: 0;        /* 下にピタッと密着 */
  left: 20px;       /* 左に40pxの余白 */
  background-color: #0a80c9;
  color: white;
  padding: 12px 20px;
  border-top-left-radius: 8px;  /* 上左だけ角丸 */
  border-top-right-radius: 8px; /* 上右だけ角丸 */
  border-bottom-left-radius: 0; /* 下は丸めない */
  border-bottom-right-radius: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.2); /* 上向きに軽く影をつける */
  transition: background-color 0.3s, transform 0.2s;
  z-index: 1000;
}

/* ホバー時に色を少し明るく */
.back-to-fits:hover {
  background-color: #4aa8e3;
}

/* クリック時に沈む */
.back-to-fits:active {
  transform: translateY(2px);
}



/* ------------------------------------------------------------------------------
	事業内容一覧黒BOttom
-------------------------------------------------------------------------------*/
.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 20px;
}

.simple-button {
  display: inline-block; /* aタグ用に */
  text-decoration: none; /* 下線消す */
  background-color: #333;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  flex: 1 1 calc(25% - 16px);
  min-width: 120px;
  text-align: center;
  transition: background-color 0.3s, transform 0.1s;
}
.btn-icon {
  width: 24px;
  margin-right: 6px;
  vertical-align: middle;
}

/* ホバー時に色を少し薄く */
.simple-button:hover {
  background-color: #4aa8e3; /* 薄い青系に変更（0a80c9より明るい） */
}

/* クリック（押した瞬間）に沈むエフェクト */
.simple-button:active {
  transform: translateY(2px); /* 2px下にズレて「押し込み」っぽく */
}

/* 画面幅によるレスポンシブ設定 */
@media (max-width: 900px) {
  .simple-button {
    flex: 1 1 calc(33.333% - 16px);
  }
}

@media (max-width: 600px) {
  .simple-button {
    flex: 1 1 calc(50% - 16px);
  }
}

@media (max-width: 400px) {
  .button-wrapper {
  padding: 20px 0;
}
  .simple-button {
  padding: 12px 12px;
    flex: 1 1 calc(50% - 16px); /* 50%幅にして2列表示 */
  }
}

/* ------------------------------------------------------------------------------
	上に戻るBOttom
-------------------------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  bottom: 60px;
  right: 20px;
  background-color: #0a80c9;
  color: white;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: opacity 0.3s, transform 0.2s;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
.back-to-top:hover {
  background-color: #4aa8e3;
}
.back-to-top:active {
  transform: translateY(2px);
}
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}
