@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.7777777778vw;
  }
}
@media (min-width: 900px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner_l {
  max-width: 1200px;
  max-width: 75rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.inner_s {
  max-width: 960px;
  max-width: 60rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner_s {
    padding: 0 1.25rem;
  }
}

body {
  background-image: url(/img/common_bg.jpg);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  height: 3.125rem;
  background-color: #fff;
  padding: 0 10px;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5rem;
    padding: 0 1.25rem;
  }
}

.header h1 {
  width: 150px;
  width: 9.375rem;
}
@media screen and (min-width: 768px) {
  .header h1 {
    width: 15.625rem;
  }
}

.header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_right nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header_right nav ul li {
  padding-right: 40px;
  padding-right: 2.5rem;
}

.header .header_right nav ul li a {
  font-weight: 500;
  letter-spacing: 0.05em;
}

.header .header_right .contact_btn {
  width: 120px;
  width: 7.5rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .header .header_right .contact_btn {
    width: 10.3125rem;
  }
}

.mv {
  position: relative;
  height: 615px;
  height: 38.4375rem;
  background-image: url(/img/main_bg.jpg);
}
@media screen and (min-width: 768px) {
  .mv {
    height: 51.25rem;
  }
}

.mv .mv_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
}

.mv .mv_img .is-pc {
  max-width: 724px;
  max-width: 45.25rem;
  margin: 0 auto;
}

.pro {
  padding-top: 55px;
  padding-top: 3.4375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pro {
    padding-top: 5rem;
  }
}

.pro .ttl {
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #003686;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .pro .ttl {
    font-size: 2rem;
    padding-bottom: 1.75rem;
  }
}
.pro .ttl::before {
  position: absolute;
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 1px;
  background-color: #003686;
  right: 0;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .pro .ttl::before {
    width: 6.875rem;
    top: 50%;
  }
}
.pro .ttl::after {
  position: absolute;
  content: "";
  width: 40px;
  width: 2.5rem;
  height: 1px;
  background-color: #003686;
  left: 0;
  top: 40%;
}
@media screen and (min-width: 768px) {
  .pro .ttl::after {
    top: 50%;
    width: 6.875rem;
  }
}

.pro .lead {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .pro .lead {
    font-size: 1.375rem;
    margin-bottom: 3.75rem;
  }
}
.pro .lead:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  height: 0.375rem;
  background-color: #feca19;
  mix-blend-mode: multiply;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .pro .lead:before {
    height: 0.625rem;
  }
}

.pro .lead span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pro .lead span {
    font-size: 1.75rem;
  }
}

.pro .txt {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.05em;
  line-height: 1.77;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .pro .txt {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-bottom: 5rem;
  }
}

.onayami {
  background-image: url(/img/onayami_bg_sp.png);
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .onayami {
    background-image: url(/img/onayami_bg.jpg);
  }
}

.onayami .ttl {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .onayami .ttl {
    font-size: 2rem;
    padding-top: 3.125rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .onayami .onayami_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.onayami .onayami_wrap ul li {
  position: relative;
  background: #fff;
  line-height: 1.5;
  border-radius: 0.625rem;
  padding: 15px;
  padding: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .onayami .onayami_wrap ul li {
    font-size: 1.25rem;
    line-height: 1.7;
    padding: 1.25rem 1.5625rem;
    margin-bottom: 0.9375rem;
  }
}
.onayami .onayami_wrap ul li:nth-child(1):before {
  position: absolute;
  content: url(/img/fukidashi_ashi_01.png);
  bottom: -13px;
  bottom: -0.8125rem;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .onayami .onayami_wrap ul li:nth-child(1):before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -28px;
  }
}
.onayami .onayami_wrap ul li:nth-child(2):before {
  position: absolute;
  content: url(/img/fukidashi_ashi_03.png);
  bottom: -13px;
  bottom: -0.8125rem;
  left: 20px;
  left: 1.25rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .onayami .onayami_wrap ul li:nth-child(2):before {
    content: url(/img/fukidashi_ashi_02.png);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -28px;
left: auto;
  }
}
.onayami .onayami_wrap ul li:nth-child(3):before {
  position: absolute;
  content: url(/img/fukidashi_ashi_01.png);
  bottom: -13px;
  bottom: -0.8125rem;
  right: 20px;
  right: 1.25rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .onayami .onayami_wrap ul li:nth-child(3):before {
    position: absolute;
    content: url(/img/fukidashi_ashi_03.png);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -28px;
  }
}

.onayami .onayami_wrap ul li span {
  position: relative;
  font-weight: 600;
}
.onayami .onayami_wrap ul li span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  height: 0.3125rem;
  background-color: rgba(34, 118, 242, .3);
  bottom: 0;
}

