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

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

.section_ttl {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 2.5em;
  line-height: 1;
  letter-spacing: 0.3vw;
  padding: 0 4.68vw;
}

.title-border:before,
.title-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  border-top: 1px solid var(--AccentColor);
}

.section_ttl span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 0.46em;
  padding-top: 0.5vw;
  letter-spacing: 0.1vw;
  color: var(--AccentColor);
}

.top-con {
  padding: 6.03vw 0 7.03vw;
  position: relative;
}

.section-text {
  padding-bottom: 3.6vw;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*-------------------------------------------
mv
--------------------------------------------*/
.mv {
  width: 100%;
  position: relative;
  justify-content: center;
  font-size: 0.5vw;
}

/*--キャッチフレーズ 背景--*/
/*.mv_img::before {
  position: absolute;
  z-index: 2;
  content: "";
  background-color: var(--AccentColor);
  background-color: #000;
  opacity: 0.55;
  width: 44%;
  height: 41%;
  top: 50%;
  left: 5.3vw;
  transform: translateY(-50%);
}*/

/*--キャッチフレーズ--*/
.mv_txtbox {
  position: absolute;
  bottom: 50%;
  left: 5.3vw;
  transform: translateY(50%);
  z-index: 5;
  background: #00000082;
  padding-top: 3.0vw;
  padding-bottom: 3.0vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.mv-txt {
  position: relative;
}

.mv_txt h2 {
  /*font-family: "Shippori Mincho b1", sans-serif;*/
  font-weight: 400;
  letter-spacing: 0.12em;
  font-size: 3.5em;
  line-height: 1.4;
  color: #fff;
  text-align: left;
  padding: 0 1vw 1.25vw 1vw;
}

.mv_txt_access {
  text-align: left;
  color: #fff;
  top: 9.21vw;
  left: 13vw;
  z-index: 2;
  line-height: 1.6;
  font-size: 2.1em;
  letter-spacing: 0.2em;
  padding: 1.25vw 1vw 0 1vw;
  border-top: 1px solid #fff;
}

/*-------------------------------------------
左 サイド・アドレス
--------------------------------------------*/
.mv_side {
  left: 1.8vw;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.65s ease-in-out;
}

.mv_side_txt {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 2.15em;
  color: #333;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}

/*-------------------------------------------
右サイド リンクボタン
--------------------------------------------*/
/*--TOPページアイコン位置--*/
.top_mv .mv_link {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/*--下層ページアイコン位置--*/
.lower_mv_wrap {
  position: relative;
}

.lower_mv_wrap .mv_link {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
}

/*--メール--*/
.mv_link_icon {
  position: relative;
  width: 5.2vw;
  height: 5.3vw;
  background-color: var(--SubColor);
  border-left: 1px solid var(--SubColor);
  font-size: 0.5vw;
}

.mv_link_icon a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 1vw;
  color: #fff;
}

.mv_link_icon a p {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

.mv_link_icon a img {
  padding-bottom: 0.7vw;
  width: 1.5vw;
}

.mv_link_icon a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*--電話--*/
.mv_link_icon:nth-of-type(2) {
  position: relative;
  background-color: #fff;
  border-left: 1px solid var(--SubColor);
  color: var(--SubColor);
  font-size: 0.5vw;
}

.mv_link_icon:nth-of-type(2) a img {
  padding-bottom: 0.7vw;
  width: 1vw;
}

.mv_link_icon:nth-of-type(2) a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 1vw;
  color: var(--SubColor);
}

.mv_link_icon:nth-of-type(2) a p {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

.svg {
  mask-image: url(../images/tel-icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--AccentColor);
  display: inline-block;
  width: 1.5vw;
  aspect-ratio: 1/1;
  margin-bottom: 0.7vw;
}

/*--アクセス--*/
.mv_link_icon:nth-of-type(3) {
  position: relative;
  width: 5.3vw;
  height: 5.3vw;
  background-color: var(--SubColor);
  border: 1px solid var(--SubColor);
  font-size: 0.5vw;
}

.mv_link_icon:nth-of-type(3) a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 1vw;
  color: #fff;
}

.mv_link_icon:nth-of-type(3) a p {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

.mv_link_icon:nth-of-type(3) a img {
  padding-bottom: 0.7vw;
  width: 1vw;
}

/*-------------------------------------------
ある位置までスクロールしたら
右サイド リンクボタンが上から出てきて固定
--------------------------------------------
/*　DownIcon　*/
.mv_link.DownIcon {
  animation: DownIcon 0.5s forwards;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@keyframes DownIcon {
  from {
    opacity: 0;
    top: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*　UpIcon 下層ページ　*/
.mv_link.UpIcon {
  animation: UpIcon 0.7s forwards;
}

@keyframes UpIcon {
  from {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

/*　UpIcon トップページ　*/
.top_mv .mv_link.UpIcon {
  animation: UpIcon 0.7s forwards;
}

@keyframes UpIcon {
  from {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
  }

  to {
    position: absolute;
  }
}

/*--SNS--*/
.mv_sns {
  position: absolute;
  right: 0;
  bottom: 0.5vw;
  z-index: 10;
}

#aboutus .mv_sns,
#introduction .mv_sns,
#service .mv_sns,
#contact .mv_sns,
#fee .mv_sns,
#fee2 .mv_sns,
#policy .mv_sns {
  position: absolute;
  right: 0;
  bottom: 0.1vw;
  z-index: 10;
}

.mv_sns ul {
  width: 5.2vw;
  text-align: center;
}

.mv_sns ul li:nth-of-type(2) {
  margin-top: 1.5vw;
}

.x img {
  width: 1vw;
}

.facebook img {
  width: 1.18vw;
}

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

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

/*-------------------------------------------
top_greeting
--------------------------------------------*/
.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_greeting_ttl {
  font-family: var(--mincho);
  font-size: 1.95vw;
  font-weight: 400;
  line-height: 1.45;
  padding-bottom: 1.2vw;
  color: #333;
}
.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_con01
--------------------------------------------*/
.top_con01 {
  background-color: var(--GrayBgColor);
}

.top_con01_box {
  margin-top: 2vw;
}

.top_con01_box_ttl {
  font-size: 1.5em;
  font-weight: 500;
  padding-left: 0.65em;
  margin-bottom: 2vw;
  position: relative;
}

.top_con01_box_ttl::before {
  content: "";
  width: 0.35vw;
  height: 2.4vw;
  background-color: var(--AccentColor);
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.top_con01_box_ttl:nth-of-type(2) {
  margin-top: 4vw;
}

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

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

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

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

.top_con01_txtbox {
  padding: 1.25vw 1.55vw 1.45vw;
  background: #fff;
}

.top_con01_ttl {
  font-size: 1.3em;
  padding-bottom: 0.5em;
  font-weight: 400;
  color: #333;
}

.ttl_small {
  font-size: 0.8em;
  color: #333;
  font-weight: 400;
}

.ttl_number_color {
  font-family: "Yu Gothic", serif;
  font-weight: 600;
  font-size: 0.8em;
  color: var(--AccentColor);
  padding-right: 0.65vw;
}

.top_con01_txt {
  font-size: 0.9em;
  color: #707070;
  text-align: justify;
}

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

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

.top_con02 {
  background-color: var(--SubColor);
  background: linear-gradient(180deg, #fff 0%, #fff 60%, var(--SubColor) 60%, var(--SubColor) 100%);
  /*background: linear-gradient(white 28vw, var(--SubColor) 28vw);*/
}
.top_con02_bg {
  margin-top: 4%;
}
.top_h3_lead {
  font-size: 0.95vw;
  margin-top: 2%;
  text-align: center;
  /* padding-bottom: 7%; */
}

.top_h3_lead:nth-of-type(2) {
  padding-bottom: 7%;
}
.top_con02_ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.top_con02_ul li {
  width: 31%;
}
.top_con02_img {
  width: 100%;
  padding-bottom: 4%;
}
.top_con02_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.top_con_02_wrap p:first-child {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.4;
}
.top_con02_txt {
  font-size: 0.93vw;
  line-height: 1.4;
}
.top_con_02_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.2%;
  position: relative;
}
.top_con02_num {
	font-family: 'Noto Serif JP', serif;
	color: var(--PointColor);
	line-height: 1;
	font-size: 3.8em;
	/* position: absolute;
	top: -0.2em;
	right: -4.9vw; */
}

/*-------------------------------------------
top_flow
--------------------------------------------*/
.yrsiFlow {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
.yrsiFlow li {
  width: 24.4%;
  position: relative;
}
/* .yrsiFlow li + li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--AccentColor);
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
} */
.yrsiFlow li:nth-of-type(2):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--AccentColor);
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}
.yrsiFlow li:nth-of-type(3):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--AccentColor);
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}
.yrsiFlow li:nth-of-type(4):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: var(--AccentColor);
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}

.photo {
  width: 65%;
  margin: 0 auto;
  border: 5px solid #efefef;
  border-radius: 1000px;
}
.title {
  font-weight: 400;
  /* text-align: center; */
  padding-top: 5%;
  padding-bottom: 3%;
}
#flow .title {
  font-size: 1.25em;
  text-align: center;
}
#flow .text {
  font-size: 0.87em;
  padding: 0 7.5%;
  color: #707070;
}
.top_con_flow_txt01 {
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
  padding-top: 5%;
}

/*-------------------------------------------
top_info
--------------------------------------------*/
.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;
  font-size: 0.5vw;
  margin-bottom: 1.5%;
}

.top_access_box>div {
  width: 45%;
}

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

.top_access_box01 dl dd {
  font-size: 2em;
}

.top_access_box01 dl dt::before {
  content: "";
  width: 0.3vw;
  height: 2vw;
  background-color: var(--AccentColor);
  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-size: 2em;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 0.3em;
}

.top_access_box02 dl dd {
  font-size: 2em;
}

.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;
  font-size: 0.5vw;
}

/* .office_info_imgarea li {
  width: 31.25%;
} */

.office_info_imgarea li img {
  width: 100%;
}

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

/*-------------------------------------------
top_news
--------------------------------------------*/
.top_news_box {
  margin-top: 2vw;
}


ul.top_topics {
  margin-top: 4.16vw;
  font-size: 0.5vw;
}

ul.top_topics li {
  display: -webkit-flex;
  display: flex;
  border-top: 1px solid #ccc;
  padding: 2% 0;
}

ul.top_topics li:first-child {
  border: none;
}

ul.top_topics li:last-child {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 2% 0;
}

.top_topics_left {
  display: flex;
  width: 20.5%;
}

/*--日時--*/
ul.top_topics time {
  color: #999;
  width: 60%;
  font-size: 2em;
  vertical-align: middle;
}

/*--タグ--*/
.top_topics_type01 {
  background-color: var(--AccentColor);
  text-align: center;
  color: #fff;
  width: 40%;
  height: 1.6vw;
  font-size: 1.5em;
  font-weight: 400;
  vertical-align: middle;
  padding: 0.2vw 0;
}

/*--タイトル--*/
.top_news_ttl {
  width: 79.5%;
  padding-left: 2.2vw;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}

/*--文章--*/
.top_news_txt {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
  vertical-align: middle;
}

.top_news_box dl {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 2.0vw 3.64vw;
  width: 100%;
}

.top_news_box dl .date {
  width: 10%;
  color: #999;
  font-size: 1vw;
}

.top_news_box dl .category {
  width: 8%;
  color: #fff;
  font-size: 0.75em;
  background-color: var(--AccentColor);
  line-height: 2.0;
  text-align: center;
}

.top_news_box dl .text {
  width: 83%;
  padding-left: 2.5%;
}

.top_news_p1 {
  padding-bottom: 0.3em;
  font-size: 1.1em;
  font-weight: 500;
}

.top_news_p2 {
  padding-bottom: 0.1vw;
  font-size: 1em;
}

/*-------------------------------------------
ボタン　共通
--------------------------------------------*/
.btn_effect01 span {
  position: relative;
  z-index: 3;
}

/*左から色変わる*/
.btn_effect01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: var(--SubColor);
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.btn_effect01::before {
  border-radius: 1000px;
}

.btn_effect01:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/*-------------------------------------------
下層ページ
--------------------------------------------*/
/*----- 下層mv -----*/
.lower_mv {
  background-image: url(../images/h2_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  height: 23vw;
  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); */
}

.lower_mv h2 {
  color: #fff;
  font-size: 2.35em;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 4vw;
  position: relative;
  z-index: 1;
}

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

.pankuzu {
  font-size: 0.85vw;
  padding-top: 1.5em;
  padding-left: 4vw;
  color: #999;
}

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

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

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

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

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

.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.2em;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin-bottom: 2.87vw;
  padding-top: 4.5vw;
  padding-bottom: 1.1vw;
  line-height: 1.4;
}
.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(--SubColor);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

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

