@charset "UTF-8";
/*
Theme Name: 沖縄那覇相続・遺言相談窓口
Theme URI: テーマのホームサイトのURL
Description: テーマの説明
Author: まほろばデザイン
Author URI: https://design.mahoroba.co.jp/
Version: バージョン
*/

/*-------------------------------------------
mv
--------------------------------------------*/
.js-textTrim_archive {
  visibility: hidden;
}
.mv {
  display: flex;
  align-items: start;
}

.mv_txt {
  width: 38%;
  padding-top: 1.4vw;
  padding-left: 5.05vw;
  padding-bottom: 4.16vw;
}

.mv h2 {
  font-family: "Noto Serif JP", serif;
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.28;
  padding-bottom: 1.55vw;
}

.mv h2::after {
  content: "";
  display: block;
  width: 97%;
  height: 1px;
  background-color: var(--SubColor);
  position: relative;
  top: 1.55vw;
  z-index: 1;
}

.mv_txt_box {
  width: 28.5vw;
}

.mv_sub_txt {
  color: #333333;
  font-size: 1.34vw;
  font-weight: 600;
  padding-top: 1.5vw;
}

.mv_ul {
  padding-top: 0.65vw;
  padding-bottom: 1.65vw;
  font-weight: 500;
  color: #333333;
}

.mv_ul li {
  font-size: 1.14vw;
  background: url(images/icon_checkbox.svg) no-repeat left 0.2vw /1.2vw 1.2vw;
  padding-left: 1.8vw;
}

.mv_ul li + li {
  margin-top: 0.55vw;
  margin-bottom: 0;
}

.mv_btn a {
  font-size: 1.25vw;
  font-weight: 500;
  color: #fff;
  background-color: var(--SubColor);
  display: inline-block;
  width: 100%;
  line-height: 4.4vw;
  border-radius: 1000px;
  text-align: center;
  text-decoration: none;
  /*ここから追加*/
  position: relative;
  overflow: hidden;
  transition: ease 0.2s;
}

.mv_btn a:hover {
  opacity: 1;
}

.mv_img {
  width: 62%;
}

.mv_img iframe {
  width: 100%;
  aspect-ratio: 16 / 9; /* 自動で16:9の高さ保持 */
  height: auto;
  display: block;
  object-fit: cover;
}

/* .mv_img img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: calc(97vh - 7.25vw);
  padding-bottom: 4vw;
} */

/*-------------------------------------------
top_con01
--------------------------------------------*/
.top_con01 {
  position: relative;
  z-index: 0;
}

.top_con01_txt01 {
  position: relative;
  line-height: 150%;
}

.top_con01::before {
  content: "";
  width: 74%;
  height: 100%;
  background-color: var(--Sub02Color);
  padding-left: 2%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.top_con01_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2vw;
  font-weight: 600;
  border-left: 5px solid;
  border-color: var(--SubColor);
  padding-left: 3%;
  margin-bottom: 4%;
}

.top_con01_box {
  display: flex;
  justify-content: space-between;
  padding: 5.7vw 0;
}

.home_con01_txtbox {
  width: 51.4%;
  padding-right: 3.3%;
}

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

.home_con01_img {
  width: 50.6%;
}

/*-------------------------------------------
top_con02
--------------------------------------------*/
section.top_con03,
section.top_flow {
  padding-bottom: 4vw;
}

#home h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.34vw;
  font-weight: 600;
  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: 1.1vw;
  text-align: center;
  padding-bottom: 3.1%;
}

.top_con02 {
  background-color: var(--SubColor);
  background: linear-gradient(white 28vw, var(--SubColor) 28vw);
}

.top_con02_list {
  padding-bottom: 3.6vw;
}

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

.top_con02_ul li {
  width: 32.55%;
}

.top_con02_img {
  width: 100%;
  height: 16vw;
}

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

.top_con02_ul p:first-of-type {
  /*font-family: 'Noto Serif JP', serif;*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ,
    sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  padding: 3.5% 1% 3.8%;
}

.top_con02_small {
  font-size: 1.1vw;
}

.top_con02_ul:nth-of-type(2) p {
  font-size: 0.99vw;
  padding: 0 1.3% 0;
}

/*-------------------------------------------
top_con03
--------------------------------------------*/
.top_con03 dl a {
  color: #000;
  text-decoration: none;
}

.top_con03 dl a:hover {
  opacity: 1;
}

.top_con03 dl a:hover img {
  transform: scale(1.1, 1.1);
}

.top_con03_dl2 img,
.top_con03_dl3 img {
  transition: all 0.3s ease-in-out;
}

.top_con03 {
  background-color: var(--GrayBgColor);
}

.top_con03_dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 3vw;
}

