@charset "UTF-8";
/*===============================================
# font-size
=================================================*/
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  -webkit-appearance: none;
}

iframe {
  border: none;
}

/*===============================================
# common
=================================================*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

@media screen and (max-width: 767px) {
  html {
    height: 75px;
  }
}

body {
  font-size: 16px;
  color: #333333;
  font-family: 'Noto Sans JP', serif;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media screen and (max-width: 560px) {
  body {
    font-size: 16px;
  }
}

* {
  padding: 0;
  margin: 0;
}

#wrap {
  overflow: hidden !important;
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 20px;
}

@media screen and (max-width: 1279px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

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

.is-sp {
  display: none;
}

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

a:hover {
  opacity: 0.7;
}

/*===============================================
# section
=================================================*/
/* color
================================*/
.green {
  color: #2FBDA7;
}

/* title
================================*/
.lp_title {
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
  font-weight: bold;
}

@media screen and (max-width: 1279px) {
  .lp_title {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 1023px) {
  .lp_title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.lp_title span {
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 1279px) {
  .lp_title span {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media screen and (max-width: 1023px) {
  .lp_title span {
    font-size: 37px;
    font-size: 2.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .lp_title span {
    font-size: 32px;
    font-size: 2rem;
  }
}

/*===============================================
# cta
=================================================*/
/* cta01
================================*/
.cta01 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../img/common/cta_bg.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .cta01 {
    background: url(../img/common/sp/cta_bg.png) center center/cover no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cta01_title {
  text-align: center;
}

.cta01_title h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .cta01_title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 560px) {
  .cta01_title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.cta01_title h2 span {
  color: #FFFCDE;
  font-size: 35px;
  font-size: 2.1875rem;
}

@media screen and (max-width: 767px) {
  .cta01_title h2 span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.cta_btn a {
  margin: auto;
}

/* cta02
================================*/
.cta02 {
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(../img/common/cta_bg02.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .cta02 {
    background: url(../img/common/sp/cta_bg.png) center center/cover no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cta02_title {
  text-align: center;
  margin-bottom: 40px;
}

.cta02_title h2 {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .cta02_title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 560px) {
  .cta02_title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.cta02_title h2 span {
  color: #FFFCDE;
  font-size: 48px;
  font-size: 3rem;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cta02_title h2 span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 560px) {
  .cta02_title h2 span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.cta02_title h2 span::after {
  position: absolute;
  content: "";
  background: url(../img/common/srash01.svg) center center/contain no-repeat;
  width: 52px;
  height: 61px;
  left: -45px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .cta02_title h2 span::after {
    width: 35px;
    height: 37px;
    left: -35px;
  }
}

.cta02_title h2 span::before {
  position: absolute;
  content: "";
  background: url(../img/common/srash02.svg) center center/contain no-repeat;
  width: 52px;
  height: 61px;
  right: -45px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .cta02_title h2 span::before {
    width: 35px;
    height: 37px;
    right: -35px;
  }
}

.cta02_text {
  text-align: center;
}

.cta02_text p {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.42;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .cta02_text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.cta02_form {
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .cta02_form {
    margin-top: 45px;
  }
}

.cta02_form input[type="email"] {
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 33px;
  height: 65px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cta02_form input[type="email"] {
    height: 55px;
  }
}

.cta03_form {
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .cta03_form {
    margin-top: 45px;
  }
}

.cta03_form input[type="text"],
.cta03_form input[type="email"] {
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #707070;
  border-radius: 33px;
}

@media screen and (max-width: 767px) {
  .cta03_form input[type="text"],
  .cta03_form input[type="email"] {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cta03_form input[type="text"],
.cta03_form input[type="email"] {
  padding: 10px 5px;
}

.submit_btn {
  margin-top: 30px;
}

.submit_btn p {
  margin: auto;
  display: block;
  width: 299px;
  border-radius: 42px;
  border: 2px solid #fff;
  background: #F98183;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .submit_btn p {
    width: 240px;
  }
}

.submit_btn p::before {
  position: absolute;
  content: "";
  top: 49%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/common/mail.svg) center center/contain no-repeat;
  width: 21px;
  height: 17px;
}

@media screen and (max-width: 767px) {
  .submit_btn p::before {
    width: 20px;
    height: 17px;
    left: 13px;
    top: 52%;
  }
}

.submit_btn p input[type="submit"] {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  background: transparent;
  cursor: pointer;
  padding: 15px 0;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .submit_btn p input[type="submit"] {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.submit_btn p .wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  background-color: #fff;
}

/* ビジネス版フォーム
================================*/
.business_form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 10px;
}

.business_form .contact_item_title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .business_form .contact_item_title {
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}

.business_form .contact_item_title_inline {
  width: 45px;
  background-color: #B51515;
  text-align: center;
  color: #fff;
  padding: 3px 11px;
  vertical-align: middle;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .business_form .contact_item_title_inline {
    margin-left: 15px;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

.business_form .contact_item_input {
  width: 100%;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .business_form .contact_item_input {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}

.business_form .contact_item_input_select {
  position: relative;
  width: 250px;
}

.business_form .contact_item_input_select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #414141 transparent transparent transparent;
  right: 15px;
  top: 20px;
  pointer-events: none;
}

.business_form .contact_item_input_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 10px;
}

.business_form .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

/* btn
================================*/
.btn a {
  display: block;
  width: 299px;
  border-radius: 42px;
  border: 2px solid #fff;
  background: #F98183;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 240px;
    padding: 15px 0;
  }
}

.btn a p {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn a p {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 20px;
    display: block;
  }
}

.btn a p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.-two a {
  width: 625px;
}

@media screen and (max-width: 767px) {
  .btn.-two a {
    width: 240px;
  }
}

.btn_after a {
  display: block;
  width: 299px;
  border-radius: 42px;
  border: 2px solid #fff;
  background: #F98183;
  padding: 20px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn_after a {
    width: 240px;
    padding: 15px 0;
  }
}

.btn_after a p {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn_after a p {
    font-size: 18px;
    font-size: 1.125rem;
    display: block;
  }
}

.btn_after a p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_after.-two a {
  width: 625px;
}

@media screen and (max-width: 767px) {
  .btn_after.-two a {
    width: 240px;
  }
}

.btn02 a {
  display: block;
  width: 299px;
  border-radius: 42px;
  border: 2px solid #fff;
  background: #F98183;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn02 a {
    width: 240px;
    padding: 15px 0;
  }
}

.btn02 a p {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn02 a p {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
  }
}

.btn02.-two a {
  width: 625px;
}

@media screen and (max-width: 767px) {
  .btn02.-two a {
    width: 240px;
  }
}

.btn_mail a p::before {
  background: url(../img/common/mail.svg) center center/contain no-repeat;
  width: 21px;
  height: 17px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .btn_mail a p::before {
    width: 20px;
    height: 17px;
    left: 13px;
    top: 52%;
  }
}

.btn_paper a p::before {
  background: url(../img/common/paper.svg) center center/contain no-repeat;
  width: 27px;
  height: 34px;
  left: 0px;
}

@media screen and (max-width: 767px) {
  .btn_paper a p::before {
    width: 20px;
    height: 25px;
    left: 20px;
  }
}

/*===============================================
# header
=================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header {
    height: 75px;
  }
}

.header_inner {
  padding: 17px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  .header_inner {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .header_inner {
    padding: 15px 15px;
  }
}

@media screen and (max-width: 560px) {
  .header_inner {
    padding: 15px 10px;
  }
}

.header_logo {
  width: 170px;
}

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

.header_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

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

/* load
================================*/
.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

.logo_fadein .logo {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .logo_fadein .logo {
    width: 100px;
  }
}

.logo_fadein .pin {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .logo_fadein .pin {
    width: 300px;
  }
}

/*===============================================
# footer
=================================================*/
.footer {
  background-color: #FFF;
}

@media screen and (max-width: 825px) {
  .footer {
    margin-bottom: 57px;
  }
}

.footer_logo {
  width: 155px;
  margin: auto;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .footer_logo {
    width: 100px;
    padding: 15px 0;
  }
}

.footer_link {
  padding: 15px 0;
  text-align: center;
}

.footer_link a {
  color: #333333;
}

.footer_copy {
  padding: 10px 0;
  text-align: center;
}

.footer_copy p {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

/* フロート
================================*/
.sp_footer {
  display: none;
}

@media screen and (max-width: 825px) {
  .sp_footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 57px;
    padding: 5px 15px;
    background-color: #fff;
    z-index: 10;
  }
}

.footer_business_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*===============================================
# business
=================================================*/
/* business本体
================================*/
.business {
  margin-top: 88px;
  /* section01
    ================================*/
  /* section02
    ================================*/
  /* section03
    ================================*/
  /* section04
    ================================*/
  /* section05
    ================================*/
  /* section06
    ================================*/
  /* qa
    ================================*/
}

@media screen and (max-width: 767px) {
  .business {
    margin-top: 75px;
  }
}

.business .mv {
  position: relative;
  width: 100vw;
  height: 822px;
  overflow: hidden;
}

@media screen and (max-width: 1450px) {
  .business .mv {
    height: 600px;
  }
}

@media screen and (max-width: 1279px) {
  .business .mv {
    height: 550px;
  }
}

@media screen and (max-width: 1023px) {
  .business .mv {
    height: 500px;
  }
}

@media screen and (min-width: 1700px) {
  .business .mv {
    height: 950px;
  }
}

@media screen and (max-width: 767px) {
  .business .mv {
    height: 500px;
    width: 100%;
    overflow: hidden;
  }
}

.business .mv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .business .mv_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 1000px;
  }
}

.business .mv_inner video {
  width: 100%;
}

.business .mv_container {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 180px;
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1450px) {
  .business .mv_container {
    margin: 0 120px;
  }
}

@media screen and (max-width: 1279px) {
  .business .mv_container {
    margin: 0 80px;
  }
}

@media screen and (max-width: 1023px) {
  .business .mv_container {
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .business .mv_container {
    margin: 0 15px;
  }
}

.business .mv_text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.business .mv_text .mv_text_top {
  width: 348px;
  margin-left: 50px;
}

@media screen and (max-width: 1450px) {
  .business .mv_text .mv_text_top {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .business .mv_text .mv_text_top {
    width: 190px;
  }
}

.business .mv_text .mv_text_bottom {
  width: 610px;
  margin-top: 40px;
}

@media screen and (max-width: 1450px) {
  .business .mv_text .mv_text_bottom {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .business .mv_text .mv_text_bottom {
    margin-top: 20px;
    width: 300px;
  }
}

.business .section01 {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .business .section01 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.business .section02 {
  background-color: #FFFCDE;
  position: relative;
}

.business .section02::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 59px 0 59px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.business .section02_inner {
  position: relative;
  padding-top: 110px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .business .section02_inner {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.business .section02_inner_left {
  position: absolute;
  left: 0;
  top: -15px;
  width: 37%;
}

@media screen and (max-width: 1279px) {
  .business .section02_inner_left {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .business .section02_inner_left {
    position: static;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
  }
}

@media screen and (max-width: 560px) {
  .business .section02_inner_left {
    max-width: 250px;
  }
}

.business .section02_inner_right {
  width: 56%;
  margin-left: auto;
}

@media screen and (max-width: 1279px) {
  .business .section02_inner_right {
    width: 58%;
  }
}

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

.business .section02_inner_right p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .business .section02_inner_right p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.business .section02_inner_right_logo {
  padding-bottom: 27px;
  border-bottom: 3px solid #F98183;
  margin-bottom: 25px;
}

.business .section02_inner_right_logo img {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .business .section02_inner_right_logo img {
    width: 280px;
  }
}

@media screen and (max-width: 560px) {
  .business .section02_inner_right_logo img {
    width: 200px;
  }
}

.business .section03 {
  padding-top: 150px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .business .section03 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

.business .section03_title {
  width: 250px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .business .section03_title {
    width: 220px;
  }
}

.business .section03_text {
  margin-top: 40px;
  text-align: center;
}

.business .section03_text p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .business .section03_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.business .section03_video {
  margin-top: 40px;
  width: 100%;
  height: 530px;
}

@media screen and (max-width: 767px) {
  .business .section03_video {
    height: 270px;
  }
}

.business .section03_video iframe {
  aspect-ratio: 1080/530;
  width: 100%;
  height: 100%;
}

.business .section04 {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .business .section04 {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.business .section04_wrap {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 75px;
}

@media screen and (max-width: 767px) {
  .business .section04_wrap {
    margin-top: 60px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.business .section04_item {
  text-align: center;
}

.business .section04_item img {
  margin-bottom: 30px;
  height: initial;
  width: initial;
}

@media screen and (max-width: 767px) {
  .business .section04_item img {
    width: 80%;
    margin-bottom: 15px;
  }
}

.business .section04_item h3 {
  text-align: center;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
}

.business .section04_item h3 span {
  font-size: 25px;
  font-size: 1.5625rem;
}

.business .section04_item p {
  text-align: left;
  margin-top: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .business .section04_item p {
    margin-top: 15px;
  }
}

.business .section05 {
  background-color: #FFFCDE;
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .business .section05 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.business .section05::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 59px 0 59px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.business .section05_text {
  margin-top: 30px;
}

.business .section05_text p {
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}

.business .section05_line {
  margin-top: 30px;
}

.business .section05_line p {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  color: #2FBDA7;
  line-height: 1.45;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .business .section05_line p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.business .section05_img {
  margin: auto;
  margin-top: 40px;
  max-width: 620px;
}

@media screen and (max-width: 767px) {
  .business .section05_img {
    max-width: 350px;
  }
}

.business .section06 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .business .section06 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.business .section06_table {
  max-width: 830px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .business .section06_table {
    margin-top: 30px;
  }
}

.business .section06_table table {
  border-radius: 10px 10px 0 0;
  border: 1px solid #2FBDA7;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.business .section06_table table .one {
  width: 24%;
  border-right: 1px solid #fff;
}

.business .section06_table table .two {
  width: 38%;
  border-right: 1px solid #fff;
}

.business .section06_table table .three {
  width: 38%;
}

.business .section06_table table th {
  background-color: #2FBDA7;
  color: #fff;
  padding: 24px 0;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .business .section06_table table th {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 17px 0;
  }
}

.business .section06_table table td {
  border: 1px solid #2FBDA7;
  vertical-align: middle;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0;
  line-height: 1.42;
  font-weight: 500;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .business .section06_table table td {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 0;
  }
}

.business .section06_table table td span {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .business .section06_table table td span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.business .section06_table table .title {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (max-width: 767px) {
  .business .section06_table table .title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.business .qa {
  padding-top: 100px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .business .qa {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.business .qa_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .business .qa_wrap {
    margin-top: 40px;
  }
}

.business .qa_wrap dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 40px;
}

.business .qa_item {
  background: #FFFCDE;
  padding: 40px 50px;
}

@media screen and (max-width: 767px) {
  .business .qa_item {
    padding: 20px 25px;
  }
}

.business .qa_item dt {
  padding-left: 46px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .business .qa_item dt {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 35px;
  }
}

.business .qa_item dt::before {
  position: absolute;
  content: "Q.";
  font-family: "Barlow", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.2;
  color: #2FBDA7;
  left: 0;
  top: -7px;
}

@media screen and (max-width: 767px) {
  .business .qa_item dt::before {
    font-size: 30px;
    font-size: 1.875rem;
    top: -4;
  }
}

.business .qa_item dd {
  margin-top: 20px;
  padding-left: 46px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .business .qa_item dd {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 37px;
  }
}

.business .qa_item dd::before {
  position: absolute;
  content: "A.";
  font-family: "Barlow", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.2;
  color: #F98183;
  left: 0;
  top: -7px;
}

@media screen and (max-width: 767px) {
  .business .qa_item dd::before {
    font-size: 30px;
    font-size: 1.875rem;
    top: -4;
  }
}

/*===============================================
# user
=================================================*/
.user {
  margin-top: 88px;
  /* section01
    ================================*/
  /* section02
    ================================*/
  /* section03
    ================================*/
  /* section04
    ================================*/
  /* section05
    ================================*/
  /* qa
    ================================*/
}

@media screen and (max-width: 767px) {
  .user {
    margin-top: 75px;
  }
}

.user .mv {
  position: relative;
  width: 100vw;
  height: 822px;
  overflow: hidden;
}

@media screen and (max-width: 1450px) {
  .user .mv {
    height: 600px;
  }
}

@media screen and (max-width: 1279px) {
  .user .mv {
    height: 580px;
  }
}

@media screen and (max-width: 1023px) {
  .user .mv {
    height: 450px;
  }
}

@media screen and (max-width: 920px) {
  .user .mv {
    height: 410px;
  }
}

@media screen and (min-width: 1700px) {
  .user .mv {
    height: 950px;
  }
}

@media screen and (max-width: 767px) {
  .user .mv {
    height: 500px;
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 560px) {
  .user .mv {
    height: 516px;
  }
}

.user .mv .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: url(../img/user/mv.png) center center/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .user .mv .mv_bg {
    background: url(../img/user/sp/mv.png) center center/100% no-repeat;
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .user .mv .mv_bg {
    top: 0;
  }
}

.user .mv .mv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .user .mv .mv_inner {
    top: 44%;
  }
}

@media screen and (max-width: 767px) {
  .user .mv .mv_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 1000px;
  }
}

.user .mv .mv_inner video {
  height: 100%;
  width: 100%;
}

.user .mv .mv_container {
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 180px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}

@media screen and (max-width: 1450px) {
  .user .mv .mv_container {
    margin: 0 120px;
  }
}

@media screen and (max-width: 1279px) {
  .user .mv .mv_container {
    margin: 0 80px;
  }
}

@media screen and (max-width: 1023px) {
  .user .mv .mv_container {
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .user .mv .mv_container {
    margin: 0 15px;
  }
}

.user .mv .mv_text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  .user .mv .mv_text {
    top: 40%;
  }
}

@media screen and (max-width: 767px) {
  .user .mv .mv_text {
    top: 30%;
  }
}

.user .mv .mv_text .mv_text_top {
  width: 348px;
  margin-left: 50px;
}

@media screen and (max-width: 1450px) {
  .user .mv .mv_text .mv_text_top {
    width: 200px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .user .mv .mv_text .mv_text_top {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .user .mv .mv_text .mv_text_top {
    width: 190px;
    margin-left: 30px;
  }
}

.user .mv .mv_text .mv_text_bottom {
  width: 610px;
  margin-top: 40px;
}

@media screen and (max-width: 1450px) {
  .user .mv .mv_text .mv_text_bottom {
    width: 400px;
  }
}

@media screen and (max-width: 1023px) {
  .user .mv .mv_text .mv_text_bottom {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .user .mv .mv_text .mv_text_bottom {
    margin-top: 20px;
    width: 300px;
  }
}

.user .section01 {
  padding-top: 80px;
  padding-bottom: 60px;
  background: url(../img/user/user_bg01.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .user .section01 {
    background: url(../img/user/sp/user_bg01.png) center center/contain no-repeat;
    padding-top: 60px;
  }
}

.user .section01_wrap {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .user .section01_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
  }
}

.user .section01_left {
  width: 37%;
}

@media screen and (max-width: 767px) {
  .user .section01_left {
    width: 70%;
    max-width: 400px;
  }
}

@media screen and (max-width: 560px) {
  .user .section01_left {
    width: 60%;
  }
}

.user .section01_right {
  width: 50%;
  margin-top: 60px;
}

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

@media screen and (max-width: 560px) {
  .user .section01_right {
    margin-top: 0px;
  }
}

.user .section01_right_logo {
  width: 350px;
}

@media screen and (max-width: 560px) {
  .user .section01_right_logo {
    width: 220px;
    margin: auto;
  }
}

.user .section01_right_text {
  margin-top: 40px;
}

@media screen and (max-width: 560px) {
  .user .section01_right_text {
    margin-top: 30px;
  }
}

.user .section01_right_text p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (max-width: 560px) {
  .user .section01_right_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.user .section02 {
  padding-top: 155px;
  padding-bottom: 260px;
  background: url(../img/user/user_bg02.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .user .section02 {
    background: url(../img/user/sp/user_bg02.png) center center/cover no-repeat;
    padding-top: 330px;
    padding-bottom: 150px;
  }
}

.user .section02_top {
  text-align: center;
}

.user .section02_top img {
  width: 245px;
}

@media screen and (max-width: 560px) {
  .user .section02_top img {
    width: 180px;
  }
}

.user .section02_top p {
  margin-top: 40px;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.44;
}

@media screen and (max-width: 560px) {
  .user .section02_top p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.user .section02_video {
  margin-top: 40px;
  width: 100%;
  height: 610px;
}

@media screen and (max-width: 767px) {
  .user .section02_video {
    height: 270px;
  }
}

@media screen and (max-width: 560px) {
  .user .section02_video {
    height: 250px;
  }
}

.user .section02_video iframe {
  aspect-ratio: 1080/530;
  width: 100%;
  height: 100%;
}

.user .section03 {
  padding-top: 120px;
  padding-bottom: 200px;
  background: url(../img/user/user_bg03.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .user .section03 {
    background: url(../img/user/sp/user_bg03.png) center center/cover no-repeat;
  }
}

@media screen and (max-width: 560px) {
  .user .section03 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

.user .section03_title {
  text-align: center;
}

.user .section03_title h2 {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.45;
}

@media screen and (max-width: 767px) {
  .user .section03_title h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.user .section03_title h2 span {
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .user .section03_title h2 span {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_title h2 span {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.user .section03_wrap {
  margin-top: 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}

@media screen and (max-width: 767px) {
  .user .section03_wrap {
    margin-top: 50px;
    gap: 100px;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_wrap {
    gap: 60px;
    margin-top: 30px;
  }
}

.user .section03_item {
  position: relative;
}

.user .section03_item_img {
  position: absolute;
  width: 40%;
  top: -55px;
}

@media screen and (max-width: 767px) {
  .user .section03_item_img {
    position: relative;
    width: 100%;
    max-width: 676px;
    top: 60px;
  }
}

.user .section03_item_content {
  width: 64%;
  background-color: #fff;
  min-height: 291px;
  border-radius: 10px;
  padding: 35px 30px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .user .section03_item_content {
    width: 55%;
    padding: 35px 20px;
  }
}

@media screen and (max-width: 767px) {
  .user .section03_item_content {
    width: 100%;
    min-height: inherit;
    padding: 35px 30px;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_item_content {
    padding: 20px 15px;
  }
}

.user .section03_item_content::after {
  position: absolute;
  content: "";
  top: 55px;
}

.user .section03_item_content::before {
  position: absolute;
  content: "";
  height: 56px;
  width: 14px;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .user .section03_item_content::before {
    bottom: -46px;
    left: 0;
    width: 105px;
    height: 26px;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_item_content::before {
    width: 65px;
    height: 16px;
    bottom: -25px;
  }
}

.user .section03_item_title h3 {
  padding-left: 55px;
  padding-top: 7px;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .user .section03_item_title h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_item_title h3 {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 40px;
  }
}

.user .section03_item_title h3 span {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .user .section03_item_title h3 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_item_title h3 span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.user .section03_item_title h3::before {
  position: absolute;
  content: "";
  background: url(../img/user/pin.png) center center/contain no-repeat;
  width: 30px;
  height: 42px;
  left: 0;
  bottom: 0;
}

.user .section03_item_text {
  margin-top: 30px;
}

@media screen and (max-width: 560px) {
  .user .section03_item_text {
    margin-top: 20px;
  }
}

.user .section03_item_text p {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 2;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .user .section03_item_text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_item_text p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.user .section03_item.-one .section03_item_content {
  margin-left: auto;
}

.user .section03_item.-one .section03_item_content::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21.5px 31px 21.5px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .user .section03_item.-one .section03_item_content::after {
    top: -15px;
    left: initial;
    right: 58px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50.5px 16px 50.5px;
    border-color: transparent transparent #ffffff transparent;
  }
}

.user .section03_item.-one .section03_item_content::before {
  left: -26px;
  background: url(../img/user/STEP.01.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .user .section03_item.-one .section03_item_content::before {
    background: url(../img/user/sp/STEP.01.png) center center/contain no-repeat;
    left: 0;
  }
}

.user .section03_item.-one .section03_item_img {
  left: -135px;
}

@media screen and (max-width: 1279px) {
  .user .section03_item.-one .section03_item_img {
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .user .section03_item.-one .section03_item_img {
    left: -80px;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_item.-one .section03_item_img {
    left: -40px;
  }
}

.user .section03_item.-two .section03_item_content {
  margin-right: auto;
}

.user .section03_item.-two .section03_item_content::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21.5px 0 21.5px 31px;
  border-color: transparent transparent transparent #ffffff;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .user .section03_item.-two .section03_item_content::after {
    top: -15px;
    right: initial;
    left: 58px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50.5px 16px 50.5px;
    border-color: transparent transparent #ffffff transparent;
  }
}

.user .section03_item.-two .section03_item_content::before {
  right: -26px;
  background: url(../img/user/STEP.02.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .user .section03_item.-two .section03_item_content::before {
    background: url(../img/user/sp/STEP.02.png) center center/contain no-repeat;
    left: 0;
  }
}

.user .section03_item.-two .section03_item_img {
  right: -135px;
}

@media screen and (max-width: 1279px) {
  .user .section03_item.-two .section03_item_img {
    right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .user .section03_item.-two .section03_item_img {
    right: -80px;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_item.-two .section03_item_img {
    right: -40px;
  }
}

.user .section03_item.-three .section03_item_content {
  margin-left: auto;
}

.user .section03_item.-three .section03_item_content::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21.5px 31px 21.5px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -30px;
}

@media screen and (max-width: 767px) {
  .user .section03_item.-three .section03_item_content::after {
    top: -15px;
    left: initial;
    right: 58px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50.5px 16px 50.5px;
    border-color: transparent transparent #ffffff transparent;
  }
}

.user .section03_item.-three .section03_item_content::before {
  left: -26px;
  background: url(../img/user/STEP.03.png) center center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .user .section03_item.-three .section03_item_content::before {
    background: url(../img/user/sp/STEP.03.png) center center/contain no-repeat;
    left: 0;
  }
}

.user .section03_item.-three .section03_item_img {
  left: -135px;
}

@media screen and (max-width: 1279px) {
  .user .section03_item.-three .section03_item_img {
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .user .section03_item.-three .section03_item_img {
    left: -80px;
  }
}

@media screen and (max-width: 560px) {
  .user .section03_item.-three .section03_item_img {
    left: -40px;
  }
}

.user .section04 {
  padding-top: 45px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .user .section04 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.user .section05 {
  background-color: #FFFCDE;
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .user .section05 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 560px) {
  .user .section05 {
    padding-bottom: 50px;
  }
}

.user .section05::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 63px 59px 0 59px;
  border-color: #ffffff transparent transparent transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}

.user .section05::after {
  position: absolute;
  content: "";
  background: url(../img/user/jitto.svg) center center/contain no-repeat;
  max-width: 1158px;
  width: 100%;
  height: 265px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .user .section05::after {
    height: 160px;
  }
}

@media screen and (max-width: 560px) {
  .user .section05::after {
    height: 85px;
  }
}

.user .section05_text_one {
  text-align: center;
  position: relative;
  z-index: 3;
}

.user .section05_text_one p {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .user .section05_text_one p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section05_text_one p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.user .section05_text_two {
  margin-top: 30px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.user .section05_text_two p {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.45;
  color: #2FBDA7;
}

@media screen and (max-width: 767px) {
  .user .section05_text_two p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section05_text_two p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.user .section05_img {
  max-width: 914px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}

.user .section05_text_three {
  margin-top: 40px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.user .section05_text_three p {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.45;
  color: #2FBDA7;
}

@media screen and (max-width: 767px) {
  .user .section05_text_three p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section05_text_three p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.user .section05_text_four {
  margin-top: 10px;
  text-align: center;
  position: relative;
  z-index: 3;
}

.user .section05_text_four p {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .user .section05_text_four p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 560px) {
  .user .section05_text_four p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.user .section05_text_five {
  margin-top: 40px;
  position: relative;
  z-index: 3;
}

.user .qa {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(../img/user/user_bg04.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .user .qa {
    background: url(../img/user/sp/user_bg04.png) center center/cover no-repeat;
    padding-top: 100px;
    margin-top: 0;
  }
}

@media screen and (max-width: 560px) {
  .user .qa {
    padding-bottom: 80px;
  }
}

.user .qa_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .user .qa_wrap {
    margin-top: 40px;
  }
}

.user .qa_wrap dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 40px;
}

.user .qa_item {
  background: #fff;
  padding: 40px 50px;
  border: 3px solid #2FBDA7;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .user .qa_item {
    padding: 20px 25px;
  }
}

.user .qa_item dt {
  padding-left: 46px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .user .qa_item dt {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 35px;
  }
}

.user .qa_item dt::before {
  position: absolute;
  content: "Q.";
  font-family: "Barlow", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.2;
  color: #2FBDA7;
  left: 0;
  top: -7px;
}

@media screen and (max-width: 767px) {
  .user .qa_item dt::before {
    font-size: 30px;
    font-size: 1.875rem;
    top: -4;
  }
}

.user .qa_item dd {
  margin-top: 20px;
  padding-left: 46px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .user .qa_item dd {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 37px;
  }
}

.user .qa_item dd::before {
  position: absolute;
  content: "A.";
  font-family: "Barlow", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.2;
  color: #F98183;
  left: 0;
  top: -7px;
}

@media screen and (max-width: 767px) {
  .user .qa_item dd::before {
    font-size: 30px;
    font-size: 1.875rem;
    top: -4;
  }
}

/*===============================================
# contact
=================================================*/
.contact_mv {
  margin-top: 88px;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .contact_mv {
    margin-top: 78px;
    height: 100px;
  }
}

.contact_mv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact_wrap {
  background: url(../img/user/user_bg02.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .contact_wrap {
    background: url(../img/user/sp/user_bg02.png) center left/cover no-repeat;
  }
}

.about {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 90px 0;
  }
}

.contact_title h2 {
  display: inline;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.02em;
  padding: 0 85px;
  position: relative;
}

@media screen and (max-width: 1279px) {
  .contact_title h2 {
    font-size: 34px;
    font-size: 2.125rem;
    padding: 0 75px;
  }
}

@media screen and (max-width: 767px) {
  .contact_title h2 {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 0;
    padding-right: 50px;
  }
}

@media screen and (max-width: 560px) {
  .contact_title h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.contact_title h2::after {
  position: absolute;
  content: "";
  background-color: green;
  width: 67px;
  height: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1279px) {
  .contact_title h2::after {
    width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .contact_title h2::after {
    width: 40px;
  }
}

.contact_title p {
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 85px;
}

@media screen and (max-width: 1279px) {
  .contact_title p {
    padding-left: 75px;
  }
}

@media screen and (max-width: 767px) {
  .contact_title p {
    padding-left: 0px;
  }
}

.company_about {
  padding-top: 105px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .company_about {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.about_wrap {
  margin: auto;
  margin-top: 60px;
  max-width: 740px;
}

.about_wrap dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .about_wrap dl {
    gap: 30px;
  }
}

.about_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 20px;
  padding-left: 15px;
  border-bottom: 1px solid #47370C;
  font-weight: bold;
}

.about_item dt {
  width: 270px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .about_item dt {
    font-size: 16px;
    font-size: 1rem;
    width: 80px;
  }
}

@media screen and (max-width: 560px) {
  .about_item dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.about_item dd {
  width: calc(100% - 270px);
  line-height: 2.4;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .about_item dd {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 560px) {
  .about_item dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.about_item dd span {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .about_item dd span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 560px) {
  .about_item dd span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .about_item + .about_item {
      margin-top: 40px;
    }
    @media screen and (max-width: 767px) {
      .about_item + .about_item {
        margin-left: 30px;
      }
    }
  }
}

.mv_contact {
  background: url(../img/contact/mv.png) center center/cover no-repeat;
}

.mv_contact .page_title {
  max-width: 511px;
}

.contact_body {
  max-width: 800px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1023px) {
  .contact_body {
    padding: 50px 15px;
  }
}

.contact_form {
  max-width: 654px;
  margin: auto;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .contact_form {
    margin-top: 70px;
  }
}

.contact_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 30px;
}

.contact_item_title {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .contact_item_title {
    text-align: left;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact_item_title_inline {
  width: 45px;
  background-color: #B51515;
  text-align: center;
  color: #fff;
  padding: 3px 11px;
  vertical-align: middle;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .contact_item_title_inline {
    margin-left: 15px;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

.contact_item_input {
  width: 100%;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .contact_item_input {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}

.contact_body input[type="text"],
.contact_body input[type="email"],
.contact_body input[type="tel"],
.contact_body select,
.contact_body textarea {
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .contact_body input[type="text"],
  .contact_body input[type="email"],
  .contact_body input[type="tel"],
  .contact_body select,
  .contact_body textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

.contact_body input[type="text"],
.contact_body input[type="email"],
.contact_body select,
.contact_body input[type="tel"] {
  padding: 10px 5px;
}

.contact_body textarea {
  min-height: 190px;
  resize: vertical;
  padding: 5px 5px;
}

.contact_item_input_select {
  position: relative;
  width: 250px;
}

.contact_item_input_select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #414141 transparent transparent transparent;
  right: 15px;
  top: 20px;
  pointer-events: none;
}

.contact_item_input_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 10px;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.contact_footer {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_footer {
    margin-top: 30px;
  }
}

.contact_footer-text {
  font-size: 16px;
  line-height: 1;
}

.contact_footer_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  font-weight: bold;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
}

@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label::before {
  content: '';
  border: 2px solid #b5b5b5;
  border-radius: 2px;
  display: inline-block;
  top: -2px;
  left: 0;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
  vertical-align: middle;
  background-color: #fff;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /*チェックアイコン*/
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  border: 2px solid #2FBDA7;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 4px;
  left: 6px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    left: 6px;
    top: 3px;
  }
}

.contact_privacy a {
  color: #2460C1;
  text-decoration: underline;
}

.contact_footer_submit {
  margin-top: 100px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_footer_submit {
    margin-top: 50px;
  }
}

.contact_link {
  color: #fff;
  display: block;
  background-color: #2FBDA7;
  width: 100%;
  font-size: 18px;
  padding: 25px 0;
  cursor: pointer;
}

.contact_link:hover {
  opacity: .6;
}

.wpcf7 input[type="submit"] {
  display: block;
  margin: auto;
  width: 370px;
  border-radius: 42px;
  border: 2px solid #fff;
  background: #F98183;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wpcf7 input[type="submit"] {
    width: 240px;
    padding: 15px 0;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
  }
}

.attend-box {
  margin: 0 auto;
  margin-top: 40px;
  width: 86.5%;
  height: 205px;
  overflow-y: scroll;
  text-align: left;
  padding: 30px 35px;
  padding-top: 0;
  border: 1px solid #b5b5b5;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .attend-box {
    padding: 15px 18px;
    padding-top: 0;
    width: 95%;
    margin-top: 10px;
  }
}

.attend-box p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .attend-box p {
    font-size: 12px;
  }
}

#scroll::-webkit-scrollbar {
  width: 20px;
}

#scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: solid 1px #ececec;
}

#scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
  border: 3px solid #f2f2f2;
}

.contact_radio {
  margin-bottom: 5px;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
}

.contact_radio_wrap {
  margin-top: -5px;
}

.contact_radio_wrap_top {
  margin-top: -35px;
}

@media screen and (max-width: 767px) {
  .contact_radio_wrap_top {
    margin-top: -20px;
  }
}

/* recruit
================================*/
.contact_item_input_file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact_item_input_file {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}

.contact_item_input_file_bottom {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .contact_item_input_file_bottom {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* thanks
================================*/
.thanks-btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .thanks-btn {
    margin-top: 60px;
  }
}

.thanks-btn a {
  margin: auto;
}

/*===============================================
# recaptcha
=================================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  font-size: 12px;
  font-size: 0.75rem;
}
/*# sourceMappingURL=style.css.map */