/*
Theme Name: relieve
Theme URI: https://relieve.tv/
Author: stella works
Author URI: https://stella-works.net/
Description: relieve.Inc's Theme
Version: 1.0

*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
/* iOSでのデフォルトスタイルをリセット */
input[type='submit'],
input[type='button']{
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
          box-sizing: border-box;
  cursor: pointer;

  -webkit-appearance: button;
          appearance: button;
}
input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration{
  display: none;
}
input[type='submit']::focus,
input[type='button']::focus{
  outline-offset: -2px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
  display: block;
}
body{
  line-height: 1;
}
p,
li{
  line-height: 1.6;
}
ol,
ul{
  list-style: none;
}
blockquote,
q{
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
  content: '';
  content: none;
}
table{
  border-spacing: 0;
  border-collapse: collapse;
}
/*common*/
/*body*/
a{
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
}
a:hover{
  opacity: .7;
}
/*FONTS*/
body{
  font-family: 'Rounded Mplus 1c';
}
/*headmenu*/
.inner{
  margin: 0 auto;
  width: 980px;
}
.inner:after,
.clear:after{
  display: block;
  clear: both;
  content: '';
}
/* header */
.top-head{
  margin-top: 0;
  width: 100%;
  height: 45px;
  position: absolute;
  position: fixed;
  top: -100px;
  top: 0;
  z-index: 999;
  background: #fff;
  background: rgba(255,255,255,.7);
  line-height: 1;
}

.admin-bar .top-head{
  top: 32px;
}
.top-head a,
.top-head{
  color: #fff;
  text-decoration: none;
}
.top-head .inner{
  position: relative;
}
.top-head .logo{
  display: inline;
  width: 190px;
  height: 25px;
  float: left;
  background-image: url(image/logo.png);
  background-size: 190px;
  font-size: 0;
  text-indent: 100%;
}
.top-head .logo{
  display: inline;
  width: 190px;
  height: 25px;
  background-image: url(image/logo.png);
  font-size: 0;
  text-indent: 100%;
}
.top-head .menu-primary-menu-container .primary-menu li a{
  padding: 0 20px;
  color: #333;
}
.menu-primary-menu-container .primary-menu{
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  list-style: none;
}
.menu-primary-menu-container .primary-menu li{
  float: left;
}
.menu-primary-menu-container .primary-menu li a{
  padding: 0 30px;
}
/* Toggle Button */
#nav-toggle{
  display: none;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 14px;
  right: 12px;
  z-index: 101;
  cursor: pointer;
}
#nav-toggle div{
  position: relative;
}
#nav-toggle span{
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: #666;
  -webkit-transition: .35s ease-in-out;
     -moz-transition: .35s ease-in-out;
          transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1){
  top: 0;
}
#nav-toggle span:nth-child(2){
  top: 9px;
}
#nav-toggle span:nth-child(3){
  top: 18px;
}

