@charset "UTF-8";

/*
Theme Name: 020_wp
Theme URI: テーマのホームサイトのURL
Description: テーマの説明
Author: 020まほろば〇〇〇士事務所
Author URI: 作者のサイトのURL
Version: バージョン
*/

/* ---------------------------------------------------------------------------
  パソコン
--------------------------------------------------------------------------- */

#contents {
  margin-top: 5.05vw;
}

#mainPhoto {
  padding: 0 3% 3% 3%;
  margin-top: 5.05vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--BaseColor);
  overflow: hidden;
  /* background: url(images/bg02.png) left repeat-y; */
  /* background-size: 70%; */
}

#mainPhoto::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

#mainPhoto img {
  width: 100%;
  z-index: 2;
}

#mainPhoto .title {
  /*  text-shadow: -1px 3px 10px #222;*/
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 1.3vw;
  padding: 1.3em 2.1em;
  background: #636161a8;
  transform: translate(0vw, 0vw);
  z-index: 3;
}

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

#mainPhoto .title span.sub {
  padding-bottom: 0;
  line-height: 160%;
  font-size: 1.1vw;
  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%;
}

.mw_new_news_link {
  display: block;
  top: 55%;
  left: 0;
  /* position: absolute; */
  background: var(--BaseColor);
  padding: 0.5em 1.7em;
  font-size: 75%;
  color: #fff;
  text-decoration: none;
  font-weight: 100;
  margin-top: 1vw;
  width: fit-content;
}

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

#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.8vw;
}

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

#news .newsBox_li {
  overflow: hidden;
}

.newsBox_head {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1em;
  font-size: 1.2vw;
}

.newsBox_head01 {
  display: flex;
  align-items: center;
  width: 20%;
  gap: 0.7em;
}

.top_news_wrap {
  position: relative;
}

#news .article-excerpt {
  padding-bottom: 0;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-clamp: 1;
  box-orient: vertical;
  line-height: 1.6em;
  max-height: calc(1.6em * 1);
  position: relative;
  font-weight: 300;
}

#news .blog_in_link,
#news .news_in_link {
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent 0%, #ffffff 5%);
  padding-left: 0.6em;
  color: #4472c4;
  text-decoration: none;
}

#news a:hover {
  text-decoration: none;
}

.newsBox_head01 p.date {
  background: none;
  border-radius: 2px;
  text-align: left;
  /* width: 10%; */
  color: #999;
  font-size: 1vw;
}

.newsBox_head01 p.icon {
  /* margin-top: 0.3%; */
  background: var(--BaseColor);
  text-align: center;
  width: 50%;
  color: #fff;
  line-height: 1.8;
  font-size: 0.7vw;
}
#news .newsBox_li:first-of-type {
  margin-bottom: 2%;
  padding: 1% 0 2% 0;
  border-bottom: 1px solid #ccc;
}

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

#news .newsBox_li .box a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.newsBox_head a {
  color: #000;
}

.top_news_box_ttl {
  line-height: 150%;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.top_news_box_ttl:hover {
  opacity: 0.8;
}

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

.excerpt-pc {
  max-height: calc(1.57em);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: justify;
  position: relative;
  overflow: hidden;
}
.excerpt-sp {
  display: 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.35;
  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: 1vw;
}

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

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

.top_con02_box h4 {
  text-align: left;
}

.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 {
  position: relative;
  background: #fff;
  padding: 1vw 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;
  font-weight: 300;
  line-height: 1.4;

  max-height: calc(4.2em);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-align: justify;
  position: relative;
  overflow: hidden;
}

.topService_in_link {
  content: "";
  position: absolute;
  right: 5%;
  bottom: 12%;
  font-size: 0.85em;
  padding-left: 0.6em;
  color: rgb(51, 51, 51);
  background: linear-gradient(to right, transparent 15%, #fff 15%);
  text-decoration: none;
  color: #4472c4;
}

.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.03vw;
  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: #a2c971;
  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);
}

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

下層ページ

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

/*----- パンくず -----*/

.breadcrumb-title.sp {
  display: none;
}
.breadcrumb-title.pc {
  display: inline;
}

