@charset "UTF-8";
/* body */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  background-color: #fff;
}

ul {
  list-style-type: none;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 2.4;
}
@media screen and (max-width: 480px) {
  p {
    font-size: 16px;
  }
}

.smarty_tab {
  display: none;
}
@media screen and (max-width: 821px) {
  .smarty_tab {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .smarty_tab {
    display: none;
  }
}

.smarty {
  display: none;
}
@media screen and (max-width: 480px) {
  .smarty {
    display: block;
  }
}

.linear_color {
  line-height: 1.4em;
  background: linear-gradient(transparent 0%, #ffffff 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.yen {
  font-size: 1.2rem;
  font-weight: bold;
}

.info_area__tag {
  background-color: #294f91;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  margin-right: 0.5rem;
}

.tag_active {
  background-color: #E6E6E6;
  color: #333333;
  font-weight: bold;
}

.tag_font {
  color: #333333;
  font-weight: bold;
}

/* header */
.luxbar-item {
  margin: 1.2rem 1rem 0;
}
.luxbar-item:first-child {
  margin-left: 0;
}
.luxbar-item a {
  color: #fff;
  opacity: 1;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.luxbar-item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.luxbar-item a:hover::after {
  transform: scale(1, 1);
}
.luxbar-item .menu_active {
  color: #333;
  opacity: 1;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.luxbar-item .menu_active::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.luxbar-item .menu_active:hover::after {
  transform: scale(1, 1);
}
.luxbar-item .menu_not_active {
  display: none;
}
@media screen and (max-width: 821px) {
  .luxbar-item .menu_not_active {
    display: block;
    color: #333;
  }
}

#luxbar .bg_active {
  background-color: #294f91;
  color: #fff;
}
@media screen and (max-width: 821px) {
  #luxbar .bg_not_active {
    background-color: #fff;
  }
}

.luxbar-menu-material-indigo .luxbar-hamburger .menu_active {
  background-color: #333;
}
.luxbar-menu-material-indigo .luxbar-hamburger .menu_active::before {
  background-color: #333;
}
.luxbar-menu-material-indigo .luxbar-hamburger .menu_active::after {
  background-color: #333;
}

#logo {
  margin: 1rem 0 0 0.5rem;
}
#logo img {
  width: 170px;
  height: 50px;
  margin-top: -12px;
}
@media screen and (max-width: 821px) {
  #logo {
    margin: 0.88rem 0 0;
    position: absolute;
    top: 2px;
    left: 39%;
    z-index: 10;
  }
}
@media screen and (max-width: 480px) {
  #logo {
    margin: 0.88rem 0 0;
    position: absolute;
    top: 2px;
    left: 30%;
    z-index: 10;
  }
}
#logo .logo_active {
  display: block;
}
#logo .logo_not_active {
  display: none;
}

/* パンくずリスト */
.bread_wrapper {
  margin-top: 3.7rem;
}
.bread_wrapper .breadcrumb {
  background-color: #f7f7f7;
}
@media screen and (max-width: 821px) {
  .bread_wrapper .breadcrumb {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .bread_wrapper .breadcrumb li {
    display: inline;
    flex: 0 0 40%;
  }
}

/* page_header*/
#page_title {
  height: 190px;
  padding-top: 2rem;
}
@media screen and (max-width: 821px) {
  #page_title {
    height: 165px;
    padding-top: 3.5rem;
  }
}
#page_title h1 {
  padding-top: 2.5rem;
  color: #333333;
}
@media screen and (max-width: 821px) {
  #page_title h1 {
    padding-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  #page_title h1 {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 821px) {
  #page_title p {
    font-size: 1rem;
    font-weight: bold;
  }
}

/* subtitle */
.subtitle {
  color: #333333;
}
@media screen and (max-width: 480px) {
  .subtitle {
    font-size: 1.5rem;
  }
}
.subtitle span {
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .subtitle span {
    font-size: 0.85rem;
  }
}

