@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2024 Sketches of Design
     version 2024-07-04
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}
*/
html{
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
 }

/*  General Rules
--------------------------------------*/
body{
  font-family: "Roboto",'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
/* Defalut Settings */
.box{
  margin: 15px 0 !important;
  padding: 20px;
  background: #f0f3fa;
}
img{
  margin: 0 0 1em 0;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
br{
  letter-spacing: 0;
}
.first{
  margin-left: 0 !important;
}
#content p{
  margin-top: 0;
  margin-bottom: 0.7em;
  letter-spacing:0.06em;
  line-height: 1.7;
}
#content p:last-child{
  margin-bottom: 0;
}
.image{
  margin:0;
  text-indent:0;
}
.copy{
  text-indent:0;
  text-align:center;
}
.posted{
  margin-top: 2em !important;
  text-indent:0;
  text-align:right;
}
.fLeft{
  float: left;
  display: inline;
  margin: 0 1.5em 0.5em 0;
}
.fRight{
  float: right;
  display: inline;
  margin: 0 0 0.5em 1.5em;
}
#btt{
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 5000;
  width: 40px;
  height: 40px;
}
#btt a{
  background: url("../img/nav-btt.png") 0 0 no-repeat;
	background-size: 40px 40px !important;
}
#btt a:hover{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}
.external {
    background: url("../img/nav_external.png") right center no-repeat;
    margin-right: 4px;
    padding-right: 14px;
}
a[href$=".pdf"]{   
  background: url("../img/nav-pdf.gif") no-repeat 100% 50%; 
  padding-right: 14px; 
} 
span.arrow{
  font-family: Verdana, sans-serif;
  font-weight: bold;
}
/* Accessibility */
.skip{
  position:absolute;
  left:-10000px;
  width:0;
  /* \*/
  overflow: hidden !important;
  /* */
}
.accesibilty{
  display:none;
}
/* Form */
form{
  margin: 0 0 1em 0;
}
fieldset{
  padding: 0.25em 0.5em;
}
form dl{
  margin: 0 0 0.5em 0;
}
form dl dt{
  font-weight: normal;
}
form dl dd{
  margin-left: 0;
}
/* Defalut Link Design */
a{
  transition: .3s;
}
/*a:hover{
  opacity: 0.5;
  transform: translateY(5px);
}*/
a:link,
a:visited,
a:active{
  color: #0038CC;
  text-decoration: underline;
}
a:hover{
  color: #0038CC;
  text-decoration: none;
}
/* list */
ul{
  margin: 0 0 0.5em 0;
  padding-left: 1.5em;
  list-style:disc;
}
ul ul{
  margin:0;
  list-style:circle;
  padding-left:1em;
}
ol{
  margin: 0 0 0.5em 0;
  list-style: decimal;
  padding-left: 2.5em;
}
dl{
  margin: 0 0 0.5em 0;
}
dt{
  font-weight: bold;
}
dd{
  padding-left:1em;
}
#content ul,
#content ol{
  margin: 0 0 0 1em;
  padding: 0;
}
#content ul{
  list-style-type: none;
}
#content ol{
  margin: 0 0 1em 40px;
  list-style-position: outside;
}
#content ol li,
#content ul li{
  margin: 0 0 0.8em 0;
}
#content ol li:last-child,
#content ul li:last-child{
  margin-bottom: 0;
}
#content ul li{
  position: relative;
  padding: 0 0 0 12px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #34b9c4;
  left: 0;
  top: 0.45em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto !important;
  padding: 5px 0;
  max-width: 1220px;
  font-size: 79%;
  list-style: none;
  border-bottom: none;
  text-align: left;
}
ol.bc li{
  position: relative;
  color: #666;
  margin: 0 20px;
  padding: 0;
}
ol.bc li::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #c6c9c6;
	border-right: 1px solid #c6c9c6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ol.bc .home::before{
  display: none;
}
/*ol.bc li span.arrow{
  margin: 0 0 0 0.2em;
}*/
ol.bc li a{
  color: #34b9c4;
  text-decoration: none;
}
ol.bc li a:hover{
  text-decoration: underline;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
ol.bc span{
  margin: 0 0 0 5px;
}
ol.bc .home{
  margin: 0 20px 0 0;
}
ol.bc .home a{
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #34b9c4;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 100vw;
}
ol.bc .home img{
  margin: 0;
}
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
/*  display: inline;*/
}
ul.flat li:before{
  display: none;
}
/* table */
table{
  margin: 1.5em 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
  /* \*/
  width: 100%;
  /* */
  border-top: 1px solid #c6c9c6;
}