.message_box_txt {
  width: 56%;
}

.message_box_img {
  width: 38%;
}

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

.message_box_ttl span {
  font-size: 0.7em;
}

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

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

.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: 600;
  width: 17.5%;
  padding: 2.97% 0;
  padding-left: 1.86%;
  border-bottom: 0.156vw solid var(--SubColor);
}

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

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

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

.office_info_txt {
  padding-left: 1em;
}

.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;
}

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

/*-------------------------------------------
introduction
--------------------------------------------*/

/*----- 〇〇〇士紹介、スタッフ紹介 ------*/
.introduction_area {
  display: flex;
  flex-direction: row-reverse;
}

/*横幅*/
.introduction_info {
  width: 59%;
}

.introduction_img {
  width: 41%;
  margin-top: 1.4%;
}

.introduction_img img {
  width: 89%;
  margin-left: 11%;
}

.introduction_info dl {
  display: flex;
}

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

.introduction_info dd {
  width: 82.5%;
  padding: 3.5% 0;
  padding-left: 4.24%;
  border-bottom: 0.156vw solid #d8d8d8;
}

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

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

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

.introduction_info_imgarea li {
  width: 31.25%;
}

.introduction_message {
  color: #333333;
  padding-top: 2vw;
  font-size: 0.8571em;
}

