@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex[@extend .flex;]
f-wrap[@extend .f-wrap;]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
.flex, #receipt .border-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/*　////////////////////////////////
flex
//////////////////////////////////　*/
.flex-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  zoom: 1;
}
.flex-style:after {
  display: block;
  content: "";
  clear: both;
}
.flex-style .box-3,
.flex-style .box-2a,
.flex-style .box-2b,
.flex-style .box-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-4 {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media (min-width: 768px) {
  .flex-style {
    margin: 0 -1% 0;
  }
  .flex-style .box-3 {
    width: 31.33%;
    margin: 0 1% 40px;
  }
  .flex-style .box-4 {
    width: 23%;
    margin: 0 1% 40px;
  }
  .flex-style {
    margin: 0 -2% 0;
  }
  .flex-style .box-2a,
  .flex-style .box-2b {
    margin: 0 2% 40px;
  }
  .flex-style .box-2a {
    width: -webkit-calc($l-width - $mlr * 2);
    width: 46%;
  }
  .flex-style .box-2b {
    width: -webkit-calc($r-width - $mlr * 2);
    width: 46%;
  }
}
/*　////////////////////////////////
改行
//////////////////////////////////　*/
.pc-br {
  display: none;
}
@media (min-width: 480px) {
  .pc-br {
    display: block;
  }
}

@media (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

.tb-br {
  display: none;
}
@media (min-width: 768px) {
  .tb-br {
    display: block;
  }
}

@media (min-width: 768px) {
  .br-tb {
    display: none;
  }
}

.br-tb2 {
  display: none;
}
@media (min-width: 480px) {
  .br-tb2 {
    display: block;
  }
}
@media (min-width: 768px) {
  .br-tb2 {
    display: none;
  }
}

.md-br {
  display: none;
}
@media (min-width: 987px) {
  .md-br {
    display: block;
  }
}

@media (min-width: 987px) {
  .br-md {
    display: none;
  }
}

.lg-br {
  display: none;
}
@media (min-width: 1220px) {
  .lg-br {
    display: block;
  }
}

@media (min-width: 1220px) {
  .br-lg {
    display: none;
  }
}

/*　////////////////////////////////
画像切り替え
//////////////////////////////////　*/
.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-img {
    display: block !important;
  }
  .sp-img {
    display: none !important;
  }
}
/*　////////////////////////////////
margin
//////////////////////////////////　*/
.mb05 {
  margin: 0px 0px 5px 0px;
}

.mb10 {
  margin: 0px 0px 10px 0px;
}

.mb15 {
  margin: 0px 0px 15px 0px;
}

.mb20 {
  margin: 0px 0px 20px 0px !important;
}

.mb25 {
  margin: 0px 0px 25px 0px;
}

.mb30 {
  margin: 0px 0px 30px 0px !important;
}

.mb40 {
  margin: 0px 0px 40px 0px !important;
}

.mb45 {
  margin: 0px 0px 45px 0px !important;
}

.mb50 {
  margin: 0px 0px 50px 0px !important;
}

.mt05 {
  margin: 5px 0px 0px 0px;
}

.mt10 {
  margin: 10px 0px 0px 0px;
}

.mt15 {
  margin: 15px 0px 0px 0px;
}

.mt20 {
  margin: 20px 0px 0px 0px;
}

.mt25 {
  margin: 25px 0px 0px 0px;
}

.mt30 {
  margin: 30px 0px 0px 0px;
}

.mt50 {
  margin: 50px 0px 0px 0px;
}

.mt80 {
  margin: 80px 0px 0px 0px;
}

/*　////////////////////////////////
list-style
//////////////////////////////////　*/
.list-style {
  text-indent: -1em;
}
.list-style li {
  margin-left: 1em;
  margin-bottom: 5px;
}

.list-style-b {
  text-indent: -1.3em;
}
.list-style-b li {
  margin-left: 1.3em;
  margin-bottom: 15px;
}

.circle-list {
  text-indent: -1.2em;
}
.circle-list li {
  margin-left: 1.2em;
  margin-bottom: 3px;
}
.circle-list li::before {
  content: "●";
  margin-right: 2px;
}

/*　////////////////////////////////
ボタン
//////////////////////////////////　*/
.btnA {
  display: block;
  margin: 20px 0;
  text-align: center;
}
.btnA a {
  display: inline-block;
  line-height: 1;
  padding: 12px 40px 12px 20px;
  text-decoration: none;
  color: #fff;
  background-color: #00967b;
  border: 2px solid #00967b;
  font-weight: bold;
  font-size: 1.4rem;
}
.btnA a span {
  position: relative;
}
.btnA a span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.btnA a:hover {
  color: #00967b;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btnA a:hover span {
  position: relative;
}
.btnA a:hover span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -25px;
  border-left: 11px solid #00967b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
@media (min-width: 768px) {
  .btnA a {
    padding: 15px 60px 15px 30px;
    font-size: 1.6rem;
  }
}

.tel-style {
  text-align: center;
  margin: 10px 0;
}
.tel-style img,
.tel-style p {
  display: inline-block;
}
.tel-style p {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  vertical-align: -6px;
}

/*　////////////////////////////////
reset
//////////////////////////////////　*/
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
body p {
  font-size: 1.4rem;
}
body img {
  max-width: 100%;
}

@media (max-width: 768px) {
  h2.plan_h2 {
    font-size: 2.4rem;
  }
}

/*///////////////////////////////////////
responsive 共通
//////////////////////////////////////*/
.lg-center {
  text-align: left;
}
@media (min-width: 1220px) {
  .lg-center {
    text-align: center;
  }
}

.md-center {
  text-align: left;
}
@media (min-width: 987px) {
  .md-center {
    text-align: center;
  }
}

.sm-center {
  text-align: left;
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
  }
}

