@charset "UTF-8";
/* ---------------------------------------------------------------------------

  パソコン

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

/* mainPhoto
----------------------------------------------------------*/
#contents {
  margin-top: 5.05vw;
}

#mainPhoto {
  padding: 0 3% 3% 3%;
  margin-top: 5.05vw;
  background: url(../images/bg02.png) left repeat-y;
  background-size: 70%;
  position: relative;
}

#mainPhoto img {
  width: 100%;
}

#mainPhoto .title {
  position: absolute;
  top: 27.5%;
  left: 27.1%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
  /*  text-shadow: -1px 3px 10px #222;*/
  color: #fff;
  font-weight: 600;
  font-size: 1.3vw;
}

#mainPhoto .title span {
  padding-bottom: 1.05vw;
  display: block;
  line-height: 1.42;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.35vw;
}

#mainPhoto .title span.sub {
  padding-bottom: 0;
  line-height: 180%;
  font-size: 1.05vw;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 500;
}

/* お知らせ
----------------------------------------------------------*/
#news {
  padding: 2% 0;
  background: url(../images/bg01.png) left repeat-y;
  background-size: 97%;
  overflow: hidden;
}

#news .innerBox {
  padding-bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: left;
}

/* タイトル */
#newBox {
  width: 24%;
}

#newBox .box {
  padding: 1.5% 0 2% 5%;
  border-left: 4px solid var(--BaseColor);
  line-height: 100%;
}

#newBox .box span.en {
  display: block;
  line-height: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4vw;
}

#newBox .box span.jp {
  padding-left: 1%;
  line-height: 70%;
  font-size: 0.85vw;
}

/* お知らせ内容 */
#news .newsBox_ul {
  width: 75%;
}

#news .newsBox_li {
  overflow: hidden;
}

.newsBox_head {
  display: flex;
  align-items: center;
}

#news .newsBox_li p {
  padding-bottom: 0;
}

#news .newsBox_li p.date {
  background: none;
  border-radius: 2px;
  text-align: left;
  float: left;
  width: 10%;
  color: #999;
  font-size: 0.9vw;
}

#news .newsBox_li p.icon {
  /* margin-top: 0.3%; */
  padding: 0.2% 0 0.4%;
  background: var(--BaseColor);
  text-align: center;
  width: 9%;
  color: #fff;
  line-height: 150%;
  font-size: 0.75vw;
}

#news .newsBox_li p.title {
  padding: 0;
  width: 90%;
  color: #000;
  font-weight: 600;
  font-size: 1.3vw;
}

#news .newsBox_li .box {
  margin-bottom: 2%;
  padding: 1% 0 2% 0;
  border-bottom: 1px solid #ccc;
}

#news .newsBox_li .box p {
  line-height: 150%;
  font-size: 0.88em;
  font-weight: 300;
}

#news .newsBox_li:last-child .box {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* top_con01
----------------------------------------------------------*/
/* section上下余白はcommonに記載 */

.wrap_top_message,
.wrap_lower_message {
  max-width: 66%;
  margin: 0 auto;
}

.message_box {
  display: flex;
  justify-content: space-between;
}

.message_box_txt {
  width: 56%;
}

.message_box_img {
  width: 39%;
}

.top_con01_ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.95vw;
  font-weight: 500;
  line-height: 1.45;
  padding-bottom: 1.2vw;
  color: #000;
}

.message_box_p {
  line-height: 1.5;
}

.message_box_p+p {
  padding-top: 1.2vw;
}

.message_box_sign {
  text-align: right;
  font-size: 1.5vw;
  padding-top: 1.2vw;
}

.message_box_sign span {
  font-size: 0.65em;
  display: inline-block;
  padding-right: 1.2em;
}

/* top_con02  (SERVICE)
----------------------------------------------------------*/
/* section上下余白はcommonに記載 */

.top_con02 {
  background: var(--GrayBgColor);
}

/* タイトル */
#home h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.34vw;
  line-height: 1.43;
  font-weight: 500;
  text-align: center;
  /* padding-top: 4.5vw; */
}

#top_news h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.54vw;
  line-height: 1;
  padding-top: 0;
  text-align: left;
}

#home h3 span {
  font-family: 'Noto Serif JP', serif;
  display: block;
  font-size: 0.95vw;
  color: #acacac;
  padding-top: 0.5vw;
  padding-bottom: 1.5%;
}

#top_news h3 span {
  padding-top: 1.0vw;
}

.top_h3_lead {
  font-size: 1.0em;
  text-align: center;
  padding-bottom: 3.1%;
  font-weight: 300;
}

/* リスト */
/*.top_con02_box {
  margin-top: 2vw;
}*/

.top_con02_box_ttl {
  font-size: 1.35em;
  font-weight: 500;
  padding-left: 0.65em;
  margin-bottom: 1.6vw;
  position: relative;
}

.top_con02_box_ttl::before {
  content: "";
  width: 0.33vw;
  height: 2.1vw;
  background-color: var(--BaseColor);
  display: block;
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
}

.top_con02_box_ttl:nth-of-type(2) {
  margin-top: 3.5vw;
}

.top_con02_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3vw 1.6vw;
}

.top_con02_li {
  overflow: hidden;
  border-radius: 0.26vw;
  box-shadow: 0 0 8px #dfdede;
}

.top_con02_li a:hover {
text-decoration: none;
opacity: 0.7;
}

.top_con02_img {
  width: 100%;
  overflow: hidden;
}

.top_con02_img img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
}

.top_con02_txtbox {
  background: #fff;
  padding: 1.0vw 1.55vw 1.45vw;
}

.top_con02_ttl {
  font-size: 1.12em;
  padding-bottom: 0.4em;
  font-weight: 500;
  color: #000;
}

.top_con02_ttl span {
  /*font-family: "Yu Gothic", serif;*/
  font-weight: 600;
  font-size: 0.8em;
  color: var(--NumberColor);
  padding-right: 0.5vw;
}

.top_con02_txt {
  font-size: 0.89em;
  color: #000;
  text-align: justify;
  line-height: 1.4;
  font-weight: 300;
}

.cont {
  color: rgb(68, 115, 187);
}

/* top_con03 (OUR STRENGTH)
----------------------------------------------------------*/
/* section上下余白はcommonに記載 */

