@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] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  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を全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -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;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  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: #fbed21;
  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: linear-gradient(to bottom, transparent, #fbed21);
  top: 550px;
  right: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section_04::after {
    height: 100px;
    top: 250px;
    display: none;
  }
}
.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% 50%/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 4rem;
  }
}
.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.2rem;
}
@media screen and (max-width: 767px) {
  .header_ttl {
    text-align: center;
  }
}
.header_ttl img.logo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    width: 230px;
  }
}

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

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

.header_wrap1 {
  display: flex;
  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: 3rem;
  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;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/tel_w.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: 80%;
    display: flex;
    position: fixed;
    z-index: 999;
    bottom: 0;
  }
  .h_data_sp div.mail {
    width: 33.3333333333%;
    text-align: center;
    background: #f6921e;
    height: 70px;
    position: relative;
  }
  .h_data_sp div.mail a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 0.6rem;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 2rem;
    transform: translate(-50%, -50%);
  }
  .h_data_sp div.mail a::before {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    transform: translateX(-50%);
    left: 50%;
    width: 29.0909090909px;
    height: 20px;
    background: url(../images/icon_mail.svg) no-repeat center/cover;
  }
  .h_data_sp div.line {
    width: 33.3333333333%;
    text-align: center;
    background: #2DA936;
    height: 70px;
    position: relative;
  }
  .h_data_sp div.line a {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 0.6rem;
    line-height: 1.5;
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 2rem;
    transform: translate(-50%, -50%);
  }
  .h_data_sp div.line a::before {
    content: "";
    display: block;
    position: absolute;
    top: 5%;
    transform: translateX(-50%);
    left: 50%;
    width: 27.2px;
    height: 26px;
    background: url(../images/icon_line.svg) no-repeat center/cover;
  }
  .h_data_sp .h_sp_tel {
    width: 33.3333333333%;
    height: 70px;
    line-height: 80px;
    background: #c0272d;
    position: relative;
    line-height: 1.3;
  }
  .h_data_sp .h_sp_tel .h_tel {
    font-size: 0.6rem;
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 70px;
    line-height: 1.5;
    padding: 2.7rem 0 0 0;
  }
  .h_data_sp .h_sp_tel .h_tel .data_call {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  .h_data_sp .h_sp_tel .h_tel::before {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 17%;
    transform: translateX(-50%);
    left: 50%;
    width: 26.6666666667px;
    height: 26.6666666667px;
    background: url(../images/tel_w.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: flex;
  justify-content: flex-start;
  align-items: end;
  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;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background: url(../images/tel_pnk.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: flex;
  justify-content: space-between;
  width: 100%;
}
.footer_wrap2 > div.line {
  width: 48%;
}
.footer_wrap2 > div.contact {
  width: 48%;
}
.footer_wrap2 > div.contact .contact_button {
  height: 105px;
  line-height: 99px;
  max-width: inherit;
}
@media screen and (max-width: 767px) {
  .footer_wrap2 > 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: 100%;
}
@media screen and (max-width: 767px) {
  .f_logo {
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    max-width: 300px;
  }
}

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

/*
5:div
------------------------------------------------------------
*/
.main_img {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  height: 750px;
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .main_img {
    padding: 3rem 15px 0 15px;
    height: 450px;
  }
}
.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;
  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;
  }
}

.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 {
  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 #989898;
  padding-bottom: 0.7rem;
  color: #003484;
  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 #003484 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.5%;
  height: 101%;
  top: 5px;
  left: 6px;
  z-index: -2;
  background: #003484;
}
.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: flex;
  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: #c0272d;
  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: #003484;
}
@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: #003484;
  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: #003484;
  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%;
  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 #6ec8cd 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: #003484 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: #003484;
  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 #c0272d solid;
  color: #c0272d;
  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: #c0272d;
  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.875rem;
  font-weight: normal;
  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: #c0272d;
  color: #fff;
  font-weight: 400;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 1.25rem;
  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;
}
@media screen and (max-width: 767px) {
  .table_contactform td, .table_contactform2 td {
    margin-bottom: 1.5rem;
  }
}
.table_contactform td span, .table_contactform2 td span, .table_contactform td div, .table_contactform2 td div {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .table_contactform td span, .table_contactform2 td span, .table_contactform td div, .table_contactform2 td div {
    font-size: 1rem;
  }
}
.table_contactform td span, .table_contactform2 td span {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 40px;
}
.table_contactform td span input, .table_contactform2 td span input {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table_contactform td span, .table_contactform2 td span {
    margin-bottom: 15px;
    line-height: 20px;
  }
  .table_contactform td span input, .table_contactform2 td span input {
    width: 20px;
    height: 20px;
  }
}
.table_contactform td input.small, .table_contactform2 td input.small {
  width: 180px;
}
.table_contactform td input.small2, .table_contactform2 td input.small2 {
  width: 80%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .table_contactform td input.small2, .table_contactform2 td input.small2 {
    width: 75%;
  }
}
.table_contactform td a, .table_contactform2 td a {
  text-decoration: underline;
}