table col.digit{
  text-align: right;
}
table col.centering{
  text-align: center;
}
/*table tr{
  background: #fff;
}
table tr:nth-child(odd){
  background: #F7F7F7;
}*/
/*
table tr.odd{
  background: #F7F7F7;
}
table tr.even{
  background: #fff;
}*/
table thead tr th,
table thead tr td{
  margin: 1px;
  color: #1E1F1E;
  text-align: center;
  font-weight: bold;
  border: none;
}
table thead tr th{
  text-align: center;
}
table thead tr{
  background: #d6f1f3 !important;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px solid #c6c9c6;
  padding: 15px 0;
  text-align: left;
}
table tr th{
  color: #303130;
}
caption{
  text-align: left;
}
th, td{
  border: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0.1em 0.4em;
}
table ul, table ol, table dl{
  margin: 0;
}
table ul{
  padding: 0;
  list-style: none;
}
table caption{
  text-align: center;
}
table p.nav{
  margin-bottom: 0 !important;
}
table tr .left{
  text-align: left;
}
table tr .center{
  text-align: center;
}
table tr .right{
  text-align: right;
}
/*table tr th p,
table tr td p{
  margin: 0 !important;
  padding: 0 !important;
}
table ul li{
  margin: 0 !important;
}*/
table tr td ol{
  margin: 0 0 0 20px;
}
/* headline */
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
h1{
  padding: 50px 20px;
  font-size: 3.0rem;
  color: #fff;
  font-weight: 700;
}
h2{
  margin: 60px 0 40px 0;
  font-size: 2.8rem;
  color: #303130;
  letter-spacing: 0.1em;
  font-weight: 700;
}
h3{
  margin: 60px 0 20px 0;
/*
  color: #7b5999;*/
  font-size: 2.4rem;
}
h4{
  margin: 0 0 15px 0;
/*
  color: #7b5999;*/
  font-size: 1.8rem;
}
/* decoration */
.banners a:hover,
.banners a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
em{
  color: #3c62a1;
  font-weight: bold;
}
strong{
  color: #303130;
  font-size: 108%;
  font-weight: bold;
}
.nav{
  text-align: right;
  font-size: 85%;
}
.nav a{
  padding: 0 0 0 12px;
  background: url("../img/nav-arrow.png") left center no-repeat;
}
.weak{
  font-size: 85%;
  _font-size: small;
}
#content blockquote{
  background-color: #f4f5f5;
  border: 1px solid #d2d2d2;
  color: #677880;
  margin: 1em 0 1.5em 0;
  padding: 0.5em 1em;
}
*:focus {
  outline: none;
}

/*----- clearfix -----*/
/* for modern browsers: Firefox, Safari, Opera */
.CFX:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for win IE7 ,mac IE */
.CFX{
  display: inline-table;
  min-height: 1%;
}
/* for win IE6 */
/* \*/
* html .CFX{height: 1% !important;}
.CFX{display: block;}
/* */

/*----- FIR -----*/
.FIR{
  text-indent: -10000px !important;
  /* \*/
  overflow: hidden !important;
  /* */
  background-repeat: no-repeat;
  background-position: 0 0;
}
.FIR a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  outline: 0;
}
ul.FIR, ol.FIR{
  margin: 0;
  padding: 0;
  list-style: none;
}

/*  Font
////////////////////////////////////////// */
html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */


/*  Layout
////////////////////////////////////////// */
/* body */
body{
  background: #fff;
  text-align: center;
  color: #666766;
  word-wrap: break-word;
}
/* wrapper */
#wrapper{
  margin: 0 auto !important;
  width: 100%;
  height: 100%;
  text-align: left;
}

/*----- header -----*/
header{
  margin: 0 auto;
  padding: 40px 0;
  width: auto;
}
.logo-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 284px;
    height: 60px;
    will-change: transform;
}
.logo-container a {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
    overflow: visible;
}
.original-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 2;
}
.hover-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 217px;
    height: 60px;
    opacity: 0;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 1;
}
.logo-container:hover .original-logo {
    transform: translateX(calc(-50% - 108.5px - 5px));
}
.logo-container:hover .hover-logo {
    opacity: 1;
    transform: translateX(calc(-50% + 30px + 5px));
}
.demo-logo {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 14px;
}
.demo-logo.original {
    width: 60px;
    height: 60px;
}
.demo-logo.type {
    width: 217px;
    height: 60px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    font-size: 12px;
}
.explanation {
    text-align: center;
    margin-top: 50px;
    padding: 20px;
    color: #666;
}


/* hdmenu */
/*#hdmenu{
  width: 100%;
  margin: auto 0;
  padding: 0;
  line-height: 1;
  z-index: 999;
  height: 60px;
}
#hdmenu a{
  position: relative;
  text-decoration: none;
  color: #666766;
}
#hdmenu .active,
#hdmenu a:hover{
  color: #303130;
}
#hdmenu .active:before{
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: #ea1f05;
  width: 10px;
  height: 2px;
}
#hdmenu .inner{
  position: relative;
}
nav ul,
nav ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
nav ul{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  right: 20px;
  top: 0;
  bottom: 0;
}
nav ul li{
  transition: transform .3s;
}
nav ul li a {
  padding: 0 30px;
}
#hdmenu.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 54px;
    background: rgba(255,255,255,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#hdmenu.fixed nav ul{
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  height: 20px;
}
#hdmenu.fixed nav ul li a{
  line-height: 20px;
}
#hdmenu.fixed nav ul li{
  font-size: 1.3rem;
}
#hdmenu.fixed #b-logo,
#hdmenu.fixed #b-logo a,
#hdmenu.fixed #b-logo a img{
  width: 169px;
  height: 25px;
}
#hdmenu.fixed  #b-logo{
  margin: 15px 0 0 30px;
}
#hdmenu .active:before{
  bottom: -8px;
}
*/
/* overlay-styles.css */
.hamburger-overlay {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #999;
  transition: all .6s;
}

.hamburger-overlay__line:nth-of-type(1) { top: 14px; }
.hamburger-overlay__line:nth-of-type(2) { top: 23px; }
.hamburger-overlay__line:nth-of-type(3) { top: 32px; }
/*
.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #fff;
}*/

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  visibility: hidden;
  opacity: 0;
  transition: all .6s;
  z-index: 900;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.overlay__content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
