@charset "utf-8";
/* -------------------------------------
     Site CSS
 (c) Copyright 2020 Sketches of Design
     version 2020-12-26
------------------------------------- */
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*
*{
  outline: 2px solid red;
}*/
html{
  scroll-behavior: smooth;
}
div#outer_box_h1_third div#box_h1_third,
#page_top,
footer ul.footer_menu01,
footer div#outer_footer_menu,
div#txt_copyright,
header div#header_top,
div#g_navi,
#outer_box_h1_third ul#bread{
  display: none !important;
}
div#contents {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#wrap #sb-site,
.sb-site-container {
  margin-top: 0 !important;
}
#wrap #sb-site{
  background: none;
}
header{
  position: static !important;
  height: auto !important;
}
footer#recruit_ft,
section#entry-menu,
header#recruit_hd{
  display: block !important;
}
footer div.inner_footer,
div#outer_box_h1_third {
  max-width: 100% !important;
}
footer div.inner_footer.text_center,
footer {
  padding: 0 !important;
}

/*  General Rules
--------------------------------------*/
/*  Font  */
/*body{
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Noto Sans', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  line-height: 1.6;
}*/
body{
  font-family: "Roboto",'Noto Sans JP', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
html { font-size: 62.5% !important; } /* 10px */
body { font-size: 1.6rem !important; } /* 16px */

ol.bc,
.more a,
footer,
#hdmenu,
.pagemenu,
header #siteid a,
#entry-menu ul p,
#main-pic p,
#guide-message #main-pic ul li,
.people #main-pic .text,
.people #people-list .people,
.crosstalk #content .block figcaption,
#content .member-list .inner,
#home #main-pic p,
#people-menu .slider .people,
h1, h2, h3, h4, h5, h6{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
h1 span,
.menuarea h2 span,
.people #main-pic .name em,
.crosstalk #content #message-area h3,
.people #people-list .people .name,
#people-menu .slider .people .name,
#hdmenu .entry{
  font-family: 'Roboto', sans-serif;
  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.8;
}
.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.svg") 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: #0066F4;
  text-decoration: underline;
}
a:hover{
  color: #0066F4;
  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 10px;
}
#content ul li:before{
  position: absolute;
  content: "";
  background-color: #ff0000;
  left: 0;
  top: 0.55em;
  margin: auto;
  height: 5px;
  width: 5px;
}
ol.bc{
  margin: 0 auto;
  padding: 5px 0;
  max-width: 1000px;
  font-size: 79%;
  list-style: none;
  border-bottom: none;
  text-align: left;
}
ol.bc li a{
  color: #44444D;
  text-decoration: none;
}
ol.bc li{
  display: inline;
  color: #919191;
  margin: 0;
  padding: 0;
}
ol.bc li:after {/* >を表示*/
  content: '>';
  padding: 0 0.5em 0 0.7em;
  color: #919191;
}
ol.bc li:last-child:after {
  content: '';
}
/*ol.bc li.first{
  background: none;
  padding-left: 0;
}
ol.bc li strong{
  color: #333;
  font-weight: normal;
}
ol.bc span{
  margin: 0 0 0 5px;
}*/
ul.flat{
  margin: 0 !important;
  list-style: none !important;
}
ul.flat li{
  display: inline;
}
/* table */
table{
  margin: 0 0 10px 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.25;
  /* \*/
  width: 100%;
  /* */
}
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: #666 !important;
}
table tr th,
table tr td{
  border: none;
  border-bottom: 1px dotted #e0e0e0;
  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: left;
  color: #44444D;
}
#contents h1{
  margin: 60px 0 100px 0;
  color: #6BB5FF;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
h2 span,
h1 span{
  display: block;
  text-shadow:1px 1px 0 #6BB5FF, -1px -1px 0 #6BB5FF,
              -1px 1px 0 #6BB5FF, 1px -1px 0 #6BB5FF,
              0px 1px 0 #6BB5FF,  0 -1px 0 #6BB5FF,
              -1px 0 0 #6BB5FF, 1px 0 0 #6BB5FF;
  font-size: 15.0rem;
  letter-spacing: 0;
}
h1 span{
  color: #F7F7F7;
  letter-spacing: 0.05em;
}
h2{
  margin: 0 0 40px 0;
  background: none !important;
      padding: 0 !important;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
h2 span{
  color: #fff;
  line-height: 1;
}
#main-pic h2{
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0066F4;
  font-size: 4.0rem;
  z-index: 2;
  letter-spacing: 0.05em;
}
#main-pic h2 span{
  position: absolute;
  font-size: 4.0rem;
  z-index: -1;
  line-height: 1.6;
  top: 3px;
  left: 3px;
  letter-spacing: 0.05em;
}
h3{
  margin: 60px 0 20px 0;
  border-bottom: none !important;
  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;
}