/* footer */
.footer {
  background-color: #294f91;
  padding: 1.5rem 0.5rem 0;
}
.footer ul {
  padding: 0;
}
.footer .footer_menu__item li {
  padding-bottom: 1rem;
}
.footer .footer_menu__item li a {
  color: #fff;
  opacity: 1;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer .footer_menu__item li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -4px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.footer .footer_menu__item li a:hover::after {
  transform: scale(1, 1);
}
.footer #footer_logo {
  margin-top: 1.88rem;
  font-family: "Montserrat", sans-serif;
}
.footer #footer_logo img {
  display: inline-block;
  margin-right: 0.5rem;
}
.footer .footer_icon li {
  margin: 1rem 1.3rem 0;
}
.footer .footer_icon img {
  width: 30px;
}
.footer .copyright {
  color: #fff;
}

/* ページスクロール */
.scroll_fade {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ページトップに戻る */
#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page_top img {
  width: 24px;
}
#page_top a {
  background: #294f91;
  text-decoration: none;
  color: #fff;
  width: 45px;
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 90px;
  transition: all 0.3s ease;
}
#page_top:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*area_common*/
#about_area,
#contact_area,
#create_area,
#how_area,
#info_area,
#price_area,
#record_area,
#worry_area {
  padding: 2rem 0;
}
@media screen and (max-width: 480px) {
  #about_area,
#contact_area,
#create_area,
#how_area,
#info_area,
#price_area,
#record_area,
#worry_area {
    padding: 0;
  }
}

.area_title {
  font-size: 2.3rem;
  color: #333333;
  text-align: center;
  margin: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 821px) {
  .area_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .area_title {
    margin: 1rem 0 3rem 0;
    padding-top: 2rem;
    font-size: 1.35rem;
  }
}

