@charset 'utf-8';

.baseW {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.baseW02 {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.baseW03 {
  width: 1110px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 640px){
  .baseW,
  .baseW02,
  .baseW03 {
    width: 100%;
  }
  .baseSpW {
    width: 90% !important;
    margin-right: auto;
    margin-left: auto;
  }
}

.txtMarker01 {
  background: linear-gradient(transparent 1%, #ffe63d 1%);
}

.cBtn01{
  background-color: #f7e734;/* Yellow */
  color: #000;
}
.cBtn02{
  background-color: #269cc8;/* Blue */
  color: #fff;
}
.cBtn03{
  background-color: #fff;/* White */
  color: #000;
}
.cBtn04{
  background-color: #292929;/* Black */
  color: #fff;
}
.cBtn05{
  background-color: #ce0000;/* Red */
  color: #fff;
}
.cBtnLGreen{
  background-color: #5acac0;
  color: #fff;
}
.cBtn06{
  background-color: #ff983d;/* Orange */
  color: #fff;
}

.cBtn07{
  background-color: #359842;
  color: #fff;
}






/* Text Color */
.cTextBase{
  color: #2b2723;
}

.cBaseBlack {
  color: #000;
}
.cBaseWhite {
  color: #fff;
}
.cBaseBlue {
  color: #1a368d;
}
.cBaseYellow {
  color: #ffe744;
}
.cBaseGreen {
  color: #359842;
}
.cBaseDGreen {
  color: #16551e;
}
.cBaseLGreen {
  color: #7ebd86;
}
.cBaseRed {
  color: #e51600;
}
/* /Text Color */


/* Background Color */
.cBgBaseBlack {
  background-color: #000;
}
.cBgBaseWhite {
  background-color: #fff;
}
.cBgBaseGray {
  background-color: #ccc;
}
.cBgBaseBlue {
  background-color: #1a368d;
}
.cBgBaseYellow {
  background-color: #ffe744;
}
.cBgBaseGreen {
  background-color: #359842;
}
.cBgBaseDGreen {
  background-color: #16551e;
}
.cBgBaseLGreen {
  background-color: #7ebd86;
}
.cBgBaseRed {
  background-color: #e51600;
}
/* /Background Color */



.fontEn{
  font-family: "Mplus 1p","游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"Meiryo UI","MS PGothic","ＭＳ Ｐゴシック", sans-serif;
}
.fontNum {
  font-family: "Mplus 1p",Arial,"Arial Black","Comic Sans MS",Courier,"Courier New",Georgia,Impact,"Times New Roman","Trebuchet MS",Verdana;
}
.fontM{
  font-weight: 500;
}
.fontB{
  font-weight: 500;
}
.fontI{
  font-style: italic;
}


/****************/
.mb0 {
  margin-bottom: 0;
}

.baseW {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.underline {
  text-decoration: underline;
}

.ttlBase01 {
  text-align: center;
}
.ttlBase01 .ttlEn,
.ttlBase01 .ttlJa {
  display: inline-block;
  width: 100%;
  line-height: 1.0;
}
.ttlBase01 .ttlJa .txtCatName {
  display: inline-block;
  padding-top: 7px;
  font-size: 1.1rem;
}
.ttlBase01 .ttlEn{
  margin-bottom: 15px;
  letter-spacing: 0.08em;
  font-size: 3.3rem;
  font-weight: normal;
}
.ttlBase01 .ttlJa{
  max-width: 390px;
  line-height: 1.4;
  letter-spacing: 0.13em;
  font-size: 1.0rem;
}

.ttlBase02 {
  padding-bottom: 22px;
  margin-bottom: 48px;
  background-image: url('./../../images/company/company-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.06em;
  font-size: 2.6rem;
  font-weight: 700;
  color: #359842;
}
.ttlBase02.cBaseWhite{
  color: #fff;
}
.ttlBase02.long{
  background-image: url('./../../images/recruit/recruit-s-border01.png');
}
.ttlBase02.long2{
  margin-bottom: 18px;
  background-image: url('./../../images/recruit/recruit-s-border01.png');
  /*font-size: 2.5rem;*/
}

.ttlBase03{
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 700;
}

.ttlBase04{
  margin-bottom: 18px;
  padding-bottom: 23px;
  border-bottom: 3px #ffe744 solid;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
}

.ttlBase05{
  display: table;
  margin: 0 auto;
  margin-bottom: 48px;
  padding-bottom: 22px;
  background-image: url('./../../images/recruit/recruit-s-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
}
.ttlBase05 .ttlEn{
  display: table-cell;
  padding-right: 20px;
  line-height: 1.0;
  letter-spacing: 0.06em;
  vertical-align: middle;
  font-size: 2.6rem;
  font-weight: 700;
  color: #359842;
}
.ttlBase05 .ttlJa{
  display: table-cell;
  line-height: 1.0;
  letter-spacing: 0.1em;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 700;
}

.ttlBase06{
  position: relative;
  height: 121px;
  margin-bottom: 40px;
  background-image: url('./../../images/interview/interview-s-ttl-bg01.png');
  background-repeat: no-repeat;
  background-position: left bottom;
}
.ttlBase06 .txtNum{
  position: absolute;
  bottom: 7px;
  left: 10px;
  line-height: 1.3;
  font-size: 2.5rem;
}
.ttlBase06 .txtTtl{
  position: absolute;
  bottom: 16px;
  left: 83px;
  font-size: 2.3rem;
}


.ttlBase07{
  position: relative;
  margin-bottom: 33px;
  padding: 10px 0 10px 90px;
  border: 1px #0d0d0d solid;
  background-color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: 1.7rem;
  color: #269cc8;
}
.ttlBase07 > .txtTtl{
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 10px;
  width: 56px;
  text-align: right;
  line-height: 1.0;
  letter-spacing: 0.1em;
  font-size: 1.05rem;
}
.pageCareer .ttlBase07 > .txtTtl{
  top: 20px;
  left: 10px;
  letter-spacing: normal;
  font-size: 1.0rem;
}
.ttlBase07 > .txtTtl.line1{
  top: 33px;
}
.ttlBase07 > .ttlIcn01{
  position: absolute;
  top: -15px;
  left: 5px;
  /*mix-blend-mode: multiply;*/
}

.ttlBase08 {
  display: table;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}
.ttlBase08 .txtNum {
  display: table-cell;
  width: 5%;
  vertical-align: middle;
  text-align: center;
  line-height: 1.0;
  font-size: 1.4rem;
  font-weight: 700;
}
.ttlBase08 .txtStr {
  display: table-cell;
  width: 95%;
  padding: 0 2%;
  vertical-align: middle;
  text-align: left;
  letter-spacing: normal;
  font-size: 1.28rem;
  font-weight: 700;
}

.ttlBase09 {
  margin-bottom: 22px;
  padding-bottom: 28px;
  background-image: url('./../../images/index/index-blog-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto auto;
  text-align: center;
  font-style: italic;
}
.ttlBase09 .ttlEn {
  margin-bottom: 12px;
  line-height: 1.0;
  letter-spacing: 0.05em;
  font-size: 3.5rem;
}
.ttlBase09 .ttlEn .first {
  font-size: 5.3rem;
}
.ttlBase09 .ttlJa {
  line-height: 1.0;
  letter-spacing: 0.14em;
  font-size:1.7rem;
}

.ttlBase10 {
  padding-bottom: 21px;
  margin-bottom: 18px;
  background-image: url('./../../images/common/ttlbase10-border01.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center;
  line-height: 1.0;
  font-weight: 700;
}
.ttlBase10 .ttlEn {
  margin-right: 18px;
  vertical-align: middle;
  letter-spacing: 0.07em;
  font-size: 2.6rem;
  color: #359842;
}
.ttlBase10 .ttlJa {
  vertical-align: middle;
  letter-spacing: 0.15em;
  font-size: 1.4rem;
  color: #000;
}
/***** TtlBase11 *****/
.ttlBase11 {
  min-height: 70px;
  margin-bottom: 30px;
  padding: 23px 0 0 125px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 500;
  color: #359842;
}
@media all and (max-width: 640px){
  .ttlBase11 {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    padding: 19.1% 0 0 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    letter-spacing: normal;
    font-size: 5.8vw;
  }
  .ttlBase11.short {
    letter-spacing: -0.03em;
    font-size: 5.5vw;
  }
  .ttlBase11 span {
    position: absolute;
    top: 50%;
    left: 32%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3;
  }
}

.ttlBase11.no01 {
  background-image: url('./../../images/experience/experience-ttl-point01-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no01 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point01-bg01.png');
  }
}

.ttlBase11.no02 {
  background-image: url('./../../images/experience/experience-ttl-point02-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no02 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point02-bg01.png');
  }
}

.ttlBase11.no03 {
  background-image: url('./../../images/experience/experience-ttl-point03-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no03 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point03-bg01.png');
  }
}

.ttlBase11.no04 {
  background-image: url('./../../images/experience/experience-ttl-point04-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no04 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point04-bg01.png');
  }
}

.ttlBase11.no05 {
  background-image: url('./../../images/experience/experience-ttl-point05-bg01.png');
}
@media all and (max-width: 640px){
  .ttlBase11.no05 {
    background-image: url('./../../images_sp/experience/sp-experience-ttl-point05-bg01.png');
  }
}


/***** TtlBase12 *****/
.ttlBase12 {
  min-height: 70px;
  margin-bottom: 32px;
  padding: 23px 0 0 0;
  background-image: url('./../../images/experienced/experienced-ttl-bg02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 70px;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f2df37;
}
@media all and (max-width: 640px){
  .ttlBase12 {
    min-height: auto;
    margin-bottom: 0;
    padding: 4vw 0 4vw 0;
    background-image: url('./../../images_sp/experienced/sp-experienced-ttl-bg02.png');
    background-size: 100% 100%;
    line-height: 1.2;
    font-size: 6.0vw;
  }
}

/***** boxBaseCom *****/
.boxBaseCom {
  margin-bottom: 30px;
  line-height: 1.8;
  letter-spacing: 0.08em;/*0.11em;*/
  text-align: justify;
}
.boxBaseCom.noMb {
  margin-bottom: 0;
}
.boxBaseCom p {
  margin-bottom: 14px;
}
.boxBaseCom p:last-child {
  margin-bottom: 0;
}
/***** imgBaseEyecatch *****/
.boxBaseEyecatch {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.imgBaseEyecatch {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  max-width: none;
  height: 100%;
}
.imgBaseEyecatch.horizontalImg {
  width: auto;
  height: 100%;
}
.imgBaseEyecatch.verticalImg {
  width: 100%;
  height: auto;
}
/****************/
.linkBaseTelno {
  pointer-events: none;
  cursor: auto;
}
/****************/
.linkBaseBtn01 {
  display: table;
  width: 100%;
}
.linkBaseBtn01 > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/****************/
.boxBaseSign{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  text-align: right;
}
.boxBaseSign .dlCompanyCEO dt{
  margin-bottom: 19px;
}
/****************/
.ulBaseTop{
  overflow: hidden;
  width: 520px;
}
@media all and (max-width: 640px){
  .ulBaseTop{
    width: 100%;
  }
}

.ulBaseTop li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 10px;
  background-color: #329949;
  background-image: url('./../../images/company/company-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px auto;
  line-height: 1.0;
  color: #fff;
}
@media all and (max-width: 640px){
  .ulBaseTop li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
    background-image: url('./../../images_sp/company/sp-company-icn-arrow01.png');
    background-position: 95% center;
    background-size: 5% auto;
    font-weight: 700;
  }
}

.ulBaseTop.typeB li{
  width: auto;
}
@media all and (max-width: 640px){
  .ulBaseTop.typeB li{
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}

.ulBaseTop li:nth-child(3n){
  margin-right: 0;
}
@media all and (max-width: 640px){
  .ulBaseTop li:nth-child(3n){
    margin-right: 4%;
  }
  .ulBaseTop li:nth-child(2n){
    margin-right: 0;
  }
  .ulBaseTop.typeB li:nth-child(3n){
    margin-right: 0;
  }
}

.ulBaseTop.typeB li:nth-child(3n){
  margin-right: 4%;
}
@media all and (max-width: 640px){
  .ulBaseTop.typeB li:nth-child(3n){
    margin-right: 0;
  }
}

.ulBaseTop li a{
  display: inline-block;
  width: 100%;
  padding: 12px 40px 12px 20px;
  color: #fff;
}
@media all and (max-width: 640px){
  .ulBaseTop li a{
    padding: 3vw 5vw 3vw 3vw;
  }
  .ulBaseTop.typeB li a{
    padding: 3vw 12vw 3vw 5vw;
  }
}

/**** ulBaseTop02 *****/
.ulBaseTop02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.3;
}
.pageBeginner .ulBaseTop02,
.pageExperienced .ulBaseTop02 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 640px){
  .ulBaseTop02 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .pageBeginner .ulBaseTop02,
  .pageExperienced .ulBaseTop02 {
    position: fixed;/*absolute;*/
    z-index: 10;
    top: 26vw;/*-16vw;*/
    left: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }
}

.ulBaseTop02 > li {
  width: 220px;
  margin: 0 8px;
  background-color: #359842;
  background-image: url('./../../images/common/ulbasetop-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 93% center;
  background-size: auto auto;
  font-size: 1.3rem;
}
@media all and (max-width: 640px){
  .ulBaseTop02 > li {
    width: 48%;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 3%;
    background-image: url('./../../images_sp/common/sp-ulbasetop-icn-arrow01.png');
    background-position: 90% center;
    background-size: 12% auto;
    font-size: 5.0vw;
  }
  .pageBeginner .ulBaseTop02 > li,
  .pageExperienced .ulBaseTop02 > li {
    width: 33.33333%;
    margin: 0;
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
    background-image: url('./../../images_sp/common/sp-ulbasetop-icn-arrow01.png');
    background-position: center 90%;
    background-size: 10% auto;
    font-size: 3.5vw;
  }
  .pageBeginner .ulBaseTop02 > li:nth-child(1),
  .pageExperienced .ulBaseTop02 > li:nth-child(1),
  .pageBeginner .ulBaseTop02 > li:nth-child(3),
  .pageExperienced .ulBaseTop02 > li:nth-child(3) {
    background-color: #ffe744;
    background-image: url('./../../images_sp/experience/sp-experience-top-fixed-icn-arrow01-green.png');
  }
  .ulBaseTop02 > li:nth-child(2n) {
    margin-right: 0;
  }
}

.ulBaseTop02 > li:first-child {
  margin-left: 0;
}
.ulBaseTop02 > li:last-child {
  margin-right: 0;
}

.ulBaseTop02 > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 30px 0 22px;
  vertical-align: middle;
  color: #fff;
}
@media all and (max-width: 640px){
  .ulBaseTop02 > li a {
    height: 25vw;
    padding: 0 13% 0 10%;
  }
  .pageBeginner .ulBaseTop02 > li a,
  .pageExperienced .ulBaseTop02 > li a {
    -webkit-justify-content: center;
    justify-content: center;
    height: 16vw;
    padding: 0 0 2vw 0;
  }
  .pageBeginner .ulBaseTop02 > li:nth-child(1) a,
  .pageExperienced .ulBaseTop02 > li:nth-child(1) a ,
  .pageBeginner .ulBaseTop02 > li:nth-child(3) a,
  .pageExperienced .ulBaseTop02 > li:nth-child(3) a {
    color: #359842;
  }
}


/****************/
.ulBase01 li {
  margin-bottom: 0.7em;
  margin-left: 1.0em;
  line-height: 1.3;
  text-indent: -1.0em;
}
.ulBase01 li:before {
  content: '・';
}
/****************/
.ulBaseTag01 {
  margin-bottom: 20px;
}
.ulBaseTag01 li {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0.4em 0.8em 0.4em 0.8em;
  border: 1px #359842 solid;
  text-align: center;
  line-height: 1.0;
  font-size: 0.9rem;
  color: #359842;
}
/****************/
.boxBaseTopWrap {
  height: 580px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.boxBaseTopWrap.type02 {
  height: 471px;
}
.boxBaseTopWrap.type03 {
  height: 500px;
  background-position: center top;
}

.pageBlog .boxBaseTopWrap,
.pageAlbum .boxBaseTopWrap {
  height: 260px;
}
@media all and (max-width: 640px){
  .pageBlog .boxBaseTopWrap,
  .pageAlbum .boxBaseTopWrap {
    height: auto;
  }
}

.page404 .boxBaseTopWrap{
  background-image: url('./../../images/404/404-top-bg.jpg');
}

.pageAlbum .boxBaseTopWrap {
  background-image: url('./../../images/album/album-top-bg.jpg');
  background-position: center top;
}
@media all and (max-width: 640px){
  .pageAlbum .boxBaseTopWrap{
    /*margin-bottom: 10%;
    border-bottom: 1px #eee solid;*/
    background-image: url('./../../images_sp/album/sp-album-top-bg.jpg');
  }
}

.pageBeginner .boxBaseTopWrap{
  margin-bottom: 60px;
  border-bottom: 1px #eee solid;
  background-image: url('./../../images/beginner/beginner-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageBeginner .boxBaseTopWrap{
    margin-bottom: 10%;
    margin-top: 16vw;
    border-bottom: 0;
    background-image: url('./../../images_sp/beginner/sp-beginner-top-bg.jpg');
  }
}

.pageBlog .boxBaseTopWrap {
  /*margin-bottom: -155px;*//*-135px;*/
  /*border-bottom: 1px #eee solid;*/
  background-image: url('./../../images/blog/blog-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageBlog .boxBaseTopWrap {
    margin-bottom: -3%;
    padding-bottom: 7%;
    background-image: url('./../../images_sp/blog/sp-blog-top-bg.jpg');
  }
}

.pageCareer .boxBaseTopWrap{
  margin-bottom: 72px;
  border-bottom: 1px #0d0d0d solid;
  background-image: url('./../../images/career/career-top-bg.jpg');
}

.pageCompany .boxBaseTopWrap{
  margin-bottom: 72px;
  border-bottom: 1px #0d0d0d solid;
  background-image: url('./../../images/company/company-top-bg.jpg');
}

.pageExperienced .boxBaseTopWrap {
  margin-bottom: 72px;
  border-bottom: 1px #eee solid;
  background-image: url('./../../images/experienced/experienced-top-bg.jpg');
}
@media all and (max-width: 640px){
  .pageExperienced .boxBaseTopWrap{
    margin-bottom: 10%;
    margin-top: 16vw;
    border-bottom: 0;
    background-image: url('./../../images_sp/experienced/sp-experienced-top-bg.jpg');
  }
}

.pageDownload .boxBaseTopWrap{
  margin-bottom: 72px;
  border-bottom: 1px #0d0d0d solid;
  background-image: url('./../../images/download/download-top-bg.jpg');
}
.pageEntry .boxBaseTopWrap{
  margin-bottom: 0;
  border-bottom: 1px #0d0d0d solid;
  background-image: url('./../../images/entry/entry-top-bg.jpg');
}
.pageInterview .boxBaseTopWrap{
  border-bottom: 1px #0d0d0d solid;
  background-image: url('./../../images/interview/interview-top-bg.jpg');
}
.pageInterview.single .boxBaseTopWrap{
  border-bottom: 0;
  background-image: url('./../../images/interview/interview-s-top-bg.jpg');
}
.pageRecruit .boxBaseTopWrap{
  background-image: url('./../../images/recruit/recruit-top-bg.jpg');
}
.pageRecruit.single .boxBaseTopWrap{
  height: auto;
  min-height: 415px;
  margin-bottom: 30px;/*70px*/
  background-image: url('./../../images/recruit/recruit-s-top-bg.jpg');
}
.pageWelfare .boxBaseTopWrap{
  border-bottom: 1px #0d0d0d solid;
  background-image: url('./../../images/welfare/welfare-top-bg.jpg');
}
.boxBaseTop{
  position: relative;
  padding-top: 190px;
  width: 1040px;/*980px;*/
  margin: 0 auto;
}

.boxBaseTopWrap.type02 .boxBaseTop {
  padding-top: 80px;
}
@media all and (max-width: 640px){
  .boxBaseTopWrap.type02 .boxBaseTop {
    padding-top: 106.2%;
  }
}

.boxBaseTopWrap.type03 .boxBaseTop {
  padding-top: 70px;
}
@media all and (max-width: 640px){
  .boxBaseTopWrap.type03 .boxBaseTop {
    padding-top: 118.5%;
  }
}

@media all and (max-width: 640px){
  .page404 .boxBaseTopWrap .boxBaseTop {
    padding-top: 150%;
  }
}

.pageBlog .boxBaseTopWrap .boxBaseTop,
.pageAlbum .boxBaseTopWrap .boxBaseTop {
  padding-top: 39px;
}
@media all and (max-width: 640px){
  .pageBlog .boxBaseTopWrap .boxBaseTop {
    padding-top: 68%;
  }
  .pageAlbum .boxBaseTopWrap .boxBaseTop {
    padding-top: 62%;
  }
}

@media all and (max-width: 640px){
  .pageBeginner .boxBaseTopWrap .boxBaseTop,
  .pageExperienced .boxBaseTopWrap .boxBaseTop {
    padding-top: 90%;
  }
}

.boxBaseTop .ttlBase01{
  min-height: 180px;
}
.boxBaseTopWrap.type03 .boxBaseTop .ttlBase01{
  min-height: 195px;
}

.pageBlog .boxBaseTopWrap .boxBaseTop .ttlBase01,
.pageAlbum .boxBaseTopWrap .boxBaseTop .ttlBase01 {
  min-height: 155px;
}
@media all and (max-width: 640px){
  .pageBlog .boxBaseTopWrap .boxBaseTop .ttlBase01,
  .pageAlbum .boxBaseTopWrap .boxBaseTop .ttlBase01 {
    min-height: auto;
  }
}

.boxBaseTop .ttlBase01 .ttlEn{
  margin-bottom: 15px;
  font-style: italic;
  color: #359842;
}
.boxBaseTopWrap.type03 .boxBaseTop .ttlBase01 .ttlEn{
  margin-bottom: 10px;
}
.boxBaseTop .ttlBase01 .ttlEn .first {
  font-size: 4.5rem;
}
.boxBaseTop .ttlBase01 .ttlJa{
  font-size: 1.4rem;
  color: #359842;
}
.boxBaseTop .boxBreadcrumb{
  min-height: 70px;
}
.boxBaseTop .breadcrumb div{
  letter-spacing: 0.1em;
  color: #000;
}
.boxBaseTop .breadcrumb a{
  border-bottom: 1px #000 solid;
  color: #000;
}
.boxBaseTop .boxBaseCom{
  font-size: 1.0rem;
}