.top_con03 {
  background-color: var(--BaseColor);
  background: linear-gradient(180deg, #fff 0%, #fff 60%, var(--BaseColor) 60%, var(--BaseColor) 100%);
}

.top_con03_ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.top_con03_ul li {
  width: 31%;
}

.top_con03_img {
  width: 100%;
  padding-bottom: 4%;
}

.top_con03_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top_con_03_wrap p:first-child {
  font-size: 1.14vw;
  font-weight: 400;
  line-height: 1.4;
}

.top_con03_txt {
  font-size: 0.95vw;
  line-height: 1.4;
  font-weight: 300;
}

.top_con_03_wrap {
  padding-bottom: 2.2%;
  position: relative;
}

.top_con03_num {
  font-family: 'Noto Serif JP', serif;
  color: var(--SubColor);
  line-height: 1;
  font-size: 3.8em;
  position: absolute;
  top: -0.2em;
  right: 0;
}


/* top_flow
----------------------------------------------------------*/
.top_flow h3 {
  position: relative;
}

.top_flow_ol {
  display: flex;
  justify-content: space-between;
}

.top_flow_ol li {
  width: 24%;
  position: relative;
  border: 1px solid #707070;
  text-align: center;
  margin-top: 1.14vw;
}

.flow_step {
  font-size: 1.14vw;
  color: #fff;
  background-color: var(--BaseColor);
  display: inline-block;
  line-height: 1.57;
  padding: 1.3% 14% 1.7%;
  border-radius: 1000px;
  transform: translateY(-50%);
}

.flow_ttl {
  font-size: 1.35vw;
  font-weight: 400;
}

.flow_icon {
  width: 50%;
  margin: 0 auto;
}

.flow_txt {
  font-size: 0.93vw;
  text-align: left;
  padding: 0 6% 8%;
  font-weight: 300;
}

.top_con_flow_txt01 {
  font-size: 1.56vw;
  font-weight: 400;
  text-align: center;
  padding-top: 3.7vw;
}


/* よくある質問
----------------------------------------------------------*/
.top_faq {
  background: #f2f4f6;
}

.bellows--is-open {
  margin-bottom: 3%;
  box-shadow: rgb(204, 204, 204) -1px 3px 10px -1px;
  padding: 2% 5%;
  background: rgb(255, 255, 255);
}

.bellows__header {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 1em;
  text-align: left;
  border-bottom: 1px solid rgb(153, 153, 153);
  padding-bottom: 2%;
  margin-bottom: 2%;
}

.bellows__header:first-child {
  margin-top: 0;
}

.bellows__header img {
  width: 1.2em;
  margin-left: 0.7em;
}

.bellows__header h4 {
  margin: 0;
  padding-bottom: 0;
  background: none;
  text-align: left;
  font-size: 1.15em;
  font-weight: 400;
  position: relative;
}

.bellows__content {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 1em;
  text-align: left;
}

.bellows__content img {
  width: 1.2em;
  margin-top: 0.4em;
  margin-left: 0.7em;
}

p.last {
  padding-bottom: 0;
  line-height: 1.8;
  position: relative;
  padding-right: 4%;
  font-weight: 300;
}

.bellows--is-open {
  margin-bottom: 3%;
  box-shadow: rgb(204, 204, 204) -1px 3px 10px -1px;
  padding: 3.4% 5% 3.8%;
  background: rgb(255, 255, 255);
}

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

下層ページ

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

/*----- パンくず -----*/
.pankuzu {
  font-size: 0.85vw;
  padding-top: 1.5em;
  padding-left: 4vw;
  color: #999;
}

.pankuzu_inner {
  text-align: right;
  margin-right: 3%;
}

.pankuzu a {
  color: #999;
  text-decoration: none;
}

/*----- 下層mv -----*/
.lower_mv {
  background-image: url(../images/h2_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 20vw;
  margin-top: 5.05vw;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.lower_mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.lower_mv h2 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.08em;
}

.lower_mv h2 span {
  font-size: 0.4em;
  display: block;
  color: #fff;
}

/*----- section title bg -----*/
.lower_section {
  padding-bottom: 5.2vw;
}

.lower_section_bg {
  background-color: var(--GrayBgColor);
  padding-bottom: 5.2vw;
  /*padding: 5.20vw 0;*/
}

.fee_bg:nth-of-type(even) {
  background-color: var(--GrayBgColor);
}

.lower_mv_wrap {
  position: relative;
}

.lower_mv_wrap::after {
  content: "";
  position: absolute;
  z-index: -10;
  bottom: -3vw;
  width: 100%;
  height: 150%;
  background: linear-gradient(to right, var(--BaseColor) 0%, var(--BaseColor) 66%, #fff 66%, #fff 100%);
}

.lower_section_paddingTop {
  padding-top: 5.2vw;
}

/*----- 上部余白(〇〇士紹介セクション以外) -----*/
.white_bg {
  background-color: #fff;
  padding-bottom: 5.2vw;
  box-shadow: -1px 3px 10px -1px #ccc;
}

/*----- 〇〇士紹介セクション上部余白 -----*/
#introduction .white_bg {
  background-color: #fff;
  padding: 5.2vw 0;
  box-shadow: -1px 3px 10px -1px #ccc;
}

.lower_section section.white_bg+section {
  margin-top: 4.16vw;
}

/*----- section title -----*/
.lower_section_ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.3em;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-bottom: 2.87vw;
  padding-top: 4.5vw;
  padding-bottom: 1.1vw;
  line-height: 1.43;
}

.lower_section_ttl h3 span {
  display: block;
  font-size: 0.7em;
}

.lower_section_ttl h3::after {
  content: "";
  height: 0.25vw;
  width: 5vw;
  background-color: var(--BaseColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/*　aboutus
----------------------------------------------------------*/
/*----- 代表挨拶 ------*/
.message_box {
  display: flex;
  justify-content: space-between;
}

.message_box_txt {
  width: 55%;
}

.message_box_img {
  width: 40%;
}

.message_box_ttl {
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 1.35em;
  font-weight: 400;
  line-height: 1.35;
  padding-bottom: 1.2vw;
  color: #000;
}

.message_box_p {
  line-height: 1.65;
  text-align: justify;
  font-weight: 300;
}

.message_box_p+p {
  padding-top: 2%;
  font-weight: 300;
}

.txt_small {
  font-size: 0.9em;
}
.contact_telbox a {
  position: relative;
  z-index: 9999; /* 明示的に前面へ */
}

.message_box_p_last {
  line-height: 1.65;
  text-align: justify;
  font-weight: 300;
  padding-bottom: 0;
}

.message_box_txt_span {
  line-height: 1.65;
  font-weight: 500;
}

.message_box_sign {
  text-align: right;
  font-size: 1.4vw;
  padding-top: 1.2vw;
  font-weight: 400;
}

.message_box_sign span {
  font-size: 0.65em;
  display: inline-block;
  padding-right: 1.2em;
}

/*----- 事務所概要 ------*/
.office_info dl {
  display: flex;
}

.office_info dt {
  font-weight: 500;
  width: 17.5%;
  padding: 2.97% 0;
  padding-left: 1.86%;
  border-bottom: 0.156vw solid var(--BaseColor);
}

 #aboutus .txt_small {
    font-size: 0.8em;
  }

.office_info dd {
  width: 82.5%;
  padding: 2.97% 0;
  padding-left: 4.24%;
  border-bottom: 0.156vw solid #d8d8d8;
  font-weight: 300;
}

.office_info_age:not(:first-of-type) {
  padding-top: 2%;
}

.office_info dl:first-child dt {
  font-weight: 500;
  padding-top: 1.5%;
}

.office_info dl:first-child dd {
  padding-top: 1.5%;
}

.office_info_imgarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding-top: 3.64vw;
  gap: 1vw 2vw;
}

.office_info_imgarea li {
  overflow: hidden;
}

.office_info_imgarea li:nth-of-type(3n) {
  margin-right: 0;
}

/*　information
----------------------------------------------------------*/
.top_info {
  background-color: var(--GrayBgColor);
}

.top_info_inner {
  background-color: #fff;
  padding: 4vw 5.2vw;
  margin-top: 4vw;
  padding: 3.64vw;
}

.lower_access_wrap {
  max-width: 65vw;
  margin: 0 auto;
}

.top_access_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 1.5%;
}

.top_access_box>div {
  width: 45%;
}

.top_access_box01 dl dt {
  line-height: 2vw;
  font-weight: 500;
  padding-left: 0.75em;
  margin-bottom: 0.5em;
  position: relative;
}

.top_access_box01 dl dd {
  font-weight: 300;
}

.top_access_box01 dl dt::before {
  content: "";
  width: 0.3vw;
  height: 2vw;
  background-color: var(--BaseColor);
  display: block;
  position: absolute;
  left: 0px;
  font-weight: 400;
}

.top_access_box01 dl dd+dt {
  margin-top: 1.5vw;
}

.top_access_box02 dl dt {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0.3em;
}

.top_access_box02 dl dd {
  font-weight: 300;
}

.top_access_box02 dl dt::before {
  content: "";
  display: block;
  margin-right: 0.3em;
  width: 0.7vw;
  height: 0.8vw;
  background-color: rgb(51, 51, 51);
  clip-path: polygon(0.7vw 50%, 0% 0%, 0% 0.8vw);
}