.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:タイトル
------------------------------------------------------------
*/
.txt_blue {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  padding: 0 3rem;
  color: #003484;
  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;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 38px;
  height: 48px;
  background: url(../images/icon_wai_b_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;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 38px;
  height: 48px;
  background: url(../images/icon_wai_b_r.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .txt_blue::after {
    width: 25.3333333333px;
    height: 32px;
  }
}

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

.ttl_02 {
  max-width: 600px;
  width: 100%;
  margin: 7rem auto 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    margin: 7rem auto 2rem;
  }
}

.ttl_point_wrap {
  padding-top: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ttl_point_wrap {
    margin: 0 auto 1rem;
    padding: 0;
  }
}

.ttl_point {
  max-width: 595px;
  margin: 0 auto;
  width: 100%;
}

.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: 240px;
  height: 200px;
  background: url(../images/woman_04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .ttl_voice_wrap::before {
    top: 1rem;
    left: 0;
    width: 120px;
    height: 100px;
  }
}

.ttl_voice {
  font-size: 2.56rem;
  font-weight: 700;
  color: #003484;
  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: 21px;
  right: -11px;
  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;
    top: 20px;
    right: -20px;
    height: 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.5rem;
  right: 5rem;
  content: "";
  display: inline-block;
  width: 215px;
  height: 150px;
  background: url(../images/men_04.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .ttl_qa_wrap::before {
    right: 19px;
    top: 42px;
    width: 143.3333333333px;
    height: 100px;
  }
}

.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: 9px;
    top: -20px;
  }
}
.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;
  }
}

.jimoto_ttl {
  font-size: 2.1rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.37;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .jimoto_ttl {
    font-size: 1.2rem;
  }
}

/*
テキスト
------------------------------------------------------------
*/
.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: 9.5vw;
  }
}

.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 {
    margin-bottom: 3rem;
  }
}