.top_con03_dl dt {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ,
    sans-serif;
  font-weight: 500;
  font-size: 1.35vw;
  padding: 2.4% 0.3vw 1.3%;
}

.top_con03_dl dd {
  font-size: 0.95vw;
  padding: 0 0.3vw 0;
  color: #555;
}

.top_con03_dl2,
.top_con03_dl3 {
  position: relative;
}

.top_con03_dl2 dd.textTrim {
  max-height: calc(3.2em);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.6em;
  text-align: justify;
  position: relative;
  overflow: hidden;
}

.top_con03_dl3 dd.textTrim {
  max-height: calc(5em);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.6em;
  text-align: justify;
  position: relative;
  overflow: hidden;
}

/* .top_con03_dl span.cont {
	color: #4472C4;
} */

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

/*サポート内容2分割の場合*/
.top_con03_dl2 {
  width: 49.1%;
  overflow: hidden;
}

.top_con03_dl2 img {
  width: 100%;
  height: 23.5vw;
  object-fit: cover;
}

.top_con03_dl2 .top_con03_img {
  width: 100%;
  height: 23.5vw;
  overflow: hidden;
}

/*サポート内容3分割の場合*/
.top_con03_dl3 {
  width: 32.5%;
  overflow: hidden;
}

.top_con03_dl3 img {
  width: 100%;
  height: 15.5vw;
  object-fit: cover;
}

.top_con03_dl3 .top_con03_img {
  width: 100%;
  height: 15.5vw;
  overflow: hidden;
}

.top_con03_dl3 dt {
  font-size: 1.2vw;
  padding: 3.3% 0.3vw 1.5%;
}

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

.top_flow_ol li {
  width: 24.4%;
  position: relative;
}

/* .top_flow_ol li+li::before{
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	color: #FF0000;
	font-weight: 900;
	font-size: 1.25vw;
	position: absolute;
	left: -1vw;
	top: 4.5vw;
} */
.top_flow_ol li:nth-of-type(2):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #ff0000;
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}

.top_flow_ol li:nth-of-type(3):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #ff0000;
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}

.top_flow_ol li:nth-of-type(4):before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  color: #ff0000;
  font-weight: 900;
  font-size: 1.25vw;
  position: absolute;
  left: -1vw;
  top: 4.5vw;
}

.flow_icon {
  width: 63.6%;
  margin: 0 auto;
  border: 5px solid #efefef;
  border-radius: 1000px;
}

.flow_ttl {
  /*font-family: 'Noto Serif JP', serif;*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ,
    sans-serif;
  font-size: 1.3vw;
  font-weight: 550;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 4%;
}

.flow_txt {
  font-size: 0.95vw;
  padding: 0 7.5%;
}

.top_con_flow_txt01 {
  /*font-family: 'Noto Serif JP', serif;*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ,
    sans-serif;
  font-size: 1.45vw;
  font-weight: 550;
  text-align: center;
  padding-top: 3.5%;
}

/*-------------------------------------------
news
--------------------------------------------*/
.top_news_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 5.2% 0;
}

.top_news_ttlarea {
  width: 18%;
}

.top_news_txtarea {
  width: 82%;
}

.top_news_ttl a {
  text-decoration: none;
  color: #000;
}

.top_news_txtdl {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5%;
  border-bottom: 1px solid #d8d8d8;
}

.top_news_txtdl + dl {
  padding-top: 2.5%;
}

.top_news_txtdl dt {
  width: 14.5%;
  text-align: center;
}

.top_news_txtdl .top_news_cate {
  font-size: 0.9vw;
  color: #fff;
  text-align: center;
  background-color: var(--SubColor);
  width: 11.5%;
  height: 1.61vw;
  line-height: 1.61vw;
  padding: 0 2%;
  margin-top: 0.1%;
}

.top_news_txtdl .top_news_txt {
  font-size: 0.98vw;
  width: 74%;
  padding: 0 3.5%;
}

.top_news_ttl {
  font-size: 1.1vw;
  font-weight: 700;
  padding-bottom: 0.3em;
}

.top_news_text {
  font-size: 0.98vw;
}

