@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif, "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #1c0000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "M PLUS Rounded 1c", sans-serif, "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #1c0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.section_wrap {
  line-height: 1.53;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    font-size: 1rem;
  }
}

.section_01 {
  overflow: hidden;
  padding: 3rem 0 3rem;
}

.section_11 {
  overflow: hidden;
  padding: 2.5rem 0 0;
}

.section_02 {
  padding: 2.5rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_02 {
    padding: 2.5rem 0 5rem;
  }
}
.section_02::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 600px;
  height: 220px;
  background: url(../images/family2.png) center center/contain no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .section_02::after {
    width: 300px;
    height: 110px;
  }
}

.section_03 {
  overflow: hidden;
  padding: 2.5rem 0;
}

.section_04 {
  background: #f7931e;
  position: relative;
  overflow: hidden;
  padding: 0 0 2.5rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_04 {
    padding: 4rem 0 2.5rem;
  }
}
.section_04::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 700px;
  background: url(../images/bg_point.jpg) 50% 50%/cover no-repeat;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .section_04::before {
    height: 350px;
  }
}
.section_04::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#f7931e));
  background: linear-gradient(to bottom, transparent, #f7931e);
  top: 550px;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_04::after {
    height: 100px;
    top: 250px;
    content: none;
    position: inherit;
  }
}
.section_04 .inner {
  position: relative;
}
.section_04 .inner::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 1190px;
  background: url(../images/kira_l.png) center center/contain no-repeat;
  top: 30px;
  left: -100px;
  margin: 0 auto;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .section_04 .inner::before {
    top: -50px;
    width: 51.5px;
    height: 595px;
    left: 0;
  }
}
.section_04 .inner::after {
  content: "";
  position: absolute;
  width: 103px;
  height: 1190px;
  background: url(../images/kira_r.png) center center/contain no-repeat;
  top: 30px;
  right: -100px;
  margin: 0 auto;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .section_04 .inner::after {
    top: -50px;
    width: 51.5px;
    height: 595px;
    right: 0;
  }
}

.section_10 {
  overflow: hidden;
  padding: 0 0 2.5rem;
}

.section_05 {
  margin-top: -5rem;
  overflow: hidden;
  padding: 3.5rem 0 2.5rem;
  position: relative;
}
.section_05::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  background: url(../images/bg_hikari.jpg) 50% 70%/cover no-repeat;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_05 {
    padding: 2.7rem 0 1rem;
    margin-top: -6rem;
  }
}

.section_06 {
  overflow: hidden;
  padding: 3.5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .section_06 {
    padding: 2.7rem 0 2rem;
  }
}
.section_06 .inner {
  position: relative;
}

.section_07 {
  padding: 0 0 5rem;
  overflow: hidden;
}

.section_08 {
  overflow: hidden;
  padding: 4rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .section_08 {
    padding: 2rem 0 4rem;
  }
}

.section_09 {
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .section_09 {
    padding: 5rem 0 3rem;
  }
}

.section_contact {
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .section_contact {
    height: auto;
    padding: 1rem 0 2rem;
  }
}

.section_contact2 {
  padding: 5rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .section_contact2 {
    overflow: hidden;
    padding: 4rem 0 4rem;
  }
}

.section_ganbaru {
  position: relative;
}
.section_ganbaru img {
  width: 100%;
}
.section_ganbaru .ganbaruhito {
  position: absolute;
  margin: 0 auto;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: 1;
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  .section_ganbaru .ganbaruhito {
    max-width: 250px;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  margin: 1rem auto 30px;
}
@media screen and (max-width: 767px) {
  header {
    margin: 1rem auto;
  }
}

.header_box {
  width: 100%;
  max-width: 750px;
  padding: 0 1.5rem;
  margin: 0 auto;
  overflow: hidden;
}

.header_ttl {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    text-align: center;
  }
}
.header_ttl img.logo {
  max-width: 455px;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 230px;
  }
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
#gnavi ul li {
  margin-right: 2em;
}

.header_navi {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_navi li {
  margin-right: 20px;
}
.header_navi li:last-child {
  margin-right: 0;
}

.header_wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_wrap1 {
    display: none;
  }
}
.header_wrap1 > div.h_tel {
  width: 54%;
}
.header_wrap1 > div.h_tel .h_tel {
  position: relative;
  font-weight: 700;
  font-size: 2.8rem;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  padding-left: 50px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header_wrap1 > div.h_tel .h_tel {
    font-size: 1rem;
  }
}
.header_wrap1 > div.h_tel .h_tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/tel_ora.svg) repeat-x left top/contain;
}
.header_wrap1 > div.h_tel .h_tel_info {
  position: relative;
  font-size: 1.17rem;
  z-index: 1;
  margin-top: 0.7rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.header_wrap1 > div.h_tel .h_tel_info span {
  background: #003485;
  color: #fff;
  padding: 0.02em 1rem;
  border-radius: 5px;
}
.header_wrap1 > div.contact {
  width: 44%;
  margin-top: 1rem;
}

.h_data_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .h_data_sp {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    z-index: 999;
    bottom: 0;
  }
}

.check {
  width: 100%;
  text-align: center;
  background: #003485;
  height: 60px;
  position: relative;
}
.check a {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.5;
  position: absolute;
  top: 20%;
  left: 55%;
  padding-top: 2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.check a::before {
  content: "";
  display: block;
  position: absolute;
  top: 62%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 23%;
  width: 29.0909090909px;
  height: 20px;
  background: url(../images/icon_mail.svg) no-repeat center/cover;
}

/*
//フッター
------------------------------------------------------------
*/
#footer {
  width: 100%;
  overflow: hidden;
  padding: 2.5rem 0;
}

.footer_box {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px;
}

.footer_wrap1 {
  width: 100%;
}
.footer_wrap1 > div.f_tel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel {
    width: 100%;
  }
}
.footer_wrap1 > div.f_tel .f_tel {
  position: relative;
  font-weight: 600;
  font-size: 3rem;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  width: 60%;
  display: inline-block;
  padding-left: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel .f_tel {
    width: 100%;
    padding-left: 30px;
    font-size: 10vw;
  }
}
.footer_wrap1 > div.f_tel .f_tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/tel_ora.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel .f_tel::before {
    width: 25.2941176471px;
    height: 25.2941176471px;
  }
}
.footer_wrap1 > div.f_tel .f_tel_info {
  font-weight: 700;
  display: block;
  width: 40%;
  position: relative;
  font-size: 1.18rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel .f_tel_info {
    font-size: 1.2rem;
    width: 100%;
  }
}
.footer_wrap1 > div.f_tel .f_tel_info span {
  background: #003485;
  color: #fff;
  width: 40%;
  display: block;
  line-height: 1;
  font-size: 1.13rem;
  padding: 5px 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .footer_wrap1 > div.f_tel .f_tel_info span {
    width: auto;
    display: inline-block;
    padding: 5px 1rem;
    font-size: 0.93rem;
  }
}

