/* ===================================================================
CSS information
 file name  :  tablet_common.css
 style info :  タブレット用788px phone_common + tablet_common
=================================================================== */
.sp_none {
  display: block;
}

.ta_none {
  display: none;
}


.mb_header_r {
  width: calc(100% - 206px);
  padding: 20px 16px;
  box-sizing: border-box;
}

.mb_header_r img {
  display: block;
  width: 400px;
  margin: 0;
}

.ta_center {
  tezt_align: center;
}

.banner_box,
.box01_banner_box {
  /*text-align: center;*/
}

.banner_box p,
.box01_banner_box p {
  width: 30%;
  display: inline-block;
  margin: 0 1%;
}

.banner_box img,
.box01_banner_box img {
  width: 100%;
}

.ph_flt {
  float: none;
}

.ph_flr {
  float: none;
}

.box01_inner {
  width: 30%;
}

.box01_inner_flr {
  margin-right: 5%;
  width: 52%;
}

.flow_ttl02,
.flow_ttl01,
.flow_ttl03,
.flow_ttl04,
.flow_ttl05,
.flow_ttl06,
.flow_ttl07 {
  padding-left: 10%;
  width: 90%;
}

.ttl06_3_l,
.ttl06_3_r {
  float: none;
  margin-top: 0;
  width: auto;
}

.ttl06_3_l {
  margin-left: 220px;
}

.ttl06_3_r {
  margin-right: 220px;
}

.l220 {
  margin-left: 220px !important;
  width: auto !important;
  float: none !important;
}

.r220 {
  margin-right: 220px !important;
  width: auto !important;
  float: none !important;
}


.faq_box li dl dt {
  width: 8%;
}

.faq_box li dl dd {
  width: 79%;
}

.faq_box02 dd {
  padding: 10px 2% 10px 6%;
  width: 92%;
}

.consultant_box {
  width: 50%;
}

.h_title {
  width: 320px;
  height: auto;
}

.search_cat_box ul {
  margin: 5px 0 15px 0;
  float: left;
  background-color: #FBFAF1;
  padding: 10px 0;
  border: dotted 1px #999999;
}

.search_cat_box ul li {
  float: left;
  width: 50%;
}

.search_cat_box ul li img {
  width: 50%;
  height: auto;
  display: block;
}

.search_cat_box .search_nav {
  width: 100%;
}

.search_cat_box .nav_off {}

.search_cat_box .list_li:before {}

.search_cat_box .search_li:before {}


.sp-img {
  width: 350px;
  height: auto;
}

.flr .sp-img {
  width: 95px;
}

.link_btn .sp-img {
  width: 95px;
}

.box01_details .sp-img {
  width: 95px;
}

.to_top02 .sp-img {
  width: 75px;
}

.box01_banner_box .sp-img {
  width: 100%;
}

.pimg {
  width: auto;
  max-width: 350px;
}

.consultant_box02 .sp-img {
  width: 225px;
}


.ttl07_3 {
  font-size: 100%;
  width: 100%;
  letter-spacing: auto;
}

.beginner_w {
  margin: 0px 0 40px 0;
}

.beginner_box_lt {
  float: left;
  height: 200px;
  margin-right: 23px;
  width: 200px;
  margin-bottom: 5px;
}

.beginner_box_rt {
  float: right;
  height: 200px;
  margin-left: 23px;
  width: 200px;
  margin-bottom: 5px;
}


.center_img {
  float: left;
  text-align: center;
  background-color: #f1f1e8;
  width: 100%;
}


.top_fast {
  text-align: left;
  margin-top: 10px;
}

.top_fast .ttl01 {
  border-bottom: none;
}

.top_fast h2 {
  margin-top: 22px;
}

.top_fast_inner {
  padding: 0px;
  text-align: left;
}

.top_fast_inner .ttl01 {
  margin-bottom: 20px;
}

.top_fast_inner .aligncenter {
  width: 100%;
  overflow: hidden;
}

.top_fast dl {
  float: left;
  width: 31%;
  margin: 0 1%;
  padding: 0 0 24px;
}

.top_fast dt {
  margin-bottom: 7px;
  width: 100%;
}

.top_fast_inner a dd {
  text-decoration: none;
}

.top_fast_inner .aligncenter {
  text-align: center;
}

.top_fast_inner .aligncenter img {
  width: auto;
}

.top_fast_inner .textimg {
  text-align: center;
  width: 100%;
  height: 37px;
  margin-bottom: 20px;
}

.top_fast_inner dd {
  width: 100%;
  float: none;
  font-size: inherit;
}

.top_fast_inner p {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 12px;
  line-height: 1.45;
  font-size: clamp(0.688rem, 0.364rem + 1.03vw, 0.875rem);
  font-weight: 600;
}

.top_fast_inner .br--pc {
  display: block;
}

.top_fast_inner .top_fast_button {
  background-color: #84713E;
  text-align: center;
  font-size: 11.5px;
  color: #fff;
  border-radius: 3px;
  display: block;
  width: 114px;
  height: 20px;
  margin: 0 auto;
  padding-bottom: 1px;
  line-height: 1.85;
  opacity: 1;
  transition: .4s;
}