/*  Layout
////////////////////////////////////////// */
/* body */
body{
  background: #fff;
  text-align: center;
  color: #333;
  word-wrap: break-word;
}
/* wrapper */
#wrapper,
#wrap{
  margin: 0 auto !important;
  background: url("/recruit/img/bg-wrapper.png") center top repeat-x !important;
  width: 100%;
  height: 100%;
  text-align: left;
  overflow: hidden;
}

/*----- header -----*/
header{
  margin: 0 auto;
  padding: 0;
  width: auto;
}
/*header #b-logo{
  margin: 0;
}
header #b-logo img{
  margin: 0;
}*/
header #ghead{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 20px;
  height: 70px;
}
header #ghead p{
  margin: 0;
}
header #ghead a{
  display: inline;
}
header #ghead img{
  margin: 0;
}
/* hdmenu */
#hdmenu{
  position: fixed;
    left: 0;
  width: 100%;
  z-index: 999999;
}
#hdmenu.fixed{
  top: 0;
}
#hdmenu .inner{
  position: relative; 
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 20px;
  background: #fff;
  padding: 0 20px;
  height: 70px;
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, .2));
  border-radius: 10px;
  z-index: 9999;
}
header #siteid{
  position: relative;
  margin: 0 auto 0 0;
  z-index: 10;
}
header #siteid a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #1153A2;
  font-size: 1.4rem;
}
header #siteid a img{
  margin: 0 0 0 10px;
}
footer .inner{
  display: none;
}
footer .inner ul,
footer .inner ul li,
#hdmenu ul,
#hdmenu ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
#hdmenu ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
  z-index: 10;
}
footer .inner ul a,
#hdmenu a{
  text-decoration: none;
  color: #44444d;
}
footer .inner ul a:hover,
#hdmenu a:hover{
  color: #0066F4;
}
#hdmenu ul li{
  margin: 0 0 0 30px;
}
#hdmenu .entry{
  margin: 0 0 0 30px;
  font-weight: 700;
  border-radius: 100px;
  overflow: hidden;
}
#hdmenu .entry a{
  display: block;
  position: relative;
  color: #fff;
  background: #AD002D;
  border: 1px solid #AD002D;
  padding: 6px 20px 4px 20px;
  border-radius: 100px;
  letter-spacing: 0.2em;
  z-index: 1;
  transition: .3s;
}
#hdmenu .entry a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
  border-radius: 100px;
}
#hdmenu .entry a:hover {
  color: #AD002D;
}
#hdmenu .entry a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.hamburger {
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background: #6BB5FF;
  border-radius: 100px;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.2s;
}
.hamburger:hover{
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, .4));
}
.hamburger span{
  position: absolute;
  width: 60%;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  transition: all 0.5s;
}
.line01{
  top: calc(35% - 1px);
}
.line02{
  top: calc(50% - 1px);
}
.line03{
  top: calc(65% - 1px);
}
.open .line01{
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.open .line02{
  opacity: 0;
}
.open .line03{
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
.sp-nav {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 40px 40px 20px 40px;
  transition: all 0.5s;
  z-index: 9998;
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
  opacity: 0;
	transition: opacity 0.4s ease;
  max-width: 100%;
}
.open .sp-nav {
  top: 65px;
  opacity: 1;
}
#hdmenu .nav-wrapper{
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
#hdmenu .nav-wrapper ul{
  justify-content: space-between;
}
#hdmenu .nav-wrapper ul li{
  margin: 0 0 10px 0;
  border: 1px solid #0066F4;
  padding: 20px;
  border-radius: 10px;
  width: calc(33.33% - 20px);
}
footer .inner ul li a,
#hdmenu .nav-wrapper ul li a{
  display: block;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #C7C7CA;
  padding: 0 0 10px 0;
}
footer .inner ul ul,
#hdmenu .nav-wrapper ul ul{
  display: block;
}
#hdmenu .nav-wrapper ul ul li{
  border: none;
  padding: 0;
  width: 100%;
  font-size: 1.3rem;
}
footer .inner ul ul li a,
#hdmenu .nav-wrapper ul ul a{
  position: relative;
  border: none;
  margin: 0;
  padding: 0 0 0 14px;
}
footer .inner ul ul li a::before,
#hdmenu .nav-wrapper ul ul a::before{
  position: absolute;
  content: "";
  background-color: #44444d;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 7px;
}
#hdmenu .nav-wrapper ul ul li:last-child{
  margin: 0;
}
#hdmenu .menu-list li{
  position: relative;
  font-size: 1.4rem;
}
#hdmenu .menu-list li .active::before{
  position: absolute;
  content: "";
  background: #0066F4;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 100px;
}

/*.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 9997;
}
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}*/


