@charset "UTF-8";
.pc-no {
  display: none;
}
.container {
  width: 90%;
  margin: auto;
}
/*------------------------------------
変数↓
------------------------------------*/
:root {
  --coblue: #36426A;
  --coliblue: #E9F4F8;
  --coyellow: #FFC814;
  --colred: #FF0000;
  --cogray: #707070;
  --coligray: #c9c9c9;
  --colgy: #F7F7F7;
  --cowhite: #fff;
}
/*------------------------------------
汎用↓
------------------------------------*/
.b {font-weight: bold;}
.flex {display: flex;}
.fai {align-items: center;}
.fae {align-items: flex-end;}
.fjcb {justify-content: space-between;}
.fjce {justify-content: center;}
.fw {flex-wrap: wrap;justify-content: center;}
/*------------------------------------
top戻るボタン
------------------------------------*/
#page-top a {
  width: 50px;
  height: 50px;
  font-size: 0.6rem;
}
#page-top {
  right: 12px;
  bottom: 20px;
}
#page-top img {
  width: 20px;
}
/*------------------------------------
404ページ
------------------------------------*/
#notfound h2 span.yon {
  font-size: 10rem;
}
#notfound h2 span.not {
  font-size: 1.5rem;
}
#notfound .more {
  width: 240px;
}
/*------------------------------------
ヘッダー↓
------------------------------------*/
header .nav_box .flex {
  border-radius: 0;
  padding: 0;
}
header .nav_box .flex h1 {
  width: 14.9rem;
  height: 6.2rem;
}
header .nav_box .flex .h_contact {
  width: 52.2rem;
  height: 8.2rem;
}
header .nav_box .flex .h_contact p {
  padding: 0 10rem 0 10rem;
}
header .nav_main_box {
  width: 100%;
}
header .nav_main_box .crumbs ul {
  padding: 3rem 0;
}
header .nav_main_box .crumbs ul li {
  margin-right: 4rem;
}
header .nav_main_box .crumbs ul li:first-of-type {
  margin-left: 4.5rem;
}
header .nav_main_box .crumbs ul li:last-of-type {
  margin-right: 4.5rem;
}
#hamburger h1 > a > img {
  width: 20%;
  margin-left: 1.6rem;
}
#hamburger .open h1 > a > img {
  margin-left: 9%;
  width: 20%;
}
#hamburger .spnav .sp_con {
  background-color: var(--coyellow);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
}
#hamburger .spnav .sp_con img {
  width: 70%;
}
#hamburger .btn-gNav {
  position: relative;
  width: 10rem;
  height: 12rem;
  background-color: var(--coblue);
  top: 0;
  right: 0;
}
#hamburger .btn-gNav.is-fixed {
  background-color: transparent;
}
#hamburger .btn-gNav span {
  display: inline-block;
  background-color: var(--cowhite);
  width: 60%;
}
#hamburger .btn-gNav span:nth-child(1) {
  top: 30%;
  left: 20%;
}
#hamburger .btn-gNav span:nth-child(2) {
  top: 50%;
  left: 20%;
}
#hamburger .btn-gNav span:nth-child(3) {
  top: 70%;
  left: 20%;
}
#hamburger #gNav .t_sp_box {
  margin: 5rem auto 3rem;
  width: 90%;
  text-align: center;
  padding: 1rem;
  border: 2px solid var(--coblue);
  background-color: var(--cowhite);
  border-radius: 10px;
}
#hamburger #gNav .t_sp_box p {
  font-size: 1.4rem;
}
#hamburger #gNav .t_sp_box a {
  font-size: 3.4rem;
  font-weight: bold;
  color: var(--coblue);
  padding-top: 1rem;
}
#hamburger #gNav .t_sp_box a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  background-image: url(../img/pc-png/sp-tel.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 1.5rem;
}
#hamburger #gNav a.spc_box {
  width: 100%;
  margin: auto;
}
#hamburger #gNav a.spc_box .h_contact {
  background-color: var(--coyellow);
  width: 90%;
  margin: auto;
  padding: 2rem 0;
  border-radius: 10px;
}
#hamburger #gNav a.spc_box .h_contact img:first-of-type {
  width: 3.5rem;
  margin-right: 10px;
}
#hamburger #gNav a.spc_box .h_contact img:last-of-type {
  width: 1rem;
  margin-left: 50px;
}
/*------------------------------------
フッター↓
------------------------------------*/
footer {
  margin-top: 170px;
}
footer nav {
  padding-bottom: 3rem;
  padding-top: 8rem;
}
footer .sp_bk {
  display: block;
}
footer nav .nbox {
  width: 100%;
}
footer nav h2 > a {
  display: block;
}
footer nav h2 > a > img {
  margin: auto;
  width: 100px;
  padding-bottom: 5rem;
}
footer nav ul li {
  padding: 2rem 0;
  border-top: 2px solid var(--cowhite);
}
footer nav ul.tbtop li:first-of-type {
  border-top: 0px;
}
footer nav ul li:last-of-type {
  border-bottom: 2px solid var(--cowhite);
}
footer nav ul li a {
  font-size: 1.8rem;
  position: relative;
  width: 100%;
}
footer nav ul li a::before {
  width: 8px;
  height: 11px;
  margin-right: 1rem;
  position: absolute;
  right: 20px;
  top: 10px;
}
footer .f_botom p {
  font-size: 1.7rem;
  padding: 4rem 0;
  border-top: 1px solid var(--cowhite);
}
/*------------------------------------
トップページ
------------------------------------*/
#top .n_law {
  width: 100%;
  height: 92.2rem;
  position: relative;
}
#top .n_law .container .shad {
  width: 100%;
}
#top .n_law .container .pake {
  position: inherit;
}
#top .n_law .container p {
  font-size: 4rem;
  padding: 5rem 0 1rem;
  text-align: center;
}
#top .n_law .container .exclusive::after {
  width: 50%;
  height: 1.8rem;
  bottom: 4.5rem;
  left: 87px;
  display: none;
}
#top .n_law .container .nen {
  font-size: 9.4rem;
}
#top .n_law .container .less {
  font-size: 6.8rem;
}
#top .n_law .container p.less::first-letter {
  font-size: 9.4rem;
}
#top .n_law .container h2 {
  font-size: 18.3rem;
  text-align: center;
  line-height: 1;
}
#top .n_law .container .newly img {
  width: 23rem;
  height: 23rem;
  left: 0;
  top: 52rem;
}
#top .n_law .container .marugoto {
  width: 80%;
  margin: auto;
}
#top .n_law .container p.pk {
  font-size: 4.6rem;
  padding-left: 0;
  text-align: center;
  padding-top: 1rem;
}
#top .n_law .container .man_img {
  right: 0%;
  width: 32.5rem;
  bottom: 0;
}
#top .estab {
  padding: 7rem 0 4.5rem;
}
#top .estab h2 {
  font-size: 2.5rem;
  width: 75%;
}
#top .estab h2:before {
  width: 5rem;
  height: 8.3rem;
  left: -10%;
  bottom: 0;
}
#top .estab h2:after {
  width: 6rem;
  height: 8.3rem;
  right: -10%;
  bottom: 0;
}
#top .set h2 {
  font-size: 4.4rem;
  padding: 8rem 0 6.4rem;
}
#top .set ul {
  padding-bottom: 8rem;
}
#top .set ul li {
  padding-bottom: 5rem;
}
#top .set ul li p {
  padding-top: 2rem;
  font-size: 2.5rem;
}
#top .set ul li img {
  width: 35rem;
  height: 36.1rem;
  padding: 0 2rem 2rem 0;
}
#top .c_cost {
  background-color: var(--coliblue);
  padding: 8rem 0;
}
#top .c_cost div {
  flex-direction: column-reverse;
}
#top .c_cost .container img.man2 {
  width: 76.4rem;
  height: auto;
}
#top .c_cost .s_cost {
  width: 100%;
}
#top .c_cost .s_cost h2 {
  font-size: 4.3rem;
  margin-bottom: 2rem;
}
#top .c_cost .s_cost .hspan span:first-of-type {
  font-size: 4.3rem;
}
#top .c_cost .s_cost .hspan span:last-of-type {
  font-size: 6rem;
  height: 7rem;
}
#top .c_cost .s_cost .use {
  flex-direction: column;
  width: 80%;
  margin: auto;
}
#top .c_cost .s_cost h2::before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 65px;
  background-image: url(../img/pc-svg/left-b.svg);
  position: absolute;
  left: -5px;
  bottom: 0;
}
#top .c_cost .s_cost h2::after {
  content: "";
  display: inline-block;
  width: 81px;
  height: 65px;
  background-image: url(../img/pc-svg/right-b.svg);
  position: absolute;
  right: -5px;
  bottom: 0;
}
#top .c_cost .use p:first-of-type {
  font-size: 3rem;
  height: 0;
  padding-right: 0;
  border-right: 0px solid var(--cogray);
  padding-top: 4rem;
}
#top .c_cost .use p:last-of-type {
  font-size: 3rem;
  padding-left: 0;
  padding-top: 1rem;
}
#top .c_cost .use span:first-of-type {
  font-size: 5.7rem;
}
#top .c_cost .use span:last-of-type {
  font-size: 4rem;
}
#top .c_cost a {
  display: block;
}
#top .c_cost .h_contact {
  width: 100%;
  border-radius: 10px;
  margin: 4rem auto;
  flex-direction: row;
  padding: 3rem;
}
#top .c_cost .h_contact img:first-of-type {
  width: 5.3rem;
  height: 3.9rem;
}
#top .c_cost .h_contact img:last-of-type {
  width: 2rem;
  height: 2rem;
}
#top .c_cost .h_contact p {
  padding: 0px 2rem 0 1rem;
  font-size: 2rem;
}
#top .bk_bd {
  padding: 8rem 0;
}
#top .bk_bd .flex {
  border-radius: 15px;
  flex-direction: column;
}
#top .bk_bd .flex p {
  font-size: 3.7rem;
}
#top .bk_bd .flex ul {
  width: 100%;
}
#top .bk_bd .flex ul:last-of-type {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
}
#top .bk_bd .flex ul li {
  font-size: 2.7rem;
  margin: 1rem;
  padding: 1rem;
}
#top .customer h2 {
  font-size: 2.7rem;
  padding: 10.3rem 0 4.5rem;
}
#top .customer h2:before {
  width: 5rem;
  height: 10.3rem;
  left: 0;
}
#top .customer h2:after {
  width: 5.8rem;
  height: 10.3rem;
  right: 7px;
  bottom: 20px;
}
#top .customer .libl_box .voic {
  padding-top: 6.5rem;
}
#top .customer .libl_box .voic:first-of-type {
  padding-top: 8rem;
}
#top .customer .libl_box .voic:last-of-type {
  padding-bottom: 5.5rem;
}
#top .customer .libl_box .voic .fjce {
  flex-direction: column;
}
#top .customer .libl_box .voic .fjce img {
  width: 70%;
  height: auto;
  margin: auto;
  padding-top: 5rem;
}
#top .customer .libl_box .voic .vioc-box {
  padding: 3.5rem;
}
#top .customer .libl_box .voic .vioc-box div:first-of-type {
  padding-bottom: 1.5rem;
}
#top .customer .libl_box .voic .vioc-box .flex h3 {
  font-size: 2.5rem;
  width: 80%;
}
#top .customer .libl_box .voic .vioc-box .flex p {
  font-size: 1.4rem;
}
#top .customer .libl_box .voic .vioc-box .opinion p {
  padding-top: 1.5rem;
}
#top .customer .libl_box aside {
  flex-direction: column-reverse;
}
#top .thank p {
  transform: rotate(0deg);
  width: 85%;
  text-align: center;
}
#top .thank img {
  width: 70%;
}
#top .contact_tel {
  padding-bottom: 8rem;
}
#top .contact_tel p {
  font-size: 1.6rem;
  padding-top: 8rem;
  margin: auto;
}
#top .contact_tel > p {
  width: 70%;
}
#top .contact_tel a {
  font-size: 3.5rem;
}
#top .contact_tel .tel_box {
  margin: 1rem auto 3rem;
} 
#top .contact_tel .tel_box img {
  width: 4.2rem;
  height: 3.3rem;
}
#top .contact_tel .h_contact {
  width: 100%;
  height: 8.2rem;
  border-radius: 1rem;
}
#top .contact_tel .h_contact img:first-of-type {
  width: 3.3rem;
  height: 2.9rem;
  margin-left: 2rem;
}
#top .contact_tel .h_contact img:last-of-type {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
#top .contact_tel .h_contact p {
  padding: 0 2rem 0 1rem;
  font-size: 2.6rem;
}
#top .cause {
  padding-bottom: 4rem;
}
#top .cause h2 {
  font-size: 3.1rem;
  padding: 6rem 0 6.3rem;
}
#top .cause h2 > span {
  font-size: 3.7rem;
}
#top .cause h2:after {
  width: 78%;
  height: 20px;
  top: 75%;
  left: 10%;
  background-image: url(../img/pc-svg/b-bottom.svg);
  background-repeat: no-repeat;
}
#top .cause ol {
  flex-direction: column;
}
#top .cause ol li img {
  width: 100%;
  height: auto;
  margin-right: 6.2rem;
  padding-bottom: 3rem;
}
#top .cause ol li span:first-of-type {
  font-size: 2rem;
}
#top .cause ol li span.secd {
  font-size: 2rem;
  line-height: 1.8;
}
#top .cause ol li span.secd.c2b {
  font-size: 3.5rem;
}
#top .cause ol li {
  position: relative;
}
#top .cause ol li span:first-of-type::after {
  right: 0;
  top: -2.5rem;
  font-size: 8.5rem;
}
#top .cause ol li.change2 span:first-of-type::after {
  right: 0;
  top: -2.5rem;
  font-size: 8.5rem;
}
#top .cause ol li.change3 span:first-of-type::after {
  right: 0;
  top: -28px;
  font-size: 7.5rem;
}
#top .cause ol li span:last-of-type {
  font-size: 1.8rem;
}
#top .cause ol li span.dry {
  padding-top: 2.2rem;
  line-height: 1.8;
}
#top .cause ol li span.bor_yel {
  height: 4.8rem;
}
#top .cause ol.fl_ri {
  padding: 6.7rem 0;
  flex-direction: column;
}
#top .cause ol .bor_yel.btext {
  font-size: 3.2rem;
}
#top .cause ol li.change3 span.ht_40 {
  height: 4.2rem;
}
/*------------------------------------
アコーディオン-css↓
------------------------------------*/
#top .aco h3,
#top .aco .box p {
  font-size: 1.6rem;
}
#top .aco h2 {
  width: 80%;
  padding: 2.5rem 0;
  border-radius: 2rem;
  font-size: 2.6rem;
  bottom: -40px;
}
#top .aco .accordion-area {
  padding: 13.5rem 0 8.5rem;
}
#top .aco .accordion-area li{
  width: 85%;
  margin: 4rem auto;
}
#top .aco .accordion-area h3::after {
  min-width: 2rem;
  height: 3rem;
  right: 10%;
  background-size: cover;
  width: max-content;
}
#top .aco h3 {
  padding: 2.5rem 4.5rem 2.5rem 2.5rem;
  align-items: center;
}
#top .aco .title::before,
#top .aco .box p:before {
  min-width: 6rem;
  height: 6rem;
  margin-right: 1.5rem;
  background-size: cover;
  width: max-content;
}
#top .aco .box {
  padding: 2.5rem;
}
#top .thank p:before {
  display: none;
}
#top .thank p:after {
  display: none;
}
/*------------------------------------
お問い合わせフォーム↓
------------------------------------*/
#top .form {
  background-color: var(--colgy);
  margin-top: 170px;
}
#top .form .flex {
  margin-bottom: 4rem;
  display: block;
}
#top .form .pfetu label::before {
  width: 10%;
  height: 63%;
  top: 2px;
  right: 15px;
  object-fit: cover;
  background-size: contain;
}
#top .form .container h2 {
  font-size: 3rem;
  padding: 8rem 0 6.5rem;
}
#top .form .container p.b {
  width: 100%;
  font-size: 2rem;
}
#top .form .container p.b::after {
  content: "必須";
  display: inline-block;
  color: var(--colred);
  border: 1px solid var(--colred);
  margin-left: 15px;
  padding: 0 20px;
}
#top .form .container p.b.coran::after {
  display: none;
}
#top .form .container p.must {
  font-size: 2.7rem;
  width: 118px;
  margin-left: 2rem;
}
#top .form .container p:last-of-type {
  width: 100%;
}
#top .form .container form input,
#top .form .container form textarea {
  width: 100%;
}
#top .form .container form .sent50 select,
#top .form .container form .sent50 input {
  width: 80%;
}
#top .form .container form .sent50 select,
#top .form .container form textarea {
  margin-top: 20px;
}
#top .form .container form .agree input {
  margin-top: 0;
}
#top .form .container form input,
#top .form .container form textarea,
#top .form .container form select {
  padding: 20px 20px;
}
#top .form .container form input {
  margin-top: 20px;
}
#top .form .container form .send input {
  width: 80%;
  border-radius: 20px;
  top: 45px;
  margin-left: 7.5%;
}
#top .form .container .privacy p {
  font-size: 1.8rem;
}
#top .form .container .privacy p:first-of-type {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
#top .form .container .privacy p:nth-of-type(2) {
  line-height: 0.8;
  padding-bottom: 4rem;
}
#top .form .container .agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin-top: 60px;
}
#top .form .container .agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  margin-left: 0;
}
#top .form .container .agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
  font-size: 2rem;
}
#top .wpcf7-not-valid-tip {
  margin: 0 0 0 20px;
}
#top .wpcf7 form .wpcf7-response-output {
  margin: 8em 0.5em 1em;
  font-size: 2.5rem;
}
/*------------------------------------
お問い合わせフォーム確認用ページ↓
------------------------------------*/
.page-id-14 form {
  background-color: var(--colgy);
  margin-top: 0;
  padding-top: 150px;
}
.page-id-14 form .flex {
  margin-bottom: 4rem;
  display: block;
}
.page-id-14 form .pfetu label::before {
  width: 10%;
  height: 63%;
  top: 2px;
  right: 15px;
  object-fit: cover;
  background-size: contain;
}
.page-id-14 form h2 {
  font-size: 3rem;
  padding: 8rem 0 6.5rem;
}
.page-id-14 form p.b {
  width: 100%;
  font-size: 2rem;
}
.page-id-14 form p.b.coran::after {
  display: none;
}
.page-id-14 form p.must {
  font-size: 2.7rem;
  width: 118px;
  margin-left: 2rem;
}
.page-id-14 form p:last-of-type {
  width: 100%;
}
.page-id-14 form form input,
.page-id-14 form form textarea {
  width: 100%;
}
.page-id-14 form form .sent50 select,
.page-id-14 form form .sent50 input {
  width: 80%;
}
.page-id-14 form form .sent50 select,
.page-id-14 form form textarea {
  margin-top: 20px;
}
.page-id-14 form form .agree input {
  margin-top: 0;
}
.page-id-14 form form input,
.page-id-14 form form textarea,
.page-id-14 form form select {
  padding: 20px 20px;
}
.page-id-14 form form input {
  margin-top: 20px;
}
.page-id-14 form form .send input {
  width: 80%;
  border-radius: 20px;
  top: 45px;
  margin-left: 7.5%;
}
.page-id-14 form .privacy p {
  font-size: 1.8rem;
}
.page-id-14 form .privacy p:first-of-type {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}
.page-id-14 form .privacy p:nth-of-type(2) {
  line-height: 0.8;
  padding-bottom: 4rem;
}
.page-id-14 form .agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin-top: 60px;
}
.page-id-14 form .agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  margin-left: 0;
}
.page-id-14 form .agree .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label span {
  font-size: 2rem;
}
.page-id-14 .wpcf7-not-valid-tip {
  margin: 0 0 0 20px;
}
.page-id-14 .wpcf7 form .wpcf7-response-output {
  margin: 8em 0.5em 1em;
  font-size: 2.5rem;
}
.page-id-14 form .return .wpcf7-previous, .page-id-14 form .return .wpcf7-submit {
  width: 100%;
  border-radius: 50px;
  top: 45px;
  font-size: 2.7rem;
  border: 2px solid var(--coblue);
  padding: 15px 0;
}
.page-id-14 form .return .wpcf7-previous {
  margin-bottom: 30px;
}
/* 画面サイズが750pxからはここを読み込む */
@media screen and (max-width: 750px) {
  #top .n_law .container p {
    font-size: 3rem;
  }
  #top .n_law .container .nen {
    font-size: 5.4rem;
  }
  #top .n_law .container .less {
    font-size: 4.8rem;
  }
  #hamburger h1 > a > img {
    width: 40%;
  }
  #top .n_law .container h2 {
    font-size: 13.3rem;
  }
  #top .n_law .container .marugoto {
    width: 90%;
    margin: auto;
    padding-top: 1rem;
  }
  #top .cause h2 {
    font-size: 2.1rem;
  }
  #top .cause h2 > span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  #top .n_law .container h2 {
    font-size: 9rem;
  }
  #top .n_law .container p {
    font-size: 2.2rem;
  }
  #top .n_law .container .less {
    font-size: 3rem;
  }
}