@charset "UTF-8";
/* base color 
--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: auto;
}
article, aside, figcaption, figure, footer, header, hgroup, main, section {
  display: block;
}

p, ul, ol, li, dl, dt, dd, p, caption, th, td, form, input, textarea, blockquote, address, embed, object, figure, em {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h7 {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  color: #000;
  text-align: left;
  text-rendering: optimizeLegibility;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure {
  line-height: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

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

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

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  vertical-align: middle;
  position: relative;
  outline: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

/*--Prefix--*/
/*-- flexbox --*/
/*-- text --*/
/*-- hover --*/
/*-- position --*/
/*-- aspect --*/
/*-- text --*/
/*-- point --*/
/*-- form --*/
/*-- icon --*/
/* reset
-------------------------------------------------------*/
/*
*{
	outline:1px #ff0000 solid;
}
*/
ol,
ul {
  list-style-type: none;
}

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

/* base
-------------------------------------------------------*/
body {
  height: 100%;
  overflow: hidden;
}

div.pageWrap {
  position: relative;
  width: 100%;
  text-align: left;
}

.ofi-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: "object-fit:cover;object-position:center center;";
}

/* layout
-------------------------------------------------------*/
footer {
  position: relative;
  width: 100%;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #F9F8F5;
}
footer .footer-copyright {
  padding: 20px 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.pagetop-grid {
  position: fixed;
  right: 2vw;
  bottom: 25px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.pagetop-grid a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}

header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 35px 0 40px;
  background-color: #1460A3;
  z-index: 100;
}
header .header-logo {
  margin-right: 30px;
}
header .header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header h1 {
  flex: 1;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}

.container {
  position: relative;
  width: 100%;
  padding-top: 80px;
}

.page-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.section-head-title {
  position: relative;
  margin-bottom: 75px;
  text-align: center;
}
.section-head-title .title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.section-head-title .title span {
  color: #1460A3;
}