/*----- content -----*/
#content{
  margin: 0 auto;
  padding: 0;
}
#main-pic .inner,
section .inner{
  margin: auto;
  padding: 100px 0;
  max-width: 1000px;
}
/**/
#main-pic{
  background: url("../img/bg-home-mainpic.png") center center no-repeat;
  background-size: contain;
  overflow: hidden;
}
#main-pic .inner{
  position: relative;
  padding: 100px 0;
}
#main-pic p{
  line-height: 2;
  letter-spacing: 0.05em;
}
#home #main-pic .image,
/*.crosstalk #main-pic .image,*/
.people #main-pic .image{
  animation-name:fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
/*
.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;
}*/
#content .more{
  margin: 30px 0 0 auto;
  border-radius: 100px;
  overflow: hidden;
  width: 200px;
}
#content .more a {
  display: block;
  position: relative;
  color: #AD002D;
  background: #fff;
  padding: 8px 0 9px 0;
  border: 1px solid #AD002D;
  border-radius: 100px;
  z-index: 1;
  transition: .3s;
  text-align: center;
  text-decoration: none;
}
#content .more a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #AD002D;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
#content .more a:hover {
  color: #fff;
}
#content .more a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
#content .more span{
    position: relative;
    padding: 0 16px;
/*    vertical-align: middle;*/
    text-decoration: none;
}
#content .more span::before{
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #AD002D;
    border-right: 1px solid #AD002D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#content .more a:hover span::before{
  border-color: #fff;
}

/**/
#content .pagemenu,
#content .pagemenu li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
#content .pagemenu{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto !important;
  max-width: 1000px;
}
#content .pagemenu li{
  margin: 0 0 10px 0 !important;
  font-size: 1.5rem;
}
#content .pagemenu li::before{
  display: none;
}
#content .pagemenu a{
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #44444D;
  border: 1px solid #dddddf;
  height: 100%;
  padding: 0 0 10px 0;
}
#content .pagemenu a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 6px;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #6BB5FF;
  border-right: 1px solid #6BB5FF;
  transform: translateX(-50%) rotate(135deg);
}
#content .pagemenu a:hover{
  transform: translateY(5px);
}
#content .pagemenu img{
  margin: 0;
}
#enquete-idx .pagemenu li{
  width: calc(25% - 10px);
}
#enquete-idx .pagemenu::after,
#enquete-idx .pagemenu::before{
  content:"";
  display: block;
  width: calc(25% - 10px);
}
#enquete-idx .pagemenu::before{
  order:1;
}
#enquete-idx .pagemenu li a{
  padding: 0 0 20px 0;
}
#enquete-idx #lv02-16 li{
  border: 1px solid #6bb5ff;
  border-radius: 10px;
  padding: 10px;
}
#enquete-idx #lv02-16 li::before{
  display: none;
}
#enquete-idx #lv02-16 .images{
  margin-top: 20px;
  text-align: right;
}
#enquete-idx #lv02-16 .inner{
  
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#enquete-idx #lv02-16 .inner > *{
  margin: 20px 0 0 0;
  width: calc(50% - 20px);
}
#enquete-idx #lv02-16 .inner  h2{
  width: 100%;
}



/**/
.fade{
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1200ms;
}
.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;
}
.diagram img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}



/*----- footer -----*/
footer{
  margin: 0;
  background: #F1F1F2;
  width: 100%;
  overflow: hidden;
}
footer .inner{
  margin: 0 auto;
  padding: 60px 20px;
  max-width: 1040px;
}
footer .inner ul,
footer .inner ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
footer .inner ul .people ul,
footer .inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}footer .inner ul li{
  margin: 0 0 30px 0;
  width: calc(25% - 20px);
}
footer .inner ul ul li{
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 1.3rem;
}
footer .copy{
  margin: 0;
/*  background: #fff;*/
  background: #F1F1F2;
  padding: 15px;
  font-size: 1.2rem;
}
footer .inner ul .people li,
footer .inner ul .people{
  width: 50%;
}
footer .inner ul .enquete{
  margin-left: 25%;

}



/*  home
////////////////////////////////////////// */
#home #main-pic{
  padding: 140px 0 0 0;
}
#home #main-pic p{
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing:0.06em;
  color: #1E1F1E;
}
#home #main-pic .inner{
  position: relative;
  padding: 70px 0 130px 0;
}
#home #main-pic .image{
  position: absolute;
/*  top: 140px;*/
  bottom: 0;
  right: -20px;
  width: 770px;
}
#home #main-pic .image img{
  width: 100%;
  height: auto;
}
#home #main-pic .text{
  width: 100%;
}
#home #main-pic .text h1{
  margin: 0;
  width: 50%;