.top_news_btn {
  width: 100%;
}

.top_news_btn a {
  display: block;
  margin: 2.2vw auto 0;
  width: 16vw;
  line-height: 3.5vw;
  border: 1px solid var(--SubColor);
  color: var(--SubColor);
  font-size: 1vw;
  text-align: center;
  text-decoration: none;
}

.top-news-content {
  line-height: 1.6em;
}

.text-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 3行制限機能 */
}

.top-news-link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.top_in_link {
  display: none;
  position: absolute;
  right: 0.4em;
  bottom: 0;
}

/*-------------------------------------------
google map
--------------------------------------------*/
.g_map iframe {
  display: block;
  width: 100%;
  height: 33vw;
}

/*-------------------------------------------
下層ページ
--------------------------------------------*/
/*----- 下層mv -----*/
.lower_mv {
  background-image: url("images/h2_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 37%;
  height: 18vw;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 4.5vw;
}

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

.lower_mv::after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 4.15vw;
  left: -5vw;
  width: 100%;
  height: 100%;
  background-color: var(--Sub02Color);
}

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

.lower_mv span,
.lower_mv_ttl span {
  font-size: 0.4em;
  display: block;
}

/*----- ぱんくず -----*/

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

.pankuzu {
  font-size: 0.9vw;
  text-align: right;
  padding-right: 4.15vw;
  color: #555;
  line-height: 4.1vw;
}

.breadcrumb {
  list-style: none;
  background-color: transparent;
  border-radius: 5px;
}

.breadcrumb li {
  display: inline;
  margin-right: 5px;
}

.breadcrumb li:last-of-type {
  margin-right: 0;
}

.breadcrumb span a {
  text-decoration: none;
  color: #555;
}

.breadcrumb li.active {
  color: #555;
}

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

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

.fee_bg {
  padding-bottom: 5.2vw;
}

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

.lower_section_bg__ {
  padding-top: 5.2vw;
  background-color: var(--GrayBgColor);
}

#about_bg {
  padding-top: 0;
}

#aboutus .lower_section_bg__:nth-of-type(3) {
  padding-top: 0;
}

.white_bg {
  background-color: #fff;
  padding-bottom: 5.2vw;
  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.34vw;
  font-weight: 400;
  text-align: center;
  position: relative;
  margin-bottom: 2.87vw;
  padding-top: 4.5vw;
  padding-bottom: 1.2vw;
}

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

#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.9vw;
  font-weight: 500;
  line-height: 1.35;
  padding-bottom: 1.25vw;
  color: #333333;
}

.message_box_p {
  line-height: 1.5;
  font-size: 1.08vw;
}

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

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

.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;
  color: #555555;
  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: 700;
  padding-top: 1.5%;
  color: #555555;
}

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

.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 p {
  padding-top: 0.8vw;
  font-size: 1vw;
}

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

/*----- アクセス ------*/
.access01 {
  text-align: center;
}

.access01 span {
  display: inline-block;
  padding-right: 1em;
}

.access_gmap iframe {
  display: block;
  width: 100%;
  height: 36vw;
  margin-top: 2%;
}

.access_howto {
  display: flex;
  margin-top: 2.38%;
}

.access_howto .howto_ttl {
  font-size: 1vw;
  font-weight: 600;
  padding-bottom: 0.5vw;
  color: #555555;
}

.howto01,
.howto02 {
  width: 50%;
}

.howto02 {
  border-left: 1px solid #cccccc;
  padding-left: 4.15%;
}

.access_howto ul li {
  font-size: 1vw;
  padding-bottom: 0.2vw;
  line-height: 1.6;
}

/*-------------------------------------------
service
--------------------------------------------*/
/*--ページ上部アンカーリンク--*/
.service_link_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 1.55vw 1.2vw;
  margin: 4.1vw 0;
}

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

