@charset "UTF-8";
@import url(all.css);
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* パターン */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation {
  padding-top: 48px;
}
.pagenation li {
  width: 36px;
  font-size: 1.6rem;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
.paginated-link {
  padding-top: 24px;
  margin-top: 32px;
}
.paginated-link li {
  width: 110px;
}
.paginated-link li a {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0em;
}
.paginated-link li.prev-link a::before {
  margin-right: 16px;
}
.paginated-link li.next-link a::after {
  margin-left: 16px;
}

/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1280px;
}

/*===============================================
  header
===============================================*/
#header .h-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
#header .h-logo {
  padding: 16px 0;
}
#header .h-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .h-right > * {
  padding-right: 40px;
  margin-right: 30px;
  border-right: solid 1px #9db854;
}
#header .h-right > *:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
#header .h-oth {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .h-oth > * {
  margin-right: 30px;
}
#header .h-oth > *:last-child {
  margin-right: 0;
}
#header .h-line {
  width: 40px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
}
#header .h-line a {
  display: block;
  transition: all 0.3s;
}
#header .h-line a:hover {
  opacity: 0.72;
}

/*===============================================
  footer
===============================================*/
#footer .f-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0 55px;
}
#footer .f-inner > * {
  max-width: 510px;
}
#footer .f-info {
  justify-content: flex-start;
  font-size: 1.4rem;
  line-height: 2;
  margin: 16px 0 -7px;
}
#footer .f-info dl {
  margin-right: 2em;
}
#footer .f-right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
#footer .f-right > * {
  margin-bottom: 40px;
}
#footer .f-right > *:last-child {
  margin-bottom: 0;
}
#footer .f-sns li {
  width: 40px;
  margin-right: 30px;
}

/*フッターナビ
-----------------------------*/
.fnav {
  padding-bottom: 15px;
}
.fnav .fnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.fnav .fnav-list-item {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-right: 2em;
}
.fnav .fnav-list-item:last-of-type {
  margin-right: 0;
}
.fnav .fnav-list-item a {
  display: block;
  color: #6a8b0f;
}
.fnav .fnav-list-item a:hover {
  text-decoration: none;
  font-weight: 500;
}
.fnav .fnav-list-item.current a {
  font-weight: 500;
}

/*コピーライト
-----------------------------*/
.copy {
  padding: 1px 0;
}
.copy p {
  font-size: 1.4rem;
  font-weight: 500;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  bottom: 10px;
  right: 10px;
}

/*===============================================
  visual
===============================================*/
/*メインビジュアル
-----------------------------*/
.main-visual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: clamp(560px, 38.0208333333vw, 730px);
  padding: 0 40px;
}
.main-visual .mv-box {
  width: 50%;
  height: 100%;
}
.main-visual .mv-box:first-of-type {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.main-visual .mv-box:last-of-type {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.main-visual .mv-box .box-in {
  width: calc(100% - 140px);
  max-width: 544px;
  height: calc(100% - 360px);
  max-height: 226px;
}
.main-visual .mv-box .box-in::before {
  top: 8px;
  left: 8px;
}
.main-visual .mv-box .box-in a::before {
  width: 149px;
  height: 146px;
  top: -10px;
  left: -10px;
}
.main-visual .mv-box .box-in a::after {
  font-size: 1.6rem;
  background-size: 16px !important;
  padding-right: 26px;
  right: 14px;
  bottom: 10px;
}
.main-visual .mv-box .box-in a:hover::after {
  padding-right: 30px;
}
.main-visual .mv-box .box-in .catch {
  font-size: clamp(4rem, 3.125vw, 4.6rem);
}
.main-visual .mv-box .box-in .catch .en {
  margin-bottom: 0.3479em;
}

/*サブビジュアル
-----------------------------*/
.sub-visual {
  justify-content: flex-start;
  height: clamp(280px, 18.2291666667vw, 350px);
}
.sub-visual::before {
  width: min(50% + 500px, 76.042%);
  border-radius: 40px 0 0 40px;
}
.sub-visual .sv-box {
  margin-left: max(50vw - 710px, 13.021%);
}
.sub-visual .sv-box::before {
  top: 8px;
  left: 8px;
}
.sub-visual .sv-box .catch {
  width: clamp(435px, 28.3333333333vw, 544px);
  font-size: clamp(3.2rem, 2.0833333333vw, 4rem);
  line-height: 1.25;
  padding: 0.475em 0;
}
.sub-visual .sv-box .catch::before {
  width: 101.806%;
  height: 122.728%;
  background-size: 25.71%;
}

/*===============================================
  グローバルナビ
===============================================*/
#nav {
  padding: 4px 0;
}
#nav .gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .gnav-list-item {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #6a8b0f;
  letter-spacing: 0;
  line-height: 1.625;
  margin-right: 2em;
}
#nav .gnav-list-item:last-of-type {
  margin-right: 0;
}
#nav .gnav-list-item a {
  display: block;
  color: #6a8b0f;
  position: relative;
  z-index: 0;
}
#nav .gnav-list-item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f7c890;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  transition: all 0.3s;
  opacity: 0;
}
#nav .gnav-list-item a:hover {
  text-decoration: none;
  font-weight: 500;
}
#nav .gnav-list-item a:hover::after {
  opacity: 1;
}
#nav .gnav-list-item.current a {
  font-weight: 500;
}
#nav .gnav-list-item.current a::after {
  opacity: 1;
}