/*  width: calc(50% - 30px);*/
}
#home #main-pic .text em{
  font-style: normal;
  color: #1E1F1E;
}
#home h2{
  letter-spacing: 0.05em;
}
#home #enquete-menu h2,
#home #think-menu h2{
  padding: 0;
}
/**/
#news-area{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  max-width: 1000px;
  z-index: 100;
}
#news-area div{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #6BB5FF;
  background: #fff;
  border-radius: 5px;
}
#news-area h2{
  margin: 0;
  padding: 0;
}
#news-area h2 span{
  font-size: 4.0rem;
}
#news-area .image,
#news-area .image img{
  margin: 0;
  width: 150px;
}
#news-area .image img{
  border-right: 1px solid #6BB5FF;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px;
}
#news-area dl{
  padding: 20px;
  width: calc(100% - 150px);
}
#news-list .scroll-area dl,
#news-area dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#news-list .scroll-area dl dt,
#news-area dl dt{
  width: 10em;
}
#news-list .scroll-area dl dd,
#news-area dl dd{
  width: calc(100% - 10em);
}
#newstext #content.inner{
  padding-bottom: 60px;
}
#newstext .date{
  color: #666;
  font-size: 1.4rem;
}
#newstext h2{
  margin: 0 0 30px 0;
  padding: 0;
}
#newstext h3{
  margin: 60px 0 20px 0;
  color: #44444D;
}
#newstext table{
  border-top: 1px solid #e0e0e0;
  line-height: 1.7;
}
#newstext table tr{
  background: none;
}
#newstext table tr th,
#newstext table tr td{
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}
#newstext table tr th{
  font-weight: 700;
}
#newstext ul.flex-column2,
#newstext ul.images{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0 0 !important;
}
#newstext ul.flex-column2 li::before,
#newstext ul.images li::before{
  display: none;
}
#newstext ul.images li{
  margin: 0 0 20px 0;
  padding: 0;
  width: calc(33.33% - 10px);
}
#newstext .flex-column2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}
#newstext .flex-column2 > *{
  width: calc(50% - 15px);
  margin: 0 0 20px 0;
  padding: 0;
}
#newstext img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
#newstext figcaption{
  margin: 8px 0 0 0;
  text-align: center;
}
#newstext .flat li::before{
  display: none;
}
/**/
#news-20240301-01 #newstext ul.images li img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#news-20240405-01 #comment li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#news-20240405-01 #comment .image{
  width: 120px;
}
#news-20240405-01 #comment .text{
  width: calc(100% - 140px);
}
#news-20240405-01 #comment img{
  border-radius: 100vw;
}
#news-20240405-01 #comment span{
  font-weight: 700;
}
#news-20240419-01 h4{
  margin: 40px 0 20px 0;
  padding: 0 0 5px 0;
  font-weight: bold;
  font-size: 120%;
  color: #6BB5FF;
  border-bottom: 1px solid #6BB5FF;
}
#news-20240419-01 ul.images li{
  width: calc(50% - 20px);
}
#news-20240419-01 p strong{
  font-size: 120%;
}


/**/
#news-list h2{
  margin: 0;
  padding: 0;
}
#news-list h2 span{
  font-weight: 400;
}
#news-list .scroll-area {
  border: 1px solid #6BB5FF;
  border-radius: 5px;
  height: 160px;
}
#news-list .scroll-area dl{
  padding: 30px 30px 20px 30px;
}
#news-list .scroll-area dl dt,
#news-list .scroll-area dl dd{
  margin-bottom: 10px;
}







/*#home h1{
  margin: 0 auto;
  max-width: 1000px;
}*/
/**/
.menuarea .text{
  width: 50%;
}
#think-menu .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#think-menu .image{
  margin: 20px 0 0 0;