.service_link_box a {
  /*font-family: 'Noto Serif JP', serif;*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ,
    sans-serif;
  font-size: 1.1vw;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border: 1px solid #bbbbbb;
  padding-left: 5.5%;
  padding-right: 6.5%;
  height: 5vw;
  position: relative;
}

.service_link_box 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_link_box a::after{
	content: "↓";
	color: #555;
	font-size: 0.95vw;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}*/
/*--業務内容説明文--*/
.service_explain {
  display: flex;
  justify-content: space-between;
}

.service_explain_txt {
  width: 50%;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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



.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_faq_ttl {
  font-size: 1.25vw;
  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;
}

.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;
  line-height: 1.5;
}

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

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

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

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

.fee_table {
  width: 100%;
}

.fee_table th,
.fee_table td {
  border: 1px solid #cacaca;
  font-weight: normal;
  /*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: 600;
  padding-bottom: 1.0%;
}

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

#fee_06 .fee_table ul li:nth-of-type(2),
#fee_08 .fee_table ul li:nth-of-type(2) {
  padding-top: 0.5em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*テーブルの横幅*/
.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: #fff;
  padding-bottom: 5.2vw;
  padding-top: 5.2vw;
  box-shadow: -1px 3px 10px -1px #ccc;
}

.wrap_r_fee2 {
  max-width: 75%;
  margin: 0 auto;
}

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

.fee2 dl dt {
  font-size: 1.2vw;
  position: relative;
  padding-bottom: 0.7vw;
  margin-bottom: 0.7vw;
  line-height: 100%;
  font-weight: 600;
  /* padding-top: 1.5%; */
  color: #000;
  /* width: 82.5%; */
  width: 100%;
  border-bottom: 1px solid #707070;
}

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

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

/*-------------------------------------------
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; /* 行の高さを明確に設定 */
}

/* 「続きを読む」部分 */
.blog_in_link,
.news_in_link {
  position: absolute;
  right: 0;
  bottom: 0;
  /* 背景のグラデーションはそのまま利用 */
  background: linear-gradient(to right, transparent 0%, white 5%);
  padding-left: 0.6em;
  color: #4472c4;
  text-decoration: none;
}
.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-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_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: 600;
  text-align: center;
  line-height: 1.5;
}

/* .contact_telbox_tel a{
	color: #333333;
	text-decoration: none;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0vw;
	padding-left: 2.3vw;
	background: url(../images/icon_tel.svg) no-repeat;
	background-size: 1.8vw 1.8vw;
	background-position: left 0.8vw;
} */
.contact_telbox a {
  text-decoration: none;
}

/* .contact_telbox_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8vw;
} */

.contact_telbox_tel a {
    color: #333333;
    text-decoration: none;
    font-size: 3vw;
    padding-left: 2.3vw;
    background: url(images/icon_tel.svg) no-repeat;
    background-size: 1.8vw 1.8vw;
    background-position: left 0.45em;
    font-family: "Noto Serif JP", serif;
}

/* .contact_telbox_img {
  padding-top: 0.4em;
} */

.contact_telbox_img img {
  width: 2vw;
  height: 2vw;
}

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

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

/*.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 dd p {
padding-top: 0.5em;
}

.policy_wrap ul {
  margin: 1vw 0;
}

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

/*-------------------------------------------
blog一覧
--------------------------------------------*/
.blog_wrap {
  padding: 5.2vw 0;
  display: flex;
  justify-content: space-between;
}

.blog_wrap a {
  color: #000;
  text-decoration: none;
}

.blog_wrap a:hover {
  text-decoration: underline;
}

.blog_content {
  width: 71%;
}

.blog_wrap aside {
  width: 26%;
}

.blog_content dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #d8d8d8;
  padding: 2.5% 1.5%;
}

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

.blog_content dt {
  width: 12%;
}

.blog_content .cate {
  font-size: 0.9vw;
  color: #fff;
  background-color: var(--SubColor);
  padding: 0.15vw;
  width: 14.5%;
  margin-top: 0.2vw;
  text-align: center;
}

.blog_content .blog_ttl {
  width: 64%;
}

.blog_wrap .aside02 {
  margin-top: 2.7vw;
}

.blog_wrap .aside01 > p:first-of-type,
.blog_wrap .aside02 > p:first-of-type {
  font-size: 1.19vw;
  font-weight: bold;
  padding-bottom: 1.14vw;
  border-bottom: 3px solid var(--SubColor);
}

.blog_wrap aside li {
  border-bottom: 1px solid #d8d8d8;
  padding: 1.7vw 0;
}

.pagefeed {
  margin-top: 2.5vw;
  text-align: center;
}

.pagefeed span {
  display: inline-block;
  padding: 0.36vw 0.52vw;
  border: 1px solid var(--SubColor);
  margin: 0 0.35vw;
}

.pagefeed .current {
  background-color: var(--SubColor);
  color: #fff;
}

.blog_detail time {
  color: #333;
  font-size: 0.83vw;
}