.area_detail_button {
  position: relative;
  display: inline-block;
  z-index: 1;
  border: #294f91 solid 2px;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 0.5rem 5.5rem;
  color: #294f91;
  transition: 0.3s;
  cursor: pointer;
}
.area_detail_button:hover {
  color: #fff;
}
.area_detail_button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: #294f91;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.area_detail_button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.area_disc {
  font-size: 1.15rem;
  color: #333333;
  word-wrap: break-word;
  line-height: 2.2;
}
.area_disc svg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 821px) {
  .area_disc {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .area_disc {
    font-size: 0.9rem;
  }
  .area_disc svg {
    width: 17px;
    height: 17px;
  }
}

.area_img img {
  max-width: 80%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1080px) {
  .area_img img {
    max-width: 45%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 821px) {
  .area_img img {
    max-width: 70%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .area_img img {
    max-width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 821px) {
  .area_img .area_img_logo {
    max-width: 45%;
    margin-bottom: 2rem;
  }
}

.area_flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 821px) {
  .area_flex {
    flex-wrap: wrap;
  }
}
.area_flex .area_item_disc {
  width: 60%;
}
@media screen and (max-width: 821px) {
  .area_flex .area_item_disc {
    width: 100%;
  }
}
.area_flex .area_item_img {
  width: 40%;
}
.area_flex .area_item_img svg {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 821px) {
  .area_flex .area_item_img {
    width: 100%;
  }
}
.area_flex .area_item_img p {
  font-size: 1.15rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .area_flex .area_item_img img {
    max-width: 100%;
  }
  .area_flex .area_item_img svg {
    width: 17px;
    height: 17px;
  }
}

.area_item {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  align-items: center;
}
.area_item .area_item_disc {
  width: 60%;
}
@media screen and (max-width: 821px) {
  .area_item .area_item_disc {
    width: 100%;
  }
}
.area_item .area_item_disc h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .area_item .area_item_disc h3 {
    font-size: 1.05rem;
  }
}
.area_item .area_item_img {
  width: 40%;
}
@media screen and (max-width: 821px) {
  .area_item .area_item_img {
    width: 100%;
  }
}
.area_item .area_item_img p {
  font-size: 1.15rem;
  text-align: center;
  font-weight: bold;
}
.area_item .area_item_img img {
  padding-right: 1.5rem;
  max-width: 80%;
}
@media screen and (max-width: 480px) {
  .area_item .area_item_img img {
    max-width: 100%;
    padding: 0;
  }
}

.disc_bg {
  padding-top: 2rem;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .disc_bg {
    padding: 0;
  }
}

/* main_area */
#main_area {
  position: relative;
}
@media screen and (max-width: 480px) {
  #main_area {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
#main_area .main_text_area {
  position: absolute;
  z-index: 10;
  top: 11%;
  left: 2%;
}
#main_area .main_text_area h1 {
  width: 650px;
  font-size: 2.8rem;
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area h1 {
    width: 340px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_text_area h1 {
    width: 95%;
    font-size: 1.2rem;
  }
}
#main_area .main_text_area h2 {
  width: 700px;
  font-size: 2.2rem;
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area h2 {
    width: 385px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_text_area h2 {
    width: 97%;
    font-size: 1rem;
  }
}
#main_area .main_text_area .main_text_bg, #main_area .main_text_area .main_text_bg2 {
  margin-bottom: 1rem;
  font-weight: bolder;
  color: #333;
  background-color: #E6E6E6;
  margin-left: -2.5rem;
  padding: 0.7rem 0.7rem 0.7rem 2.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area .main_text_bg, #main_area .main_text_area .main_text_bg2 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_text_area .main_text_bg, #main_area .main_text_area .main_text_bg2 {
    margin-left: 0rem;
    padding: 0.7rem 0.7rem 0.7rem 0.8rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%);
  }
}
#main_area .main_text_area .main_text_bg2 {
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area .main_text_bg2 {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_text_area .main_text_bg2 {
    margin-left: 0rem;
    padding: 0.7rem 0.7rem 0.7rem 0.8rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
#main_area .main_text_area .main_text_big {
  font-size: 3.8rem;
  font-style: italic;
  margin-right: 0.5rem;
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area .main_text_big {
    font-size: 2rem;
    margin-right: 0.2rem;
  }
}
#main_area .main_text_area .main_text_big .big_space {
  margin-left: 2rem;
}
#main_area .main_text_area .main_text_speciality {
  margin-left: -2.5rem;
}
#main_area .main_text_area .main_text_speciality img {
  width: 450px;
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area .main_text_speciality img {
    width: 350px;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_text_area .main_text_speciality img {
    width: 80%;
  }
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area .main_text_speciality {
    margin-bottom: 0.5rem;
  }
}
#main_area .main_text_area .main_text_sub {
  color: #333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area .main_text_sub {
    font-size: 1rem;
  }
}
#main_area .main_text_area .main_text_disc {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area .main_text_disc {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
}
#main_area .main_text_area .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#main_area .main_text_area .delay_time01 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#main_area .main_text_area .delay_time02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#main_area .main_text_area .delay_time03 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media screen and (max-width: 821px) {
  #main_area .main_text_area {
    top: 15%;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_text_area {
    position: static;
    padding-top: 0.5rem;
  }
  #main_area .main_text_area h1 {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    padding: 0.8rem;
  }
  #main_area .main_text_area p {
    margin-bottom: 0;
    font-size: 0.9rem;
    padding: 0 0.8rem;
    color: #333;
  }
  #main_area .main_text_area .main_contact {
    text-align: center;
  }
}
#main_area .main_area_box {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}
#main_area .main_area_box .main_area_box__item {
  position: relative;
  margin-left: -15px;
}
@media screen and (max-width: 480px) {
  #main_area .main_area_box .main_area_box__item {
    width: 50%;
    margin-left: 0;
  }
}
#main_area .main_area_box .main_area_box__item img {
  width: 160px;
  margin: 0 0.5rem;
}
@media screen and (max-width: 821px) {
  #main_area .main_area_box .main_area_box__item img {
    max-width: 95px;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_area_box .main_area_box__item img {
    max-width: 80%;
  }
}
#main_area .main_area_box .main_area_box__item .main_area_box__item_name {
  color: #fff;
  position: absolute;
  font-size: 1.2rem;
  font-weight: normal;
  top: 38%;
  left: 8.8%;
}
@media screen and (max-width: 821px) {
  #main_area .main_area_box .main_area_box__item .main_area_box__item_name {
    font-size: 0.88rem;
    left: 9.8%;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_area_box .main_area_box__item .main_area_box__item_name {
    margin-bottom: 0;
    font-size: 1.2rem;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_area_box {
    flex-wrap: nowrap;
  }
}
#main_area .main_img {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
#main_area .main_img .main_swiper {
  height: 100vh;
}
@media screen and (max-width: 821px) {
  #main_area .main_img .main_swiper {
    height: auto;
    margin: 0;
  }
}
#main_area .main_img .main_swiper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(60% 0, 100% 0%, 100% 100%, calc(60vw - 30%) 100%);
          clip-path: polygon(60% 0, 100% 0%, 100% 100%, calc(60vw - 30%) 100%);
}
@media screen and (max-width: 821px) {
  #main_area .main_img .main_swiper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 2vw 3vw;
       object-position: 2vw 3vw;
    -webkit-clip-path: polygon(60% 0, 100% 0%, 100% 100%, calc(60vw - 30%) 100%);
            clip-path: polygon(60% 0, 100% 0%, 100% 100%, calc(60vw - 30%) 100%);
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_img .main_swiper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0 0;
       object-position: 0 0;
    -webkit-clip-path: none;
            clip-path: none;
    padding-top: 2rem;
  }
}
#main_area .main_contact_btn {
  position: relative;
  display: inline-block;
  z-index: 1;
  border: #333333 solid 2px;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 0.5rem 3rem;
  color: #fff;
  background-color: #333333;
  transition: 0.3s;
  cursor: pointer;
}
#main_area .main_contact_btn:hover {
  color: #fff;
}
@media screen and (max-width: 821px) {
  #main_area .main_contact_btn {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #main_area .main_contact_btn {
    display: block;
    margin: 1rem;
  }
}