.footer_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.footer_wrap2 > div.line {
  width: 48%;
}
.footer_wrap2 > div.contact {
  width: 100%;
}
.footer_wrap2 > div.contact .contact_button {
  height: 110px;
  line-height: 99px;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .footer_wrap2 > div.contact .contact_button {
    height: 60px;
    line-height: 1.3;
    padding-top: 1rem;
    font-size: 1rem;
  }
}

.f_tel2 {
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .f_tel2 {
    margin-top: 0.5rem;
    display: block;
  }
}
.f_tel2 li {
  font-family: "Noto Sans JP", sans-serif;
}
.f_tel2 li span {
  color: #3d352f;
  padding: 0;
  position: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .f_tel2 li span {
    font-size: 1.2rem;
  }
}
.f_tel2 li span::before {
  content: none;
}
.f_tel2 li:first-child {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .f_tel2 li:first-child {
    margin-bottom: 0.5rem;
  }
}
.f_tel2 > div.line {
  width: 48%;
}
.f_tel2 > div.contact {
  width: 48%;
}
.f_tel2 > div.contact .contact_button {
  height: 105px;
  line-height: 99px;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .f_tel2 > div.contact .contact_button {
    line-height: 1.3;
    padding-top: 1.8rem;
    font-size: 1rem;
  }
}

.f_ttl {
  font-size: 1.14rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .f_ttl {
    font-size: 0.6rem;
  }
}

.f_logo {
  margin-bottom: 1rem;
  width: 480px;
}
@media screen and (max-width: 767px) {
  .f_logo {
    width: 100%;
    max-width: 250px;
  }
}

.copy {
  background-color: #493333;
  padding: 1em 0;
  font-size: 1.17rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copy {
    margin-bottom: 3.5rem;
    font-size: 0.8rem;
  }
}

/*
5:div
------------------------------------------------------------
*/
.main_img {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  height: 835px;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .main_img {
    padding: 3rem 15px 0 15px;
    height: 480px;
  }
}
.main_img .top_txt {
  font-size: 1.87rem;
  line-height: 1.14;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt {
    line-height: 1.3;
    padding: 0 2rem;
    font-size: 1.3rem;
  }
}
.main_img .top_txt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 60px;
  height: 66px;
  background: url(../images/icon_wai_l.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt::before {
    width: 34px;
    height: 37.3333333333px;
  }
}
.main_img .top_txt::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 60px;
  height: 66px;
  background: url(../images/icon_wai_r.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt::after {
    width: 34px;
    height: 37.3333333333px;
  }
}
.main_img .top_txt_02 {
  font-size: 2.18rem;
  font-weight: 700;
  line-height: 1.14;
  font-weight: 700;
  text-align: center;
  color: #754c24;
  letter-spacing: 0rem;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt_02 {
    line-height: 1.3;
    font-size: 1.2rem;
  }
}
.main_img .top_txt_02 > span {
  padding-bottom: 0.5rem;
  display: inline-block;
  font-size: 3.81rem;
}
@media screen and (max-width: 767px) {
  .main_img .top_txt_02 > span {
    font-size: 1.5rem;
  }
}
.main_img .n_main01 {
  max-width: 500px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 767px) {
  .main_img .n_main01 {
    margin: 0 auto 0.2rem;
  }
}
.img_wrap {
  padding: 0 1.5rem;
}
.img_wrap img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .img_wrap {
    padding: 0 1rem;
  }
}

.tel_info {
  position: relative;
  font-size: 1.56rem;
  margin-bottom: 1.2rem;
  z-index: 1;
  padding: 0 0 0 6rem;
}
@media screen and (max-width: 767px) {
  .tel_info {
    padding: 0;
    font-size: 0.9rem;
  }
}
.tel_info span {
  color: #eb6d8e;
  padding: 0 1rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .tel_info span {
    padding: 0 0.7rem;
  }
}

.txt_wrap_lb {
  font-size: 1.56rem;
  color: #fff;
  padding: 0 2rem;
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .txt_wrap_lb {
    padding: 0rem 15px;
    margin: 0;
    font-size: 1rem;
  }
}
.txt_wrap_lb > div {
  padding-top: 3rem;
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .txt_wrap_lb > div {
    padding-top: 0rem;
    margin-top: 1.7rem;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

div.scrollbox {
  width: 100%;
  height: 200px;
  padding: 1rem;
  background-color: #fff;
  overflow-y: scroll;
  border: 2px solid #1d5d91;
  border-radius: 5px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  div.scrollbox {
    height: 137px;
  }
}

.line_wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.line_wrap img:hover {
  opacity: 0.8;
}

/*
6:ul リスト
------------------------------------------------------------
*/
.list_star {
  max-width: 600px;
  color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_star {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .list_star {
    max-width: 100%;
  }
}
.list_star li {
  font-size: 1.6rem;
  background: url(../images/icon_check.svg) left center no-repeat;
  background-size: 36px auto;
  padding-left: 40px;
  padding-top: 0.7rem;
  border-bottom: 4px dotted #fff;
  padding-bottom: 0.7rem;
  color: #003485;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_star li {
    font-size: 1rem;
  }
}

.list_point {
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .list_point {
    padding: 0;
  }
}
.list_point li {
  margin-bottom: 2.5rem;
  background: #fff;
  border: 3px #1f76cc solid;
}
@media screen and (max-width: 767px) {
  .list_point li {
    margin-bottom: 1rem;
  }
}
.list_point li .kage {
  padding: 0rem 1.5rem 1.5rem;
  width: 100%;
  background: #fff;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_point li .kage {
    padding: 0 15px 1.5rem;
  }
}
.list_point li .kage::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -2;
  background: #1f76cc;
}
.list_point li:last-of-type {
  margin-bottom: 0;
}
.list_point li .list_point_ttl_wrap, .list_point li .list_point_ttl_wrap_02, .list_point li .list_point_ttl_wrap_01 {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .list_point li .list_point_ttl_wrap, .list_point li .list_point_ttl_wrap_02, .list_point li .list_point_ttl_wrap_01 {
    height: 100px;
  }
}
.list_point li .list_point_ttl_wrap::before, .list_point li .list_point_ttl_wrap_02::before, .list_point li .list_point_ttl_wrap_01::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: inline-block;
  width: 124px;
  height: 132px;
}
@media screen and (max-width: 767px) {
  .list_point li .list_point_ttl_wrap::before, .list_point li .list_point_ttl_wrap_02::before, .list_point li .list_point_ttl_wrap_01::before {
    top: 10px;
    width: 68.8888888889px;
    height: 73.3333333333px;
  }
}
.list_point li .list_point_ttl_wrap_01::before {
  background: url(../images/icon_point01.svg) no-repeat center/cover;
}
.list_point li .list_point_ttl_wrap_02::before {
  background: url(../images/icon_point02.svg) no-repeat center/cover;
}
.list_point li .list_point_ttl {
  color: #f15a24;
  font-size: 1.68rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 0 0 170px;
}
@media screen and (max-width: 767px) {
  .list_point li .list_point_ttl {
    font-size: 1rem;
    padding: 0 0 0 5rem;
  }
}
.list_point li .txt_wrap {
  font-size: 1.56rem;
  padding-top: 0.5rem;
  position: relative;
  color: #603813;
}
@media screen and (max-width: 767px) {
  .list_point li .txt_wrap {
    font-size: 0.9rem;
  }
}