/*  text-align: center;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-overlay ul{
  margin: 0;
  padding: 0 40px;
  list-style: none;
}
.nav-overlay li{
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
  font-size: 1.8rem;
}
.nav-overlay a{
  text-decoration: none;
  color: #1e1f1e;
}
.nav-overlay a:hover{
  color: #34b9c4;
}
.nav-overlay.active li{
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay .sub-menu{
  margin-top: 5px;
  padding: 0 0 0 10px;
}
.nav-overlay .sub-menu li{
  margin-bottom: 10px;
  font-size: 95%;
}

.nav-overlay .sub-menu li a{
    color: #666;
}


/*
.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
.nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
.nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
.nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }

.nav-overlay__link {
  display: inline-block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: color .3s;
}
.nav-overlay__link:hover {
  color: #4a90e2;
}*/




/*----- content -----*/
#content{
  margin: 0 auto;
  padding: 0;
}
#content-inner{
  overflow: hidden;
}
main section .inner{
  margin: auto;
  width: 1100px;
}

/**/
.col2,
.col3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 > *{
  width: calc(50% - 20px);
}
.col3 > *{
  width: calc(33.33% - 20px);
}
.col2 img,
.col3 img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
.col3::after{
  content:"";
  display: block;
  width: calc(33.33% - 20px);
}
/**/
.more{
  position: relative;
  display: block;
  background: #e63368;
  z-index: 200;
  overflow: hidden;
  margin: 30px 0 0 auto;
  border-radius: 50px; 
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  text-align: right;
  width: 200px;
}
.more a {
  position: relative;
  display: block;
  z-index: 2;
  padding: 5px 20px 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.more a:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #009fd9;
  transition: all 300ms linear;
}
.more a:hover:before {
  left: 0;
}
.more span{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    vertical-align: middle;
    text-decoration: none;
}
.more span::before{
    position: absolute;
    top: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/**/
.effect-fade{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
/**/
br.sp{
  display: none;
}



/* diagram */
.diagram .sp,
.diagram .FIR,
.diagram span{
  display: none;
}
.diagram .image{
  margin: 0 !important;
}
.diagram{
  text-align: center;
}

/*----- footer -----*/
footer{
  margin: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
footer,
.copyarea{
  border-top: 1px solid #e0e0e0;
}
footer .copy{
  margin: 0;
  font-size: 1.1rem;
}
footer .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1100px;
}
footer ul,
footer ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
footer ul{
    display: flex;
  flex-wrap: wrap;
}
/*footer #ft-menu li{
  border-right: 1px solid #b2b2b2;
}*/
footer .inner{
  padding: 30px 0;
}
footer #ft-menu a{
  color: #1e1f1e;
  text-decoration: none;
}
footer #ft-menu a:hover{
  color: #34b9c4;
}
footer .menu a{
  padding: 0 20px;
}
footer #ft-menu li{
  position: relative;
  line-height: 1;
}
footer #ft-menu .service li.spp::before,
footer .menu li::before{
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #b2b2b2;
}
footer .menu li:last-child:before{
  display: none;
}
footer #ft-menu li:first-child a{
  padding: 0 20px 0 0;
}
footer #ft-menu .service{
  margin-top: 20px;
}
footer #ft-menu .service li.spp{
  margin-right: 10px;
  padding-right: 10px;
}
footer #ft-menu .service li:not(.idx) a{
  color: #666766;
  font-size: 1.4rem;
}
footer #ft-menu .service li.aca-pol{
  padding-left: 10px;
}
footer #ft-menu .service li.aca-pol a{
  font-size: 1.1rem;
}

.wanleash img{
  margin: 0;
}

/*  home
////////////////////////////////////////// */
body:not(#home) #main-pic{
  margin: auto;
  background: #34b9c4;
  border-radius: 100px 0;
  width: 1100px;
}
body#home #main-pic .slider-container{
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}
body#home #main-pic .slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #34b9c4;
  max-width: 1100px;
  min-height: 200px;
  border-radius: 100px 0;
}
body#home #main-pic .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  box-sizing: border-box;
}
body#home #main-pic .slide.active {
  opacity: 1;
  z-index: 1;
}
body#home #main-pic .slide img{
  margin: 0;
}
body#home #main-pic .slide h2{
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 2.2rem;
}
body#home #main-pic .slide p{
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
}
body#home #main-pic .slide .link{
  margin-top: 20px;
}
body#home #main-pic .slide .link a{
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  color: #34b9c4;
  border-radius: 16px 0 16px 0;
  text-decoration: none;
  font-weight: 700;
}
body#home #main-pic .slide .link a:hover{
  background: #99dce1;
}
body#home #main-pic .slide .text{
  width: calc(60% - 40px);
}
body#home #main-pic .slide .text p{
  text-align: left;
}
body#home #main-pic .slide .text .link{
  text-align: center;
}
body#home #main-pic .slide .pic{
  width: 40%;
}
.slider-indicator {
  margin: 0 auto;
  max-width: 1220px;
}
.indicator-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #34b9c4;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 2.2rem;
}
.number{
  position: absolute;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.number.active {
  opacity: 1;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  width: 30px;
  height: 30px;
  transition: opacity 0.3s ease;
  z-index: 10;
}
.arrow:hover {
  opacity: 0.7;
}
.arrow-left {
  left: 0;
}
.arrow-right {
  right: 0;
}
.arrow-left::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid #c6c9c6;
  border-bottom: 2px solid #c6c9c6;
  transform: translate(-50%, -50%) rotate(45deg);
}
.arrow-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #c6c9c6;
  border-top: 2px solid #c6c9c6;
  transform: translate(-50%, -50%) rotate(45deg);
}