.top_access_box02 dl dd+dt {
  margin-top: 2.5vw;
}

.top_gmap {
  width: 100%;
  text-align: center;
  background: #fff;
  position: relative;
}

.top_gmap iframe {
  display: block;
  width: 100%;
  height: 36vw;
  padding-top: 2.0%;
}

.office_info_imgarea {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-top: 3.64vw;
}

.office_info_imgarea li img {
  width: 100%;
}

.office_info_imgarea li p {
  padding-top: 0.8vw;
  font-size: 0.9em;
  font-weight: 300;
}

/*  service
----------------------------------------------------------*/

/*--ページ上部アンカーリンク--*/
.service_link {
  padding: 5vw 0;
}

.service_link_box,
.service_link_box2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 1.55vw 1.2vw;
  margin-top: 1.25vw;
}

.service_link_box:first-of-type,
.service_link_box2:first-of-type {
  margin-bottom: 2.5vw;
}

.service_link_box_ttl {
  font-size: 1.15em;
  font-weight: 400;
  padding-left: 0.65em;
  position: relative;
}

.service_link_box_ttl::before {
  content: "";
  width: 0.3vw;
  height: 1.8vw;
  background-color: var(--BaseColor);
  display: block;
  position: absolute;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
}

.service_link_box li,
.service_link_box2 li {
  /* width: 31.5%; */
  background-repeat: no-repeat;
  background-position: center right 6%;
  background-size: 0.6em auto;
}

.service_link_box a,
.service_link_box2 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-size: 0.95em;
  color: #000;
  text-decoration: none;
  border: 1px solid #bbbbbb;
  /* padding: 7.5% 5.5%; */
  padding-left: 5.5%;
  padding-right: 6.5%;
  height: 5vw;
  position: relative;
}

.service_list_subTtl {
  /* font-size: 0.9em; */
}

.service_link_box p {
  padding-bottom: 0;
  font-size: 1.05em;
}

.service_link_box a::after,
.service_link_box2 a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #555;
  font-weight: 900;
  font-size: 0.95vw;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

/*--------------業務内容説明文----------------*/
.service_explain {
  display: flex;
  justify-content: space-between;
}

.service_explain_txt {
  width: 50%;
  text-align: justify;
}

.service_explain_img {
  width: 47%;
  height: 20vw;
}

.service_explain_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_explain_txt p+p {
  padding-top: 1.2vw;
}

.service_explain_link {
  text-align: right;
  margin-top: 3vw;
  text-decoration: underline;
  color: var(--linkColor);
}

.service_explain_link a {
  color: var(--linkColor);
}

/*--------------よくある質問----------------*/
.service_faq_ttl {
  font-size: 1.25em;
  font-weight: 500;
  padding: 4% 0 1.5%;
}

.service_faq_item {
  position: relative;
}

/*--------------アコーディオン----------------*/
.service_faq .toggle {
  display: none;
}

.service_faq .option {
  position: relative;
  margin-bottom: 2%;
}

.service_faq .option:last-of-type {
  margin-bottom: 0;
}

.service_faq .title,
.service_faq .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.service_faq .title {
  border: solid 1px #aaaaaa;
  padding: 2.55%;
  padding-left: 2.5%;
  padding-right: 7%;
  display: block;
  cursor: pointer;
}

.service_faq .title::after,
.service_faq .title::before {
  content: "";
  position: absolute;
  right: 3.5%;
  top: calc(50% - 0.4em);
  width: 2px;
  height: 0.8em;
  background-color: #707070;
  transition: all 0.3s;
}

.service_faq .title::after {
  transform: rotate(90deg);
}

.service_faq .content {
  max-height: 0;
  overflow: hidden;
}

.service_faq .content p {
  margin: 0;
  padding: 1em 1.4em 1em;
}

.service_faq .toggle:checked+.title+.content {
  max-height: 5000px;
  transition: all 1s;
}

.service_faq .toggle:checked+.title::before {
  transform: rotate(90deg) !important;
}

/*  fee
----------------------------------------------------------*/
.fee_section_introtxt {
  padding-bottom: 0.3vw;
  line-height: 1.5;
}

.fee_table {
  width: 100%;
}

.fee_table th,
.fee_table td {
  border: 1px solid #cacaca;
  font-weight: 300;
  vertical-align: middle;
  padding: 1.4vw;
}

.fee_table tr:first-of-type th {
  background-color: var(--BaseColor);
  color: #fff;
  padding: 0.68vw;
  font-weight: 400;
}

.fee_table tr:nth-of-type(n + 2) th {
  text-align: left;
  background-color: var(--TableBgColor);
}

.fee_table tr:nth-of-type(n + 2) td {
  text-align: left;
  background-color: #fff;
}

.fee_table .zei_small {
  font-size: 0.8em;
}

.fee_table_ttl01 {
  font-size: 1.2vw;
  font-weight: 500;
  padding-bottom: 1.2%;
}

.fee_table_ttl01:nth-of-type(n + 2) {
  padding-top: 3.2%;
}

.table_note_area {
  font-size: 0.95vw;
  margin-top: 1.2vw;
  line-height: 1.5;
}

.table_note_area li+li {
  padding-top: 0.26vw;
}

.table_note_area li,
.table_note_area p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.95em;
  font-weight: 300;
}

.link_contact {
  text-decoration: underline;
  color: var(--linkColor);
}

/*テーブルの横幅*/
.fee_table3_7 tr th:first-of-type {
  width: 30%;
}

.fee_table3_7 tr td:nth-of-type(2) {
  width: 70%;
}

.fee_table4_6 tr th:first-of-type {
  width: 40%;
}

.fee_table4_6 tr td:nth-of-type(2) {
  width: 60%;
}

.fee_table5_5 tr th:first-of-type,
.fee_table5_5 tr td:nth-of-type(2) {
  width: 50%;
}

.fee_table2_4_4 tr td {
  width: 40%;
}
.fee_table2_4_4 tr th:first-of-type {
  width: 20%;
}

.fee_table_will_ul li {
  text-indent: -1em;
  padding-left: 1em;
}
/*  fee2
----------------------------------------------------------*/
.miniTextBox p {
  text-align: center;
}

.lower_section_bg_fee2 {
  background-color: var(--GrayBgColor);
  padding: 5.2vw 0px;
}

.white_bg2 {
  background-color: rgb(255, 255, 255);
  padding-bottom: 5.2vw;
  padding-top: 5.2vw;
  box-shadow: rgb(204, 204, 204) -1px 3px 10px -1px;
}

.wrap_s_fee2 {
  max-width: 65vw;
  margin: 0px auto;
  font-weight: 300;
}

.fee2 dl dt {
  font-size: 1.1em;
  position: relative;
  padding-bottom: 0.7vw;
  margin-bottom: 0.7vw;
  line-height: 100%;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #707070;
}

.fee2 dl:not(:first-child) {
  margin-top: 3.5vw;
}

/*  contact
----------------------------------------------------------*/
.contact_info {
  text-align: center;
}

.contactpage_point {
  display: flex;
  justify-content: space-between;
  width: 78%;
  margin: 0 auto;
  padding: 3.8% 0;
}

.contactpage_point li {
  width: 31.5%;
  border: 1px solid #000;
  text-align: center;
  padding: 0.7vw 0.85vw 0.85vw;
  font-weight: 300;
}

.contactpage_point li span {
  font-size: 0.8em;
}

.contact_telbox {
  border: 0.26vw solid #ececec;
  padding: 2.4%;
  text-align: center;
  font-size: 1.4em;
}

.contact_telbox_tel_title {
  font-weight: 400;
  font-size: 1.1em;
}

.contact_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
}

.contact_tel_text {
  font-size: 2em;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  padding-bottom: 0.1vw;
  line-height: 1.3;
}

.contact_tel_img {
  mask-image: url(../images/icon_tel.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #000;
  display: inline-block;
  width: 1.8vw;
  margin-top: 0.5vw;
  aspect-ratio: 1 / 1;
}

.contact_telbox_uketsuke {
  font-size: 1vw;
}

/*-----------お問合せフォーム------------*/
.form_wrap {
  padding-top: 5.2vw;
}

.form_wrap h4 {
  font-size: 1.6em;
  text-align: center;
  font-weight: 400;
}

.form_info {
  text-align: center;
  padding-top: 2%;
}

/*-----------form------------*/
.contact_form {
  padding-top: 3%;
}

.contact_form dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  padding: 2.3% 1.7%;
}

.contact_form dl:first-of-type {
  padding-top: 0;
}

.contact_form dl:last-of-type {
  margin-bottom: 3.12vw;
}

.contact_form dt {
  width: 26%;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.contact_form dd {
  width: 70.5%;
}

.contact_form span.hissu,
.contact_form span.nini {
  font-size: 0.75em;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--BaseColor);
  padding: 0.25vw 1.1vw;
  letter-spacing: 0.2em;
  margin-left: 1.04vw;
}

.contact_form span.nini {
  background-color: #b7b7b7;
}

.checkbox label {
  display: inline-block;
}

.checkbox label:nth-of-type(n + 2) {
  padding-top: 0.26vw;
}

.hamburger.active {
  background-color: transparent;
}

input,
textarea {
  font-size: 1.1vw;
}

#company,
#name,
#telefon,
#ad,
#Email,
#remarks {
  width: 100%;
  background-color: #f3f3f3;
  border: none;
  padding: 0.8vw 0.7vw;
}

#remarks {
  height: 12vw;
}

/*form placeholdeのfontcolor*/
input::placeholder,
textarea::placeholder {
  color: #a1a1a1;
  font-size: 1vw;
}

.btn_effect01 {
  background: none;
  background-color: var(--BtnColor);
  /*border: 1px solid var(--AccentColor);*/
  border: none;
  color: #fff;
  font-size: 1.4vw;
  letter-spacing: 0.08em;
  width: 33%;
  height: 3.5vw;
  border-radius: 1000px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}

.btn_effect01:hover {
  opacity: 0.8;
}

/*---------------ラジオボタン---------------*/
.radio-input {
  display: none;
}

.radio-input+label {
  padding-left: 23px;
  position: relative;
  margin-right: 40px;
}

.radio-input+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background-color: #fff;
}

.radio-input:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: var(--SubColor);
  border-radius: 50%;
}

/*-------------チェックボックス-------------*/

.checkbox-input {
  display: none;
}

.checkbox-parts {
  padding-left: 1.45vw;
  position: relative;
  font-weight: 300;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3vw;
  left: 0;
  width: 0.88vw;
  height: 0.88vw;
  border: 1px solid #999;
  border-radius: 2px;
  background-color: #fff;
}

.checkbox-input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  /*top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;*/
  top: 0vw;
  left: 0.26vw;
  width: 0.36vw;
  height: 0.729vw;
  transform: rotate(40deg);
  border-bottom: 3px solid var(--SubColor);
  border-right: 3px solid var(--SubColor);
}

/*-------------個人情報保護方針チェック-------------*/
.policy_box {
  text-align: center;
  margin-bottom: 2.8vw;
}

.policy_box a {
  color: #000;
  text-decoration: underline;
}

.policy_box p {
  margin-top: 0.5vw;
  font-size: 0.9vw;
}

/*  policy
----------------------------------------------------------*/
.policy_wrap {
  padding-top: 5vw;
}

/*.policy_info {
  text-align: center;
}*/
.policy_wrap dl {
  margin-top: 3.5vw;
}

.policy_wrap dt {
  font-size: 1.1vw;
  padding-bottom: 0.7vw;
  margin-bottom: 0.7vw;
  border-bottom: 1px solid #707070;
  font-weight: 500;
}

.policy_wrap ul {
  margin: 0.5vw 0 1vw;
}

.policy_wrap ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 300;
}

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

  タブレット（959px以下の時に適用されます）

--------------------------------------------------------------------------- */
@media screen and (max-width : 959px) {

  #mainPhoto {
    background: none;
    padding: 0;
  }

  .top_gmap iframe {
    min-height: 300px;
    padding-top: 3.38vw;
  }

  /*--service.html 　ページ上部アンカーリンク--*/
  .service_link_box,
  .service_link_box2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px 2.5%;
    margin: 6% 0;
  }

  .service_link_box a,
  .service_link_box2 a {
    height: 6.2vw;
  }

  .service_link_box li,
  .service_link_box2 li {
    width: auto;
  }

  /*--下層ページ(AboutUs)アクセス　サイド余白--*/
  .lower_access_wrap {
    max-width: 90%;
  }

  /*--下層ページ(introduction)　メッセージ余白--*/
  .introduction_message {
    padding-top: 3.4%
  }

  .introduction_messageTxt {
    padding-top: 0.2%
  }

  .introduction_messageTitle {
    padding-left: 1.86%;
    font-weight: 700;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }

  .introduction_messageTxt {
    padding-left: 1.86%;
  }
}


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

  スマホ（767px以下の時に適用されます）

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