.introduction_messageTitle {
  font-weight: 600;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.17em;
}

.introduction_messageTxt {
  font-weight: 400;
  padding-top: 0.5vw;
  line-height: 1.6;
  font-size: 1.17em;
}

/*-------------------------------------------
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: 2vw;
}

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

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

.service_link_box_ttl::before {
  content: "";
  width: 0.35vw;
  height: 2.4vw;
  background-color: var(--AccentColor);
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  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: 1.1em;
  color: #333;
  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_small {
  font-size: 0.9em;
}

.service_list_subTtl {
  font-size: 0.9em;
}

.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: 600;
  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;
  /* font-size: 1vw; */
}

.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;
}

.service_ul {
  padding: 1em 1.4em 0.5em 1em;
}


.service_ul li {
  padding-left: 1em;
  text-indent: -1em;
}


.service_attend {
  padding-left: 1.5em;
}

/*--------アコーディオンの設定ここまで------*/

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

.fee_table {
  width: 100%;
}

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

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

.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;
}
.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%;
}

/*-------------------------------------------
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;
}

.zei_small {
  font-size: 0.9em;
}

.fee2 dl dt {
  font-size: 1.2vw;
  position: relative;
  padding-bottom: 0.7vw;
  margin-bottom: 0.7vw;
  line-height: 100%;
  font-weight: 600;
  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.85vw;
}

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

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

.contact_telbox_tel_title {
  font-weight: 500;
}

.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: #333333;

}

.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.7em;
  text-align: center;
  font-weight: 500;
}

.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: 600;
  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(--SubColor);
  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;
}

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;
}

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

.btn_effect01 {
  background: none;
  background-color: var(--AccentColor);
  /*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;
}

.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.2vw;
  padding-bottom: 0.7vw;
  margin-bottom: 0.7vw;
  border-bottom: 1px solid #707070;
  font-weight: 600;
}

.policy_wrap ul {
  margin: 1vw 0;
}

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

/*-------------------------------------------
レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 959px) {

  /*--キャッチフレーズ 背景--*/
  /* .mv_img::before {
  position: absolute;
  z-index: 2;
  content: "";
  background-color: #000;
  opacity: 0.55;
  width: 100%;
  height: 27%;
  bottom: 0;
  left: 0;
} */
  /*--キャッチフレーズ--*/
  .mv_txtbox {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(0%);
    z-index: 5;
    background: #00000082;
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    padding-left: 5vw;
    padding-right: 55vw;
    width: 100%;
  }

  .mv_txt {
    position: relative;
  }

  .mv_txt h2 {
    padding: 0;
    padding: 0 1vw 1.25vw 0;
  }

  .mv_txt_access {
    padding-left: 0;
  }

  .mv_side {
    display: none;
  }

  .mv_link {
    display: none;
  }

  .mv_sns {
    display: none;
  }

  /*--左サイドアドレス--*/
  .mv_side_txt {
    display: none;
  }

  /*--右サイド X,facebookアイコン--*/
  .mv_sns ul {
    display: none;
  }

  /*--TOPページ 地図高さ--*/
  .top_gmap iframe {
    min-height: 300px;
    padding-top: 3.38vw;
  }

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

  /*--下層ページ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;
  }

  /*--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%;
  }
}

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

  /*--mv--*/
  .mv {
    width: 100%;
    position: relative;
    background: #fff;
  }

  .mv_side {
    display: none;
  }

  .mv_txt h2 {
    font-weight: 400;
    font-size: 10.55em;
    text-align: left;
    line-height: 1.33;
    padding: 0 1vw 1.8vw 1vw;
  }

  .mv_img::before {
    display: none;
  }

  .mv_txt_access {
    text-align: left;
    color: #fff;
    top: 9.21vw;
    left: 13vw;
    z-index: 2;
    line-height: 1.55;
    font-size: 7em;
    letter-spacing: 0.2em;
    padding: 1.8vw 1vw 0 1vw;
    border-top: 1px solid #fff;
  }

  .mv_txtbox {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(0%);
    z-index: 5;
    background: #00000082;
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    width: 100%;
  }

  .mv_img {
    width: 100%;
  }

  .mv_img img {
    min-height: 555px;
    width: 100%;
    object-fit: cover;
    margin-top: 10%;
  }

  /*-- NEWS --*/
  .mv_news_area {
    background-color: var(--GrayBgColor);
    color: #333;
    padding: 5% 0 6%;
  }

  .mv_news_area::after {
    border-top: 16px solid #f3f3f3;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    z-index: 1;
  }

  .mv_news_area_inner {
    flex-direction: column;
  }

  .mv_news_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    text-align: center;
    padding-right: 0;
    padding-bottom: 4.5%;
  }

  .mv_news_ttl span {
    display: block;
    font-size: 0.45em;
  }

  .mv_news_area_txt {
    width: 100%;
  }

  .mv_news_area_txt dl {
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 3.5% 1%;
    line-height: 1.3;
  }

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

  .mv_news_area_txt dt {
    font-size: 1.27rem;
    font-weight: 400;
    color: #aaa;
  }

  .mv_news_area_txt dd:first-of-type {
    font-size: 0.9rem;
    width: auto;
    text-align: center;
    line-height: 1.8;
    padding: 0 2.5%;
    margin: 0 3%;
    font-weight: 400;
    color: #fff;
  }

  .mv_news_area_txt dd:nth-of-type(2) {
    font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 400;
    width: 100%;
    padding-top: 1%;
    color: #555;
  }

  .mv_news_area_txt a {
    color: #555;
  }

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

  .top_con01_box_ttl {
    font-size: 1.2em;
    margin-bottom: 1.2em;
  }

  .top_con01_box_ttl:nth-of-type(2) {
    margin-top: 10vw;
  }

  .top_con01_box_ttl::before {
    content: "";
    width: 3.5px;
    height: 1.8em;
  }

  .top_con01_ul {
    display: block;
  }

  .top_con01_li {
    width: 100%;
  }

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

  .top_con01_txtbox {
    padding: 3.75vw 4.65vw 4.35vw;
  }

  .top_con01_ttl {
    font-size: 1.2em;
    padding-bottom: 0.4em;
    color: #333;
  }

  .ttl_number_color {
    font-size: 0.74em;
    padding-right: 1.6vw;
  }

  .top_con01_txt {
    font-size: 0.83em;
  }

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

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

  #home h3 {
    font-weight: 600;
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .top_h3_lead {
    font-size: 1.35rem;
    /* padding-bottom: 7%; */
    margin-top: 6.3%;
  }

  .top_h3_lead:nth-of-type(2) {
    padding-bottom: 7%;
  }

  .top_con02 h3::before,
  .top_con03 h3::before,
  .top_flow h3::before {
    font-size: 0.45em;
    right: 50%;
    top: auto;
    bottom: -20%;
    transform: translateX(50%);
    font-weight: 400;
    letter-spacing: 0.03em;
  }

  /*----------top_con01-------------------*/

  .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', serif;*/
    font-size: 1.2em;
    padding-bottom: 0.4em;
    color: #333333;
  }
  .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%;
  }

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

  .top_con02_img {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 1em;
  }
  .top_con02 {
    /*background-color: var(--SubColor);
		background: linear-gradient(white 28vw, var(--SubColor) 28vw);*/
    background: #fff;
  }

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

  .top_con02_ul:nth-of-type(2) {
    margin: 0;
  }
  .top_con02_ul li {
    width: 100%;
    background-color: var(--SubColor);
    /*background: linear-gradient(white 34vw, var(--SubColor) 34vw);*/
    background: linear-gradient(
      180deg,
      #fff 0%,
      #fff 42%,
      var(--SubColor) 42%,
      var(--SubColor) 100%
    );
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  .top_con02_ul li:last-of-type {
    margin-bottom: 0;
  }
  .top_con02_img {
    min-height: 220px;
    padding-bottom: 4.5%;
  }
  .top_con02_img {
    min-height: 220px;
  }
  .top_con_02_wrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 1.5%;
  }
  .top_con02_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .top_con_02_wrap p:first-child {
    font-size: 1.15em;
    line-height: 1.3;
    font-weight: 400;
    padding: 0;
  }
  .top_con02_num {
    font-size: 3.8em;
    padding: 0;
    font-weight: 400;
    line-height: 1;
    text-align: right;
  }
  .top_con02_txt {
    width: 90%;
    margin: 0 auto;
    font-size: 0.95em;
    line-height: 1.45;
    font-weight: 300;
    padding: 0;
  }

  /* ご依頼の流れ
----------------------------------------------------------*/
  #home04 {
  }
  .yrsiFlow {
    margin-top: 10%;
    margin-bottom: 6%;
    overflow: hidden;
    display: block;
  }
  .photo {
    border: none;
  }
  .yrsiFlow li:nth-of-type(2):before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: var(--AccentColor);
    font-weight: 900;
    font-size: 5vw;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    top: -6.5vw;
    rotate: 90deg;
  }
  .yrsiFlow li:nth-of-type(3):before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: var(--AccentColor);
    font-weight: 900;
    font-size: 5vw;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    top: -6.5vw;
    rotate: 90deg;
  }
  .yrsiFlow li:nth-of-type(4):before {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    color: var(--AccentColor);
    font-weight: 900;
    font-size: 5vw;
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    top: -6.5vw;
    rotate: 90deg;
  }
  .yrsiFlow li {
    width: 100%;
    padding-bottom: 8%;
  }
  .yrsiFlow li:last-child {
    padding-bottom: 0;
    background: none;
  }
  .yrsiFlow li .border {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5% 5%;
    background: #fff;
    border: 2px solid #efefef;
    border-radius: 8px;
    overflow: hidden;
  }
  .yrsiFlow li .photo {
    width: 30%;
    padding-right: 4%;
  }
  .yrsiFlow li .photo img {
    width: 100%;
  }
  .yrsiFlow li .box {
    vertical-align: middle;
  }
  .yrsiFlow li p.title {
    padding-top: 0;
    padding-bottom: 1.5%;
    color: #000;
    line-height: 130%;
    /*font-family: var(--mincho);*/
    font-weight: 500;
    font-size: 1.15em;
    text-align: left;
  }
  .yrsiFlow li p.text {
    padding: 0;
    line-height: 1.45;
    font-size: 0.9em;
	color: #707070;
  }
  .top_con_flow_txt01 {
	font-weight: 400;
	font-size: 1.2em;
	text-align: center;
	padding-top: 0%;
	max-width: 100%;
  }
  #flow .title {
    text-align: left;
    color: #333333;
    font-size: 1.12em;
  }
  #flow .text {
   padding: 0;
  }

  /*----------ACCESS-------------------*/
  .top_info_inner {
    background-color: #fff;
    padding-top: 5.2vw;
    margin-top: 6%;
    padding: 6vw 5vw;
  }

  .top_info {
    background-color: var(--GrayBgColor);
    padding: 10% 0;
  }

  /*----------NEWS-------------------*/

  .top_news_box {
    margin-top: 2%;
  }

  .top_news_box dl {
    flex-wrap: wrap;
    align-items: flex-start;
    color: #333;
    /* border-bottom: 1px solid #ddd; */
    padding: 6% 5%;
  }

  .top_news_box dl:last-child {
    border-bottom: none;
  }

  .top_news_p1 {
    padding-bottom: 0.3em;
    font-size: 1.05em;
  }

  .top_news_box dl .date {
    width: 6em;
    color: #999;
    font-size: 0.9em;
  }

  .top_news_box dl .category {
    width: 6.5em;
    color: #fff;
    font-size: 0.65em;
    background-color: var(--AccentColor);
    line-height: 2.0;
    text-align: center;
  }

  .top_news_box dl .text {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
    line-height: 1.4;
  }

  /*-------------------------------------------
	下層ページ
	--------------------------------------------*/
  .lower_mv {
    /*background-image: url("../images/lower_mv.jpg");
		background-repeat: no-repeat;
		background-size: cover;*/
    background-position: center top;
    height: 23vw;
    min-height: 180px;
    max-width: 100%;
    /*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);
}*/

  .lower_mv h2 {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    padding-left: 5vw;
    /*position: relative;
		z-index: 1;*/
  }

  .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;*/
  }

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

  /*----- 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.2rem;
    line-height: 1.3;
    /*font-weight: 400;
		text-align: center;
		position: relative;*/
    margin-bottom: 6%;
    padding-top: 10%;
    padding-bottom: 3.5%;
    font-weight: 500;
  }

  /*	#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;
  }

  .top_greeting_ttl {
    /* font-family: 'Noto Serif JP', serif; */
    font-size: 5.2vw;
    line-height: 1.45;
    /* position: relative; */
    padding-bottom: 3.5%;
    padding-top: 4%;
    font-weight: 500;
}

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

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

  .message_box_ttl {
    /* font-size: 1.95rem; */
    font-size: 1.85rem;
    font-weight: 500;
    line-height: 1.35;
    padding-bottom: 3%;
    /*color: #333333;*/
  }

  .message_box_ttl span {
    font-size: 0.8em;
}

  .message_box_p {
    line-height: 1.5;
  }

  .message_box_p+p {
    padding-top: 3.5%;
  }

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

  .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%;
}