/* how_area */
#how_area {
  background-color: #f7f7f7;
}

/*　ad_area */
.ad_area {
  margin: 2rem 0;
  padding: 4rem;
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgb(0, 84, 166) 0%, rgb(132, 189, 201) 90%);
}
@media screen and (max-width: 821px) {
  .ad_area {
    padding: 2rem;
  }
  .ad_area h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .ad_area {
    padding: 1.5rem;
  }
  .ad_area h2 {
    font-size: 1.5rem;
  }
}
.ad_area span {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .ad_area span {
    font-size: 1.2rem;
  }
}
.ad_area h2 {
  font-size: 1.7rem;
}
@media screen and (max-width: 480px) {
  .ad_area h2 {
    font-size: 1.4rem;
  }
}
.ad_area .ad_area_contact_btn {
  display: inline-block;
  border: #333333 solid 2px;
  border-radius: 5px;
  margin-top: 2rem;
  padding: 0.5rem 3rem;
  color: #fff;
  background-color: #333333;
  transition: 0.3s;
  cursor: pointer;
}
.ad_area .ad_area_contact_btn:hover {
  color: #fff;
}

/* price area */
@media screen and (max-width: 745px) {
  #price_area .price_area__wrapper {
    max-width: 100%;
  }
}
#price_area .price_area__item {
  max-width: 520px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 821px) {
  #price_area .price_area__item {
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 745px) {
  #price_area .price_area__item {
    max-width: 100%;
  }
}
#price_area .price_area__item h5 {
  color: #294f91;
}
#price_area .price_area__item img {
  max-width: 100%;
}
#price_area .price_area__item p {
  color: #294f91;
}
#price_area .price_area__item .item_detail_button {
  position: relative;
  display: inline-block;
  z-index: 1;
  border: #294f91 solid 2px;
  border-radius: 5px;
  padding: 0.4rem 3.5rem;
  color: #294f91;
  transition: 0.3s;
  cursor: pointer;
}
#price_area .price_area__item .item_detail_button:hover {
  color: #fff;
}
#price_area .price_area__item .item_detail_button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: #294f91;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#price_area .price_area__item .item_detail_button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#price_area .price_area__item .card_plan {
  padding-top: 0.5rem;
}
#price_area .price_area__item .bg_basic {
  color: #fff;
  background-image: linear-gradient(89.5deg, rgb(173, 51, 33) 19%, rgb(255, 116, 2) 80%);
}
#price_area .price_area__item .bg_standard {
  position: relative;
  color: #fff;
  background-image: radial-gradient(circle farthest-corner at 50.3% 44.5%, rgb(116, 147, 179) 0%, rgb(62, 83, 104) 100.2%);
}
#price_area .price_area__item .bg_standard .recomend_box {
  position: absolute;
  top: -35px;
  left: -15px;
}
#price_area .price_area__item .bg_standard .recomend_box .recomend {
  width: 80px;
}
#price_area .price_area__item .bg_special {
  color: #fff;
  background-image: linear-gradient(109.6deg, rgb(202, 168, 70) 11.2%, rgb(242, 209, 113) 91.1%);
}
#price_area .price_area__item .card-text {
  font-size: 1rem;
  color: #333333;
}
#price_area .card_box {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
}
@media screen and (max-width: 821px) {
  #price_area .card_box {
    gap: 0 16px;
  }
}
@media screen and (max-width: 480px) {
  #price_area .card_box {
    justify-content: space-between;
  }
  #price_area .card_box::before {
    content: "";
    display: block;
    width: calc((91% - 3rem) / 4);
    order: 1;
  }
  #price_area .card_box::after {
    content: "";
    display: block;
    width: calc((70% - 3rem) / 4);
    margin-right: 1rem;
  }
}
#price_area .card_box .card_box__item {
  max-width: 20%;
}
@media screen and (max-width: 821px) {
  #price_area .card_box .card_box__item {
    max-width: 21%;
  }
}
@media screen and (max-width: 745px) {
  #price_area .card_box .card_box__item {
    max-width: 10%;
  }
}
@media screen and (max-width: 480px) {
  #price_area .card_box .card_box__item {
    max-width: 21%;
  }
}
#price_area .card_box .card_box__item p {
  color: #333333;
  font-size: 0.6rem;
  text-align: center;
}
#price_area .card_box .card_box__item img {
  width: 60px;
  height: 60px;
  margin-bottom: 0.8rem;
}