.pankuzu {
  font-size: 0.85vw;
  padding-top: 1.5em;
  padding-left: 4vw;
  color: #999;
  text-align: right;
  margin-right: 3%;
  margin-left: 3%;
}

.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,
.lower_mv_ttl {
  color: #fff;
  font-size: 2.35em;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 0.01em;
}

.lower_mv h2 span,
.lower_mv_ttl 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 {
  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_imgArea {
  width: 40%;
}

#message_box_imgArea .message_box_img {
  background-image: url(images/aboutus_daihyo.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 118%;
  object-fit: contain;
}

.message_box_ttl {
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.4;
  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;
}

.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 p {
  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);
}

.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_img:first-child {
  width: 100%;
  height: 14vw;
  background-image: url(images/office_info_img01.jpg);
  background-size: cover;
  background-position: center;
}

.office_info_img2 {
  width: 100%;
  height: 14vw;
  background-image: url(images/office_info_img02.jpg);
  background-size: cover;
  background-position: center;
}

.office_info_img3 {
  width: 100%;
  height: 14vw;
  background-image: url(images/office_info_img03.jpg);
  background-size: cover;
  background-position: center;
}

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

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

.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: 0.9em;
  font-weight: 300;
}

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

/*--ページ上部アンカーリンク--*/
#service_wrap01,
#service_wrap02 {
  text-align: left;
}
.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);
}

#service1_01 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service1_img01.jpg);
  background-size: cover;
  background-position: center;
}

#service1_02 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service1_img02.jpg);
  background-size: cover;
  background-position: center;
}

#service1_03 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service1_img03.jpg);
  background-size: cover;
  background-position: center;
}

#service1_04 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service1_img04.jpg);
  background-size: cover;
  background-position: center;
}

#service1_05 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service1_img05.jpg);
  background-size: cover;
  background-position: center;
}

#service1_06 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service1_img06.jpg);
  background-size: cover;
  background-position: center;
}

#service2_01 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service2_img01.jpg);
  background-size: cover;
  background-position: center;
}

#service2_02 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service2_img02.jpg);
  background-size: cover;
  background-position: center;
}

#service2_03 .wrap_s .service_explain .service_explain_img {
  width: 47%;
  height: 20vw;
  background-image: url(images/service2_img03.jpg);
  background-size: cover;
  background-position: center;
}

/*--------------業務内容説明文----------------*/
.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_subtitle {
  font-size: 1.25em;
  font-weight: 700;
  padding-bottom: 1%;
}

/*--------------アコーディオン----------------*/
.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;
}

.service_explain_sub {
  font-weight: 700;
  padding-bottom: 0.5%;
  padding-top: 2%;
}

.service_explain_subtitle {
  padding-bottom: 2%;
}

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

.checkbox_list {
  margin: 0;
  padding: 1em 1.4em 1em;
}

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

.checkbox_list_text {
  padding-bottom: 0.5%;
  font-weight: 300;
}

.checkbox_list_read01 {
  padding-bottom: 2%;
  font-weight: 300;
}

.checkbox_list_read02 {
  padding-top: 1%;
  font-weight: 300;
}

.checkbox_list_read03 {
  padding-top: 2%;
  font-weight: 300;
}

.checkbox_list_read04 {
  font-weight: 700;
}

.checkbox_list_read05 {
  padding-top: 2%;
  font-weight: 700;
}

.checkbox_list_read06 {
  font-weight: 300;
}

.checkbox_list_attention {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 300;
  font-size: 0.85em;
  margin-top: 1%;
}

.checkbox_list_attention2 {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 300;
  font-size: 0.85em;
}

.service_faq_a {
  text-decoration: underline;
}

#service2_01 .service_explain_box {
  padding-top: 1%;
}
/*  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%;
}

/*  fee2
----------------------------------------------------------*/
.miniTextBox p {
  text-align: center;
}

.text_red {
  color: #e80202;
}

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

.fee_subtitle {
  font-weight: 600;
  /* padding-bottom: 0.5%; */
  padding-top: 0.7%;
}

.fee_subtitle02 {
  font-weight: 600;
  padding-top: 0.7%;
}

.fee_text01 {
  padding-bottom: 0.5%;
}

.fee_list {
  padding-bottom: 1%;
}

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

.fee_attention {
  padding-top: 1%;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.85em;
}