.breadcrumbs {
  margin: 0 auto;
  padding: 20px 0 50px 50px;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 18px;
  color: #636363;
}
.breadcrumbs ul li {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.breadcrumbs ul li:first-child {
  padding-right: 15px;
  text-decoration: underline;
  -webkit-text-decoration-color: #636363;
          text-decoration-color: #636363;
}
.breadcrumbs ul li:not(:first-child) {
  padding: 0 15px 0 20px;
}
.breadcrumbs ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 1px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #636363;
  border-right: 1px solid #636363;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: center center;
}
.breadcrumbs ul li:last-child a {
  pointer-events: none;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.detail-btn {
  display: block;
  max-width: 290px;
  width: 100%;
  height: 60px;
}
.detail-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #000;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.detail-btn a::before, .detail-btn a::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 25px;
  width: 7px;
  height: 11px;
}
.detail-btn a::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.19 10.72'%3E%3Cpath fill='%23000' d='M1,10.72a1,1,0,0,1-.73-.32A1,1,0,0,1,.32,9L4.25,5.36.32,1.73A1,1,0,0,1,1.68.27L7.19,5.36,1.68,10.45A1,1,0,0,1,1,10.72Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.detail-btn a::after {
  display: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7.19 10.72'%3E%3Cpath fill='%23fff' d='M1,10.72a1,1,0,0,1-.73-.32A1,1,0,0,1,.32,9L4.25,5.36.32,1.73A1,1,0,0,1,1.68.27L7.19,5.36,1.68,10.45A1,1,0,0,1,1,10.72Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
  /* ------------------------------------------------------*/
  br.tabbr {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  div.pageWrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    text-align: left;
  }

  div.container {
    position: relative;
    flex: 1 0 auto;
  }

  header .header-logo a:hover {
    opacity: 0.8;
  }

  .btn-wrap .detail-btn:first-child {
    margin-right: 60px;
  }

  .detail-btn a {
    transition: 0.5s ease;
  }
  .detail-btn a::before, .detail-btn a::after {
    transition: 0.5s ease;
  }
  .detail-btn a::after {
    display: block;
    opacity: 0;
  }
  .detail-btn a:hover {
    background: #000;
    border-radius: 10px;
    color: #fff;
  }
  .detail-btn a:hover::before {
    opacity: 0;
  }
  .detail-btn a:hover::after {
    opacity: 1;
  }

  .contact-section .contact-grid-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-section .contact-grid-inner .info-wrap {
    width: 49%;
  }
  .contact-section .contact-grid-inner .info-wrap:first-child {
    margin-right: auto;
  }
  .contact-section .contact-grid-inner .info-wrap .form-btn a {
    transition: 0.5s ease;
  }
  .contact-section .contact-grid-inner .info-wrap .form-btn a::before, .contact-section .contact-grid-inner .info-wrap .form-btn a::after {
    transition: 0.5s ease;
  }
  .contact-section .contact-grid-inner .info-wrap .form-btn a::after {
    display: block;
    opacity: 0;
  }
  .contact-section .contact-grid-inner .info-wrap .form-btn a:hover {
    background: #000;
    border-radius: 10px;
    color: #fff;
  }
  .contact-section .contact-grid-inner .info-wrap .form-btn a:hover::before {
    opacity: 0;
  }
  .contact-section .contact-grid-inner .info-wrap .form-btn a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  .inner {
    max-width: 690px;
    width: 95%;
  }

  .container {
    padding-top: 50px;
  }

  br.pcbr,
br.tabbr {
    display: none;
  }

  body {
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }

  .section-head-title {
    margin-bottom: 50px;
  }
  .section-head-title .title {
    font-size: 2.6rem;
  }

  footer .footer-copyright {
    padding: 22px 0;
    font-size: 1.2rem;
  }

  .pagetop-grid {
    right: 15px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }

  header {
    padding: 0 10px;
    height: 50px;
  }
  header .header-logo {
    margin-right: 10px;
    width: 50px;
    height: 25px;
  }
  header .header-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .header-logo a img {
    width: 100%;
  }
  header h1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .btn-wrap {
    flex-direction: column;
  }
  .btn-wrap .detail-btn:not(:last-child) {
    margin-bottom: 20px;
  }

  .detail-btn {
    max-width: 305px;
  }
  .detail-btn a {
    font-size: 1.6rem;
  }
  .detail-btn a::before {
    right: 20px;
  }

  .contact-section {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 0 60px;
  }
  .contact-section .contact-head-title {
    margin-bottom: 40px;
  }
  .contact-section .contact-head-title p {
    padding: 0 0 20px;
    font-size: 2.3rem;
    line-height: 1.63;
  }
  .contact-section .contact-head-title p::before {
    width: 150px;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
  br.spbr {
    display: none;
  }
}
@media screen and (min-width: 376px) {
  /* ------------------------------------------------------*/
  br.spsmallbr {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  /* ------------------------------------------------------*/
  html {
    font-size: 57%;
  }

  header {
    padding: 0 10px;
  }
}
/* layout
-------------------------------------------------------*/
.apply-btn {
  position: relative;
  display: block;
  width: 640px;
  height: 150px;
  margin: 0 auto;
  animation: yureru-j 2s infinite;
}
.apply-btn p {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 25px 0px;
  width: 430px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 2.7rem;
  font-weight: 900;
  text-align: center;
  z-index: 100;
}
.apply-btn p span {
  font-size: 3.2rem;
}
.apply-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 60px;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 10px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  box-shadow: 5px 5px 10px gray;
}
.apply-btn a::before {
  position: absolute;
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  top: 50%;
  right: 40px;
  transform: translate(0%, -50%);
  z-index: 10;
}
.apply-btn a span.blg {
  font-size: 3.8rem;
}
.apply-btn.orange p {
  color: #F24400;
  border: 3px solid #F24400;
}
.apply-btn.orange a {
  background-color: #F24400;
}
.apply-btn.orange a span {
  color: #FFE001;
}
.apply-btn.orange a::before {
  background: url(../images/btn_icon.svg) no-repeat center/contain;
}
.apply-btn.yellow p {
  color: #1460A3;
  border: 3px solid #1460A3;
}
.apply-btn.yellow a {
  background-color: #FFE001;
  color: #000;
}
.apply-btn.yellow a span {
  color: #1460A3;
}
.apply-btn.yellow a::before {
  background: url(../images/btn_icon_y.svg) no-repeat center/contain;
}
@keyframes yureru-j {
  0% {
    transform: translate(0px, 10px);
  }
  5% {
    transform: translate(0px, -10px);
  }
  10% {
    transform: translate(0px, 10px);
  }
  15% {
    transform: translate(0px, -10px);
  }
  20% {
    transform: translate(0px, 10px);
  }
  25% {
    transform: translate(0px, -10px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}

.hero-visual-section {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  transition: all 1s ease-in-out;
}
.hero-visual-section.on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.hero-visual-section figure {
  width: 100%;
}
.hero-visual-section figure img {
  width: 100%;
  height: auto;
}

.lead-message-section {
  position: relative;
  padding: 45px 0;
  padding-bottom: calc(15vw);
  background: #1460A3;
  overflow: hidden;
}
.lead-message-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 15vw solid #fff;
  /* 三角を白に */
  border-left: 100vw solid transparent;
}
.lead-message-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 15vw solid #fff;
  /* 三角を白に */
  border-right: 100vw solid transparent;
}
.lead-message-section .lead-message-inner {
  margin-bottom: 40px;
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
}
.lead-message-section .lead-message-inner .lead-message-content {
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.lead-message-section .lead-message-inner .lead-message-content::after {
  position: absolute;
  content: "";
  display: block;
  width: 370px;
  height: 40px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url(../images/triangle.svg) no-repeat center/contain;
}
.lead-message-section .lead-message-inner .lead-message-content h2 {
  position: relative;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.lead-message-section .lead-message-inner .lead-message-content h2::before {
  position: absolute;
  content: "";
  display: block;
  width: 75px;
  height: 140px;
  bottom: 0;
  left: 50px;
  background: url(../images/bar.svg) no-repeat center/contain;
}
.lead-message-section .lead-message-inner .lead-message-content h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 75px;
  height: 140px;
  bottom: 0;
  right: 50px;
  background: url(../images/bar.svg) no-repeat center/contain;
  transform: scale(-1, 1);
}
.lead-message-section .lead-message-inner .lead-message-content h2 span.dot-text {
  position: relative;
}
.lead-message-section .lead-message-inner .lead-message-content h2 span.dot-text::before {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 10px;
  background: radial-gradient(circle 10px, #1460A3 50%, transparent 50%);
}
.lead-message-section .lead-message-inner .lead-message-content h2 span.camp {
  font-size: 5rem;
  color: #1460A3;
}
.lead-message-section .lead-message-inner .form-btn {
  position: relative;
  display: block;
  width: 500px;
  height: 100px;
  margin: 0 auto;
}
.lead-message-section .lead-message-inner .form-btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  bottom: -10px;
  right: -40px;
  background: url(../images/hand.svg) no-repeat center/contain;
  z-index: 10;
}
.lead-message-section .lead-message-inner .form-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #F24400;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.25rem;
  transition: ease 0.2s;
}
.lead-message-section .lead-message-inner .form-btn a span {
  position: relative;
  z-index: 3;
}
.lead-message-section p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.campaign-section {
  margin-bottom: 140px;
}

.common-campaign dl {
  position: relative;
  margin-bottom: 110px;
}
.common-campaign dl dt {
  margin-bottom: 40px;
  color: #1460A3;
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
}
.common-campaign dl dt span {
  position: relative;
}
.common-campaign dl dt span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 90px;
  bottom: 0;
  left: -110px;
  background: url(../images/kirakira_3.svg) no-repeat center/contain;
}
.common-campaign dl dt span::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  bottom: 0;
  right: -80px;
  background: url(../images/kirakira_2.svg) no-repeat center/contain;
}
.common-campaign dl dd p {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: right;
  color: #1460A3;
}
.common-campaign dl dd p:first-child {
  margin-bottom: 20px;
  padding: 25px 75px;
  background-color: #1460A3;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.03em;
  text-align: center;
}
.common-campaign dl dd p:first-child span {
  color: #FFE001;
  font-size: 5rem;
}
.common-campaign dl::after {
  position: absolute;
  content: "";
  display: block;
  width: 200px;
  height: 85px;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url(../images/arrow.svg) no-repeat center/contain;
}
.common-campaign figure {
  width: 100%;
}
.common-campaign figure img {
  width: 100%;
  height: auto;
}