/*===============================================
  main#container
===============================================*/
#container {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0em;
}

/*===============================================
  パンくずリスト
===============================================*/
.bread {
  padding-top: 6px;
}
.bread .breadcrumbs {
  width: 1080px;
}
.bread .breadcrumbs li {
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1.83334;
}

/*===============================================
  main共通
===============================================*/
.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
.com-tels .com-tel {
  font-size: 2.6rem;
}
.com-tels .com-tel::before {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.com-tels .com-tel a {
  margin: -4px 0 -2px;
}
.com-tels .com-replace {
  padding-top: 10px;
}
.com-tels .com-replace img {
  height: 13px;
}

/*ボタン
-----------------------------*/
.com-btn {
  width: 310px;
  height: 70px;
}
.com-btn a {
  font-size: 1.6rem;
}
.com-btn a::after {
  width: 16px;
  right: 20px;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  width: 195px;
  padding: 9px 30px;
}
.com-table tr td {
  padding: 9px 0;
}

/*テキストボックス
-----------------------------*/
.com-text-box {
  margin: -7px 0;
}
.com-text-box p {
  margin-right: -0.5em;
}
.com-text-box .mb {
  margin-bottom: 30px;
}

/*SB未記入テキスト
-----------------------------*/
.com-no-txt {
  font-size: 2rem;
  line-height: 1.5;
}

/*装飾
-----------------------------*/
.com-deco-frame::before {
  width: 100%;
  height: calc(100% + 40px);
  top: -20px;
  left: 0;
}

.com-deco-dot::before, .com-deco-dot::after {
  width: 154px;
  height: 4px;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-ttl01 {
  font-size: 4rem;
  margin-bottom: 60px;
}
.com-ttl01 > span:last-of-type {
  line-height: 1.25;
  margin: -8px 0 -5px;
}
.com-ttl01 > span:last-of-type::before {
  width: calc(100% + 136px);
  height: 60px;
}
.com-ttl01 .en {
  padding: 0 10px;
  margin: -11px 0 8px;
}
.com-ttl01 .en::before, .com-ttl01 .en::after {
  width: 34px;
  height: 4px;
}

/*サブタイトル
-----------------------------*/
.com-subttl01 {
  font-size: 2.4rem;
  line-height: 1.41667;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

/*===============================================
  トップページ
===============================================*/
/*こんなお悩みありませんか？
-----------------------------*/
.top-worries {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
}
.top-worries .worries-box-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: calc(100% - 80px);
  padding: 12px clamp(35px, 2.6041666667vw, 50px);
  border-radius: 30px;
}
.top-worries .worries-box-wrap::after {
  width: 172px;
  height: 41px;
}
.top-worries .worries-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px clamp(48px, 3.6458333333vw, 70px);
}
.top-worries .worries-box .box-img {
  margin-right: clamp(20px, 2.6041666667vw, 50px);
}
.top-worries .worries-box .box-img img {
  height: clamp(196px, 13.125vw, 252px);
}
.top-worries .worries-box .box-list-item {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  line-height: 1.25;
  padding-left: 1.85em;
  margin-bottom: 1.1em;
}
.top-worries .worries-box .box-list-item::before {
  width: 1.25em;
  height: 1.25em;
}
.top-worries + .top-about {
  margin-top: -100px;
}

/*七つの手にご相談ください！
-----------------------------*/
.top-about {
  padding: 100px 0;
}
.top-about::after {
  width: 1080px;
  height: 211px;
  background-position: left bottom, right bottom 10px;
  bottom: -50px;
}
.top-about .about-text {
  text-align: center;
}

/*七つの手が選ばれる理由
-----------------------------*/
.top-reason {
  padding: 100px 0;
}
.top-reason .reason-ttl {
  margin-bottom: 40px;
}
.top-reason .reason-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  border-radius: 30px;
  padding: 10px 50px 50px;
}
.top-reason .reason-list-box {
  width: 300px;
  margin-top: 40px;
  margin-right: 40px;
}
.top-reason .reason-list-box:nth-of-type(3n), .top-reason .reason-list-box:last-of-type {
  margin-right: 0;
}
.top-reason .reason-list-box .box-img {
  margin-bottom: 30px;
}
.top-reason .reason-list-box .box-ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.top-reason .reason-list-box .box-ttl::after {
  width: 36px;
  height: 4px;
  margin-top: 20px;
}
.top-reason .reason-list-box .box-text {
  text-align: center;
}
.top-reason .reason-list-box .box-text p {
  display: inline;
  margin: 0;
}
.top-reason + .top-links {
  margin-top: -100px;
}