/**/
body#home #pickup .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#home #pickup .inner h2{
  width: 100%;
}
body#home #pickup .block{
  width: calc(33.33% - 40px);
}
body#home #pickup a{
  display: block;
  text-decoration: none;
}
body#home #pickup a:hover{
  transform: translateY(5px);
}
body#home #pickup img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
  margin: 0;
  border-radius: 20px 0 20px 0;
}
body#home #pickup .date,
body#home #pickup .tag{
  font-size: 1.3rem;
  color: #666766;
}
body#home #pickup h3{
  margin: 0 0 10px 0;
  font-size: 1.6rem;
  color: #000;
  text-align: left;
  font-weight: 500;
}
body#home #pickup .tag{
  position: relative;
  font-weight: 500;
}
body#home #pickup .event .tag{
  color: #ffab57;
}
body#home #pickup .info .tag{
  color: #5d8fe8;
}
body#home #pickup .voice .tag{
  color: #bc95ff;
}
body#home #pickup .tag::after{
  position: absolute;
  content:"";
  top: 0;
  left: -35px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border-radius: 50px;
}
body#home #pickup .event .tag::after{
  background: #ffab57;
}
body#home #pickup .info .tag::after{
  background: #5d8fe8;
}
body#home #pickup .voice .tag::after{
  background: #bc95ff;
}





/**/
body#home #service-area{
  position: relative;
  margin-top: 100px;
}
body#home #service-area::before{
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 30px;
  background: #99dce1;
  z-index: -1;
}
body#home #service-area .block{
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    flex-direction: row-reverse;
  width: calc(50% - 40px);
}
body#home #service-area .pic,
body#home #service-area .pic img{
  margin: 0;
  width: 200px;
}
body#home #service-area .block div{
  width: calc(100% - 220px);
}
body#home #service-area h2{
  display: flex;
  flex-wrap: wrap;
  align-items: first baseline;
  margin: 0 0 20px 0;
  width: 100%;
}
body#home #service-area h2 span{
  display: inline-block;
  font-size: 2.0rem;
  text-align: left;
  letter-spacing: 0;
}
body#home #service-area h2 .tag{
  margin: 0 15px 0 0;
  background: #34b9c4;
  padding: 3px 15px;
  color: #fff;
  border-radius: 16px 0 16px 0;
  font-size: 1.6rem;
}
body#home #service-area h2 em{
  display: block;
  color: #000;
  font-size: 2.8rem;
  font-style: normal;
  letter-spacing: 0.1em;
}
body#home #service-area .link{
  margin-top: 20px;
  text-align: center;
}
body#home #service-area .link a{
  display: inline-block;
  border: 1px solid #c33232;
  background: #fff;
  padding: 6px 30px;
  color: #c33232;
  border-radius: 16px 0 16px 0;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 700;
}
body#home #service-area .link a:hover{
  transform: translateY(5px);
  color: #fff;
  background: #c33232;
}
body#home #service-area .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}




/**/
body#home #news-area{
  background: #99dce1;
}
body#home #news-area h2{
  margin: 60px 0 20px 0;
}
body#home #news-area .block a,
body#home #news-area .inner{
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#home #news-area .inner{
  padding: 0 0 40px 0;
}
body#home #news-area .inner > div{
  width: calc(50% - 40px);
}
body#home #news-area .block{
  margin: 0 0 30px 0;
}
body#home #news-area .block a{
  align-items: center;
  text-decoration: none;
  padding: 20px;
  background: #fff;
  height: 100%;
  color: #666;
}
body#home #news-area .block a:hover{
  transform: translateY(5px);
}
body.news #content .tag,
body#home #news-area ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
body.news #content .tag li,
body#home #news-area li{
  margin: 5px 10px 0 0;
  padding: 0;
  font-size: 1.3rem;
  color: #999;
  line-height: 1.5;
}
body.news #content .tag li::before,
body#home #news-area li::before{
  display: none;
}
body#home #news-area p{
  margin: 0;
}
body#home #news-area img{
  margin: 0;
  width: 120px;
  height: 120px;
  object-fit: cover;
}
body#home #news-area .voice img{
  border-radius: 50%;
}
body#home #news-area .text{
  width: calc(100% - 140px);
}
body#home #news-area h3{
  margin: 0 0 5px 0;
  font-size: 1.6rem;
  color: #666;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
}
body#home #news-area .date{
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  line-height: 1;
}
body#home #news-area .date span{
  display: inline-block;
  padding: 3px 5px;
  font-size: 70%;
  background: #34b9c4;
  color: #fff;
}




/*  about
////////////////////////////////////////// */
body#about-idx #mission{
  position: relative;
  margin-top: 20px;
}
body#about-idx #mission::after{
  position: absolute;
  content:"";
  top: 0;
  right: 0;
  width: 50%;
  height: calc(100% - 30px);
  background: #d6f1f3;
}
body#about-idx #mission .inner{
  position: relative;
  z-index: 2;
  background: #d6f1f3;
  padding: 100px 0 0 100px;
  border-radius: 90px 0 0 0;
}
body#about-idx #mission .inner::after{
  position: absolute;
  content:"";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: #fff;
}
body#about-idx #mission h2{
  margin: 0 0 20px 0;
  text-align: left;
}
body#about-idx #mission p{
  margin: 0;
  font-size: 6.4rem;
  font-weight: 700;
  color: #1e1f1e;
}
body#about-idx #mission .pic{
  position: relative;
  text-align: right;
  z-index: 3;
}
body#about-idx #mission img{
  margin: 0;
}