.step-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}
.step-section ul li {
  position: relative;
  width: calc((100% - 70px) / 3);
  padding: 35px;
  background-color: #F8F8F8;
  border-radius: 0 22px 0 22px;
}
.step-section ul li span {
  position: absolute;
  display: block;
  width: 170px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 10px 0px;
  background-color: #1460A3;
  color: #fff;
  border-radius: 25px;
  font-size: 2.3rem;
  text-align: center;
}
.step-section ul li figure {
  width: 200px;
  height: 200px;
  margin: 0 auto 30px;
}
.step-section ul li figure img {
  width: 100%;
  height: 100%;
}
.step-section ul li p {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.step-section .apply-btn {
  margin-bottom: 160px;
}

.reason-section {
  position: relative;
  padding-top: 90px;
  background-color: #1460A3;
  padding-bottom: calc(15vw);
  overflow: hidden;
}
.reason-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 15vw solid #fff;
  /* 三角を白に */
  border-left: 100vw solid transparent;
}
.reason-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 15vw solid #fff;
  /* 三角を白に */
  border-right: 100vw solid transparent;
}
.reason-section .section-head-title .title {
  color: #fff;
}
.reason-section .section-head-title .title span {
  color: #FFE001;
}
.reason-section ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 120px;
}
.reason-section ul li {
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  border-radius: 8px;
}
.reason-section ul li dl dt {
  font-size: 2.4rem;
  background-color: #C7C7C7;
  padding: 30px 0;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
}
.reason-section ul li dl dt.focus {
  background-color: #FFE001;
}
.reason-section ul li dl dd {
  padding: 20px;
}
.reason-section ul li dl dd figure {
  width: 100%;
}
.reason-section ul li dl dd figure img {
  width: 100%;
  height: auto;
}
.reason-section .fukidashi {
  margin-bottom: 230px;
}
.reason-section .fukidashi p {
  position: relative;
  margin: 0 50px;
  padding: 60px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.reason-section .fukidashi p::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  height: 60px;
  bottom: -30px;
  right: 300px;
  background: url(../images/fukidashi_top.svg) no-repeat center/contain;
}
.reason-section .fukidashi p::before {
  position: absolute;
  content: "";
  display: block;
  width: 270px;
  height: 270px;
  bottom: -160px;
  right: -20px;
  background: url(../images/staff.png) no-repeat center/contain;
}
.reason-section .fukidashi p span {
  color: #F24400;
  font-weight: 900;
  text-align: center;
  background: linear-gradient(transparent 70%, #FFE001 30%);
}
.reason-section .caution {
  position: relative;
  margin-bottom: 70px;
}
.reason-section .caution::before {
  position: absolute;
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50px;
  transform: translate(0%, -50%);
  background: url(../images/caution.svg) no-repeat center/contain;
}
.reason-section .caution p {
  position: relative;
  margin: 0 90px 0 250px;
  padding: 20px;
  font-size: 3rem;
  font-weight: 900;
  background-color: #fff;
  color: #1460A3;
  margin-bottom: 10px;
  text-align: center;
}
.reason-section .example {
  margin-bottom: 80px;
  padding: 30px 40px 0;
  background-color: #fff;
  border-radius: 10px;
}
.reason-section .example h4 {
  font-size: 4rem;
  text-align: center;
  font-weight: 700;
}
.reason-section .example h4 span {
  display: inline-block;
  margin-right: 20px;
  width: 90px;
  height: 90px;
  background-color: #1460A3;
  color: #fff;
  border-radius: 50%;
  line-height: 90px;
  font-size: 4rem;
}
.reason-section .example .commission-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.reason-section .example .commission-wrap dl {
  width: 50%;
}
.reason-section .example .commission-wrap dl dt {
  width: 100%;
  margin-bottom: 25px;
  padding: 10px;
  font-size: 3rem;
  font-weight: 500;
  background-color: #F24400;
  color: #fff;
  text-align: center;
}
.reason-section .example .commission-wrap dl dd {
  text-align: center;
}
.reason-section .example .commission-wrap dl dd span {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.reason-section .example .commission-wrap dl dd p {
  position: relative;
  padding-left: 50px;
  font-size: 6rem;
  font-weight: 900;
  color: #F24400;
}
.reason-section .example .commission-wrap dl dd p::before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 40px;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  background: url(../images/yellow_arrrow.svg) no-repeat center/contain;
}
.reason-section .example .commission-wrap figure {
  width: 300px;
  height: 270px;
}
.reason-section .example .commission-wrap figure img {
  width: 100%;
  height: auto;
}
.reason-section .example .figure-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.reason-section .example .figure-wrap p {
  position: relative;
  text-align: center;
}
.reason-section .example .figure-wrap p span {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  z-index: 100;
}
.reason-section .example .figure-wrap p span.big {
  font-size: 5rem;
  color: #F24400;
}
.reason-section .example .figure-wrap p::after {
  position: absolute;
  content: "";
  display: block;
  width: 510px;
  height: 275px;
  top: 50%;
  left: -65px;
  transform: translate(0%, -50%);
  background: url(../images/fukidashi.svg) no-repeat center/contain;
}
.reason-section .example .figure-wrap figure {
  width: 400px;
  height: 300px;
}
.reason-section .example .figure-wrap figure img {
  width: 100%;
  height: auto;
}
.reason-section .important-catch {
  color: #fff;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.leaveme-section h2 {
  margin-bottom: 90px;
  padding: 40px 0;
  border-top: 2px solid #1460A3;
  border-bottom: 2px solid #1460A3;
  color: #1460A3;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.7;
  text-align: center;
}
.leaveme-section dl {
  margin-bottom: 140px;
}
.leaveme-section dl dt {
  margin-bottom: 60px;
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
}
.leaveme-section dl dt .color {
  color: #F24400;
}
.leaveme-section dl dt .small {
  font-size: 3rem;
}
.leaveme-section dl dd {
  padding: 25px 0;
  color: #fff;
  background-color: #1460A3;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.leaveme-section dl dd span {
  color: #FFE001;
}
.leaveme-section .apply-btn {
  margin-bottom: 140px;
}

.difference-section {
  position: relative;
  padding: 70px 0 85px;
}
.difference-section .section-head-title {
  margin-bottom: 40px;
}
.difference-section .difference-wrap h4 {
  width: 330px;
  margin: 0 auto 40px;
  padding: 10px 20px;
  font-size: 3.5rem;
  font-weight: 700;
  background-color: #FFE001;
  text-align: center;
}
.difference-section .difference-wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 70px 0 30px;
}
.difference-section .difference-wrap ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-image: url(../images/pattern_slash.svg);
}
.difference-section .difference-wrap ul li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 40px;
  background-color: #1460A3;
}
.difference-section .difference-wrap ul li:not(:nth-child(3n)) {
  margin-right: 30px;
}
.difference-section .difference-wrap ul li dl {
  text-align: center;
}
.difference-section .difference-wrap ul li dl dt {
  width: 100%;
  padding: 15px 0;
  color: #1460A3;
  background-color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  border: 1px solid #1460A3;
}
.difference-section .difference-wrap ul li dl dd {
  padding: 20px 25px;
}
.difference-section .difference-wrap ul li dl dd figure {
  margin: 0 auto 25px;
  width: 170px;
  height: 170px;
}
.difference-section .difference-wrap ul li dl dd figure img {
  width: 100%;
  height: auto;
}
.difference-section .difference-wrap ul li dl dd p {
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
}