/*ボタンリンクセクション
-----------------------------*/
.top-links {
  padding: 100px 0;
}
.top-links .link-bnr {
  height: 200px;
  border-radius: 30px;
  margin-bottom: 60px;
}
.top-links .link-bnr a {
  border-radius: 30px;
}
.top-links .link-bnr p {
  font-size: 4.6rem;
}
.top-links .link-bnr p::after {
  width: 60px;
  height: 60px;
  background-size: 16px, 100% 100%;
}
.top-links .link-bnr p .en {
  padding: 0 10px;
  margin: -2px 0 -6px;
}
.top-links .link-bnr p .en::before, .top-links .link-bnr p .en::after {
  width: 34px;
  height: 4px;
}
.top-links .link-bnr p .txt {
  width: 676px;
  padding: 28px 0 40px;
}
.top-links .link-bnr p .txt::before {
  height: 100%;
  bottom: 0;
}
.top-links .link-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-top: -40px;
}
.top-links .link-list-item {
  width: 506px;
  height: 200px;
  border-radius: 30px;
  margin-top: 40px;
}
.top-links .link-list-item a {
  border-radius: 30px;
}
.top-links .link-list-item a::before {
  width: 149px;
  height: 146px;
  top: -10px;
  left: -10px;
}
.top-links .link-list-item a::after {
  width: 34px;
  height: 34px;
  background-size: 16px;
  right: 0;
  bottom: 0;
}
.top-links .link-list-item p {
  font-size: 4.6rem;
}
.top-links .link-list-item p .en {
  margin: -12px 0 18px;
}

