@charset "UTF-8";

/*---------------------------

HOME

---------------------------*/
.HOME .b-header .b-1st .e-siteName,
.HOME .b-header .b-1st .b-sns{
  display: none;
}
.HOME .b-header{
  padding-bottom: 0;
}
.b-homeMain .inner{
  position: relative;
  z-index: 1;
  margin: auto;
}
.b-homeMain .b-ttls{
  margin: auto;
  position: relative;
}
.b-homeMain .b-ttls .e-siteTtl{
  filter: var(--shadow);
}
.b-homeMain .b-ttls .b-catch{
  position: absolute;
  top: 0;
  left: 0;
}
.b-homeMain .b-img{
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 650px){
  .HOME .b-header{
    border-bottom-width: 0;
  }
  .HOME .b-header .e-logo{
    width: 130px;
    margin-top: 5px;
    margin-left: 5px;
  }
  .b-homeMain .b-ttls{
    width: 250px;
    margin-top: 100px;
  }
  .b-homeMain .b-ttls .b-catch{
    width: 180px;
    left: -30px;
    top: -10px;
    transform: translate(0,-100%);
  }
  .b-homeMain .b-img{
    width: 1500px;
    margin-top: -50px;
  }
  .b-homeMain .b-img img{
    position: relative;
    z-index: 1;
  }
  .b-homeMain .b-img::after{
    content: "";
    display: block;
    width: 100%;
    height: 130px;
    background: var(--yellow);
    position: absolute;
    bottom: 0;
  }
  .b-homeMain .b-sns.m-pc{
    display: none;
  }
  .b-homeMain .b-sns.m-sp{
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .b-homeMain .b-sns.m-sp dt{
    display: block;
    width: 120px;
  }
  .b-homeMain .b-sns.m-sp dd{
    width: 40px;
  }
}
@media screen and (min-width: 651px){
  .HOME .b-header{
    border-bottom-width: 110px;
  }
  .b-homeMain .b-ttls{
    width: 396px;
    margin-top: 100px;
  }
  .b-homeMain .b-ttls .b-catch{
    width: 360px;
    top: 30px;
    transform: translate(-20vw,-100%);
  }
  .b-homeMain .b-sns.m-pc{
    position: absolute;
    left: 100%;
    top: 13px;
    transform: translate(30px,100%);
  }
  .b-homeMain .b-sns.m-sp{
    display: none;
  }
  .b-homeMain .b-img{
    width: 1400px;
    margin-top: -50px;
    margin-bottom: -110px;
    
  }
}

@media screen and (max-width: 650px){
  .HOME .e-mds{
    font-size: min(7vw,26px);
  }
}
@media screen and (min-width: 651px){
  .HOME .e-mds{
    font-size: 35px;
  }
  .HOME .e-mds .-en{
    margin-top: -.4em;
  }
}
/**/
.b-homeInterview .e-mds{
  text-align: center;
}
.b-homeInterview .b-lnk{
  background: url(assets/images/ptn.png);
}
.b-homeInterview .b-lnk .inner{
  background: #fff;
  height: 100%;
  position: relative;
}
.b-homeInterview .b-lnk .b-img{
  position: relative;
}
.b-homeInterview .b-lnk .e-num{
  position: absolute;
  z-index: 1;
}
.b-homeInterview .b-lnk dt{
  line-height: 1.5;
}
.b-homeInterview .b-lnk dd{
  font-size: .85em;
  margin-top: .5em;
}
.b-homeInterview .b-lnk .e-btn{
  position: absolute;
  filter: drop-shadow( 0 3px 4px rgba(0,0,0,.0));
}

@media screen and (max-width: 650px){
  .b-homeInterview{
    margin-bottom: 60px;
  }
  .b-homeInterview .b-lnk{
    display: block;
    padding: 10px;
  }
  .b-homeInterview .b-lnk+.b-lnk{
    margin-top: 20px;
  }
  .b-homeInterview .b-lnk .e-num{
    width: min(15vw,70px);
    left: 15px;
    top: 15px;
  }
  .b-homeInterview .b-lnk .b-txts{
    padding: 20px min( 5vw,30px);
  }
  .b-homeInterview .b-lnk dt{
    font-size: min(5vw,20px);
  }
  .b-homeInterview .b-lnk .e-btn{
    width: min( 10vw,55px);
    min-width: min( 10vw,55px);
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (min-width: 651px){
  .b-homeInterview{
    margin-bottom: 90px;
  }
  .b-homeInterview .b-lnks{
    display: flex;
    justify-content: space-between;
  }
  .b-homeInterview .b-lnk {
    width: 31.5%;
    padding: 10px;
  }
  .b-homeInterview .b-lnk .e-num{
    width: min(5vw,70px);
    left: 15px;
    top: 15px;
  }
  .b-homeInterview .b-lnk .b-txts{
    padding: 20px min( 2vw,30px);
  }
  .b-homeInterview .b-lnk dt{
    font-size: min(1.8vw,20px);
  }
  .b-homeInterview .b-lnk dd{
    padding-right: min( 4vw,55px);
  }
  .b-homeInterview .b-lnk .e-btn{
    width: min( 4vw,55px);
    min-width: min( 4vw,55px);
    right: 15px;
    bottom: 15px;
  }
}

@media screen and (min-width: 651px) and (max-width: 1030px){
  .b-homeInterview .b-lnks{
    flex-direction: column;
    width: 80%;
    margin:auto;
  }
  .b-homeInterview .b-lnk{
    width: 100%;
  }
  .b-homeInterview .b-lnk+.b-lnk{
    margin-top: 30px;
  }
  .b-homeInterview .b-lnk .inner{
    width: 100%;
    display: flex;
  }
  .b-homeInterview .b-lnk .b-img{
    width: 50%;
  }
  .b-homeInterview .b-lnk .e-num{
    width: min(6vw,70px);
  }
  .b-homeInterview .b-lnk dt{
    font-size: min(2.2vw,20px);
  }
}

/**/
.HOME .b-homeBusiness .b-item dt{
  color: var(--basicColor);
}
.HOME .b-homeBusiness .b-item{
  padding-top: 1em;
}
.HOME .b-homeBusiness .b-item+.b-item{
  margin-top: 0;
}
.HOME .b-biz-box02 a{
  display: flex;
}
.HOME .b-biz-box02 a::before{
  content: "";
  display: block;
  width: 1.3em;
  min-width: 1.3em;
  height: 1.3em;
  background: url(assets/images/arw-gr.svg) center center / contain no-repeat;
  margin-right: .5em;
  margin-top: .2em;
}
.HOME .b-homeBusiness .container > .b-txts > .b-img{
  background: url(assets/images/top-img.jpg) center center / cover;
}
@media screen and (max-width: 650px){
  .b-homeBusiness .e-mds{
    text-align: center;
  }
  .b-homeBusiness .e-mds br{ display: none;}
  .b-homeBusiness .b-pop .e-btn{
    margin: auto;
    margin-bottom: 30px;
    margin-top: -20px;
  }
  
  .b-homeBusiness .b-pop .sp{
    display: block;
    max-width: 400px;
    margin: auto;
    margin-top: -30px;
  }
  .b-homeBusiness .b-pop.pc{
    display: none;
  }
}
@media screen and (min-width: 651px ) and (max-width: 800px){
  .b-homeBusiness .b-mdsWrap{
    display: flex;
    position: relative;
  }
  .b-homeBusiness .e-mds{
    text-align: left;
    line-height: 1.45;
    margin-left: 0;
    margin-right: 30px;
  }
  .HOME .b-biz-box02 .b-txts{
    width: 100%;
    margin-right: 0;
  }
  .HOME .b-homeBusiness .container > .b-txts > .b-img{
    width: 100dvw;
    margin-left: 50%;
    transform: translateX(-50dvw);
    aspect-ratio: 9/7;
  }
  .b-homeBusiness .b-pop{
    margin-top: 20px;
  }
  .b-homeBusiness .b-pop .e-btn{
    margin: auto;
    margin-bottom: 50px;
  }
  .b-homeBusiness .b-pop .sp{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
  }
  .b-homeBusiness .b-pop.pc{
    display: none;
  }
}
@media screen and (min-width: 801px){
  .b-homeBusiness .e-mds{
    display: flex;
    flex-direction: column-reverse;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  .b-homeBusiness .e-mds .-en{
    margin-left: .3em;
  }
  .b-homeBusiness .e-btn{
    width: 75px;
    margin-left: 7px;
  }
  .b-homeBusiness .container > .b-txts{
    display: flex;
  }
  .HOME .b-biz-box02{
    width: 50%;
    margin-left: 6%;
    padding-right: 5%;
    margin-bottom: 0;
  }
  .HOME .b-biz-box02 .b-txts{
    width: auto;
    margin-right: 0;
  }
  .HOME .b-biz-box02 .b-popWrap{
    position: relative;
  }
  .HOME .b-biz-box02 .b-popWrap .b-pop{
    position: absolute;
    right: 65%;
    bottom: 0;
    width: 430px;
  }
  .HOME .b-biz-box02 .b-popWrap .b-item{
    padding-left: 40%;
  }
  .HOME .b-homeBusiness .container > .b-txts > .b-img{
    flex: 1;
    margin-right: -15vw;
  }
}

/**/
.b-homeCEO{
  position: relative;
}
.b-homeCEO .container{
  position: relative;
}
.b-homeCEO .container::before{
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 1;
}
.b-homeCEO .container::after{
  content: "";
  display: block;
  width: calc(100% + 50vw);
  height: 100%;
  background: var(--yellow);
  position: absolute;
  z-index: 0;
}

.b-homeCEO .inner{
  background: #fff;
  position: relative;
  z-index: 2;
}
.b-homeCEO .e-shoulder span{
  display: inline-block;
  background: var(--green);
  color: #fff;
  padding: .3em 1em;
  margin-bottom: .3em;
}

.b-homeCEO .e-name span{
  font-size: .9em;
}
@media screen and (max-width: 800px){
  .b-homeCEO{
    padding-top: 30px;
  }
  .b-homeCEO .b-mdsWrap{
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin: auto;
  }
  .b-homeCEO .inner{
    padding: 20px 0;
  }
  .b-homeCEO .container::after{
    right: -2.5vw;
    top: 2.5vw;
  }
  .b-homeCEO .b-mdsWrap .e-mds{
    margin-left: 0;
    margin-right: 30px;
  }
  .b-homeCEO .b-mdsWrap .e-btn{
    margin-top: 10px;
  }
  .b-homeCEO .b-img{
    width: 90%;
    max-width: 400px;
    margin: auto;
  }
  .b-homeCEO .e-shoulder{
    margin-top: -40px;
    font-size: min( 5.3vw,22px);
    margin-left: -5vw;
  }
  .b-homeCEO .e-name{
    margin-top: .3em;
  }
  .b-homeCEO .sp{
    display: block
  }
  .b-homeCEO .pc{
    display: none
  }
}
@media screen and (min-width: 501px){
  .b-homeCEO .e-shoulder span:nth-of-type(2){
    padding-right: 0;
    margin-right: -.75em;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 801px){
  .b-homeCEO{
    padding-top: 100px;
  }
  .b-homeCEO .container::after{
    right: -10px;
    top: 10px;
  }
  .b-homeCEO .inner{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 65px 50px 65px 0;
  }
  
  .b-homeCEO .b-mdsWrap{
    display: inline-flex;
  }
  .b-homeCEO .e-mds{
    margin-left: 0;
    margin-right: 50px;
  }
  .b-homeCEO .e-btn{
    width: 75px;
  }
  .b-homeCEO .b-img{
    width: 270px;
    min-width: 270px;
    margin-left: 0;
    margin-right: 0;
  }
  .b-homeCEO .b-txts{
    padding-left: 5%;
  }
  .b-homeCEO .e-shoulder{
    font-size: 30px;
    margin-top: 10px;
  }
  .b-homeCEO .e-shoulder span{
    padding: .1em .8em;
  }
  .b-homeCEO .e-name{
    font-size: 20px;
  }
  .b-homeCEO .e-name span{
    font-size: 15px;
    margin-right: .5em;
  }
  .b-homeCEO .sp{
    display: none
  }
}
@media screen and (min-width: 801px) and (max-width: 1050px){
  .b-homeCEO .b-img{
    width: 300px;
    min-width: 300px;
    margin-left: 4%;
  }
   .b-homeCEO .e-shoulder span:nth-of-type(2){
     padding-right: .8em;
  }
}


/*---------------------------

interview

---------------------------*/
.pg-interview .b-header{
  margin-bottom: 0;
}
/* main */
.b-interViewMain{
  position: relative;
}
.b-interViewMain::before{
  content: "";
  display: block;
  background: var(--yellow);
  width: 50dvw;
  height: 100%;
  position: absolute;
  z-index: 0;
  right: 50dvw;
}
.b-interViewMain .container{
  position: relative;
  z-index: 1;
}
.b-interViewMain .b-img{
  width: 75%;
}
.b-interViewMain .b-ttls .e-mds{
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}
.b-interViewMain .b-ttls .e-mds span{
  display: inline-block;
}
@media screen and (max-width: 650px){
  .b-interViewMain .b-ttls .e-mds{
    font-size: min(5vw,20px);
  }
  .b-interViewMain .b-ditail{
    font-size: .8em;
    padding-top: .5em;
  }
  .b-interViewMain .b-ditail span{
    padding-left: .5em;
  }
}
@media screen and (min-width: 651px){
  .b-interViewMain .b-ditail span{
    display: block;
  }
}
@media screen and (max-width: 700px){
  .b-interViewMain .b-img{
    width: 100dvw;
    margin-left: 50%;
    transform: translateX(-50dvw);
    aspect-ratio: 15/10;
  }
  .b-interViewMain::before{
    width: 100%;
    right: 0;
    height: 40%;
  }
  .b-interViewMain .b-ttls{
    text-align: right;
  }
  .b-interViewMain .b-ttls .e-mds{
    display: inline-block;
    padding-right: 10dvw;
    margin-right: -10dvw;
    margin-top: -40px;
  }
}
@media screen and (min-width: 701px){
  .b-interViewMain .b-img{
    height: 540px;
  }
  .b-interViewMain .b-ttls{
    width: 50%;
    position: absolute;
    right: 0;
    top: 100px;
  }
  .b-interViewMain .b-ttls .e-mds{
    width: 100%;
  }
  .b-interViewMain .b-ttls .b-ditail{
    width: 50%;
    margin-left: 50%;
    margin-top: 1em;
    padding-left: 1em;
  }
}

.m-01 .b-interViewMain .b-img{
  background: url(assets/images/inter-main-01.jpg) center center / cover;
}
.m-02 .b-interViewMain .b-img{
  background: url(assets/images/inter-main-02.jpg) center center / cover;
}
.m-03 .b-interViewMain .b-img{
  background: url(assets/images/inter-main-03.jpg) center center / cover;
}
/* body */
.b-interBody .e-mds{
  color: var(--green);
  font-size: min(5vw,20px);
  margin-bottom: .3em;
}
.b-interBody .b-section{
  margin-top: 45px;
}
.b-interBody .b-section p+p{
  margin-top: .5em;
}
.b-inter.m-01,
.b-inter.m-02{
  display: flex;
}
@media screen and (max-width: 650px){
  .b-interBody .b-pop{
    display: none;
  }
}
@media screen and (min-width: 651px){
  .b-interBody {
    padding-top: 50px;
  }
}

/* m01 */
@media screen and (max-width: 800px){
  .b-inter.m-01 .b-pop{
    display: none;
  }
}
@media screen and (min-width: 801px){
  .b-inter.m-01 .b-pop{
    width: 255px;
    min-width: 255px;
    margin-left: 5%;
    margin-top: 50px;
  }
}
/* m02 */
@media screen and (max-width: 800px){
  .b-inter.m-02{
    flex-direction: column-reverse;
  }
  .b-inter.m-02{
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px){
  .b-inter.m-02{
    flex-direction: row-reverse;
  }
  .b-inter.m-02 .b-img{
    width: 45%;
    min-width: 45%;
    margin-right: 5%;
    margin-top: 55px;
  }
}

/*---------------------------

bussines

---------------------------*/

/* b-biz-box01 */
.b-biz-box01{
  background: #fff;
}
.b-biz-box01 .e-mds{
  letter-spacing: 0;
  border-left: 5px solid var(--yellow);
  padding-left: .8em;
  margin-bottom: 1em;
}
.b-biz-box01 .b-img{
  background: url(assets/images/biz-img01.jpg) center right / cover;
}
@media screen and (min-width: 651px){
  .b-biz-box01{
    position: relative;
  }
  .b-biz-box01 .b-txts{
    padding: 50px 30px 60px 0;
  }
  .b-biz-box01 .e-mds{
    font-size: 24px;
    border-width: 10px;
  }
  .b-biz-box01 .b-img{
    width: 90%;
    margin: auto;
    height: auto;
  }
}
@media screen and (max-width: 650px){
  .b-biz-box01{
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .b-biz-box01 .b-txts{
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 651px) {
  .b-biz-box01{
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 651px) and (max-width: 1000px){
  .b-biz-box01{
    padding-bottom: 60px;
  }
  .b-biz-box01 .b-txts{
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1000px){
  .b-biz-box01 .b-txts{
    padding-right: 0;
  }
  .b-biz-box01 .b-img{
    display: block;
    aspect-ratio: 16/10;
  }
}
@media screen and (min-width: 1001px){
  .b-biz-box01{
    position: relative;
  }
  .b-biz-box01 .b-txts{
    margin-right: 50%;
  }
  .b-biz-box01 .b-img{
    width: 50dvw;
    max-width: 800px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
  }
}


/* b-biz-flow */
.b-biz-flow .container{
  border: 2px solid var(--green);
  background: #FFF8CB;
  border-radius: 20px
}
.b-biz-flow .e-mds{
  padding-left: 5em;
  margin-left: -5em;
}
@media screen and (max-width: 650px) {
  .b-biz-flow{
    margin-bottom: 60px;
  }
  .b-biz-flow .container{
    padding: 30px 20px 30px;
  }
  .b-biz-flow .b-ttls{
    margin-bottom: 30px;
  }
  .b-biz-flow .b-ttls .e-txt{
    margin-top: 20px;
  }
}
@media screen and (min-width: 651px) {
  .b-biz-flow{
    margin-bottom: 90px;
  }
  .b-biz-flow .b-ttls{
    margin-bottom: 50px;
  }
  .b-biz-flow .e-mds{
    margin-right: 30px;
  }
  .b-biz-flow .b-ttls .e-txt{
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
  }
  .b-biz-flow .container{
    padding: 60px 30px 40px;
  }
}
@media screen and (min-width: 651px) and (max-width: 1100px) {
  .b-biz-flow .b-ttls .e-txt{
    margin-top: 30px;
  }
}
@media screen and (min-width: 1101px) {
  .b-biz-flow .b-ttls{
    display: flex;
    align-items: center;
  }
}


/* b-biz-box02 */
.b-biz-box02 .b-txts{
  border-top: var(--line);
}
.b-biz-box02 .e-mds{
  padding-top: .3em;
  margin-bottom: .8em;
}
.b-biz-box02 .b-item{
  border-bottom: 1px dashed #C5C7C6;
  padding-bottom: 1.5em;
}
.b-biz-box02 .b-item+.b-item{
  margin-top: 1.5em;
}
.b-biz-box02 .b-img{
  background: url(assets/images/biz-img02.jpg) center center/ cover;
}
.b-biz-box02 .b-item dt{
  color: var(--green);
  font-size: min(5vw,20px);
  margin-bottom: .3em;
}
@media screen and (max-width: 700px) {
  .b-biz-box02 .e-mds{
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  .b-biz-box02{
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 651px) {
  .b-biz-box02{
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 701px) {
  .b-biz-box02 .container{
    display: flex;
    flex-direction: row-reverse;
  }
  .b-biz-box02 .b-txts,
  .b-biz-box02 .b-img{
    width: 50%;
  }
  .b-biz-box02 .b-txts{
    margin-left: 2.5%;
  }
  .b-biz-box02 .b-img{
    margin-right: 2.5%;
  }
}

/* b-biz-other -------------*/
.b-biz-other .container{
  padding-top: .5em;
  border-top: var(--line);
}
.b-biz-other .b-item{
  position: relative;
  padding-right: 10px;
  padding-bottom: 10px;
}
.b-biz-other .b-item::after{
  content: "";
  display: block;
  width: calc(100% - 10px);
   height: calc(100% - 10px);
  background: var(--green2);
  position: absolute;
  bottom: 0;
  right: 0;
}
.b-biz-other .b-item .inner{
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.b-biz-other .b-item .e-mds{
  width: 100%;
  text-align: center;
  padding: .7em;
  font-size: min( 5vw,20px);
  margin-bottom: .9em;
}

.b-biz-other .b-item .e-txt{
  text-align: center;
}
.b-biz-other .b-item .e-mds span{
  display: block;
  padding: .2em;
  background: var(--yellow);
  width: 100%;
}
@media screen and (max-width: 1230px) {
  .b-biz-other .container >.e-mds{
    text-align: center;
  }
  .b-biz-other .b-item{
    margin-top: 30px;
  }
  .b-biz-other .b-item .inner{
    padding: 20px 20px 30px;
  }
}
@media screen and (min-width: 1231px) {
  .b-biz-other .b-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b-biz-other .b-item{
    width: 48.5%;
    margin-top: 30px;
  }
  .b-biz-other .b-item .inner{
    padding: 30px;
  }
  .b-biz-other .b-item .e-mds{
    font-size: 24px;
  }
}

.b-biz-other .b-lnk{
  display: flex;
  background: url(assets/images/ptn.png);
}
.b-biz-other .b-lnks .b-txts,
.b-biz-other .b-lnks .b-img{
  width: 50%;
}
.b-biz-other .b-lnks .b-txts{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  color: var(--green);
  text-align: center;
}
.b-biz-other .b-lnks .b-txts .e-btn{
  margin-top: .3em;
}
@media screen and (max-width: 650px) {
  .b-biz-other .b-lnks{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .b-biz-other .b-lnk{
    width: 48%;
    min-width: 300px;
    padding: 8px;
    margin: auto;
    margin-top: 10px;
  }
}
@media screen and (min-width: 651px) {
  .b-biz-other .b-lnks{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .b-biz-other .b-lnk{
    width: 48%;
    max-width: 400px;
    padding: 10px;
    margin: auto;
  }
  .b-biz-other .b-item:nth-of-type(2) .b-lnk{
    margin: 0;
  }
  .b-biz-other .b-item:nth-of-type(2) .b-lnk+.b-lnk{
    margin-left: 4%;
  }
}

/*---------------------------

about

---------------------------*/
.b-ceo .e-mds,
.b-outline .e-mds{
  text-align: center;
}
.b-ceo .m-l{
  color: var(--green);
  text-align: center;
}
.b-ceo .b-sign{
  margin-top: 1.5em;
}
.b-ceo .b-sign time{
  display: block;
  font-size: .9em;
}
.b-ceo .b-sign .e-name{
  font-size: 1.2em;
}
@media screen and (max-width: 650px) {
  .b-ceo{
    margin-bottom: 60px;
  }
  .b-ceo .b-img{
    width: 80%;
    max-width: 250px;
    margin: auto;
    margin-bottom: 1em;
  }
  .b-ceo .b-sign{
    text-align: center;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 651px) {
  .b-ceo{
    margin-bottom: 90px;
  }
  .b-ceo .b-img{
    margin-bottom: 10px;
  }
  .b-ceo .b-sign{
    width: 280px;
    min-width: 280px;
    margin-right: 4%;
    margin-top: .5em;
    float: left;
  }
}

.b-outline .container{
  border-top: var(--line);
}
.b-outline .b-inner{
  padding: 10px;
  background: url(assets/images/ptn.png);
  margin: auto;
}
.b-outline .b-item{
  background: #fff;
  padding: .5em;
}
.b-outline .b-item +.b-item{
  margin-top: 3px;
}
.b-outline .b-item dt,
.b-outline .b-item dd{
  padding: .5em 1.5em;
}
.b-outline .b-item dt{
  color: var(--green);
}
.b-outline .b-item dd{
  width: 100%;
}

.b-map{
  aspect-ratio: 16/9;
  margin-top: 1em;
}
.b-map iframe{
  width: 100%;
  height: 100%;
}
.b-outline .e-access{
  display: flex;
  align-items: flex-start;
  font-size: .85em;
  margin-top: .5em;
  margin-bottom: 2.5em;
}
.b-outline .e-access p{
  margin: 0;
  color: var(--green);
  margin-right: 1em;
  line-height: 1;
}
@media screen and (max-width: 650px) {
  .b-outline .container{
    padding-top: 50px;
  }
  .b-outline .b-item{
    padding: .8em 1em 1em;
  }
  .b-outline .b-item dt,
  .b-outline .b-item dd{
    padding: 0;
  }
  .b-outline .b-item dt{
    padding-bottom: .1em;
    font-size: 1.05em;
  }
  .b-outline .b-item dd{
    padding-top: 0;
  }
  .b-outline .e-access{
    display: block;
  }
  .b-outline .e-access p{
    margin-bottom: .5em;
  }
}
@media screen and (min-width: 651px) {
  .b-outline .container{
    padding-top: 80px;
  }
  .b-outline .b-inner{
    max-width: 1000px;
  }
  .b-outline .b-item{
    display: flex;
  }
  .b-outline .b-item dt{
    width: 10em;
    min-width: 10em;
    border-right: var(--line);
  }
}


/*---------------------------

recruit

---------------------------*/

.b-guidline .e-mds,
.b-formContents .e-mds{
  text-align: center
}

.b-leadTxt{
  text-align: center;
  border-bottom: 1px solid var(--gray);
  padding-bottom: 60px;
  margin-bottom: 60px;
}

/* guidline */
.b-guidline .b-item{
  border-top: 1px solid var(--green);
}
.b-guidline .b-item:nth-last-child(1){
  border-bottom: 1px solid var(--green);
}
.b-guidline .b-item dt{
  font-size: 1.1em;
  background: #CDE5DB;
}
.b-guidline .b-btnWrap,
.b-guidline .b-btnWrap .b-btn{
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-guidline .b-btnWrap{
  margin-top: 30px;
}
.b-guidline +.b-guidline .container{
  border-top: 1px dashed var(--gray);
  margin-top: 60px;
  padding-top: 60px;
}
.b-guidline .b-btnWrap .b-btn{
  background: var(--green);
  color: #fff;
  font-size: 18px;
  width: 100%;
  max-width: 215px;
  height: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 650px) {
  .b-guidline .b-item dt{
    padding: .5em 1em;
  }
  .b-guidline .b-item dd{
    padding: .5em 0 1em;
  }
  
}
@media screen and (min-width: 651px) {
  .b-guidline .b-item{
    display: flex;
  }
  .b-guidline .b-item dt,
  .b-guidline .b-item dd{
    display: flex;
    align-items: center;
  }
  .b-guidline .b-item dt{
    width: 230px;
    min-width: 230px;
    justify-content: center;
    text-align: center;
    padding: 1em 0;
  }
  .b-guidline .b-item dd{
    padding: 1em 0 1em 1.5em;
  }
}

/* formContents */
.b-formContents .e-mds{
  color: var(--green);
  margin-bottom: 0;
}
.b-formContents .e-subTxt{
  text-align: center;
  margin-bottom: 40px;
}

.b-formContents .container{
  max-width: 855px;
}
.b-formwrap{
  border: 2px solid var(--green);
  border-radius: 30px;
  background: var(--bg);
}
.b-formwrap::before{
  content: "";
  width: 37.5%;
  height: 40px;
  margin: auto;
  margin-bottom: 40px;
  display: block;
  border-left: 2px solid var(--green);
  border-right: 2px solid var(--green);
  border-bottom: 2px solid var(--green);
  border-radius: 0 0 15px 15px;
}
.b-formwrap .b-item{
  border-top: var(--line);
  padding-top: 10px;
  padding-bottom: 10px;
}
.b-formwrap .b-btnWrap{
  display: flex;
  justify-content: center;
  border-top: var(--line);
  padding-top: 30px;
}
.b-formwrap dt{
  font-size: 1.1em;
  padding-top: .3em;
}
.b-formwrap dt .e-req{
  display: inline-block;
  color: var(--green);
  font-size: .8em;
  padding-left: .5em;
}
.b-formwrap dd{
  width: 100%;
}
.b-formwrap dd.m-age input{
  width: 3em;
  margin-right: .5em;
}

.b-formwrap .b-itemHorizon.m-radio label+label{
  margin-left: 1em;
}
.b-formwrap dd.b-req input,
.b-formwrap dd.b-req textarea{
  background: #FFFACE;
}

.b-formwrap dd .error{
  color: #f00;
  font-size: .8em;
}
@media screen and (max-width: 850px) {
  .b-guidline{
    margin-bottom: 60px;
  }
  .b-formwrap{
    padding: 0 30px 50px;
  }
  .b-formwrap .b-item dt{
    margin-bottom: .3em;
  }
  .b-formwrap .b-item dd{
    padding-bottom: .3em;
  }
}
@media screen and (min-width: 851px) {
  .b-guidline{
    margin-bottom: 90px;
  }
  .b-formwrap{
    padding: 0 50px 50px;
    
  }
  .b-formwrap .b-item{
    display: flex;
    margin: auto;
  }
  .b-formwrap .b-item dt{
    width: 300px;
    min-width: 300px;
  }
}
.b-sns{
  display: none !important;
}