.fee_attention02 {
  padding-top: 1%;
  font-size: 0.85em;
}

/*-------------------------------------------
archive
--------------------------------------------*/
.news-archive-wrap,
.news-detail-wrap {
  margin: 5.2vw auto 5.2vw auto;
  width: 75%;
  max-width: 1180px;
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
}

.news-archive-content {
  box-sizing: border-box;
  background: #fff;
  width: calc(100% - 360px);
}

.news-detail-content {
  box-sizing: border-box;
  background: #fff;
  width: calc(100% - 360px);
}

.news-archive-title {
  padding: 1% 0 1% 3%;
  box-sizing: border-box;
  background: var(--SubColor);
  width: 100% !important;
  color: #fff;
  font-size: 1.2vw;
}

.news-archive-content-inner {
  margin: 0 auto;
  width: 100%;
  padding: 2.5% 0 0 0;
  background: #fff;
  box-sizing: border-box;
  box-shadow: -1px 3px 10px -1px #ccc;
}

.news-archive-content-innerBox {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 3.5%;
}

.news-archive-ul li:first-child {
  padding-top: 1%;
}

.news-archive-ul li {
  padding: 3% 0;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.titleData {
  margin-bottom: 2%;
  padding: 0.5% 0 0.5% 1.5%;
  border-left: 3px solid var(--SubColor);
}

.article-title {
  /* padding-bottom: 0.5%; */
  line-height: 150%;
  font-weight: 600;
}

.article-title a {
  text-decoration: none;
  color: #333;
  font-size: 1.4vw;
}

.dateBox {
  color: #999;
  line-height: 100%;
  /* font-size: 0.9vw; */
}

.article-excerpt {
  padding-bottom: 0;
  color: #999;
  /* line-height: 140%;
  font-size: 0.9vw; */
}

.entry-item-tag a {
  text-decoration: none;
  color: #999;
}

/*----- アーカイブ ブログ一覧 3列以降は…続きを読む -----*/
.article-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;

  /* 非WebKit用（将来向け） */
  line-clamp: 3;
  box-orient: vertical;

  /* 見た目調整 */
  line-height: 1.6em;
  max-height: calc(1.6em * 3);
  position: relative;
}

.blog_text-link,
.news_text-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333333;
}

.excerpt-content {
  /* 本文の3行制限 */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* ここで3行に制限 */
  line-height: 1.6em; /* 行の高さを明確に設定 */
  font-weight: 300;
  font-size: 0.9em;
  color: #333;
}

.excerpt-content:hover {
  opacity: 0.8;
}

#category a:hover {
  text-decoration: none;
}

/* 「続きを読む」部分 */
.blog_in_link,
.news_in_link {
  position: absolute;
  right: 0;
  bottom: 0;
  /* 背景のグラデーションはそのまま利用 */
  background: linear-gradient(to right, transparent 0%, white 0%);
  padding-left: 0.6em;
  color: #4472c4;
  text-decoration: none;
}
.blog_in_link:hover,
.news_in_link:hover {
  color: #618dd8;
  opacity: 1;
}
.blog_in_link span,
.news_in_link span {
  color: var(--linkColor);
  text-decoration: none;
}
/* jQueryで一時的に制限を解除するために使うクラス */
.excerpt-content.js-no-clamp {
  -webkit-line-clamp: unset !important; /* 制限解除 */
  max-height: none !important; /* 高さを制限しない */
}

/*------  pagination  --------*/
.pagination {
  text-align: center;
  font-size: 1vw;
  padding-bottom: 3.5%;
}

.page-numbers {
  color: #fff;
  background: #333;
  padding: 7px 14px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #333;
  display: inline-flex;
  margin: 0 0 0.5% 0;
}

.page-numbers.current {
  background: #fff;
  color: #333;
}

/*-------------------------------------------
single
--------------------------------------------*/
.news-detail-content-inner {
  margin: 0 auto;
  padding: 4% 5%;

  width: 100%;
  box-shadow: -1px 3px 10px -1px #ccc;
}

.news-detail-title {
  padding: 0 0 1.5% 0 !important;
  background: none;
  width: 100%;
  line-height: 125%;
  color: #333;
  font-size: 2.1vw;
  font-weight: 600;
}