.flow {
  padding-left: 120px;
  position: relative;
  margin-bottom: 4rem;
}
.flow .fadeUp2 {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.flow dd {
  font-size: 1.15rem;
}
@media screen and (max-width: 480px) {
  .flow dd {
    font-size: 1rem;
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.flow .dt_1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.flow .dt_2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.flow .dt_3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.flow .dt_4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.flow .dt_5 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}

.flow > li {
  position: relative;
}

.flow > li:not(:last-child) {
  margin-bottom: 6vh;
}

.flow > li .icon {
  font-size: 17px;
  color: #fff;
  background-image: linear-gradient(180.2deg, rgb(128, 174, 248) 14.1%, rgb(50, 118, 227) 77%);
  background-image: -webkit-linear-gradient(180.2deg, rgb(41, 79, 145) 14.1%, rgb(41, 79, 145) 77%);
  padding: 13px 20px 7px 20px;
  display: block;
  position: absolute;
  top: -27px;
  left: -110px;
  z-index: 100;
  border-radius: 50px;
}

.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 7px 0 4px 17px;
  border-color: transparent transparent transparent rgb(41, 79, 145);
  position: absolute;
  top: 50%;
  left: 98%;
  transform: translateY(-50%);
}

.flow > li dl {
  padding-left: 70px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .flow > li dl {
    padding-left: 24px;
  }
}

.flow > li dl::after,
.flow > li dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #395181;
  border-radius: 50%;
  left: -4px;
}

.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
@media screen and (max-width: 480px) {
  .flow > li dl::after {
    width: 10px;
  }
}

.flow > li dl dt {
  font-size: 1.55rem;
  font-weight: 600;
  color: #24324f;
  margin-bottom: 1vh;
}
@media screen and (max-width: 480px) {
  .flow > li dl dt {
    font-size: 1.2rem;
  }
}

.icon_big {
  font-size: 36px;
  font-style: italic;
  line-height: 1;
  margin-right: 4px;
}

/* record_area */
#record_area .border_none {
  border: none;
}
#record_area .swiper-wrapper {
  transition-timing-function: linear;
}
#record_area .swiper-slide picture > img {
  width: 100%;
  height: auto;
}