html{
  height: 100%;
}
body{
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  color: #555;
  background: #f7f7f7;
  text-align: center;
}
.wrapper{
  margin: 0 auto;
  overflow: hidden;
  font-size: .9rem;
  line-height: 1.6;
}
a{
  text-decoration: none;
}
.pointer{
  margin-top: 15px;
  color: #9b59b6;
  font-size: 30px;
}
.reload.bell{
  padding: 20px;
  width: 45px;
  height: 47px;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  font-size: 12px;
  text-align: center;
}
.reload.bell #notification{
  font-size: 25px;
  line-height: 140%;
}
.reload,
.btn{
  display: inline-block;
  display: inline-block;
  padding: .7em;
  width: 100px;
  color: #fff;
  background: #cc3126;
  border: 4px solid #a2261e;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-family: open sans;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  line-height: 100%;
  line-height: 140%;
}
.reload:hover{
  background: #444;
}
.btn{
  width: 200px;
  color: rgb(255, 255, 255);
  background: rgba(3, 3, 3, .75);
  border: 4px solid rgb(0, 0, 0);
}
.clear{
  width: auto;
}
.btn:hover,
.btn:hover{
  background: #444;
}
.btns{
  margin: 50px auto;
  width: 410px;
}
.credit{
  padding: 10px;
  width: 410px;
  clear: both;
  color: rgba(0,0,0,.5);
  text-align: center;
}
.credit a{
  color: rgba(0,0,0,.85);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.back{
  display: block;
  padding: 7px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  background: rgba(255, 255, 255, .25);
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  -webkit-transition: all 500ms ease-in-out;
     -moz-transition: all 500ms ease-in-out;
       -o-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.back:hover{
  color: black;
  background: rgba(255, 255, 255, .5);
}
header{
  position: relative;
  z-index: 10;
}
.main section .page_container,
.main section .page_container,
.main section.content-page .page_container{
  margin: 0 auto;
  padding-top: 50px;
  min-height: 530px;
  position: relative;
  top: 25%;
  z-index: 3;
  color: #555;
  text-align: left;
}
.main section,
.main section.content-page{
  min-height: 530px;
  box-sizing: border-box;
}
.height-auto{
  min-height: auto !important;
}

body.disabled-onepage-scroll .onepage-wrapper section{
  height: auto;
  min-height: 100%;
}
body.disabled-onepage-scroll .main section.content-page .page_container,
body.disabled-onepage-scroll .main section.content-page.page3 .page_container{
  margin-top: 150px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body.disabled-onepage-scroll section .page_container h1{
  font-size: 50px;
  text-align: center;
}
body.disabled-onepage-scroll section .page_container h2,
body.disabled-onepage-scroll section .page_container .credit,
body.disabled-onepage-scroll section .page_container .btns{
  width: 100%;
  text-align: center;
}
body.disabled-onepage-scroll .main section.page1 > img{
  width: 80%;
  position: absolute;
  left: 10%;
}
body.disabled-onepage-scroll .main section > img{
  max-width: 80%;
  position: relative;
  bottom: 0;
}
body.disabled-onepage-scroll code{
  margin: 0 auto 25px;
  width: 95%;
  float: none;
  overflow: hidden;
}
body.disabled-onepage-scroll .main section.page3 .page_container{
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  right: 0;
}
/*common*/

.antialias,
.bold{
  -webkit-transform: rotate(.028deg);
     -moz-transform: rotate(.028deg);
      -ms-transform: rotate(.028deg);
       -o-transform: rotate(.028deg);
          transform: rotate(.028deg);
}
.bold{
  font-weight: bold;
}
.antialias img,
.bold img{
  -webkit-transform: rotate(-.028deg);
     -moz-transform: rotate(-.028deg);
      -ms-transform: rotate(-.028deg);
       -o-transform: rotate(-.028deg);
          transform: rotate(-.028deg);
}
.img-w{
  margin: 10px;
}
.img-w img{
  width: 100%;
  height: auto;
}
.txt-read{
  margin: 20px;
  text-align: left;
}
.txt-pink{
  color: #bd1246;
}
.red{
  margin-left: 5px;
  color: #bd1246;
}
.txt-xx-large{
  font-size: 1.2rem !important;
}
.txt-x-large{
  font-size: 1.1rem !important;
}
.txt-large{
  font-size: 1rem !important;
}
.txt-normal{
  font-size: .9rem !important;
}
.txt-small{
  font-size: .8rem !important;
}
.txt-x-small{
  font-size: .75rem !important;
}
.txt-xx-small{
  font-size: .7rem !important;
}
.aln-l{
  text-align: left !important;
}
.aln-cnt{
  text-align: center !important;
}
.aln-r{
  text-align: right !important;
}
.mb5{
  margin-bottom: 5px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb15{
  margin-bottom: 15px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb25{
  margin-bottom: 25px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mt5{
  margin-top: 5px !important;
}
.mt10{
  margin-top: 10px !important;
}
.mt15{
  margin-top: 15px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt25{
  margin-top: 25px !important;
}
.mt30{
  margin-top: 30px !important;
}
.mr5{
  margin-right: 5px !important;
}
.mr10{
  margin-right: 10px !important;
}
.mr15{
  margin-right: 15px !important;
}
.mr20{
  margin-right: 20px !important;
}
.mr25{
  margin-right: 25px !important;
}
.mr30{
  margin-right: 30px !important;
}
.ml5{
  margin-left: 5px !important;
}
.ml10{
  margin-left: 10px !important;
}
.ml15{
  margin-left: 15px !important;
}
.ml20{
  margin-left: 20px !important;
}
.ml25{
  margin-left: 25px !important;
}
.ml30{
  margin-left: 30px !important;
}
.title-h2{
  margin: 10px;
  position: relative;
  color: #bd1246;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 1px;
}
.title-h2:after{
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #bd1246;
  content: '';
}
.title-h3{
  display: inline-block;
  margin: 10px;
  padding: 5px;
  color: #555;
  background: #fff;
  border: 1px solid #999;
  font-size: .9rem;
  line-height: 1;
}
h4.title-h3{
  margin: 20px 20px 0;
}
.title-h3-pink{
  color: #bd1246;
  font-weight: bold;
  font-size: 1rem;
  line-height: 3;
}
.title-h4{
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
.vba-joshi--msg{
  margin-bottom: 2rem;
  color: #bd1246;
  font-size: 1.4rem;
  text-align: center;
}

.inexperienced--msg{
  margin: 2rem;
  color: #bd1246;
  font-size: 1.2rem;
  text-align: left;
}
.inexperienced-flow{
  display: block;
  margin: 2rem;
  padding: 1rem;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.inexperienced-flow + .inexperienced-flow:before{
  margin: auto;
  width: 0;
  height: 0;
  position: absolute;
  top: -1.2rem;
  right: 0;
  left: 0;
  border-top: 10px solid #555;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: '';
}
.inexperienced-flow dt,
.inexperienced-flow dd{
  display: block;
  text-align: center;
  line-height: 1.4;
}
.inexperienced-flow dt{
  font-weight: bold;
  font-size: 1.1rem;
}
.list-style li{
  margin-left: 1rem;
  list-style-type: disc;
}
.ol-style li{
  margin-left: 1rem;
  list-style-type: decimal;
}
.btn-list__cassette{
  display: block;
  padding: 40px 10px 20px;
  letter-spacing: -.4em;
  box-sizing: border-box;
}
.btn-list__item{
  display: block;
  padding: 4px;
  font-size: .8rem;
  text-align: left;
  letter-spacing: normal;
  box-sizing: border-box;
}
.btn-list__item.current .btn-list__btn{
  color: #fff;
  background-color: #bd1246;
}
.btn-list__item.child{
  padding-left: 24px;
}
.btn-list__btn{
  display: block;
  padding: 5px 10px 5px 10px;
  height: 34px;
  position: relative;
  color: #bd1246;
  background-color: #fff;
  border: #bd1246 1px solid;
  border-radius: 2px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.6;
  -webkit-transform: rotate(.028deg);
     -moz-transform: rotate(.028deg);
      -ms-transform: rotate(.028deg);
       -o-transform: rotate(.028deg);
          transform: rotate(.028deg);
  box-sizing: border-box;
}
.btn-list__item.child .btn-list__btn{
  color: #fff;
  background-color: #bd1246;
  font-weight: normal;
}
.btn-list__btn .fa{
  padding-left: 5px;
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 1.6rem;
  content: '';
}
.sub-nav .btn-list__item{
  display: inline-block;
  width: 50%;
}
.table-style__normal{
  margin: 10px 20px;
  font-size: .9rem;
  line-height: 1.4;
}
.table-style__normal dt{
  padding: 4px 10px;
  width: 30%;
  float: left;
  color: #bd1246;
}
.table-style__normal dd{
  margin-left: 30%;
  padding: 4px 10px;
  overflow: auto;
}
.table-style__normal dd:after{
  display: block;
  clear: both;
  content: '';
}
.table-style__page{
  margin: 10px;
  font-size: .85rem;
  line-height: 1.4;
}
.table-style__page dt{
  width: 20%;
  float: left;
  color: #bd1246;
}
.table-style__page dd{
  margin-left: 20%;
  padding: 4px 10px;
  overflow: auto;
}
.table-style__page dd:after{
  display: block;
  clear: both;
  content: '';
}
/*breadcrumb*/
.breadcrumb{
  width: 100%;
  overflow: hidden;
  background-color: #e0e0e0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  font-size: 10px;
  text-align: left;
  line-height: 26px;
}
.breadcrumb .fa{
  font-size: 1rem;
}
.breadcrumb .breadcrumb-list{
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}
.breadcrumb .breadcrumb-item{
  display: inline-block;
  letter-spacing: normal;
  line-height: 20px;
  vertical-align: middle;
}
.breadcrumb .breadcrumb-item:not(:last-child){
  color: #999;
  background-color: #fff;
}
.breadcrumb .breadcrumb-item a{
  display: block;
  padding: 4px 10px 4px 30px;
  position: relative;
  z-index: 0;
  color: #555;
}
.breadcrumb .breadcrumb-item:not(:last-child) a{
  color: #999;
}
.breadcrumb .breadcrumb-item:not(:last-child) a:after{
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: -13px;
  z-index: -1;
  background-color: #fff;
  border: 1px solid #ccc;
  border-width: 1px 1px 0 0;
  border-radius: 4px;
  content: '';
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumb .breadcrumb-item:first-of-type a{
  padding-left: 10px;
}
.breadcrumb .breadcrumb-item:first-of-type .fa:before{
  vertical-align: middle;
}
.breadcrumb .breadcrumb-item.current{
  padding: 0 10px 0 30px;
  background-color: #e0e0e0;
}
/*footer*/
.g-footer{
  padding: 20px;
  font-size: .8rem;
  text-align: left;
}
.g-footer .title-h1-footer{
  margin: auto;
  width: 1100px;
  line-height: 3;
}
.g-footer__list dt{
  border-bottom: 1px solid #555;
  line-height: 2;
}
.g-footer__list a{
  display: block;
  color: #555;
  text-decoration: none;
}
.g-footer__list .no-ac + dd{
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
}
.g-footer__list dd{
  margin: 10px 10px 10px 30px;
  line-height: 2;
}
.g-footer .copy{
  padding: 20px;
  font-family: 'Droid Sans';
  font-size: .7rem;
  text-align: center;
}
.g-footer .copy a{
  display: inline-block;
  margin-right: 5px;
  color: #555 !important;
}

/*page css*/
.page_container{
  padding-top: 20px !important;
}
/*greeting*/
.ceo-face{
  margin: 10px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.ceo-face img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*policy*/
.policy__list{
  margin: 20px;
  font-size: .8rem;
}
.policy__list li{
  margin-bottom: 10px;
  line-height: 1.3;
}
.kuriyama-sign{
  width: 200px;
  height: auto;
}
/*guidelines*/
.guidelines__list{
  margin: 10px;
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #bd1246;
  border-radius: 10px;
}
.guidelines__list li{
  color: #bd1246;
}
.guidelines__list li:not(:last-child){
  margin-bottom: 10px;
}
/*access*/
.access-map__container{
  margin: 20px;
  height: 450px;
}
.access-map__container iframe{
  width: 100%;
  height: 450px;
}
/*recruit*/
.recruit-flow__container{
  display: table;
  padding: 20px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.recruit-flow__container > *{
  display: table-cell;
  padding: 10px;
  /*width: 50%;*/
  box-sizing: border-box;
}
.recruit-flow__container .entry-btn{
  display: block;
  padding: 0;
  width: auto;
  height: 40px;
  position: absolute;
  top: 70px;
  right: 30px;
  left: 30px;
  border: 1px solid #bd1246;
}
.recruit-flow__container .entry-btn a{
  display: block;
  position: relative;
  color: #fff;
  background-color: #bd1246;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}
.recruit-flow__container .entry-btn a .fa{
  padding-left: 5px;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 1.6rem;
  content: '';
}
.recruit-flow__container .entry-btn a:before/*,
.recruit-flow__container .entry-btn a:after*/{
  margin: auto;
  position: absolute;
  bottom: -22px;
  color: #555;
  font-family: FontAwesome;
  text-align: center;
  content: '\f0dd';
}
.recruit-flow__container .entry-btn a:before{
  /*left: 70px;*/
  width: 100%;
  left: 0;
}
/*.recruit-flow__container .entry-btn a:after{
  right: 70px;
  }*/
.recruit-flow__container .title-h4{
  margin-bottom: 75px;
  height: 30px;
  line-height: 30px;
}
.recruit-flow__list .recruit-flow__item{
  margin-bottom: 20px;
  padding: 8px 5px;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: .8rem;
  text-align: center;
  line-height: 1.2;
}
.recruit-flow__list .recruit-flow__item:last-of-type{
  color: #3d7d60;
  border: 2px solid #3d7d60;
  font-weight: bold;
}
.recruit-flow__list .recruit-flow__item:not(:last-of-type):after,
.training-flow__list .training-flow__item:not(:last-of-type):after{
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  font-family: FontAwesome;
  text-align: center;
  content: '\f0dd';
}
/*promise*/
.promise-list{
  margin: 20px;
  font-size: .8rem;
}
.promise-list li{
  margin: 0 0 10px 30px;
  position: relative;
}
.promise-list .promise-list__bg{
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  z-index: 0;
  background-color: #bd1246;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
.promise-list .promise-list__num{
  position: absolute;
  top: -3px;
  left: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*common-day*/
.table-style__page.common-day{
  width: 80%;
}
.conno-day-info__container{
  display: table;
  background-color: #fff;
  box-sizing: border-box;
}
.conno-day-info__container > *{
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}
.conno-day-info__img{
  width: 35%;
  vertical-align: middle;
}
.conno-day-info__img span{
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.conno-day-info__img img{
  width: 100%;
  height: auto;
}
.conno-day-info__prof{
  font-size: .7rem;
}
.conno-day-info__prof .btn-list__cassette{
  padding: 0;
}

/*recruit/staff*/
.main-img__read{
  margin-top: -20px;
  padding: 0;
  position: relative;
  line-height: 1;
}
.main-img__read img{
  width: 100%;
  height: auto;
}
.main-img__read .staff-name{
  position: absolute;
  top: 0;
  right: 0;
  color: rgba(189, 18, 70, .4);
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 2rem;
  letter-spacing: 8px;
}
.main-img__read .main-img__title{
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  font-size: 1rem;
  line-height: 1.4;
}
.main-img__read .main-img__title br{
  display: none;
}
.staff-interview__container p{
  margin: 10px 20px;
  font-size: .85rem;
  line-height: 1.8;
}
.staff-interview__container p + h4{
  margin-top: 30px;
}
.staff-img{
  display: inline-block;
  margin-bottom: 5px;
  float: left;
  overflow: hidden;
  border-radius: 8px;
  line-height: 1;
}
.staff-img.img-l{
  margin-right: 10px;
  float: left;
}
.staff-img.img-r{
  margin-left: 10px;
  float: right;
}
.staff-img img{
  width: 150px;
  height: auto;
}
.staff-link,
.symposium-member__container{
  margin: 30px 0 0;
  padding-bottom: 30px;
  position: relative;
}
.staff-link:before,
.staff-link:after,
.symposium-member__container:before,
.symposium-member__container:after{
  display: block;
  height: 1px;
  position: absolute;
  right: 10px;
  left: 10px;
  border-bottom: 1px solid #bd1246;
  content: '';
}
.staff-link:before,
.symposium-member__container:before{
  top: 0;
}
.staff-link:after,
.symposium-member__container:after{
  bottom: 0;
}
.staff-link_sub{
  display: block;
  margin: auto;
  text-align: center;
}
.staff-link_sub li{
  display: inline-block;
  margin: 5px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.staff-link_sub li.current{
  border: 2px solid #bd1246;
}
.staff-link_sub a{
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
}
.staff-link_sub a .name{
  position: absolute;
  bottom: -30px;
  font-size: 0rem;
}
.staff-link_sub li.kashiwase a{
  background-image: url(image/staff/kashiwase-face.png);
}
.staff-link_sub li.aoki a{
  background-image: url(image/staff/aoki-face.png);
}
.staff-link_sub li.sunaga a{
  background-image: url(image/staff/sunaga-face.png);
}
.staff-link_sub li.katou a{
  background-image: url(image/staff/katou-face.png);
}
.staff-link_sub li.yokota a{
  background-image: url(image/staff/yokota-face.png);
}
.staff-link_sub li.seki a{
  background-image: url(image/staff/seki-face.jpg);
}
.staff-link_sub li.saeki a{
  background-image: url(image/staff/saeki-face.jpg);
}
.staff-link_sub li.shibata a{
  background-image: url(image/staff/shibata-face.jpg);
}

.symposium-member__list{
  width: 100%;
}
.symposium-member__item{
  display: block;
  padding: 10px;
}
.symposium-member__list .face-icon{
  margin: 10px;
  float: left;
}
.face-icon{
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-size: cover;
  border: 1px solid;
  border-radius: 50%;
}
.face-icon.suzuki{
  background-image: url(image/symposium-suzuki.png);
  border-color: #5c83d5;
}
.face-icon.yokota{
  background-image: url(image/symposium-yokota.png);
  border-color: #3d7d60;
}
.face-icon.saeki{
  background-image: url(image/symposium-saeki.png);
  border-color: #f9757f;
}
.name.suzuki{
  color: #5c83d5;
}
.name.yokota{
  color: #3d7d60;
}
.name.saeki{
  color: #f9757f;
}
.symposium-link__list.btn-list__cassette{
  padding-top: 0;
}
.symposium-link__item .btn-list__btn{
  height: 70px;
  line-height: 60px;
}
.symposium-link__item .btn-list__btn .fa{
  top: 20px;
}
.symposium-link__item.work a:before,
.symposium-link__item.priv a:before{
  display: block;
  margin: 5px 10px 5px 0;
  width: 100px;
  height: 50px;
  float: left;
  background-size: cover;
  content: '';
}
.symposium-link__item.work a:before{
  background-image: url(image/symposium-work-main.png);
}
.symposium-link__item.priv a:before{
  background-image: url(image/symposium-priv-main.png);
}
.symposium-entry__container{
  margin: 10px;
}
.symposium-entry__container + .symposium-entry__container{
  border-top: 1px solid #bd1246;
}
.symposium-entry__title{
  margin: 30px 0;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
.symposium-entry__comment{
  display: table;
  margin-bottom: 20px;
  width: 100%;
  background-color: #fff;
  font-size: .8rem;
  border-spacing: 10px;
}
.symposium-entry__comment > p{
  display: table-cell;
  vertical-align: middle;
}
.symposium-entry__comment .face-box{
  width: 50px;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.symposium-entry__comment .face-box.double{
  width: 100px;
  height: 75px;
}
.symposium-entry__comment .face-box .face-icon{
  display: block;
  margin-top: 10px;
  width: 50px;
  background-position: center;
  background-size: cover;
  border-width: 0;
  border-radius: 0;
}
.symposium-entry__comment .face-box.double .face-icon.suzuki,
.symposium-entry__comment .face-box.double .face-icon.saeki,
.symposium-entry__comment .face-box.double .face-icon.yokota{
  position: absolute;
  top: 0;
  left: 0;
}
.symposium-entry__comment .face-box .name{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: .7rem;
  letter-spacing: 2px;
}
.symposium-entry__comment .face-box.double .name{
  width: 50px;
  right: auto;
}
.symposium-entry__comment .face-box.double .name:last-of-type,
.symposium-entry__comment .face-box.double .face-icon:nth-child(3){
  left: 50px;
}
.symposium-entry__comment .face-box .name.suzuki{
  background-color: #5c83d5;
}
.symposium-entry__comment .face-box .name.yokota{
  background-color: #3d7d60;
}
.symposium-entry__comment .face-box .name.saeki{
  background-color: #f9757f;
}
/*training*/
.training-flow__list{
  margin: 10px 10px 40px;
}
.training-flow__item{
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
}
.training-flow__item h4{
  color: #bd1246;
  line-height: 2;
}
.training-flow__item p{
  font-size: .8rem;
  line-height: 1.4;
}
.benefit__list{
  margin: 10px 20px;
}
.benefit__list li{
  margin-bottom: 5px;
  font-size: .8rem;
}
/*FAQ*/
.faq-list__container{
  margin: 10px;
  box-sizing: border-box;
}
.faq-list__container .su-spoiler-title{
  padding: 10px 40px 10px 10px !important;
  color: #5c83d5;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: .9rem;
  line-height: 1.2;
}
.faq-list__container .su-spoiler-title .su-spoiler-icon{
  top: 15px;
  right: 0 !important;
  left: auto !important;
  color: #555;
}
.faq-list__container .su-spoiler-entry{
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  font-size: .8rem;
}
.comment-body{
  margin-bottom: 24px;
}
.comment-body .comment-meta{
  margin-bottom: 12px;
}
.comment-body .comment-content + .reply a{
  padding: 2px 10px;
  color: #fff;
  background-color: #999;
}
.comment-respond{
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #999;
}
.training__container{
  margin: 40px auto;
  max-width: 900px;
}
.training__container li{
  display: block;
  margin-bottom: 2rem;
  width: 100%;
}
.training__container--img-outline{
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.training__container--img-outline img{
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.training__container--text-outline{
  padding: 0 20px;
}


@media screen and (min-width:760px){
  .breadcrumb{
    margin: 20px auto;
    width: 1100px;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    text-align: left;
    line-height: 26px;
  }
  .breadcrumb .breadcrumb-item{
    background-color: transparent !important;
  }
  .breadcrumb .breadcrumb-item a{
    padding: 4px 20px 4px 30px;
    color: #555;
  }
  .breadcrumb .breadcrumb-item a:after{
    margin: auto;
    padding: 10px;
    width: auto;
    height: auto;
    position: absolute;
    top: -9px;
    right: -22px;
    bottom: 0;
    z-index: -1;
    color: #999;
    background-color: transparent;
    border: none;
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f105';
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .breadcrumb .breadcrumb-item:last-child a:after{
    display: none;
  }
  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item.current{
    background-color: transparent;
  }
  .breadcrumb .breadcrumb-item a:before{
    display: none;
  }
  .main section .page_container{
    max-width: 1100px;
    min-height: 768px;
  }
  .table-style__normal{
    margin: auto;
    width: 600px;
  }
  .table-style__normal dt{
    text-align: right;
  }
  .btn-list__item{
    display: inline-block;
    width: 50%;
  }
  .btn-list__cassette.pc-single .btn-list__item{
    width: 100%;
  }
  .sub-nav .btn-list__item{
    width: 20%;
  }
  .btn-list__item .btn-list__btn{
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
  }
  .btn-list__item .btn-list__btn .fa{
    top: 16px;
    right: 10px;
  }
  .pc-pb30{
    padding-bottom: 30px !important;
  }
  .table-style__normal,
  .table-style__page{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .table-style__page{
    margin: auto;
    width: 500px;
  }
  .table-style__page > *{
    line-height: 2;
  }
  .table-style__normal dt,
  .table-style__normal dd{
    padding: 10px;
    line-height: 1.6;
  }
  .g-footer{
    background-color: #fff;
  }
  .g-footer .copy{
    text-align: center;
  }
  .g-footer .title-h1-footer{
    margin: auto;
  }
  .g-footer__list{
    display: block;
    margin: auto;
    padding-bottom: 50px;
    width: 1100px;
    min-height: 430px;
    position: relative;
  }
  .g-footer__list#acMenu dt,
  .g-footer__list#acMenu dd{
    width: 300px;
    position: absolute;
  }
  .g-footer__list#acMenu dt:after{
    display: none;
  }
  .g-footer__list#acMenu dd{
    display: block;
  }
  .g-footer__list#acMenu dt:nth-of-type(1){
    top: 0;
    left: 30px;
  }
  .g-footer__list#acMenu dd:nth-of-type(1){
    top: 30px;
    left: 30px;
  }
  .g-footer__list#acMenu dt:nth-of-type(2){
    top: 40px;
    left: 30px;
    cursor: default;
  }
  .g-footer__list#acMenu dd:nth-of-type(2){
    top: 70px;
    left: 30px;
  }
  .g-footer__list#acMenu dt:nth-of-type(3){
    top: 270px;
    left: 30px;
    cursor: default;
  }
  .g-footer__list#acMenu dd:nth-of-type(3){
    top: 300px;
    left: 30px;
  }
  .g-footer__list#acMenu dt:nth-of-type(4){
    top: 0;
    left: 400px;
    cursor: default;
  }
  .g-footer__list#acMenu dd:nth-of-type(4){
    top: 30px;
    left: 400px;
  }
  .g-footer__list#acMenu dt:nth-of-type(5){
    top: 0;
    left: 770px;
  }
  .g-footer__list#acMenu dt:nth-of-type(6){
    top: 40px;
    left: 770px;
    cursor: default;
  }
  .g-footer__list#acMenu dd:nth-of-type(5){
    display: none;
  }
  .g-footer__list#acMenu dd:nth-of-type(6){
    top: 70px;
    left: 770px;
  }
  .img-w{
    text-align: center;
  }
  .img-w img{
    width: 600px;
    height: auto;
  }
  /*top*/

  .txt-read.txt-small.outline{
    margin-bottom: 30px;
    font-size: 1rem !important;
    text-shadow: none;

    -webkit-text-stroke-width: 0;
  }
  .content-top .btn-list__item{
    width: 100%;
    position: relative;
    text-align: left !important;
  }
  .content-top .btn-list__item .btn-list__btn{
    padding-left: 160px;
    width: 400px;
    height: 80px;
    position: relative;
    border-radius: 0;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: 5px;
    line-height: 80px;
  }
  .content-top .btn-list__item .btn-list__btn:before{
    display: inline-block;
    width: 130px;
    height: 70px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-size: cover;
    content: '';
  }
  .content-top .btn-list__item .btn-list__btn.symposium:before{
    background-image: url(image/symposium-top-main.png);
  }
  .content-top .btn-list__item .btn-list__btn.vba:before{
    background-image: url(image/vba-joshi.png);
  }
  .content-top .btn-list__item .btn-list__btn.inexperienced:before{
    background-image: url(image/inexperienced-img1.jpg);
  }
  .content-top .btn-list__item .btn-list__btn.training-method:before{
    background-image: url(image/training1.jpg);
  }
  .content-top .btn-list__item .btn-list__btn .fa{
    top: 26px;
  }
  .content-top h2{
    margin-top: -200px;
    height: 700px;
  }
  .content-top h2 .reset br{
    display: block;
  }
  .content-top-main{
    width: 600px;
    height: 750px;
  }
  .solution-list{
    margin: 50px auto 20px;
    width: 600px;;
  }
  .content-recruit .btn-list__cassette{
    width: 300px;
  }
  .content-recruit .page_container{
    background-position-x: 500px;
    background-size: 550px;
  }
  .content-recruit .btn-list__cassette.pc-single{
    margin-left: 300px;
    width: 400px;
  }
  .btn-list__cassette.pc-btn-list{
    margin: auto;
    width: 700px;
  }
  .btn-list__cassette.pc-btn-list .btn-list__item{
    width: 50% !important;
  }
  /*company*/
  .ceo-face{
    margin: 0 0 20px 20px;
    width: 300px;
    height: 300px;
    float: right;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  .ceo-face img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .policy__list li{
    line-height: 2;
  }
  /*solution*/
  .conno-day-info__container{
    display: table;
    margin: 10px auto;
    width: 500px;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
  }
  .conno-day-info__prof .btn-list__cassette li{
    margin-top: 20px;
    width: 100%;
  }
  .conno-day-info__prof .btn-list__cassette li a{
    height: 30px;
    line-height: 30px;
  }
  .conno-day-info__prof .btn-list__cassette .btn-list__item .btn-list__btn .fa{
    top: 2px;
  }
  .conno-day-info__img span{
    width: 150px;
    height: 150px;
  }
  /*recruit*/
  .recruit-flow__container{
    margin-bottom: 60px;
  }
  .recruit-flow__list .recruit-flow__item{
    font-size: 1rem;
    line-height: 1.5;
  }
  .recruit-flow__list .recruit-flow__item br{
    display: none;
  }
  .recruit-flow__container{
    margin: auto;
    width: 800px;
    position: relative;
  }
  .recruit-flow__container .entry-btn a:before,
  .recruit-flow__container .entry-btn a:after{
    font-size: 1rem;
  }
  .recruit-flow__container .entry-btn a:before{
    /* left: 175px;*/
    left: 0;
  }
  .recruit-flow__container .entry-btn a:after{
    right: 175px;
  }
  .recruit-flow__container .title-h4{
    margin-bottom: 75px;
    height: 30px;
    line-height: 30px;
  }
  .guidelines__list{
    margin: 0 auto 30px;
    width: 600px;
  }
  .promise-list > *{
    font-size: 1rem;
    line-height: 2;
  }
  .promise-list .promise-list__num{
    line-height: 26px;
  }
  .staff-link_sub li,
  .staff-link_sub li a{
    width: 150px;
    height: 150px;
  }
  .staff-link_sub a .name{
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    color: #bd1246;
    font-size: .8rem;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: white 1px 1px 0, white -1px 1px 0, white 1px -1px 0, white -1px -1px 0;

    filter: dropshadow(color=#fff, offX= 0, offY=-1) dropshadow(color=#fff, offX= 1, offY= 0) dropshadow(color=#fff, offX= 0, offY= 1) dropshadow(color=#fff, offX=-1, offY= 0);
  }
  .staff-interview__container{
    margin: auto;
    width: 800px;
  }
  .staff-interview__container:after,
  .staff-interview__container:after{
    display: block;
    clear: both;
    content: '';
  }
  .main-img__read{
    margin-bottom: 30px;
    background-color: #bd1246;
  }
  .main-img__read:after{
    width: 500px;
    height: 300px;
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: -1;
    background-color: rgba(189, 18, 70, .7);
    content: '';
    -webkit-transform: skew(0deg, 5deg);
  }
  .main-img__read img{
    margin: 5px 5px 3px 5px;
    width: 500px;
    height: auto;
  }
  .main-img__read .main-img__title{
    padding: 10px;
    position: absolute;
    top: 100px;
    right: 0;
    bottom: auto;
    left: 540px;
    color: #fff;
    background-color: transparent;
    font-size: 2rem;
    line-height: 1.4;
  }
  .staff-img img{
    width: 300px;
  }
  .page_container.girls-symposium{
    position: relative;
  }
  .page_container.girls-symposium .girls-symposium__title{
    width: 570px;
    position: absolute;
    top: 80px;
    right: 10px;
    color: #fff;
  }
  .page_container.girls-symposium .girls-symposium__title .title-h2{
    color: #fff;
  }
  .page_container.girls-symposium .girls-symposium__title .title-h2:after{
    border-bottom: 1px solid #fff;
  }
  .symposium-member__list{
    display: block;
    margin: auto;
    width: 950px;
    letter-spacing: -.4em;
  }
  .symposium-member__list .symposium-member__item{
    display: inline-block;
    width: 33%;
    letter-spacing: normal;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .symposium-member__list .symposium-member__item .face-icon + span{
    display: inline-block;
    padding-top: 25px;
  }
  .face-icon{
    width: 100px;
    height: 100px;
  }
  .symposium-link__item .btn-list__btn{
    height: 110px;
    font-size: 1.2rem;
    line-height: 110px;
  }
  .symposium-link__item.work a:before,
  .symposium-link__item.priv a:before{
    margin-top: 10px;
    width: 200px;
    height: 90px;
  }
  .symposium-entry__comment{
    margin: 15px auto;
    padding: 15px;
    width: 800px;
    font-size: .9rem;
  }
  .symposium-link__item .btn-list__btn .fa{
    top: 40px;
  }
  .symposium-entry__comment .face-box,
  .symposium-entry__comment .face-box .face-icon{
    width: 150px;
  }
  .symposium-entry__comment .face-box.double{
    width: 200px;
    height: 150px;
  }
  .symposium-entry__comment .face-box.double .face-icon,
  .symposium-entry__comment .face-box.double .name{
    width: 100px;
  }
  .symposium-entry__comment .face-box.double .face-icon{
    left: 0;
  }
  .symposium-entry__comment .face-box.double .face-icon:nth-child(3),
  .symposium-entry__comment .face-box.double .name:last-child{
    left: 100px;
  }
  .symposium-entry__container + .title-h3-pink{
    margin-top: 40px;
  }
  .training-flow__list{
    margin: auto;
    width: 600px;
  }
  .training-flow__item p{
    line-height: 2;
  }
  .benefit__list{
    margin: auto auto 40px;
    padding: 20px;
    width: 600px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .photoblock-many{
    margin: auto;
    width: 850px;
  }
  .photoblock-many__item{
    width: 200px;
    height: 200px;
  }
  .faq-list__container{
    margin: auto;
    width: 800px;
  }
  .faq-list__container dt{
    padding: 15px 40px 15px 15px;
  }
  .faq-list__container dd{
    padding: 20px;
  }
  .comment-body .comment-content{
    margin: 12px 0;
    padding: 12px 24px;
  }
  .comment-body .comment-content p{
    margin-left: 24px;
  }
  .comment-body .comment-content p:first-child:before{
    display: inline-block;
    margin-left: -24px;
    width: 24px;
    font-family: FontAwesome;
    text-align: center;
    content: '\f27a';
  }
  .inexperienced--msg{
    color: #bd1246;
    text-align: center;
  }
  .training__container{
    margin: 40px auto;
    max-width: 900px;
  }
  .training__container li{
    display: flex;
    margin-bottom: 3rem;
    width: 100%;

    align-items: flex-start;
  }
  .training__container--img-outline{
    padding: 20px;
    width: 350px;
  }
  .training__container--img-outline img{
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .training__container--text-outline{
    padding: 0 20px;

    flex: 1;
  }
}
.content-page.blog .title-h2{
  margin-bottom: 2rem;
}

.content-page.blog .entry-title{
  margin: 24px auto;
  padding: 12px 0;
  color: #bd1246;
  border-bottom: 1px dotted #555;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.8;
}
.content-page.blog .entry-title a{
  color: #bd1246;
}
.content-page.blog p{
  margin-bottom: 1.4rem;
}

.comment-body .comment-meta{
  display: flex;
  font-size: 13px;

  align-items: center;
}
.comment-body .comment-meta .comment-author img{
  margin-right: 12px;
  vertical-align: middle;
}


/*blog*/
.blog-page__sidebar{
  padding: 24px;
}
.blog-page__sidebar .sidebar section{
  margin-bottom: 24px;
  min-height: auto;
  text-align: left;
}
.blog-page__sidebar .sidebar h2{
  color: #bd1246;
}
.blog-page__sidebar .sidebar ul{
  font-size: .75rem;
}
.blog-page__sidebar .sidebar .post-date{
  display: block;
  margin-bottom: 8px;
  font-size: .6rem;
}
.entry-header .title{
  margin: 24px auto;
  padding: 12px 24px;
  color: #bd1246;
  border-bottom: 1px dotted #555;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.8;
}
.blog-page__main .entry-content{
  padding: 0 24px;
}
.entry-content + .entry-footer{
  margin: 0 24px;
  padding: 24px 0;
  border-top: 1px solid #ddd;
}
.blog-page__main .entry-content a:hover > *{
  opacity: .7;
}
.entry-footer > *{
  font-size: 13px;
}
.entry-footer > *:not(:last-child){
  padding-right: 12px;
}
.author.vcard img{
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.comments-area{
  margin: auto;
  padding: 24px;
  text-align: left;
}
.comment-reply-title{
  font-weight: bold;
  font-size: .9rem;
}
.comments-area label[for='comment']{
  display: none;
}
.comment-form-comment{
  margin-top: 12px;
}
.comment-form input[type=submit]{
  display: block;
  margin: 10px 0;
  padding: 10px 24px;
  color: #fff;
  background-color: #bd1246;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  letter-spacing: 1px;
  cursor: pointer;
}
.comment-form input[type=submit]:hover{
  opacity: .8;
}
.aligncenter{
  display: block;
  margin: 24px auto;
}
.alignright{
  float: right;
}
.alignleft{
  float: left;
}
.clearfix{
  overflow: hidden;
  zoom: 1;
}
.clearfix:after{
  display: block;
  clear: both;
  content: '';
}

.form-error__container ul{
  margin: 10px;
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid #bd1246;
  border-radius: 10px;
}
.form-error__container li:not(:last-child){
  margin-bottom: 10px;
}
.form-error__container li{
  margin-left: 2rem;
  color: #bd1246;
  list-style-type: disc;
}

.form-table{
  display: block;
  margin: 20px auto;
  width: 100%;
}
.form-table td{
  display: block;
  padding: 0 0 20px;
  vertical-align: top;
}
.form-table th{
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #774848;
  text-align: left;
}

.form-table input[type=text],
.form-table input[type=email],
.form-table textarea,
.form-table select{
  padding: 10px;
  width: 300px;
  border: #ddd 1px solid;
  border-radius: 4px;
  font-size: 1rem;
  outline: none;
  box-sizing: border-box;
}
.form-table input[type=text].input-tel{
  display: inline-block;
  width: 80px;
}
.form-table select{
  height: 40px;
}
.form-table input[type=radio] + span{
  margin: 15px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.button_box{
  margin: 20px auto 50px;
  text-align: center;
}
.button_box input[type=submit]{
  display: block;
  margin: 10px auto;
  padding: 10px 80px 10px 90px;
  color: #fff;
  background-color: #bd1246;
  border: none;
  border-radius: 30px;
  font-size: 1.2rem;
  letter-spacing: 10px;
}
.button_box.button_box--confirm{
  margin-top: 50px;
}
.button_box.button_box--confirm button:nth-child(1){
  margin-bottom: 20px;
  background-color: #b9a2a2;
}
.form-back{
  margin: 20px;
  text-align: left;
}
.form-back .fa{
  margin-right: 1rem;
}
@media screen and (min-width:760px){
  /*common*/
  .main{
    margin: 55px auto 0;
    width: 100%;
    float: left;
  }
  .top-head{
    padding-top: 15px;
  }
  .blog-page__wrap{
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    min-height: 768px;
  }
  .blog-page__wrap .blog-page__main{
    flex: 1;
  }
  .blog-page__wrap .blog-page__sidebar{
    padding: 0 0 0 2rem;
    width: 250px;
  }
  .breadcrumb{
    margin: 20px auto;
    width: 1100px;
    overflow: hidden;
    background-color: transparent;
    border: 0;
    font-size: 13px;
    text-align: left;
    line-height: 26px;
  }
  .breadcrumb .breadcrumb-item a{
    color: #555;
  }
  .breadcrumb .breadcrumb-item:not(:last-child) a:after{
    display: inherit;
    margin: auto;
    padding: 10px;
    width: auto;
    height: auto;
    position: relative;
    position: absolute;
    top: -6px;
    right: -22px;
    bottom: 0;
    z-index: -1;
    color: #999;
    background-color: transparent;
    background-color: transparent;
    border: none;
    border: none;
    font-family: FontAwesome;
    font-size: 14px;
    content: '\f105';
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item.current{
    background-color: transparent;
  }
  .breadcrumb .breadcrumb-item a:before{
    display: none;
  }
  .main section .page_container{
    max-width: 1100px;
    min-height: 768px;
  }
  .table-style__normal{
    margin: auto;
    width: 600px;
  }
  .table-style__normal dt{
    text-align: right;
  }
  .btn-list__item{
    display: inline-block;
    width: 50%;
  }
  .btn-list__cassette.pc-single .btn-list__item{
    width: 100%;
  }
  .sub-nav .btn-list__item{
    width: 20%;
  }
  .sub-nav .btn-list__item.column3{
    width: calc(100% / 3) ;
  }
  .btn-list__item .btn-list__btn{
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
  }
  .btn-list__item .btn-list__btn .fa{
    top: 16px;
    right: 10px;
  }
  .pc-pb30{
    padding-bottom: 30px !important;
  }
  .table-style__normal,
  .table-style__page{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .table-style__page{
    margin: auto;
    width: 500px;
  }
  .table-style__page > *{
    line-height: 2;
  }
  .table-style__normal dt,
  .table-style__normal dd{
    padding: 10px;
    line-height: 1.6;
  }
  .g-footer .title-h1-footer{
    margin: auto;
    width: 1100px;
  }
  .g-footer__list{
    display: block;
    margin: auto;
    padding-bottom: 50px;
    width: 1100px;
    min-height: 430px;
    position: relative;
  }
  .g-footer__list#acMenu dt,
  .g-footer__list#acMenu dd{
    width: 300px;
    position: absolute;
  }
  .g-footer__list#acMenu dt:after{
    display: none;
  }
  .g-footer__list#acMenu dd{
    display: block;
  }
  .g-footer__list#acMenu dt:nth-of-type(1){
    top: 0;
    left: 30px;
  }
  .g-footer__list#acMenu dd:nth-of-type(1){
    top: 30px;
    left: 30px;
  }
  .g-footer__list#acMenu dt:nth-of-type(2){
    top: 40px;
    left: 30px;
    cursor: default;
  }
  .g-footer__list#acMenu dd:nth-of-type(2){
    top: 70px;
    left: 30px;
  }
  .g-footer__list#acMenu dt:nth-of-type(3){
    top: 270px;
    left: 30px;
    cursor: default;
  }
  .g-footer__list#acMenu dd:nth-of-type(3){
    top: 300px;
    left: 30px;
  }
  .g-footer__list#acMenu dt:nth-of-type(4){
    top: 0;
    left: 400px;
    cursor: default;
  }
  .g-footer__list#acMenu dd:nth-of-type(4){
    top: 30px;
    left: 400px;
  }
  .g-footer__list#acMenu dt:nth-of-type(5){
    top: 0;
    left: 770px;
  }
  .g-footer__list#acMenu dt:nth-of-type(6){
    top: 40px;
    left: 770px;
    cursor: default;
  }
  .g-footer__list#acMenu dd:nth-of-type(5){
    display: none;
  }
  .g-footer__list#acMenu dd:nth-of-type(6){
    top: 70px;
    left: 770px;
  }
  .img-w{
    text-align: center;
  }
  .img-w img{
    width: 600px;
    height: auto;
  }
  /*top*/
  .main section.content-top .page_container{
    min-height: 870px;
  }
  .content-top .main-txt__container{
    margin-top: 110px;
    width: 530px;
    position: absolute;
    top: 130px;
    right: 20px;
  }
  .content-top .btn-list__item{
    width: 100%;
    position: relative;
    text-align: left !important;
  }
  .content-top h2{
    margin-top: -200px;
    height: 700px;
  }
  .content-top h2 .reset{
    display: block;
    width: 660px;
    top: 340px;
    right: 60px;
    left: auto;
    font-size: 2rem;
    text-align: left;
  }
  .content-top h2 .reset br{
    display: block;
  }
  .content-top__title--sub{
    font-size: 2rem;
  }
  .txt-read.main-txt__container--read{
    margin-bottom: 0;
    margin-left: 20px;
  }
  .content-top-main{
    width: 600px;
    height: 750px;
  }
  .solution-list{
    margin: 50px auto 20px;
    width: 600px;;
  }
  .content-recruit .btn-list__cassette{
    width: 300px;
  }
  .content-recruit .page_container{
    background-position-x: 500px;
    background-size: 550px;
  }
  .content-recruit .btn-list__cassette.pc-single{
    margin-left: 300px;
    width: 400px;
  }
  .btn-list__cassette.pc-btn-list{
    margin: auto;
    width: 700px;
  }
  .btn-list__cassette.pc-btn-list .btn-list__item{
    width: 50% !important;
  }
  /*company*/
  .ceo-face{
    margin: 0 0 20px 20px;
    width: 300px;
    height: 300px;
    float: right;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }
  .ceo-face img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .policy__list li{
    line-height: 2;
  }
  /*solution*/
  .conno-day-info__container{
    display: table;
    margin: 10px auto;
    width: 500px;
    background-color: transparent;
    border: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .conno-day-info__prof .btn-list__cassette li{
    margin-top: 20px;
    width: 100%;
  }
  .conno-day-info__prof .btn-list__cassette li a{
    height: 30px;
    line-height: 30px;
  }
  .conno-day-info__prof .btn-list__cassette .btn-list__item .btn-list__btn .fa{
    top: 2px;
  }
  .conno-day-info__img span{
    width: 150px;
    height: 150px;
  }
  /*recruit*/
  .recruit-flow__container{
    margin-bottom: 60px;
  }
  .recruit-flow__list .recruit-flow__item{
    font-size: 1rem;
    line-height: 1.5;
  }
  .recruit-flow__list .recruit-flow__item br{
    display: none;
  }
  .recruit-flow__container{
    margin: auto;
    width: 800px;
    position: relative;
  }
  .recruit-flow__container .entry-btn a:before,
  .recruit-flow__container .entry-btn a:after{
    font-size: 1rem;
  }
  .recruit-flow__container .entry-btn a:before{
    /*left: 175px;*/
    left: 0;
  }
  .recruit-flow__container .entry-btn a:after{
    right: 175px;
  }
  .recruit-flow__container .title-h4{
    margin-bottom: 75px;
    height: 30px;
    line-height: 30px;
  }
  .guidelines__list{
    margin: 0 auto 30px;
    width: 600px;
  }
  .promise-list > *{
    font-size: 1rem;
    line-height: 2;
  }
  .promise-list .promise-list__num{
    line-height: 26px;
  }
  .staff-link_sub li,
  .staff-link_sub li a{
    width: 150px;
    height: 150px;
  }
  .staff-link_sub a .name{
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    color: #bd1246;
    font-size: .8rem;
    text-align: center;
    letter-spacing: 5px;
    text-shadow: white 1px 1px 0, white -1px 1px 0, white 1px -1px 0, white -1px -1px 0;

    filter: dropshadow(color=#fff, offX= 0, offY=-1) dropshadow(color=#fff, offX= 1, offY= 0) dropshadow(color=#fff, offX= 0, offY= 1) dropshadow(color=#fff, offX=-1, offY= 0);
  }
  .staff-interview__container{
    margin: auto;
    width: 800px;
  }
  .staff-interview__container:after,
  .staff-interview__container:after{
    display: block;
    clear: both;
    content: '';
  }
  .main-img__read{
    margin-bottom: 30px;
    background-color: #bd1246;
  }
  .main-img__read:after{
    width: 500px;
    height: 300px;
    position: absolute;
    top: 50px;
    right: 30px;
    z-index: -1;
    background-color: rgba(189, 18, 70, .7);
    content: '';
    -webkit-transform: skew(0deg, 5deg);
  }
  .main-img__read img{
    margin: 5px 5px 3px 5px;
    width: 500px;
    height: auto;
  }
  .main-img__read .main-img__title{
    padding: 10px;
    position: absolute;
    top: 100px;
    right: 10px;
    bottom: auto;
    left: 540px;
    color: #fff;
    background-color: transparent;
    font-size: 2rem;
    line-height: 1.4;
  }
  .staff-img img{
    width: 300px;
  }
  .page_container.girls-symposium{
    position: relative;
  }
  .page_container.girls-symposium .girls-symposium__title{
    width: 570px;
    position: absolute;
    top: 80px;
    right: 10px;
    color: #fff;
  }
  .title-h2{
    width: auto;
  }
  .page_container.girls-symposium .girls-symposium__title .title-h2{
    color: #fff;
  }
  .page_container.girls-symposium .girls-symposium__title .title-h2:after{
    border-bottom: 1px solid #fff;
  }
  .symposium-member__list{
    display: block;
    margin: auto;
    width: 950px;
    letter-spacing: -.4em;
  }
  .symposium-member__list .symposium-member__item{
    display: inline-block;
    width: 33%;
    letter-spacing: normal;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .symposium-member__list .symposium-member__item .face-icon + span{
    display: inline-block;
    padding-top: 25px;
  }
  .face-icon{
    width: 100px;
    height: 100px;
  }
  .symposium-link__item .btn-list__btn{
    height: 110px;
    font-size: 1.2rem;
    line-height: 110px;
  }
  .symposium-link__item.work a:before,
  .symposium-link__item.priv a:before{
    margin-top: 10px;
    width: 200px;
    height: 90px;
  }
  .symposium-entry__comment{
    margin: 15px auto;
    padding: 15px;
    width: 800px;
    font-size: .9rem;
  }
  .symposium-link__item .btn-list__btn .fa{
    top: 40px;
  }
  .symposium-entry__comment .face-box,
  .symposium-entry__comment .face-box .face-icon{
    width: 150px;
  }
  .symposium-entry__comment .face-box.double{
    width: 200px;
  }
  .symposium-entry__comment .face-box.double .face-icon,
  .symposium-entry__comment .face-box.double .name{
    width: 100px;
  }
  .symposium-entry__comment .face-box.double .face-icon:nth-child(3),
  .symposium-entry__comment .face-box.double .name:last-child{
    left: 100px;
  }
  .symposium-entry__container + .title-h3-pink{
    margin-top: 40px;
  }
  .training-flow__list{
    margin: auto;
    width: 600px;
  }
  .training-flow__item p{
    line-height: 2;
  }
  .benefit__list{
    margin: auto auto 40px;
    padding: 20px;
    width: 600px;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .faq-list__container{
    margin: auto;
    width: 800px;
  }
  .faq-list__container .su-spoiler-title{
    padding: 15px 40px 15px 15px !important;
  }
  .faq-list__container .su-spoiler-content{
    padding: 20px;
  }
  .form-error__container ul{
    padding: 20px 30px;
  }
  .form-error__container li{
    margin-left: 1rem;
  }

  .form-table{
    display: table;
    margin: 20px auto;
    width: 600px;
  }
  .form-table th,
  .form-table td{
    display: table-cell;
  }
  .form-table td{
    padding: 10px;
    vertical-align: top;
  }
  .form-table th{
    padding: 20px 10px;
    width: 230px;
    color: #774848;
    text-align: right;
    vertical-align: top;
  }
  .form-table.form-table--confirm th,
  .form-table.form-table--confirm td{
    padding: 5px 10px;
    vertical-align: middle;
  }
  .form-table input[type=text],
  .form-table input[type=email],
  .form-table textarea,
  .form-table select{
    padding: 10px;
    width: 100%;
    border: #ddd 1px solid;
    border-radius: 4px;
    font-size: 1rem;
    outline: none;
  }
  .form-table input[type=text].input-tel{
    width: 80px;
  }
  .form-table input[type=radio] + span{
    margin: 15px;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  .button_box{
    margin: 20px auto 50px;
    text-align: center;
  }
  .button_box input[type=submit]{
    display: inline-block;
    padding: 10px 80px 10px 90px;
    color: #fff;
    background-color: #bd1246;
    border: none;
    border-radius: 30px;
    font-size: 1.2rem;
    letter-spacing: 10px;
  }
  .button_box.button_box--confirm{
    margin-top: 50px;
  }
  .button_box.button_box--confirm input[type=submit]:nth-child(1){
    margin-right: 20px;
    margin-bottom: 0;
    background-color: #b9a2a2;
  }
  .form-back{
    margin: 20px;
    text-align: left;
  }
  .form-back .fa{
    margin-right: 1rem;
  }
  .comment-body,
  .comment-respond{
    margin-top: 12px;
    padding: 12px 24px;
    position: relative;
  }
  .comment-respond{
    margin-top: 36px;
    border-top: none;
  }
  .comment-body:before,
  .comment-body:after,
  .comment-respond:before,
  .comment-respond:after{
    display: block;
    position: absolute;
    content: '';
  }
  .comment-body:before,
  .comment-respond:before{
    width: 30px;
    height: 1px;
    top: 0;
    left: 0;
    border-top: 1px solid #bd1246;
  }
  .comment-body:after,
  .comment-respond:after{
    width: 1px;
    height: 30px;
    top: -5px;
    left: 5px;
    border-left: 1px solid #bd1246;
  }
  .comment-body .comment-content + .reply a{
    margin-left: 24px;
  }
  .nav-links{
    display: flex;

    justify-content: space-between;
  }
  .nav-links > *{
    flex: 1;
  }
  .nav-links .nav-next{
    text-align: right;
  }
}
.blog-card{
  padding: 24px;
}

.blog-card > figure{
  display: flex !important;

  align-items: center;
}
.blog-card .photoThumb{
  margin-bottom: 0 !important;
  width: 120px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.blog-card .photoThumb img{
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
          transform: translate(-50%, -50%);
}
.format-standard .post-thumbnail{
  display: none;
}
.blog-card figcaption{
  padding-left: 24px;
}
.blog-card figcaption dt{
  font-size: .75rem;
}
.blog-card figcaption dd a{
  color: #bd1246;
}
.blog-topline{
  margin-top: 40px;
  padding: 24px;
  border-top: 1px solid #ddd;
}
.post-navigation{
  margin-bottom: 36px;
  padding: 24px;
}
.post-navigation .screen-reader-text{
  display: none;
}
.tags-links{
  display: block;
}
.tags-links:before{
  margin-right: 4px;
  font-family: FontAwesome;
  content: '\f02b';
}
.tags-links .screen-reader-text{
  display: none;
}
.nav-links .nav-previous .meta-nav,
.nav-links .nav-next .meta-nav{
  display: none !important;
}
.nav-links .nav-previous:before{
  margin-right: 24px;
  font-family: FontAwesome;
  content: '\f104';
}
.nav-links .nav-next:after{
  margin-left: 24px;
  font-family: FontAwesome;
  content: '\f105';
}
@media screen and (min-width:768px) and (max-width: 768px){
  .content-top h2 .reset{
    top: 200px;
  }
  .content-top .main-txt__container{
    width: 470px;
  }
  .content-top-main{
    left: -120px;
  }
}
@media screen and (min-width:820px) and (max-width: 820px){
  .content-top h2 .reset{
    top: 224px;
  }
  .content-top .main-txt__container{
    width: 470px;
  }
}