/**/
body#about-idx #origin{
  position: relative;
  margin: 100px 0 180px 0;
}
body#about-idx #origin::after{
  position: absolute;
  content:"";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #d6f1f3;
}
body#about-idx #origin h2{
  margin-top: 0;
}
body#about-idx #origin .inner{
  position: relative;
  z-index: 2;
  background: #d6f1f3;
  padding: 100px 0;
  border-radius: 0 90px 0 0;
}
body#about-idx #origin p{
  text-align: center;
}
body#about-idx #origin .lead{
  font-size: 4.4rem;
  color: #1e1f1e;
  font-weight: 500;
  line-height: 1.6;
}
body#about-idx #origin em{
  font-style: normal;
  color: #1e1f1e;
  font-size: 4.8rem;
}
body#about-idx #origin span{
  color: #34b9c4;
}





/**/
body#about-idx .shimizu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
body#about-idx .shimizu em{
  color: #34b9c4;
  font-style: normal;
}
body#about-idx .shimizu .picarea{
  width: 360px;
}
body#about-idx .shimizu .textarea{
  width: calc(100% - 400px);
}
body#about-idx .shimizu h2{
  margin: 0;
  text-align: left;
  font-size: 2.2rem;
}
body#about-idx .shimizu h2 span{
  font-size: 1.8rem;
  font-weight: 400;
}
body#about-idx .shimizu .position{
  color: #34b9c4;
  font-size: 1.8rem;
}
body#about-idx .shimizu .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
body#about-idx .shimizu ul,
body#about-idx .shimizu li{
  margin: 0;
  padding: 0;
}
body#about-idx .shimizu ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
body#about-idx .shimizu li{
  margin: 0 0 0 10px;
}
body#about-idx .shimizu li::before{
  display: none;
}
body#about-idx .shimizu li a{
  display: block;
}
body#about-idx .shimizu li a:hover{
  transform: translateY(5px);
}

body#about-idx #peoplelist{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#about-idx #peoplelist .card{
  cursor: pointer;
  margin-bottom: 40px;
  width: calc(25% - 30px);
  transition: .3s;
}
body#about-idx #peoplelist .card:hover{
  transform: translateY(5px);
}
body#about-idx #peoplelist::before,
body#about-idx #peoplelist::after{
  content:"";
  display: block;
  width: calc(25% - 30px);
}
body#about-idx #peoplelist::before{
  order:1;
}
body#about-idx #peoplelist img{
  margin: 0 0 10px 0;
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
body#about-idx #peoplelist p{
  margin: 0;
  text-align: center;
}
body#about-idx #peoplelist .name{
  color: #211815;
  font-size: 2.0rem;
}
body#about-idx #peoplelist .position{
  color: #59b7c2;
  font-size: 1.4rem;
}
body#about-idx #peoplelist .link{
  margin: 10px 0 0 0;
  padding: 5px;
  color: #59b7c2;
  border: 1px solid #59b7c2;
  border-radius: 14px 0;
  font-weight: 500;
  transition: .3s;
}
body#about-idx #peoplelist .card:hover .link{
  background: #59b7c2;
  color: #fff;
}

/**/
body#about-idx #about-working{
  margin: 0 auto 200px auto;
  max-width: 1000px;
}
body#about-idx #aboutfunleash,
body#about-idx #working{
  position: relative;
}
body#about-idx #aboutfunleash .inner,
body#about-idx #working .inner{
  position: relative;
  padding: 40px 20px;
  width: 50% !important;
  z-index: 2;
}
body#about-idx #about-working p em{
  font-style: normal;
  font-weight: 700;
  color: #000;
}
#aboutfunleash .inner{
  margin: 0 0 0 auto;
}
#working .inner{
  margin: 0;
}
body#about-idx #about-working .bg-shape,
body#about-idx #about-working .bg-shape_02{
  position: absolute;
  width: 90%;
  height: 140%;
  z-index: 1;
  opacity: 0.6;
}
body#about-idx #about-working .bg-shape_02{
  opacity: 0.4;
}
body#about-idx #aboutfunleash .bg-shape{
  border-radius: 50% 60% 50% 70%/50% 60% 70% 60%;
  animation: border-animation 140s infinite linear;
  background: #d6f1f3;
}
body#about-idx #working .bg-shape{
  border-radius: 80% 30% 50% 50%/50%;
  animation: border-animation 60s infinite linear;
  background: #d6f1f3;
}
body#about-idx #aboutfunleash .bg-shape_02,
body#about-idx #working .bg-shape_02{
  border-radius: 30% 30% 50% 50%/50%;
  animation: border-animation 20s infinite linear;
  background: #d6f1f3;
}
body#about-idx #aboutfunleash .bg-shape,
body#about-idx #aboutfunleash .bg-shape_02{
  top: -10%;
  right: -25%;
}
body#about-idx #working .bg-shape,
body#about-idx #working .bg-shape_02{
  top: -25%;
  left: -25%;
}
@keyframes border-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body#about-idx #about-working h2{
  margin: 0 0 30px 0;
  color: #34b9c4;
}




/**/
body#about-idx #overview{
  margin-top: 60px;
  background: #f5f5f5;
}
body#about-idx #overview .inner{
  padding: 60px 0;
}
body#about-idx #overview h2{
  margin: 0 0 40px 0;
}
/**/
#content .pagemenu li,
#content .pagemenu{
  margin: 0;
  padding: 0;
  text-align: center;
}
#content .pagemenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 40px auto;
  padding: 0;
  border-radius: 25px 0;
  max-width: 1100px;
}
#content .pagemenu a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1e1f1e;
  padding: 0 0 18px 0;
}
#content .pagemenu a:hover{
  color: #34b9c4;
}
#content .pagemenu li::before{
  display: none;
}
#content .pagemenu li{
  margin: 10px;
}
#content .pagemenu li a::before{
	position: absolute;
  top: auto;
	bottom: 0;
	left: 0;
  right: 0;
	margin: auto;
	content: "";
  background: #34b9c4;
	width: 12px;
	height: 12px;
	transform: rotate(135deg);
  border-radius: 50px;
  transition: .3s;
}
#content .pagemenu li a:hover::before{
	bottom: -4px;
	width: 18px;
	height: 18px;
}


/*  about-detail
////////////////////////////////////////// */
#peoplesliderarea {
  background: #eff9fa;
  padding: 40px 0;
}
.peopleslider-container {
  position: relative;
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}
#peoplesliderarea .slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
}
#peoplesliderarea .slider-track {
  display: flex;
  transition: transform 0.5s ease;
}
#peoplesliderarea .slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  z-index: 10;
}
#peoplesliderarea .slider-nav:hover {
  color: #5d8fe8;
}
#peoplesliderarea .slider-prev {
  left: -10px;
}
#peoplesliderarea .slider-next {
  right: -10px;
}
#peoplesliderarea .slider-prev::after,
#peoplesliderarea .slider-next::after{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#peoplesliderarea .slider-prev::after{
  border-top: solid 2px #34b9c4;
  border-left: solid 2px #34b9c4;
  transform: rotate(-45deg);
}
#peoplesliderarea .slider-next::after{
  border-top: solid 2px #34b9c4;
  border-right: solid 2px #34b9c4;
  transform: rotate(45deg);
}
#peoplesliderarea .thumbnail-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}
#peoplesliderarea .thumbnail-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  justify-content: center;
}
#peoplesliderarea .thumbnail {
  flex: 0 0 auto;
  width: 100px;
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#peoplesliderarea .thumbnail.active {
  opacity: 1;
}
#peoplesliderarea .thumbnail img {
  margin: 0;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#peoplesliderarea .thumb-name {
  margin-top: 6px;
  font-size: 1.4rem;
  color: #211815;
}
.slidecard {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.slidecard .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slidecard .profile{
  padding-bottom: 20px;
  border-bottom: 1px solid #c6c9c6;
}
.slidecard .profile .pic{
  width: 245px;
}
.slidecard .profile .textarea{
  width: calc(100% - 285px);
}
.slidecard .profile h2{
  margin: 0;
  text-align: left;
  font-size: 2.0rem;
}
.slidecard .profile .position{
  color: #59b7c2;
  font-size: 1.4rem;
}
.slidecard .flower{
  padding-top: 30px;
  width: 100%;
}
.slidecard .flower .textarea{
  width: calc(100% - 180px);
}
.slidecard .flower .pic{
  width: 140px;
}
.slidecard .flower .pic img{
  border-radius: 20px 0 20px 0;
}
.slidecard .flower h3{
  margin: 0 0 10px 0;
  color: #59b7c2;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: left;
}










/*
@media (max-width: 1200px) {
  .peopleslider-container {
      max-width: 100%;
      padding: 0 20px;
  }
  
  .slider-wrapper {
      width: 100%;
      max-width: 1100px;
  }
  
  .slider-prev {
      left: 0;
  }
  
  .slider-next {
      right: 0;
  }
}

@media (max-width: 768px) {
  .slide-avatar {
      width: 90px;
      height: 90px;
      font-size: 2rem;
  }
  
  .slide-name {
      font-size: 1.5rem;
  }
  
  .slide-description {
      font-size: 0.9rem;
  }
  
  .thumbnail {
      width: 80px;
  }
  
  .thumbnail img {
      width: 80px;
      height: 80px;
  }
  
  .peopleslider-container {
      padding: 0 15px;
  }
}*/





/*  event
////////////////////////////////////////// */
body.news #content .inner{
  margin: 0 auto;
  width: 800px;
}
body.news #content .block{
  padding-bottom: 100px;
}
body.news #content h1{
  margin: 40px 0 0 0;
  padding: 0;
  color: #1e1f1e;
  font-size: 3.2rem;
  text-align: left;
}
body.news #content .date{
  margin: 20px 0 10px 0;
  color: #59b7c2;
  font-size: 1.4rem;
}
body.news #content h2{
  margin: 60px 0 20px 0;
  color: #1e1f1e;
  font-size: 2.0rem;
  text-align: left;
}
body#home #content .link{
  text-align: center;
}
body.news #content .link{
  margin-top: 100px;
  text-align: center;
}
#contactarea li a,
body#home #content .link a,
body.news #content .link a{
  display: inline-block;
  border: 1px solid #59b7c2;
  background: #fff;
  padding: 6px 30px;
  color: #59b7c2;
  border-radius: 16px 0;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 700;
}
#contactarea li a:hover,
body#home #content .link a:hover,
body.news #content .link a:hover{
  transform: translateY(5px);
  color: #fff;
  background: #59b7c2;
}