.txt_support {
  position: absolute;
  top: 73%;
  right: 17%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .txt_support {
    top: 100%;
    right: 0;
    max-width: 150px;
  }
}
.txt_support::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 245px;
  background: url(../images/men01.png) center center/contain no-repeat;
  top: -9rem;
  right: -1rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .txt_support::after {
    top: -5rem;
    right: 1rem;
    width: 120px;
    height: 122.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: rgba(254, 222, 132, 0.3);
}
.bg_yellow {
  background: #fbed21;
}
.bg_blue {
  background: #003484;
}
.bg_blue2 {
  background: #2caedc;
}
.bg_blue3 {
  background: #f1f1f1;
}
.bg_blue4 {
  background: #e5e5e5;
}
.bg_pnk_dot {
  background-size: 20px 20px;
  margin: 0 auto;
  background-color: #e85464;
  background-image: radial-gradient(#ea5b6a 30%, rgba(234, 91, 106, 0) 35%), radial-gradient(#ea5b6a 30%, rgba(234, 91, 106, 0) 35%);
  background-position: 0 0, 10px 10px;
}
.bg_stripe {
  background: repeating-linear-gradient(-45deg, rgb(255, 250, 181) 0, rgb(255, 250, 181) 10px, #fff 10px, #fff 20px);
}

.bg_ansin {
  background: url(../images/bg_hikari2.jpg) center center/cover no-repeat;
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.marker {
  background: linear-gradient(rgba(255, 255, 255, 0) 65%, #ffff00 65%);
}

.marker_p {
  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: #c0272d;
  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;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  background: url(../images/tel_pnk.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: #003484;
  border-radius: 15px;
  padding: 3rem 0;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .flame_serif_lightblue2 {
    font-size: 1rem;
  }
}
@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: #c0272d;
  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_pnk, .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_pnk, .flame_serif_blue2, .flame_serif_blue {
    padding: 2rem 0;
    font-size: 7vw;
  }
}

.flame_serif_blue {
  background: #003484;
}
.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%;
}
@media screen and (max-width: 767px) {
  .flame_serif_blue:after, .flame_serif_blue:before {
    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: #003484;
}
@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%;
}
@media screen and (max-width: 767px) {
  .flame_serif_blue2:after, .flame_serif_blue2:before {
    transform: translateX(-50%);
  }
}
.flame_serif_blue2:after {
  border-style: solid;
  border-width: 40px 25px 0 25px;
  border-color: #003484 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .flame_serif_blue2:after {
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #003484 transparent transparent transparent;
  }
}

.flame_serif_pnk {
  padding: 1.5rem 0;
  background: #003484;
  margin-bottom: 3rem;
}
.flame_serif_pnk img {
  width: 60px;
  margin-right: 10px;
  vertical-align: middle;
}

/*
11:ボタン系
------------------------------------------------------------
*/
#page_top {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 2;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #c0272d;
  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;
  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.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.kotira2, a.kotira, a.contact_button, a.line_button {
    width: 100%;
    font-size: 1.2rem;
  }
}
a.button: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: #003485;
  border: solid 3px #003485;
  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: #003485;
  background: #fff;
}
a.kotira {
  letter-spacing: 0.05em;
  background: #c0272d;
  border: solid 3px #c0272d;
  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: #c0272d;
  background: #fff;
}
a.kotira2 {
  letter-spacing: 0.12em;
  background: #c0272d;
  border: solid 3px #c0272d;
  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: #c0272d;
  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,
textarea,
select {
  width: 100%;
  padding: 0.7rem;
  border-radius: 5px;
  border: 2px solid #1d5d91;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=radio] {
  width: auto;
  margin-right: 0.5rem;
}

input[type=checkbox] {
  width: auto;
  margin-right: 0.5rem;
}

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

.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: #c0272d;
  border-radius: 7px;
  border: solid 3px #c0272d;
  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 {
  opacity: 0.8;
}

.backBtn {
  color: #c0272d;
  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;
}

/*------------------------
	コンタクトフォーム7用
--------------------------*/
/*
.wpcf7-textarea {
	width: 90%;
}
.wpcf7-text {
	width: 60%;
}
.zip1 {
	width: 60px;
}
.zip2 {
	width: 100px;
}
.formtel {
	width: 100px;
	height: 16px;
}
.wpcf7-form-control wpcf7-text zip {
	width: 30%;
}
.addr {
	width: 90%;
}
.contactformsubmit {
	text-align: center;
	height: 60px;
	margin-top: 30px;
}
.wpcf7-submit {
	background: #000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
	padding: 15px 40px;
	border: none;
}
.wpcf7-submit:hover {
	text-decoration: none;
	opacity: .8;
} */
/*
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: 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;
  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;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes anm-big {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.arwbox {
  margin: 30px auto 50px;
}
.arwbox .arw {
  width: 208px;
  height: 72px;
  background-color: #cb0000;
  margin: 0 auto;
  -webkit-clip-path: polygon(50% 72px, 0% 0%, 208px 0%);
          clip-path: polygon(50% 72px, 0% 0%, 208px 0%);
}
.arwbox p {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2.5em;
}
.arwbox p span {
  display: block;
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .arwbox {
    margin: 15px auto 25px;
  }
  .arwbox p span {
    font-size: 1.25rem;
  }
}