/*  background: url("../img/bg-think-menu.jpg") center center no-repeat;
  background-size: cover;
  border-radius: 30px;*/
  width: calc(50% - 40px);
}
/**/
#people-menu{
  background: url("../img/bg-people-menu.png") center center no-repeat;
  background-size: 1600px 800px;
  padding: 200px 0 100px 0;
}
#people-menu h2{
  text-align: center;
}
#entry-menu .text,
#content #people-menu .inner{
  margin: 0 auto;
  background-color: rgba(107,181,255,0.5);
  padding: 0 60px 40px 60px;
  border-radius: 30px;
}
#entry-menu .text h2,
#content #people-menu .inner h2{
  position: relative;
  color: #fff;
  margin: 0;
      padding: 40px 0 0 0 !important;
}
#entry-menu .text h2 span,
#content #people-menu .inner h2 span{
  position: absolute;
  top: -0.85em;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 400;
}
#people-menu .slick-list{
  padding: 30px 0;
}
#people-menu .slider a{
  text-decoration: none;
  color: #6F747A;
}
#people-menu .slider .people{
  margin: 0 15px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2));
}
#people-menu .slider .people .pic{
  background: #6BB5FF;
}
#people-menu .slider .people .pic,
#people-menu .slider .people .pic img{
  margin: 0;
}
#entry-menu ul,
#entry-menu ul li,
#people-menu .slider .people ul,
#people-menu .slider .people ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
#people-menu .slider .people ul{
  padding: 20px;
}
#entry-menu ul li::before,
#people-menu .slider .people li::before{
  display: none;
}
#people-menu .slider .people .job{
  font-size: 1.5rem;
}
#people-menu .slider .people .name{
  margin: 10px 0 0 0;
  color: #44444D;
  font-size: 3.2rem;
  line-height: 1;
}
#people-menu .more{
  margin: 0 auto;
}
#entry-menu ul img{
  max-width: 100%;
  height: auto;
}
/**/
#message-menu,
#crosstalk-menu{
  position: relative;
}
#crosstalk-menu .crosstalk-01{
  margin: 160px 0 160px 0;
}
#enquete-menu .inner .text,
#crosstalk-menu .crosstalk-01 .text{
  margin: 0 0 0 auto;
}
#message-menu .pic,
#crosstalk-menu .pic{
  position: absolute;
  margin: 0;
  width: calc(50% - 40px);
  height: 360px;
}
#crosstalk-menu .crosstalk-01 .pic{
  left: 0;
  text-align: right;
}
#crosstalk-menu .crosstalk-02 .pic{
  right: 0;
}
#message-menu .pic::before,
#crosstalk-menu .pic::before{
  position: absolute;
  content: "";
  background: #6BB5FF url("../img/bg-crosstalk-menu-pic.png") center center no-repeat;
  background-size: cover;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 330px;
  z-index: -1;
  border-radius: 0 30px 30px 0;
}
#message-menu .pic::before,
#crosstalk-menu .crosstalk-02 .pic::before{
  border-radius: 30px 0 0 30px;
}
#message-menu .pic img,
#crosstalk-menu .pic img{
  margin: 0 0 0 20px;
  width: auto;
  height: 360px;
}
#crosstalk-menu .crosstalk-01 img{
  margin: 0 20px 0 0;
}
#content #crosstalk-menu h2{
  text-align: left;
  padding: 0;
  letter-spacing: 0.05em;
}
#content #crosstalk-menu h2 small{
  font-size: 70%;
}
#crosstalk-menu .crosstalk-01 .text{
  padding: 20px 0 0 0;
}
/**/
#message-menu .inner,
#enquete-menu .inner{
  position: relative;
  padding: 200px 0 0 0;
}
#message-menu h2 span,
#enquete-menu h2 span{
  position: absolute;
  left: 0;
  top: 0;
}
#message-menu,
#enquete-menu{
  margin-top: 100px;
}
#enquete-menu{
  background: url("../img/bg-enquete.png") bottom left no-repeat;
  background-size: contain;
}
#enquete-menu .inner{
  padding: 200px 0 100px 0;
}
#message-menu .pic{
  margin: 200px 0 0 0;
  right: 0;
}
/**/
#entry-menu{
  background: url("../img/bg-entry.png") center center no-repeat;
  background-size: 1700px auto;
 /* background-size: cover;*/
}
#entry-menu .inner{
  position: relative;
  margin-top: 200px;
  display: block;
}
#entry-menu h2 span{
    text-shadow:1px 1px 0 #AD002D, -1px -1px 0 #AD002D,
                -1px 1px 0 #AD002D, 1px -1px 0 #AD002D,
                0px 1px 0 #AD002D,  0-1px 0 #AD002D,
                -1px 0 0 #AD002D, 1px 0 0 #AD002D;
}
#entry-menu .text h2{
  text-align: center;
}
#entry-menu .text{
  padding: 0 30px 80px 30px;
  margin: 0;
  background-color: rgba(173,0,45,0.5);
  /*width: 75%;*/
  width: 90%;
}
#entry-menu ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
  z-index: 5;
}
#entry-menu ul li{
  width: calc(33.33% - 15px);
}
#entry-menu ul li a{
  display: block;
  margin: 0;
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2));
  text-align: center;
  color: #AD002D;
  height: 100%;
  text-decoration: none;
}
#entry-menu ul li a:hover{
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, .6));
}
#entry-menu ul p,
#entry-menu ul img{
  margin: 0;
  font-weight: 700;
}
#entry-menu ul .ban{
  margin: 0 0 30px 0;
  height: 40px;
}
#entry-menu ul p span{
  position: relative;
  padding: 0 14px 0 0;
  display: inline-block;
}
#entry-menu ul span::before{
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #AD002D;
    border-right: 1px solid #AD002D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#entry-menu .pic,
#entry-menu .pic img{
  margin: 0;
}
#entry-menu .pic{
  position: absolute;
  right: -100px;
  bottom: 0;
}
/*#entry-menu .pic-01{
  display: none;
}*/