.blog_detail .blog_h3ttl {
  font-size: 2.08vw;
  font-weight: normal;
  padding: 0.52vw 0 1.3vw;
  margin-bottom: 1.5vw;
  position: relative;
  width: 100%;
  border-bottom: 3px solid #d8d8d8;
}

.blog_detail .blog_h3ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 30%;
  height: inherit;
  border-bottom: 3px solid var(--SubColor);
}

.blog_detail p + p {
  padding-top: 1.5vw;
  line-height: 1.53;
}

/*-------------------------------------------
レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 959px) {
  /*--下層ページMV--*/
  /* .lower_mv {
		margin-top: clamp(45px, 10vw, 70px);
	} */

  /*--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 {
    width: auto;
  }

  .wrap_r_fee2 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  /*--mv--*/
  .mv {
    flex-direction: column-reverse;
  }

  .mv_txt {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 40px;
    margin-top: 5vw;
  }

  .mv h2 {
    font-size: 2.38rem;
    text-align: center;
    line-height: 1.3;
    /*padding-bottom: 15px;*/
  }

  .mv h2::after {
    width: 100%;
    height: 1px;
    top: 13px;
    z-index: 1;
  }

  .mv_txt_box {
    width: 100%;
  }

  .mv_sub_txt {
    font-size: 1.85rem;
    font-weight: 700;
    padding-top: 20px;
    text-align: center;
  }

  .mv_ul {
    padding-top: 9px;
    padding-bottom: 17px;
    font-weight: 500;
  }

  .mv_ul li {
    font-size: 1.45rem;
    background-size: 1.8rem auto;
    padding-left: 2.5rem;
  }

  .mv_ul li + li {
    margin-top: 7.4px;
    margin-bottom: 0;
  }

  .mv_btn a {
    font-size: 1.7rem;
    width: 100%;
    line-height: 55px;
    border-radius: 1000px;
    text-align: center;
    text-decoration: none;
  }

  .mv_img {
    width: 100%;
    margin-top: 10vw;
  }

  .mv_img img {
    object-position: 100% top;
    padding-bottom: 3.5vw;
  }

  /*-------------------------------------------
	top_con01,top_con02
	-------------------------------------------*/
  /*--top_con01--*/
  .top_con01_txt01 {
    line-height: 150%;
  }

  .top_con01::before {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }

  .top_con01_ttl {
    font-size: 2.1rem;
    padding-left: 3%;
    margin-top: 4.5%;
    margin-bottom: 4%;
  }

  .top_con01_box {
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: 10% 0;
  }

  .home_con01_txtbox {
    width: 100%;
    padding-right: 0;
  }

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

  .home_con01_img {
    width: 100%;
  }

  /*--top_con02--*/
  section.top_con03,
  section.top_flow {
    padding-bottom: 10%;
  }

  #home h3 {
    font-size: 2.3rem;
    padding-top: 10%;
  }

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

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

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

  .top_h3_lead {
    font-size: 1.45rem;
    text-align: left;
    padding-bottom: 7%;
    width: 90%;
    margin: 0 auto;
  }

  .top_con02 {
    background: transparent;
    /*background: linear-gradient(white 28vw, var(--SubColor) 28vw);*/
  }

  .top_con02_small {
  font-size: 0.9em;
  }

  .top_con02_bg .wrap_r {
    max-width: 100%;
  }

  .top_con02_ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0vw;
  }

  .top_con02_ul li {
    width: 100%;
    padding-bottom: 8%;
    margin-bottom: 8%;
    background: linear-gradient(white 45%, var(--SubColor) 45%);
  }

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

  .top_con02_list {
    padding-bottom: 0;
  }

  .top_con02_img {
    width: 90%;
    margin: 0 auto;
    min-height: 220px;
    height: 45vw;
  }

  /*.top_con02_img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	}*/
  .top_con02_ul p:first-of-type {
    width: 90%;
    margin: 0 auto;
    font-size: 1.68rem;
    font-weight: 650;
    padding: 3% 0% 2%;
  }

  .top_con02_ul p:nth-of-type(2) {
    width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
    padding: 0 0% 0;
  }

  /*--top_con03--*/
  /*.top_con03 dl a{
	color: #000;
	text-decoration: none;
	}*/
  /*.top_con03{
	background-color: var(--GrayBgColor);
	}*/
  .top_con03_dl {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    row-gap: 6vw;
  }

  .top_con03_dl dt {
    /*font-weight: 500;*/
    font-size: 1.78rem;
    padding: 2.5% 0vw 1%;
    font-weight: 500;
  }

  .top_con03_dl dd {
    font-size: 1.3rem;
    padding: 0 0vw 0;
    color: #777777;
  }

  /*.top_con03_dl span.cont{
	color: #4472C4;
	}*/
  .top_con03_dl2 .top_con03_img,
  .top_con03_dl3 .top_con03_img {
    /*width: 100%;*/
    height: auto;
    /*overflow: hidden;*/
  }

  /*サポート内容2分割の場合*/
  .top_con03_dl2 {
    width: 100%;
  }

  .top_con03_dl2 img {
    width: 100%;
    height: 40vw;
    min-height: 200px;
    /*object-fit: cover;*/
  }

  /*サポート内容3分割の場合*/
  .top_con03_dl3 {
    width: 100%;
  }

  .top_con03_dl3 img {
    width: 100%;
    height: 40vw;
    min-height: 200px;
    /*object-fit: cover;*/
  }

  /*--top_flow--*/
  .top_flow_ol {
    /*display: flex;
		justify-content: space-between;*/
    flex-wrap: wrap;
  }

  .top_flow_ol li {
    width: 100%;
    /*position: relative;*/
    display: flex;
    border: 3px solid #efefef;
    border-radius: 5px;
    margin-bottom: 5.5%;
  }

  .top_flow_ol li + li::before {
    /*font-family: "Font Awesome 5 Free";
		content: '\f054';
		color: #FF0000;
		font-weight: 900;*/
    /* font-size: 1em; */
    /*position: absolute;*/
    /* left: 50%;
		top: -23%;
		transform: rotate(90deg); */
  }

  .top_flow_ol li:nth-of-type(2):before {
    font-size: 1em;
    left: 50%;
    top: -23%;
    transform: rotate(90deg);
  }

  .top_flow_ol li:nth-of-type(3):before {
    font-size: 1em;
    left: 50%;
    top: -23%;
    transform: rotate(90deg);
  }

  .top_flow_ol li:nth-of-type(4):before {
    font-size: 1em;
    left: 50%;
    top: -23%;
    transform: rotate(90deg);
  }

  .flow_icon {
    width: 25%;
    margin: 0 0;
    border: none;
    /*border-radius: 1000px;*/
  }

  .top_flow_ol div:nth-of-type(2) {
    width: 70%;
  }

  .flow_ttl {
    font-size: 1.7rem;
    font-weight: 650;
    text-align: left;
    padding-top: 6%;
    padding-bottom: 1%;
  }

  .flow_txt {
    font-size: 1.45rem;
    padding: 0 0% 6%;
    color: #444444;
  }

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

  /*--news--*/
  .top_news_inner {
    display: block;
    padding: 11% 0 10%;
  }

  .top_news_ttlarea {
    width: 100%;
  }

  .top_news_txtarea {
    width: 100%;
  }

  .top_news_txtdl {
    display: block;
    /*flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;*/
    padding: 0 1% 3%;
    border-bottom: 1px solid #d8d8d8;
  }

  .top_news_txtdl + dl {
    padding-top: 3%;
  }

  .top_news_txtdl dt {
    display: inline;
    font-size: 1.3rem;
    /*width: 5.6em;*/
    text-align: left;
  }

  .top_news_txtdl .top_news_cate {
    display: inline-block;
    font-size: 1rem;
    /*color: #fff;
	text-align: center;
	background-color: var(--SubColor);*/
    width: 17%;
    height: auto;
    line-height: 1.7em;
    padding: 0 0%;
    margin-top: 0%;
    margin-left: 1.5%;
  }

  .top_news_txtdl .top_news_txt {
    font-size: 1.4rem;
    width: 100%;
    padding: 1.6% 0% 0;
  }

  .top_news_ttl {
    font-size: 1.6rem;
    padding-bottom: 0.3em;
  }

  .top_news_text {
    font-size: 1.45rem;
  }

  /*----- 文字数制限出し分け -----*/
  .excerpt-pc {
    display: none;
  }
  .excerpt-sp {
    display: inline;
    text-decoration: none;
  }

  /*--google map--*/
  .g_map iframe {
    /*
	display: block;
	width: 100%;
*/
    height: 300px;
  }

  /*------footer------*/
  .footer_inner {
    display: block;
    padding: 8% 0 7%;
  }

  .footer01 {
    width: 100%;
    text-align: center;
  }

  .footer02 {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .footer03 {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .footer_logo_outer {
    display: flex;
    justify-content: center;
    /* ロゴありの場合はleft */
    /* text-align-last: center; */
    /* ロゴ右側余白 */
    gap: 2vw;
    line-height: 1.2;
  }
  /* ロゴの横幅 */
  .footer__company-logo img {
    width: 12.5vw;
  }

  .footer_company_subName {
    font-size: 0.85em;
    padding-top: 0.8%;
    padding-bottom: 1%;
    text-align: left;
  }

  .footer_company_name {
    font-size: 5vw;
    font-weight: 650;
    color: #333333;
    margin-top: 0.5vw;
    letter-spacing: 0.03em;
  }

  .footer_name {
    font-size: 1.3rem;
    padding-top: 0.8%;
  }

  .footer_add {
    font-size: 1.3rem;
    padding-top: 3.5%;
  }

  .footer_add span {
    display: block;
    padding-right: 0em;
  }

  .footer_tel,
  .footer_contact {
    font-size: 1.3rem;
    padding-top: 1.1%;
  }

  .footer01 .reception_t {
    font-size: 0.9em;
  }

  .footer02_ttl,
  .footer03_ttl {
    font-size: 1.4rem;
    font-weight: 650;
    color: #333333;
    padding-top: 3.5vw;
    padding-bottom: 0.6vw;
  }

  .footer02_ul li,
  .footer03_ul li {
    font-size: 1.3rem;
    padding-bottom: 0%;
    line-height: 1.75;
  }

  .footer_bottom {
    display: none;
    border-top: 1px solid #b1b1b1;
    padding: 1.2% 0;
  }

  /*.footer_bottom a{
	font-size: 0.9vw;
	color: #000;
	text-decoration: none;
}
.footer_nav01,.footer_nav02{
	display: flex;
	justify-content: center;
}
.footer_nav01 li+li::before,
.footer_nav02 li+li::before{
	content: "／";
	padding: 0 3px;
}
.footer_nav02{
	padding-top: 0.4%;
}*/
  .copyright {
    font-size: 1.1rem;
    /*color: #fff;
		text-align: center;
		background-color: var(--SubColor);*/
    padding: 3.5% 0;
  }

  /*-------------------------------------------
	下層ページ
	--------------------------------------------*/
  /*----- 下層mv -----*/
  .lower_mv {
    background-image: url("images/h2_bg_sp.jpg");
    /*background-repeat: no-repeat;
		background-size: cover;*/
    background-position: left top;
    height: 18vw;
    min-height: 180px;
    /*display: flex;
		align-items: center;
		position: relative;*/
    margin-left: 0vw;
    margin-top: 11vw;
  }

  /*.lower_mv::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.2);
	}*/
  .lower_mv::after {
    /*content: "";
		position: absolute;
		z-index: -10;*/
    top: 7vw;
    left: 0vw;
    /*width: 100%;
		height: 100%;
		background-color: var(--Sub02Color);*/
  }

  .lower_mv h2,
  .lower_mv_ttl {
    /*color: #fff;*/
    font-size: 2rem;
    /*font-weight: 400;*/
    line-height: 1.3;
    /*letter-spacing: 0.05em;*/
    padding-left: 4vw;
    /*position: relative;
		z-index: 1;*/
  }

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

  /*----- ぱんくず -----*/
  .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%;
  }

  .lower_section_ttl h3 span {
    display: none;
  }

  /*----- 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%;
    font-weight: 600;
  }

  /*	#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
--------------------------------------------*/
  /*----- 代表挨拶 ------*/
  .message_box {
    /*display: flex;*/
    flex-direction: column-reverse;
    /*justify-content: space-between;*/
    align-items: center;
  }

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

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

  #message_box_imgArea {
  width: 90%;
}


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

  .message_box_p {
    line-height: 1.5;
    font-size: 1em;
  }

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

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

  .message_box_sign span {
    font-size: 0.75em;
    /*display: block;*/
    padding-right: 0.6em;
  }

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

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

  .office_info dl dd {
    width: 100%;
    padding: 1.5% 0 0;
    /*border-bottom: 0.156vw solid #d8d8d8;*/
    border: none;
  }

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

  /*.office_info dl:first-child dt{
	font-weight: 600;
	padding-top: 1.5%;
	color: #555555;
}*/
  /*.office_info dl:first-child dd{
	padding-top: 0%;
}*/
  .office_info_imgarea {
    /*display: flex;
		justify-content: space-between;
		text-align: center;*/
    flex-direction: column;
    padding-top: 6%;
  }
  .office_info_img:first-child,
  .office_info_img2:first-child,
  .office_info_img3:first-child {
    width: 100%;
    height: 50vw;
}

  .office_info_imgarea li {
    width: 100%;
  }

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

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

  /*----- アクセス ------*/
  /*.access01{
	text-align: center;
}*/
  .access01 {
    padding-bottom: 2.5%;
  }

  .access01 span {
    display: block;
    padding-right: 0;
  }

  #service01 .wrap_s .service_explain .service_explain_img,
  #service02 .wrap_s .service_explain .service_explain_img,
  #service03 .wrap_s .service_explain .service_explain_img,
  #service04 .wrap_s .service_explain .service_explain_img,
  #service05 .wrap_s .service_explain .service_explain_img,
  #service06 .wrap_s .service_explain .service_explain_img,
  #service07 .wrap_s .service_explain .service_explain_img,
  #service08 .wrap_s .service_explain .service_explain_img {
  width: min(100%, 500px);
   margin: 0 auto;
   height: 50vw;
   margin-bottom: 5%;
}

  .access_gmap iframe {
    /*display: block;
		width: 100%;*/
    height: 36vw;
    min-height: 300px;
    margin-top: 2%;
  }

  .access_howto {
    /*display: flex;*/
    flex-direction: column;
    margin-top: 4%;
  }

  .access_howto .howto_ttl {
    font-size: 1.5rem;
    font-weight: 650;
    padding-bottom: 1%;
    /*color: #555555;*/
  }

  .howto02 {
    /*border-left: 1px solid #707070;*/
    border: none;
    border-top: 1px solid #cccccc;
    padding-top: 3%;
    margin-top: 3%;
  }

  .howto01,
  .howto02 {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .access_howto ul li {
    font-size: 1.45rem;
    /*padding-bottom: 0.2vw;
		line-height: 1.6;*/
  }

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

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

  /*--業務内容説明文--*/
  .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: 650;
    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_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: 650;
    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: -1em;
    padding-left: 1em;
  }

  /*テーブルの横幅*/
  .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: 125%;
    width: 100%;
    border-bottom: 1px solid #707070;
    font-size: 1.6rem;
    padding-bottom: 1.5vw;
    margin-bottom: 2.3vw;
    font-weight: 700;
  }

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

  .pc_none {
    display: block;
  }

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

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

  .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%;
    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.3rem;
    font-weight: 500;
    width: 31.5%;
    /*border: 1px solid #000;
		text-align: center;*/
    padding: 2% 0;
  }

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

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

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

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

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

  .contact_telbox_img {
    padding-top: 0.3em;
  }

  .contact_telbox_img img {
    width: 2.3rem;
    height: 2.3rem;
  }

  .contact_telbox_text {
    font-size: 2.3em;
  }

  .contact_telbox_uketsuke {
    font-size: 1.2rem;
  }

  .contactpage_point li:nth-child(2) {
        font-size: 1.18rem;
  }

  /*---お問い合わせフォーム---*/
  .form_wrap {
    padding-top: 10%;
  }
  .form_info {
    text-align: left;
    padding-top: 2.5vw;
    font-size: 0.95em;
    padding-top: 4.5%;
    padding-bottom: 4%;
  }

  /*---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;
  }
  /*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;
  }
  .policy_box span.hissu {
    padding: 1.5% 2% 1.3%;
    margin-top: -2px;
  }
  /*-------------------------------------------
	policy
	--------------------------------------------*/
  .policy_wrap {
    padding-top: 11%;
  }

  .policy_info {
    text-align: left;
  }

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

  .policy_wrap dt {
    font-size: 1.6rem;
    padding-bottom: 1.5vw;
    margin-bottom: 1.5vw;
    border-bottom: 1px solid #707070;
    font-weight: 650;
  }

  .policy_wrap ul {
    margin: 1vw 0;
  }

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

  /*-------------------------------------------
	コンタクトフォーム７
	--------------------------------------------*/
  .wpcf7-list-item-label {
    padding-left: 0.4em;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 8px;
  }

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

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