.news-detail-postinfo {
  color: #999;
  line-height: 100%;
  font-size: 0.9vw;
  margin-bottom: 6%;
}

.news-detail-editor {
  padding-bottom: 4%;
}

.news-detail-editor p {
  line-height: 1.6;
}

/* .news-detail-content-inner .news-detail-editor p:not(:first-of-type) {
    display: none;
} */

/*------  news-detail-editor  --------*/

.news-detail-default {
  margin-bottom: 4%;
  background: #f5f5f5;
  padding: 1.5em;
}

.news-detail-editor p:last-child {
  padding-bottom: 0;
}

.news-detail-default p {
  font-size: 0.9vw;
}

/*------  authorcard  --------*/

.news-detail-authorcard {
  padding: 3% 2.5%;
  border: 1px solid #ccc;
  overflow: hidden;
}

.news-detail-authorcard-text {
  /* width: 88%; */
  display: flex;
  flex-wrap: wrap;
}

.news-detail-author-text-person {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.news-detail-authorcard_image {
  width: 15%;
}

.news-detail-authorcard_image img {
  object-fit: cover;
  aspect-ratio: 1 / 1.15;
}

.news-detail-author-text-person-inner {
  width: 80%;
  padding-left: 3%;
}

.news-detail-authorcard-text_author {
  padding-top: 0.5%;
  font-weight: 600;
  font-size: 1.2vw;
}

.news-detail-authorcard-text_author .span-author {
  margin-right: 1.55%;
  padding: 0.4% 1.5%;
  background: #333;
  color: #fff;
  font-size: 0.78vw;
}

.news-detail-authorcard-text_author .span-role {
  margin-right: 1.2%;
  font-size: 0.9vw;
}

.news-detail-authorcard-text_role1 {
  padding-top: 1%;
  padding-bottom: 0;
  color: #888;
  font-size: 0.9em;
  line-height: 1.6;
}

.news-detail-authorcard-text_role2 {
  padding-top: 0%;
  padding-bottom: 1.5%;
  color: #888;
  font-size: 0.85vw;
  line-height: 1.6;
}

.news-detail-authorcard-text_description {
  padding-top: 1.6%;
  padding-bottom: 0;
  font-size: 0.9vw;
}

.news-detail-editor p:last-child {
  padding-bottom: 0;
}

/*------  otherpost  --------*/
.news-detail-otherpost {
  width: calc(100% - 360px);
  margin-top: 2.4%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: -1px 3px 10px -1px #ccc;
}

.news-detail-otherpost_title {
  padding: 1% 0 1% 3%;
  box-sizing: border-box;
  background: var(--SubColor);
  width: 100% !important;
  color: #fff;
  font-size: 1.2vw;
}

.news-detail-otherpost_ul {
  list-style-type: disc;
  padding-left: 3.2em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.news-detail-otherpost_ul li {
  width: 96%;
  padding: 2.4% 4% 0 0;
  letter-spacing: 0.05em;
}

.news-detail-otherpost_ul li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-top: 2.4%;
  /* margin-left: -4%; */
  margin-left: -2%;
}

.news-detail-otherpost_ul li a {
  text-decoration: none;
}

.news-detail-otherpost_ul li:last-child {
  padding-bottom: 2.4%;
}

/*-------------------------------------------
contact
--------------------------------------------*/
#contact_form {
  padding-top: 5.2vw;
  padding-bottom: 0;
}

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

h4 {
  /* font-family: "Noto Serif JP", serif; */
  font-size: 1.8vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

.contact_telbox a {
  text-decoration: none;
}

.contact_telbox_inner {
 position: relative;
    display: block;
    width: 100%;
    margin: 10px auto;
}

.tel-tap-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    pointer-events: auto !important;
    color: #333333;
    text-decoration: none;
    font-size: 3vw;
    font-family: "Noto Serif JP", serif;

    /* アイコン設定：位置を「left」に固定 */
    padding-left: 2.5vw; 
    background: url(images/icon_tel.svg) no-repeat;
    background-size: 1.8vw 1.8vw;
    background-position: left 0.45em; /* 文字の高さに合わせる */
}

.contact_telbox_text {
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-size: 3vw;
  align-items: center;
}