@media screen and (max-width : 767px) {

  /* P */
  p {
    padding-bottom: 4%;
    font-weight: 400;
  }

  p.last {
    padding-bottom: 0;
  }

  .indentBox {
    padding-bottom: 4%;
    padding-left: 1em;
    text-indent: -1em;
  }

  /* インデント */
  .indent {
    padding-bottom: 2%;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 150%;
  }

  .indent02 {
    padding-bottom: 2%;
    padding-left: 2em;
    text-indent: -2em;
    font-size: 14px;
  }

  /*-------------リンクボタン-------------*/
  a.btn {
    margin: 0 auto;
    padding: 4% 0;
    background: #fff url(../images/common/arrow02.png) 94% 50% no-repeat;
    background-size: 8%;
    border: 1px solid #000;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: bold;
  }

  /* サイズ調整用 */
  a.btn30 {
    padding: 5px 0;
    width: 50%;
  }

  a.btn50 {
    padding: 4px 0;
    width: 70%;
  }

  a.btn70 {
    padding: 4px 0;
    width: 80%;
  }

  /*-------------------下層ページMV背景画像-------------------*/
  /*.lower_mv {
    background-image: url(../images/h2_bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    height: 23vw;
    display: flex;
    align-items: center;
    position: relative;
  }*/


  /*-------------------下層ページMV-------------------*/
  .lower_mv {
    margin-top: clamp(43px, 10vw, 70px);
  }

  /* ヘディングタグ
  ----------------------------------------------------------*/
  #h1Box {
    /*  padding: 0 3% 1% 3%;
    background: url(../images/bg02.png) repeat-y;
    background-size: 66%;*/
    text-align: center;
  }

  #h1Box h1 {
    padding: 19% 0 16% 0;
    background: url(../images/h1_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }

  #h1Box p {
    padding: 0;
    line-height: 100%;
  }

  #h1Box span.jp {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 26px;
  }

  #h1Box span.en {
    display: block;
    font-weight: 700;
    font-size: 11px;
  }

  h2 {
    margin-bottom: 6%;
    padding-bottom: 3%;
    box-sizing: border-box;
    background: none;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
    line-height: 130%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 700;
    font-size: 24px;
  }

  h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.2vw;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-width: 1px 20px;
  }

  #home h2 {
    margin-bottom: 1.5vw;
  }

  h4 {
    margin-bottom: 4%;
    padding-left: 2%;
    line-height: 150%;
    font-weight: 700;
    font-size: 18px;
  }

  /* mainPhoto
  ---------------------------------------------------------------*/

  #contents {
    margin-top: 10.05vw;
  }

  #mainPhoto {
    position: relative;
    margin-top: 11vw;
   }

  #mainPhoto img {
    object-fit: cover;
    height: 530px;
    object-position: right;
  }

  #mainPhoto .title {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    /*  text-shadow: -1px 3px 10px #222;*/
    color: #fff;
    font-weight: 700;
  }

  #mainPhoto .title span {
    padding-bottom: 3%;
    display: block;
    line-height: 1.35;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 4.7em;
  }

  #mainPhoto .title span.sub {
    padding-bottom: 0;
    line-height: 1.6;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    font-size: 2.8em;
    font-weight: 500;
  }

  .lower_mv {
    margin-left: 0;
    margin-right: 0;
  }

  .pankuzu {
    display: none;
  }

  .lower_mv_wrap::after {
    display: none;
  }

  .lower_mv {
    padding: 19% 0 16% 0;

  }

  /* お知らせ
  -----------------------------------------------------------*/
  #news {
    padding: 6% 0;
    background: url(../images/bg01.png) left repeat-y;
  }

  #news .middleBox {
    margin: 0 auto;
    width: 92%;
  }

  #news .innerBox {
    display: block;
  }

  /*----------------タイトル----------------*/
  #newBox {
    width: 25%;
  }

  #newBox .box {
    padding: 2% 0 2% 7%;
    border-left: 4px solid var(--BaseColor);
    line-height: 100%;
  }

  #newBox .box span.en {
    display: block;
    line-height: 100%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.4vw;
  }

  #newBox .box span.jp {
    padding-left: 1%;
    line-height: 70%;
    font-size: 0.85vw;
  }

  /* お知らせ内容 */
  #news .newsBox_ul {
    width: 100%;
  }

  #news .newsBox_li {
    overflow: hidden;
  }

  .newsBox_head {
    display: flex;
    align-items: center;
  }

  #news .newsBox_li p {
    padding-bottom: 0;
  }

  #news .newsBox_li p.date {
    background: none;
    text-align: left;
    float: left;
    width: 24%;
    color: #777;
    font-size: 0.9em;
  }

  #news .newsBox_li p.icon {
    /*margin-top: 0.2%;*/
    padding: 0.3% 0 0.7%;
    line-height: 150%;
    font-size: 0.65em;
    width: 18%;
    font-weight: 400;
  }

  #news .newsBox_li p.title {
    padding: 0;
    width: 90%;
    color: #000;
    font-weight: 600;
    font-size: 1.3vw;
  }

  #news .newsBox_li .box {
    margin-bottom: 4%;
    padding: 2% 0 4% 0;
    border-bottom: 1px solid #ccc;
  }

  #news .newsBox_li .box p {
    line-height: 150%;
    font-size: 0.9em;
    font-weight: 400;
  }

  #news .newsBox_li:last-child .box {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  /* top_con01
  -----------------------------------------------------------*/
  .message_box {
    flex-direction: column-reverse;
  }

  .top_con01 {
    background-color: #fff;
  }

  .top_con01::before {
    content: none;
    /*width: 100%;
     height: 60%;
     background-color: var(--GrayBgColor);
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: -1;*/
  }

  .top_con01_ttl {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3em;
    line-height: 1.45;
    /*position: relative;*/
    padding-bottom: 4.5%;
    padding-top: 5%;
    font-weight: 700;
  }

  .top_con01_ttl::after {
    content: none;
    /*font-size: 5.21vw;
     color: #ECECEC;
     position: absolute;
     right: 0;
     top: 52%;
     transform: translateY(-50%);
     font-weight: 400;*/
  }

  .top_con01_box {
    /*display: flex;*/
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .top_con01_txtbox {
    width: 100%;
    padding-top: 4%;
    line-height: 1.65;
  }

  .top_con01_txtbox .top_con01_txt01+p {
    padding-top: 2.5%;
  }

  .top_con01_btn {
    text-align: center;
  }

  .top_con01_btn a:hover {
    opacity: 1;
  }

  .top_con01_btn a {
    /*display: inline-block;
     color: var(--SubColor);
     text-decoration: none;
     text-align: center;*/
    width: auto;
    min-width: 240px;
    /*background-color: #fff;
     border: 1px solid var(--SubColor);*/
    /*padding: 0.8em 0.8em 0.85em 4em;*/
    padding: 0.85em 0 0.9em 0;
    line-height: 1.5;
    margin-top: 5%;
    /*position: relative;
     overflow: hidden;
     transition: ease .2s;*/
  }

  .top_con01_btn a svg {
    /*vertical-align: middle;*/
    width: 0.9em;
    margin-left: 3em;
    /*fill:var(--SubColor);*/
  }

  .home_con01_img {
    width: 100%;
  }

  .message_box_img {
    width: 75%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .message_box_txt {
    width: 100%;
  }


  /* top_con02
  ----------------------------------------------------------*/

  /*-------------タイトル-------------*/
  #home h3 {
    font-size: 2.4rem;
    /* padding-top: 10%; */
    font-weight: 700;
  }

  #top_news h3 {
    font-size: 2.4rem;
    line-height: 1;
    padding-top: 0;
    text-align: center;
  }

  #home h3 span {
    font-size: 0.5em;
    padding-top: 0.7vw;
    padding-bottom: 3.5%;
  }

  #top_news h3 span {
    padding-top: 2vw;
  }

  .top_h3_lead {
    font-size: 0.98em;
    text-align: left;
    padding-bottom: 7%;
    margin: 0 auto;
    font-weight: 400;
  }

  /*.top_con02_box {
    margin-top: 6%;
  }*/

  .top_con02_box_ttl {
    font-size: 1.21em;
    margin-bottom: 0.8em;
    font-weight: 500;
  }

  .top_con02_box_ttl:nth-of-type(2) {
    margin-top: 8vw;
  }

  .top_con02_box_ttl::before {
    content: "";
    width: 0.19em;
    height: 1.5em;
  }

  .top_con02_ul {
    display: block;
  }

  .top_con02_li {
    width: 100%;
  }

  .top_con02_li:nth-of-type(n + 2) {
    margin-top: 6vw;
  }

  .top_con02_txtbox {
    padding: 3.5vw 5vw 5.7vw;
  }

  .top_con02_ttl {
    font-size: 1.14em;
    padding-bottom: 0.25em;
    color: #000;
  }

  .top_con02_ttl span {
    font-size: 0.8em;
    padding-right: 1.6vw;
    font-weight: 700;
  }

  .top_con02_txt {
    font-size: 0.88em;
    font-weight: 400;
    color: #000;
  }

  .top_con02_img img {
    aspect-ratio: 16 / 9;
  }

  /* top_con03
  ---------------------------------------------------------*/
  .top_con03 .wrap_r:nth-of-type(2) {
    max-width: 100%;
  }

  .top_con03_img {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;
  }

  .top_con03 {
    /*background-color: var(--SubColor);
		background: linear-gradient(white 28vw, var(--SubColor) 28vw);*/
    background: #fff;
  }

  .top_con03_ul {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    /*display: flex;*/
    /*color: #fff;*/
  }

  .top_con03_ul li {
    width: 100%;
    background-color: var(--BaseColor);
    /*background: linear-gradient(white 34vw, var(--SubColor) 34vw);*/
    background: linear-gradient(180deg,
        #fff 0%,
        #fff 42%,
        var(--BaseColor) 42%,
        var(--BaseColor) 100%);
    padding-bottom: 8%;
    margin-bottom: 8%;
  }

  .top_con03_ul li:last-of-type {
    margin-bottom: 0;
  }

  .top_con03_img {
    min-height: 220px;
    padding-bottom: 4.5%;
  }

  .top_con03_img {
    min-height: 220px;
  }

  .top_con_03_wrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1.5%;
  }

  .top_con03_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .top_con_03_wrap p:first-child {
    font-size: 1.15em;
    line-height: 1.3;
    font-weight: 500;
    padding: 0;
  }

  .top_con03_num {
    font-size: 3.8em;
    padding: 0;
    font-weight: 400;
    line-height: 1;
    text-align: right;
  }

  .top_con03_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 0.95em;
    line-height: 1.45;
    font-weight: 300;
    padding: 0;
  }

  /* 	top_flow
  -----------------------------------------------------------*/
  .top_flow h3 {
    position: relative;
  }

  .top_flow h3::before {
    /*content: "FLOW";*/
    color: #acacac;
    top: auto;
  }

  .top_flow_ol {
    /*display: flex;*/
    /*flex-direction: column;*/
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
  }

  .top_flow_ol li {
    width: 48%;
    /*position: relative;
		border: 1px solid #707070;*/
    text-align: center;
    margin-top: 0%;
  }

  .flow_step {
    font-size: 1.35rem;
    /*color: #fff;
		background-color: var(--SubColor);*/
    display: inline-block;
    padding: 0.5% 8% 0.45%;
    /*border-radius: 1000px;
		transform: translateY(-50%);*/
    white-space: nowrap;
    width: 50%;
    min-width: 75px;
    text-align: center;
  }

  .flow_ttl {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .flow_icon {
    width: 40%;
    margin: 0 auto;
    padding: 0.5em 0 0.5em;
  }

  .flow_txt {
    font-size: 1.3rem;
    text-align: left;
    padding: 0 6.5% 8%;
    line-height: 1.4;
    font-weight: 400;
  }

  .top_con_flow_txt01 {
    font-size: 1.65rem;
    font-weight: 500;
    /*text-align: center;*/
    padding-top: 7%;
  }

  /* 	よくある質問
  ------------------------------------------------------------*/
  .bellows__header h4 {
    /* padding: 1% 0 3% 7%; */
    font-size: 1.05em;
    line-height: 1.4;
    font-weight: 500;
    padding-right: 1%;
  }

  p.last {
    padding-bottom: 0;
    line-height: 1.4;
    position: relative;
    padding-right: 1%;
    font-weight: 400;
  }

  .bellows__header {
    margin-bottom: 4%;
  }

  .bellows--is-open {
    margin-bottom: 5%;
    padding: 6% 5% 6%;
  }

  /* p.last {
    padding: 1% 0 3% 7%;
  } */
  .bellows__header h4::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 10%;
    padding-top: 1%;
  }

  p.last::before {
    width: 3vw;
    height: 3vw;
  }

  .bellows__header {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 0.6em;
    text-align: left;
    border-bottom: 1px solid rgb(153, 153, 153);
    padding-bottom: 4%;
    margin-bottom: 4%;
  }

  .bellows__header img {
    width: 1.1em;
    margin-left: 0.7em;
  }

  .bellows__content img {
    width: 1.1em;
    margin-top: 0.4em;
    margin-left: 0.7em;
  }

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

	下層ページ

	--------------------------------------------*/
  .lower_mv {
    background-image: url(../images/h2_bg_sp.jpg);
    /*background-image: url("../images/lower_mv.jpg");
		background-repeat: no-repeat;
		background-size: cover;*/
    background-position: center top;
    height: 23vw;
    min-height: 165px;
    max-width: 100%;
    margin-top: 11vw;
    /*display: flex;
		align-items: center;
		position: relative;*/
  }

  /*.lower_mv::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}*/

  .mainPhoto {
    position: relative;
  }

  .lower_mv h2 {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Godthic Pro W3", sans-serif;
    color: #fff;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }

  .lower_mv h2 span {
    font-size: 0.45em;
    /*display: block;
		color: #fff;*/
  }

  .pankuzu {
    font-size: 0.67em;
    padding-top: 3.5vw;
    padding-left: 5vw;
    /*color: #999;*/
  }

  /*----- section title bg -----*/
  .lower_section {
    padding-bottom: 10%;
  }

  .lower_section_bg {
    /*background-color: var(--GrayBgColor);*/
    padding-bottom: 10%;
  }

  .lower_section_paddingTop {
    padding-top: 10%;
  }

  .white_bg {
    /*background-color: #fff;*/
    box-shadow: -1px 3px 10px -1px #ccc;
  }

  #introduction .white_bg {
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .lower_section section.white_bg+section {
    margin-top: 8%;
  }

  /*----- section title -----*/
  .lower_section_ttl h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.3rem;
    line-height: 1.3;
    /*font-weight: 400;
		text-align: center;
		position: relative;*/
    margin-bottom: 6%;
    padding-top: 10%;
    padding-bottom: 3.5%;
    font-weight: 700;
  }

  /*	#service .lower_section_ttl h3{
		padding-top: 1%;
	}*/
  .lower_section_ttl h3::after {
    /*content: "";*/
    height: 2px;
    width: 40px;
    /*background-color: var(--SubColor);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0)*/
  }

  #aboutus .lower_section .wrap_s {
    width: 100%;
  }

  /*  aboutus
--------------------------------------------*/
  /*----- 代表挨拶 ------*/
  .message_box {
    /*display: flex;*/
    flex-direction: column-reverse;
    /*justify-content: space-between;*/
    align-items: center;
  }

  .message_box_txt {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .message_box_img {
    width: 75%;
    max-width: 400px;
  }

  .message_box_ttl {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Godthic Pro W3", sans-serif;
    /* font-size: 1.95rem; */
     font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.35;
    padding-bottom: 3%;
    /*color: #000;*/
  }

  .message_box_p {
    line-height: 1.5;
    font-weight: 400;
  }

  .txt_small {
    font-size: 0.75em;
  }

  .message_box_p+p {
    padding-top: 2%;
    font-weight: 400;
  }

  .message_box_txt_span {
    line-height: 1.65;
    font-weight: 600;
  }

  .message_box_sign {
    order: -1;
    text-align: center;
    font-size: 1.8rem;
    padding-top: 3%;
    padding-bottom: 5%;
    font-weight: 400;
  }

  .message_box_sign span {
    font-size: 0.65em;
    padding-right: 1.0em;
  }

  /*----- 事務所概要 ------*/

  /*--サイド余白--*/
  .lower_access_wrap {
    max-width: 100%;
  }

  .white_bg {
    background-color: #fff;
    padding-bottom: 10%;
    box-shadow: -1px 3px 10px -1px #ccc;
  }

  .office_info dl {
    /*display: flex;*/
    flex-direction: column;
    padding: 3.8% 2%;
    border-bottom: 1px solid #d8d8d8;
  }

  .office_info_age:not(:first-of-type) {
    padding-top: 3%;
  }

  #aboutus .office_info dt {
    /*font-weight: 600;
		color: #555555;*/
    font-size: 1.5rem;
    width: 100%;
    padding: 0% 0;
    font-weight: 600;
    /*padding-left: 0%;*/
    /*border-bottom: 0.156vw solid var(--SubColor);*/
    border: none;
  }
  
  #aboutus .txt_small {
    font-size: 0.95em;
  }

  #aboutus .office_info dl dd {
    width: 100%;
    padding: 0.5% 0 0;
    border: none;
    font-weight: 400;
  }

  .office_info_imgarea {
    display: block;
    padding-top: 10%;
  }

  .office_info_imgarea li {
    width: 100%;
    margin: 0 auto;
  }

  .office_info_imgarea li p {
    padding-top: 2%;
    padding-bottom: 5%;
    font-size: 1.3rem;
    font-weight: 400;
  }

  .office_info_imgarea li:last-of-type p {
    padding-bottom: 0;
  }

  /*----- アクセス ------*/
  .top_access_box {
    flex-direction: column;
    justify-content: space-between;
    font-size: 1vw;
  }

  .top_access_box>div {
    width: 100%;
    margin-top: 1.7em;
  }

  .top_access_box01 dl dt {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-top: 0.6em;
    padding-bottom: 0em;
  }

  .top_access_box02 dl dt {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-top: 0em;
  }

  .top_access_box01 dl dt::before {
    content: "";
    width: 3.5px;
    height: 1.6em;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }

  .top_access_box02 dl dt::before {
    content: "";
    display: block;
    margin-right: 0.35em;
    width: 10px;
    height: 11px;
    background-color: rgb(51, 51, 51);
    clip-path: polygon(10px 50%, 0% 0%, 0% 11px);
  }

  .top_access_box01 dl dd {
    font-size: 1.5rem;
    margin-top: 3vw;
    margin-bottom: 4vw;
    font-weight: 400;
  }

  .top_access_box02 dl dd {
    font-size: 1.5rem;
    margin-bottom: 3.5vw;
    font-weight: 400;
  }

    .top_access_box02 dl dd ul li:not(:first-of-type) {
    padding-top: 0.5em;
  }

  .top_access_box01:nth-of-type(n + 2) dt {
    margin-top: 1.2em;
  }

  .top_topics_li time {
    position: relative;
  }

  .top_topics_type01 {
    display: inline-block;
    font-size: 3.2em;
    padding-top: 2px;
    width: 10vw;
    height: 3vw;
  }

  .top_news_ttl {
    display: block;
    width: 100%;
    padding-top: 2vw;
    line-height: 1.6;
  }

  /*  introduction
------------------------------------------------------------*/
  .introduction_area {
    display: block;
  }

  .introduction_info {
    width: 100%;
    margin-top: 5vw;
  }

  .introduction_info dl {
    display: block;
    flex-direction: column;
    padding: 3.8% 2%;
    border-bottom: 1px solid #d8d8d8;
  }

  .introduction_info dl:first-child dt,
  .introduction_info dl:first-child dd {
    padding-top: 0;
  }

  .introduction_info dt {
    border: none;
    font-size: 1.5rem;
    width: 100%;
    padding-top: 0;
    padding: 0;
    font-weight: 600;
  }

  .introduction_info dl dd {
    width: 100%;
    padding: 0;
    border-bottom: none;
  }

  .introduction_img {
    width: 100%;
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .introduction_img img {
    width: 77%;
    max-width: 400px;
    margin-left: 0;
  }

  /*  service
-------------------------------------------------------------------*/
  .service_link_box_ttl {
    font-size: 1.15em;
    font-weight: 500;
  }

  .service_link_box_ttl::before {
    width: 3.5px;
    height: 1.5em;
    line-height: 1;
  }

  .service_link {
    padding: 6% 0 4%;
  }

  .service_link_box:first-of-type,
  .service_link_box2:first-of-type {
    margin-bottom: 8%;
    margin-top: 4.5%;
  }

  .service_link_box li a p {
    padding-bottom: 0;
    font-size: 1em;
    font-weight: 400;
  }

  .service_link_box2 li a p {
    padding-bottom: 0;
    font-size: 1em;
    font-weight: 400;
  }

  /*--ページ上部アンカーリンク--*/
  /*--service.html 　ページ上部アンカーリンク--*/
  .service_link_box,
  .service_link_box2 {
    /*display: grid;*/
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    /*gap:10px 2.5%;
		margin: 8% 0;*/
  }

  .service_link_box li,
  .service_link_box2 li {
    /*width: auto;
		background-image: url("../images/arrow01.svg");
		background-repeat: no-repeat;*/
    background-position: center right 4%;
    background-size: 0.6em auto;
  }

  .service_link_box a,
  .service_link_box2 a {
    font-size: 1.5rem;
    /*color: #000;
		text-decoration: none;
		display: block;
		border: 1px solid #aaaaaa;*/
    /*padding: 7.5% 5.5%;*/
    padding: max(4vw, 15px) 4vw;
    height: 11vw;
  }

  .service_link_box a::after,
  .service_link_box2 a::after {
    /*font-family: "Font Awesome 5 Free";
	content: '\f054';*/
    color: #555;
    font-weight: 900;
    font-size: 0.75em;
    /*position: absolute;*/
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }

  .lower_section_ttl h3 span {
    font-size: 0.7em;
    line-height: 1.6;
    display: block;
  }

  /*--業務内容説明文--*/
  .service_explain {
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: column-reverse;
  }

  .service_explain_txt {
    width: 100%;
  }

  .service_explain_img {
    width: min(100%, 500px);
    margin: 0 auto;
    height: auto;
    padding-bottom: 5%;
  }

  /*.service_explain_img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}*/
  .service_explain_txt p+p {
    padding-top: 4%;
  }

  /*-よくある質問-*/
  .service_faq_ttl {
    font-size: 1.7rem;
    font-weight: 600;
    padding: 6% 0 2.5%;
  }

  /*.service_faq_item{
		position: relative;
	}*/
  .service_faq_item::before {
    /*content: url("../images/arrow01.svg");
		display: block;*/
    width: 0.7em;
    height: auto;
    position: absolute;
    left: 1.4em;
    top: 0.7em;
    /*transform: rotate(-90deg);*/
  }

  .service_faq .option {
    position: relative;
    margin-bottom: 3%;
  }

  .service_faq .option:last-of-type {
    margin-bottom: 0;
  }

  .service_faq .title {
    /*border: solid 1px #aaaaaa;*/
    padding: 0.8em 2.2em 0.8em 0.8em;
    /*display: block;
		cursor: pointer;*/
    font-weight: 500;
  }

  .service_faq .title::after,
  .service_faq .title::before {
    /*content: "";
		position: absolute;*/
    right: 1.25em;
    top: calc(50% - 0.4em);
    /*width: 2px;
		height: 0.8em;
		background-color: #707070;
		transition: all 0.3s;*/
  }

  .service_faq .content p {
    margin: 0;
    padding: 0.8em 0.8em 0.8em;
  }

  .service_faq .toggle:checked+.title+.content {
    max-height: 5000px;
    /*transition: all 1.0s;*/
  }


  /*  fee
	--------------------------------------------*/
  .fee_section_introtxt {
    padding-bottom: 3%;
    line-height: 1.5;
  }

  .fee_table_outer_s {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
  }

  .fee_table_outer_s .fee_table {
    width: 100%;
    min-width: 550px;
  }

  .fee_table th,
  .fee_table td {
    /*border: 1px solid #cacaca;
	font-weight: normal;
	vertical-align: middle;*/
    padding: 4%;
  }

  .fee_table tr:first-of-type th {
    /*background-color: var(--SubColor);
	color: #fff;*/
    padding: 1.3%;
  }

  .fee_table tr:nth-of-type(n + 2) th {
    /*text-align: left;
	background-color: var(--TableBgColor);*/
  }

  .fee_table tr:nth-of-type(n + 2) td {
    /*text-align: right;
	background-color: #fff;*/
  font-weight: 400;
  }

  .fee_table .zei_small {
    font-size: 0.8em;
  }

  .fee_table_ttl01 {
    font-size: 1.6rem;
    font-weight: 500;
    padding-bottom: 2%;
    padding-top: 1%;
    line-height: 1.3;
  }

  .fee_table_ttl01:nth-of-type(n + 2) {
    padding-top: 5%;
  }

  .table_note_area {
    font-size: 1.3rem;
    margin-top: 2.5%;
    /*line-height: 1.5;*/
  }

  .table_note_area li+li {
    padding-top: 0.7%;
  }

  .table_note_area li {
    text-indent: -1.3em;
    padding-left: 1.5em;
  }

  /*テーブルの横幅*/
  .fee_table3_7 tr th:first-of-type {
    width: 40%;
  }

  .fee_table3_7 tr td:nth-of-type(2) {
    width: 70%;
  }

  .fee_table4_6 tr th:first-of-type {
    width: 40%;
  }

  .fee_table4_6 tr td:nth-of-type(2) {
    width: 60%;
  }

  .fee_table5_5 tr th:first-of-type,
  .fee_table5_5 tr td:nth-of-type(2) {
    width: 50%;
    font-weight: 400;
  }

.fee_table2_4_4 tr td {
  width: 40%;
}
.fee_table2_4_4 tr th:first-of-type {
  width: 20%;
}

  .table_note_area li,
  .table_note_area p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.95em;
  font-weight: 400;
}

  /*  Fee2
--------------------------------------------*/
  .white_bg2 {
    padding-bottom: 10%;
    padding-top: 10%;
  }

  .wrap_s_fee2 {
    max-width: 90%;
  }

  .fee2 dl dt {
    position: relative;
    margin-bottom: 3%;
    padding-bottom: 2%;
    line-height: 120%;
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 1.1em;
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
    font-weight: 600;
  }

  .fee2 dl:not(:first-child) {
    margin-top: 8%;
  }

  .pc_none {
    display: block;
  }

  .fee2_small {
    font-size: 0.8em;
    padding-left: 0%;
  }

  /*  contact
--------------------------------------------*/
  .contact_info {
    text-align: left;
  }

  .contactpage_point {
    /*display: flex;
		justify-content: space-between;*/
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 4%;
  }

  .contactpage_point li {
    font-size: 1.25rem;
    font-weight: 500;
    width: 31.5%;
    /*border: 1px solid #000;
		text-align: center;*/
    padding: 2% 0;
    line-height: 1.35;
  }

  .contactpage_point li span {
    font-size: 0.8em;
  }

  .contact_telbox {
    border: 5px solid #ececec;
    padding: 5%;
    /*text-align: center;*/
  }

  .contact_telbox_tel_title {
    font-weight: 500;
    font-size: 0.9em;
    margin-bottom: 0;
  }

  .contact_tel_img {
    width: 1em;
    margin-top: 1vw;
  }

  .contact_tel_text {
    font-size: 1.5em;
    padding-bottom: 0;
  }

  h4 {
    /*font-family: 'Noto Serif JP', serif;*/
    font-size: 2rem;
    font-weight: 500;
    /*text-align: center;*/
    line-height: 1.5;
    /*padding-bottom: 1%;*/
  }

  .contact_telbox_tel {
    padding: 2% 0;
    line-height: 1;
  }

  .contact_telbox_tel a {
    /*color: #000;
		text-decoration: none;*/
    line-height: 1;
    font-size: 3rem;
    /*background: url(../images/icon_tel.svg) no-repeat;*/
    background-size: 0.75em auto;
    background-position: left 3.3vw;
  }

  .contact_telbox_uketsuke {
    font-size: 1.2rem;
    padding-top: 0.5%;
  }

  /*---お問い合わせフォーム---*/
  .form_wrap {
    padding-top: 10%;
  }

  .form_wrap h4 {
    font-size: 1.28em;
    text-align: center;
    font-weight: 500;
  }

  .form_info {
    text-align: left;
    /*padding-top: 2.5vw;*/
  }

  /*---form---*/
  .contact_form {
    padding-top: 6%;
  }

  .contact_form dl {
    display: flex;
    align-items: flex-start;
    /*justify-content: space-between;*/
    flex-direction: column;
    /*border-bottom: 1px solid #d8d8d8;*/
    border: none;
    padding: 5.5% 0 0;
  }

  /*.contact_form dl:first-of-type{
		padding-top: 0;
	}*/
  .contact_form dl:last-of-type {
    margin-bottom: 5.5%;
  }

  .contact_form dt {
    width: 100%;
    font-weight: 600;
    margin-bottom: 1%;
    /*display: flex;
		justify-content: space-between;*/
  }

  .contact_form dd {
    width: 100%;
    padding-top: 1.5%;
  }

  .contact_form span.hissu,
  .contact_form span.nini {
    font-size: 0.7em;
    font-weight: 600;
    /*color: #fff;
		display: inline-block;
		background-color: var(--SubColor);*/
    padding: 0.7% 2% 0.2%;
    letter-spacing: normal;
    margin-bottom: 0.5%;
    margin-left: 2%;
    margin-right: 1px;
  }

  .contact_form span.nini {
    /*background-color: #b7b7b7;*/
  }

  .checkbox label {
    display: inline-block;
  }

  .checkbox label:nth-of-type(n + 2) {
    padding-top: 1%;
  }

  input,
  textarea {
    font-size: 1.6rem;
  }

  #company,
  #name,
  #telefon,
  #ad,
  #Email,
  #remarks {
    /*width:100%;
		background-color: #f3f3f3;*/
    border: none;
    border: 1px solid #ccc;
    padding: 3%;
  }

  #remarks {
    min-height: 150px;
  }

  /*form placeholdeのfontcolor*/
  input::placeholder,
  textarea::placeholder {
    color: #a1a1a1;
    font-size: inherit;
  }

  /*submit*/
  form_b {
    text-align: center;
    pointer-events: none;
  }

  .btn_effect01 {
    appearance: none;
    -webkit-appearance: none;
    /*background: none;
		background-color: var(--SubColor);
		border: 1px solid var(--SubColor);
		color: #fff;*/
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    width: 90%;
    height: 56px;
    border-radius: 1000px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
  }

  /*ラジオボタン*/
  .radio-input {
    display: none;
  }

  .radio-input+label {
    padding-left: 23px;
    position: relative;
    margin-right: 40px;
  }

  .radio-input+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
    background-color: #fff;
  }

  .radio-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: var(--SubColor);
    border-radius: 50%;
  }

  /*チェックボックス*/
  .checkbox {
    line-height: 0.9;
  }

  .checkbox-parts {
    padding-left: 1.5em;
    /*position:relative;*/
    display: inline-block;
    padding-top: 0.7px;
    padding-bottom: 12px;
    font-weight: 400;
  }

  .checkbox-parts::before {
    left: 0;
    width: 0.9em;
    height: 0.9em;
    border: 1px solid #777;
  }

  .checkbox-input:checked+.checkbox-parts::after {
    top: -0.2em;
    left: 0.2em;
    width: 0.4em;
    height: 0.8em;
    transform: rotate(40deg);
    border-bottom: 3px solid var(--SubColor);
    border-right: 3px solid var(--SubColor);
  }

  /*個人情報保護方針チェック*/
  .policy_box {
    text-align: left;
    margin-bottom: 5%;
  }

  .policy_box label {
    line-height: 0.9;
  }

  .policy_box .checkbox-parts {
    display: flex;
    /*justify-content: center;*/
  }

  .policy_box a {
    color: #000;
  }

  .policy_box p {
    padding-left: 8%;
    margin-top: -0.5vw;
    margin-bottom: 5vw;
    font-size: 1.2rem;
  }

  .policy_box span.hissu {
    padding: 1.5% 2% 1.3%;
    margin-top: -2px;
  }

  /*  policy
	--------------------------------------------*/
  .policy_wrap {
    padding-top: 6%;
  }

  .policy_info {
    text-align: left;
  }

  .policy_wrap dl {
    margin-top: 8%;
  }

  .policy_wrap dt {
    font-size: 1.1em;
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
    border-bottom: 1px solid #000;
    font-weight: 600;
  }

  .policy_wrap ul {
    margin: 1vw 0;
  }

  .policy_wrap ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 400;
  }
}

@media screen and (max-width: 592px) {

  /*  service
--------------------------------------------*/
  .service_link_box a,
  .service_link_box2 a {
    height: 15vw;
    font-size: 1.45rem;
  }
}