/* faq_area */
#faq_area .faq_list .faq_item {
  background-color: #f8f8f8;
  border-radius: 6px;
  position: relative;
  padding: 2rem 1rem;
}
@media screen and (max-width: 480px) {
  #faq_area .faq_list .faq_item {
    padding: 1rem 4rem 1rem 1rem;
  }
}
#faq_area .faq_list .faq_item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 14px;
  display: block;
  color: #294F91;
  border: 1px solid;
  transform: translate(50%, -50%);
}
#faq_area .faq_list .faq_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  height: 14px;
  display: block;
  color: #294F91;
  border: 1px solid;
  transform: translate(50%, -50%);
}
#faq_area .faq_list .faq_item .faq_question {
  color: #294F91;
}
#faq_area .faq_list .faq_item .faq_answer {
  font-weight: bold;
  margin-top: 1.5rem;
  display: none;
  padding-right: 2rem;
}
@media screen and (max-width: 480px) {
  #faq_area .faq_list .faq_item .faq_answer {
    padding-right: 0;
  }
}
#faq_area .faq_list .faq_item .faq_answer p {
  font-size: 16px;
}
#faq_area .faq_list .accordion {
  cursor: pointer;
}
#faq_area .faq_list .open_answer {
  display: block;
}
#faq_area .faq_list .open_answer::after {
  content: none;
}

/* info_area */
#info_area ul {
  padding: 0;
}
#info_area li {
  border-bottom: 1px solid #eee;
  padding: 0.5rem 2rem 2rem;
}
#info_area li:first-child {
  border-top: 1px solid #eee;
}
#info_area a:hover {
  opacity: 0.8;
}
#info_area .data_box__item {
  margin-top: 1.5rem;
}
#info_area .data_box__item .info_area__head {
  display: inline-block;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 480px) {
  #info_area .data_box__item .info_area__head {
    display: block;
  }
}

/* contact area */
#contact_area label {
  color: #333333;
}
#contact_area .contact_require {
  color: #f00000;
}