/*
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
{
  border-radius: 6px; 
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
}

#main-pic{
  background: url("../img/1.jpg") no-repeat scroll center center;
  background-size: cover;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  z-index: 1;
  height: 600px;
}
*/


/* news-list */
#news-list .block{
  margin: 30px 0 0 0;
}
#news-list .block a{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  align-items: center;
  text-decoration: none;
  background: #fff;
  color: #666;
}
#news-list .block a:hover{
  transform: translateY(5px);
}
body.news #content .tag,
#news-list ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
body.news #content .tag li,
#news-list li{
  margin: 5px 10px 0 0;
  padding: 0;
  font-size: 1.3rem;
  color: #999;
  line-height: 1.5;
}
body.news #content .tag li::before,
#news-list li::before{
  display: none;
}
body.info #news-list .tag li,
body.event #news-list .tag li,
body.voice #news-list .tag li{
  padding: 0;
  margin: 5px 10px 0 0;
}
#news-list p{
  margin: 0;
}
#news-list img{
  margin: 0;
  width: 320px;
  height: 180px;
  object-fit: cover;
}
#news-list .voice img{
  border-radius: 50%;
}
#news-list .text{
  width: calc(100% - 340px);
}
#news-list h3{
  margin: 0 0 5px 0;
  font-size: 1.6rem;
  color: #666;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
}
#news-list .date{
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  line-height: 1;
}
#news-list .date span{
  display: inline-block;
  padding: 3px 5px;
  font-size: 70%;
  background: #34b9c4;
  color: #fff;
}
#news-list .pagination{
  text-align: center;
  margin: 30px 0 60px 0;
}
#news-list .pagination .current{
  background-color: #34b9c4;
  padding: 5px 8px;
  color: #fff;
}
#news-list .pagination a{
  border: 1px solid #34b9c4;
  padding: 5px 8px;
  text-decoration: none;
  color: #34b9c4;
}


/*  service
////////////////////////////////////////// */
/* idx */
body#service-idx #service-area{
  position: relative;
}
body#service-idx #service-area .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#service-idx #service-area::before{
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  height: 30px;
  background: #99dce1;
  z-index: -1;
}
body#service-idx #service-area::before {
  content: "";
  display: block;
  height: var(--before-height);
  transition: height 0.3s ease;
}
body#service-idx #service-area .block{
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(50% - 40px);
}
body#service-idx #service-area .pic,
body#service-idx #service-area .pic img{
  margin: 0;
  width: 200px;
}
body#service-idx #service-area .block div{
  width: calc(100% - 220px);
}
body#service-idx #service-area h2{
  margin: 40px 0 40px 0;
  width: 100%;
}
body#service-idx #service-area h3{
  display: flex;
  flex-wrap: wrap;
  align-items: first baseline;
  margin: 0 0 20px 0;
  width: 100%;
}
body#service-idx #service-area h3 span{
  display: inline-block;
  font-size: 2.0rem;
  text-align: left;
  letter-spacing: 0;
  color: #000;
}
body#service-idx #service-area h3 .tag{
  margin: 0 15px 0 0;
  background: #34b9c4;
  padding: 3px 15px;
  color: #fff;
  border-radius: 16px 0;
  font-size: 1.6rem;
}
body#service-idx #service-area h3 em{
  display: block;
  color: #000;
  font-size: 2.8rem;
  font-style: normal;
  letter-spacing: 0.1em;
}
body#service-idx #service-area .link{
  margin-top: 20px;
  text-align: center;
}
body#service-idx #service-area .link a{
  display: inline-block;
  border: 1px solid #c33232;
  background: #fff;
  padding: 6px 30px;
  color: #c33232;
  border-radius: 16px 0 16px 0;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 700;
}
body#service-idx #service-area .link a:hover{
  transform: translateY(5px);
  color: #fff;
  background: #c33232;
}
body#service-idx #service-area .block .balloon{
  position: relative;
  margin: 30px 0 40px 0;
  padding: 20px;
  width: 100%;
  background: #fff;
  color: #000;
}
body#service-idx #service-area .block .balloon:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 100px;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom: 40px solid #fff;
}
body#service-idx #service-area .academia .balloon{
  font-size: 2.0rem;
  text-align: center;
}
body#service-idx #service-area .academia .balloon span{
  font-size: 2.4rem;
}
body#service-idx #service-area .academia .balloon em{
  font-size: 4.0rem;
  color: #000;
  font-style: normal;
  line-height: 1;
}
body#service-idx #organization-process span,
body#service-idx #people-process span{
  display: block;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #34b9c4;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
}
body#service-idx #organization-process span{
    margin: 20px auto 0 auto;
}
#people-process .inner{
  position: relative;
  width: 100%;
}
.slider-bg {
  position: absolute;
  left: 0;
  width: 100vw;
  background-color: #d6f1f3;
  z-index: 1;
}
.service-slider{
  margin: auto;
  width: 900px;
  z-index: 2;
}
.service-slider .block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.service-slider .text p{
  position: relative;
  padding: 20px 50px 60px 50px;
  z-index: 3;
  font-weight: 700;
  color:#303130;
}
.service-slider .pic{
  margin: auto;
  width: 340px;
}
.service-slider .pic img{
  margin: 0;
  width: 100%;
  display: block;
}
.organization-slider .slick-prev,
.organization-slider .slick-next,
.service-slider .slick-prev,
.service-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
}
.organization-slider .slick-prev:before,
.organization-slider .slick-next:before,
.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #34b9c4;
    border-right: 3px solid #34b9c4;
}
.organization-slider .slick-prev:before,
.service-slider .slick-prev:before {
    transform: rotate(-135deg);
}
.organization-slider .slick-next:before,
.service-slider .slick-next:before {
    transform: rotate(45deg);
}
.organization-slider{
  margin-bottom: 60px;
  border: 1px solid #c6c9c6;
  border-radius: 60px 0;
}
.organization-slider .block{
}
.organization-slider .pic{
  margin: auto;
  width: 500px;
}
.organization-slider .text{
  margin: 20px;
}
.organization-slider .text p{
  text-align: center;
  color: #303130;
  font-weight: 700;
  font-size: 2.2rem;
}
.organization-slider .text .weak{
  color: #666;
  font-weight: 400;
  font-size: 1.8rem;
}
.organization-slider .slick-prev{
  left: 20px;
}
.organization-slider .slick-next{
  right: 0;
}