.contact_telbox_uketsuke {
  font-size: 0.9vw;
}

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

.form_info {
  text-align: center;
  padding-top: 2.5vw;
  padding-bottom: 2vw;
}

/*---form---*/
.contact_form {
  padding-top: 2.9vw;
}
.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%;
}
.contact_form dt p {
  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(--SubColor);
  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;
}
/*form input[type=submit] {
	background: none;
	background-color: var(--AccentColor);
	border: 1px solid var(--AccentColor);
	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;
}
form input[type=submit]:hover{
	text-decoration: none;
	background-color: #fff;
	color: var(--SubColor);
	border: 1px solid var(--SubColor);
}
form input[type=submit],
form input[type=submit]::before,
form input[type=submit]::after {
	transition: all .3s;
}
form input[type=submit]:hover {
	color: var(--SubColor);
	text-decoration: none;
}
*/

/*ラジオボタン*/
.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;
}
.policy_box p {
  margin-top: 0.5vw;
  font-size: 0.9vw;
  display: flex;
  justify-content: center;
}

.policy_box p a {
  text-decoration: underline;
}

/*-------------------------------------------
コンタクトフォーム７
--------------------------------------------*/

.wpcf7 form .wpcf7-response-output {
  padding: 1em 1em;
}

.wpcf7-form-control-wrap input {
  position: relative;
}

span.wpcf7-list-item {
  display: block;
  padding-top: 0.1vw;
  margin-left: 0;
}
span.wpcf7-list-item:nth-of-type(n + 2) {
  padding-top: 0.26vw;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 100%;
  padding: 0.8vw 0.7vw;
  background-color: #f3f3f3;
  border: 0;
}
.wpcf7-textarea {
  width: 100%;
  padding: 0.8vw 0.7vw;
  background-color: #f3f3f3;
  border: 0;
}
.wpcf7 input[type="”submit”"] {
  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;
}
.wpcf7-submit {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.4vw;
  letter-spacing: 0.08em;
  width: 100%;
  height: 3.5vw;
  border-radius: 1000px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.policy_box .span.wpcf7-list-item {
  display: inline-block;
}
.contact_form dl:first-of-type {
  padding-bottom: 0;
}

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

.policy_p {
  padding-bottom: 0.5%;
}

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

  タブレット（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: 350px;
  }

  #mainPhoto .title {
    width: 85%;
    padding: 2em;
  }

  #mainPhoto .title span {
    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.4em;
    padding-bottom: 2%;
  }

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

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

  .lower_mv_wrap::after {
    display: none;
  }

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

  .main_ttl_sp {
    text-align: center;
    padding: 1em 1em 0.2em;
    background: var(--BaseColor);
    color: #fff;
  }

  .main_ttl_sp .title {
    font-weight: 700;
    line-height: 1.35;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4em;
    padding-bottom: 2%;
  }

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

  /* お知らせ
  -----------------------------------------------------------*/
  #news {
    padding: 2% 0 5%;
    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: block;
    align-items: center;
  }

  #news .newsBox_li p {
    padding-top: 0.6em;
    padding-bottom: 0;
    font-size: 3.5vw;
  }

  .newsBox_head01 {
    width: 100%;
    padding-bottom: 0.5em;
    gap: 2em;
  }

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

  #news .newsBox_head01 p.icon {
    margin-top: 2.9%;
    padding: 0.5% 0 0.7%;
    line-height: 150%;
    font-size: 2.1em;
    width: 18%;
    font-weight: 400;
  }

  .excerpt-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.55em;
    font-weight: 400;
    color: #333;
  }

  #news .article-excerpt {
    padding-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-clamp: 2;
    box-orient: vertical;
    line-height: 1.6em;
    max-height: calc(1.6em * 2);
    position: relative;
    font-weight: 400;
  }

  #news .blog_in_link,
  #news .news_in_link {
    position: absolute;
    right: 0;
    top: 34%;
    background: linear-gradient(to right, transparent 5%, #f2f4f6 5%);
    padding-left: 0.6em;
    color: #4472c4;
    text-decoration: none;
  }

  #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_news_box_ttl {
    font-size: 3em;
  }

  .excerpt-pc {
    display: none;
  }
  .excerpt-sp {
    display: block;
  }

  /* 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.35em;
    line-height: 1.4;
    /*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_li:nth-of-type(3) .top_con02_ttl,
  .top_con02_li:nth-of-type(4) .top_con02_ttl {
    font-size: 1.1em;
  }

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

  .topService_in_link {
    right: 5%;
    bottom: 6%;
  }

  .topService_in_link {
    background: linear-gradient(to right, transparent 0%, #fff 0%);
  }

  /* 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: 0.95em;
    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.88em;
    line-height: 1.45;
    font-weight: 300;
    padding: 0;
  }

  .top_con03_num {
    top: -0.35em;
  }

  /* 	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%;
    font-family:
      "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3",
      sans-serif;
  }

  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: 11.5vw; */
    /*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, .lower_mv_ttl {
    font-size: 2.2rem;
}

  .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.2rem;
    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_imgArea {
    width: 90%;
  }

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

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

  .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: 1em;
  }

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

  /*--サイド余白--*/
  .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 ul li: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 .office_info dl dd {
    width: 100%;
    padding: 0.5% 0 0;
    border: none;
    font-weight: 600;
  }

  .office_info dt {
    width: 100%;
    border-bottom: none;
    padding: 0;
    font-weight: 600;
  }

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

  .office_info dd {
    width: 100%;
    border-bottom: none;
    padding: 0;
    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_img:first-child,
  .office_info_img2:first-child,
  .office_info_img3:first-child {
    width: 100%;
    height: 50vw;
  }

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

  .service_ttl_spNone {
    display: none;
  }

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

  .service_explain_txt {
    width: 100%;
  }

  .service_explain_box ul li {
    font-weight: 400;
  }

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

  /*-よくある質問-*/
  #service1_01 .wrap_s .service_explain .service_explain_img,
  #service1_02 .wrap_s .service_explain .service_explain_img,
  #service1_03 .wrap_s .service_explain .service_explain_img,
  #service1_04 .wrap_s .service_explain .service_explain_img,
  #service1_05 .wrap_s .service_explain .service_explain_img,
  #service1_06 .wrap_s .service_explain .service_explain_img,
  #service2_01 .wrap_s .service_explain .service_explain_img,
  #service2_02 .wrap_s .service_explain .service_explain_img,
  #service2_03 .wrap_s .service_explain .service_explain_img {
    width: min(100%, 500px);
    margin: 0 auto;
    height: 50vw;
    margin-bottom: 5%;
  }

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

  .service_explain_subtitle {
    padding-bottom: 5%;
  }

.service_explain_sub {
  font-weight: 700;
  padding-bottom: 0.5%;
  padding-top: 1%;
}

  .checkbox_list {
    margin: 0;
    padding: 0.8em 0.8em 0.8em;
  }

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

  .checkbox_list_text {
    padding-bottom: 0.5%;
    font-weight: 400;
  }

  .checkbox_list_read01 {
    padding-bottom: 1.5%;
    font-weight: 400;
  }

  .checkbox_list_read02 {
    padding-top: 5%;
    font-weight: 400;
  }

  .checkbox_list_read03 {
    padding-top: 4%;
    font-weight: 400;
  }

  .checkbox_list_read04 {
    <!--padding-bottom: 0.5%;-->
    font-weight: 700;
  }

  .checkbox_list_read05 {
    padding-top: 6%;
    font-weight: 700;
  }

  .checkbox_list_read06 {
    font-weight: 400;
  }

  .checkbox_list_attention {
    padding-top: 6%;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 400;
    font-size: 0.85em;
  }

  .checkbox_list_attention2 {
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 400;
    font-size: 0.85em;
  }

  .service_faq_a {
    text-decoration: underline;
  }

  #service2_01 .service_explain_box {
    padding-top: 1%;
  }

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

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

  .wrap_s_fee2 {
    font-weight: 400;
  }

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

  .fee_subtitle {
    font-weight: 700;
    padding-top: 1.5%;
  }

  .fee_subtitle02 {
    font-weight: 700;
    padding-top: 1.5%;
  }

  .fee_text01 {
    padding-bottom: 1%;
    font-weight: 400;
  }

  .fee_list {
    padding-bottom: 2%;
  }

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

  .fee_attention {
    padding-top: 3%;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: 400;
  }

  .pc_none {
    display: block;
  }

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

  .miniTextBox p {
    font-size: 0.95em;
  }

  /*----- ぱんくず -----*/
  .breadcrumb-title.pc {
    display: none;
  }
  .breadcrumb-title.sp {
    display: inline;
  }

  .pankuzu {
    font-size: 0.95rem;
    /*text-align: right;*/
    padding-right: 0vw;
    padding-top: 2.4vw;
    /*color: #555;*/
    line-height: 1;
  }

  .pankuzu a {
    font-size: 0.9rem;
    /*color: #555;
		text-decoration: none;*/
  }

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

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

  .lower_section_bg__ {
    padding-top: 11%;
  }

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

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

  /*-------------------------------------------
archive
--------------------------------------------*/
  .news-archive-wrap,
  .news-detail-wrap {
    width: 92%;
    margin: 0 auto;
    margin-top: 2%;
    padding-top: 10%;
    padding-bottom: 2%;
  }

  .news-archive-content {
    width: 100%;
  }

  .news-archive-content-inner {
    box-shadow: none;
  }

  .news-detail-otherpost__title,
  .news-archive-title {
    padding: 2.5% 4%;
    width: 100%;
    line-height: 130%;
    font-weight: 500;
    font-size: 16px;
  }

  .news-archive-ul li {
    padding: 4% 0;
  }

  .article-title {
    text-decoration: none;
    color: #333;
    /* padding-bottom: 0.5%; */
    line-height: 150%;
    font-weight: 600;
    border-left: none;
    padding-left: 0;
  }

  .article-title a {
    font-size: 1.15em;
  }

  .article-excerpt {
    font-size: 0.87em;
  }

  .article-excerpt p {
    color: #b1b1b1;
    line-height: 150%;
    font-size: 13px;
  }

  .dateBox {
    line-height: 150%;
  }

  .dateBox span a {
    text-decoration: none;
    color: #999;
    font-size: 1.4rem;
    line-height: 150%;
    font-weight: 400;
  }

  #archive .titleData {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    border-left: none;
    padding-left: 0;
  }

  /*------  pagination  --------*/

  .pagination {
    margin: 8% 0 1% 0;
  }

  .page-numbers {
    margin: 0.5% 0.5% 4.5% 0.5%;
    border: 1px solid #333;
    padding: 7px 14px;
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    background: #333;
    font-size: 1.4rem;
  }

  /*-------------------------------------------
single
--------------------------------------------*/
  .news-detail-content {
    width: 100%;
    margin: 0 auto;
  }
  .news-detail-content-inner {
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 6%;
    width: 100%;
  }

  .news-detail-title {
    padding-bottom: 2.5% !important;
    font-weight: 700;
    font-size: 20px;
  }

  .news-detail-postinfo {
    color: #b1b1b1;
    line-height: 100%;
    font-size: 13px;
  }

  /*------  news-detail-editor  --------*/

  .news-detail-default {
    margin-bottom: 4%;
    background: #f5f5f5;
    padding: 1.5em;
  }

  .news-detail-default p {
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 3%;
  }

  /*------  otherpost  --------*/

  .news-detail-otherpost {
    width: 100%;
    margin-top: 6%;
  }

  .news-detail-author-text-person-inner {
    width: 72%;
    padding-left: 4.5%;
  }

  .news-detail-authorcard-text_author {
    padding-top: 0.5%;
    font-weight: 700;
    font-size: 17px;
  }

  .news-detail-authorcard-text_role1 {
    padding-top: 0.5%;
    padding-bottom: 0%;
    font-size: 1.25rem;
  }

  .news-detail-authorcard-text_role2 {
    padding-top: 0.5%;
    padding-bottom: 2%;
    font-size: 1rem;
  }

  .news-detail-authorcard-text_author .span-author {
    margin-right: 2%;
    padding: 1% 2.5%;
    font-size: 10px;
  }

  .news-detail-authorcard-text_author .span-role {
    margin-right: 1.5%;
    padding: 0.5% 2.5% 0.5% 0;
    font-size: 12px;
  }

  .news-detail-authorcard-text_description {
    padding-top: 3%;
    padding-bottom: 0;
    line-height: 150%;
    font-size: 14px;
  }

  .news-detail-authorcard {
    padding: 4%;
    overflow: hidden;
  }

  .news-detail-authorcard_image {
    width: 27%;
  }

  .news-detail-otherpost_title {
    padding: 2.5% 4%;
    box-sizing: border-box;
    background: var(--SubColor);
    width: 100% !important;
    color: #fff;
    font-size: 1.6rem;
  }

  .news-detail-authorcard-text {
    width: 100%;
  }

  .news-detail-otherpost_ul li {
    width: 96%;
    padding: 4.8% 6% 0 0;
    letter-spacing: 0.05em;
  }

  .news-detail-otherpost_ul li:last-child {
    padding-bottom: 4.8%;
  }

  .top_news_btn a {
    font-size: 1.35rem;
    line-height: 2.6;
    width: 50%;
    margin-top: 3rem;
  }

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

  .contact_telbox h4,
  .form_wrap h4 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    font-family:
      "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3",
      sans-serif;
  }

  .contact_form dt p {
    padding-bottom: 0;
  }

  .tel-tap-link {
    padding: 1% 0 2%;
    line-height: 1;
  }

  .tel-tap-link {
    /*color: #000;
		text-decoration: none;*/
    line-height: 1.2;
    font-size: 3rem;
    padding-left: 8vw;
    /*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_info {
    text-align: left;
    padding-top: 2.5vw;
    font-size: 0.95em;
    padding-top: 4.5%;
    padding-bottom: 5%;
  }

  /*---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: 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;
  }
  /*form input[type=submit] {
		appearance: none;
		-webkit-appearance: none;
		background: none;
		background-color: var(--SubColor);
		border: 1px solid var(--SubColor);
		color: #fff;
		font-size: 1.8rem;
		font-weight: 600;
		letter-spacing: 0.08em;
		width: 90%;
		height: 56px;
		border-radius: 1000px;
		cursor: pointer;
		display: block;
		margin: 0 auto;
	}*/
  /*form input[type=submit]:hover{
		text-decoration: none;
		background-color: #fff;
		color: var(--SubColor);
		border: 1px solid var(--SubColor);
	}
	form input[type=submit],
	form input[type=submit]::before,
	form input[type=submit]::after {
		transition: all .3s;
	}
	form input[type=submit]:hover {
		color: var(--SubColor);
		text-decoration: none;
	}*/

  /*ラジオボタン*/
  .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-input{
		display: none;
	}*/
  .checkbox-parts {
    padding-left: 1.3em;
    /*position:relative;*/
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 8px;
  }
  .checkbox-parts::before {
    /*content: "";
		display: block;
		position: absolute;*/
    /*top:2px;*/
    left: 0;
    width: 0.9em;
    height: 0.9em;
    border: 1px solid #777;
    /*border-radius: 2px;
		background-color: #fff;*/
  }
  .checkbox-input:checked + .checkbox-parts::after {
    /*content: "";
		display: block;
		position: absolute;*/
    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;
    padding-left: 1.5em;
  }
  .policy_box p {
    padding-left: 0;
    margin-top: 0.5vw;
    /* margin-bottom: 6vw; */
    font-size: 1.2rem;
    justify-content: left;
  }
  .checkbox .wpcf7-form-control {
    font-size: 1em;
  }
  .policy_box .wpcf7-form-control {
    font-size: 1em;
  }
  .policy_box span.hissu {
    padding: 1.5% 2% 1.3%;
    margin-top: -2px;
  }

  /*-------------------------------------------
	コンタクトフォーム７
	--------------------------------------------*/
  .contact_form p:empty {
    display: none;
  }

  .contact_form p {
    padding-bottom: 6%;
  }

  .policy_box p {
    padding-bottom: 3%;
  }

  .policy_box .wpcf7-list-item-label {
    padding-left: 0.4em;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 3px;
    font-size: 1.25em;
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"] {
    border: none;
    border: 1px solid #ccc;
    padding: 3%;
  }

  .wpcf7-textarea {
    border: 1px solid #ccc;
  }

  .wpcf7-submit {
    height: 15.5vw;
    font-size: 1.8rem;
  }

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