.uservoice-section .uservoice-section-title {
  margin-bottom: 50px;
  text-align: center;
}
.uservoice-section .uservoice-section-title h3 {
  display: inline-block;
  position: relative;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.7;
}
.uservoice-section .uservoice-section-title h3::after {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 100px;
  top: 50%;
  right: -150px;
  transform: translate(0%, -50%);
  background: url(../images/megaphone.svg) no-repeat center/contain;
}
.uservoice-section .uservoice-section-title h3 span {
  color: #F24400;
}
.uservoice-section dl {
  margin-bottom: 40px;
}
.uservoice-section dl dt {
  margin-bottom: 20px;
  padding: 25px 0;
  color: #fff;
  background-color: #1460A3;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.uservoice-section dl dt span {
  color: #FFE001;
}
.uservoice-section dl dd {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
.uservoice-section ul {
  position: relative;
  padding: 80px 20px;
}
.uservoice-section ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background: #EBEBEB;
}
.uservoice-section ul li {
  margin-bottom: 60px;
}
.uservoice-section ul li .user {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uservoice-section ul li .user figure {
  width: 100px;
  height: 100px;
}
.uservoice-section ul li .user figure img {
  width: 100%;
  height: auto;
}
.uservoice-section ul li .user h4 {
  position: relative;
  padding: 20px;
  background-color: #ECF4F8;
  font-size: 2.7rem;
  font-weight: 900;
  line-height: 1.4;
}
.uservoice-section ul li .user h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ECF4F8;
}
.uservoice-section ul li .user.right figure {
  order: 1;
}
.uservoice-section ul li .user.right h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ECF4F8;
}
.uservoice-section ul li .user-name {
  display: block;
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.uservoice-section ul li p {
  font-size: 2.4rem;
  line-height: 1.4;
}
.uservoice-section ul li p span {
  font-weight: 700;
  color: #1460A3;
}

.faq-section {
  padding: 70px 0 160px;
}
.faq-section dl {
  position: relative;
  margin-bottom: 40px;
}
.faq-section dl .question {
  position: relative;
  padding: 40px 100px;
  background-color: #1460A3;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.faq-section dl .question::before {
  position: absolute;
  transform: translate(0%, -50%);
  content: "Q";
  display: block;
  top: 50%;
  left: 40px;
  font-size: 4rem;
  color: #FFE001;
}
.faq-section dl .question .toggle_btn {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  top: 50%;
  right: 30px;
  position: absolute;
  transform: translate(0%, -50%);
  background-color: #fff;
  border-radius: 50%;
}
.faq-section dl .question .toggle_btn::before, .faq-section dl .question .toggle_btn::after {
  content: "";
  display: block;
  background-color: #1460A3;
  width: 25px;
  height: 5px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.faq-section dl .question .toggle_btn::before {
  width: 5px;
  height: 25px;
}
.faq-section dl .question.close .toggle_btn::before {
  content: normal;
}
.faq-section dl .answer {
  position: relative;
  display: none;
  padding: 40px 40px 0 100px;
  font-size: 2.5rem;
  line-height: 1.5;
}
.faq-section dl .answer::before {
  position: absolute;
  transform: translate(0%, -50%);
  content: "A";
  display: block;
  top: 60px;
  left: 40px;
  font-size: 4rem;
  font-weight: 900;
  color: #F24400;
}

.leaveme-campaign-section .leaveme-catch {
  display: block;
  margin-bottom: 40px;
  color: #F24400;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}
.leaveme-campaign-section .leaveme-wrap {
  position: relative;
}
.leaveme-campaign-section .leaveme-wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  bottom: -140px;
  left: 50%;
  transform: translate(-50%, 0%);
  background: url(../images/plusmark.svg) no-repeat center/contain;
}
.leaveme-campaign-section .leaveme-wrap dl {
  margin-bottom: 190px;
}
.leaveme-campaign-section .leaveme-wrap dl dt {
  margin-bottom: 60px;
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.05em;
}
.leaveme-campaign-section .leaveme-wrap dl dt .color {
  color: #F24400;
}
.leaveme-campaign-section .leaveme-wrap dl dt .small {
  font-size: 3rem;
}
.leaveme-campaign-section .leaveme-wrap dl dd {
  padding: 25px 0;
  color: #fff;
  background-color: #1460A3;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.leaveme-campaign-section .leaveme-wrap dl dd span {
  color: #FFE001;
}
.leaveme-campaign-section .advive-wrap {
  position: relative;
  padding: 65px 0;
}
.leaveme-campaign-section .advive-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: #1460A3;
}
.leaveme-campaign-section .advive-wrap .advive-catch {
  width: 500px;
  margin: 0 auto 110px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #fff;
}

.company-section {
  position: relative;
  padding: 60px 0;
}
.company-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
  background-color: #ECF4F8;
}
.company-section .company-wrap {
  padding: 70px 65px 80px;
  background: #fff;
  border-radius: 8px;
}
.company-section .company-wrap .section-head-title {
  margin-bottom: 35px;
}
.company-section .company-wrap ul {
  margin-bottom: 60px;
}
.company-section .company-wrap ul li {
  border-bottom: 1px solid #C7C7C7;
}
.company-section .company-wrap ul li:first-child {
  border-top: 1px solid #C7C7C7;
}
.company-section .company-wrap ul li dl dt {
  padding: 30px 20px;
  background: #F8F8F8;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.company-section .company-wrap ul li dl dd {
  padding: 30px 40px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.company-section .company-wrap .g-map {
  position: relative;
  width: 100%;
}
.company-section .company-wrap .g-map::before {
  content: "";
  display: block;
  padding-top: 50.6%;
}
.company-section .company-wrap .g-map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 999px) {
  /* ------------------------------------------------------*/
  .lead-message-section .lead-message-inner .form-btn a:hover {
    border: 2px solid #F24400;
  }
  .lead-message-section .lead-message-inner .form-btn a:hover span {
    color: #F24400;
  }
  .lead-message-section .lead-message-inner .form-btn a:hover::before {
    animation: skewanime 0.5s forwards;
    /*アニメーションの名前と速度を定義*/
  }
  .lead-message-section .lead-message-inner .form-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    /*色や形状*/
    background: #fff;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
  }
  @keyframes skewanime {
    100% {
      left: -10%;
      /*画面の見えていない左から右へ移動する終了地点*/
    }
  }
}
@media screen and (max-width: 999px) {
  /* ------------------------------------------------------*/
  .apply-btn {
    max-width: 320px;
    width: 100%;
    height: 75px;
  }
  .apply-btn p {
    top: -25px;
    padding: 12px 0px;
    width: 215px;
    font-size: 1.3rem;
  }
  .apply-btn p span {
    font-size: 1.6rem;
  }
  .apply-btn a {
    padding-right: 30px;
    font-size: 1.5rem;
    box-shadow: 2px 2px 5px gray;
  }
  .apply-btn a::before {
    width: 32px;
    height: 32px;
    right: 20px;
  }
  .apply-btn a span.blg {
    font-size: 1.9rem;
  }
  .apply-btn.orange p {
    color: #F24400;
    border: 1.5px solid #F24400;
  }
  .apply-btn.yellow p {
    border: 1.5px solid #1460A3;
  }

  .lead-message-section {
    padding: 25px 0;
    padding-bottom: calc(15vw);
  }
  .lead-message-section::before {
    border-bottom: 10vw solid #fff;
    /* 三角を白に */
  }
  .lead-message-section::after {
    border-bottom: 10vw solid #fff;
    /* 三角を白に */
  }
  .lead-message-section .lead-message-inner {
    margin-bottom: 20px;
    padding: 15px;
  }
  .lead-message-section .lead-message-inner .lead-message-content {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .lead-message-section .lead-message-inner .lead-message-content::after {
    width: 185px;
    height: 20px;
  }
  .lead-message-section .lead-message-inner .lead-message-content h2 {
    max-width: 320px;
    width: 90%;
    margin: 0 auto;
    font-size: 1.7rem;
  }
  .lead-message-section .lead-message-inner .lead-message-content h2::before {
    width: 35px;
    height: 70px;
    left: -20px;
  }
  .lead-message-section .lead-message-inner .lead-message-content h2::after {
    width: 35px;
    height: 70px;
    right: -20px;
  }
  .lead-message-section .lead-message-inner .lead-message-content h2 span.dot-text::before {
    top: -5px;
    padding-top: 5px;
    background: radial-gradient(circle 5px, #1460A3 50%, transparent 50%);
  }
  .lead-message-section .lead-message-inner .lead-message-content h2 span.camp {
    font-size: 2.1rem;
  }
  .lead-message-section .lead-message-inner .form-btn {
    width: 270px;
    height: 50px;
  }
  .lead-message-section .lead-message-inner .form-btn::after {
    width: 40px;
    height: 40px;
    bottom: -10px;
    right: -20px;
  }
  .lead-message-section .lead-message-inner .form-btn a {
    font-size: 1.5rem;
    letter-spacing: 0em;
  }
  .lead-message-section p {
    font-size: 1.2rem;
  }

  .campaign-section {
    margin-bottom: 70px;
  }

  .common-campaign dl {
    margin-bottom: 30px;
  }
  .common-campaign dl dt {
    margin-bottom: 15px;
    font-size: 2.5rem;
  }
  .common-campaign dl dt span::before {
    width: 40px;
    height: 35px;
    left: -50px;
  }
  .common-campaign dl dt span::after {
    width: 25px;
    height: 30px;
    right: -40px;
  }
  .common-campaign dl dd p {
    font-size: 1.2rem;
  }
  .common-campaign dl dd p:first-child {
    margin-bottom: 10px;
    padding: 15px 35px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .common-campaign dl dd p:first-child span {
    font-size: 2rem;
  }
  .common-campaign dl::after {
    width: 90px;
    height: 30px;
    bottom: -15px;
  }

  .step-section ul {
    margin-bottom: 30px;
  }
  .step-section ul li {
    width: 100%;
    padding: 35px;
    border-radius: 0 12px 0 12px;
    margin-bottom: 60px;
  }
  .step-section ul li span {
    width: 150px;
    top: -15px;
    padding: 5px 0px;
    border-radius: 25px;
    font-size: 2.1rem;
  }
  .step-section .apply-btn {
    margin-bottom: 70px;
  }

  .reason-section {
    padding-top: 60px;
  }
  .reason-section ul {
    margin-bottom: 30px;
  }
  .reason-section ul li {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  .reason-section ul li dl dt {
    font-size: 1.7rem;
    padding: 15px 0;
    border-radius: 4px 4px 0px 0px;
  }
  .reason-section ul li dl dd {
    padding: 15px;
  }
  .reason-section .fukidashi {
    margin-bottom: 170px;
  }
  .reason-section .fukidashi p {
    margin: 0;
    padding: 20px;
    font-size: 1.3rem;
  }
  .reason-section .fukidashi p span {
    font-size: 1.5rem;
  }
  .reason-section .fukidashi p::after {
    width: 35px;
    height: 40px;
    bottom: -22px;
    right: 50%;
  }
  .reason-section .fukidashi p::before {
    width: 150px;
    height: 150px;
    bottom: -100px;
    right: 0px;
  }
  .reason-section .caution {
    margin-bottom: 30px;
  }
  .reason-section .caution::before {
    width: 60px;
    height: 60px;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .reason-section .caution p {
    padding: 10px;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
  }
  .reason-section .example {
    margin-bottom: 20px;
    padding: 15px 15px 0;
  }
  .reason-section .example h4 {
    margin-bottom: 20px;
    font-size: 1.7rem;
    line-height: 1.3;
  }
  .reason-section .example h4 span {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.7rem;
  }
  .reason-section .example .commission-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .reason-section .example .commission-wrap dl {
    width: 230px;
  }
  .reason-section .example .commission-wrap dl dt {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 1.5rem;
  }
  .reason-section .example .commission-wrap dl dd span {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .reason-section .example .commission-wrap dl dd p {
    padding-left: 55px;
    font-size: 3rem;
  }
  .reason-section .example .commission-wrap dl dd p::before {
    width: 50px;
    height: 30px;
  }
  .reason-section .example .commission-wrap figure {
    max-width: 300px;
    width: 80%;
    height: auto;
  }
  .reason-section .example .figure-wrap p span {
    font-size: 1.5rem;
  }
  .reason-section .example .figure-wrap p span.big {
    font-size: 2.5rem;
  }
  .reason-section .example .figure-wrap p::after {
    width: 275px;
    height: 150px;
    left: -40px;
  }
  .reason-section .example .figure-wrap figure {
    max-width: 300px;
    width: 80%;
    height: auto;
  }
  .reason-section .important-catch {
    font-size: 2rem;
  }

  .leaveme-section h2 {
    margin-bottom: 30px;
    padding: 20px 0;
    font-size: 2.1rem;
  }
  .leaveme-section dl {
    margin-bottom: 70px;
  }
  .leaveme-section dl dt {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .leaveme-section dl dt .color {
    color: #F24400;
    font-size: 5rem;
  }
  .leaveme-section dl dt .small {
    font-size: 2rem;
  }
  .leaveme-section dl dd {
    padding: 15px 0;
    font-size: 2rem;
  }
  .leaveme-section .apply-btn {
    margin-bottom: 30px;
  }

  .difference-section {
    position: relative;
    padding: 70px 0 85px;
  }
  .difference-section .section-head-title {
    margin-bottom: 40px;
  }
  .difference-section .difference-wrap h4 {
    width: 200px;
    margin: 0 auto 20px;
    font-size: 2rem;
  }
  .difference-section .difference-wrap ul {
    padding: 30px 0;
  }
  .difference-section .difference-wrap ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .difference-section .difference-wrap ul li:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .difference-section .difference-wrap ul li dl dt {
    padding: 10px 0;
    font-size: 1.9rem;
  }
  .difference-section .difference-wrap ul li dl dd figure {
    margin: 0 auto 15px;
  }
  .difference-section .difference-wrap ul li dl dd p {
    font-size: 1.6rem;
  }

  .uservoice-section .uservoice-section-title {
    margin-bottom: 25px;
  }
  .uservoice-section .uservoice-section-title h3 {
    font-size: 3rem;
    line-height: 1.3;
  }
  .uservoice-section .uservoice-section-title h3::after {
    width: 50px;
    height: 45px;
    right: -10px;
    top: auto;
    bottom: -10px;
    transform: translate(0%, 0%);
  }
  .uservoice-section dl {
    margin-bottom: 30px;
  }
  .uservoice-section dl dt {
    margin-bottom: 10px;
    padding: 15px 0;
    font-size: 2rem;
  }
  .uservoice-section dl dt span {
    font-size: 2.6rem;
  }
  .uservoice-section dl dd {
    font-size: 1.5rem;
  }
  .uservoice-section ul {
    padding: 30px 10px;
  }
  .uservoice-section ul li {
    margin-bottom: 30px;
  }
  .uservoice-section ul li .user {
    margin-bottom: 15px;
  }
  .uservoice-section ul li .user figure {
    width: 70px;
    height: 70px;
  }
  .uservoice-section ul li .user figure img {
    width: 100%;
    height: auto;
  }
  .uservoice-section ul li .user h4 {
    width: calc(100% - 100px);
    padding: 10px;
    font-size: 1.8rem;
  }
  .uservoice-section ul li .user h4::before {
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #ECF4F8;
  }
  .uservoice-section ul li .user-name {
    font-size: 1.3rem;
  }
  .uservoice-section ul li p {
    font-size: 1.6rem;
  }

  .faq-section {
    padding: 40px 0;
  }
  .faq-section dl {
    margin-bottom: 10px;
  }
  .faq-section dl .question {
    padding: 10px 60px 10px 45px;
    font-size: 1.8rem;
  }
  .faq-section dl .question::before {
    left: 17px;
    font-size: 2rem;
  }
  .faq-section dl .question .toggle_btn {
    width: 37.5px;
    height: 37.5px;
    right: 12px;
  }
  .faq-section dl .question .toggle_btn::before, .faq-section dl .question .toggle_btn::after {
    width: 12.5px;
    height: 2px;
  }
  .faq-section dl .question .toggle_btn::before {
    width: 2px;
    height: 12.5px;
  }
  .faq-section dl .answer {
    padding: 10px 10px 0 40px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .faq-section dl .answer::before {
    top: 30px;
    left: 17px;
    font-size: 2rem;
  }

  .leaveme-campaign-section .leaveme-catch {
    display: block;
    margin-bottom: 40px;
    color: #F24400;
    font-size: 4rem;
    font-weight: 900;
    text-align: center;
  }
  .leaveme-campaign-section .leaveme-wrap {
    position: relative;
  }
  .leaveme-campaign-section .leaveme-wrap::after {
    width: 45px;
    height: 45px;
    bottom: -60px;
  }
  .leaveme-campaign-section .leaveme-wrap .leaveme-catch {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .leaveme-campaign-section .leaveme-wrap dl {
    margin-bottom: 70px;
  }
  .leaveme-campaign-section .leaveme-wrap dl dt {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .leaveme-campaign-section .leaveme-wrap dl dt .color {
    color: #F24400;
    font-size: 5rem;
  }
  .leaveme-campaign-section .leaveme-wrap dl dt .small {
    font-size: 2rem;
  }
  .leaveme-campaign-section .leaveme-wrap dl dd {
    padding: 15px 0;
    font-size: 2rem;
  }
  .leaveme-campaign-section .advive-wrap {
    padding: 30px 0;
  }
  .leaveme-campaign-section .advive-wrap .advive-catch {
    width: 250px;
    margin: 0 auto 70px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  .company-section .company-wrap {
    padding: 40px 10px;
  }
  .company-section .company-wrap .section-head-title {
    margin-bottom: 40px;
  }
  .company-section .company-wrap ul li dl dt {
    padding: 20px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .company-section .company-wrap ul li dl dd {
    padding: 20px;
    font-size: 1.6rem;
  }
  .company-section .company-wrap .g-map {
    max-width: 550px;
    margin: 0 auto;
  }
  .company-section .company-wrap .g-map::before {
    content: "";
    display: block;
    padding-top: 85%;
  }
}
@media screen and (min-width: 667px) {
  /* ------------------------------------------------------*/
}
@media screen and (max-width: 666px) {
  /* ------------------------------------------------------*/
  .reason-section .example .figure-wrap p {
    width: 80%;
    padding: 60px 0;
  }
  .reason-section .example .figure-wrap p::after {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 375px) {
  /* ------------------------------------------------------*/
  .lead-message-section .lead-message-inner .lead-message-content h2::before {
    width: 27px;
    height: 50px;
    left: -20px;
  }
  .lead-message-section .lead-message-inner .lead-message-content h2::after {
    width: 27px;
    height: 50px;
    right: -20px;
  }
}
@media screen and (max-width: 375px) {
  /* ------------------------------------------------------*/
}