/*お問い合わせ
-----------------------------*/
.top-contact {
  padding: 80px 0;
}
.top-contact .contact-ttl {
  margin-bottom: 40px;
}
.top-contact .contact-text {
  text-align: center;
}
.top-contact .contact-box {
  width: 900px;
  border-radius: 30px;
  margin: 40px auto 0;
}
.top-contact .contact-box .box-in {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px;
}
.top-contact .contact-box .box-in::before {
  width: calc(100% + 120px);
  height: calc(100% + 80px);
  left: -60px;
  top: -40px;
}
.top-contact .contact-box .box-in > * {
  min-height: 45px;
  padding-right: 60px;
  margin-right: 60px;
  border-right: solid 1px #9db854;
}
.top-contact .contact-box .box-in > *:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.top-contact .contact-box .box-tels .com-replace {
  padding-top: 12px;
}
.top-contact .contact-box .box-line a::before {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

/*お知らせ
-----------------------------*/
.top-news {
  padding: 80px 0;
}
.top-news .news-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-news .news-ttl {
  width: 310px;
  margin-bottom: 152px;
}
.top-news .news-list {
  width: calc(100% - 340px);
  min-height: 226px;
  padding: 24px 30px;
  border-radius: 30px;
  background: #f9f5e9;
  box-sizing: border-box;
}
.top-news .news-list .list-item {
  padding: 0 11px 7px;
  margin-bottom: 7px;
}
.top-news .news-list .list-item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.top-news .news-list .list-item .date {
  padding-right: 10px;
}
.top-news .news-list .list-item .tag {
  max-width: calc(100% - 90px);
  line-height: 1;
  padding: 2px 0 7px;
}
.top-news .news-list .list-item .tag li {
  margin-top: 5px;
  margin-right: 10px;
}
.top-news .news-list .list-item .item-ttl {
  margin-top: 2px;
}
.top-news .news-btn {
  position: absolute;
  left: 0;
  top: calc(50% + 43px);
}

/*===============================================
  カウンセラー紹介
===============================================*/
/*カウンセラー挨拶
-----------------------------*/
.introduction-greeting {
  padding: 100px 0;
}
.introduction-greeting::after {
  width: 1200px;
  height: 211px;
  bottom: -80px;
}
.introduction-greeting .greeting-ttl {
  margin-bottom: 0;
}
.introduction-greeting .greeting-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 85px;
}
.introduction-greeting .greeting-box:first-of-type {
  padding-top: 65px;
}
.introduction-greeting .greeting-box .box-img {
  width: 280px;
  margin: -5px 0;
}
.introduction-greeting .greeting-box .box-ttl {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.introduction-greeting .greeting-box .box-ttl span {
  padding-right: 15px;
}
.introduction-greeting .greeting-box .box-ttl span::after {
  width: 154px;
  height: 4px;
}
.introduction-greeting .greeting-box .box-text {
  width: calc(100% - 340px);
}
.introduction-greeting .greeting-box .box-oth {
  width: 1000px;
  border-radius: 30px;
  padding: 50px;
  margin: 60px 40px 0;
}
.introduction-greeting .greeting-box .box-oth .oth-ttl {
  font-size: 2rem;
  margin-bottom: 40px;
}
.introduction-greeting .greeting-box .box-oth .oth-list-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: -7px 0;
}
.introduction-greeting .greeting-box .box-oth .oth-list {
  margin-right: 70px;
}
.introduction-greeting .greeting-box .box-oth .oth-list:last-of-type {
  margin-right: 0;
}
.introduction-greeting .greeting-box .box-oth .oth-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.introduction-greeting .greeting-box .box-oth .oth-list-item::before {
  line-height: 30px;
  margin-right: 0.5em;
}
.introduction-greeting .greeting-box .box-oth .oth-list-item p {
  margin-left: -15px;
  text-indent: 15px;
}
.introduction-greeting .greeting-box .box-oth .oth-list-item:last-of-type {
  margin-bottom: 0;
}

/*代表　米津 文乃にインタビュー！
-----------------------------*/
.introduction-interview {
  padding: 100px 0;
}
.introduction-interview .interview-list {
  padding: 50px 70px;
  border-radius: 30px;
}
.introduction-interview .interview-list-item {
  margin-bottom: 40px;
}
.introduction-interview .interview-list-item .item-ttl {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.introduction-interview .interview-list-item .item-ttl > span {
  width: calc(100% - 31px);
  line-height: 1.41667;
  margin: -5px 0;
}
.introduction-interview .interview-list-item .item-text {
  padding: 0 30px 0 31px;
}
.introduction-interview .interview-list-item .item-text::before {
  width: 15px;
  height: 30px;
  left: 10px;
}

/*===============================================
  料金・プラン
===============================================*/
/*料金案内
-----------------------------*/
.plan-price {
  padding: 109px 0 100px;
}
.plan-price .price-text {
  text-align: center;
}
.plan-price .price-list {
  padding: 0 40px;
}
.plan-price .price-list-box {
  padding-top: 60px;
}
.plan-price .price-list-box .box-ttl {
  margin-bottom: 30px;
}
.plan-price .price-list-box .box-ttl > span {
  font-size: 2.8rem;
  line-height: 1.28572;
  padding: 0 16px;
  margin: -4px 0;
}
.plan-price .price-list-box .box-ttl > span::before, .plan-price .price-list-box .box-ttl > span::after {
  width: 34px;
  height: 4px;
}
.plan-price .price-list-box .box-list {
  padding: 43px 130px;
  border-radius: 30px;
}
.plan-price .price-list-box .box-list-item {
  padding: 0 30px 9px;
  margin-bottom: 9px;
}
.plan-price .price-list-box .box-list-item dd {
  padding-left: 30px;
}

/*サポート内容・特典・有料オプション
-----------------------------*/
.plan-oth {
  padding: 80px 0 100px;
}
.plan-oth .oth-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 1000px;
  margin-top: -77px;
}
.plan-oth .oth-list-box {
  width: 480px;
  margin-top: 77px;
}
.plan-oth .oth-list-box .box-ttl {
  font-size: 2.8rem;
  margin-bottom: 7px;
}
.plan-oth .oth-list-box .box-ttl > span {
  padding-left: 68px;
}
.plan-oth .oth-list-box .box-ttl > span::before {
  width: 58px;
  height: 60px;
}
.plan-oth .oth-list-box .box-list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100% - 35px);
  padding: 50px;
  border-radius: 30px;
}
.plan-oth .oth-list-box .box-list {
  margin: -7px 70px -7px 0;
}
.plan-oth .oth-list-box .box-list:last-of-type {
  margin-right: 0;
}
.plan-oth .oth-list-box .box-list-item::before {
  line-height: 30px;
}
.plan-oth .oth-list-box.w100 {
  width: 100%;
}
.plan-oth .oth-list-box.w100 .box-list-wrap {
  align-items: flex-start;
}