.responsive {
  padding: 0 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  /*------------------------------------------
  お問い合わせ欄
  ----------------------------*/
  /*--スマホ時スムーズスクロール--*/
}
.responsive a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .responsive {
    padding: 0 30px;
  }
}
.responsive section {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .responsive section {
    margin: 0 0 60px;
  }
}
.responsive .row {
  margin-bottom: -15px;
}
.responsive .row div {
  margin-bottom: 15px;
}
.responsive .h-style-a {
  text-align: left;
  font-size: 1.8rem;
  border-left: 10px solid #00967b;
  border-bottom: 1px solid #00967b;
  padding: 5px 0 5px 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.responsive .h-style-b {
  text-align: left;
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .responsive .h-style-b {
    font-size: 2.1rem;
  }
}
.responsive .contact-wrap {
  margin-top: 100px;
  border: 4px solid #9cc857;
}
.responsive .contact-wrap .contact-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  background: #9cc857;
  padding: 10px;
}
.responsive .contact-wrap .contact-inner {
  padding: 15px;
}
.responsive .contact-wrap .contact-inner h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.responsive .contact-wrap .contact-inner .btnA {
  margin-bottom: 0;
}
.responsive .contact-wrap .contact-inner .contact-tel {
  font-family: "Century Gothic", "Avenir-Light", "ヒラギノ角ゴ StdN W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  color: #00967b;
  font-size: 3.8rem;
  font-weight: bold;
}
.responsive .contact-wrap .flex-style .box-2a,
.responsive .contact-wrap .flex-style .box-2b {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.responsive .contact-wrap .flex-style .box-2a {
  border-bottom: 1px solid #9cc857;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.responsive .contact-wrap .flex-style .box-2b {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .responsive .contact-wrap {
    margin-top: 150px;
  }
  .responsive .contact-wrap .contact-title {
    font-size: 2.8rem;
  }
  .responsive .contact-wrap .contact-inner h4 {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
  }
  .responsive .contact-wrap .contact-inner .btnA {
    margin-top: 10px;
  }
  .responsive .contact-wrap .contact-inner .contact-tel {
    font-size: 4.6rem;
  }
  .responsive .contact-wrap .flex-style .box-2a,
  .responsive .contact-wrap .flex-style .box-2b {
    margin-bottom: 0;
  }
  .responsive .contact-wrap .flex-style .box-2a {
    border-right: 1px solid #9cc857;
    border-bottom: none;
  }
}
.responsive html {
  -webkit-overflow-scrolling: touch;
}

/*responsive*/
/*------------------------------------------
setting
----------------------------*/
* {
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

#receipt {
  /*------------------------------------------
  共通スタイル
  ----------------------------*/
  /* 下ボーダー表スタイル */
  /* 背景色有の表スタイル */
  /*--------------------------------------------------------
  -----------------------------------
  ここから領収書印刷専用のスタイル
  -----------------------------------
  -------------------------------------------------------*/
}
#receipt p {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #receipt p {
    font-size: 1.6rem;
  }
}
#receipt li {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #receipt li {
    font-size: 1.6rem;
  }
}
#receipt a {
  text-decoration: none;
}
#receipt a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#receipt .btnS {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left;
}
#receipt .btnS a {
  padding: 12px 40px 12px 20px;
}
#receipt .border-title {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #receipt .border-title {
    margin-bottom: 60px;
  }
}
#receipt .border-title::before, #receipt .border-title::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #00947b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#receipt .border-title::before {
  left: 0;
}
#receipt .border-title::after {
  right: 0;
}
#receipt .border-title span {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  #receipt .border-title span {
    font-size: 2.4rem;
  }
}
#receipt .border-title span::before, #receipt .border-title span::after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #00947b;
}
#receipt .border-title span::before {
  margin-right: 1rem;
}
#receipt .border-title span::after {
  margin-left: 1rem;
}
#receipt .h-square {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#receipt .h-square::before {
  content: "■";
  color: #0077ab;
}
#receipt section {
  margin: 0 0 60px;
}
@media (min-width: 768px) {
  #receipt section {
    margin: 0 0 0px;
  }
}
#receipt dl dt,
#receipt dl dd {
  float: initial;
  width: initial;
  padding: 0;
}
#receipt .border-table {
  width: 100%;
  margin-bottom: 15px;
}
#receipt .border-table .bt-wrap {
  border-bottom: 1px solid #cbcbcb;
}
#receipt .border-table .bt-wrap th,
#receipt .border-table .bt-wrap td {
  display: block;
}
#receipt .border-table .bt-wrap th {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00947b;
  padding-top: 15px;
  padding-bottom: 5px;
}
#receipt .border-table .bt-wrap td {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #receipt .border-table .bt-wrap th,
  #receipt .border-table .bt-wrap td {
    padding: 15px 0;
    display: table-cell;
  }
  #receipt .border-table .bt-wrap th {
    width: 240px;
  }
  #receipt .border-table .bt-wrap td {
    width: calc(100% - 240px);
  }
}
#receipt .bg-table {
  margin-bottom: 10px;
}
#receipt .bg-table table {
  width: 100%;
}
#receipt .bg-table table th,
#receipt .bg-table table td {
  padding: 15px 10px;
  font-size: 1.5rem;
  text-align: center;
  border: 1px solid #fff;
}
#receipt .bg-table table .table-head th {
  background: #0077ab;
  color: #fff;
  font-weight: bold;
}
#receipt .bg-table table .table-left {
  background: #d6edf8;
}
#receipt .bg-table table td {
  background: #f1f1f1;
}
@media (max-width: 768px) {
  #receipt .bg-table {
    margin-bottom: 10px;
    overflow-x: auto;
  }
  #receipt .bg-table table {
    white-space: nowrap;
  }
}
#receipt .main_img {
  margin-bottom: 30px;
  border: solid 1px #777777;
}
#receipt .main_text {
  font-weight: bold;
  color: #00947b;
}
#receipt .receipt_example {
  display: block;
  gap: 0%;
  padding-top: 50px;
}
#receipt .receipt_example p {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #receipt .receipt_example p {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #receipt .receipt_example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6%;
    padding-bottom: 60px;
  }
}
#receipt .receipt_img {
  border: solid 1px #777777;
}
#receipt .receipt_example_img {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #receipt .receipt_example_img {
    width: 47%;
    padding-bottom: 0px;
  }
}
#receipt .procedure01_h,
#receipt .procedure02_h,
#receipt .procedure03_h {
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #receipt .procedure01_h,
  #receipt .procedure02_h,
  #receipt .procedure03_h {
    font-size: 1.9rem;
  }
}
#receipt .procedure01,
#receipt .procedure02,
#receipt .procedure03 {
  padding-bottom: 25px;
  padding-top: 25px;
}
#receipt .procedure01,
#receipt .procedure02,
#receipt .procedure03 {
  border-bottom: solid 2px #cbcbcb;
}
#receipt .procedure_select {
  color: #0071bb;
  font-weight: bold;
  padding-bottom: 2px;
}
#receipt .procedure {
  padding-top: 20px;
  padding-bottom: 80px;
}
#receipt .procedure_select_text {
  padding-bottom: 10px;
}
#receipt .kakomu {
  padding: 2px 8px;
  margin-right: 7px;
  background-color: #0071bb;
  color: #fff;
}
#receipt #works ul.list li.work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  text-align: left;
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 20px 10px;
  margin: -0.3px 0;
}
@media (min-width: 768px) {
  #receipt #works ul.list li.work {
    width: 46%;
  }
}
#receipt #works ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#receipt .cboxElement {
  text-align: center;
}
#receipt .mb05 {
  margin-top: 10px;
  text-align: center;
}
#receipt .example {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#receipt .chart {
  margin-top: 45px;
  margin-bottom: 45px;
}
#receipt .fee-table-style {
  margin-bottom: 10px;
}
#receipt .fee-table-style table {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 100%;
}
#receipt .fee-table-style table th,
#receipt .fee-table-style table td {
  padding: 10px 15px;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media (max-width: 768px) {
  #receipt .fee-table-style table th,
  #receipt .fee-table-style table td {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  #receipt .fee-table-style table th,
  #receipt .fee-table-style table td {
    font-size: 1.3rem;
    padding: 10px 5px;
  }
}
#receipt .fee-table-style table th {
  text-align: center;
  background: #eee;
}
#receipt .fee-table-style table td {
  text-align: right;
}

/*----- #flyer_recruit ---------*/