.list_voice {
  position: relative;
  z-index: 1;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .list_voice {
    padding: 0;
  }
}
.list_voice li {
  background-color: #fff;
  margin-bottom: 4rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .list_voice li {
    margin-bottom: 2rem;
  }
}
.list_voice li:last-of-type {
  margin-bottom: 0;
}
.list_voice li .kage {
  padding: 3rem 2rem;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_voice li .kage {
    padding: 2.5rem 15px 1rem;
  }
}
.list_voice li .kage::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  background: #1d5d91;
  z-index: -2;
  right: -10px;
}
.list_voice li .list_voice_ttl, .list_voice li .list_voice_ttl_03, .list_voice li .list_voice_ttl_02, .list_voice li .list_voice_ttl_01 {
  color: #6ec9ce;
  font-size: 1.62rem;
  font-weight: 700;
  line-height: 1.34;
  text-align: left;
  padding: 0 0 0 170px;
  margin-bottom: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_voice li .list_voice_ttl, .list_voice li .list_voice_ttl_03, .list_voice li .list_voice_ttl_02, .list_voice li .list_voice_ttl_01 {
    padding: 0 0 0 0rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.list_voice li .list_voice_ttl::before, .list_voice li .list_voice_ttl_03::before, .list_voice li .list_voice_ttl_02::before, .list_voice li .list_voice_ttl_01::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  content: "";
  display: inline-block;
  width: 150px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .list_voice li .list_voice_ttl::before, .list_voice li .list_voice_ttl_03::before, .list_voice li .list_voice_ttl_02::before, .list_voice li .list_voice_ttl_01::before {
    top: -2rem;
    width: 100px;
    height: 34.6666666667px;
    left: 0;
  }
}
.list_voice li .list_voice_ttl_01::before {
  background: url(../images/voice_01.svg) no-repeat center/cover;
}
.list_voice li .list_voice_ttl_02::before {
  background: url(../images/voice_02.svg) no-repeat center/cover;
}
.list_voice li .list_voice_ttl_03::before {
  background: url(../images/voice_03.svg) no-repeat center/cover;
}
.list_voice li .txt_wrap {
  padding-top: 1.2rem;
  font-size: 1.56rem;
  position: relative;
  color: #603813;
  border-top: 2px #6ec9ce dashed;
}
@media screen and (max-width: 767px) {
  .list_voice li .txt_wrap {
    font-size: 0.9rem;
    padding-top: 1rem;
  }
}

.list_qa {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.list_qa li {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .list_qa li {
    margin-bottom: 2.5rem;
  }
}
.list_qa li:last-of-type {
  margin-bottom: 0;
}
.list_qa li .q_box {
  width: 92%;
  background: #fff;
  border: #1d5d91 solid 4px;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .list_qa li .q_box {
    width: 95%;
  }
}
.list_qa li .q_box::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 103%;
  background: #1d5d91;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.list_qa li .q_box::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 56px;
  background: url(../images/jcon_Q.svg) center center/contain no-repeat;
  top: -10px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .list_qa li .q_box::before {
    left: -10px;
    width: 60.8333333333px;
    height: 46.6666666667px;
  }
}
.list_qa li .list_qa_ttl {
  text-align: left;
  font-size: 1.5rem;
  color: #603813;
  font-weight: 700;
  line-height: 1.43;
  padding: 2rem 1.5rem 2rem 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_qa li .list_qa_ttl {
    font-size: 1rem;
    padding: 2.5rem 15px 1.8rem 30px;
  }
}
.list_qa li .txt_wrap {
  font-size: 1.5rem;
  width: 92%;
  margin-left: 8%;
  background: #fff;
  position: relative;
  border: 4px #f15a24 solid;
  color: #f15a24;
  text-align: left;
  padding: 2rem 1.8rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .list_qa li .txt_wrap {
    width: 95%;
    margin-left: 5%;
    font-size: 1rem;
    padding: 2.5rem 15px 1.8rem 30px;
  }
}
.list_qa li .txt_wrap::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 103%;
  background: #f15a24;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.list_qa li .txt_wrap::before {
  content: "";
  position: absolute;
  width: 73px;
  height: 56px;
  background: url(../images/jcon_A.svg) center center/contain no-repeat;
  top: -10px;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .list_qa li .txt_wrap::before {
    left: -10px;
    width: 60.8333333333px;
    height: 46.6666666667px;
  }
}
/*
7:dl
------------------------------------------------------------
*/
/*
8:table
------------------------------------------------------------
*/
.table_wrap {
  margin: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .table_wrap {
    margin: 0;
  }
}

.table_01 {
  width: 100%;
  margin-bottom: 2rem;
  table-layout: fixed;
}
.table_01 tr {
  border-bottom: 2px solid #1c0000;
}
.table_01 th {
  font-size: 1.62rem;
  width: 17%;
  padding: 0.5rem 0 0.5rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .table_01 th {
    width: 28%;
    font-size: 1rem;
  }
}
.table_01 td {
  padding: 0.5rem 0 0.5rem 3rem;
  width: 83%;
  font-size: 1.43rem;
}
@media screen and (max-width: 767px) {
  .table_01 td {
    padding: 0.5rem 0 0.5rem 1rem;
    width: 72%;
    font-size: 0.9rem;
  }
}

