@charset "UTF-8";
/*-----------------------------------------------
  tel banner
  電話問い合わせ用バナー共通のスタイル
-----------------------------------------------*/
.contact_tel {
  text-align: center;
  max-width: 100%;
  margin: 10px auto 50px;
}
@media (min-width: 641px) {
  .contact_tel {
    width: 500px;
    margin-bottom: 60px;
  }
}
.contact_tel a {
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 40px;
  border-radius: 12px;
  background-color: #008d49;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: 58px 50%;
  background-size: 35px auto;
}
@media (min-width: 641px) {
  .contact_tel a {
    background-size: 50px auto;
    background-position: 86px 50%;
    padding-left: 55px;
  }
}
.contact_tel a .tel_txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: bold;
  position: relative;
}
@media (min-width: 641px) {
  .contact_tel a .tel_txt {
    font-size: 1.6rem;
  }
}
.contact_tel a .tel_txt .tel_slash {
  display: inline-block;
}
.contact_tel a .tel_txt .tel_slash::before, .contact_tel a .tel_txt .tel_slash::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #FFF;
  width: 1px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.contact_tel a .tel_txt .tel_slash::before {
  transform: rotate(-35deg);
}
.contact_tel a .tel_txt .tel_slash::after {
  transform: rotate(35deg);
}
.contact_tel a .tel_number {
  display: block;
  font-size: 2.4rem;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media (min-width: 641px) {
  .contact_tel a .tel_number {
    font-size: 3.2rem;
  }
}
.contact_tel a .tel_number .tel_icon {
  display: inline-block;
}
.contact_tel a .tel_number .tel_icon img {
  width: 20px;
}
.contact_tel a:hover {
  background-color: rgb(218, 117, 2);
}

html {
  font-size: 62.5% !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
}

*,
*::before,
*::after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #222;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

.cf {
  overflow: hidden;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: none;
}
@media (min-width: 769px) {
  .pc {
    display: block;
    margin: auto;
  }
}

.sp {
  display: block;
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

.wrapper {
  width: 100%;
}
.wrapper .wrapper_inner {
  margin: 0 15px;
}
@media (min-width: 769px) {
  .wrapper .wrapper_inner {
    margin: 0 30px;
  }
}
@media (min-width: 1025px) {
  .wrapper .wrapper_inner {
    margin: 0 auto;
    text-align: center;
    width: 1000px;
  }
}

.lead {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto 20px;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media (min-width: 769px) {
  .lead {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 50px;
  }
}

header {
  padding: 15px 0;
}
header a, header p {
  display: inline-block;
  float: left;
}
header a {
  margin-right: 20px;
  width: 100px;
}
header a:hover {
  opacity: 0.7;
  transition: all 0.4s ease;
}
header p {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 6px 0;
}
@media (min-width: 769px) {
  header {
    padding: 10px 0;
  }
  header a {
    width: 170px;
  }
  header p {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 0;
  }
}

.btn {
  padding: 35px 15px 40px;
  text-align: center;
}
.btn .lead {
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .btn .lead {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.btn .btn_txt {
  margin-bottom: 10px;
}
.btn .btn_click {
  display: block;
}
.btn .btn_click img {
  transition: all 0.4s ease;
}
.btn .btn_click:hover, .btn .btn_click:active, .btn .btn_click:focus {
  cursor: pointer;
  background: url(../img/btn_siryou_hover_3x.png) no-repeat top center/cover;
}
.btn .btn_click:hover img, .btn .btn_click:active img, .btn .btn_click:focus img {
  opacity: 0;
}
.btn.btn_first {
  padding: 5px 15px 20px;
}
.btn.multi_btn {
  background: #fffeda;
}
.btn.multi_btn ul {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.btn.multi_btn ul li {
  float: left;
  width: calc(50% - 5px);
}
.btn.multi_btn ul li:first-child {
  margin-right: 10px;
}
.btn.multi_btn ul li a {
  display: block;
}
@media (min-width: 769px) {
  .btn {
    padding: 55px 0 60px;
  }
  .btn.btn_first {
    padding: 35px 0 15px;
  }
  .btn .btn_txt {
    margin-bottom: 15px;
    width: 360px;
  }
  .btn .btn_click {
    margin: 0 auto;
    text-align: center;
    width: 401.6px;
  }
  .btn .btn_click img {
    transition: all 0.4s ease;
  }
  .btn .btn_click:hover {
    background-size: 401.6px auto;
  }
  .btn.multi_btn .btn_click:hover, .btn.multi_btn .btn_click:active, .btn.multi_btn .btn_click:focus {
    background: url(../img/btn_toiawase_hover_2x.png) no-repeat top center/cover;
  }
  .btn.multi_btn ul {
    width: 401.6px;
  }
  .btn.multi_btn ul li a img {
    transition: all 0.4s ease;
  }
  .btn.multi_btn ul li a:hover, .btn.multi_btn ul li a:active, .btn.multi_btn ul li a:focus {
    cursor: pointer;
    background-size: 241px auto;
  }
  .btn.multi_btn ul li a:hover img, .btn.multi_btn ul li a:active img, .btn.multi_btn ul li a:focus img {
    opacity: 0;
  }
  .btn.multi_btn ul li a.btn_keisai:hover, .btn.multi_btn ul li a.btn_keisai:active, .btn.multi_btn ul li a.btn_keisai:focus {
    background: url(../img/btn_keisai_hover_2x.png) no-repeat top center/cover;
  }
  .btn.multi_btn ul li a.btn_seikyu:hover, .btn.multi_btn ul li a.btn_seikyu:active, .btn.multi_btn ul li a.btn_seikyu:focus {
    background: url(../img/btn_seikyu_hover_2x.png) no-repeat top center/cover;
  }
}
@media (min-width: 1025px) {
  .btn .btn_txt {
    width: 450px;
  }
  .btn .btn_click {
    width: 502px;
  }
  .btn .btn_click:hover {
    background-size: 502px auto;
  }
  .btn.multi_btn ul {
    width: 502px;
  }
}

.mv .point {
  margin: 20px 15px;
  width: calc(100% - 30px);
}

.kanshin {
  background: url(../img/deaeru_bg_sp_2x.png) no-repeat bottom center/100% auto;
  border-top: 1px solid #696761;
  padding-bottom: 90px;
}
.kanshin h1 {
  padding: 40px 0 60px;
}
.kanshin h1 img {
  margin: 0 auto;
  max-width: 320px;
}
.kanshin .tokuchou h2 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-align: left;
  background: url(../img/icon_checkbox_3x.png) no-repeat, top left;
  background-size: 15px auto;
  padding: 0 0 1px 17px;
}
.kanshin .tokuchou h2 span {
  border-bottom: 2px dotted #9aba4e;
  display: inline-block;
  height: 2px;
  margin: 0 0 5px 5px;
  width: 45%;
}
.kanshin .tokuchou ol {
  margin: 0 auto;
}
.kanshin .tokuchou ol li {
  margin: 0 30px;
  margin-bottom: 40px;
}
.kanshin .tokuchou ol li h3 {
  margin-bottom: 10px;
  text-align: center;
}
.kanshin .tokuchou ol li h3 img {
  height: 75px;
  width: auto;
}
.kanshin .tokuchou ol li div img, .kanshin .tokuchou ol li div p {
  float: left;
}
.kanshin .tokuchou ol li div img {
  margin-right: 20px;
  width: calc(35% - 20px);
}
.kanshin .tokuchou ol li div p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: left;
  width: 65%;
}
.kanshin .tokuchou ol li div p span {
  border-bottom: 4px solid #ffe162;
}
@media (min-width: 769px) {
  .kanshin {
    background-image: url(../img/deaeru_bg_pc_2x.png);
    padding-bottom: 100px;
  }
  .kanshin .wrapper_inner {
    margin: 0 30px;
  }
  .kanshin h1 img {
    width: 100%;
    max-width: 910px;
  }
  .kanshin .tokuchou h2 {
    font-size: 18px;
    font-size: 1.8rem;
    background-size: 20px auto;
    margin: 0 auto 40px;
    padding: 0 0 1px 22px;
    width: 96%;
  }
  .kanshin .tokuchou h2 span {
    margin-bottom: 6px;
    margin-left: 15px;
    width: 64%;
  }
  .kanshin .tokuchou ol {
    margin-bottom: 30px;
    max-width: 840px;
  }
  .kanshin .tokuchou ol li {
    float: left;
    margin: 0;
    width: calc(50% - 15px);
  }
  .kanshin .tokuchou ol li:first-child {
    margin-right: 30px;
  }
  .kanshin .tokuchou ol li h3 {
    margin-bottom: 20px;
  }
  .kanshin .tokuchou ol li h3 img {
    height: auto;
    width: 330px;
  }
  .kanshin .tokuchou ol li div img {
    width: calc(45% - 20px);
  }
  .kanshin .tokuchou ol li div p {
    font-size: 18px;
    font-size: 1.8rem;
    width: 55%;
  }
}
@media (min-width: 1025px) {
  .kanshin .wrapper_inner {
    margin: 0 auto;
  }
  .kanshin .tokuchou h2 {
    width: 840px;
  }
  .kanshin .tokuchou h2 span {
    margin-left: 0;
    width: 570px;
  }
  .kanshin .tokuchou ol li {
    margin: 0 20px;
    width: calc(50% - 40px);
  }
  .kanshin .tokuchou ol li:first-child {
    margin-right: 20px;
  }
  .kanshin .tokuchou ol li h3 img {
    width: 300px;
  }
  .kanshin .tokuchou ol li div img {
    padding-right: 20px;
    width: calc(45% - 20px);
  }
}

.deaeru {
  background: #fffeda;
}
.deaeru h1 {
  margin: 0 auto 30px;
  padding-top: 20px;
  text-align: center;
}
.deaeru h1 img {
  max-height: 90px;
  margin: 0 auto;
}
.deaeru ul {
  margin: 0 auto;
  width: 80%;
}
.deaeru ul li {
  margin-bottom: 20px;
  text-align: center;
}
.deaeru ul li img, .deaeru ul li p {
  float: left;
}
.deaeru ul li img {
  margin-right: 15px;
  width: calc(40% - 15px);
}
.deaeru ul li img.fr {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.deaeru ul li p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2;
  padding-top: 1rem;
  text-align: center;
  width: 60%;
}
.deaeru ul li p span {
  color: #1aa6b7;
  display: block;
}
@media (min-width: 769px) {
  .deaeru h1 {
    margin: 0 auto 50px;
    padding-top: 20px;
  }
  .deaeru h1 img {
    height: auto;
    width: 550px;
  }
  .deaeru ul {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    width: 766px;
  }
  .deaeru ul li {
    text-align: center;
  }
  .deaeru ul li img, .deaeru ul li img.fr, .deaeru ul li p {
    float: none;
  }
  .deaeru ul li img {
    margin: 0 0 10px 0;
    width: 150px;
  }
  .deaeru ul li p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1025px) {
  .deaeru h1 img {
    width: 750px;
  }
  .deaeru ul li img {
    width: 180px;
  }
}
.deaeru .deaeru_graph img {
  margin: 0 auto 30px;
}
@media (min-width: 769px) {
  .deaeru .deaeru_graph img {
    margin: 0 auto 50px;
  }
}

.houjin {
  background: #fffeda;
  padding-bottom: 90px;
  text-align: center;
}
.houjin h1 {
  margin: 0 auto 30px;
  padding-top: 20px;
  text-align: center;
}
.houjin h1 img {
  max-height: 90px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .houjin {
    padding-bottom: 140px;
  }
  .houjin h1 {
    margin: 0 auto 50px;
    padding-top: 20px;
  }
  .houjin h1 img {
    height: auto;
    width: 748px;
  }
}

.jirei {
  background: #fffeda;
  padding-bottom: 10px;
  text-align: center;
}
.jirei h1 {
  margin: 0 auto 30px;
  padding-top: 20px;
  text-align: center;
}
.jirei h1 img {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .jirei {
    padding-bottom: 100px;
  }
  .jirei h1 {
    margin: 0 auto 50px;
    padding-top: 20px;
  }
  .jirei h1 img {
    height: auto;
    width: 912px;
  }
}

.jirei_item {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: left;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .jirei_item {
    display: inline-block;
    max-width: 370px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .jirei_item + li {
    margin-left: 40px;
  }
}
.jirei_item h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .jirei_item h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.jirei_item__subtext {
  margin: 1rem 0 2rem;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 769px) {
  .jirei_item__subtext {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.jirei_item__service {
  margin-top: 2rem;
}
.jirei_item__service dt, .jirei_item__service dd {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.jirei_item__service dd {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  background: #D2EA9C;
  margin-left: 1rem;
  padding: 0 1rem;
  border-radius: 1rem;
}

.jirei_item__inner {
  padding: 20px;
}

footer .caution {
  text-align: center;
}
footer .bottom {
  background: #085909;
  padding: 10px 0;
}
footer .bottom p {
  margin: 0 auto;
  text-align: center;
  font-size: 8px;
  font-size: 0.8rem;
  color: #fff;
}
@media (min-width: 769px) {
  footer .bottom {
    padding: 15px 0;
  }
  footer .bottom p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contact_tel a {
  background-image: url(../img/btn_contact_tel.svg);
}