@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : service__cranegame.css
 author     : Abilive
 style info : ミニクレーンゲームレンタルサービス
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&display=swap");
.con_message .wrap_nayami, .box_about_crange, .box_merit .box_merit_list, .box_highlight, .box_usage .list_usage, .box_sales_visual, .box_opening_flow .box_list_flow, .box_price, .box_support, .box_three_plan .wrap_three, .box_faq .box_faq_list {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .con_message .wrap_nayami, .box_about_crange, .box_merit .box_merit_list, .box_highlight, .box_usage .list_usage, .box_sales_visual, .box_opening_flow .box_list_flow, .box_price, .box_support, .box_three_plan .wrap_three, .box_faq .box_faq_list {
    width: 93.75%;
    padding: 0;
  }
}

/* font-awesome */
/* 青 */
/* 緑ボタン・基準 */
/* 赤いボタン・マルコ系 */
/* H3見だし・左に■　ビッグサイズです */
.accordion.all {
  color: #fff;
  background: #777;
  padding: 10px;
  cursor: pointer;
  position: relative;
  font-size: 120%;
}
.accordion.all:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-top: solid 7px #000;
  border-bottom-width: 0;
  z-index: 100;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}
.accordion.all.active:after {
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.accordion.all + * .inner {
  padding: 1em;
  border: 1px dotted #999;
  border-top: 0;
  display: block;
}
.accordion.all + * {
  display: none;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
@media print {
  .accordion.sp_only {
    font-weight: bold;
  }
  .accordion.sp_only + * {
    display: block !important;
  }
}
.ie8 .accordion.sp_only {
  font-weight: bold;
}
.ie8 .accordion.sp_only + * {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .accordion.sp_only {
    color: #fff;
    background: #777;
    padding: 10px;
    cursor: pointer;
    position: relative;
    font-size: 120%;
  }
  .accordion.sp_only:after {
    content: '';
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-top: solid 7px #000;
    border-bottom-width: 0;
    z-index: 100;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .accordion.sp_only.active:after {
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .accordion.sp_only + * .inner {
    padding: 1em;
    border: 1px dotted #999;
    border-top: 0;
    display: block;
  }
  .accordion.sp_only + * {
    display: none;
  }
}

/* -----------------------------------------------------------
	common style
----------------------------------------------------------- */
:root {
  --color_orange: #f15a24;
  --color_blue: #0057b6;
  --color_blue_light: #e0eaf6;
}

#contents .con_main-img .box_main .box_main_ttl .box_link .contact > a, .box_usage .box_link .contact > a, .box_price .box_link .contact > a, .box_three_plan .wrap_three .box_link .contact > a {
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

/* Link Button */
img {
  width: 100%;
  height: auto;
}

.ttl_section {
  --fsz: 48;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .ttl_section {
    --fsz: 42;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_section {
    --fsz: 25;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_section {
    line-height: 1.7;
  }
}
.ttl_section > .txt_line_yellow {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fdf14d 0%);
  display: inline;
  color: var(--color_blue);
}

.txt_b {
  --fsz: 16;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .txt_b {
    --fsz: 15;
  }
}

.ttl_24px {
  --fsz: 24;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .ttl_24px {
    --fsz: 19;
  }
}

.ttl_48px {
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .ttl_48px {
    font-size: 24px;
  }
}

.txt_orange {
  color: #f15a24;
}

.ttl_bk .subttl {
  --fsz: 24;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  color: #808080;
  display: inline-block;
  background: #fff;
  padding: .3em 1em;
  margin-bottom: .5em;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .ttl_bk .subttl {
    --fsz: 22;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_bk .subttl {
    --fsz: 18;
  }
}
.ttl_bk .main {
  display: block;
  --fsz: 48;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .ttl_bk .main {
    --fsz: 40;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_bk .main {
    --fsz: 30;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_bk .main {
    font-weight: 800;
  }
}

.ttl_blue_grade.icon {
  padding-top: 4rem;
  margin-bottom: 1.6em;
}
.ttl_blue_grade.icon::before {
  background: url(../service/images/cranegame/ico01.svg) no-repeat 0 0;
  background-size: cover;
  width: 244px;
  height: 46px;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  content: '';
}
@media only screen and (max-width: 767px) {
  .ttl_blue_grade.icon::before {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_blue_grade.icon::before {
    height: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_blue_grade.icon::before {
    top: 5rem;
  }
}
.ttl_blue_grade .sub {
  --fsz: 24;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .ttl_blue_grade .sub {
    --fsz: 20;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_blue_grade .sub {
    --fsz: 18;
  }
}
.ttl_blue_grade .main {
  --fsz: 50;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 800;
  background: linear-gradient(90deg, #329fd7, #0a42ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .ttl_blue_grade .main {
    --fsz: 40;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_blue_grade .main {
    --fsz: 30;
  }
}

.txt32 {
  --fsz: 32;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 800;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .txt32 {
    --fsz: 25;
  }
}
.txt32 > .txt_blue {
  color: var(--color_blue);
}
.txt32 > .txt_small {
  font-size: 75%;
  font-weight: 600;
  display: block;
  margin-top: .6em;
}

.con_highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--color_blue_light);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2.8em 3.2em;
  margin-inline: auto;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_highlight {
    padding: 2.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_highlight {
    padding: 1.6em;
  }
}
@media only screen and (min-width: 768px) {
  .con_highlight {
    width: 87%;
    max-width: 1100px;
    gap: 1.6em;
  }
}
@media print {
  .con_highlight {
    width: 87%;
    max-width: 1100px;
    gap: 1.6em;
  }
}
.ie8 .con_highlight {
  width: 87%;
  max-width: 1100px;
  gap: 1.6em;
}
@media only screen and (max-width: 767px) {
  .con_highlight {
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
  }
}
.con_highlight > .box_txt {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_highlight > .box_txt {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .con_highlight > .box_txt {
    padding-left: 2em;
  }
}
@media print {
  .con_highlight > .box_txt {
    padding-left: 2em;
  }
}
.ie8 .con_highlight > .box_txt {
  padding-left: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_highlight > .box_txt {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .con_highlight > .box_txt {
    padding-bottom: 1.6em;
  }
}
.con_highlight > .box_txt .ttl {
  --fsz: 32;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  color: var(--color_blue);
  font-weight: 800;
  margin-bottom: .8em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_highlight > .box_txt .ttl {
    --fsz: 24;
  }
}
@media only screen and (max-width: 767px) {
  .con_highlight > .box_txt .ttl {
    --fsz: 25;
  }
}
.con_highlight > .box_img {
  max-width: 350px;
  background: #fff;
  border-radius: 12px;
  padding: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_highlight > .box_img {
    width: 250px;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  font-feature-settings: "palt";
  letter-spacing: .08em;
  font-weight: 400;
}
#contents .con_main-img {
  position: relative;
}
#contents .con_main-img .box_main {
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  #contents .con_main-img .box_main {
    display: flex;
    justify-content: center;
  }
}
@media print {
  #contents .con_main-img .box_main {
    display: flex;
    justify-content: center;
  }
}
.ie8 #contents .con_main-img .box_main {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1280px) {
  #contents .con_main-img .box_main {
    padding-top: 5.5vw;
    background: url(../service/images/cranegame/bg_pc.svg) no-repeat bottom center;
    background-size: 100% auto;
    margin-bottom: 5vw;
  }
}
@media print {
  #contents .con_main-img .box_main {
    padding-top: 5.5vw;
    background: url(../service/images/cranegame/bg_pc.svg) no-repeat bottom center;
    background-size: 100% auto;
    margin-bottom: 5vw;
  }
}
.ie8 #contents .con_main-img .box_main {
  padding-top: 5.5vw;
  background: url(../service/images/cranegame/bg_pc.svg) no-repeat bottom center;
  background-size: 100% auto;
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main {
    text-align: center;
    padding: 5em 2em 0;
    background: url(../service/images/cranegame/bg_tab.svg) no-repeat bottom center;
    background-size: 100% auto;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main {
    position: relative;
    text-align: center;
    margin-bottom: 1em;
    background: url(../service/images/cranegame/bg_tab.svg) no-repeat bottom center;
    background-size: auto 100%;
  }
}
#contents .con_main-img .box_main .box_main_img {
  order: 1;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_img {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_img {
    padding-left: 8vw;
  }
}
#contents .con_main-img .box_main .box_main_ttl {
  order: 2;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (min-width: 1280px) {
  #contents .con_main-img .box_main .box_main_ttl {
    padding-top: 4vw;
  }
}
@media print {
  #contents .con_main-img .box_main .box_main_ttl {
    padding-top: 4vw;
  }
}
.ie8 #contents .con_main-img .box_main .box_main_ttl {
  padding-top: 4vw;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl {
    text-align: left;
    padding: 4em 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl {
    width: 86%;
    margin-inline: auto;
    padding: 3em 0;
    text-align: left;
  }
}
#contents .con_main-img .box_main .box_main_ttl h3 {
  line-height: 1.3;
  letter-spacing: .05em;
  white-space: nowrap;
  font-size: 4vw;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl h3 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl h3 {
    font-size: 224%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .view_pc_sp {
    display: none;
  }
}
#contents .con_main-img .box_main .box_main_ttl h3 .sub {
  font-size: 1.5vw;
  font-weight: 400;
  letter-spacing: .02em;
  margin-bottom: 1.8em;
  display: block;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .sub {
    font-size: 2.9vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .sub {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .sub {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .sub {
    margin-bottom: 0.8em;
  }
}
#contents .con_main-img .box_main .box_main_ttl h3 .logo {
  font-size: 1.6vw;
  margin-bottom: .6em;
  display: block;
  height: 1em;
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .logo {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .logo {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .logo {
    margin-left: .2em;
  }
}
#contents .con_main-img .box_main .box_main_ttl h3 .logo > img {
  width: auto;
  height: 100%;
}
#contents .con_main-img .box_main .box_main_ttl h3 .main {
  display: block;
  margin-bottom: 1em;
}
#contents .con_main-img .box_main .box_main_ttl h3 .balloon {
  display: block;
  width: 130px;
  position: absolute;
  right: 22vw;
  top: 7vw;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
    right: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
    top: 10vw;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
    top: 5vw;
  }
}
@media only screen and (min-width: 1650px) {
  #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
    right: 25vw;
    top: 9vw;
  }
}
@media print {
  #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
    right: 25vw;
    top: 9vw;
  }
}
.ie8 #contents .con_main-img .box_main .box_main_ttl h3 .balloon {
  right: 25vw;
  top: 9vw;
}
#contents .con_main-img .box_main .box_main_ttl .box_link {
  --fsz: 16;
  display: flex;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  position: relative;
  z-index: 1;
  gap: 1em;
}
@media only screen and (min-width: 1559px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link {
    gap: 1.6em;
  }
}
@media print {
  #contents .con_main-img .box_main .box_main_ttl .box_link {
    gap: 1.6em;
  }
}
.ie8 #contents .con_main-img .box_main .box_main_ttl .box_link {
  gap: 1.6em;
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link {
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
  }
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact {
  position: relative;
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact::before, #contents .con_main-img .box_main .box_main_ttl .box_link .contact::after {
  width: 0.6em;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 2em;
  top: 50%;
  transition: all .3s ease;
  content: '';
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link .contact::before, #contents .con_main-img .box_main .box_main_ttl .box_link .contact::after {
    width: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link .contact::before, #contents .con_main-img .box_main .box_main_ttl .box_link .contact::after {
    right: 1.7em;
  }
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact::before {
  transform: rotate(140deg);
  top: 54%;
  z-index: 2;
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact::after {
  transform: rotate(-140deg);
  top: 47%;
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact:hover::before {
  transform: translateY(-2px) rotate(140deg);
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact:hover::after {
  transform: translateY(-2px) rotate(-140deg);
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link .contact {
    width: 100%;
  }
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact > a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 10px !important;
  font-weight: 500;
  letter-spacing: .1em !important;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.2em 3em 1.2em 2em;
  transition: all .3s ease;
  min-width: 310px;
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link .contact > a {
    padding: 1.2em 2.2em 1.2em 1.2em;
  }
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact > a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all .3s ease;
  background: var(--color_orange);
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact > a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ff7240, #ff642c);
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact > a:hover {
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.6);
  transform: translateY(-2px);
}
#contents .con_main-img .box_main .box_main_ttl .box_link .contact > a:hover::before {
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link {
    gap: 2em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .box_main .box_main_ttl .box_link a {
    box-shadow: 0px 12px 10px -4px rgba(255, 255, 254, 0.6);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .photo {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_main-img .photo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #contents .con_main-img .photo img {
    width: 100%;
    height: 100% !important;
  }
}

/* -----------------------------------------------------------
	.con_message
----------------------------------------------------------- */
.con_message .wrap_nayami {
  text-align: center;
}
.con_message .wrap_nayami > .ttl_bk {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_nayami > .ttl_bk {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_nayami > .ttl_bk .main {
    --fsz: 20;
    font-size: calc( var(--fsz) / var(--base) * 1em);
    margin-top: .6em;
  }
}
.con_message .wrap_nayami > .img {
  margin: 0 auto 5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_nayami > .img {
    margin: 0 auto 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_nayami > .img {
    margin: 0 auto 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_message .wrap_nayami > .img {
    max-width: 980px;
  }
}
@media print {
  .con_message .wrap_nayami > .img {
    max-width: 980px;
  }
}
.ie8 .con_message .wrap_nayami > .img {
  max-width: 980px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_nayami > .img {
    width: 70%;
    margin-inline: auto;
  }
}
.con_message .wrap_nayami .ttl_48px {
  color: var(--color_blue);
  font-weight: 600;
}
.con_message .wrap_blue_bg {
  width: 100%;
  background: var(--color_blue_light);
  position: relative;
  margin-top: 10rem;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_blue_bg {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg {
    margin-top: 3rem;
  }
}
.con_message .wrap_blue_bg::before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.2vw 1.1vw;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_blue_bg::before {
    border-width: 3vw 3.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg::before {
    border-width: 4.2vw 4.1vw;
  }
}
.con_message .wrap_blue_bg .bg_blue {
  position: relative;
  padding: 6rem 0 8rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_blue_bg .bg_blue {
    padding: 6rem 0 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .bg_blue {
    padding: 4rem 0 13rem;
  }
}
.con_message .wrap_blue_bg .bg_blue::before {
  position: absolute;
  left: 6vw;
  bottom: -2px;
  background: url(../service/images/cranegame/img02_l.svg) no-repeat 0 0;
  background-size: contain;
  width: 271px;
  height: 221px;
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_blue_bg .bg_blue::before {
    width: 251px;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .bg_blue::before {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_blue_bg .bg_blue::before {
    height: 201px;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .bg_blue::before {
    height: 147px;
  }
}
@media only screen and (min-width: 1559px) {
  .con_message .wrap_blue_bg .bg_blue::before {
    left: 11vw;
  }
}
@media print {
  .con_message .wrap_blue_bg .bg_blue::before {
    left: 11vw;
  }
}
.ie8 .con_message .wrap_blue_bg .bg_blue::before {
  left: 11vw;
}
.con_message .wrap_blue_bg .bg_blue::after {
  position: absolute;
  right: 6vw;
  bottom: -2px;
  background: url(../service/images/cranegame/img02_r.svg) no-repeat 0 0;
  background-size: contain;
  width: 282px;
  height: 198px;
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_blue_bg .bg_blue::after {
    width: 262px;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .bg_blue::after {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_message .wrap_blue_bg .bg_blue::after {
    height: 178px;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .bg_blue::after {
    height: 127px;
  }
}
@media only screen and (min-width: 1559px) {
  .con_message .wrap_blue_bg .bg_blue::after {
    right: 11vw;
  }
}
@media print {
  .con_message .wrap_blue_bg .bg_blue::after {
    right: 11vw;
  }
}
.ie8 .con_message .wrap_blue_bg .bg_blue::after {
  right: 11vw;
}
.con_message .wrap_blue_bg .box_crane {
  position: relative;
  padding-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .box_crane {
    padding-bottom: 6rem;
  }
}
.con_message .wrap_blue_bg .box_crane::after {
  width: 61px;
  height: 71px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  background: url(../service/images/cranegame/ico02.svg) no-repeat 0 0;
  background-size: cover;
  content: '';
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .box_crane::after {
    width: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .box_crane::after {
    height: 47px;
  }
}
.con_message .wrap_blue_bg .logo {
  display: block;
  width: 40vw;
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .logo {
    width: 60vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .logo {
    margin: 3rem auto;
  }
}
.con_message .wrap_blue_bg .box_safari_url {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: #3e3c55;
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .box_safari_url {
    flex-direction: column;
  }
}
.con_message .wrap_blue_bg .box_safari_url .name {
  --fsz: 16;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  background: #fff;
  border-radius: 30px;
  padding: .2em .8em;
}
@media only screen and (max-width: 767px) {
  .con_message .wrap_blue_bg .box_safari_url .name {
    --fsz: 13;
  }
}

/* -----------------------------------------------------------
	.box_about_crange
----------------------------------------------------------- */
.box_about_crange {
  position: relative;
  text-align: center;
  padding: 8rem 0 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_about_crange {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_about_crange {
    padding: 4rem 0;
  }
}
.box_about_crange > .ttl_bk {
  margin-bottom: 1.6em;
}
.box_about_crange > .ttl_bk > .main {
  display: inline;
}
.box_about_crange > .ttl_bk > .small {
  --fsz: 24;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 800;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_about_crange > .ttl_bk > .small {
    --fsz: 22;
  }
}
@media only screen and (max-width: 767px) {
  .box_about_crange > .ttl_bk > .small {
    --fsz: 18;
  }
}
.box_about_crange .box_about_point {
  max-width: 850px;
  margin: 5rem auto 2rem;
}
@media only screen and (max-width: 767px) {
  .box_about_crange .box_about_point {
    margin: 3rem auto 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_about_crange .box_about_point .ico_point {
    display: block;
    width: 50%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .box_about_crange .box_about_point .ico_point {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
.box_about_crange .box_about_point > picture + picture {
  display: block;
  margin-top: 4rem;
}
.box_about_crange .box_about_point > .txt {
  --fsz: 21;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 600;
  margin-top: 1.6em;
}
@media only screen and (max-width: 767px) {
  .box_about_crange .box_about_point > .txt {
    --fsz: 20;
  }
}

/* -----------------------------------------------------------
	.box_merit
----------------------------------------------------------- */
.box_merit {
  background: var(--color_blue_light);
  position: relative;
  text-align: center;
  padding: 8rem 0 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_merit {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_merit {
    padding: 4rem 0;
  }
}
.box_merit::before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.2vw 1.1vw;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_merit::before {
    border-width: 3vw 3.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_merit::before {
    border-width: 4.2vw 4.1vw;
  }
}
.box_merit .ttl_blue_grade {
  margin-bottom: 2.4em;
}
@media only screen and (max-width: 767px) {
  .box_merit .ttl_blue_grade {
    margin-bottom: 2em;
  }
}
.box_merit .box_merit_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media only screen and (min-width: 1280px) {
  .box_merit .box_merit_list {
    width: 90%;
  }
}
@media print {
  .box_merit .box_merit_list {
    width: 90%;
  }
}
.ie8 .box_merit .box_merit_list {
  width: 90%;
}
.box_merit .box_merit_list .con_merit {
  background: #fff;
  border-radius: 10px;
  padding: 3.2em;
  display: flex;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit {
    padding: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit {
    width: 90%;
    margin-inline: auto;
    flex-direction: column;
  }
}
.box_merit .box_merit_list .con_merit.con01 {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .box_merit .box_merit_list .con_merit.con01 {
    width: 100%;
  }
}
@media print {
  .box_merit .box_merit_list .con_merit.con01 {
    width: 100%;
  }
}
.ie8 .box_merit .box_merit_list .con_merit.con01 {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .box_merit .box_merit_list .con_merit.con01 .box_txt {
    flex: 1;
    text-align: left;
  }
}
@media print {
  .box_merit .box_merit_list .con_merit.con01 .box_txt {
    flex: 1;
    text-align: left;
  }
}
.ie8 .box_merit .box_merit_list .con_merit.con01 .box_txt {
  flex: 1;
  text-align: left;
}
.box_merit .box_merit_list .con_merit.con01 .ttl {
  --fsz: 32;
  font-size: calc( var(--fsz) / var(--base) * 1em);
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit.con01 .ttl {
    --fsz: 25;
  }
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit.con01 .ttl {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit.con01 .txt_b {
    order: 3;
  }
}
.box_merit .box_merit_list .con_merit.con01 .box_img {
  width: 37%;
  padding: 1.6rem 3rem;
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit.con01 .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit.con01 .box_img {
    order: 2;
    padding: 0;
    margin: 0 auto 1em;
  }
}
.box_merit .box_merit_list .con_merit.con01 .box_sp {
  display: flex;
  flex-direction: column;
}
.box_merit .box_merit_list .con_merit.con02 {
  width: calc(100% / 2 - 1rem);
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit.con02 {
    width: 90%;
  }
}
.box_merit .box_merit_list .con_merit.con02 > .ttl {
  --fsz: 24;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  order: 1;
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit.con02 > .ttl {
    --fsz: 25;
  }
}
.box_merit .box_merit_list .con_merit.con02 > .txt_b {
  order: 3;
  text-align: left;
}
.box_merit .box_merit_list .con_merit.con02 > .box_img {
  order: 2;
  height: 190px;
  width: auto;
  margin: 1em auto;
}
@media only screen and (max-width: 767px) {
  .box_merit .box_merit_list .con_merit.con02 > .box_img {
    height: 190px;
  }
}
.box_merit .box_merit_list .con_merit .ttl {
  color: var(--color_blue);
  font-weight: 800;
  margin-bottom: 1em;
}

/* -----------------------------------------------------------
	.box_highlight
----------------------------------------------------------- */
.box_highlight {
  position: relative;
  text-align: center;
  padding: 10rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .box_highlight {
    padding: 9rem 0 13rem;
  }
}
.box_highlight::before {
  position: absolute;
  left: 6vw;
  bottom: -2px;
  background: url(../service/images/cranegame/img04_l.svg) no-repeat 0 0;
  background-size: contain;
  width: 151px;
  height: 190px;
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight::before {
    bottom: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight::before {
    bottom: -2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight::before {
    width: 131px;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight::before {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight::before {
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight::before {
    height: 140px;
  }
}
.box_highlight::after {
  position: absolute;
  right: 6vw;
  bottom: 0;
  background: url(../service/images/cranegame/img04_r.svg) no-repeat 0 0;
  background-size: contain;
  width: 166px;
  height: 208px;
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight::after {
    bottom: -1px;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight::after {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight::after {
    width: 136px;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight::after {
    width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight::after {
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight::after {
    height: 140px;
  }
}
.box_highlight > .ttl_bk {
  position: relative;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .box_highlight > .ttl_bk {
    margin-bottom: 1.6em;
  }
}
.box_highlight > .ttl_bk > .main {
  font-weight: 800;
}
.box_highlight > .ttl_bk > .balloon {
  display: block;
  width: 155px;
  height: 155px;
  position: absolute;
  left: 7.5vw;
  top: -4.7em;
}
@media only screen and (max-width: 767px) {
  .box_highlight > .ttl_bk > .balloon {
    width: 152px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight > .ttl_bk > .balloon {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight > .ttl_bk > .balloon {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight > .ttl_bk > .balloon {
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight > .ttl_bk > .balloon {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight > .ttl_bk > .balloon {
    top: -4em;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight > .ttl_bk > .balloon {
    top: -3.5em;
  }
}
@media only screen and (max-width: 1279px) {
  .box_highlight > .ttl_bk > .balloon {
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_highlight .con_highlight .box_txt {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_highlight .txt32 {
    --fsz: 20;
    font-size: calc( var(--fsz) / var(--base) * 1em);
    margin-top: 3rem;
  }
}

/* -----------------------------------------------------------
	.box_usage
----------------------------------------------------------- */
.box_usage {
  background: var(--color_blue_light);
  position: relative;
  text-align: center;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .box_usage {
    padding: 6rem 0;
  }
}
.box_usage::before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.2vw 1.1vw;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_usage::before {
    border-width: 3vw 3.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage::before {
    border-width: 4.2vw 4.1vw;
  }
}
.box_usage .wrap_usage {
  position: relative;
}
.box_usage .wrap_usage::before {
  position: absolute;
  left: 8vw;
  bottom: -2px;
  background: url(../service/images/cranegame/img09_l.svg) no-repeat 0 0;
  background-size: contain;
  width: 153px;
  height: 250px;
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_usage .wrap_usage::before {
    left: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::before {
    left: 1vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_usage .wrap_usage::before {
    bottom: -9vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::before {
    bottom: -2px;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::before {
    width: 122px;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::before {
    height: 180px;
  }
}
@media only screen and (min-width: 1559px) {
  .box_usage .wrap_usage::before {
    left: 17vw;
  }
}
@media print {
  .box_usage .wrap_usage::before {
    left: 17vw;
  }
}
.ie8 .box_usage .wrap_usage::before {
  left: 17vw;
}
@media only screen and (min-width: 1670px) {
  .box_usage .wrap_usage::before {
    left: 20vw;
  }
}
@media print {
  .box_usage .wrap_usage::before {
    left: 20vw;
  }
}
.ie8 .box_usage .wrap_usage::before {
  left: 20vw;
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::before {
    display: none;
  }
}
.box_usage .wrap_usage::after {
  position: absolute;
  right: 8vw;
  bottom: 0;
  background: url(../service/images/cranegame/img09_r.svg) no-repeat 0 0;
  background-size: contain;
  width: 126px;
  height: 240px;
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_usage .wrap_usage::after {
    right: 1vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::after {
    right: 1vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_usage .wrap_usage::after {
    bottom: -9vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::after {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::after {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::after {
    height: 235px;
  }
}
@media only screen and (min-width: 1559px) {
  .box_usage .wrap_usage::after {
    right: 19vw;
  }
}
@media print {
  .box_usage .wrap_usage::after {
    right: 19vw;
  }
}
.ie8 .box_usage .wrap_usage::after {
  right: 19vw;
}
@media only screen and (min-width: 1670px) {
  .box_usage .wrap_usage::after {
    right: 20vw;
  }
}
@media print {
  .box_usage .wrap_usage::after {
    right: 20vw;
  }
}
.ie8 .box_usage .wrap_usage::after {
  right: 20vw;
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage::after {
    display: none;
  }
}
.box_usage .wrap_usage > .ttl_bk {
  margin-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage > .ttl_bk {
    margin-bottom: 3em;
  }
}
.box_usage .wrap_usage > .ttl_bk > .balloon {
  display: block;
  width: 80%;
  max-width: 740px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_usage .wrap_usage > .ttl_bk > .balloon {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .wrap_usage > .ttl_bk > .balloon {
    width: 80%;
  }
}
.box_usage .wrap_usage > .ttl_bk > .main {
  font-weight: 800;
}
.box_usage .list_usage {
  display: flex;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage {
    flex-direction: column;
    position: relative;
    padding-bottom: 27vw;
  }
  .box_usage .list_usage::before {
    width: 5px;
    height: 65%;
    background: #b0b6bb;
    display: block;
    position: absolute;
    left: 18vw;
    top: 6vw;
    z-index: 0;
    content: '';
  }
  .box_usage .list_usage::after {
    width: 50px;
    height: 90px;
    background: url(../service/images/cranegame/ico02_sp.svg) no-repeat 0 0;
    background-size: cover;
    display: block;
    position: absolute;
    left: 12vw;
    bottom: 5vw;
    z-index: 0;
    content: '';
  }
}
.box_usage .list_usage > li {
  width: calc(100% / 3 - 2rem);
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li {
    display: flex;
    position: relative;
    z-index: 1;
  }
}
.box_usage .list_usage > li > .img {
  display: block;
  width: 80%;
  margin: 0 auto 2em;
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li > .img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li > .img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li > .box_txt {
    width: 60%;
    padding-left: 1em;
    box-sizing: border-box;
  }
}
.box_usage .list_usage > li .ttl {
  --fsz: 24;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  color: var(--color_blue);
  font-weight: 600;
  margin-bottom: 0.8em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_usage .list_usage > li .ttl {
    --fsz: 20;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li .ttl {
    --fsz: 18;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li .ttl {
    font-weight: 800;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li .ttl {
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .list_usage > li .ttl {
    text-align: left;
    padding-left: 1em;
  }
}
.box_usage .list_usage > li .list {
  display: inline-block;
  text-align: left;
  text-indent: -.6em;
  padding-left: 1em;
}
.box_usage .txt32 {
  margin-top: 10rem;
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 767px) {
  .box_usage .txt32 {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .txt32 {
    margin-bottom: 1em;
  }
}
.box_usage .box_link {
  --fsz: 16;
  display: flex;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  position: relative;
  z-index: 1;
  gap: 1em;
  justify-content: center;
}
@media only screen and (min-width: 1559px) {
  .box_usage .box_link {
    gap: 1.6em;
  }
}
@media print {
  .box_usage .box_link {
    gap: 1.6em;
  }
}
.ie8 .box_usage .box_link {
  gap: 1.6em;
}
@media only screen and (max-width: 767px) {
  .box_usage .box_link {
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
  }
}
.box_usage .box_link .contact {
  position: relative;
}
.box_usage .box_link .contact::before, .box_usage .box_link .contact::after {
  width: 0.6em;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 2em;
  top: 50%;
  transition: all .3s ease;
  content: '';
}
@media only screen and (max-width: 767px) {
  .box_usage .box_link .contact::before, .box_usage .box_link .contact::after {
    width: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_usage .box_link .contact::before, .box_usage .box_link .contact::after {
    right: 1.7em;
  }
}
.box_usage .box_link .contact::before {
  transform: rotate(140deg);
  top: 54%;
  z-index: 2;
}
.box_usage .box_link .contact::after {
  transform: rotate(-140deg);
  top: 47%;
}
.box_usage .box_link .contact:hover::before {
  transform: translateY(-2px) rotate(140deg);
}
.box_usage .box_link .contact:hover::after {
  transform: translateY(-2px) rotate(-140deg);
}
@media only screen and (max-width: 767px) {
  .box_usage .box_link .contact {
    width: 100%;
  }
}
.box_usage .box_link .contact > a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 10px !important;
  font-weight: 500;
  letter-spacing: .1em !important;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.2em 3em 1.2em 2em;
  transition: all .3s ease;
  min-width: 310px;
}
@media only screen and (max-width: 767px) {
  .box_usage .box_link .contact > a {
    padding: 1.2em 2.2em 1.2em 1.2em;
  }
}
.box_usage .box_link .contact > a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all .3s ease;
  background: var(--color_orange);
}
.box_usage .box_link .contact > a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ff7240, #ff642c);
}
.box_usage .box_link .contact > a:hover {
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.6);
  transform: translateY(-2px);
}
.box_usage .box_link .contact > a:hover::before {
  opacity: 0;
}

/* -----------------------------------------------------------
	.box_sales_visual
----------------------------------------------------------- */
.box_sales_visual {
  text-align: center;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .box_sales_visual {
    padding: 4rem 0;
  }
}
.box_sales_visual > .ttl_blue_grade {
  margin-bottom: 3.6em;
}
@media only screen and (max-width: 767px) {
  .box_sales_visual > .ttl_blue_grade {
    margin-bottom: 2.6em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_sales_visual > .con_highlight {
    gap: 0;
  }
}
.box_sales_visual > .con_highlight .box_txt {
  order: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_sales_visual > .con_highlight .box_txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_sales_visual > .con_highlight .box_txt {
    margin: 1.6em 0 0;
    padding-bottom: 0;
  }
  .box_sales_visual > .con_highlight .box_txt .ttl {
    --fsz: 20;
    font-size: calc( var(--fsz) / var(--base) * 1em);
  }
}
.box_sales_visual > .con_highlight .box_img {
  order: 1;
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_sales_visual > .con_highlight .box_img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_sales_visual > .con_highlight .box_img {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.box_opening_flow
----------------------------------------------------------- */
.box_opening_flow {
  background: var(--color_blue_light);
  position: relative;
  text-align: center;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .box_opening_flow {
    padding: 4rem 0;
  }
}
.box_opening_flow::before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.2vw 1.1vw;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_opening_flow::before {
    border-width: 3vw 3.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_opening_flow::before {
    border-width: 4.2vw 4.1vw;
  }
}
.box_opening_flow > .ttl_bk {
  font-weight: 800;
  margin-bottom: 5em;
}
@media only screen and (max-width: 767px) {
  .box_opening_flow > .ttl_bk {
    margin-bottom: 3em;
  }
}
.box_opening_flow .box_list_flow {
  display: flex;
  justify-content: center;
  gap: 3.6rem;
}
@media only screen and (max-width: 1279px) {
  .box_opening_flow .box_list_flow {
    flex-direction: column;
  }
}
.box_opening_flow .con_flow {
  width: calc( 100% / 4 - 3rem);
  background: #fff;
  border-radius: 10px;
  padding: 4em 2em 2.6em;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_opening_flow .con_flow {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .box_opening_flow .con_flow {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_opening_flow .con_flow {
    padding: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .box_opening_flow .con_flow {
    padding: 2em 2em 2.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_opening_flow .con_flow {
    flex-direction: row;
    align-items: center;
  }
}
.box_opening_flow .con_flow::after {
  display: inline-block;
  vertical-align: middle;
  color: var(--color_blue);
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  content: '';
}
@media only screen and (min-width: 1280px) {
  .box_opening_flow .con_flow::after {
    border-width: 1em 1.2em;
    border-left-color: currentColor;
    border-right: 0;
    right: -2.6rem;
    top: 50%;
  }
}
@media print {
  .box_opening_flow .con_flow::after {
    border-width: 1em 1.2em;
    border-left-color: currentColor;
    border-right: 0;
    right: -2.6rem;
    top: 50%;
  }
}
.ie8 .box_opening_flow .con_flow::after {
  border-width: 1em 1.2em;
  border-left-color: currentColor;
  border-right: 0;
  right: -2.6rem;
  top: 50%;
}
@media only screen and (max-width: 1279px) {
  .box_opening_flow .con_flow::after {
    border-width: 1.2em 1.2em;
    border-top-color: currentColor;
    border-bottom: 0;
    left: 50%;
    bottom: -2.5rem;
    transform: translateX(-50%);
  }
}
.box_opening_flow .con_flow.noicon::after {
  content: none;
}
.box_opening_flow .con_flow > .no {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  display: inline-flex;
  background: var(--color_blue);
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_opening_flow .con_flow > .no {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .box_opening_flow .con_flow > .no {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_opening_flow .con_flow > .no {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_opening_flow .con_flow > .no {
    left: 0;
  }
}
.box_opening_flow .con_flow > .box_desc {
  order: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_opening_flow .con_flow > .box_desc {
    width: 70%;
    box-sizing: border-box;
    padding-left: 2em;
  }
}
.box_opening_flow .con_flow > .box_desc .ttl {
  --fsz: 24;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  color: var(--color_blue);
  font-weight: 600;
  margin-bottom: .6em;
}
@media only screen and (max-width: 767px) {
  .box_opening_flow .con_flow > .box_desc .ttl {
    --fsz: 19;
  }
}
.box_opening_flow .con_flow > .box_img {
  order: 1;
}
@media only screen and (min-width: 1280px) {
  .box_opening_flow .con_flow > .box_img {
    margin-bottom: 1.6em;
  }
}
@media print {
  .box_opening_flow .con_flow > .box_img {
    margin-bottom: 1.6em;
  }
}
.ie8 .box_opening_flow .con_flow > .box_img {
  margin-bottom: 1.6em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_opening_flow .con_flow > .box_img {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .box_opening_flow .con_flow > .box_img {
    margin-bottom: 1.6em;
  }
}
@media only screen and (min-width: 1280px) {
  .box_opening_flow .con_flow > .box_img img {
    width: auto;
    height: 120px;
  }
}
@media print {
  .box_opening_flow .con_flow > .box_img img {
    width: auto;
    height: 120px;
  }
}
.ie8 .box_opening_flow .con_flow > .box_img img {
  width: auto;
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .box_opening_flow .con_flow > .box_img img {
    width: 70%;
    height: auto;
  }
}

/* -----------------------------------------------------------
	.box_price
----------------------------------------------------------- */
.box_price {
  position: relative;
  text-align: center;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .box_price {
    padding: 4rem 0;
  }
}
.box_price .ttl_blue_grade {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .box_price .ttl_blue_grade {
    margin-bottom: 1.6em;
  }
}
.box_price .ttl_sub {
  width: 80vw;
  margin: 0 auto 2.4em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .ttl_sub {
    width: 60vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .ttl_sub {
    width: 80vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .ttl_sub {
    margin: 0 auto 1.6em;
  }
}
@media only screen and (min-width: 1280px) {
  .box_price .ttl_sub {
    max-width: 800px;
  }
}
@media print {
  .box_price .ttl_sub {
    max-width: 800px;
  }
}
.ie8 .box_price .ttl_sub {
  max-width: 800px;
}
.box_price .ttl_sub > .txt {
  --fsz: 24;
  font-size: calc( var(--fsz) / var(--base) * 1em);
}
@media only screen and (max-width: 767px) {
  .box_price .ttl_sub > .txt {
    --fsz: 20;
  }
}
.box_price .box_tree_blue {
  background: var(--color_blue_light);
  border-radius: 10px;
  padding: 2em 3em 3em;
  width: 550px;
  margin: 4rem auto 6rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .box_price .box_tree_blue {
    padding: 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .box_tree_blue {
    width: 55vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .box_tree_blue {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .box_tree_blue {
    margin: 4rem auto 6rem;
  }
}
.box_price .box_tree_blue > .ttl {
  display: block;
  width: 80%;
  margin-bottom: 2em;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .box_tree_blue > .ttl {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .box_tree_blue > .ttl {
    width: 80%;
  }
}
.box_price .box_tree_blue > .desc {
  display: block;
  width: auto;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .box_tree_blue > .desc {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .box_tree_blue > .desc {
    width: 100%;
  }
}
.box_price .box_tree_blue > .txt {
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .box_price .box_tree_blue > .txt {
    margin-top: 1.6em;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .box_tree_blue > .txt {
    font-size: 14px;
  }
}
.box_price .box_link {
  --fsz: 16;
  display: flex;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  position: relative;
  z-index: 1;
  gap: 1em;
  justify-content: center;
}
@media only screen and (min-width: 1559px) {
  .box_price .box_link {
    gap: 1.6em;
  }
}
@media print {
  .box_price .box_link {
    gap: 1.6em;
  }
}
.ie8 .box_price .box_link {
  gap: 1.6em;
}
@media only screen and (max-width: 767px) {
  .box_price .box_link {
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
  }
}
.box_price .box_link .contact {
  position: relative;
}
.box_price .box_link .contact::before, .box_price .box_link .contact::after {
  width: 0.6em;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 2em;
  top: 50%;
  transition: all .3s ease;
  content: '';
}
@media only screen and (max-width: 767px) {
  .box_price .box_link .contact::before, .box_price .box_link .contact::after {
    width: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .box_link .contact::before, .box_price .box_link .contact::after {
    right: 1.7em;
  }
}
.box_price .box_link .contact::before {
  transform: rotate(140deg);
  top: 54%;
  z-index: 2;
}
.box_price .box_link .contact::after {
  transform: rotate(-140deg);
  top: 47%;
}
.box_price .box_link .contact:hover::before {
  transform: translateY(-2px) rotate(140deg);
}
.box_price .box_link .contact:hover::after {
  transform: translateY(-2px) rotate(-140deg);
}
@media only screen and (max-width: 767px) {
  .box_price .box_link .contact {
    width: 100%;
  }
}
.box_price .box_link .contact > a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 10px !important;
  font-weight: 500;
  letter-spacing: .1em !important;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.2em 3em 1.2em 2em;
  transition: all .3s ease;
  min-width: 310px;
}
@media only screen and (max-width: 767px) {
  .box_price .box_link .contact > a {
    padding: 1.2em 2.2em 1.2em 1.2em;
  }
}
.box_price .box_link .contact > a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all .3s ease;
  background: var(--color_orange);
}
.box_price .box_link .contact > a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ff7240, #ff642c);
}
.box_price .box_link .contact > a:hover {
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.6);
  transform: translateY(-2px);
}
.box_price .box_link .contact > a:hover::before {
  opacity: 0;
}
.box_price .bg_img li:nth-child(1) {
  width: 158px;
  position: absolute;
  left: 0;
  top: 18rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .bg_img li:nth-child(1) {
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(1) {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .bg_img li:nth-child(1) {
    top: 16rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(1) {
    top: 148vw;
  }
}
.box_price .bg_img li:nth-child(2) {
  width: 104px;
  position: absolute;
  right: 0;
  top: 18rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .bg_img li:nth-child(2) {
    width: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(2) {
    width: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .bg_img li:nth-child(2) {
    top: 15rem;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(2) {
    top: 148vw;
  }
}
.box_price .bg_img li:nth-child(3) {
  width: 95px;
  position: absolute;
  left: 5vw;
  bottom: 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .bg_img li:nth-child(3) {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(3) {
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .bg_img li:nth-child(3) {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(3) {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(3) {
    bottom: 39vw;
  }
}
.box_price .bg_img li:nth-child(4) {
  width: 156px;
  position: absolute;
  right: 5vw;
  bottom: 10rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .bg_img li:nth-child(4) {
    width: 106px;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(4) {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_price .bg_img li:nth-child(4) {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(4) {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_price .bg_img li:nth-child(4) {
    bottom: 39vw;
  }
}

/* -----------------------------------------------------------
	.box_support
----------------------------------------------------------- */
.box_support {
  position: relative;
  text-align: center;
  padding: 8rem 0 10rem;
}
@media only screen and (max-width: 767px) {
  .box_support {
    padding: 6rem 0;
  }
}
.box_support::before {
  display: block;
  width: 5px;
  height: 45px;
  background: url(../service/images/minpaku/ico04.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
  content: '';
}
.box_support .txt_b {
  margin-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  .box_support .txt_b {
    margin-bottom: 2em;
  }
}
.box_support .box_full_support {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support {
    gap: 1em;
  }
}
.box_support .box_full_support .box_desc {
  width: 49%;
  background: var(--color_blue);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 2.4em 2em;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_support .box_full_support .box_desc {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc {
    padding: 1.2em;
  }
}
.box_support .box_full_support .box_desc .ttl_support {
  color: #fff;
  margin-bottom: 1em;
}
.box_support .box_full_support .box_desc .ttl_support .main {
  --fsz: 26;
  font-size: calc( var(--fsz) / var(--base) * 1em);
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .ttl_support .main {
    --fsz: 18;
  }
}
.box_support .box_full_support .box_desc .ttl_support .sub {
  --fsz: 16;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .ttl_support .sub {
    --fsz: 13;
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .box_support_list {
    position: relative;
    z-index: 1;
  }
}
.box_support .box_full_support .box_desc .box_support_list > ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .box_support_list > ol {
    gap: 1em;
  }
}
.box_support .box_full_support .box_desc .box_support_list > ol > li {
  width: 48%;
  padding: 1em 1.3em;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li {
    padding: 1em 0.7em 1em 1em;
  }
}
@media only screen and (min-width: 1280px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li {
    height: 7em;
  }
}
@media print {
  .box_support .box_full_support .box_desc .box_support_list > ol > li {
    height: 7em;
  }
}
.ie8 .box_support .box_full_support .box_desc .box_support_list > ol > li {
  height: 7em;
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li {
    flex-direction: column;
    text-align: center;
    gap: .6em;
  }
}
.box_support .box_full_support .box_desc .box_support_list > ol > li.box_half {
  background: none;
}
@media only screen and (max-width: 1279px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li.box_half {
    display: none;
  }
}
.box_support .box_full_support .box_desc .box_support_list > ol > li > .ico {
  width: 28px;
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li > .ico {
    width: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li > .ico {
    margin-right: 1em;
  }
}
@media print {
  .box_support .box_full_support .box_desc .box_support_list > ol > li > .ico {
    margin-right: 1em;
  }
}
.ie8 .box_support .box_full_support .box_desc .box_support_list > ol > li > .ico {
  margin-right: 1em;
}
.box_support .box_full_support .box_desc .box_support_list > ol > li > .ico > img {
  width: 100%;
  height: auto;
}
.box_support .box_full_support .box_desc .box_support_list > ol > li > .txt_b {
  --fsz: 15;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  flex: 1;
  line-height: 1.5 !important;
  margin-bottom: 0;
  letter-spacing: .01em;
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li > .txt_b {
    --fsz: 14;
  }
}
.box_support .box_full_support .box_desc .box_support_list > ol > li > .txt_b > .small {
  font-size: 13px;
  line-height: 1.3;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .box_desc .box_support_list > ol > li > .txt_b > .small {
    font-size: 12px;
  }
}
.box_support .box_full_support .ttl_copy {
  --fsz: 94;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  color: #fff;
  line-height: 1;
  position: absolute;
  mix-blend-mode: soft-light;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_support .box_full_support .ttl_copy {
    --fsz: 82;
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .ttl_copy {
    --fsz: 140;
  }
}
@media only screen and (min-width: 1280px) {
  .box_support .box_full_support .ttl_copy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print {
  .box_support .box_full_support .ttl_copy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.ie8 .box_support .box_full_support .ttl_copy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_support .box_full_support .ttl_copy {
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_full_support .ttl_copy {
    transform: rotate(-90deg);
    top: 200vw;
    right: -162vw;
    letter-spacing: .16em;
    line-height: 1;
    font-weight: 600;
  }
}
.box_support .box_bg > .bg_06 {
  display: block;
  position: absolute;
}
@media only screen and (min-width: 1280px) {
  .box_support .box_bg > .bg_06 {
    width: 420px;
    left: -7vw;
    top: -1vw;
  }
}
@media print {
  .box_support .box_bg > .bg_06 {
    width: 420px;
    left: -7vw;
    top: -1vw;
  }
}
.ie8 .box_support .box_bg > .bg_06 {
  width: 420px;
  left: -7vw;
  top: -1vw;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_support .box_bg > .bg_06 {
    width: 290px;
    left: -7vw;
    top: -10vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_bg > .bg_06 {
    display: none;
  }
}
.box_support .box_bg > .bg_07 {
  display: block;
  position: absolute;
}
@media only screen and (min-width: 1280px) {
  .box_support .box_bg > .bg_07 {
    width: 470px;
    right: -7vw;
    top: -6vw;
  }
}
@media print {
  .box_support .box_bg > .bg_07 {
    width: 470px;
    right: -7vw;
    top: -6vw;
  }
}
.ie8 .box_support .box_bg > .bg_07 {
  width: 470px;
  right: -7vw;
  top: -6vw;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_support .box_bg > .bg_07 {
    width: 320px;
    right: -7vw;
    top: -13vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_support .box_bg > .bg_07 {
    display: none;
  }
}
.box_support .box_bg img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------
	.box_three_plan
----------------------------------------------------------- */
.box_three_plan {
  background: var(--color_blue_light);
  position: relative;
  padding: 8rem 0 3rem;
}
@media only screen and (max-width: 767px) {
  .box_three_plan {
    padding: 5rem 0 1rem;
  }
}
.box_three_plan::before {
  display: block;
  width: 5px;
  height: 45px;
  background: url(../service/images/minpaku/ico07.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translateX(-50%);
  content: '';
}
.box_three_plan .wrap_three {
  text-align: center;
}
.box_three_plan .wrap_three > .txt_b {
  margin-bottom: 2em;
}
.box_three_plan .wrap_three .box_plan_list {
  border-radius: 10px;
  padding: 2em;
  margin-bottom: 5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list {
    padding: 1.6em;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 1280px) {
  .box_three_plan .wrap_three .box_plan_list.plan01 {
    background: #fff url(../service/images/minpaku/plan01.webp) no-repeat 0 0;
  }
}
@media print {
  .box_three_plan .wrap_three .box_plan_list.plan01 {
    background: #fff url(../service/images/minpaku/plan01.webp) no-repeat 0 0;
  }
}
.ie8 .box_three_plan .wrap_three .box_plan_list.plan01 {
  background: #fff url(../service/images/minpaku/plan01.webp) no-repeat 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_three_plan .wrap_three .box_plan_list.plan01 {
    background: #fff url(../service/images/minpaku/plan01.webp) no-repeat -20vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list.plan01 {
    background: #fff url(../service/images/minpaku/plan01.webp) no-repeat 0 0;
  }
  .box_three_plan .wrap_three .box_plan_list.plan01 .no {
    top: 31rem !important;
  }
}
@media only screen and (min-width: 1280px) {
  .box_three_plan .wrap_three .box_plan_list.plan02 {
    background: #fff url(../service/images/minpaku/plan02.webp) no-repeat right 0;
  }
}
@media print {
  .box_three_plan .wrap_three .box_plan_list.plan02 {
    background: #fff url(../service/images/minpaku/plan02.webp) no-repeat right 0;
  }
}
.ie8 .box_three_plan .wrap_three .box_plan_list.plan02 {
  background: #fff url(../service/images/minpaku/plan02.webp) no-repeat right 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_three_plan .wrap_three .box_plan_list.plan02 {
    background: #fff url(../service/images/minpaku/plan02.webp) no-repeat 55vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list.plan02 {
    background: #fff url(../service/images/minpaku/plan02.webp) no-repeat right 0;
  }
}
@media only screen and (min-width: 768px) {
  .box_three_plan .wrap_three .box_plan_list.plan02 .box_plan_name {
    float: left !important;
    padding-left: 1em;
  }
}
@media print {
  .box_three_plan .wrap_three .box_plan_list.plan02 .box_plan_name {
    float: left !important;
    padding-left: 1em;
  }
}
.ie8 .box_three_plan .wrap_three .box_plan_list.plan02 .box_plan_name {
  float: left !important;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
  .box_three_plan .wrap_three .box_plan_list.plan02 .no {
    right: 35% !important;
  }
}
@media print {
  .box_three_plan .wrap_three .box_plan_list.plan02 .no {
    right: 35% !important;
  }
}
.ie8 .box_three_plan .wrap_three .box_plan_list.plan02 .no {
  right: 35% !important;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list.plan02 .no {
    top: 37rem !important;
  }
}
@media only screen and (min-width: 1280px) {
  .box_three_plan .wrap_three .box_plan_list.plan03 {
    background: #fff url(../service/images/minpaku/plan03.webp) no-repeat 0 0;
  }
}
@media print {
  .box_three_plan .wrap_three .box_plan_list.plan03 {
    background: #fff url(../service/images/minpaku/plan03.webp) no-repeat 0 0;
  }
}
.ie8 .box_three_plan .wrap_three .box_plan_list.plan03 {
  background: #fff url(../service/images/minpaku/plan03.webp) no-repeat 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_three_plan .wrap_three .box_plan_list.plan03 {
    background: #fff url(../service/images/minpaku/plan03.webp) no-repeat -20vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list.plan03 {
    background: #fff url(../service/images/minpaku/plan03_sp.webp) no-repeat 0 0;
  }
  .box_three_plan .wrap_three .box_plan_list.plan03 .no {
    top: 44rem !important;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name {
  width: 60%;
  float: right;
  text-align: left;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name {
    padding-top: 23rem;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .ttl {
  --fsz: 33;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  color: var(--color_blue);
  margin-bottom: .7em;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .ttl {
    --fsz: 25;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .ttl > .big {
  font-size: 41px;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .ttl > .big {
    font-size: 25px;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .ttl_sub {
  --fsz: 21;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 600;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .ttl_sub {
    --fsz: 17;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .txt_b {
  line-height: 1.5;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .txt_b {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .txt_b {
    position: relative;
    z-index: 1;
    line-height: 1.8;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .no {
  --fsz: 162;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  color: var(--color_blue_light);
  font-style: italic;
  line-height: 1;
  padding-right: .2em;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 5%, #000000 50%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .no {
    --fsz: 81;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended {
    position: relative;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .img_sales {
  width: 128px;
  padding-right: 1.6em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .img_sales {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .img_sales {
    position: absolute;
    left: -2rem;
    bottom: 0;
    z-index: 1;
  }
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .img_sales > img {
    width: 100%;
    height: auto;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm {
  background: var(--color_blue_light);
  border-radius: 5px;
  padding: 1.6em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm {
    padding: 1.3em;
  }
}
@media only screen and (min-width: 768px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm {
    align-self: center;
    flex: 1 1 auto;
  }
}
@media print {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm {
    align-self: center;
    flex: 1 1 auto;
  }
}
.ie8 .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm {
  align-self: center;
  flex: 1 1 auto;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm {
    width: 53%;
    margin-left: auto;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm::before {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 1em;
  border-right-color: var(--color_blue_light);
  border-left: 0;
  position: absolute;
  left: -.8em;
  top: 1.3em;
  content: '';
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm::before {
    top: 6.3em;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm > .txt_b {
  line-height: 1;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm > .txt_b {
    font-weight: 600;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm > ol li {
  --fsz: 13;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  background: url(../service/images/minpaku/ic_check.svg) no-repeat 0 0.2em;
  padding-left: 1.6em;
  background-size: 1em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm > ol li {
    --fsz: 13;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm > ol li:not(:last-child) {
  border-bottom: #999 dotted 1px;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm > ol li:not(:last-child) {
    padding-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_name > .box_recommended .box_sales_comm > ol li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_point {
  clear: both;
}
.box_three_plan .wrap_three .box_plan_list .box_plan_point > ol {
  display: flex;
  gap: 1.6em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_point > ol {
    gap: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_point > ol {
    flex-direction: column;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_point > ol > li {
  background: #f2f2f2;
  border-radius: 10px;
  text-align: left;
  padding: 1.6em 2em;
  width: calc(100% / 3);
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_point > ol > li {
    padding: 1.6em;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_point > ol > li {
    width: 100%;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_point > ol > li > .ttl {
  --fsz: 18;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  color: var(--color_blue);
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_point > ol > li > .ttl {
    --fsz: 16;
  }
}
.box_three_plan .wrap_three .box_plan_list .box_plan_point > ol > li > .txt_s {
  --fsz: 13;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_plan_list .box_plan_point > ol > li > .txt_s {
    --fsz: 13;
  }
}
.box_three_plan .wrap_three .box_contact_info > .ttl_section {
  --fsz: 30;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  font-weight: 600;
  margin-bottom: 1.6em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_contact_info > .ttl_section {
    --fsz: 25;
  }
}
.box_three_plan .wrap_three .box_link {
  --fsz: 16;
  display: flex;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  position: relative;
  z-index: 1;
  gap: 1em;
  justify-content: center;
}
@media only screen and (min-width: 1559px) {
  .box_three_plan .wrap_three .box_link {
    gap: 1.6em;
  }
}
@media print {
  .box_three_plan .wrap_three .box_link {
    gap: 1.6em;
  }
}
.ie8 .box_three_plan .wrap_three .box_link {
  gap: 1.6em;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_link {
    flex-direction: column;
    width: 90%;
    margin-inline: auto;
  }
}
.box_three_plan .wrap_three .box_link .contact {
  position: relative;
}
.box_three_plan .wrap_three .box_link .contact::before, .box_three_plan .wrap_three .box_link .contact::after {
  width: 0.6em;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  right: 2em;
  top: 50%;
  transition: all .3s ease;
  content: '';
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_link .contact::before, .box_three_plan .wrap_three .box_link .contact::after {
    width: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_link .contact::before, .box_three_plan .wrap_three .box_link .contact::after {
    right: 1.7em;
  }
}
.box_three_plan .wrap_three .box_link .contact::before {
  transform: rotate(140deg);
  top: 54%;
  z-index: 2;
}
.box_three_plan .wrap_three .box_link .contact::after {
  transform: rotate(-140deg);
  top: 47%;
}
.box_three_plan .wrap_three .box_link .contact:hover::before {
  transform: translateY(-2px) rotate(140deg);
}
.box_three_plan .wrap_three .box_link .contact:hover::after {
  transform: translateY(-2px) rotate(-140deg);
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_link .contact {
    width: 100%;
  }
}
.box_three_plan .wrap_three .box_link .contact > a {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  border-radius: 10px !important;
  font-weight: 500;
  letter-spacing: .1em !important;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 1.2em 3em 1.2em 2em;
  transition: all .3s ease;
  min-width: 310px;
}
@media only screen and (max-width: 767px) {
  .box_three_plan .wrap_three .box_link .contact > a {
    padding: 1.2em 2.2em 1.2em 1.2em;
  }
}
.box_three_plan .wrap_three .box_link .contact > a::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  transition: all .3s ease;
  background: var(--color_orange);
}
.box_three_plan .wrap_three .box_link .contact > a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ff7240, #ff642c);
}
.box_three_plan .wrap_three .box_link .contact > a:hover {
  box-shadow: 0 0 10px rgba(189, 189, 189, 0.6);
  transform: translateY(-2px);
}
.box_three_plan .wrap_three .box_link .contact > a:hover::before {
  opacity: 0;
}

/* -----------------------------------------------------------
	.box_faq
----------------------------------------------------------- */
.box_faq {
  background: var(--color_blue_light);
  position: relative;
  text-align: center;
  padding: 8rem 0;
}
@media only screen and (max-width: 767px) {
  .box_faq {
    padding: 6rem 0;
  }
}
.box_faq::before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 1.2vw 1.1vw;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .box_faq::before {
    border-width: 3vw 3.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq::before {
    border-width: 4.2vw 4.1vw;
  }
}
.box_faq .box_faq_list {
  text-align: left;
}
.box_faq .box_faq_list > dl {
  position: relative;
  padding: 2.4em;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_faq_list > dl {
    padding: 2em 1em;
  }
}
.box_faq .box_faq_list > dl::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(#999999 1px, rgba(0, 0, 0, 0) 2px);
  background-size: 8px 8px;
  background-repeat: repeat-x;
}
.box_faq .box_faq_list > dl > dt {
  --fsz: 18;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  background: url(../service/images/minpaku/ico_q.svg) no-repeat 0 0.2em;
  background-size: 1.6em;
  padding-left: 2em;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 1.4em;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_faq_list > dl > dt {
    --fsz: 17;
  }
}
@media only screen and (max-width: 767px) {
  .box_faq .box_faq_list > dl > dt {
    margin-bottom: 1em;
  }
}
.box_faq .box_faq_list > dl > dd {
  --fsz: 16;
  font-size: calc( var(--fsz) / var(--base) * 1em);
  line-height: 1.8;
  padding-left: 2.3em;
}
@media only screen and (max-width: 767px) {
  .box_faq .box_faq_list > dl > dd {
    --fsz: 15;
  }
}