/* spp */
body#service-spp .balloon{
  text-align: center;
} 
body#service-spp .balloon p{
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  max-width: 100%;
  background: #d6f1f3;
  border-radius: 50px;
  color: #1e1f1e;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
body#service-spp .balloon p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 25px solid #d6f1f3;
}
body#service-spp .pic{
  position: relative;
  margin: 0;
  margin-top: 40px;
  text-align: center;
}
body#service-spp .pic img{
  position: relative;
  z-index: 1;
  margin: 0;
}
body#service-spp .pic::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  background: #d6f1f3;
	width: 100%;
  height: 70px;
  z-index: 0;
}
body#service-spp .point{
  padding-top: 20px;
  background: #d6f1f3;
}
body#service-spp .point .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#service-spp .point .inner div{
  background: #fff;
  padding: 20px;
  width: calc(33.33% - 20px);
  border-radius: 40px 0;
}
body#service-spp .point h3{
  margin: 0 0 10px 0;
  color: #34b9c4;
  font-size: 1.8rem;
  font-weight: 700;
}
body#service-spp .point p{
  text-align: center;
}
body#service-spp .images{
  padding: 60px 0;
  background: #d6f1f3;
  text-align: center;
}
body#service-spp #result{
  background: #d6f1f3;

}
body#service-spp #result{
  padding: 60px 0;
}




#result h2{
  margin: 0;
}
#result .result-slider {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
#result .result-slider .slide-item {
  width: 350px;
  background: #fff;
  margin: 0 10px;
  padding: 20px;
/*  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-sizing: border-box;*/
}
#result .slick-track {
  display: flex !important;
}
#result .slick-slide {
  height: auto !important;
}
#result .slick-prev::before,
#result .slick-next::before {
  content: none;
}
#result .slick-prev,
#result .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor: pointer;
}
#result .slick-prev {
  left: 20px;
}
#result .slick-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #34b9c4;
  border-left: 3px solid #34b9c4;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#result .slick-next {
  right: 20px;
}
#result .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #34b9c4;
  border-right: 3px solid #34b9c4;
  transform: translate(-50%, -50%) rotate(45deg);
}
#result .slick-prev:hover::after,
#result .slick-next:hover::after {
  border-color: #666;
}
#result .titlearea{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 1100px;
}
#result .titlearea div{
  width: calc(100% - 300px);
}
#result .titlearea h3{
  margin: 40px 0 20px 0;
  text-align: left;
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
}
#result .titlearea .images{
  padding: 40px 0;
  width: 280px;
}
#result .titlearea img,
#result p{
  margin: 0;
}
#result .maker,
#result .employee{
  color: #1e1f1e;
}
#result .employee{
  margin: 0 0 5px 0;
}
#result .maker{
  margin: 0;
  font-size: 1.8rem;
  font-weight: 700;
}




/*  privacy
////////////////////////////////////////// */
body#law-idx footer,
body#privacy-idx footer{
  margin-top: 60px;
}
body#law-idx #content h2,
body#privacy-idx #content h2{
  text-align: left;
}





/*  contact
////////////////////////////////////////// */
#contactarea{
  margin: 60px 0;
}
#contactarea ul,
#contactarea ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
#contactarea li::before{
  display: none;
}
#contactarea ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contactarea ul li{
  margin-bottom: 20px;
  text-align: center;
  width: calc(33.333% - 20px);
}
#contactarea li a{
  display: block;
  padding: 20px;
  border-radius: 30px 0;
}
#contact-ix-idx #contactarea ul{
  justify-content: center;
}
#contactarea .lead{
  margin-bottom: 30px;
}
#contactarea table{
  margin: 60px auto;
  max-width: 700px;
}
#contactarea table .wpcf7-text,
#contactarea table textarea{
  width: 100%;
  padding: 5px;
}
#contactarea table th{
  width: 12em;
}
#contactarea table td .wpcf7-list-item{
  display: flex;
  width: auto;
}
#contactarea table td .wpcf7-list-item input{
  margin-right: 5px;
}
#contactarea .text-center{
  margin-top: 30px;
}
#contactarea .text-center input{
  display: block;
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #59b7c2;
  background: #fff;
  padding: 12px 30px;
  color: #59b7c2;
  border-radius: 16px 0;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 700;
  width: 200px;
  font-family: 'Noto Sans JP';
  transition: .3s;
}
#contactarea .text-center input:hover{
  transform: translateY(5px);
  color: #fff;
  background: #59b7c2;
}
#contactarea fieldset{
  border: none;
}