.table_contactform, .table_contactform2 {
  width: 100%;
}
.table_contactform th, .table_contactform2 th,
.table_contactform td,
.table_contactform2 td {
  text-align: left;
  display: block;
}
.table_contactform th, .table_contactform2 th {
  font-size: 1.87rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .table_contactform th, .table_contactform2 th {
    font-size: 1rem;
  }
}
.table_contactform th span, .table_contactform2 th span {
  background-color: #ed1c24;
  color: #fff;
  font-weight: 400;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .table_contactform th span, .table_contactform2 th span {
    font-size: 0.8rem;
  }
}
.table_contactform td, .table_contactform2 td {
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: 1.87rem;
}
.table_contactform td span, .table_contactform2 td span {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .table_contactform td, .table_contactform2 td {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.ttl_consent {
  color: #fff;
  background-color: #603813;
  padding: 0.25em 0.5em;
  margin: 0 0 0.75em;
}

.list_pdf {
  margin: 0 0 0.5em;
}
.list_pdf li {
  font-size: 0.75em;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .list_pdf li {
    font-size: 0.93em;
    margin: 0 0 1em;
  }
}
.list_pdf li a {
  color: #666;
  padding: 0 20px 0 0;
  background: url(../images/icon_external.svg) no-repeat right/16px 16px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .list_pdf li a {
    background-size: 14px 14px;
  }
}
.list_pdf li span {
  display: inline;
  margin: 0;
  font-size: 0.8em;
}

.table_contactform2 {
  max-width: 620px;
}
@media screen and (max-width: 767px) {
  .table_contactform2 {
    padding: 0 2rem;
    font-size: 1.18rem;
  }
}
.table_contactform2 th,
.table_contactform2 td {
  font-size: 1.87rem;
}
@media screen and (max-width: 767px) {
  .table_contactform2 th,
  .table_contactform2 td {
    font-size: 1rem;
  }
}
.table_contactform2 td {
  margin-bottom: 1.5rem;
}

/*
9:タイトル
------------------------------------------------------------
*/
.seiyaku_txt {
  margin: 0 auto 0.5rem;
}

.n_txt_sinsa {
  font-size: 2.63rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
  padding: 0 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .n_txt_sinsa {
    padding: 0 0 0 3rem;
    font-size: 1.4rem;
  }
}

.n_btn_box {
  position: relative;
}
.n_btn_box::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 80px;
  background: url(../images/n_sinsabtn1.svg) center center/contain no-repeat;
  left: 0;
  top: -70px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .n_btn_box::before {
    width: 60px;
    height: 40px;
    top: -38px;
  }
}

.txt_blue {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0 3rem;
  color: #1f76cc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_blue {
    padding: 0 2rem;
    font-size: 1.4rem;
  }
}
.txt_blue::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 38px;
  height: 48px;
  background: url(../images/icon_wai_pnk_l.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_blue::before {
    width: 25.3333333333px;
    height: 32px;
  }
}
.txt_blue::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 38px;
  height: 48px;
  background: url(../images/icon_wai_pnk_r.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_blue::after {
    width: 25.3333333333px;
    height: 32px;
  }
}

.ttl_blue {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.32;
  color: #f15a24;
  margin-bottom: 2.5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .ttl_blue {
    margin-bottom: 2rem;
  }
}
.ttl_blue span {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .ttl_blue span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_blue {
    font-size: 1rem;
  }
}

.ttl_02 {
  max-width: 600px;
  width: 100%;
  margin: 7rem auto 2rem;
  position: relative;
}
.ttl_point_wrap {
  padding-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ttl_point_wrap {
    margin: 0 auto;
    padding: 0;
  }
}

.ttl_point {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ttl_point {
    max-width: 280px;
    margin: 0 auto 1rem;
  }
}