/*ご成婚までの流れ
-----------------------------*/
.plan-flow {
  padding: 109px 0 100px;
}
.plan-flow .flow-list {
  padding: 0 40px;
}
.plan-flow .flow-list-box {
  padding: 50px 94px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.plan-flow .flow-list-box::before {
  width: 114px;
  text-align: right;
  font-size: 1.6rem;
  padding-bottom: 7px;
  position: absolute;
  top: 57px;
  left: -40px;
}
.plan-flow .flow-list-box .box-ttl {
  margin-bottom: 40px;
}
.plan-flow .flow-list-box .box-ttl > span {
  font-size: 2.8rem;
  line-height: 1.35715;
  margin: -5px 0;
}
.plan-flow .flow-list-box .box-in {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
.plan-flow .flow-list-box .box-in .box-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 315px);
}
.plan-flow .flow-list-box .box-in .box-img {
  width: 265px;
}
.plan-flow .flow-list-box .box-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  border-radius: 30px;
  margin-top: 30px;
}
.plan-flow .flow-list-box .box-links > * {
  min-height: 45px;
  padding-right: 60px;
  margin-right: 60px;
  border-right: solid 1px #9db854;
}
.plan-flow .flow-list-box .box-links > *:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.plan-flow .flow-list-box .box-tels .com-replace {
  padding-top: 12px;
}
.plan-flow .flow-list-box .box-line a::before {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

/*===============================================
  お客様の声
===============================================*/
/*一覧
-----------------------------*/
.voice-contents {
  padding: 109px 0 100px;
}
.voice-contents .voice-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-top: -40px;
}
.voice-contents .voice-list-item {
  width: 320px;
  margin-top: 40px;
  margin-right: 50px;
}
.voice-contents .voice-list-item:nth-of-type(3n), .voice-contents .voice-list-item:last-of-type {
  margin-right: 0;
}
.voice-contents .voice-list-item a {
  font-size: 2.4rem;
  line-height: 1.25;
  padding: 0 30px;
}
.voice-contents .voice-list-item a > span {
  padding: 20px 0;
}
.voice-contents .voice-list-item a > span::before {
  width: 46px;
  height: 46px;
  margin-right: 20px;
}
.voice-contents .voice-list-item a::before {
  width: 34px;
  height: 34px;
  left: -10px;
}
.voice-contents .voice-list-item a::after {
  width: 77px;
  right: -10px;
  bottom: -10px;
}

/*詳細
-----------------------------*/
.voice-detail {
  padding: 109px 0 100px;
}
.voice-detail .voice-box .box-ttl {
  font-size: 2.4rem;
  line-height: 1.25;
  padding: 0 30px;
}
.voice-detail .voice-box .box-ttl > span::before {
  width: 46px;
  height: 46px;
  margin-right: 20px;
}
.voice-detail .voice-box .box-text {
  padding: 43px 110px;
  border-radius: 30px;
}
.voice-detail .voice-box .box-message {
  width: 1000px;
  border-radius: 30px;
  padding: 50px 70px;
  margin: 60px auto 0;
}
.voice-detail .voice-box .box-message .message-ttl {
  font-size: 2rem;
  margin-bottom: 40px;
}
.voice-detail .voice-box .box-message .message-ttl > span {
  padding: 0 0.5em;
}
.voice-detail .voice-box .box-message .message-text {
  text-align: center;
  margin: -7px 0;
}
.voice-detail .voice-box .box-message::after {
  width: 77px;
  height: 47px;
  right: -10px;
  bottom: -10px;
}

/*===============================================
  相談所案内
===============================================*/
.info-contents {
  padding: 110px 0 100px;
}
.info-contents .info-table {
  width: 1000px;
  padding: 34px 130px;
  border-radius: 30px;
  margin: 0 auto;
}
.info-contents .info-table::after {
  width: 119px;
  height: 97px;
  right: -40px;
  bottom: -50px;
}
.info-contents .info-table td .replace {
  padding: 8px 0 7px;
}
.info-contents .info-table td .replace img {
  height: 15px;
}

/*==================================================
 ニュース一覧
================================================== */
.news-contents {
  padding: 100px 0;
}
.news-contents .news-list {
  padding: 40px 70px;
  border-radius: 30px;
}
.news-contents .news-list .list-item {
  padding: 0 20px 20px;
  margin-bottom: 20px;
}
.news-contents .news-list .list-item .item-img {
  width: 160px;
}
.news-contents .news-list .list-item .item-in {
  width: calc(100% - 190px);
}
.news-contents .news-list .list-item .date {
  padding-right: 10px;
}
.news-contents .news-list .list-item .tag {
  max-width: calc(100% - 90px);
  line-height: 1;
  padding: 2px 0 7px;
}
.news-contents .news-list .list-item .tag li {
  margin-top: 5px;
  margin-right: 10px;
}
.news-contents .news-list .list-item .item-ttl {
  margin-top: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/*タグリスト
-----------------------------*/
.tag-select-box-wrap .tag-select-box {
  min-width: 240px;
  margin-bottom: 48px;
}
.tag-select-box-wrap .tag-select-box::after {
  right: 18px;
}
.tag-select-box-wrap .tag-select-box select {
  font-size: 1.4rem;
  line-height: 1.42858;
  padding: 12px 48px 12px 12px;
}

/*==================================================
 ニュース詳細
================================================== */
.news-detail {
  padding: 100px 0;
}
.news-detail .post-data {
  font-size: 1.4rem;
  line-height: 1.42858;
  margin-bottom: 20px;
}
.news-detail .news-box {
  padding: 50px 70px;
  border-radius: 30px;
}

/*==================================================
 お問い合わせ
================================================== */
.contact-contents {
  padding: 100px 0;
}
.contact-contents .contact-table {
  margin-bottom: 56px;
}
.contact-contents .contact-table th {
  width: 350px;
  text-align: left;
  line-height: 2.375;
  padding: 12px 30px 12px 20px;
}
.contact-contents .contact-table th .optional-mark,
.contact-contents .contact-table th .required-mark {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 10px;
  margin-top: 5px;
}
.contact-contents .contact-table td {
  vertical-align: middle;
  padding: 12px 0;
}
.contact-contents .contact-submits-wrap {
  padding-top: 32px;
}
.contact-contents .contact-submits-wrap > * {
  width: 300px;
  height: 60px;
  margin: 12px;
}

/*==================================================
 お問い合わせ完了
================================================== */
.complete-contents {
  padding: 100px 0;
}
.complete-contents .complete-box {
  text-align: center;
  padding: 50px 70px;
  border-radius: 30px;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy-contents {
  padding: 100px 0;
}
.privacy-contents .item-box {
  padding: 50px 70px;
  border-radius: 30px;
  margin-bottom: 30px;
}

/*==================================================
 サイトマップ
================================================== */
.site-contents {
  padding: 100px 0;
}
.site-contents .site-list {
  width: 800px;
  padding: 40px;
  border-radius: 30px;
  margin: 0 auto;
}
.site-contents .site-list li a {
  font-size: 1.8rem;
  line-height: 1.66667;
  padding: 15px 20px;
}

/*===============================================
  404エラー
===============================================*/
.error-contents {
  padding: 100px 0;
}

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