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

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

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

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

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

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

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

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

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

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

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

small {
  font-size: 75%;
}

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

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

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

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

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

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

figure, form {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

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

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

.flt {
  float: left;
}

.flr {
  float: right;
}

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

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

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

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

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

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

.clear {
  clear: both;
}

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

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

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.8 "Noto Sans JP", sans-serif;
  color: #29333B;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

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

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

::-moz-selection {
  background-color: #fff800;
  color: #29333B;
}

::selection {
  background-color: #fff800;
  color: #29333B;
}

#container_wrap {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner_lv1 {
  max-width: 57%;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .inner_lv1 {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner_lv1 {
    padding: 0 8%;
  }
}

.inner_lv2 {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .inner_lv2 {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner_lv2 {
    padding: 0 8%;
  }
}

#main {
  float: right;
  width: 75%;
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
}

#sub {
  float: left;
  width: 19%;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_lv1 {
  padding: 12rem 0 23rem;
}
@media screen and (max-width: 1200px) {
  .section_lv1 {
    padding: 9rem 0 12rem;
  }
}
@media screen and (max-width: 767px) {
  .section_lv1 {
    padding: 7rem 0 10rem;
  }
}

.section_lv2 {
  padding: 8rem 0 11.875rem;
}
@media screen and (max-width: 1200px) {
  .section_lv2 {
    padding: 6rem 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  .section_lv2 {
    padding: 5rem 0;
  }
}

.section_lv3 {
  padding: 15.625rem 0 10.625rem;
}
@media screen and (max-width: 1200px) {
  .section_lv3 {
    padding: 12rem 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  .section_lv3 {
    padding: 7rem 0;
  }
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

header {
  width: 100%;
  position: fixed;
  z-index: 999;
}

.header_box {
  padding-top: 2.5rem;
  width: 100%;
  max-width: 91%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header_box {
    max-width: 100%;
    padding: 0 8%;
    padding-top: 1rem;
  }
}

.header_ttl img.logo {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo {
    max-width: 33%;
  }
}
.header_ttl img.logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

#header_left {
  width: 18%;
}
@media screen and (max-width: 767px) {
  #header_left {
    width: 100%;
  }
}

#header_right {
  width: 82%;
}
@media screen and (max-width: 767px) {
  #header_right {
    width: 0%;
  }
}

@media screen and (max-width: 767px) {
  #gnavi {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gnavi ul {
    width: 100%;
  }
}
#gnavi ul li {
  margin-right: 2.8rem;
}
@media screen and (max-width: 1200px) {
  #gnavi ul li {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi ul li {
    margin-right: 0;
    width: 50%;
  }
}
#gnavi ul li:last-of-type {
  margin-right: 0;
}

.header_scroll {
  background-color: rgba(255, 255, 255, 0.6);
}
.header_scroll .header_box {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header_scroll #header_left .header_ttl img.logo {
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .header_scroll #header_left .header_ttl img.logo {
    width: 100%;
  }
}
.header_scroll #header_right .contact_tel_s {
  font-size: 0.83vw;
}
.header_scroll #header_right .contact_tel {
  font-size: 2vw;
}
.header_scroll #header_right .contact_tel_s2 {
  font-size: 0.73vw;
}
.header_scroll #header_right .contact_btn {
  width: 320px;
  height: 70px;
}
@media screen and (max-width: 1200px) {
  .header_scroll #header_right .contact_btn {
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header_scroll #header_right .contact_btn {
    height: 80px;
  }
}
.header_scroll #header_right .contact_btn > span {
  font-size: 1rem;
  padding-left: 42.8571428571px;
}
@media screen and (max-width: 1200px) {
  .header_scroll #header_right .contact_btn > span {
    font-size: 0.9rem;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header_scroll #header_right .contact_btn > span {
    padding-left: 0;
  }
}
.header_scroll #header_right .contact_btn > span::before {
  width: 30.7142857143px;
  height: 21.4285714286px;
}
@media screen and (max-width: 1200px) {
  .header_scroll #header_right .contact_btn > span::before {
    width: 21.5px;
    height: 15px;
  }
}

.logo_wrap_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .logo_wrap_sp {
    display: block;
    width: 56%;
    margin: 0 auto 1rem;
  }
}

footer {
  background-color: #29333B;
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}

#footer {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
  padding-top: 10rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #footer {
    max-width: 100%;
    padding: 0 30px;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 0 8%;
    padding-top: 4rem;
  }
}

.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer_left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
  }
}

.footer_right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}

.f_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .f_navi {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
  }
}
.f_navi li {
  width: 82px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .f_navi li {
    margin-right: 0;
    width: 60px;
    margin: 0 1rem;
    margin-bottom: 2rem;
  }
}
.f_navi li:last-of-type {
  margin-right: 0;
}
.f_navi li a {
  display: block;
  width: 100%;
}
.f_navi li a:hover {
  opacity: 0.6;
}
.f_navi::after {
  content: "follow me";
  position: absolute;
  width: 209px;
  height: 58px;
  bottom: 0;
  right: 0;
  background: url(../images/f_follow_me.png) no-repeat center/contain;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .f_navi::after {
    bottom: 30px;
    width: 174.1666666667px;
    height: 48.3333333333px;
  }
}