/*  crosstalk
////////////////////////////////////////// */
#content .member-list{
  padding: 0 0 100px 0;
  background: url("../img/bg-member-list.png") 0 center no-repeat;
  background-size: 960px 210px;
}
#content .member-list .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
#content .member-list .inner div{
  margin: 0 30px;
  text-align: center;
}
#content .member-list img{
  width: 200px;
  height: 200px;
}
#content .member-list .inner ul,
#content .member-list .inner li{
  margin: 0;
  padding: 0;
}
#content .member-list .inner li::before{
  display: none;
}
#content .member-list .inner li{
  margin: 0 0 10px 0;
  color: #1E1F1E;
  line-height: 1;
  font-weight: 600;
} 
#content .member-list .inner .year{
  margin: 0;
}
#content .member-list .inner .job{
  color: #0066F4;
  font-size: 1.4rem;
}
#content .member-list .inner .name{
  font-size: 2.8rem;
}
/**/
.crosstalk #main-pic .inner{
  padding: 100px 0 40px 0;
}
.crosstalk #main-pic h1{
  margin: 60px 0 100px 0;
}
#crosstalk-idx #crosstalk-menu{
  z-index: 100;
}
#crosstalk-idx #crosstalk-menu .inner{
  padding-top: 0;
  min-height: 360px;
}
#crosstalk-idx #crosstalk-menu .crosstalk-01{
  margin: 0 0 160px 0;
}
.crosstalk #main-pic .textarea{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
} 
.crosstalk #main-pic .image{
  margin: -70px -20% 0 0;
  width: 60%;
}
#crosstalk-02 #main-pic .image{
  margin: -140px -20% 0 0;
}
.crosstalk #main-pic .text{
  width: 60%;
}
.crosstalk #content h2{
  text-align: center;
}
.crosstalk #content .block{
  font-size: 1.7rem;
}
#guide-message #content .block .baloon p:last-child,
.crosstalk #content .block .baloon p:last-child,
.crosstalk #content .block img{
  margin: 0;
}
.crosstalk #content .block .pic{
  margin: 0 0 40px 0;
}
.crosstalk #content .block .pic img{
  border-radius: 30px;
}
.crosstalk #content .block figure{
  width: 100px;
}
.crosstalk #content .block .lsize figure{
  width: 150px;
}
#guide-message #content .block figcaption,
.crosstalk #content .block figcaption{
  color: #1E1F1E;
  font-weight: 600;
  text-align: center;
}
#guide-message #content .block .people,
.crosstalk #content .block .people{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 30px 0;
}
.crosstalk #content .block .people.line01,
.crosstalk #content .block .people.lsize{
  align-items: center;
}
#guide-message #content .block:nth-child(even) .people,
.crosstalk #content .block .people:nth-child(even){
  flex-direction: row-reverse;
}
#guide-message #content .block .people .baloon,
.crosstalk #content .block .people .baloon{
	position: relative;
  display: table;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #6BB5FF;
	border-radius: 20px;
  width: calc(100% - 130px);
}
#guide-message #content .block:nth-child(odd) .people .baloon,
.crosstalk #content .block:nth-child(odd) .people .baloon{
	margin-left: 1em;
}
#guide-message #content .block:nth-child(even) .people .baloon,
.crosstalk #content .block .people:nth-child(even) .baloon{
	margin: 0 1em 0 0;
}
.crosstalk #content .block .lsize .baloon{
  width: calc(100% - 180px);
}
#guide-message #content .block .people .baloon::before,
#guide-message #content .block .people .baloon::after,
.crosstalk #content .block .people .baloon::before,
.crosstalk #content .block .people .baloon::after{
  content: '';
	position: absolute;
	top: 50px;
  transform: translateY(-50%);
}
.crosstalk #content .block .line01 .baloon::before,
.crosstalk #content .block .line01 .baloon::after,
.crosstalk #content .block .lsize .baloon::before,
.crosstalk #content .block .lsize .baloon::after{
	top: 30px;
}
#guide-message #content .block:nth-child(odd) .people .baloon::before,
#guide-message #content .block:nth-child(odd) .people .baloon::after,
.crosstalk #content .block .people:nth-child(odd) .baloon::before,
.crosstalk #content .block .people:nth-child(odd) .baloon::after{
	left: -1em;
	border-top: 10px solid transparent;
	border-right: 1em solid #6BB5FF;
	border-bottom: 10px solid transparent;
}
#guide-message #content .block:nth-child(even) .people .baloon::before,
#guide-message #content .block:nth-child(even) .people .baloon::after,
.crosstalk #content .block .people:nth-child(even) .baloon:before,
.crosstalk #content .block .people:nth-child(even) .baloon:after{
	right: -1em;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 1em solid #6BB5FF;
}
#guide-message #content .block:nth-child(odd) .people .baloon::after,
.crosstalk #content .block .people:nth-child(odd) .baloon::after{
	left: calc( 2px - 1em );
	border-right: solid 1em #fff;
}
#guide-message #content .block:nth-child(even) .people .baloon::after,
.crosstalk #content .block .people:nth-child(even) .baloon:after{
	right: calc( 2px - 1em );
	border-left: solid 1em #fff;
}
.crosstalk #content #message-area{
  margin-bottom: 100px;
  background: url("../img/bg-member-message.png") center 200px no-repeat;
  background-size: 1800px auto;
}
.crosstalk #content #message-area .inner{
  background-color: rgba(107,181,255,0.5);
  padding: 40px 80px;
  border-radius: 30px;
}
.crosstalk #content #message-area h2{
  margin: 0 0 30px 0;
  color: #fff;
}
.crosstalk #content #message-area img{
  margin: 0;
}
.crosstalk #content #message-area .pic{
  margin: 0 0 50px 0;
}
.crosstalk #content #message-area .pic img{
  border-radius: 30px;
}
.crosstalk #content #message-area .profile{
  position: relative;