.office_info_txt {
    padding-left: 1em;
    padding-top: 0.5em;
}

  #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 .office_info dl dd {
    width: 100%;
    padding: 0.5% 0 0;
    border: none;
  }

  .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;
  }

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

  /*
  .office_info_imgarea li img {
    width: 72.5%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center center;
}*/

  /*----- アクセス ------*/
  .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;
  }

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

  .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;
  }

  /*.introduction_info dt {
    width: 100%;
  }*/

  /*.top_gmap iframe {
    height: 36vw;
    min-height: 300px;
    margin-top: 2.0%;
}*/
  /*-------------------------------------------
service
--------------------------------------------*/
  .service_link_box_ttl {
    font-size: 1.2em;
  }

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

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

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

  /*--ページ上部アンカーリンク--*/
  /*--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_item::before{
		content: '→';
		color: #a1a1a1;
		font-size: 0.95vw;
		position: absolute;
		left: 1.97em;
		top: 1.97em;
	}*/
  /*アコーディオン*/
  /*.service_faq .toggle {
		display: none;
	}*/
  .service_faq .option {
    position: relative;
    margin-bottom: 3%;
  }

  .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: 0.8em 2.2em 0.8em 0.8em;
    /*display: block;
		cursor: pointer;*/
  }

  .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 .title::after {
		transform: rotate(90deg);
	}
	.service_faq .content {
		max-height: 0;
		overflow: hidden;
	}*/
  .service_faq .content p {
    margin: 0;
    padding: 0.8em 0.8em 0.8em;
  }

  .service_ul {
    padding: 0.8em 0.8em 0.5em 0.8em;
}

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

  /*.service_faq .toggle:checked + .title::before {
		transform: rotate(90deg) !important;
	}*/
  /*--------アコーディオンの設定ここまで------*/

  /*-------------------------------------------
	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: 500px;
  }

  .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;*/
  }

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

  .fee_table_ttl01 {
    font-size: 1.6rem;
    font-weight: 600;
    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%;
  }

  /*-------------------------------------------
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.8em;
  }

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

  .contact_tel_text {
    font-size: 1.5em;
  }

  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: #333333;
		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;
  }

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

  .form_wrap h4 {
    font-size: 1.3em;
    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.3em;
    /*position:relative;*/
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 8px;
  }

  .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: 7%;
    margin-top: 0.5vw;
    margin-bottom: 6vw;
    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: -1.3em;
    padding-left: 1.5em;
  }
}

@media screen and (max-width: 592px) {
/*-------------------------------------------
service
--------------------------------------------*/
.service_link_box a,
.service_link_box2 a {
  height: 15vw;
  font-size: 1.45rem;
}
}