.f_logo {
  max-width: 242px;
  width: 100%;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1200px) {
  .f_logo {
    max-width: 200px;
  }
}
.f_logo img {
  width: 100%;
}

.f_address {
  margin-bottom: 3.125rem;
}
.f_address .f_ttl {
  font-size: 1.145vw;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .f_address .f_ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .f_address .f_ttl {
    font-size: 1.1rem;
  }
}
.f_address .f_table tr th, .f_address .f_table tr td {
  font-weight: 400;
  color: #fff;
  padding-bottom: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .f_address .f_table tr th, .f_address .f_table tr td {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .f_address .f_table tr th, .f_address .f_table tr td {
    width: 100%;
    display: block;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .f_address .f_table tr th {
    font-weight: bold;
    padding-bottom: 0.2rem;
  }
}
.f_address .f_table tr:last-of-type th, .f_address .f_table tr:last-of-type td {
  padding-bottom: 0;
}

.f_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f_nav > li > a {
  font-size: 1rem;
  color: #fff;
  position: relative;
  padding-right: 1.875rem;
  margin-right: 1.875rem;
}
.f_nav > li > a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .f_nav > li > a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .f_nav > li > a {
    font-size: 0.8rem;
  }
}
.f_nav > li > a:hover {
  opacity: 0.6;
}
.f_nav > li:nth-of-type(1) > a {
  padding-left: 1.875rem;
}
.f_nav > li:nth-of-type(1) > a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
}
.f_nav > li:last-of-type > a {
  margin-right: 0;
}

.copy {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1em 0;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .copy {
    display: none;
  }
}

.copy_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .copy_sp {
    display: block;
    font-family: "Lato", sans-serif;
    color: #fff;
    font-size: 0.8rem;
    padding: 1rem 8%;
  }
}

.main_img {
  position: relative;
}
.main_img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  background: url(../images/mv_decoration.svg) no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .main_img::after {
    -webkit-transform: translateY(22%);
            transform: translateY(22%);
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main_img::after {
    display: none;
  }
}
.main_img > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main_img > img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main_img .mv_txt_wrap {
  position: absolute;
  top: 50%;
  left: 4%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt_wrap {
    width: 100%;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
}
.main_img .mv_txt_wrap .txt_s {
  display: inline-block;
  position: relative;
  font-size: 1.4vw;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .main_img .mv_txt_wrap .txt_s {
    font-size: 1.1rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt_wrap .txt_s {
    font-size: 1.1rem;
  }
}
.main_img .mv_txt_wrap .txt_s::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-40deg);
          transform: translateY(-50%) rotate(-40deg);
  background: #29333B;
}
@media screen and (max-width: 1200px) {
  .main_img .mv_txt_wrap .txt_s::before {
    height: 18px;
  }
}
.main_img .mv_txt_wrap .txt_s::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  background: #29333B;
}
@media screen and (max-width: 1200px) {
  .main_img .mv_txt_wrap .txt_s::after {
    height: 18px;
  }
}
.main_img .mv_txt_wrap .ttl_1 {
  font-size: 2.6vw;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .main_img .mv_txt_wrap .ttl_1 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .main_img .mv_txt_wrap .ttl_1 {
    font-size: 1.7rem;
  }
}