.webp .about_head {
  background-image: url("../img/about_header.webp");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp .about_head {
  background-image: url("../img/about_header.jpg");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.webp .contact_head {
  background-image: url("../img/contact_header.webp");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp .contact_head {
  background-image: url("../img/contact_header.jpg");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.webp .price_head {
  background-image: url("../img/price_header.webp");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp .price_head {
  background-image: url("../img/price_header.jpg");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.design_title {
  color: #333333;
  font-weight: bold;
  font-size: 1.2rem;
}

.design_box {
  max-width: 520px;
}
.design_box .design_box__img {
  margin-bottom: 1rem;
}
.design_box .design_box__img img {
  max-width: 100%;
}
.design_box .design_box__text {
  margin-bottom: 1rem;
  color: #333333;
}
.design_box .design_box__text p {
  font-size: 1rem;
}

.box_btn {
  color: #fff;
  background-color: #294F91;
}
.box_btn:hover {
  color: #ffffff;
  background-color: #637daa;
}

.coming_soon {
  opacity: 0.5;
  pointer-events: none;
}

.caution {
  font-size: 0.95rem;
  margin-bottom: 0;
}

.thead_bg {
  background-color: #294f91;
  color: #fff;
}
.thead_bg th {
  font-weight: 300;
}

.table th {
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .table th {
    padding: 0.5rem;
  }
}
.table td {
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .table td {
    padding: 0.5rem;
  }
}

.th_base_color {
  background-color: rgb(235, 235, 235);
  text-align: center;
}

@media screen and (max-width: 480px) {
  .column_table thead th {
    display: none;
  }
  .column_table tbody th {
    text-align: center;
    color: #fff;
    background-color: #294f91;
    font-weight: 300;
    display: block;
    width: 100%;
  }
  .column_table .th_base_color {
    color: #333;
    background-color: rgb(235, 235, 235);
    font-weight: bold;
  }
  .column_table td {
    display: block;
    width: 100%;
  }
  .column_table td[data-title]::before {
    color: #333;
    content: attr(data-title) " :";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
}
.create_head h1,
.create_head p {
  text-shadow: 2px 4px 10px rgba(255, 255, 255, 0.4);
}

.webp .create_head {
  background-image: url("../img/create_header.webp");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp .create_head {
  background-image: url("../img/create_header.jpg");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* page_contents */
.create_flow {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 30px;
  padding: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 821px) {
  .create_flow {
    flex-wrap: wrap;
    padding: 0;
    gap: 1rem;
  }
}
.create_flow:nth-child(odd) {
  flex-direction: row-reverse;
}
.create_flow .create_flow__img {
  margin-bottom: 1rem;
}
@media screen and (max-width: 821px) {
  .create_flow .create_flow__img {
    width: 100%;
  }
}
.create_flow .create_flow__img img {
  width: 350px;
  border-radius: 8px;
}
@media screen and (max-width: 821px) {
  .create_flow .create_flow__img img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .create_flow .create_flow__img img {
    width: 100%;
  }
}
.create_flow .create_flow__text {
  margin-bottom: 1rem;
  color: #333333;
}
.create_flow .create_flow__text .flow_title {
  color: #333333;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #294F91;
  font-weight: bold;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .create_flow .create_flow__text .flow_title {
    font-size: 1.2rem;
  }
}

.webp .company_head {
  background-image: url("../img/company_header.webp");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp .company_head {
  background-image: url("../img/company_header.jpg");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.webp .price_head {
  background-image: url("../img/record_header.webp");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp .price_head {
  background-image: url("../img/record_header.jpg");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.record_design_title {
  color: #333333;
  font-weight: bold;
  font-size: 1.2rem;
}

.record_design_box {
  margin: 2rem 0;
}
.record_design_box .record_design_box__img {
  margin-bottom: 1rem;
}
.record_design_box .record_design_box__img img {
  max-width: 100%;
}
.record_design_box .record_design_box__text {
  margin-bottom: 1rem;
  color: #333333;
}

.webp .info_list_head {
  background-image: url("../img/info_list_header.webp");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-webp .info_list_head {
  background-image: url("../img/info_list_header.jpg");
  background-color: rgba(180, 180, 180, 0.8);
  background-blend-mode: screen;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.card-text {
  font-size: 16px;
}

.navigation, pagination {
  display: block;
  text-align: center;
}
.navigation .page-numbers, pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 12px;
  color: #333;
  border-radius: 3px;
  box-shadow: 0 3px 3px #999;
  background: #fff;
}
.navigation .current, pagination .current {
  background: #294F91;
  color: #fff;
}
.navigation .prev, .navigation .next, pagination .prev, pagination .next {
  background: transparent;
  box-shadow: none;
  color: #333;
}
.navigation .dots, pagination .dots {
  background: transparent;
  box-shadow: none;
}

.single_wrapper {
  max-width: 800px;
}
.single_wrapper .single_title {
  color: #294f91;
  font-size: 2rem;
  margin: 1rem 0;
}
@media screen and (max-width: 821px) {
  .single_wrapper .single_title {
    font-size: 1.5rem;
  }
}
.single_wrapper .single_thm img {
  max-width: 100%;
}
.single_wrapper .single_content {
  word-wrap: break-word;
  line-height: 2.2;
  margin-top: 1rem;
}

.thanks_page_main {
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 821px) {
  .thanks_page_main h4 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .thanks_page_main h4 {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 821px) {
  .thanks_page_main p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 821px) {
  .thanks_page_main p {
    text-align: left;
  }
}
.thanks_page_main img {
  max-width: 40%;
}
@media screen and (max-width: 821px) {
  .thanks_page_main img {
    max-width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .thanks_page_main img {
    max-width: 80%;
  }
}

#error_page {
  margin-bottom: 50px;
}
@media screen and (max-width: 821px) {
  #error_page {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 821px) {
  .error_main h2 {
    font-size: 1.4rem;
  }
  .error_main p {
    font-size: 1.2rem;
  }
  .error_main img {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .error_main h2 {
    font-size: 1.4rem;
  }
  .error_main p {
    font-size: 1.2rem;
    text-align: left;
  }
  .error_main img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */