@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/**
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #333;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 26.66667vw;
  }
}

@media screen and (min-width: 768px), print {
  html {
    font-size: 545.45455%;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 11.36364vw;
  }
}

@media screen and (min-width: 880px), print {
  html {
    font-size: 625%;
  }
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: .085em;
  -webkit-text-size-adjust: 100%;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px), print {
  body {
    line-height: 1.95;
    font-size: 0.16rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.85;
    font-size: 0.14rem;
  }
}

/*html {
  color: $color-text;
  font-size: 62.5%;
  @include mq-sp {
      //overflow-y: scroll;
  }
}

body {
  font-family: $base-font-family;
  font-size: percentage( $base-font-size * 0.1);
  font-feature-settings: "palt";
  line-height: $base-line-height;
  -webkit-text-size-adjust: 100%;
  letter-spacing: .055em;

  * {
    box-sizing: border-box;
    @include font-smoothing;
  }
}*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Arial, "Helvetica Neue", Helvetica, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "My Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/* link
   ========================================================================== */
a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents {
  display: block;
}

.clearfix:after,
.fbox:after,
#contents:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* font-family
   ========================================================================== */
@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Medium"), local("遊ゴシック Medium");
  font-weight: 400;
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Medium"), local("遊ゴシック Medium");
  font-weight: normal;
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Medium"), local("遊ゴシック Medium");
  font-weight: 500;
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Bold"), local("遊ゴシック Bold");
  font-weight: 600;
}

@font-face {
  font-family: "My Yu Gothic";
  src: local("Yu Gothic Bold"), local("遊ゴシック Bold");
  font-weight: bold;
}

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* wrapper
   ========================================================================== */
html, body {
  height: 100%;
}

#wrapper {
  height: 100%;
}

.contents {
  background-color: #fff;
  overflow: hidden;
}

.contents-wrapper {
  padding: 0 0.4rem;
}

.inner-wrapper-l {
  max-width: 1080px;
  margin: 0 auto;
}

.inner-wrapper {
  max-width: 880px;
  margin: 0 auto;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.loading-wrapper {
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  #wrapper {
    min-width: 320px;
  }
  .contents-wrapper {
    padding: 0 0.2rem;
  }
  .flex-box {
    display: block;
  }
}

/* common
   ========================================================================== */
.set-anim {
  opacity: 0;
  will-change: transform, transition;
}

.br-sp {
  display: none;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 7px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 15px !important;
  }
  .mb25 {
    margin-bottom: 25px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 25px !important;
  }
  .mb50 {
    margin-bottom: 35px !important;
  }
}

/* header
   ========================================================================== */
header {
  background-color: #dae000;
}

header .header-inn {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo {
  padding-top: 0.3rem;
  padding-left: 0.4rem;
  width: 2.8rem;
}

header .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.35rem;
  padding-right: 0.4rem;
}

header .global-nav li {
  margin-left: 0.3rem;
}

header .global-nav li a {
  font-family: "Renner*";
  font-size: 0.28rem;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

header .global-nav li a:hover {
  opacity: .6;
}

header .nav-btn-sp {
  display: none;
}

@media only screen and (max-width: 1080px) {
  header .logo {
    padding-top: 3vw;
    width: 26vw;
  }
  header .global-nav {
    padding-top: 3.2vw;
  }
  header .global-nav li {
    margin-left: 3vw;
  }
  header .global-nav li a {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
  }
  header .header-inn {
    z-index: 5;
    position: relative;
    display: block;
    height: 0.56rem;
  }
  header .logo {
    padding-top: 0.15rem;
    padding-left: 0.15rem;
    width: 1.6rem;
  }
  header .global-nav {
    display: none;
    position: fixed;
    top: 0.56rem;
    width: 100%;
    height: 100%;
    padding: 0.4rem;
    background-color: #dae000;
  }
  header .global-nav li {
    margin: 0;
    border-bottom: 1px solid #000;
  }
  header .global-nav li:first-child {
    border-top: 1px solid #000;
  }
  header .global-nav li a {
    position: relative;
    display: block;
    padding: 0.15rem;
    font-size: 0.18rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    -webkit-transition: none;
    transition: none;
  }
  header .global-nav li a:hover {
    opacity: 1;
  }
  header .global-nav li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0.2rem;
    width: 6px;
    height: 6px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-135deg) translateY(7px);
            transform: rotate(-135deg) translateY(7px);
  }
  header .nav-btn-sp {
    z-index: 104;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0.04rem;
    right: 0.1rem;
    width: 0.48rem;
    height: 0.48rem;
  }
  header .nav-btn-sp .btn {
    position: relative;
    height: 2px;
    width: 26px;
  }
  header .nav-btn-sp .btn .bar {
    display: block;
    height: 3px;
    width: 26px;
    background-color: #171c61;
    text-indent: -9999px;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  header .nav-btn-sp .btn::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    height: 3px;
    width: 26px;
    background-color: #171c61;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .nav-btn-sp .btn::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 3px;
    width: 26px;
    background-color: #171c61;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .nav-btn-sp.open .ttl .text {
    opacity: 0;
  }
  header .nav-btn-sp.open .ttl::before {
    opacity: 1;
  }
  header .nav-btn-sp.open .btn .bar {
    opacity: 0;
  }
  header .nav-btn-sp.open .btn::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }
  header .nav-btn-sp.open .btn::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -1px;
  }
}

/* footer
   ========================================================================== */
footer .inner-wrapper-l {
  position: relative;
}

footer .copyright {
  padding: 0.3rem;
  font-size: 0.12rem;
  text-align: center;
}

footer .logo-footer {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
}

footer .logo-footer a {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

footer .logo-footer a:hover {
  opacity: .7;
}

footer .privacy {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.14rem;
}

footer .privacy a {
  color: #999;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    padding: 0.15rem 0.15rem 0.05rem;
    font-size: 0.1rem;
  }
  footer .logo-footer {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 1.6rem;
    margin: 0 auto;
    padding-top: 0.2rem;
  }
  footer .privacy {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    padding-bottom: 0.7rem;
    text-align: center;
  }
}

/* cntents
   ========================================================================== */
/* common */
.title-01 {
  position: absolute;
  top: -1.6rem;
  left: 0;
  width: 1.68rem;
  height: 1.68rem;
  padding-top: 1rem;
  font-family: "Renner*";
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #eb6100;
  border-radius: 0.9rem;
  color: #fff;
}

.title-02 {
  margin-bottom: 0.3rem;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
}

.title-02 .line {
  font-weight: normal;
}

.title-03 {
  margin-bottom: 0.4rem;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
}

.btn-pagetop {
  position: fixed;
  /* right: 0.4rem; */
  left: 0.4rem;
  bottom: 0.4rem;
  width: 0.46rem;
}