/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  margin: 0 0 40px 0;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.crosstalk #content #message-area h3{
  margin: 0 0 10px 0;
  color: #1E1F1E;
  font-size: 2.0rem;
  font-weight: 700;
}
.crosstalk #content #message-area .people{
  position: absolute;
  bottom: 0;
  right: 20px;
  margin: 0;
  width: 165px;
}
.crosstalk #content #message-area .profile:nth-child(odd) .people{
  right: auto;
  left: 20px;
}
.crosstalk #content #message-area .profile:nth-child(odd) div{
  margin: 0 0 0 auto;
}
.crosstalk #content #message-area .profile div{
  margin: 0;
  width: calc(100% - 185px);
}
.crosstalk #content #message-area .profile p:last-child{
  margin: 0;
}
.crosstalk #content .pagemanuarea{
  margin: 0 auto;
  padding: 10px 10px 0 10px;
  border: 1px solid #6BB5FF;
  max-width: 1000px;
}
.crosstalk #content .pagemanuarea h2{
  margin: 0 0 10px 0;
  font-size: 1.8rem;
}
.crosstalk #content .pagemenu{
  justify-content: center;
}
.crosstalk #content .pagemenu li{
  margin: 0 15px 10px 15px !important;
}
.crosstalk #content .pagemenu a{
  border: none;
  padding: 0 0 20px 0;
}
.crosstalk #content .member-list .pic{
	position: relative;
  width: 200px;
  height: 200px;
}
.crosstalk #content .member-list .pic img{
  object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.crosstalk #content .member-list .pic:hover img:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
  opacity: 0;
}








/*  people
////////////////////////////////////////// */
.people #main-pic .inner{
  position: relative;
}
.people #main-pic h1{
  margin: 40px 0 80px 0;
}
#people-idx #main-pic h1{
  margin: 60px 0 0 0;
}
.people #main-pic .image{
  position: absolute;
  z-index: 1;
  top: 160px;
  right: 0;
  left: 160px;
  margin: auto;
  width: 300px;
}
.people #main-pic .text{
  position: relative;
  z-index: 2;
}
.people #main-pic .text h2 br.sp{
  display: none;
}
.people #main-pic .text div{
  text-align: right;
}
.people #main-pic .job{
  color: #0066F4;
  font-weight: 600;
}
.people #main-pic .name em,
.people #main-pic .name{
  color: #1E1F1E;
  font-weight: 600;
}
.people #main-pic .name em{
  margin: 0 10px 0 0;
  font-style: normal;
  font-size: 2.8rem;
}
/**/
.people #lv02-01{
  background: url("../img/bg-member-list.png") 0 bottom no-repeat;
  background-size: 960px 210px;
}
.people #lv02-04 .inner,
.people #lv02-03 .inner,
.people #lv02-01 .inner,
.people #lv02-02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.people #lv02-03 .inner,
.people #lv02-01 .inner{
  flex-direction: row-reverse;
}
.people #lv02-04 .image,
.people #lv02-03 .image,
.people #lv02-01 .image{
  width: 460px;
}
.people .block .image img{
  margin: 0;
  border-radius: 30px;
}
.people #lv02-04 .text,
.people #lv02-03 .text,
.people #lv02-02 .text,
.people #lv02-01 .text{
  width: calc(100% - 500px);
}
.people #lv02-04 .image,
.people #lv02-02 .image{
  margin-left: -140px;
  width: 580px;
}
.people #lv02-02{
  background: url("../img/bg-peope-02.png") right bottom no-repeat;
  background-size: 550px 140px;
}
.people #message-area{
  position: relative;
  padding: 100px 0;
}
.people #message-area .image{
  margin: auto;
  max-width: 1000px;
}
.people #message-area .image::after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: url("../img/bg-people-message.png") 0 440px no-repeat;
  background-size: 1200px auto;
}
.people #message-area .inner{
  padding: 40px 0 0 0;
  max-width: 768px;
}
/**/
.people #people-list{
  padding: 100px 0 0 0;
  background: url("../img/bg-people-menu.png") center center no-repeat;
  background-size: 1600px 800px;
}
#people-idx #people-list{
  padding: 0;
}
.people #people-list h2{
  text-align: center;
}
.people #people-list .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.people #people-list .inner::after{
  content:"";
  display: block;
  width: calc(33.33% - 20px);
}
#people-list .people{
  margin: 0 0 40px 0;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #6BB5FF;
  width: calc(33.33% - 20px);
}
#people-list .people a{
  text-decoration: none;
  color: #6F747A;
}
#people-list .people .pic{
	position: relative;
	display: block;
  background: #6BB5FF;
	overflow: hidden;
}
#people-list .people .pic,
#people-list .people .pic img{
  margin: 0;
  height: 200px;
}
#people-list .people .pic img{
  object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#people-list .people:hover img:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) scale(1.15) !important;
	transform: translate(-50%, -50%) scale(1.15) !important;
  opacity: 0;
}
.people #people-list .people ul,
.people #people-list .people ul li{
  margin: 0;
  background: none;
  padding: 0;
  list-style-type: none;
}
.people #people-list .people ul{
  padding: 20px;
}
.people #people-list .people li::before{
  display: none;
}
.people #people-list .people .name{
  margin: 10px 0 0 0;
  color: #44444D;
  font-size: 3.2rem;
  line-height: 1;
}
#guide-message .block em,
.people .block em,
.crosstalk .block em{
  background:linear-gradient(transparent 60%, #c4e1ff 30%);
  color: #000;
  font-style: normal;
}




/*  enquete
////////////////////////////////////////// */
#enquete-idx #main-pic{
  position: relative;
  background: url("../img/bg-enquete-mainpic.png") bottom center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
#enquete-idx #main-pic .image{
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}
#enquete-idx #main-pic .text{
  width: 50%;
}
#enquete-idx #main-pic .pic{
  display: none;
}
#enquete-idx section h2 small{
  font-size: 1.8rem;
}
#enquete-idx #lv02-02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#enquete-idx #lv02-02 .inner div{
  width: calc(50% - 30px);
}
#enquete-idx section .weak{
  text-align: right;
}