.career_flow h2 {
  width: 97%;
}


.trim {
  max-width: 90%;
  /* 最大表示幅の指定 */
  white-space: nowrap;
  /* 空白で改行させない */
  overflow: hidden;
  /* はみ出た部分を表示しない */
  text-overflow: ellipsis;
  /* はみ出た場合に「…」を表示 */
  -webkit-text-overflow: ellipsis;
  /* はみ出た場合に「…」を表示 (Safari用) */
  -o-text-overflow: ellipsis;
  /* はみ出た場合に「…」を表示 (Opera用) */

}



figure {
  display: flex;
  flex-flow: column;
  padding: 5px 5px 0;
  max-width: 200px;
  height: 200px;
  margin: auto;
  position: relative;


}

figure.fg_flt {
  margin-bottom: 20px;

}


figure figcaption {
  position: absolute;
  background-color: #222222d1;
  color: #fff;
  font-size: 70%;
  padding: 3px 0;
  text-align: center;
  line-height: 1.7;
  bottom: 0;
  width: 200px;

}


/*------211208谷口-----*/

.main_visual {
  background: url(../images/home/main02.jpg) no-repeat center center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-width: 100%;
  min-height: 60vh;
  position: relative;
}


.main_visual h1 {
  font-size: 28.5px;
  font-family: Noto serif JP;
  font-weight: 600;
  color: white;
  text-align: center;
  padding-top: 15%;

}


.main_visual h2 {
  font-size: 18px;
  font-family: Noto serif JP;
  font-weight: 400;
  color: white;
  text-align: center;
  padding-top: 20px;

}

.btn-offset.display-fixed {
  display: none;
}

.btn-offset.display-specific {
  display: block;
}

.btn-offset {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
}


.btn-offset__inner {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.btn-offset__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  --btn-offset-gutter: 12px;
  gap: var(--btn-offset-gutter);
  width: fit-content;
  margin-inline: auto;
}

@media (width < 767px) and (orientation: landscape) {
.btn-offset__wrap {
  width: fit-content;
  margin-inline: auto;
}
}


.btn-offset__link:not(:root) {
  background-image: linear-gradient(to right bottom, #e6c869 5%, #b3883b);
  -webkit-box-shadow: 0 5px 0 var(--color-gold);
  box-shadow: 0 5px 0 var(--color-gold);
  padding: 12px 16px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  justify-content: start;
  padding: 12px;
  width: 100%;
}


.btn-offset__label {
  font-size: 16px;
  color: #bd9200;
  border: 1px solid #bd9200;
  background: #fff;
  font-weight: 700;
  white-space: nowrap;
  font-family: 'Noto Serif JP', serif;
  padding: 2px clamp(.75rem, .564rem + .93vw, 1rem);
  height: auto;
  line-height: 1.6;
}

.btn-offset__text:not(:root) {
  font-size: calc(clamp(1rem, .091rem + 4.55vw, 1.313rem) + .5px);
  flex: 1;
  letter-spacing: .2em;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, .4);
  line-height: 1.6;
}


.btn-offset__text--s:not(:root) {
  font-size: calc(clamp(1rem, 0.091rem + 4.55vw, 1.313rem) - 0.5px);
  flex: 1;
  white-space: nowrap;
}



_::-webkit-full-page-media,
_:future,
:root .btn-offset__text--s:not(:root) {
  font-size: calc(clamp(1rem, 0.091rem + 4.55vw, 1.313rem) - 1.35px);
  letter-spacing: 0;
}

@media (width < 320px) {
.btn-offset__text--s:not(:root) {
  font-size: 15px;
}
}


.btn-offset__button {
  width: var(--btn-offset-button-width);
  min-height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
}

.btn-offset__cross {
  position: absolute;
  top: 50%;
  font-size: 14px;
  line-height: 1;
  border: none;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  color: var(--color-black);
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 7px rgb(0 0 0 / 40%);
  right: 6px;
  transform: translate(-6px, -50%);
}


.main_visual .main_txt {
    {

    display: none;
  }


  .catchphrase {
    font-size: 22px;
    text-align: center;
    font-family: Italianno;
    font-weight: 400;
    color: white;
    padding-top: 2%;
    text-shadow: 2px 2px 3px #000000;
  }

  .display_tblt_none {
    display: none;
  }

  /* Google font */

  @font-face {
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    font-family: 'Noto Serif JP';
    src: url("../font/NotoSerifJP-Regular.woff2") format("woff");
  }

  @font-face {
    font-display: swap;
    font-weight: 500;
    font-style: normal;
    font-family: 'Noto Serif JP';
    src: url("../font/NotoSerifJP-Medium.woff2") format("woff");
  }


  @font-face {
    font-display: swap;
    font-weight: 600;
    font-style: normal;
    font-family: 'Noto Serif JP';
    src: url("../font/NotoSerifJP-Bold.woff2") format("woff");
  }

  @font-face {
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    font-family: 'Noto Serif JP';
    src: url("../font/NotoSerifJP-Bold.woff2") format("woff");
  }


  @font-face {
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    font-family: 'Italianno';
    src: url("../fonts/Italianno-Regular.woff2") format("woff");
  }