.btn-pagetop a {
  display: inline-block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-pagetop a:hover {
  opacity: .7;
}

.btn-contact-float {
  position: fixed;
  top: 1.4rem;
  right: 0;
}

.btn-contact-float a {
  display: block;
  padding: 0.2rem 0.18rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.btn-contact-float a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .title-01 {
    top: -1.6rem;
    width: 1.38rem;
    height: 1.38rem;
    padding-top: 0.9rem;
    font-size: 0.16rem;
  }
  .title-02 {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .title-03 {
    margin-bottom: 0.25rem;
    font-size: 0.2rem;
  }
  .btn-pagetop {
    right: 0.1rem;
    bottom: 0.15rem;
    width: 0.4rem;
  }
  .btn-contact-float {
    position: fixed;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .btn-contact-float a {
    padding: 0.13rem 0.45rem;
    -webkit-transition: none;
    transition: none;
  }
  .btn-contact-float a:hover {
    opacity: 1;
  }
  .btn-contact-float a br {
    display: none;
  }
}

/* main */
.main-area {
  padding: calc(30 / 1080 * 100 * 1%) 0.4rem calc(40 / 1080 * 100 * 1%);
  background-color: #dae000;
}

.main-area .inner-wrapper-l {
  position: relative;
}

.main-area .catch-setbox {
  padding: calc(60 / 1080 * 100 * 1%) 0 calc(160 / 1080 * 100 * 1%);
}

.main-area .catch-copy01 {
  width: 37%;
  margin-bottom: calc(30 / 1080 * 100 * 1%);
}

.main-area .main-logo {
  width: 50%;
  margin-left: -35px;
}

.main-area .catch-copy02 {
  width: 26%;
  margin-top: calc(50 / 1080 * 100 * 1%);
}

.main-area .main-visual {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
}

@media screen and (max-width: 767px) {
  .main-area {
    padding: calc(20 / 375 * 100 * 1%) 0.3rem calc(30 / 375 * 100 * 1%);
    background-color: #dae000;
  }
  .main-area .inner-wrapper-l {
    position: relative;
  }
  .main-area .catch-setbox {
    padding: calc(10 / 375 * 100 * 1%) 0 calc(10 / 375 * 100 * 1%);
  }
  .main-area .catch-copy01 {
    width: 74%;
    margin-bottom: calc(20 / 375 * 100 * 1%);
  }
  .main-area .main-logo {
    width: 85%;
    margin-left: -15px;
  }
  .main-area .catch-copy02 {
    width: 52%;
    margin-top: calc(30 / 375 * 100 * 1%);
  }
  .main-area .main-visual {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
    width: 100%;
  }
  .main-area .main-visual img {
    width: 85%;
  }
}

/* sec01 */
.sec01 {
  overflow: hidden;
  padding-top: 0.8rem;
}

.sec01 .inner-wrapper {
  position: relative;
}

.sec01 .message-wrapper {
  margin-top: 0.3rem;
  padding-left: 1.6rem;
  padding-bottom: 0.8rem;
}

.sec01 .message-wrapper .lead {
  margin-bottom: 0.3rem;
}

.sec01 .img-box {
  position: absolute;
  bottom: 0;
  right: -1.75rem;
  width: 3.54rem;
}

@media screen and (max-width: 767px) {
  .sec01 .message-wrapper {
    margin-top: 0.05rem;
    padding-left: 0;
    padding-bottom: 0;
  }
  .sec01 .message-wrapper .lead {
    margin-bottom: 0.2rem;
  }
  .sec01 .message-wrapper .lead br {
    display: none;
  }
  .sec01 .message-wrapper .message-lead .lead:last-of-type {
    margin-bottom: -1.5rem;
    padding-right: 45%;
  }
  .sec01 .img-box {
    position: relative;
    bottom: auto;
    right: auto;
    width: 110%;
    margin-right: -10%;
    text-align: right;
  }
  .sec01 .img-box img {
    width: 52%;
  }
}

/* sec02 */
.sec02 {
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  background-color: #dae000;
}

.sec02 .inner-wrapper {
  position: relative;
}

.sec02 .profile-wrapper {
  padding-top: 0.6rem;
}

.sec02 .profile-text {
  width: 4.5rem;
  margin-right: 0.6rem;
}

.sec02 .profile-text h3 {
  margin-bottom: 0.25rem;
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 1.75;
}

.sec02 .profile-text .lead {
  margin-bottom: 0.2rem;
}

.sec02 .profile-img {
  width: 3.7rem;
}

.sec02 .profile-img img {
  border-radius: 16px;
}

.sec02 .profile-img .name-box {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
}

.sec02 .profile-img .name-box .posi {
  line-height: 1.5;
}

.sec02 .profile-img .name-box .name {
  margin-top: 0.08rem;
  font-size: 0.36rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 0.3rem;
  }
  .sec02 .profile-wrapper {
    padding-top: 0.05rem;
  }
  .sec02 .profile-text {
    width: 100%;
    margin-right: 0;
  }
  .sec02 .profile-text h3 {
    margin-bottom: 0.22rem;
    font-size: 0.2rem;
  }
  .sec02 .profile-text .lead {
    margin-bottom: 0.2rem;
  }
  .sec02 .profile-img {
    width: 80%;
    margin: 0 auto;
  }
  .sec02 .profile-img .name-box {
    margin-top: 0.2rem;
    font-size: 0.16rem;
  }
  .sec02 .profile-img .name-box .name {
    font-size: 0.3rem;
  }
}

/* sec03 */
.sec03 {
  position: relative;
  padding-top: 0.8rem;
  overflow: hidden;
}

.sec03 .service-step-set .setp-box {
  margin-right: 0.16rem;
}

.sec03 .service-step-set .setp-box:last-child {
  margin-right: 0;
}

.sec03 .service-step-set .setp-box .num {
  font-family: 'Oswald', sans-serif;
  font-size: 1.05rem;
  line-height: 1;
  text-align: center;
}

.sec03 .service-step-set .setp-box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.08rem;
  height: 2.08rem;
  margin-top: -0.3rem;
  padding-top: 0.15rem;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #dae000;
  border-radius: 1.1rem;
}

.sec03 .service-step-set .setp-box .lead {
  margin-top: 0.2rem;
  font-size: 0.14rem;
  text-align: center;
  white-space: nowrap;
}

.sec03 .plus-bpx {
  margin: 0.1rem 0 0.3rem;
  font-size: 0.55rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.sec03 .step-plus {
  margin: 0 0 1.2rem;
  padding: 0.18rem 0.25rem;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #dae000;
  border-radius: 0.3rem;
}

.sec03 .service-wrapper02 {
  position: relative;
  padding-bottom: 0.7rem;
}

.sec03 .service-wrapper02 .title-02 {
  margin-bottom: 0.45rem;
}

.sec03 .service-possible {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.15rem;
}

.sec03 .service-possible > li {
  width: 48.4%;
  padding: 0.13rem 0.1rem;
  margin-right: 3%;
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  border: 4px solid #dae000;
}

.sec03 .service-possible > li:nth-child(2n) {
  margin-right: 0;
}

.sec03 .service-possible02 {
  margin-bottom: 0.5rem;
  padding: 0.2rem;
  background-color: #dae000;
  border-radius: 20px;
}

.sec03 .service-possible02 .title-set {
  padding: 0.2rem;
  width: 6.5rem;
  margin-right: 0.3rem;
  text-align: center;
}

.sec03 .service-possible02 .title-set .title {
  padding: 0.13rem 0.2rem;
  margin-bottom: 0.13rem;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #eb6100;
  border-radius: 15px;
}

.sec03 .service-possible02 .title-set .catch {
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.sec03 .service-possible02 .title-set .catch .bld {
  font-size: 0.54rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  color: #eb6100;
}

.sec03 .service-possible02 .img-box {
  width: 1.8rem;
}

.sec03 .service-possible03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.66rem;
  margin-top: 0.2rem;
  border: 4px solid #dae000;
  border-radius: 40px;
  font-weight: bold;
}

.sec03 .service-possible03 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 100%;
  font-size: 0.26rem;
  text-align: center;
  background-color: #dae000;
  border-radius: 40px 0 0 40px;
}

.sec03 .service-possible03 dd {
  width: 5.8rem;
  padding: 0 0.2rem;
  font-size: 0.18rem;
}

.sec03 .arrow-box {
  position: absolute;
  left: 1.15rem;
  bottom: -1px;
  width: 1rem;
}

@media only screen and (max-width: 960px) {
  .sec03 .service-step-set {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec03 .service-step-set .setp-box .num {
    font-size: 0.95rem;
  }
  .sec03 .service-step-set .setp-box h3 {
    width: 1.88rem;
    height: 1.88rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.28rem;
  }
  .sec03 .service-step-set .setp-box .lead {
    font-size: 0.13rem;
  }
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding-top: 0.4rem;
  }
  .sec03 .service-step-set .setp-box {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .sec03 .service-step-set .setp-box:last-child {
    margin-right: 0;
  }
  .sec03 .service-step-set .setp-box .num {
    font-size: 0.6rem;
  }
  .sec03 .service-step-set .setp-box h3 {
    width: 1.85rem;
    height: 1.85rem;
    margin-top: -0.3rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.1rem;
    font-size: 0.24rem;
  }
  .sec03 .service-step-set .setp-box .lead {
    margin-top: 0.1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sec03 .plus-bpx {
    margin: -0.15rem 0 0.2rem;
    font-size: 0.45rem;
  }
  .sec03 .step-plus {
    margin: 0 0 0.8rem;
    padding: 0.15rem 0.2rem;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    background-color: #dae000;
    border-radius: 0.3rem;
  }
  .sec03 .service-wrapper02 {
    padding-bottom: 0.4rem;
  }
  .sec03 .service-wrapper02 .title-02 {
    margin-bottom: 0.25rem;
  }
  .sec03 .service-possible > li {
    width: 100%;
    padding: 0.08rem 0.1rem;
    margin-right: 0;
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    border: 3px solid #dae000;
  }
  .sec03 .service-possible02 {
    margin-bottom: 0.3rem;
    border-radius: 15px;
  }
  .sec03 .service-possible02 .title-set {
    padding: 0;
    width: 100%;
    margin-right: 0;
  }
  .sec03 .service-possible02 .title-set .title {
    padding: 0.1rem 0.1rem;
    margin: 0 -20px 0.13rem;
    font-size: 0.16rem;
    border-radius: 0;
  }
  .sec03 .service-possible02 .title-set .catch {
    font-size: 0.24rem;
  }
  .sec03 .service-possible02 .title-set .catch .bld {
    font-size: 0.36rem;
    line-height: 1.3;
  }
  .sec03 .service-possible02 .img-box {
    width: 65%;
    margin: 0.15rem auto 0;
  }
  .sec03 .service-possible03 {
    display: block;
    height: auto;
    margin-top: 0.15rem;
    border: 3px solid #dae000;
    border-radius: 15px;
  }
  .sec03 .service-possible03 dt {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.03rem 0.1rem;
    font-size: 0.18rem;
    border-radius: 10px 10px 0 0;
  }
  .sec03 .service-possible03 dd {
    width: 100%;
    padding: 0.08rem 0.15rem;
    font-size: 0.16rem;
    line-height: 1.65;
  }
  .sec03 .arrow-box {
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* sec04 */
.sec04 {
  padding-top: 0.6rem;
  background-color: #dae000;
}

.sec04 .plan-wrapper {
  margin-bottom: 1rem;
}

.sec04 .plan-step-set {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec04 .plan-box {
  width: 31.99%;
  margin-right: 2%;
  margin-bottom: 0.5rem;
}

.sec04 .plan-box:nth-child(3n) {
  margin-right: 0;
}

.sec04 .plan-box h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0.94rem;
  padding: 0.1rem;
  margin-bottom: 0.08rem;
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  background-color: #eb6100;
  border-radius: 30px;
  color: #fff;
}

.sec04 .plan-box h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.17rem;
  width: 0.36rem;
  height: 0.18rem;
  margin-left: -0.18rem;
  background: url("/img/arrow-l.png") center top/100% auto no-repeat;
}

.sec04 .plan-box .text-set {
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 30px;
  line-height: 1.65;
}

.sec04 .plan-box .text-set .lead {
  min-height: 2.5rem;
}

.sec04 .plan-box .text-set .plice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 0.6rem;
  padding-top: 0.15rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.35;
  border-top: 3px solid #dae000;
}

.sec04 .plan-box .text-set .plice .sml {
  font-size: 0.13rem;
}

.sec04 .plan-other {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec04 .plan-other .img {
  width: 3.26rem;
  margin-right: 0.74rem;
}

.sec04 .plan-other .text {
  width: 4.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.23rem;
  font-weight: bold;
}

.sec04 .voice-wrapper {
  position: relative;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 50px;
}

.sec04 .voice-wrapper .title-tab {
  position: absolute;
  top: -0.27rem;
  left: 0.4rem;
  width: 1.9rem;
  height: 1.3rem;
  padding: 0.48rem 0 0 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  background: url("/img/img-title-sket.png") center center/100% auto no-repeat;
}

.sec04 .voice-wrapper .title-num {
  font-size: 0.26rem;
  text-align: center;
  font-weight: bold;
}

.sec04 .voice-wrapper .title-num .num {
  font-family: "Renner*";
  font-weight: bold;
}

.sec04 .voice-wrapper .title-num .text {
  position: relative;
  display: inline-block;
  padding: 0 0.8rem;
}

.sec04 .voice-wrapper .title-num .text::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5rem;
  height: 1px;
  background-color: #666;
}

.sec04 .voice-wrapper .title-num .text::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5rem;
  height: 1px;
  background-color: #666;
}

.sec04 .voice-wrapper .title-catch {
  padding: 0.5rem 0 0.4rem;
  font-size: 0.42rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #eb6100;
}

.sec04 .voice-wrapper .voice-setbox01 {
  margin-bottom: 0.3rem;
}

.sec04 .voice-wrapper .voice-setbox01 .text-box {
  width: 4.15rem;
  margin-right: 0.5rem;
}

.sec04 .voice-wrapper .voice-setbox01 .text-box .spec {
  margin-bottom: 0.5rem;
}

.sec04 .voice-wrapper .voice-setbox01 .text-box .spec .term {
  display: inline-block;
  min-width: 80%;
  margin-bottom: 0.2rem;
  padding: 0.07rem 0.1rem;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-size: 0.12rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.sec04 .voice-wrapper .voice-setbox01 .text-box .spec .name {
  font-size: 0.24rem;
  line-height: 1.5;
}

.sec04 .voice-wrapper .voice-setbox01 .text-box .spec .name .bld {
  font-weight: bold;
}

.sec04 .voice-wrapper .voice-setbox01 .text-box h3 {
  margin-bottom: 0.25rem;
  font-size: 0.27rem;
  font-weight: normal;
  line-height: 1.65;
}

.sec04 .voice-wrapper .voice-setbox01 .img-setbox {
  width: 3.15rem;
}

.sec04 .voice-wrapper .voice-setbox01 .img-setbox .img {
  margin-bottom: 0.3rem;
}

.sec04 .voice-wrapper .voice-setbox02 {
  margin-bottom: 0.8rem;
}

.sec04 .voice-wrapper .voice-setbox03 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 0.3rem;
}

.sec04 .voice-wrapper .voice-setbox03 .text-box {
  width: 4.15rem;
  margin-left: 0.5rem;
}

.sec04 .voice-wrapper .voice-setbox03 .text-box h3 {
  margin-bottom: 0.25rem;
  font-size: 0.27rem;
  font-weight: normal;
  line-height: 1.65;
}

.sec04 .voice-wrapper .voice-setbox03 .img-setbox {
  width: 3.15rem;
}

.sec04 .voice-wrapper .voice-setbox03 .img-setbox .img {
  margin-bottom: 0.3rem;
}

.sec04 .voice-wrapper .voice-setbox04 .lead {
  margin-bottom: 0.3rem;
}

.sec04 .voice-wrapper .client-box {
  padding: 0.3rem;
  border: 1px solid #666;
  border-radius: 30px;
}

.sec04 .voice-wrapper .client-box .text-box {
  width: 4.9rem;
  margin-right: 0.2rem;
  font-size: 0.13rem;
}

.sec04 .voice-wrapper .client-box .text-box dt {
  margin-bottom: 0.08rem;
  font-weight: bold;
}

.sec04 .voice-wrapper .client-box .img-box {
  width: 2.1rem;
  margin-top: 0.1rem;
}

.sec04 .btn-wrapper {
  padding: 0.6rem 0;
}

.sec04 .btn-wrapper .btn-contact {
  display: block;
  width: 4.6rem;
  margin: 0 auto;
  padding: 0.2rem;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #eb6100;
  border-radius: 20px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.sec04 .btn-wrapper .btn-contact:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding-top: 0.4rem;
  }
  .sec04 .plan-wrapper {
    margin-bottom: 0.8rem;
  }
  .sec04 .plan-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
  .sec04 .plan-box:nth-child(3n) {
    margin-right: 0;
  }
  .sec04 .plan-box h3 {
    display: block;
    height: auto;
    font-size: 0.16rem;
    border-radius: 15px;
    /*&::after{
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: rem(-17);
        width: rem(36);
        height: rem(18);
        margin-left: rem(-18);
        background: url('/img/arrow-l.png') center top / 100% auto no-repeat;
      }*/
  }
  .sec04 .plan-box .text-set {
    border-radius: 15px;
  }
  .sec04 .plan-box .text-set .lead {
    min-height: inherit;
    padding-bottom: 0.18rem;
  }
  .sec04 .plan-box .text-set .plice {
    display: block;
    min-height: inherit;
    padding-top: 0.18rem;
  }
  .sec04 .plan-box .text-set .plice .sml {
    font-size: 0.14rem;
  }
  .sec04 .plan-other .img {
    width: 80%;
    margin: 0.1rem auto 0;
  }
  .sec04 .plan-other .text {
    width: 100%;
    display: block;
    font-size: 0.18rem;
  }
  .sec04 .voice-wrapper {
    padding: 0.9rem 0.2rem 0.2rem;
    background-color: #fff;
    border-radius: 15px;
  }
  .sec04 .voice-wrapper .title-tab {
    top: -0.38rem;
    left: 0.2rem;
    width: 1.34rem;
    height: 1.3rem;
    padding: 0.45rem 0 0 0.1rem;
    font-size: 0.14rem;
  }
  .sec04 .voice-wrapper .title-num {
    font-size: 0.16rem;
  }
  .sec04 .voice-wrapper .title-num .text {
    padding: 0 0.35rem;
  }
  .sec04 .voice-wrapper .title-num .text::before {
    width: 0.15rem;
  }
  .sec04 .voice-wrapper .title-num .text::after {
    width: 0.15rem;
  }
  .sec04 .voice-wrapper .title-catch {
    padding: 0.2rem 0 0.3rem;
    font-size: 0.3rem;
    text-align: left;
  }
  .sec04 .voice-wrapper .title-catch br {
    display: none;
  }
  .sec04 .voice-wrapper .voice-setbox01 .text-box {
    width: 100%;
    margin-right: 0;
  }
  .sec04 .voice-wrapper .voice-setbox01 .text-box .spec {
    margin-bottom: 0.3rem;
  }
  .sec04 .voice-wrapper .voice-setbox01 .text-box .spec .term {
    display: block;
    min-width: inherit;
    margin-bottom: 0.15rem;
  }
  .sec04 .voice-wrapper .voice-setbox01 .text-box .spec .name {
    font-size: 0.18rem;
  }
  .sec04 .voice-wrapper .voice-setbox01 .text-box h3 {
    margin-bottom: 0.2rem;
    font-size: 0.25rem;
    line-height: 1.55;
  }
  .sec04 .voice-wrapper .voice-setbox01 .img-setbox {
    width: 100%;
    margin-top: 0.25rem;
  }
  .sec04 .voice-wrapper .voice-setbox01 .img-setbox .img {
    margin-bottom: 0.2rem;
  }
  .sec04 .voice-wrapper .voice-setbox02 {
    margin-bottom: 0.35rem;
  }
  .sec04 .voice-wrapper .voice-setbox03 {
    margin-bottom: 0.3rem;
  }
  .sec04 .voice-wrapper .voice-setbox03 .text-box {
    width: 100%;
    margin-left: 0;
  }
  .sec04 .voice-wrapper .voice-setbox03 .text-box h3 {
    margin-bottom: 0.2rem;
    font-size: 0.25rem;
    line-height: 1.55;
  }
  .sec04 .voice-wrapper .voice-setbox03 .img-setbox {
    width: 100%;
    margin-top: 0.25rem;
  }
  .sec04 .voice-wrapper .voice-setbox03 .img-setbox .img {
    margin-bottom: 0.25rem;
  }
  .sec04 .voice-wrapper .voice-setbox04 .lead {
    margin-bottom: 0.2rem;
  }
  .sec04 .voice-wrapper .client-box {
    padding: 0.2rem;
    border-radius: 12px;
  }
  .sec04 .voice-wrapper .client-box .text-box {
    width: 100%;
    margin-right: 0;
  }
  .sec04 .voice-wrapper .client-box .img-box {
    width: 100%;
    margin-top: 0.1rem;
  }
  .sec04 .btn-wrapper {
    padding: 0.3rem 0;
  }
  .sec04 .btn-wrapper .btn-contact {
    width: 90%;
    padding: 0.17rem;
    font-size: 0.2rem;
    border-radius: 12px;
    -webkit-transition: none;
    transition: none;
  }
  .sec04 .btn-wrapper .btn-contact:hover {
    opacity: 1;
  }
}



/* sec05 */
.sec05 {
  overflow: hidden;
  padding-top: 0.8rem;
}

.sec05 .inner-wrapper {
  position: relative;
}

.sec05 .message-wrapper {
  margin-top: 0.3rem;
  padding-left: 1.6rem;
  padding-bottom: 0.8rem;
}

.sec05 .message-wrapper .lead {
  margin-bottom: 0.3rem;
}

.sec05 .img-box {
  position: absolute;
  bottom: 0;
  right: -1.75rem;
  width: 3.54rem;
}

.sec05 .btn-wrapper {
  padding: 0.6rem 0;
}

.sec05 .btn-wrapper .btn-contact {
  display: block;
  width: 4.6rem;
  margin: 0 auto;
  padding: 0.2rem;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #eb6100;
  border-radius: 20px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.sec05 .btn-wrapper .btn-contact:hover {
  opacity: .8;
}
.sec05 .movie-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.sec05 .movie-wrapper iframe {
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 767px) {
  .sec05 .message-wrapper {
    margin-top: 0.05rem;
    padding-left: 0;
    padding-bottom: 0;
  }
  .sec05 .message-wrapper .lead {
    margin-bottom: 0.2rem;
  }
  .sec05 .message-wrapper .lead br {
    display: none;
  }
  .sec05 .message-wrapper .message-lead .lead:last-of-type {
    margin-bottom: -1.5rem;
    padding-right: 45%;
  }
  .sec05 .img-box {
    position: relative;
    bottom: auto;
    right: auto;
    width: 110%;
    margin-right: -10%;
    text-align: right;
  }
  .sec05 .img-box img {
    width: 52%;
  }

  .sec05 .btn-wrapper {
    padding: 0.3rem 0;
  }
  .sec05 .btn-wrapper .btn-contact {
    width: 90%;
    padding: 0.17rem;
    font-size: 0.2rem;
    border-radius: 12px;
    -webkit-transition: none;
    transition: none;
  }
  .sec05 .btn-wrapper .btn-contact:hover {
    opacity: 1;
  }

  .sec05 .movie-wrapper {
    width: 100%;
    margin-left: -0rem;
    aspect-ratio: 16 / 9;
  }
  .sec05 .movie-wrapper iframe {
    width: 100%;
    height: 100%;
    margin-left: -0rem;
  }
  
}
/*# sourceMappingURL=common.css.map */