.ttl_voice_wrap {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ttl_voice_wrap {
    margin-bottom: 0rem;
  }
}
.ttl_voice_wrap::before {
  position: absolute;
  top: 2rem;
  left: 2rem;
  content: "";
  display: inline-block;
  width: 220px;
  height: 190px;
  background: url(../images/men_04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .ttl_voice_wrap::before {
    top: 1rem;
    left: 0;
    width: 110px;
    height: 95px;
  }
}

.ttl_voice {
  font-size: 2.56rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  margin-left: 18rem;
  padding: 6rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .ttl_voice {
    padding-top: 3rem;
    padding-right: 0rem;
    display: inline-block;
    margin-left: 35vw;
    font-size: 1.3rem;
  }
}
.ttl_voice::before {
  position: absolute;
  top: 53px;
  right: -34px;
  content: "";
  display: inline-block;
  width: 47px;
  height: 33px;
  background: url(../images/wai_yellow.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .ttl_voice::before {
    width: 31.3333333333px;
    right: -20px;
    height: 22px;
    top: 22px;
  }
}

.ttl_qa_wrap {
  position: relative;
  z-index: 0;
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ttl_qa_wrap {
    height: auto;
    margin: 0 auto;
  }
}
.ttl_qa_wrap::before {
  position: absolute;
  top: 0;
  right: 0rem;
  content: "";
  display: inline-block;
  width: 244px;
  height: 158px;
  background: url(../images/woman_07.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .ttl_qa_wrap::before {
    right: -20px;
    top: 60px;
    width: 135.5555555556px;
    height: 87.7777777778px;
  }
}

.ttl_qa {
  font-size: 2.3rem;
  font-weight: 700;
  color: #603813;
  line-height: 1.2;
  position: relative;
  padding: 0px 0px 0px 43px;
  letter-spacing: 0.02em;
  text-align: center;
  display: inline-block;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ttl_qa {
    padding: 0 1.8rem;
    font-size: 1.4rem;
  }
}
.ttl_qa .big {
  font-size: 2.9rem;
}
.ttl_qa::before {
  position: absolute;
  top: -30px;
  right: -33px;
  content: "";
  display: inline-block;
  width: 47px;
  height: 33px;
  background: url(../images/wai_yellow.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .ttl_qa::before {
    width: 31.3333333333px;
    height: 22px;
    right: 0;
  }
}
.ttl_qa::after {
  position: absolute;
  top: -7rem;
  z-index: -1;
  left: -2rem;
  content: "";
  display: inline-block;
  width: 421px;
  height: 240px;
  background: url(../images/maru_waku2.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .ttl_qa::after {
    width: 280.6666666667px;
    height: 160px;
    top: -3.5rem;
    left: -1rem;
  }
}

.ttl_contact2 {
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .ttl_contact2 {
    top: -1rem;
    width: 90%;
  }
}

.txt_ansin {
  text-align: center;
  font-weight: 700;
  line-height: 1.32;
  font-size: 2rem;
  color: #1f76cc;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .txt_ansin {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
}
.txt_ansin .min {
  color: #1f76cc;
  position: relative;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .txt_ansin .min {
    display: inline-block;
    padding: 0 2rem;
  }
}
.txt_ansin .min::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 29.5px;
  height: 38.5px;
  background: url(../images/icon_wai_white_l.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_ansin .min::before {
    width: 19.6666666667px;
    height: 25.6666666667px;
  }
}
.txt_ansin .min::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 29.5px;
  height: 38.5px;
  background: url(../images/icon_wai_white_r.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_ansin .min::after {
    width: 19.6666666667px;
    height: 25.6666666667px;
  }
}
.txt_ansin .big {
  font-size: 4.37rem;
  color: #f7931e;
  padding: 0 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .txt_ansin .big {
    font-size: 9.5vw;
  }
}
.txt_ansin .big::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/icon_hosi_l.png) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_ansin .big::before {
    width: 40px;
    height: 40px;
  }
}
.txt_ansin .big::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/icon_hosi_R.png) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_ansin .big::after {
    width: 40px;
    height: 40px;
  }
}

.flat7ttl {
  font-size: 2.1rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.37;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .flat7ttl {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.flat7ttl::before {
  content: "";
  position: absolute;
  background: url(../images/icon_wai_orange.svg) center center/contain no-repeat;
  width: 83px;
  height: 70px;
  top: -34px;
  right: 47px;
}
@media screen and (max-width: 767px) {
  .flat7ttl::before {
    top: -1.5rem;
    right: -1rem;
    width: 41.5px;
    height: 35px;
  }
}
.flat7ttl::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 8px;
  background-size: auto auto;
  background-color: transparent;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #fff 4px, #fff 8px);
}

/*
テキスト
------------------------------------------------------------
*/
.txt_contact_wrap {
  position: relative;
  background: #fff;
  border-radius: 15px;
  padding: 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap {
    padding: 2rem 15px;
  }
}

.txt_contact {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txt_contact {
    position: inherit;
  }
}
.txt_contact img {
  width: 590px;
}

.txt_contact_wrap2 {
  background-color: #fff;
  position: relative;
  padding: 4.5rem 1rem 3rem;
  z-index: 0;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap2 {
    text-align: center;
    padding: 3rem 15px 2rem;
  }
}
.txt_contact_wrap2::after {
  position: absolute;
  content: "";
  width: 257px;
  height: 263px;
  bottom: -49px;
  left: 0;
  background: url(../images/woman_08.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap2::after {
    right: inherit;
    left: -20px;
    opacity: 1;
    z-index: -1;
    bottom: -5rem;
    width: 116.8181818182px;
    height: 119.5454545455px;
  }
}
.txt_contact_wrap2::before {
  position: absolute;
  content: "";
  width: 356px;
  height: 54px;
  right: 35px;
  bottom: -31px;
  background: url(../images/kuruma.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap2::before {
    right: 1rem;
    bottom: -1rem;
    width: 237.3333333333px;
    height: 36px;
    z-index: -1;
  }
}
.txt_contact_wrap2 .tel {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin: 0 auto;
  font-size: 4.6rem;
}
@media screen and (max-width: 767px) {
  .txt_contact_wrap2 .tel {
    font-size: 9vw;
  }
}

.txt_contact2 {
  line-height: 1.32;
  display: block;
  font-size: 1.8rem;
  color: #190101;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .txt_contact2 {
    font-size: 1rem;
  }
}

.txt_kako {
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .txt_kako {
    font-size: 1.5rem;
  }
}

.ansin_three {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .ansin_three {
    max-width: 300px;
    margin-bottom: 3rem;
  }
}

.txt_support {
  position: absolute;
  top: 60%;
  right: 15%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txt_support {
    top: 90%;
    right: 0;
    max-width: 150px;
  }
}
.txt_support::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 175px;
  background: url(../images/men01.png) center center/contain no-repeat;
  top: -6rem;
  right: -1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .txt_support::after {
    top: -3rem;
    right: 1rem;
    width: 100px;
    height: 87.5px;
  }
}

.kuruma1 {
  max-width: 655px;
  margin: 2rem auto 0;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kuruma1 {
    width: 70%;
    margin-left: 15px;
  }
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_gray {
  background: #ccc;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_yellow2 {
  background: #fcee21;
}
.bg_orenge {
  background: #f7931e;
}
.bg_blue {
  background: #003485;
}
.bg_blue2 {
  background: #6e9fcc;
}
.bg_blue3 {
  background: #bfdde2;
}
.bg_blue4 {
  background: #6ebacc;
}
.bg_blue5 {
  background: #1f76cc;
}
.bg_blue6 {
  background: #e9f3f4;
}
.bg_yellow_dot {
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: rgba(254, 239, 110, 0.7);
  background-image: radial-gradient(#fffad6 30%, rgba(255, 255, 255, 0) 35%), radial-gradient(#fffad6 30%, rgba(255, 255, 255, 0) 35%);
  background-position: 0 0, 10px 10px;
}
.bg_blue_dot {
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: #fff;
  background-image: radial-gradient(#e0f4fc 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#e0f4fc 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 20px 20px;
}
.bg_blue_dot2 {
  background-size: 40px 40px;
  margin: 0 auto;
  background-color: #47cace;
  background-image: radial-gradient(#5dcfd3 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#5dcfd3 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 20px 20px;
}
.bg_blue_dot3 {
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: #b1e6ec;
  background-image: radial-gradient(#f4fcfc 15%, rgba(244, 252, 252, 0) 20%), radial-gradient(#f4fcfc 15%, rgba(244, 252, 252, 0) 20%);
  background-position: 0 0, 10px 10px;
}
.bg_blue_dot4 {
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: #005e94;
  background-image: radial-gradient(#006498 30%, rgba(0, 100, 152, 0) 35%), radial-gradient(#006498 30%, rgba(0, 100, 152, 0) 35%);
  background-position: 0 0, 10px 10px;
}
.bg_blue_dot5 {
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: rgba(203, 240, 239, 0.8);
  background-image: radial-gradient(#fff 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#fff 15%, rgba(255, 255, 255, 0) 20%);
  background-image: radial-gradient(#fff 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#fff 15%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 0, 10px 10px;
}
.bg_stripe {
  background: repeating-linear-gradient(-45deg, rgba(232, 245, 232, 0.5) 0, rgba(232, 245, 232, 0.5) 20px, #fff 20px, #fff 40px);
}
.bg_stripe_b {
  background: repeating-linear-gradient(-60deg, #0076d1 0, #0076d1 10px, #2c90d3 10px, #2c90d3 20px);
}
.bg_stripe_ore {
  background: repeating-linear-gradient(-60deg, #ffd84d 0, #ffd84d 10px, #ffe970 10px, #ffe970 20px);
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}
.txt_clr_yellow {
  color: #ffff00;
}
.txt_clr_orenge {
  color: #e28932;
}
.txt_clr_blue {
  color: #003485;
}
.txt_clr_blue2 {
  color: #1f76cc;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #ffff00));
  background: linear-gradient(rgba(255, 255, 255, 0) 65%, #ffff00 65%);
}

.marker_p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(255, 255, 255, 0)), color-stop(65%, #eb6d8e));
  background: linear-gradient(rgba(255, 255, 255, 0) 65%, #eb6d8e 65%);
}

.underline_o_wave {
  padding-bottom: 0.3rem;
  background: url(../images/underline_o_wave.svg) bottom repeat-x;
  background-size: contain;
}

.underline_o2_wave {
  padding-bottom: 0.2rem;
  background: url(../images/underline_o2_wave.svg) bottom repeat-x;
  background-size: contain;
}

.underline_y_wave {
  position: relative;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .underline_y_wave {
    padding-bottom: 0.1rem;
  }
}
.underline_y_wave::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background: url(../images/underline_y_wave.svg) bottom repeat-x;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .underline_y_wave::before {
    height: 5px;
  }
}

.tel {
  position: relative;
  color: #eb6d8e;
  font-weight: 700;
  font-size: 4.18rem;
  z-index: 1;
  display: inline-block;
  padding-left: 60px;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .tel {
    padding-left: 42px;
    font-size: 1rem;
  }
}
.tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(../images/tel_ora.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .tel::before {
    width: 34.6666666667px;
    height: 34.6666666667px;
  }
}

.text_big {
  font-size: 1.87rem;
}
@media screen and (max-width: 767px) {
  .text_big {
    font-size: 1rem;
  }
}

/*
枠
------------------------------------------------------------
*/
.flame_normal, .flame_serif_lightblue2 {
  padding: 1.8rem 0;
  font-weight: 700;
  font-size: 1.87rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flame_normal, .flame_serif_lightblue2 {
    line-height: 1.5;
    font-size: 1.17rem;
  }
}

.flame_serif_lightblue2 {
  background: #fff;
  position: relative;
  color: #1f76cc;
  border-radius: 15px;
  padding: 3rem 0;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue2 {
    padding: 1rem 0.5rem;
  }
}
.flame_serif_lightblue2::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 105px;
  background: url(../images/car_01.png) center center/contain no-repeat;
  top: -80px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue2::after {
    top: -40px;
    width: 85px;
    height: 52.5px;
  }
}

.flame_serif_lightblue {
  margin: 0 auto;
  color: #6ec9ce;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue {
    font-size: 0.9rem;
    padding-top: 1rem;
  }
}
.flame_serif_lightblue::after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 720px;
  height: 340px;
  background: url(../images/maru_waku.svg) center center/contain no-repeat;
  top: -90px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue::after {
    top: -24px;
    width: 300px;
    height: 158.8785046729px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.flame_serif_lightblue span {
  position: relative;
  display: block;
}
.flame_serif_lightblue span::before {
  position: absolute;
  top: -6%;
  left: 13%;
  content: "";
  display: inline-block;
  width: 49.5px;
  height: 49.6px;
  background: url(../images/icon_hosi_l.png) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue span::before {
    width: 33px;
    height: 33.0666666667px;
  }
}
.flame_serif_lightblue span::after {
  position: absolute;
  top: -6%;
  right: 13%;
  content: "";
  display: inline-block;
  width: 62px;
  height: 74px;
  background: url(../images/yubi.png) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue span::after {
    width: 31px;
    height: 37px;
  }
}

.flame_serif, .flame_serif_green, .flame_serif_blue3, .flame_serif_blue2, .flame_serif_blue {
  padding: 2.2rem 0;
  font-weight: 700;
  font-size: 2.37rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flame_serif, .flame_serif_green, .flame_serif_blue3, .flame_serif_blue2, .flame_serif_blue {
    padding: 2rem 0;
    font-size: 7vw;
  }
}

.flame_serif_blue {
  background: #003485;
}
.flame_serif_blue:after, .flame_serif_blue:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flame_serif_blue:after, .flame_serif_blue:before {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flame_serif_blue:after {
  border-style: solid;
  border-width: 40px 25px 0 25px;
  border-color: #003485 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .flame_serif_blue:after {
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #003485 transparent transparent transparent;
  }
}

.flame_serif_blue2 {
  background: #1f76cc;
}
@media screen and (max-width: 767px) {
  .flame_serif_blue2 {
    font-size: 6.5vw;
  }
}
.flame_serif_blue2:after, .flame_serif_blue2:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flame_serif_blue2:after, .flame_serif_blue2:before {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flame_serif_blue2:after {
  border-style: solid;
  border-width: 40px 25px 0 25px;
  border-color: #1f76cc transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .flame_serif_blue2:after {
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #1f76cc transparent transparent transparent;
  }
}

.flame_serif_blue3 {
  background: #1d5d91;
  margin-bottom: 3rem;
}
.flame_serif_blue3:after, .flame_serif_blue3:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flame_serif_blue3:after, .flame_serif_blue3:before {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flame_serif_blue3:after {
  border-style: solid;
  border-width: 40px 25px 0 25px;
  border-color: #1d5d91 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .flame_serif_blue3:after {
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #1d5d91 transparent transparent transparent;
  }
}

.flame_serif_green {
  background: #00923a;
}
@media screen and (max-width: 767px) {
  .flame_serif_green {
    font-size: 6.5vw;
  }
}
.flame_serif_green:after, .flame_serif_green:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .flame_serif_green:after, .flame_serif_green:before {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.flame_serif_green:after {
  border-style: solid;
  border-width: 40px 25px 0 25px;
  border-color: #00923a transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .flame_serif_green:after {
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #00923a transparent transparent transparent;
  }
}

/*
11:ボタン系
------------------------------------------------------------
*/
#page_top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #603813;
  border: #fff solid 3px;
}
@media screen and (max-width: 767px) {
  #page_top {
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 90px;
  }
}
#page_top span {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 70px;
  letter-spacing: 2px;
  padding-top: 3px;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  #page_top span {
    line-height: 50px;
    font-size: 0.6rem;
  }
}
#page_top span::before {
  content: "";
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: solid 2px;
  border-right: solid 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #page_top span::before {
    top: 14px;
    width: 7px;
    height: 7px;
  }
}

a.button, a.sinsatuka2, a.sinsatuka, a.line_b, a.kotira2, a.kotira, a.contact_button, a.line_button {
  color: #fff;
  display: inline-block;
  text-align: center;
  max-width: 300px;
  width: 100%;
  line-height: 64px;
  height: 70px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  background: #603813;
  border-radius: 7px;
  border: solid 3px #603813;
}
@media screen and (max-width: 767px) {
  a.button, a.sinsatuka2, a.sinsatuka, a.line_b, a.kotira2, a.kotira, a.contact_button, a.line_button {
    width: 100%;
    font-size: 1.2rem;
  }
}
a.button:hover, a.sinsatuka2:hover, a.sinsatuka:hover, a.line_b:hover, a.kotira2:hover, a.kotira:hover, a.contact_button:hover, a.line_button:hover {
  color: #603813;
  background: #fff;
}
a.line_button {
  background: #0fa035;
  border: solid 3px #0fa035;
  font-size: 1.5rem;
  padding: 0;
  font-weight: 400;
  width: 100%;
  max-width: 347px;
  height: 105px;
  line-height: 99px;
}
@media screen and (max-width: 767px) {
  a.line_button {
    line-height: 1.3;
    padding-top: 1.8rem;
    font-size: 1rem;
  }
}
a.line_button:before {
  display: none;
}
a.line_button:hover {
  color: #0fa035;
  background: #fff;
}
a.contact_button {
  background: #ed1c24;
  border: solid 3px #ed1c24;
  font-size: 1.5rem;
  padding: 0;
  font-weight: 400;
  width: 100%;
  max-width: 300px;
  height: 70px;
  line-height: 64px;
}
@media screen and (max-width: 767px) {
  a.contact_button {
    line-height: 1.3;
    padding-top: 1.8rem;
    font-size: 1rem;
  }
}
a.contact_button:hover {
  color: #ed1c24;
  background: #fff;
}
a.kotira {
  letter-spacing: 0.05em;
  background: #e83d4d;
  border: solid 3px #e83d4d;
  width: 100%;
  max-width: 600px;
  height: 108px;
  line-height: 102px;
  font-size: 2.18rem;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  a.kotira {
    max-width: 600px;
    height: 80px;
    line-height: 74px;
    font-size: 1.5rem;
  }
}
a.kotira:hover {
  color: #e83d4d;
  background: #fff;
}
a.kotira2 {
  letter-spacing: 0.12em;
  background: #e83d4d;
  border: solid 3px #e83d4d;
  width: 100%;
  max-width: 360px;
  height: 108px;
  line-height: 102px;
  font-size: 2.18rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  a.kotira2 {
    max-width: 600px;
    height: 80px;
    line-height: 74px;
    font-size: 1.5rem;
  }
}
a.kotira2:hover {
  color: #e83d4d;
  background: #fff;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  font-size: 0.87em;
  padding: 1em 0;
  margin: 0;
  background: #f7f7f7;
}

.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}

.alignright {
  float: right;
  padding: 0 0 15px 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.photo_l {
  float: left;
  padding: 0 15px 15px 0;
}

.photoR {
  float: right;
  padding: 0 0 15px 15px;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr {
  border-bottom: 2px dotted #3D352F;
}
.contactform tr:last-child {
  border-bottom: none;
}
.contactform tr th {
  padding: 1.5em 1em 1em 0;
  color: #040000;
  text-align: left;
  vertical-align: top;
  width: 25%;
  font-size: 1.87rem;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 0.5em;
  }
}
.contactform tr td {
  width: 75%;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  width: 100%;
  padding: 0.7rem;
  border-radius: 5px;
  border: 2px solid #1d5d91;
}

input[type=radio] {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  input[type=radio] {
    width: 1em;
    height: 1em;
    margin: 0 0.25em 0 0;
    vertical-align: middle;
  }
}

input[type=checkbox] {
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin: 0 0.25em 0 0;
    vertical-align: middle;
  }
}

input.input_s {
  width: 4em;
}

textarea {
  height: 250px;
}

span.mwform-tel-field input {
  width: 25% !important;
}

.submitBox {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .submitBox {
    width: 100%;
  }
}

.radiobtn {
  font-size: 1.87rem;
}
@media screen and (max-width: 767px) {
  .radiobtn {
    font-size: 1rem;
  }
}

.submit,
.backBtn {
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 102px;
  height: 108px;
  width: 600px;
  font-size: 2.18rem;
  font-weight: 700;
  background: #003485;
  border-radius: 7px;
  border: solid 3px #003485;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .submit,
  .backBtn {
    height: 80px;
    line-height: 74px;
    font-size: 1.5rem;
    width: 100%;
  }
}
.submit:hover,
.backBtn:hover {
  color: #003485;
  background: #fff;
}

.submit2 {
  padding: 0;
}

.backBtn {
  color: #003485;
  background: #fff url(../images/right_w.svg) no-repeat center right 5%/5px 9px;
}

.backBtn:hover {
  opacity: 0.8;
}

.required {
  font-size: 0.75em;
  display: inline-block;
  margin-left: 1em;
  line-height: 1;
}

.contact_note {
  color: #666;
  font-size: 0.81em;
  margin: 0.25em 0 0;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin-top: 5%;
}
.wp-pagenavi a {
  display: inline-block;
  margin-right: 1em;
}
.wp-pagenavi a:hover {
  color: #9fa0a0;
}
.wp-pagenavi span {
  display: inline-block;
  margin-right: 1em;
}
.wp-pagenavi span.current {
  color: #9fa0a0;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
.m0 {
  margin-bottom: 0 !important;
}

.m05 {
  margin-bottom: 0.5rem !important;
}

.m1 {
  margin-bottom: 1rem !important;
}

.m2 {
  margin-bottom: 2rem !important;
}

.m3 {
  margin-bottom: 3rem !important;
}

.m4 {
  margin-bottom: 4rem !important;
}

.m5 {
  margin-bottom: 5rem !important;
}

.m6 {
  margin-bottom: 6rem !important;
}

.m7 {
  margin-bottom: 7rem !important;
}

@media screen and (max-width: 767px) {
  .mr0_sp {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .mr05_sp {
    margin-bottom: 0.5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr1_sp {
    margin-bottom: 1rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr2_sp {
    margin-bottom: 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr3_sp {
    margin-bottom: 3rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr4_sp {
    margin-bottom: 4rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr5_sp {
    margin-bottom: 5rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr6_sp {
    margin-bottom: 6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr7_sp {
    margin-bottom: 7rem !important;
  }
}

@media screen and (max-width: 767px) {
  .mr8_sp {
    margin-bottom: 8rem !important;
  }
}

/*
16:Pagination
------------------------------------------------------------
*/
ul.list_pagination {
  width: 100%;
  margin: 5% auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  font-size: 0.875em;
  padding: 2em 0;
}
ul.list_pagination li {
  width: 49%;
}
ul.list_pagination li.prev {
  margin-right: 2%;
}
ul.list_pagination li.prev a {
  padding-left: 20px;
}
ul.list_pagination li.prev a:before {
  left: 0;
  background: url(../images/right_b.svg) no-repeat center;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
ul.list_pagination li.next {
  text-align: right;
}
ul.list_pagination li.next a {
  padding-right: 20px;
}
ul.list_pagination li.next a:before {
  right: 0;
  background: url(../images/right_b.svg) no-repeat center;
}
ul.list_pagination li a {
  position: relative;
  display: inline-block;
}
ul.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 9px;
  top: 10px;
}

/*
アニメーション
------------------------------------------------------------
*/
#top_img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

/*#top_txt,
#top_txt2,
#top_txt3,
#top_img {

    opacity: 0;
}*/
.anm-top01 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.anm-top02 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.anm-top03 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-name: anm-big;
          animation-name: anm-big;
}

.anm-top04 {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.animation_fadeInDown,
.animation_fade,
.animation_big {
  opacity: 0;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.anm-big {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: anm-big;
          animation-name: anm-big;
}

.fadeIn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes anm-big {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes anm-big {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*
バナー追加
------------------------------------------------------------
*/
a.kotira {
  margin: 0 auto 1rem;
}
a.kotira2 {
  margin-right: 2rem;
  margin-bottom: 1rem;
}
a.line_b {
  letter-spacing: 0.05em;
  background: #0fa035;
  border: solid 3px #0fa035;
  width: 100%;
  color: #fff;
  max-width: 600px;
  height: 108px;
  line-height: 102px;
  font-size: 2.18rem;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  a.line_b {
    max-width: 600px;
    height: 80px;
    line-height: 74px;
    font-size: 1.5rem;
  }
}
a.line_b:hover {
  color: #0fa035;
  background: #fff;
}
a.sinsatuka {
  letter-spacing: 0.05em;
  background: #ed1c24;
  border: solid 3px #ed1c24;
  width: 100%;
  color: #fff;
  max-width: 600px;
  height: 108px;
  line-height: 102px;
  font-size: 2.18rem;
  border-radius: 20px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  a.sinsatuka {
    max-width: 600px;
    height: 80px;
    line-height: 74px;
    font-size: 1.5rem;
  }
}
a.sinsatuka:hover {
  color: #ed1c24;
  background: #fff;
}
a.sinsatuka2 {
  letter-spacing: 0.12em;
  background: #ed1c24;
  border: solid 3px #ed1c24;
  width: 100%;
  max-width: 360px;
  height: 108px;
  line-height: 102px;
  font-size: 1.8rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  a.sinsatuka2 {
    max-width: 600px;
    height: 80px;
    line-height: 74px;
    font-size: 1.5rem;
  }
}
a.sinsatuka2:hover {
  color: #ed1c24;
  background: #fff;
}

.section_12 {
  overflow: hidden;
  padding: 2.5rem 0 13rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_12 {
    padding: 2.5rem 0 7rem;
  }
}
.section_12::after {
  content: "";
  position: absolute;
  width: 630px;
  height: 220px;
  background: url(../images/woman_01.png) center center/contain no-repeat;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_12::after {
    width: 315px;
    height: 110px;
  }
}

.ttl_sinsa {
  width: 100%;
  margin: 0 auto 1rem;
}

.list_sinsa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list_sinsa li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.list_sinsa li:nth-child(2n) {
  margin-right: 0;
}
.list_sinsa a {
  display: block;
}
.list_sinsa a:hover {
  opacity: 0.6;
}

.sinsa_tx {
  line-height: 1.32;
  display: block;
  font-size: 1.8rem;
  color: #190101;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sinsa_tx {
    font-size: 0.9em;
  }
}

.muri_txt {
  padding: 2rem 0 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .muri_txt {
    font-size: 1rem;
  }
}

.muri_txt2 {
  color: #fff;
  padding: 5rem 0 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .muri_txt2 {
    font-size: 1rem;
  }
}

/*
privacypolycy
------------------------------------------------------------
*/
.pri_ttl {
  font-size: 2rem;
  height: 150px;
  text-align: center;
  font-weight: 700;
  line-height: 150px;
}
@media screen and (max-width: 767px) {
  .pri_ttl {
    font-size: 6vw;
    height: 100px;
    line-height: 100px;
  }
}

.pri_inner {
  max-width: 980px;
  margin: auto;
  padding: 80px 15px;
}

/*
信販会社追加　20231114
------------------------------------------------------------
*/
.section_shinpan {
  padding: 2.5rem 0;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  background-image: radial-gradient(#f5f5f5 15%, rgba(255, 255, 255, 0) 20%), radial-gradient(#f5f5f5 15%, #fff 20%);
}

.ttl_shinpan {
  border-radius: 10px;
  background-color: #f08300;
  padding: 1.8rem 0;
  margin: 0 0 1.5em;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.35;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_shinpan {
    border-radius: 7px;
    font-size: 1.16rem;
  }
}
.ttl_shinpan::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 30px 0 30px;
  border-color: #f08300 transparent transparent transparent;
  position: absolute;
  bottom: -49px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .ttl_shinpan::after {
    border-width: 25px 15px 0 15px;
    bottom: -24px;
  }
}

.txt_shinpan {
  color: #eb6d8e;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt_shinpan {
    font-size: 1.16rem;
  }
}
.txt_shinpan span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), color-stop(65%, #ffee00));
  background: linear-gradient(#fff 65%, #ffee00 65%);
}

.list_shinpan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_shinpan li {
  padding: 10px;
  margin: 5px;
  background-color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .list_shinpan li {
    padding: 5px;
  }
}
.list_shinpan li .logo_01 {
  width: 132px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_01 {
    width: 66px;
  }
}
.list_shinpan li .logo_02 {
  width: 169px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_02 {
    width: 84px;
  }
}
.list_shinpan li .logo_03 {
  width: 112px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_03 {
    width: 56px;
  }
}
.list_shinpan li .logo_04 {
  width: 119px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_04 {
    width: 59px;
  }
}
.list_shinpan li .logo_05 {
  width: 122px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_05 {
    width: 61px;
  }
}
.list_shinpan li .logo_06 {
  width: 95px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_06 {
    width: 42px;
  }
}
.list_shinpan li .logo_07 {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_07 {
    width: 160px;
  }
}
.list_shinpan li .logo_08 {
  width: 68px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_08 {
    width: 34px;
  }
}
.list_shinpan li .logo_09 {
  width: 105px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_09 {
    width: 52px;
  }
}
.list_shinpan li .logo_10 {
  width: 239px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_10 {
    width: 119px;
  }
}
.list_shinpan li .logo_11 {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_11 {
    width: 112px;
  }
}
.list_shinpan li .logo_12 {
  width: 162px;
}
@media screen and (max-width: 767px) {
  .list_shinpan li .logo_12 {
    width: 81px;
  }
}