.onayami .onayami_wrap .onayami_img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .onayami .onayami_wrap .onayami_img {
    position: relative;
    width: 100%;
    max-width: 20.625rem;
    margin-top: auto;
    margin-left: 3.75rem;
  }
}

.stop {
  background-image: url(/img/stop_bg.jpg);
  background-size: cover;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .stop {
    padding-top: 5.625rem;
    padding-bottom: 8.75rem;
  }
}

.stop .warning {
  background-image: url(/img/stop_frame_sp.png);
  background-size: calc(100% - 1.875rem);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 40px;
  margin: 0 auto 2.5rem;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .stop .warning {
    background-image: url(/img/stop_frame.png);
    padding: 0;
    margin-bottom: 5rem;
  }
}

.stop .warning .warning_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .stop .warning .warning_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2.5rem 4.375rem;
  }
}

.stop .warning .warning_content p {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .stop .warning .warning_content p {
    font-size: 1.25rem;
    line-height: 1.9;
    padding-left: 4.6875rem;
  }
}

.stop .warning .warning_content img {
  max-width: 135px;
  max-width: 8.4375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .stop .warning .warning_content img {
    margin-bottom: 0;
  }
}

.stop .anshin_img {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .stop .anshin_img {
    margin-bottom: 4.375rem;
  }
}

.stop p {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .stop p {
    font-size: 1.25rem;
    line-height: 1.9;
  }
}

.cta {
  position: relative;
  background-color: #2276f2;
  border-radius: 1.25rem;
  color: #fff;
  margin: 65px 15px 0;
  margin: 4.0625rem 0.9375rem 0;
}
@media screen and (min-width: 768px) {
  .cta {
    margin: 5.9375rem auto 0;
  }
}
.cta:before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: #fff solid 1px;
  border-radius: 1.0625rem;
  top: 4px;
  left: 4px;
}

.cta .fukidashi {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -24px;
}

.cta img {
  max-width: 238px;
  max-width: 14.875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cta img {
    max-width: 18.25rem;
  }
}

.cta .cta_content {
  position: relative;
  padding: 40px 0 30px;
  padding: 2.5rem 0 1.875rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .cta .cta_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.375rem 6.25rem 3.125rem;
  }
}

.cta .cta_content .tel {
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta .cta_content .tel {
    margin-bottom: 0.625rem;
  }
}

.cta .cta_content .tel .num {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .16);
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta .cta_content .tel .num {
    font-size: 2.5rem;
  }
}

.cta .cta_content .tel .num img {
  display: inline-block;
  width: 50px;
  width: 3.125rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta .cta_content .tel .num img {
    margin-right: 0.9375rem;
  }
}

.cta .cta_content .tel .time {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta .cta_content .tel .time {
    font-size: 1.125rem;
  }
}

.cta .cta_content .tel .time span {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #d30000;
  padding: 2px 5px;
  padding: 0.125rem 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .cta .cta_content .tel .time span {
    font-size: 1rem;
    padding: 0 0.3125rem;
  }
}

.cta .cta_content .mail p {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .cta .cta_content .mail p {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
}

.cta .cta_content .mail .contact_btn {
  width: 200px;
  width: 12.5rem;
  margin: 0 auto;
}

.cta .cta_content .mail .contact_btn a img {
  -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, .16);
}

.yane .yane_content {
  background-image: url(/img/yane_sokyu_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .yane .yane_content {
    background-image: url(/img/sokyu_bg.png);
  }
}

.yane .yane_content .sokyu {
  text-align: center;
}

.yane .yane_content .sokyu .ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  padding: 50px 0 35px;
  padding: 3.125rem 0 2.1875rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .ttl {
    font-size: 2.25rem;
    padding: 5rem 0 3.125rem;
  }
}
.yane .yane_content .sokyu .ttl::before {
  position: absolute;
  content: url(/img/frame_left_sp.png);
  top: 22%;
  left: -50px;
  left: -3.125rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .ttl::before {
    top: 37%;
    content: url(/img/frame_left.png);
  }
}
.yane .yane_content .sokyu .ttl::after {
  position: absolute;
  content: url(/img/frame_right_sp.png);
  top: 22%;
  right: -50px;
  right: -3.125rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .ttl::after {
    top: 37%;
    content: url(/img/frame_right.png);
  }
}

.yane .yane_content .sokyu .ttl .dots {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
  background-image: radial-gradient(circle at center, #333 12%, transparent 12%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 3px; /* 縦方向の位置調整 */
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .ttl .dots {
    font-size: 3rem;
  }
}

.yane .yane_content .sokyu .photo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .photo_wrap {
    margin-bottom: 5rem;
  }
}

.yane .yane_content .sokyu .photo_wrap img {
  width: 49%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .photo_wrap img {
    width: 32%;
    margin-bottom: 1.25rem;
  }
}

.yane .yane_content .sokyu .lead {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .lead {
    font-size: 1.5rem;
    margin-bottom: 2.0625rem;
  }
}
.yane .yane_content .sokyu .lead:before {
  position: absolute;
  content: url(/img/deco_ase_left.png);
  top: 50%;
  left: -40px;
  left: -2.5rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .lead:before {
    left: -4.375rem;
  }
}
.yane .yane_content .sokyu .lead:after {
  position: absolute;
  content: url(/img/deco_ase_right.png);
  top: 50%;
  right: -40px;
  right: -2.5rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .lead:after {
    right: -4.375rem;
  }
}

.yane .yane_content .sokyu .lead strong {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .lead strong {
    font-size: 2.25rem;
  }
}

.yane .yane_content .sokyu .lead strong span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .lead strong span {
    font-size: 3rem;
  }
}

.yane .yane_content .sokyu .txt {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 150px;
  margin-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .sokyu .txt {
    font-size: 1.25rem;
    margin-bottom: 12.5rem;
  }
}

.yane .yane_content .kaiketsu {
  position: relative;
}
.yane .yane_content .kaiketsu:before {
  position: absolute;
  content: url(/img/fukidashi_sp.png);
  top: -110px;
  top: -6.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .yane .yane_content .kaiketsu:before {
    content: url(/img/fukidashi.png);
    top: -10.9375rem;
    left: 15%;
  }
}

.yane .yane_content .kaiketsu .txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .kaiketsu .txt {
    font-size: 1.25rem;
    line-height: 1.9;
    margin-bottom: 3.75rem;
  }
}

.yane .yane_content .kaiketsu .txt span {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #d30000;
  padding: 0 5px;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .kaiketsu .txt span {
    font-size: 1.125rem;
    margin-left: 0.625rem;
  }
}

.yane .yane_content .kaiketsu .before_after {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .kaiketsu .before_after {
    margin-bottom: 2.5rem;
  }
}
.yane .yane_content .kaiketsu .before_after::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 13px;
  border-color: transparent transparent transparent #acacac;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.yane .yane_content .kaiketsu .before_after .before {
  position: relative;
  width: 46%;
}
.yane .yane_content .kaiketsu .before_after .before::before {
  position: absolute;
  content: url(/img/before_sp.png);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -5px;
  bottom: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .kaiketsu .before_after .before::before {
    content: url(/img/before.png);
  }
}

.yane .yane_content .kaiketsu .before_after .after {
  position: relative;
  width: 46%;
}
.yane .yane_content .kaiketsu .before_after .after::before {
  position: absolute;
  content: url(/img/after_sp.png);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -5px;
  bottom: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .yane .yane_content .kaiketsu .before_after .after::before {
    content: url(/img/after.png);
  }
}

.kaiketsu .cta {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .kaiketsu .cta {
    margin: 5.9375rem auto 10rem;
  }
}

.gaiheki .gaiheki_content {
  position: relative;
  background-image: url(/img/yane_sokyu_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content {
    background-image: url(/img/gaiheki_sokyu_bg.png);
  }
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content::before {
    position: absolute;
    content: url(/img/label_01.png);
    top: -1px;
    left: 3.75rem;
  }
}

.gaiheki .gaiheki_content .sokyu {
  text-align: center;
}

.gaiheki .gaiheki_content .sokyu .sub_ttl {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px 0 0;
  padding: 1.25rem 0 0;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .sub_ttl {
    font-size: 1.875rem;
    padding: 2.5rem 0 0;
  }
}
.gaiheki .gaiheki_content .sokyu .sub_ttl:before {
  position: absolute;
  content: "";
  width: 140px;
  width: 8.75rem;
  height: 1px;
  background-color: #333;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .sub_ttl:before {
    width: 16.25rem;
  }
}

.gaiheki .gaiheki_content .sokyu .ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  padding: 50px 0 35px;
  padding: 3.125rem 0 2.1875rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .ttl {
    font-size: 2.25rem;
    padding: 5rem 0 3.125rem;
  }
}
.gaiheki .gaiheki_content .sokyu .ttl::before {
  position: absolute;
  content: url(/img/frame_left_sp.png);
  top: 22%;
  left: -25px;
  left: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .ttl::before {
    content: url(/img/frame_left.png);
    top: 37%;
    left: -3.125rem;
  }
}
.gaiheki .gaiheki_content .sokyu .ttl::after {
  position: absolute;
  content: url(/img/frame_right_sp.png);
  top: 22%;
  right: -25px;
  right: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .ttl::after {
    content: url(/img/frame_right.png);
    top: 37%;
    right: -3.125rem;
  }
}

.gaiheki .gaiheki_content .sokyu .ttl .dots {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
  background-image: radial-gradient(circle at center, #333 12%, transparent 12%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 3px; /* 縦方向の位置調整 */
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .ttl .dots {
    font-size: 3rem;
  }
}

.gaiheki .gaiheki_content .sokyu .photo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .photo_wrap {
    margin-bottom: 5rem;
  }
}

.gaiheki .gaiheki_content .sokyu .photo_wrap img {
  width: 49%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .photo_wrap img {
    width: 32%;
    margin-bottom: 1.25rem;
  }
}

.gaiheki .gaiheki_content .sokyu .lead {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .lead {
    font-size: 1.5rem;
    margin-bottom: 7.5rem;
  }
}
.gaiheki .gaiheki_content .sokyu .lead:before {
  position: absolute;
  content: url(/img/deco_ase_left.png);
  top: 50%;
  left: -70px;
  left: -4.375rem;
}
.gaiheki .gaiheki_content .sokyu .lead:after {
  position: absolute;
  content: url(/img/deco_ase_right.png);
  top: 50%;
  right: -70px;
  right: -4.375rem;
}

.gaiheki .gaiheki_content .sokyu .lead strong {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .lead strong {
    font-size: 2.25rem;
  }
}

.gaiheki .gaiheki_content .sokyu .lead strong span {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .lead strong span {
    font-size: 3rem;
  }
}

.gaiheki .gaiheki_content .sokyu .txt {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .sokyu .txt {
    font-size: 1.25rem;
    margin-bottom: 5rem;
  }
}

.gaiheki .gaiheki_content .kaiketsu .txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .txt {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 5rem;
  }
}

.gaiheki .gaiheki_content .kaiketsu .lead {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background: #00338e;
  border-radius: 0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .lead {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
}

.gaiheki .gaiheki_content .kaiketsu .before_after {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .before_after {
    margin-bottom: 2.5rem;
  }
}
.gaiheki .gaiheki_content .kaiketsu .before_after::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 13px;
  border-color: transparent transparent transparent #acacac;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gaiheki .gaiheki_content .kaiketsu .before_after .before {
  position: relative;
  width: 46%;
}
.gaiheki .gaiheki_content .kaiketsu .before_after .before::before {
  position: absolute;
  content: url(/img/before_sp.png);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -5px;
  bottom: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .before_after .before::before {
    content: url(/img/before.png);
  }
}

.gaiheki .gaiheki_content .kaiketsu .before_after .after {
  position: relative;
  width: 46%;
}
.gaiheki .gaiheki_content .kaiketsu .before_after .after::before {
  position: absolute;
  content: url(/img/after_sp.png);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -5px;
  bottom: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .before_after .after::before {
    content: url(/img/after.png);
  }
}

.gaiheki .gaiheki_content .kaiketsu .fukikae_harikae {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .fukikae_harikae {
    margin-top: 7.5rem;
  }
}

.gaiheki .gaiheki_content .kaiketsu .fukikae_harikae .ttl {
  max-width: 550px;
  max-width: 34.375rem;
  margin: 0 auto 15px;
  margin: 0 auto 0.9375rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .fukikae_harikae .ttl {
    margin-bottom: 1.5625rem;
  }
}

.gaiheki .gaiheki_content .kaiketsu .fukikae_harikae .catch {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .fukikae_harikae .catch {
    font-size: 1.5rem;
  }
}

.gaiheki .gaiheki_content .kaiketsu .fukikae_harikae .catch small {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .fukikae_harikae .catch small {
    font-size: 1.25rem;
  }
}

.gaiheki .gaiheki_content .kaiketsu .fukikae_harikae .txt {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .gaiheki .gaiheki_content .kaiketsu .fukikae_harikae .txt {
    font-size: 1.125rem;
  }
}

.amadoi .amadoi_content {
  position: relative;
  background-image: url(/img/amadoi_sokyu_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content {
    background-image: url(/img/amadoi_sokyu_bg.png);
  }
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content::before {
    position: absolute;
    content: url(/img/label_02.png);
    top: -1px;
    left: 3.75rem;
  }
}

.amadoi .amadoi_content .sokyu {
  text-align: center;
}

.amadoi .amadoi_content .sokyu .ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  padding: 50px 0 35px;
  padding: 3.125rem 0 2.1875rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .sokyu .ttl {
    font-size: 2.25rem;
    padding: 5rem 0 3.125rem;
  }
}
.amadoi .amadoi_content .sokyu .ttl::before {
  position: absolute;
  content: url(/img/frame_left_sp.png);
  top: 22%;
  left: -50px;
  left: -3.125rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .sokyu .ttl::before {
    content: url(/img/frame_left.png);
    top: 37%;
  }
}
.amadoi .amadoi_content .sokyu .ttl::after {
  position: absolute;
  content: url(/img/frame_right_sp.png);
  top: 22%;
  right: -50px;
  right: -3.125rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .sokyu .ttl::after {
    content: url(/img/frame_right.png);
    top: 37%;
  }
}

.amadoi .amadoi_content .sokyu .ttl .dots {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
  background-image: radial-gradient(circle at center, #333 12%, transparent 12%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 3px; /* 縦方向の位置調整 */
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .sokyu .ttl .dots {
    font-size: 3rem;
  }
}

.amadoi .amadoi_content .sokyu .photo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .sokyu .photo_wrap {
    margin-bottom: 3.75rem;
  }
}

.amadoi .amadoi_content .sokyu .photo_wrap img {
  width: 49%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .sokyu .photo_wrap img {
    width: 32%;
    margin-bottom: 1.25rem;
  }
}

.amadoi .amadoi_content .sokyu .txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.57;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .sokyu .txt {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 7.5rem;
  }
}

.amadoi .amadoi_content .kaiketsu {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu {
    margin-bottom: 5rem;
  }
}

.amadoi .amadoi_content .kaiketsu .ttl {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu .ttl {
    margin-bottom: 3.125rem;
  }
}

.amadoi .amadoi_content .kaiketsu .lead {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu .lead {
    font-size: 2.5rem;
  }
}

.amadoi .amadoi_content .kaiketsu .lead small {
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu .lead small {
    font-size: 1.875rem;
  }
}

.amadoi .amadoi_content .kaiketsu .ribbon {
  max-width: 260px;
  max-width: 16.25rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu .ribbon {
    max-width: 28.75rem;
    margin-bottom: 2.5rem;
  }
}

.amadoi .amadoi_content .kaiketsu .txt {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.57;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu .txt {
    font-size: 1.125rem;
    line-height: 1.77;
    margin-bottom: 2.5rem;
  }
}

.amadoi .amadoi_content .kaiketsu .before_after {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu .before_after {
    margin-bottom: 2.5rem;
  }
}
.amadoi .amadoi_content .kaiketsu .before_after::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14.5px 0 14.5px 13px;
  border-color: transparent transparent transparent #acacac;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.amadoi .amadoi_content .kaiketsu .before_after .before {
  position: relative;
  width: 46%;
}
.amadoi .amadoi_content .kaiketsu .before_after .before::before {
  position: absolute;
  content: url(/img/before_sp.png);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -5px;
  bottom: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu .before_after .before::before {
    content: url(/img/before.png);
  }
}

.amadoi .amadoi_content .kaiketsu .before_after .after {
  position: relative;
  width: 46%;
}
.amadoi .amadoi_content .kaiketsu .before_after .after::before {
  position: absolute;
  content: url(/img/after_sp.png);
  width: 100%;
  height: auto;
  left: 0;
  bottom: -5px;
  bottom: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .amadoi .amadoi_content .kaiketsu .before_after .after::before {
    content: url(/img/after.png);
  }
}

.yume {
  background-image: url(/img/yume_katachi_bg.jpg);
  background-size: cover;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .yume {
    padding-bottom: 6.25rem;
  }
}

.yume .yume_inner .ttl {
  text-align: center;
  max-width: 300px;
  max-width: 18.75rem;
  padding: 60px 0 20px;
  padding: 3.75rem 0 1.25rem;
  margin: 0 auto;
}

.yume .yume_inner .txt {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.57;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .yume .yume_inner .txt {
    font-size: 1.375rem;
    line-height: 1.68;
    margin-bottom: 2.5rem;
  }
}

.yume .yume_inner .photo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yume .yume_inner .photo_wrap img {
  width: 32%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .yume .yume_inner .photo_wrap img {
    width: 30%;
    margin-bottom: 2.5rem;
  }
}

.voice {
  background-image: url(/img/voice_bg_sp.jpg);
}
@media screen and (min-width: 768px) {
  .voice {
    background-image: url(/img/voice_bg.jpg);
  }
}

.voice .ttl:first-child {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
  padding: 10px 25px;
  padding: 0.625rem 1.5625rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .voice .ttl:first-child {
    font-size: 1.625rem;
    padding: 0.625rem 2.8125rem;
    margin-top: 3.75rem;
    margin-bottom: 3.4375rem;
  }
}

.voice .ttl strong {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .voice .ttl strong {
    font-size: 2rem;
  }
}

.voice .voice_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1280px;
  max-width: 80rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .voice .voice_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.voice .voice_wrap .voice_item {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
  padding: 20px 20px 20px;
  padding: 1.25rem 1.25rem 1.25rem;
  margin: 0 30px 25px;
  margin: 0 1.875rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .voice .voice_wrap .voice_item {
    width: 20%;
    padding: 1.875rem 1.25rem 1.25rem;
    margin: 0 0 3.125rem;
  }
}

.voice .voice_wrap .voice_item img {
  position: absolute;
  max-width: 60px;
  max-width: 3.75rem;
  left: -15px;
  left: -0.9375rem;
  top: -15px;
  top: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .voice .voice_wrap .voice_item img {
    max-width: 5.625rem;
    left: -1.25rem;
    top: -1.25rem;
  }
}

.voice .voice_wrap .voice_item .ttl {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: 35px;
  margin-left: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .voice .voice_wrap .voice_item .ttl {
    height: 3.125rem;
    text-align: right;
  }
}

.voice .voice_wrap .voice_item .detail {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .voice .voice_wrap .voice_item .detail {
    margin-bottom: 1.25rem;
  }
}

.voice .voice_wrap .voice_item .txt {
  font-size: 15px;
  font-size: 0.9375rem;
}

.info {
  background: #F0F6FF;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .info {
    padding-top: 6.25rem;
    padding-bottom: 5rem;
  }
}

.info .catch {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .info .catch {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
  }
}

.info .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .info .points {
    margin-bottom: 5rem;
  }
}

.info .points .point {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  background-color: #2276F2;
  border-radius: 50%;
  color: #fff;
  padding: 23px 18px;
  padding: 1.4375rem 1.125rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .info .points .point {
    font-size: 2rem;
    padding: 2.25rem 1.75rem;
    margin: 0 0.46875rem;
  }
}

@media screen and (min-width: 768px) {
  .info .bnr_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.info .bnr_wrap .loan {
  width: 100%;
  background-image: url(/img/loan_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
  padding: 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .loan {
    width: 48%;
    padding: 2.5rem;
    margin-bottom: 0;
  }
}

.info .bnr_wrap .loan .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.info .bnr_wrap .loan .ttl .monthly {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 3.125rem;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .loan .ttl .monthly {
    font-size: 1.125rem;
  }
}

.info .bnr_wrap .loan .ttl .monthly span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .loan .ttl .monthly span {
    font-size: 1.625rem;
  }
}

.info .bnr_wrap .loan .ttl p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .loan .ttl p {
    font-size: 2.25rem;
  }
}

.info .bnr_wrap .loan .list {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.77;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .loan .list {
    font-size: 1.125rem;
  }
}

.info .bnr_wrap .contact {
  width: 100%;
  background-image: url(/img/contact_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .contact {
    width: 48%;
    padding: 2.5rem;
  }
}

.info .bnr_wrap .contact .tel {
  text-align: center;
}

.info .bnr_wrap .contact .tel .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .contact .tel .num {
    font-size: 2.5rem;
  }
}

.info .bnr_wrap .contact .tel .num img {
  width: 30px;
  width: 1.875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .contact .tel .num img {
    width: 3.125rem;
    margin-right: 0.9375rem;
  }
}

.info .bnr_wrap .contact .tel .time {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .contact .tel .time {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
  }
}

.info .bnr_wrap .contact .tel .time span {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  background-color: #D30000;
  padding: 0 5px;
  padding: 0 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .contact .tel .time span {
    font-size: 1rem;
  }
}

.info .bnr_wrap .contact .mail {
  text-align: center;
}

.info .bnr_wrap .contact .mail p {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.info .bnr_wrap .contact .mail .contact_btn {
  max-width: 160px;
  max-width: 10rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .info .bnr_wrap .contact .mail .contact_btn {
    max-width: 12.5rem;
  }
}

.footer {
  text-align: center;
  background-color: #fff;
  padding-top: 55px;
  padding-top: 3.4375rem;
}

.footer .logo {
  width: 350px;
  width: 21.875rem;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
}

.footer .address {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.footer .copyright {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  background: #EDEDED;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
/*# sourceMappingURL=styles.css.map */