/*  3min
////////////////////////////////////////// */
#min3-idx .pagemenu li{
  width: calc(16.666% - 10px);
}
#min3-idx .pagemenu li span{
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  line-height: 1.2;
}
#min3-idx #main-pic .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
#min3-idx #main-pic .text{
  width: 50%;
}
#min3-idx #main-pic .pic{
  width: calc(50% - 40px);
}
#min3-idx #main-pic h1{
  margin: 0 0 80px 0;
}
#min3-idx #main-pic h1 span{
  letter-spacing: 0;
}
#min3-idx #lv02-03 .block:last-child{
  position: relative;
}
#min3-idx #lv02-03 .block:last-child h2{
  position: absolute;
  z-index: 10;
}
#min3-idx #lv02-03 .diagram{
  margin: 0 auto;
  max-width: 800px;
}
#min3-idx #lv02-03 .block:first-child .diagram{
  margin: 20px auto 0 auto;
}
#min3-idx #lv02-03 .diagram img{
  margin: 0;
}
#min3-idx section h2{
  margin: 0 0 20px 0;
}
#min3-idx section .diagram{
  margin-top: 20px;
}
#min3-idx section .weak{
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #dddddf;
}
#min3-idx section .weak p:last-child{
  margin-bottom: 0;
}
#min3-idx .history{
  position: relative;
  margin-top: 30px;
}
#min3-idx .history::after{
  content:"";
  position: absolute;
  top: 0;
  left: 3.3px;
  bottom: 0;
  background: #c6c9c6;
  margin: auto;
  width: 1px;
  height: 100%;
}
#min3-idx .history dt{
  position: relative;
  padding: 0 0 0 15px;
}
#min3-idx .history dt::after{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #0066f4;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 100vw;
  z-index: 5;
}
#min3-idx .history dd{
  margin: -1.6em 0 13px 0;
  padding: 0 0 0 6em;
}





/*  guide
////////////////////////////////////////// */
#guide-message h1{
  margin: 60px 0 20px 0;
}
#guide-message section.block .inner{
  margin: 0 auto;
  padding: 40px 0;
/*  max-width: 700px;*/
}
#guide-message #lv02-04 .inner{
  padding: 0 0 100px 0;
/*  max-width: 700px;*/
}
#guide-message #lv02-04 p{
  font-size: 1.9rem;
  line-height: 1.9;
  color: #44444D;
}
#guide-message .image{
  margin: 0 auto;
  max-width: 1000px;
}
#guide-message section h2{
  margin: 0 0 20px 0;
}
#guide-message .block .image{
  margin: 0 0 20px 0 !important;
  text-align: center;
  height: 130px;
}
#guide-message .image{
  text-align: center;
}
#guide-message #main-pic ul,
#guide-message #main-pic ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}
#guide-message #main-pic .image{
  margin: 0 0 20px 0;
}
#guide-message #main-pic ul{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
}
#guide-message #main-pic ul li{
  width: 25%;
}
#guide-message #main-pic ul em{
  font-weight: 700;
  font-size: 1.8rem;
  color: #44444D;
  font-style: normal;
}
#guide-message #main-pic .inner{
  padding: 100px 0 30px 0;
}
#guide-message .box ol,
#guide-message .box li:last-child{
  margin-bottom: 0;
}