.contact_tel_s {
  font-size: 1.41vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_tel {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 2.08vw;
  font-weight: bold;
  color: #29333B;
  line-height: 1;
  padding-bottom: 0.5rem;
  border-bottom: dashed 1px #29333B;
  margin-bottom: 0.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contact_tel > a {
  color: #29333B;
}

.contact_tel_s2 {
  font-size: 0.83vw;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.about_img_1_wrap {
  width: 77%;
  margin: 0 auto 6rem;
  padding-bottom: 12.5rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .about_img_1_wrap {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap {
    width: 100%;
    margin: 0 auto 4rem;
    padding-bottom: 17rem;
  }
}
.about_img_1_wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 141px;
  height: 136px;
  background: url(../images/dec_triangle_1.svg) no-repeat bottom center/contain;
  -webkit-transform: translate(-45%, -45%);
          transform: translate(-45%, -45%);
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .about_img_1_wrap::before {
    width: 78.3333333333px;
    height: 75.5555555556px;
  }
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap::before {
    width: 47px;
    height: 45.3333333333px;
  }
}
.about_img_1_wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 119px;
  height: 140px;
  background: url(../images/dec_hexagon.svg) no-repeat bottom center/contain;
  -webkit-transform: translate(120%, 10%);
          transform: translate(120%, 10%);
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .about_img_1_wrap::after {
    width: 66.1111111111px;
    height: 77.7777777778px;
  }
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap::after {
    -webkit-transform: translate(60%, -45%);
            transform: translate(60%, -45%);
    width: 39.6666666667px;
    height: 46.6666666667px;
  }
}
.about_img_1_wrap img {
  position: relative;
  width: 100%;
  z-index: 0;
}
.about_img_1_wrap .text_wrap {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap .text_wrap {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
.about_img_1_wrap .text_wrap > span {
  display: inline-block;
  background-color: #fff;
  font-size: 2vw;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 1rem 0.4rem;
  margin-left: 1.5rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 1200px) {
  .about_img_1_wrap .text_wrap > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap .text_wrap > span {
    font-size: 1rem;
    margin-left: 0.9rem;
  }
}
.about_img_1_wrap .text_wrap > span:nth-of-type(2), .about_img_1_wrap .text_wrap > span:nth-of-type(4) {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap .text_wrap > span:nth-of-type(2), .about_img_1_wrap .text_wrap > span:nth-of-type(4) {
    margin-top: 2.5rem;
  }
}
.about_img_1_wrap .text_wrap > span:nth-of-type(1), .about_img_1_wrap .text_wrap > span:nth-of-type(5) {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap .text_wrap > span:nth-of-type(1), .about_img_1_wrap .text_wrap > span:nth-of-type(5) {
    margin-top: 1rem;
  }
}
.about_img_1_wrap .text_wrap > span:last-of-type {
  margin-left: 0;
}
.about_img_1_wrap .text_wrap_2 {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap .text_wrap_2 {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    width: 90%;
  }
}

.about_img_1_wrap_2 {
  position: relative;
  z-index: 2;
}
.about_img_1_wrap_2::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 98px;
  height: 190px;
  background: url(../images/dec_2.svg) no-repeat bottom center/contain;
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .about_img_1_wrap_2::before {
    width: 49px;
    height: 95px;
  }
}
.about_img_1_wrap_2::after {
  position: absolute;
  content: "";
  top: 57%;
  right: 0;
  width: 56px;
  height: 112px;
  background: url(../images/dec_1.svg) no-repeat bottom center/contain;
  -webkit-transform: translate(180%, -50%);
          transform: translate(180%, -50%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .about_img_1_wrap_2::after {
    width: 37.3333333333px;
    height: 74.6666666667px;
  }
}

.about_img_1_wrap_3 {
  position: relative;
  z-index: 2;
}
.about_img_1_wrap_3::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 228px;
  height: 257px;
  background: url(../images/dec_tree.svg) no-repeat bottom center/contain;
  -webkit-transform: translate(-80%, 30%);
          transform: translate(-80%, 30%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .about_img_1_wrap_3::before {
    -webkit-transform: translate(-60%, 30%);
            transform: translate(-60%, 30%);
    width: 114px;
    height: 128.5px;
  }
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap_3::before {
    left: 15%;
    bottom: -17rem;
    -webkit-transform: none;
            transform: none;
    width: 76px;
    height: 85.6666666667px;
  }
}
.about_img_1_wrap_3::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 184px;
  height: 194px;
  background: url(../images/dec_happa.svg) no-repeat bottom center/contain;
  -webkit-transform: translate(100%, 40%);
          transform: translate(100%, 40%);
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .about_img_1_wrap_3::after {
    -webkit-transform: translate(80%, 40%);
            transform: translate(80%, 40%);
    width: 92px;
    height: 97px;
  }
}
@media screen and (max-width: 767px) {
  .about_img_1_wrap_3::after {
    bottom: -16rem;
    right: 15%;
    -webkit-transform: none;
            transform: none;
    width: 61.3333333333px;
    height: 64.6666666667px;
  }
}

.box_two_1 {
  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;
}
.box_two_1 > div {
  width: 46%;
}
@media screen and (max-width: 1200px) {
  .box_two_1 > div {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .box_two_1 > div {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .box_two_1 > div:last-of-type {
    margin-bottom: 0;
  }
}

.box_two_2 {
  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;
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .box_two_2 {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .box_two_2 {
    max-width: 100%;
    padding: 0;
  }
}
.box_two_2 .box_l {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .box_two_2 .box_l {
    width: 38%;
  }
}
@media screen and (max-width: 767px) {
  .box_two_2 .box_l {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.box_two_2 .box_l img {
  width: 100%;
}
.box_two_2 .box_r {
  width: 44%;
}
@media screen and (max-width: 1200px) {
  .box_two_2 .box_r {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .box_two_2 .box_r {
    width: 100%;
    padding: 0 8%;
  }
}

.box_Features {
  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;
}
.box_Features .box_l {
  padding-top: 2.5rem;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .box_Features .box_l {
    width: 100%;
    padding-top: 0;
  }
}
.box_Features .box_r {
  width: 34%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_Features .box_r {
    display: none;
  }
}
.box_Features .box_r::before {
  position: absolute;
  content: "";
  width: 309px;
  height: 165px;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/pokapoka_mark.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .box_Features .box_r::before {
    top: -170px;
    width: 237.6923076923px;
    height: 126.9230769231px;
  }
}
.box_Features .box_r img {
  width: 100%;
  border-radius: 35px;
}

.features_img_1_wrap_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .features_img_1_wrap_sp {
    position: relative;
    display: block;
    padding-top: 140px;
    margin-bottom: 3rem;
  }
}
.features_img_1_wrap_sp::before {
  position: absolute;
  content: "";
  width: 206px;
  height: 110px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/pokapoka_mark.svg) no-repeat center/contain;
}
.features_img_1_wrap_sp img {
  width: 100%;
}

.mskImg {
  -webkit-mask-image: url(../images/features_li_img_dec.svg);
          mask-image: url(../images/features_li_img_dec.svg); /*マスクレイヤーとして使用する画像*/
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto 100%;
          mask-size: auto 100%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .mskImg {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .mskImg {
    margin-bottom: 2rem;
  }
}

.hearts_box_2 {
  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: 14rem;
}
@media screen and (max-width: 767px) {
  .hearts_box_2 {
    margin-bottom: 7rem;
  }
}
.hearts_box_2 .box_l {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .hearts_box_2 .box_l {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.hearts_box_2 .box_l .img_wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .hearts_box_2 .box_l .img_wrap {
    width: 76%;
  }
}
.hearts_box_2 .box_l .img_wrap img {
  position: relative;
  z-index: 1;
  border-radius: 60% 40% 43% 57%/53% 54% 46% 47%;
}
.hearts_box_2 .box_l .img_wrap::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  display: block;
  width: 117px;
  height: 136px;
  background: url(../images/dec_nikoniko.svg) no-repeat center/contain;
  z-index: 2;
  -webkit-transform: translate(0, 40%);
          transform: translate(0, 40%);
}
@media screen and (max-width: 1200px) {
  .hearts_box_2 .box_l .img_wrap::before {
    width: 78px;
    height: 90.6666666667px;
  }
}
.hearts_box_2 .box_l .img_wrap::after {
  position: absolute;
  content: "";
  bottom: -5rem;
  left: 50%;
  display: block;
  width: 141px;
  height: 25px;
  background: url(../images/dec_dot.svg) no-repeat center/contain;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 1200px) {
  .hearts_box_2 .box_l .img_wrap::after {
    bottom: -4rem;
    width: 94px;
    height: 16.6666666667px;
  }
}
.hearts_box_2 .box_r {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .hearts_box_2 .box_r {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hearts_box_2 .box_r .ttl_box_wrap {
    display: none;
  }
}
.hearts_box_2 .box_r .txt_box_wrap .ttl_1 {
  font-size: 1.6vw;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.3rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .hearts_box_2 .box_r .txt_box_wrap .ttl_1 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .hearts_box_2 .box_r .txt_box_wrap .ttl_1 {
    font-size: 1.3rem;
  }
}
.hearts_box_2 .box_r .txt_box_wrap .ttl_1::before {
  content: "";
  background-image: linear-gradient(to right, #707070, #707070 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 8px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12%;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .hearts_box_2 .box_r .txt_box_wrap .ttl_1::before {
    width: 40%;
  }
}

.lbl_frame_wrap {
  background-color: #29333B;
  color: #fff;
  font-size: 1.125rem;
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  .lbl_frame_wrap {
    padding: 1.5rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .lbl_frame_wrap {
    text-align: center;
    font-size: 0.9rem;
  }
}

.list_features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3.75rem;
  color: #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .list_features li {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features li {
    margin-bottom: 3rem;
  }
}
.list_features li:last-of-type {
  margin-bottom: 0;
}
.list_features li .box_1 {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .list_features li .box_1 {
    width: 100%;
  }
}
.list_features li .box_1 .ttl_1 {
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  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;
  width: 100%;
  height: 75px;
  border-radius: 40px;
  color: #29333B;
}
@media screen and (max-width: 767px) {
  .list_features li .box_1 .ttl_1 {
    width: 55%;
    margin-bottom: 1.5rem;
  }
}
.list_features li .box_1 .ttl_1 > span {
  font-size: 1.145vw;
}
@media screen and (max-width: 1200px) {
  .list_features li .box_1 .ttl_1 > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features li .box_1 .ttl_1 > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1200px) {
  .list_features li .box_1 .ttl_1_sl > span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features li .box_1 .ttl_1_sl > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features li .box_1 .ttl_1_sl {
    width: 70%;
  }
}
.list_features li .box_2 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .list_features li .box_2 {
    width: 100%;
  }
}
.list_features li .box_2 .ttl2 {
  font-size: 1.25vw;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .list_features li .box_2 .ttl2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features li .box_2 .ttl2 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
.list_features li .box_2 .ttl2::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 55%;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.list_features_2 {
  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: 5rem;
}
@media screen and (max-width: 767px) {
  .list_features_2 {
    margin-bottom: 3rem;
  }
}
.list_features_2 > li {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .list_features_2 > li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .list_features_2 > li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features_2 > li:last-of-type {
    margin-bottom: 0;
  }
}

.list_features_3 {
  max-width: 65%;
  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: auto;
}
@media screen and (max-width: 767px) {
  .list_features_3 {
    max-width: 100%;
  }
}
.list_features_3 > li {
  width: 46%;
}
@media screen and (max-width: 1200px) {
  .list_features_3 > li {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .list_features_3 > li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features_3 > li:last-of-type {
    margin-bottom: 0;
  }
}

.list_features_box {
  color: #fff;
}
.list_features_box .txt_wrap {
  padding: 0 10px;
}
.list_features_box .ttl1 {
  display: inline-block;
  color: #EBFF00;
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 1.3rem;
  border-bottom: dashed 2px #EBFF00;
}
@media screen and (max-width: 1200px) {
  .list_features_box .ttl1 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features_box .ttl1 {
    font-size: 1.1rem;
  }
}
.list_features_box .ttl2 {
  display: inline-block;
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .list_features_box .ttl2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .list_features_box .ttl2 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}

.list_reception > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.145vw;
  font-weight: bold;
  line-height: 2.1;
}
@media screen and (max-width: 1200px) {
  .list_reception > li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .list_reception > li {
    font-size: 0.9rem;
  }
}
.list_reception > li:last-of-type {
  margin-bottom: 0;
}

.dlist_policy {
  border-top: 1px solid #29333B;
  border-bottom: 1px solid #29333B;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

.table_about {
  border-collapse: separate;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_about tr:nth-of-type(1) th {
    padding: 0 1rem 0 1rem;
  }
}
.table_about th {
  font-weight: bold;
  padding: 1rem;
  font-size: 1vw;
  border-bottom: 1px solid #707070;
  width: 30%;
}
@media screen and (max-width: 767px) {
  .table_about th {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    padding: 1rem 1rem 0 1rem;
    border-bottom: none;
  }
}
.table_about td {
  width: 70%;
  padding: 1rem;
  font-size: 1vw;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .table_about td {
    display: block;
    width: 100%;
    font-size: 0.9rem;
    padding: 0.5rem 1rem 1rem 1rem;
  }
}

.ttl_contact {
  font-size: 2.625rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .ttl_contact {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_contact {
    font-size: 1.3rem;
  }
}

.main_ttl {
  display: inline-block;
  position: relative;
  padding-top: 30px;
  padding-left: 75px;
}
@media screen and (max-width: 1200px) {
  .main_ttl {
    padding-top: 20px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main_ttl {
    padding-top: 20px;
    padding-left: 50px;
  }
}
.main_ttl > span {
  display: inline-block;
  font-size: 1.6vw;
  letter-spacing: 0.06rem;
  line-height: 1.1;
  padding-right: 5.6rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .main_ttl > span {
    padding-right: 3.7333333333rem;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .main_ttl > span {
    padding-right: 3.7333333333rem;
    font-size: 1.3rem;
  }
}
.main_ttl::before {
  content: "";
  position: absolute;
  width: 63px;
  height: 60px;
  top: 0;
  left: 0;
  background: url(../images/dec_triangle.svg) no-repeat bottom center/contain;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .main_ttl::before {
    width: 42px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main_ttl::before {
    width: 42px;
    height: 40px;
  }
}
.main_ttl::after {
  position: absolute;
  top: 34px;
  right: 0;
  content: attr(data-title);
  font-size: 0.93vw;
  color: #D6D6D6;
  font-size: "Lato", sans-serif;
  z-index: 0;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .main_ttl::after {
    font-size: 0.8rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .main_ttl::after {
    top: 26px;
    font-size: 0.8rem;
  }
}

.ttl_Features {
  color: #fff;
  font-size: 2.18vw;
  font-weight: bold;
  position: relative;
  padding: 40px 0 46px;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 1200px) {
  .ttl_Features {
    margin-bottom: 6rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ttl_Features {
    padding: 40px 0 38px;
    margin-bottom: 4rem;
  }
}
.ttl_Features::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 2px;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}
.ttl_Features::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  bottom: 0;
  left: 6px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .ttl_Features {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_Features {
    font-size: 1.3rem;
  }
}

.ttl_pencil {
  position: relative;
  padding-right: 90px;
  display: inline-block;
  color: #fff;
  font-size: 1.875vw;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: dotted 3px #fff;
  margin-bottom: 4.3rem;
}
@media screen and (max-width: 1200px) {
  .ttl_pencil {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_pencil {
    padding-right: 60px;
    font-size: 1.3rem;
    margin-bottom: 3.5rem;
  }
}
.ttl_pencil::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 70px;
  bottom: 0.7rem;
  right: 0;
  background: url(../images/dec_pencil.svg) no-repeat bottom center/contain;
}
@media screen and (max-width: 767px) {
  .ttl_pencil::after {
    width: 48px;
    height: 46.6666666667px;
  }
}

.flag_ttl_wrap {
  position: relative;
  display: inline-block;
  padding-right: 100px;
}
@media screen and (max-width: 1200px) {
  .flag_ttl_wrap {
    padding-left: 100px;
    padding-right: 56px;
  }
}
@media screen and (max-width: 767px) {
  .flag_ttl_wrap {
    padding-left: 71.4285714286px;
    padding-right: 40px;
  }
}
.flag_ttl_wrap::before {
  content: "";
  position: absolute;
  width: 72px;
  height: 60px;
  top: 17px;
  left: -150px;
  background: url(../images/line_1.svg) no-repeat bottom center/contain;
}
@media screen and (max-width: 1200px) {
  .flag_ttl_wrap::before {
    width: 51.4285714286px;
    height: 42.8571428571px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .flag_ttl_wrap::before {
    top: 8px;
    width: 36px;
    height: 30px;
  }
}
.flag_ttl_wrap::after {
  content: "";
  position: absolute;
  width: 46px;
  height: 53px;
  top: 0;
  right: 0;
  background: url(../images/line_2.svg) no-repeat bottom center/contain;
}
@media screen and (max-width: 1200px) {
  .flag_ttl_wrap::after {
    width: 32.8571428571px;
    height: 37.8571428571px;
  }
}
@media screen and (max-width: 767px) {
  .flag_ttl_wrap::after {
    width: 23px;
    height: 26.5px;
  }
}

.flag_ttl {
  display: inline-block;
  font-size: 2.18vw;
  padding-bottom: 1.8rem;
  position: relative;
  margin-bottom: 3.75rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .flag_ttl {
    font-size: 2.4rem;
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .flag_ttl {
    padding-bottom: 1.4rem;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
.flag_ttl::before {
  position: absolute;
  content: "";
  width: 126px;
  height: 155px;
  background: url(../images/flag_7.svg) no-repeat center/contain;
  top: 0;
  left: 0;
  -webkit-transform: translate(-60%, -58%);
          transform: translate(-60%, -58%);
}
@media screen and (max-width: 1200px) {
  .flag_ttl::before {
    width: 90px;
    height: 110.7142857143px;
  }
}
@media screen and (max-width: 767px) {
  .flag_ttl::before {
    width: 63px;
    height: 77.5px;
  }
}
.flag_ttl::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: attr(data-title);
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #232323;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .flag_ttl::after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .flag_ttl::after {
    font-size: 0.8rem;
  }
}

.ttl_contact_2 {
  display: inline-block;
  font-size: 2.18vw;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 0 1.8rem 0.5rem;
  border-bottom: dashed 3px #707070;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1200px) {
  .ttl_contact_2 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_contact_2 {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
}

.ttl_36px {
  position: relative;
  display: inline-block;
  font-size: 1.875vw;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: dotted 3px #29333B;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .ttl_36px {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_36px {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}

.ttl_en {
  font-weight: bold;
  font-size: 1.875rem;
  padding: 4.3rem 0 3.9rem;
  margin-bottom: 3.4rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .ttl_en {
    padding: 4rem 0 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl_en {
    padding: 3.3rem 0 3rem;
    font-size: 1.3rem;
  }
}
.ttl_en .name {
  font-weight: 400;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .ttl_en .name {
    font-size: 0.9rem;
  }
}
.ttl_en::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 62px;
  background: url(../images/ttl_line_top.svg) no-repeat center/contain;
  top: 0;
  left: -50px;
}
@media screen and (max-width: 1200px) {
  .ttl_en::before {
    width: 46.6666666667px;
    height: 51.6666666667px;
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_en::before {
    left: 0;
    width: 32.9411764706px;
    height: 36.4705882353px;
  }
}
.ttl_en::after {
  position: absolute;
  content: "";
  width: 56px;
  height: 62px;
  background: url(../images/ttl_line_bottom.svg) no-repeat center/contain;
  bottom: 0;
  left: -30px;
}
@media screen and (max-width: 1200px) {
  .ttl_en::after {
    width: 46.6666666667px;
    height: 51.6666666667px;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_en::after {
    left: 0;
    width: 32.9411764706px;
    height: 36.4705882353px;
  }
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}
.bg_mainColor {
  background: #29333B;
}
.bg_dec_leaf {
  position: relative;
}
.bg_dec_leaf::after {
  content: "";
  position: absolute;
  width: 178px;
  height: 185px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/dec_character1.svg) no-repeat center/cover;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .bg_dec_leaf::after {
    width: 98.8888888889px;
    height: 102.7777777778px;
  }
}
@media screen and (max-width: 767px) {
  .bg_dec_leaf::after {
    width: 89px;
    height: 92.5px;
  }
}
.bg_nami {
  position: relative;
}
.bg_nami::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  background: url(../images/dec_nami_top.svg) no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .bg_nami::before {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .bg_nami::before {
    height: 56px;
  }
}
.bg_nami::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
  background: url(../images/dec_nami.svg) no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .bg_nami::after {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .bg_nami::after {
    height: 56px;
  }
}
.bg_nami_footer {
  position: relative;
}
.bg_nami_footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  background: url(../images/dec_nami_top.svg) no-repeat center/cover;
}
@media screen and (max-width: 1200px) {
  .bg_nami_footer::before {
    height: 70px;
    -webkit-transform: translateY(23%);
            transform: translateY(23%);
  }
}
@media screen and (max-width: 767px) {
  .bg_nami_footer::before {
    height: 56px;
  }
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

.box {
  background-color: #fffbfa;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) calc(100% - 1px), #e9ebea calc(100% - 1px)), linear-gradient(90deg, rgba(255, 255, 255, 0) calc(100% - 1px), #e9ebea calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 3.75rem 3.125rem;
}
@media screen and (max-width: 1200px) {
  .box {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .box {
    background: none;
    padding: 0;
  }
}

.btn_wrap_center {
  text-align: center;
  font-size: 0;
}

.btn_wrap {
  display: inline-block;
  font-size: 0;
}

.btn_wrap_100 {
  width: 100%;
  display: inline-block;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .btn_wrap_100 {
    -webkit-transform: translateY(36px);
            transform: translateY(36px);
  }
}

a.btn {
  color: #fff;
  position: relative;
  background: #29333B;
  border-radius: 50px;
  border: solid 1px #29333B;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 300px;
  height: 75px;
  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: auto;
}
@media screen and (max-width: 1200px) {
  a.btn {
    width: 230.7692307692px;
    height: 57.6923076923px;
  }
}
a.btn > span {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  a.btn > span {
    font-size: 1rem;
  }
}
a.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1rem;
  width: 15px;
  height: 12px;
  background-color: #fff;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 12.5"><g id="_レイアウト"><path class="cls-1" d="m0,6.25c0-.35.28-.62.62-.62h13.75c.35,0,.62.28.62.62s-.28.63-.62.63H.62c-.35,0-.62-.28-.62-.63Z"/><path class="cls-1" d="m8.31.18c.24-.24.64-.24.88,0l5.62,5.63c.24.24.24.64,0,.88l-5.62,5.62c-.24.24-.64.24-.88,0s-.24-.64,0-.88l5.18-5.18L8.31,1.07c-.24-.24-.24-.64,0-.88Z"/></g></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg id="_レイヤー_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 12.5"><g id="_レイアウト"><path class="cls-1" d="m0,6.25c0-.35.28-.62.62-.62h13.75c.35,0,.62.28.62.62s-.28.63-.62.63H.62c-.35,0-.62-.28-.62-.63Z"/><path class="cls-1" d="m8.31.18c.24-.24.64-.24.88,0l5.62,5.63c.24.24.24.64,0,.88l-5.62,5.62c-.24.24-.64.24-.88,0s-.24-.64,0-.88l5.18-5.18L8.31,1.07c-.24-.24-.24-.64,0-.88Z"/></g></svg>');
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  a.btn::after {
    width: 11.5384615385px;
    height: 9.2307692308px;
  }
}
a.btn:hover {
  background: #fff;
  color: #29333B;
}
a.btn:hover::after {
  background-color: #29333B;
}
a.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 90px;
  border-radius: 60px;
  background-color: #29333B;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  a.contact_btn {
    width: 200px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  a.contact_btn {
    height: 80px;
    width: 100%;
    border-radius: 0;
  }
}
a.contact_btn > span {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 60px;
}
@media screen and (max-width: 1200px) {
  a.contact_btn > span {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  a.contact_btn > span {
    font-size: 0.8rem;
    padding-left: 0;
    padding-top: 25px;
  }
}
a.contact_btn > span::before {
  position: absolute;
  content: "";
  width: 43px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_contact.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  a.contact_btn > span::before {
    width: 21.5px;
    height: 15px;
  }
}
@media screen and (max-width: 767px) {
  a.contact_btn > span::before {
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 21.5px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) {
  a.contact_btn:hover {
    opacity: 0.7;
  }
}
a.contact_tel_btn {
  width: 100%;
  height: 60px;
  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;
  background-color: #B23E73;
  color: #fff;
}
@media screen and (max-width: 767px) {
  a.contact_tel_btn {
    height: 80px;
  }
}
a.contact_tel_btn > span {
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-top: 22px;
  font-size: 0.8rem;
}
a.contact_tel_btn > span::before {
  position: absolute;
  content: "";
  width: 13.0769230769px;
  height: 23.0769230769px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/icon_sp.svg) no-repeat center/contain;
}
a.btn_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 140px;
  border-radius: 70px;
  background-color: #B23E73;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #B23E73;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.btn_l {
    height: auto;
    border-radius: 0;
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  a.btn_l::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -18px;
    border: 18px solid transparent;
    border-top: 18px solid #B23E73;
  }
}
a.btn_l::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 34px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url(../images/arrow_contact.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  a.btn_l::after {
    width: 30.7692307692px;
    height: 26.1538461538px;
  }
}
@media screen and (max-width: 767px) {
  a.btn_l::after {
    display: none;
  }
}
a.btn_l .txt {
  color: #fff;
  font-weight: bold;
  font-size: 1.6vw;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  a.btn_l .txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  a.btn_l .txt {
    font-size: 1.1rem;
  }
}
a.btn_l .txt .txt_s {
  font-size: 1vw;
}
@media screen and (max-width: 1200px) {
  a.btn_l .txt .txt_s {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  a.btn_l .txt .txt_s {
    font-size: 0.9rem;
  }
}
a.btn_l:hover {
  background-color: #fff;
}
a.btn_l:hover::after {
  background: url(../images/arrow_contact_red.svg) no-repeat center/contain;
}
a.btn_l:hover .txt {
  color: #B23E73;
}

.map {
  position: relative;
  overflow: hidden;
}
.map::before {
  content: "";
  display: block;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map::before {
    height: 100vw;
  }
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
}

a.link_map {
  font-family: "Lato", sans-serif;
  font-size: 0.93vw;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  a.link_map {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  a.link_map {
    font-size: 0.8rem;
  }
}
a.link_map::before {
  content: "";
  width: 30px;
  height: 41px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_access.svg) no-repeat bottom center/contain;
}
a.link_map:hover {
  opacity: 0.8;
}

.txt_18 {
  font-size: 0.93vw;
}
@media screen and (max-width: 1200px) {
  .txt_18 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .txt_18 {
    font-size: 0.8rem;
  }
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.table_contact {
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .table_contact {
    margin-bottom: 1em;
  }
}
.table_contact tr th {
  padding: 20px 1em 10px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
  font-size: 1em;
}
@media screen and (max-width: 1200px) {
  .table_contact tr th {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .table_contact tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
  }
}
.table_contact tr th .required {
  background-color: #29333B;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
}
@media screen and (max-width: 1500px) {
  .table_contact tr th .required {
    font-size: 0.7rem;
  }
}
.table_contact tr td {
  width: 70%;
  padding: 10px 0;
  text-align: left;
  font-size: 1em;
}
@media screen and (max-width: 1200px) {
  .table_contact tr td {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .table_contact tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1rem;
  border-radius: 0;
  border: solid 1px #414141;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  input, textarea, select {
    padding: 1.3rem 1rem;
  }
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input.text_s {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input.text_s {
    width: 35% !important;
  }
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  padding: 1.2em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #B23E73;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #29333B;
  margin-top: 1.5em;
}

.required {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #29333B;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.policy_p {
  text-align: center;
  font-size: 0.9375em;
  margin-bottom: 50px;
}
.policy_p input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 1rem;
}

/*確認画面　非表示項目用*/
.mw_wp_form_confirm .input-show {
  display: none;
}

.m0 {
  margin-bottom: 0;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

.m200 {
  margin-bottom: 12.5rem;
}

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

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.fade-in,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fade-in,
  .fade-in-left,
  .fade-in-right {
    opacity: 1;
  }
}

.anm-fade-in {
  -webkit-animation: anm-fade-in 1.5s ease-in-out forwards;
          animation: anm-fade-in 1.5s ease-in-out forwards;
}

.anm-fade-in-left {
  -webkit-animation: anm-fade-in-left 2s ease-in-out forwards;
          animation: anm-fade-in-left 2s ease-in-out forwards;
}

.anm-fade-in-right {
  -webkit-animation: anm-fade-in-right 2s ease-in-out forwards;
          animation: anm-fade-in-right 2s ease-in-out forwards;
}

@-webkit-keyframes anm-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes anm-fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes anm-fade-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes anm-fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes anm-fade-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.an_brightness {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

.anm-brightness {
  -webkit-animation: anm-brightness 1s 0.2s ease-in-out forwards;
          animation: anm-brightness 1s 0.2s ease-in-out forwards;
}

@-webkit-keyframes anm-brightness {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  100% {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
}

@keyframes anm-brightness {
  0% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  100% {
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
}
.swiper_all_parent {
  position: relative;
  padding: 0 20px;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .swiper_all_parent {
    padding-bottom: 1rem;
  }
}

.swiper_hearts {
  padding-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .swiper_hearts {
    padding-top: 2rem !important;
  }
}

.heart_box .ttl {
  font-size: 2.25rem;
  padding-left: 120px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .heart_box .ttl {
    font-size: 2rem;
    padding-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  .heart_box .ttl {
    font-size: 1.7rem;
    padding-bottom: 0.5rem;
  }
}
.heart_box .ttl::before {
  position: absolute;
  content: "";
  width: 96px;
  height: 111px;
  bottom: 0;
  left: 0;
  background: url(../images/icon_clover.svg) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .heart_box .ttl::before {
    width: 73.8461538462px;
    height: 85.3846153846px;
  }
}
.heart_box .ttl::after {
  position: absolute;
  content: "";
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(85%, -70%);
          transform: translate(85%, -70%);
}
@media screen and (max-width: 1200px) {
  .heart_box .ttl::after {
    font-size: 1.4rem;
  }
}
.heart_box .ttl_1::after {
  content: "01";
}
.heart_box .ttl_2::after {
  content: "02";
}
.heart_box .ttl_3::after {
  content: "03";
}
.heart_box .ttl_4::after {
  content: "04";
}
.heart_box .ttl_5::after {
  content: "05";
}
.heart_box .ttl_6::after {
  content: "06";
}
.heart_box .ttl_7::after {
  content: "07";
}
.heart_box .img_wrap {
  margin-bottom: 1.5rem;
  position: relative;
}
.heart_box .img_wrap img {
  width: 100%;
  border-radius: 30px;
}
.heart_box .img_wrap::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 104px;
}
@media screen and (max-width: 1200px) {
  .heart_box .img_wrap::after {
    width: 62.5px;
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .heart_box .img_wrap::after {
    width: 62.5px;
    height: 65px;
  }
}
.heart_box .img_wrap_1::after {
  top: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/dec_dot_triangle.svg) no-repeat center/contain;
}
.heart_box .img_wrap_2::after {
  top: 0;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../images/dec_dot_square.svg) no-repeat center/contain;
}
.heart_box .img_wrap_3::after {
  top: 0;
  right: 0;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  background: url(../images/dec_circle_2.svg) no-repeat center/contain;
}

.swiper-button-prev,
.swiper-button-next {
  height: 80px !important;
  width: 80px !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 60px !important;
    width: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 48px !important;
    width: 48px !important;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  height: 80px !important;
  width: 80px !important;
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 60px !important;
    width: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 48px !important;
    width: 48px !important;
  }
}

.swiper-button-prev:after {
  background-image: url(../images/right-arrow-circle.svg) !important;
  background-size: contain !important;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.swiper-button-next:after {
  background-image: url(../images/right-arrow-circle.svg) !important;
  background-size: contain !important;
}

.swiper-button-next:after {
  position: absolute !important;
  right: -20px !important;
}

.swiper-button-prev:after {
  position: absolute !important;
  left: -20px !important;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: 0 !important;
  left: 20px !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    left: 0 !important;
  }
}

.swiper-pagination-bullet {
  border-radius: inherit !important;
  margin: 0 !important;
  width: 144px !important;
  height: 3px !important;
  background: #29333B !important;
  opacity: 0.19 !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 33.3333333333% !important;
  }
}

.swiper-pagination-bullet-active {
  background: #29333B !important;
  opacity: 1 !important;
}