@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

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

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
body {
  font-weight: 500;
  color: #000;
  font-family: Arial, "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  position: relative;
  background: #fff;
}

.d_inlineblock {
  display: inline-block !important;
}

.global-header.is_form {
  position: absolute;
  background: none;
}
.global-header.is_fixed {
  position: fixed;
  transition: transform 0.5s ease-in;
  will-change: position, transform, background-color;
  background: #fff;
}
.global-header__navi {
  display: flex;
}
.global-header__navi .tel_wrap .tel {
  font-weight: 700;
  position: relative;
}
.global-header__navi .tel_wrap .tel:before {
  content: "";
  position: absolute;
  background: url(../images/icon_sp.png) no-repeat 0 0/contain;
}
.global-header__navi .tel_wrap p {
  font-feature-settings: "palt";
}
.global-header__navi .btn-primary {
  color: #fff;
  font-weight: 700;
  place-items: center;
  background: #f57f1d;
  border-radius: 100vh;
  display: flex;
  position: relative;
}
.global-header__navi .btn-primary:before {
  content: "";
  position: absolute;
  background: url(../images/icon_mail.png) no-repeat 0 0/contain;
}
.global-header__logo-link {
  display: block;
}
.global-header__logo-link img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease-in;
}
.global-header__logo-link:hover img {
  transition: opacity 0.2s ease-in;
  opacity: 0.7;
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}

ul,
ol {
  list-style-type: none;
}

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

* {
  box-sizing: border-box;
}

.section {
  position: relative;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .section .inner {
    padding-inline: 120px;
  }
}

.sub_title,
h1,
h2,
h3,
h4 {
  color: #111c38;
  font-weight: 700;
}

strong {
  color: #f57f1d;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
strong.underline:before {
  content: "";
  position: absolute;
  background: #ffe780;
  z-index: -1;
}

@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual {
    padding-top: 180px;
  }
}
.mainvisual:before {
  content: "";
  position: absolute;
}
.mainvisual:after {
  content: "";
  position: absolute;
  background: url(../images/mv_left_bottom.png) no-repeat 0 0/contain;
}
.mainvisual .fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainvisual .updown01 {
  animation-name: UpDown01;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes UpDown01 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
.mainvisual .updown02 {
  animation-name: UpDown02;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes UpDown02 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(-20px);
  }
}
.mainvisual .updown03 {
  animation-name: UpDown03;
  animation-duration: 3.5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes UpDown03 {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(20px);
  }
}
.mainvisual .updown04 {
  animation-name: UpDown04;
  animation-duration: 3s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes UpDown04 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(40px);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left {
    width: 620px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title {
    width: 486px;
  }
}
.mainvisual .top_wrap .left .sub_title p {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title p {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title p strong {
    font-size: 30px;
  }
}
.mainvisual .top_wrap .left h1 {
  font-weight: 900;
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left h1 {
    margin-top: 18px;
    font-size: 48px;
    line-height: 72px;
  }
}
.mainvisual .top_wrap .left h1 strong {
  font-weight: 900;
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left h1 strong {
    font-size: 44px;
  }
}
.mainvisual .top_wrap .left h1 strong.underline {
  position: relative;
}
.mainvisual .top_wrap .left h1 strong.underline:after {
  content: "";
  position: absolute;
  background: url(../images/h1_strong.png) no-repeat 0 0/contain;
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .lead p {
    font-size: 15px;
    max-width: 580px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .right {
    width: calc(100% - 620px);
    padding-top: 0px;
    margin-top: -80px;
    display: grid;
    place-content: center;
  }
}
.mainvisual .top_wrap .right .img {
  position: relative;
}
.mainvisual .top_wrap .right .img .services {
  display: flex;
  overflow: hidden;
}
.mainvisual .top_wrap .right .img .services .scale01 {
  animation-name: scaleAnime01;
  animation-delay: 0.5s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes scaleAnime01 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.mainvisual .top_wrap .right .img .services .scale02 {
  animation-name: scaleAnime01;
  animation-delay: 1.3s;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes scaleAnime02 {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.mainvisual .top_wrap .right .img .services .item {
  opacity: 0;
  color: #111c38;
  font-weight: 700;
  display: grid;
  place-content: center;
  border-radius: 50%;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .right .img .services .item {
    border: 8px solid #f4bf69;
  }
}
.mainvisual .top_wrap .right .img .services .item:before {
  content: "";
  position: absolute;
  background: url(../images/check_mark.png) no-repeat 0 0/contain;
}
.mainvisual .top_wrap .right .img .services .item p {
  text-align: center;
  font-weight: 900;
}
.mainvisual .top_wrap .btn a {
  display: grid;
  place-content: center;
  background: #f57f1d;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  filter: drop-shadow(5px 5px 5px rgba(255, 163, 64, 0.6));
}
.mainvisual .top_wrap .btn a:before {
  content: "";
  position: absolute;
  background: url(../images/icon_mail.png) no-repeat 0 0/contain;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .reasons .inner {
    padding-inline: 2.14vw;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container {
    display: flex;
    justify-content: space-between;
  }
}
.reasons .container .start {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start {
    padding-block: 30px 20px;
    padding-inline: 14px;
    width: 40.42vw;
    max-width: 567px;
    margin-inline: 0;
    display: grid;
    place-content: center;
  }
}
.reasons .container .start:before {
  content: "";
  position: absolute;
  background: url(../images/arrow_orange.png) no-repeat 0 0/contain;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start:before {
    display: none;
  }
}
.reasons .container .start h2 {
  color: #fff;
  background: #111c38;
  text-align: center;
  border-radius: 100vh;
  position: absolute;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start h2 {
    width: 210px;
  }
}
.reasons .container .start p {
  color: #111c38;
  font-weight: 700;
}
.reasons .container .start p strong:before {
  content: "";
  position: absolute;
  background: #f57f1d;
  border-radius: 50%;
}
.reasons .container .start p strong:after {
  content: "";
  position: absolute;
  background: #f57f1d;
  border-radius: 50%;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .end {
    position: relative;
    padding-top: 0px;
    width: calc(100% - 40.42vw - 5.71vw);
  }
}
.reasons .container .end:before {
  content: "";
  position: absolute;
  background: url(../images/arrow_orange.png) no-repeat 0 0/contain;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .end:before {
    width: 24px;
    height: 24px;
    left: -2.428vw;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.reasons .container .end ul li .point {
  color: #f57f1d;
  font-weight: 900;
}
.reasons .container .end ul li .point strong {
  font-weight: 900;
}
.reasons .container .end ul li p {
  font-weight: 700;
}
.reasons .taR {
  font-weight: 700;
}
.reasons .taR p {
  position: relative;
}
.reasons .taR p:hover {
  opacity: 0.7;
}

.concern {
  background: #dce6f8;
}
.concern:before {
  content: "";
  position: absolute;
}
.concern:after {
  content: "";
  position: absolute;
  background: url(../images/bargraph.png) no-repeat 10% 100%/contain;
}
.concern .inner {
  position: relative;
  z-index: 1;
}
.concern .title_wrap h2 {
  position: relative;
  font-weight: 900;
}
.concern .title_wrap h2 strong {
  position: relative;
  z-index: 1;
  font-weight: 900;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .concern .title_wrap .img {
    right: 60px;
  }
}
.concern ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 32px;
}
.concern ul li {
  background: #fff;
  position: relative;
}
.concern ul li:before {
  content: "";
  position: absolute;
  background: #264280;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.concern ul li:nth-of-type(1):before {
  content: "1";
}
.concern ul li:nth-of-type(2):before {
  content: "2";
}
.concern ul li:nth-of-type(3):before {
  content: "3";
}
.concern ul li:nth-of-type(4):before {
  content: "4";
}
.concern ul li:nth-of-type(5):before {
  content: "5";
}
.concern ul li:nth-of-type(6):before {
  content: "6";
}
.concern ul li .title {
  font-weight: 700;
}
.concern ul li .title strong {
  color: #3350a0;
}
.concern ul li p {
  color: #606b7e;
}

.messageTitle:before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #dce6f8;
  top: -1px;
  left: 50%;
  transform: translate(-50%);
}
.messageTitle .title_wrap h2 {
  text-align: center;
  font-weight: 900;
}
.messageTitle .title_wrap h2 strong {
  font-weight: 900;
}

.messages {
  background: #f68e38;
}
.messages ul li {
  background: #fff;
}
.messages ul li .img {
  display: grid;
  place-content: center;
}
.messages ul li .text h3 {
  text-align: center;
  font-feature-settings: "palt";
}
.messages ul li .text p {
  font-feature-settings: "palt";
}
.merit {
  background: #fff6e8;
}
.merit .sub_title {
  color: #fff;
  text-align: center;
  line-height: 1;
}
.merit h2 {
  text-align: center;
  font-weight: 900;
}
.merit h2 strong {
  font-weight: 900;
}
.merit ul li .img {
  display: grid;
  place-content: center;
}
.merit ul li .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.merit ul li .text {
  background: #fff;
}
.merit ul li .text h3 {
  background: #ffdc73;
  border-radius: 100vh;
  text-align: center;
}
.merit ul li .text .list p {
  font-weight: 700;
  position: relative;
}
.merit ul li .text .list p:before {
  content: "";
  position: absolute;
  background: url(../images/check_mark.png) no-repeat 0 0/contain;
}

.update h2 {
  text-align: center;
  font-weight: 900;
}
.update h2 strong {
  font-weight: 900;
}
.update ul li .img {
  display: grid;
  place-content: center;
}
.update ul li .text {
  font-weight: 900;
}
.update ul li .text p {
  font-weight: 900;
}
.update ul li .text p strong {
  color: #000;
  font-weight: 900;
}
.banner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .banner {
    min-height: 300px;
    padding-block: 70px 80px;
  }
}
.banner:before {
  content: "";
  position: absolute;
}
.banner .inner {
  position: relative;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .banner h2 {
    max-width: 480px;
  }
}
.banner h2 strong {
  color: #111c38;
  font-weight: 900;
}
.banner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f57f1d;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  filter: drop-shadow(5px 5px 5px rgba(255, 163, 64, 0.6));
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .banner .btn a {
    margin-inline: auto;
  }
}
.banner .btn a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/icon_mail.png) no-repeat 0 0/contain;
}

/* TODO speach_bubble を統合してみた START */
.banner .speach_bubble {
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-content: center;
  position: absolute;
}
.banner .speach_bubble:before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 100vh;
}
.banner .speach_bubble p {
  font-weight: 700;
  text-align: center;
}

/* Overlapping Image Styles */
.overlapping-image {
  position: absolute;
  height: auto;
}

.overlapping-image-pc {
  top: calc(100% - 100px);
  left: 88px;
  width: 153px;
  display: block;
}

.overlapping-image-sp {
  display: none;
}

/* Media Queries */
@media screen and (max-width: 1000px) {
  .banner .btn a:before {
    width: 22px;
    height: 15px;
    margin-right: 11px;
  }
  .banner .speach_bubble {
    width: 116px;
    height: 116px;
    top: -20px;
    right: 20px;
  }
  .banner .speach_bubble:before {
    width: 30px;
    height: 5px;
    bottom: 10px;
    left: 0px;
    transform: rotate(-45deg);
  }
  .banner .speach_bubble p {
    font-size: 13.3px;
  }
  .overlapping-image-pc {
    display: none;
  }
  .overlapping-image-sp {
    display: block;
    top: -40px; /* speach_bubbleの右上に重ねる */
    right: 8px;
    width: 122px; /* SP用の幅を調整 */
  }
}

@media screen and (min-width: 1001px) and (max-width: 1280px) {
  .banner .btn a:before {
    width: 32px;
    height: 24px;
    margin-right: 20px;
  }
  .banner .btn a:hover {
    transition: 0.2s;
    filter: drop-shadow(0px 0px 0px transparent);
    transform: translate(3px, 3px);
    background: #ffca2b;
  }
  .banner .speach_bubble {
    width: 165px;
    height: 165px;
    top: 100px; /* 調整が必要な場合はここを変更 */
    left: 90px;
  }
  .banner .speach_bubble:before {
    width: 30px;
    height: 7px;
    bottom: 12px;
    right: 20px;
    transform: rotate(45deg);
  }
  .banner .speach_bubble p {
    font-size: 19px;
  }
  .overlapping-image-pc {
    top: calc(100% - 40px); /* 1280px幅での位置を調整 */
    left: 92px; /* 1280px幅での位置を調整 */
    width: 140px; /* 必要に応じて調整 */
  }
}

@media screen and (min-width: 1281px) {
  .banner .btn a:before {
    width: 32px;
    height: 24px;
    margin-right: 20px;
  }
  .banner .btn a:hover {
    transition: 0.2s;
    filter: drop-shadow(0px 0px 0px transparent);
    transform: translate(3px, 3px);
    background: #ffca2b;
  }
  .banner .speach_bubble {
    width: 165px;
    height: 165px;
    top: 40px;
    left: 90px;
  }
  .banner .speach_bubble:before {
    width: 30px;
    height: 7px;
    bottom: 12px;
    right: 20px;
    transform: rotate(45deg);
  }
  .banner .speach_bubble p {
    font-size: 19px;
  }
  .overlapping-image-pc {
    top: calc(100% - 100px);
    left: 92px;
    width: 153px;
    display: block;
  }
}
/* TODO speach_bubble を統合してみた END */

.suggestion .sub_title {
  display: grid;
  place-content: center;
  text-align: center;
}
.suggestion .sub_title p {
  display: inline-block;
  position: relative;
}
.suggestion .sub_title p:before {
  content: "";
  position: absolute;
  background: #111c38;
  transform: rotate(-25deg);
  border-radius: 100vh;
}
.suggestion .sub_title p:after {
  content: "";
  position: absolute;
  background: #111c38;
  transform: rotate(25deg);
  border-radius: 100vh;
}
.suggestion h2 {
  text-align: center;
  font-weight: 900;
}
.suggestion .lead {
  display: grid;
  place-content: center;
}
.suggestion .lead p {
  display: inline-block;
  text-align: center;
  background: #ffe780;
  border-radius: 100vh;
  font-weight: 900;
}
.suggestion ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.suggestion ul li .img {
  display: grid;
  place-content: center;
}
.suggestion ul li .text p {
  font-weight: 700;
  color: #111c38;
  text-align: center;
}

.support {
  position: relative;
}
.support .cross {
  content: "";
  position: absolute;
  background: #fff6e8;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%);
}
.support .cross:before {
  content: "";
  position: absolute;
  background: #f57f1d;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100vh;
}
.support .cross:after {
  content: "";
  position: absolute;
  background: #f57f1d;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100vh;
}
.support h3 {
  text-align: center;
  font-weight: 900;
}
.support ul li {
  background: #fff;
}
@media screen and (min-width: 700px) and (max-width: 1000px) {
  .support ul li {
    padding-block: 27px 40px;
    padding-inline: 40px;
  }
}
.support ul li .img {
  display: grid;
  place-content: center;
}
.support ul li .text h4 {
  color: #f57f1d;
  font-weight: 900;
  position: relative;
}
.support ul li .text h4 .number {
  position: absolute;
  display: inline-block;
  background: #f57f1d;
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  text-align: center;
  left: 0px;
}
.plan {
  background: #f68e38;
  position: relative;
}
.plan::before {
  position: absolute;
  content: "";
  background: url(../images/plus-mark.png);
}
.plan .inner .sub_title {
  color: #f8a870;
  text-align: center;
}
.plan .inner h2 {
  color: #fff;
  font-weight: 900;
  margin-inline: auto;
  text-align: center;
}
.plan .inner h2 strong {
  color: #fff;
  position: relative;
}
.plan .inner h2 strong::before {
  content: "";
  position: absolute;
  background: #ffe780;
}
.plan .inner h2 strong span {
  color: #fff;
}
.plan .inner .plan_list {
  display: flex;
}
.plan .inner .plan_list .list_item {
  background: #fff;
}
.plan .inner .plan_list .list_item .title {
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #373632;
}
.plan .inner .plan_list .list_item .title::before {
  content: "";
  position: absolute;
  background: #f57f1d;
}
.plan .inner .plan_list .list_item .fee {
  font-weight: 700;
  text-align: center;
  color: #4c4a47;
}
.plan .inner .plan_list .list_item .discription {
  font-weight: 700;
  text-align: center;
}
.plan .inner .plan_list .list_item > ul li {
  font-weight: 600;
  text-align: center;
  background-color: #ffefac;
  margin-inline: auto;
}
.plan .inner .plan_list .list_item > ul li P {
  color: #373632;
  font-weight: 700;
}
.plan .inner .plan_list .list_item > ul li.color01 {
  background-color: #e8e8e8;
}
.plan .inner .plan_list .list_item > ul li.color01 p {
  color: #777777;
}
.plan .inner .plan_list .list_item > ul li.color02 {
  background-color: #fcd26b;
}
.plan .inner .add_info p {
  color: #fff;
  position: relative;
  font-weight: 400;
}
.plan .inner .add_info p:before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.customize .inner h2 {
  font-weight: 900;
  margin-inline: auto;
  text-align: center;
}
.customize .inner ul {
  display: flex;
}
.customize .inner ul li {
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.customize .inner ul li::before {
  position: absolute;
  content: "";
  background: url(../images/check_mark.png);
}
.customize .inner ul li > p {
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
.customize .inner .more {
  position: relative;
}
.customize .inner .more::before {
  position: absolute;
  content: "";
  background: url(../images/low-arrow.png);
}
.customize .inner .more p {
  font-weight: 800;
  color: #f57f1d;
  text-align: center;
  position: relative;
}
.customize .inner .more p::before, .customize .inner .more p::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  margin: 0 20px;
  margin-top: -0.2em;
  vertical-align: middle;
}
.customize .inner .more p::before {
  transform: rotate(-30deg);
}
.customize .inner .more p::after {
  transform: rotate(30deg);
}

.consulting {
  background: #fff6e8;
  position: relative;
}
.consulting::before {
  content: "";
  background: url(../images/consulting-left.png) no-repeat 0 0/contain;
  position: absolute;
}
.consulting::after {
  content: "";
  background: url(../images/consulting-right.png) no-repeat 100% 0/contain;
  position: absolute;
}
.consulting .inner .sub_title {
  color: #fff;
  background: #f57f1d;
  text-align: center;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
.consulting .inner h2 {
  text-align: center;
  margin-inline: auto;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 900;
  position: relative;
  z-index: 1;
  color: #000;
}
.consulting .inner .points_list {
  display: flex;
  margin-inline: auto;
  z-index: 1;
  position: relative;
}
.consulting .inner .points_list .list_item {
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.38;
  background: #ffdc73;
}
.consulting .inner .support_content {
  background: #fff;
  position: relative;
}
.consulting .inner .support_content::before {
  position: absolute;
  content: "";
  background: url(../images/consulting-men.svg);
  z-index: 2;
}
.consulting .inner .support_content::after {
  position: absolute;
  content: "";
  background: url(../images/consulting-women.svg);
  z-index: 2;
}
.consulting .inner .support_content h3 {
  margin-inline: auto;
  text-align: center;
  font-weight: 900;
}
.consulting .inner .support_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.consulting .inner .support_content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  border: solid 4px #e9edf3;
  padding-block: 10px;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 100vh;
  text-align: center;
  font-feature-settings: "palt";
}

.flow .inner h2 {
  font-weight: 900;
  margin-inline: auto;
  text-align: center;
}
.flow .inner ol li {
  background: #fff6e8;
}
.flow .inner ol li h3 {
  font-weight: 900;
}
.flow .inner ol li .step {
  color: #264280;
  font-weight: 900;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 100vh;
}
.flow .inner ol li .step::before {
  position: absolute;
  content: "";
  background: #f57f1d;
}
.flow .inner ol li .step::after {
  position: absolute;
  content: "";
  background: #f57f1d;
}
.flow .inner ol li p {
  font-size: 14px;
  line-height: 1.92;
}
.flow .inner ol li:last-child .step {
  background: #f57f1d;
  color: #fff;
}
.faq h2 {
  color: #000;
  font-weight: 900;
  text-align: center;
}
.faq .contents_wrap {
  background: #264280;
  overflow: hidden;
  border: 2px solid #264280;
}
.faq .contents_title {
  font-weight: 900;
  color: #fff;
  position: relative;
}
.faq .contents_title:before {
  content: "Q";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  font-weight: 900;
  color: #3350a0;
  text-align: center;
}
.faq .contents_txt {
  background: #fff;
  position: relative;
}
.faq .contents_txt:before {
  content: "A";
  position: absolute;
  background: #f57f1d;
  border-radius: 50%;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.faq .contents_btn {
  background: #264280;
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 100vh;
  filter: drop-shadow(2px 2px 3px rgba(221, 221, 221, 0.6));
  margin-inline: auto;
}
.faq .contents_btn:before, .faq .contents_btn:after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 100vh;
  height: 2px;
  top: 48%;
  transform: translate(-50%);
}
.faq .contents_btn:before {
  transform: rotate(45deg);
}
.faq .contents_btn:after {
  transform: rotate(-45deg);
}
.faq .contents_btn.active:before {
  transform: rotate(-45deg);
}
.faq .contents_btn.active:after {
  transform: rotate(45deg);
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1000px) {
  body {
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.06em;
  }
  .global-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  .global-header.is_form {
    position: absolute;
    background: none;
  }
  .global-header.is_fixed {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  }
  .global-header.is_hide {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.2s ease-in-out;
    will-change: position, transform, background-color;
  }
  .global-header__container {
    max-width: 100%;
    height: 75px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .global-header__navi {
    margin: 0 0 0 auto;
    padding: 0;
    gap: 8px;
  }
  .global-header__navi .tel_wrap {
    padding-top: 5px;
  }
  .global-header__navi .tel_wrap .tel {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: 15px;
  }
  .global-header__navi .tel_wrap .tel:before {
    top: 3px;
    left: 0;
    width: 11px;
    height: 17px;
  }
  .global-header__navi .tel_wrap p {
    font-size: 8px;
    margin-top: -3px;
  }
  .global-header__navi .btn-primary {
    width: 43px;
    height: 43px;
    display: grid;
    place-content: center;
    filter: drop-shadow(2px 2px 3px rgba(255, 163, 64, 0.6));
  }
  .global-header__navi .btn-primary img {
    display: block;
    width: 20px;
    height: 14px;
  }
  .global-header__logo {
    width: 93px;
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .global-header__logo-link {
    margin: 0;
    padding: 0;
    width: 93px;
    height: 40px;
  }
  .global-header__logo-link img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease-in;
  }
  .global-header__logo-link:hover img {
    transition: opacity 0.2s ease-in;
    opacity: 0.7;
  }
  .section .inner {
    padding-inline: 15px;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .section .inner {
    padding-inline: 120px;
  }
}
@media screen and (max-width: 1000px) {
  strong.underline:before {
    width: 100%;
    height: 5px;
    bottom: 0;
  }
  .mainvisual {
    padding-block: 108px 88px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual {
    padding-top: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .left_top {
    content: "";
    position: absolute;
    background: rgba(255, 175, 109, 0.53);
    border-radius: 50%;
    width: 29.6vw;
    height: 29.6vw;
    top: -14.66vw;
    left: -14.66vw;
    z-index: -1;
  }
  .mainvisual .left_bottom {
    content: "";
    position: absolute;
    background: url(../images/mv_left_bottom_sp.png) no-repeat 0 0/contain;
    width: 17.06vw;
    height: 41.6vw;
    top: 496px;
    left: 0px;
  }
  .mainvisual .right_top {
    content: "";
    position: absolute;
    background: url(../images/mv_right_top_sp.png) no-repeat 100% 0%/contain;
    width: 225px;
    height: 560px;
    width: 60vw;
    height: 149.33vw;
    max-height: 640px;
    top: 0;
    right: 0px;
    z-index: -1;
  }
  .mainvisual .fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      transform: translateY(-30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .mainvisual .updown01 {
    animation-name: UpDown01;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown01 {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(20px);
    }
  }
  .mainvisual .updown02 {
    animation-name: UpDown02;
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown02 {
    0% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  .mainvisual .updown03 {
    animation-name: UpDown03;
    animation-duration: 3.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown03 {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(20px);
    }
  }
  .mainvisual .updown04 {
    animation-name: UpDown04;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown04 {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(40px);
    }
  }
  .mainvisual .top_wrap .left {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left {
    width: 620px;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .top_wrap .left .sub_title {
    width: 315px;
    height: 36px;
    background: url(../images/speach_bubble_sp.png) no-repeat 0 0/contain;
    padding-inline: 15px;
    transform: translateX(-10px);
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title {
    width: 486px;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .top_wrap .left .sub_title p {
    font-size: 13.465px;
    line-height: 29.435px;
    letter-spacing: 0.08em;
    padding-top: 3px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title p {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .top_wrap .left .sub_title p strong {
    font-size: 17.955px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title p strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .top_wrap .left h1 {
    margin-top: 12px;
    font-size: 44px;
    line-height: 1.3;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left h1 {
    margin-top: 18px;
    font-size: 48px;
    line-height: 72px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left h1 strong {
    font-size: 44px;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .top_wrap .left h1 strong.underline:before {
    height: 8px;
    bottom: 5px;
  }
  .mainvisual .top_wrap .left h1 strong.underline:after {
    width: 20px;
    height: 23.5px;
    top: -8px;
    right: -38px;
  }
  .mainvisual .top_wrap .left .lead p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.84;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .lead p {
    font-size: 15px;
    max-width: 580px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .right {
    width: calc(100% - 620px);
    padding-top: 0px;
    margin-top: -80px;
    display: grid;
    place-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .top_wrap .right .img {
    margin-inline: auto;
    margin-top: 18px;
    display: grid;
    place-content: center;
  }
  .mainvisual .top_wrap .right .img img {
    margin-left: 24px;
    width: min(68.266vw, 382px);
    height: min(49.333vw, 276px);
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainvisual .top_wrap .right .img .services {
    justify-content: center;
    gap: 19px;
    bottom: min(9.82vw, -167px);
    left: min(1.529vw, 26px);
  }
  @keyframes scaleAnime01 {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes scaleAnime02 {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .mainvisual .top_wrap .right .img .services .item {
    width: min(34.133vw, 162px);
    height: min(34.133vw, 162px);
    border: 5px solid #f4bf69;
    box-shadow: 2px 2px 3px rgb(244, 238, 232);
  }
}
@media screen and (max-width: 1000px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .right .img .services .item {
    border: 8px solid #f4bf69;
  }
}
@media screen and (max-width: 1000px) {
  .mainvisual .top_wrap .right .img .services .item:before {
    top: 0;
    left: 0;
    width: min(7.733vw, 43.3px);
    height: min(7.733vw, 43.3px);
  }
  .mainvisual .top_wrap .right .img .services .item p {
    font-size: min(4.266vw, 17.5px);
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .mainvisual .top_wrap .btn a {
    font-size: 18.83px;
    margin-top: min(4.26vw, 30px);
    padding-inline: 65px 55px;
    max-width: 440px;
    height: 66px;
    margin-inline: auto;
  }
  .mainvisual .top_wrap .btn a:before {
    top: 25px;
    left: 45px;
    width: 22px;
    height: 15px;
  }
  .reasons {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .inner {
    padding-inline: 2.14vw;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .reasons .container .start {
    border: 3px solid #111c38;
    border-radius: 10px;
    padding-block: 30px 20px;
    padding-inline: 44px;
    max-width: 345px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start {
    padding-block: 30px 20px;
    padding-inline: 14px;
    width: 40.42vw;
    max-width: 567px;
    margin-inline: 0;
    display: grid;
    place-content: center;
  }
}
@media screen and (max-width: 1000px) {
  .reasons .container .start:before {
    width: 36px;
    height: 32px;
    left: 50%;
    bottom: -70px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start:before {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .reasons .container .start h2 {
    width: 283px;
    font-size: 14px;
    line-height: 36px;
    top: -18px;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start h2 {
    width: 210px;
  }
}
@media screen and (max-width: 1000px) {
  .reasons .container .start p {
    font-size: 18px;
    line-height: 34px;
    font-feature-settings: "palt";
  }
  .reasons .container .start p strong {
    font-size: 28px;
  }
  .reasons .container .start p strong:before {
    width: 6px;
    height: 6px;
    bottom: -10px;
    left: 10px;
  }
  .reasons .container .start p strong:after {
    width: 6px;
    height: 6px;
    bottom: -10px;
    left: 39px;
  }
  .reasons .container .start p span {
    font-size: 30px;
  }
  .reasons .container .end {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .end {
    position: relative;
    padding-top: 0px;
    width: calc(100% - 40.42vw - 5.71vw);
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .end:before {
    width: 24px;
    height: 24px;
    left: -2.428vw;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1000px) {
  .reasons .container .end ul li {
    padding-block: 5px;
    border-bottom: 1px solid #dce6f8;
  }
  .reasons .container .end ul li .point strong {
    font-size: 18px;
  }
  .reasons .taR {
    width: 216px;
    margin-left: auto;
    position: relative;
    margin-top: 22px;
  }
  .reasons .taR:before {
    content: "";
    position: absolute;
    background: #f57f1d;
    transform: rotate(45deg);
    border-radius: 100vh;
    left: -22px;
    top: 18px;
    width: 17px;
    height: 2px;
  }
  .reasons .taR:after {
    content: "";
    position: absolute;
    background: #f57f1d;
    transform: rotate(-45deg);
    border-radius: 100vh;
    left: -22px;
    top: 29px;
    width: 17px;
    height: 2px;
  }
  .reasons .taR p {
    font-size: 14px;
    display: inline-block;
  }
  .reasons .taR p:before {
    content: "";
    position: absolute;
    background: #142964;
    border-radius: 100vh;
    left: 0;
    bottom: 23px;
    width: 216px;
    height: 1px;
  }
  .reasons .taR p:after {
    content: "";
    position: absolute;
    background: #142964;
    border-radius: 100vh;
    left: 0;
    bottom: 0;
    width: 165px;
    height: 1px;
  }
  .concern {
    margin-top: 178px;
  }
  .concern:before {
    top: -134px;
    left: 0;
    width: 100%;
    height: max(134px, 35.73vw);
    background: url(../images/concern_bg_sp.png) no-repeat 50% 0/cover;
  }
  .concern:after {
    width: 155px;
    height: 140px;
    bottom: 0;
    right: 0;
  }
  .concern .inner {
    transform: translateY(-64px);
    overflow: hidden;
  }
  .concern .title_wrap {
    display: flex;
    height: 100px;
  }
  .concern .title_wrap h2 {
    font-size: 21px;
    line-height: 35px;
    width: 240px;
  }
  .concern .title_wrap h2 strong {
    font-size: 27px;
  }
  .concern .title_wrap h2 .small {
    font-size: 18px;
  }
  .concern .title_wrap .img {
    position: absolute;
    width: 209px;
    height: 138px;
    top: 0;
    right: -51px;
    transform: translateY(0px);
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .concern .title_wrap .img {
    right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .concern ul {
    padding-top: 63px;
    padding-bottom: 5px;
  }
  .concern ul li {
    width: calc(50% - 5px);
    border-radius: 15px;
    padding-block: 35px;
    padding-inline: 15px;
    box-shadow: 2px 2px 5px rgba(221, 214, 214, 0.7);
  }
  .concern ul li:before {
    width: 32px;
    height: 32px;
    top: -15px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    line-height: 32px;
  }
  .concern ul li .title {
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .concern ul li p {
    font-size: 14px;
    margin-top: 8px;
  }
  .messageTitle {
    padding-top: 80px;
    overflow: hidden;
    position: relative;
  }
  .messageTitle:before {
    width: 50px;
    height: 30px;
  }
  .messageTitle:after {
    content: "";
    position: absolute;
    background: url(../images/messagetitle_bg.png) no-repeat 50% 100%/contain;
    width: 418px;
    height: 225px;
    top: 84px;
    left: 50%;
    transform: translate(-50%);
  }
  .messageTitle .title_wrap h2 {
    font-size: 20px;
    line-height: 36px;
    height: 225px;
  }
  .messageTitle .title_wrap h2 strong {
    font-size: 32px;
  }
  .messages ul {
    transform: translateY(-35px);
    padding-bottom: 25px;
  }
  .messages ul li {
    border-radius: 15px;
    padding-block: 35px;
    padding-inline: 30px;
    border: 4px solid #ffba80;
  }
  .messages ul li + li {
    margin-top: 15px;
  }
  .messages ul li .img {
    height: 40px;
  }
  .messages ul li .text {
    margin-top: 20px;
  }
  .messages ul li .text h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .messages ul li .text h3 .small {
    font-size: 16px;
  }
  .messages ul li .text p {
    margin-top: 12px;
  }
  .messages ul li:nth-of-type(1) .img img {
    width: 73px;
    height: 40px;
  }
  .messages ul li:nth-of-type(2) .img img {
    width: 62px;
    height: 50px;
  }
  .messages ul li:nth-of-type(3) .img img {
    width: 71px;
    height: 43px;
  }
  .merit {
    padding-block: 50px 60px;
  }
  .merit .sub_title {
    font-size: 76px;
  }
  .merit h2 {
    font-size: 23px;
    line-height: 1.52;
    margin-top: -45px;
  }
  .merit .lead {
    margin-top: 16px;
  }
  .merit ul {
    margin-top: 20px;
  }
  .merit ul li + li {
    margin-top: 25px;
  }
  .merit ul li .img {
    height: 138px;
  }
  .merit ul li:nth-of-type(1) .img img {
    width: 122px;
    height: 138px;
  }
  .merit ul li:nth-of-type(2) .img img {
    width: 160px;
    height: 103px;
  }
  .merit ul li .text {
    border-radius: 15px;
    box-shadow: 3px 3px 6px rgba(227, 208, 191, 0.5);
    margin-top: 24px;
    padding-bottom: 20px;
  }
  .merit ul li .text h3 {
    max-width: 285px;
    margin-inline: auto;
    padding-block: 8px 5px;
    font-size: 16px;
    transform: translateY(-20px);
  }
  .merit ul li .text .list {
    padding-inline: 45px 15px;
    max-width: 350px;
    margin-inline: auto;
  }
  .merit ul li .text .list p {
    letter-spacing: 0.04em;
  }
  .merit ul li .text .list p + p {
    margin-top: 10px;
  }
  .merit ul li .text .list p:before {
    width: 23px;
    height: 23px;
    top: 1px;
    left: -30px;
  }
  .update {
    padding-block: 45px;
  }
  .update h2 {
    font-size: 23px;
    line-height: 1.56;
  }
  .update h2 .maru {
    width: 23px;
    height: 23px;
    transform: translateY(-2px);
    margin-left: 4px;
  }
  .update .lead {
    margin-top: 16px;
    max-width: 580px;
    margin-inline: auto;
  }
  .update ul {
    margin-top: 32px;
  }
  .update ul li {
    border: 5px solid #e9edf3;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    padding-block: 15px;
    padding-inline: 15px;
  }
  .update ul li + li {
    margin-top: 10px;
  }
  .update ul li .img {
    width: 70px;
    min-height: 48px;
  }
  .update ul li:nth-of-type(1) .img img {
    width: 43px;
    height: 38px;
  }
  .update ul li:nth-of-type(2) .img img {
    width: 50px;
    height: 38px;
  }
  .update ul li:nth-of-type(3) .img img {
    width: 52px;
    height: 33px;
  }
  .update ul li:nth-of-type(4) .img img {
    width: 49px;
    height: 40px;
  }
  .update ul li .text {
    width: calc(100% - 70px - 15px);
  }
  .update ul li .text p {
    font-size: 14px;
    line-height: 27px;
  }
  .update ul li .text p strong {
    font-size: 18px;
  }
  .banner {
    min-height: 383px;
    padding-block: 50px 40px;
    background: url(../images/banner_bg_sp.png) no-repeat center top/cover;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .banner {
    min-height: 300px;
    padding-block: 70px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .banner:before {
    width: 40vw;
    height: 40vw;
    bottom: -13px;
    right: -11px;
    background: url(../images/ga4_man.png) no-repeat 100% 100%/contain;
    z-index: 1;
    max-width: 200px;
    max-height: 200px;
  }
  .banner .inner {
    max-width: 560px;
    margin-inline: auto;
    padding-inline: 20px;
  }
  .banner h2 {
    font-size: 16px;
    line-height: 1.86;
    max-width: 300px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .banner h2 {
    max-width: 480px;
  }
}
@media screen and (max-width: 1000px) {
  .banner h2 strong {
    display: block;
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.51;
  }
  .banner .btn a {
    font-size: 16px;
    letter-spacing: 0.04em;
    margin-top: 20px;
    width: min(72vw, 440px);
    height: 58px;
    min-width: 270px;
    margin-inline: 0 auto;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .banner .btn a {
    margin-inline: auto;
  }
}
@media screen and (max-width: 1000px) {
  .banner .btn a:before {
    width: 22px;
    height: 15px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 1000px) {
  /*
  .banner .speach_bubble:before {
    width: 30px;
    height: 5px;
    bottom: 10px;
    left: 0px;
    transform: rotate(-45deg);
  }
  .banner .speach_bubble p {
    font-size: 13.3px;
  }
    */
  .suggestion {
    padding-block: 55px 60px;
  }
  .suggestion .sub_title p {
    font-size: 14px;
    padding-inline: 15px;
  }
  .suggestion .sub_title p:before {
    width: 2px;
    height: 40px;
    left: 0px;
    top: 6px;
  }
  .suggestion .sub_title p:after {
    width: 2px;
    height: 40px;
    right: 0px;
    top: 6px;
  }
  .suggestion h2 {
    margin-top: 16px;
    font-size: 23px;
    line-height: 1.43;
  }
  .suggestion .lead {
    margin-top: 22px;
    max-width: 540px;
    margin-inline: auto;
  }
  .suggestion .lead p {
    font-size: 14px;
    line-height: 1.5;
    padding-block: 12px;
    padding-inline: 25px;
  }
  .suggestion ul {
    margin-top: 27px;
    gap: 10px;
  }
  .suggestion ul li {
    border: 3px solid #e9edf3;
    border-radius: 15px;
    width: calc(33.3333333333% - 7px);
    padding-block: 13px;
    padding-inline: 1vw;
  }
  .suggestion ul li .img {
    height: 50px;
  }
  .suggestion ul li:nth-of-type(1) .img img {
    width: 40px;
    height: 32px;
  }
  .suggestion ul li:nth-of-type(2) .img img {
    width: 28px;
    height: 35px;
  }
  .suggestion ul li:nth-of-type(3) .img img {
    width: 35px;
    height: 36px;
  }
  .suggestion ul li:nth-of-type(4) .img img {
    width: 35px;
    height: 38px;
  }
  .suggestion ul li:nth-of-type(5) .img img {
    width: 43px;
    height: 35px;
  }
  .support {
    background: #fff6e8;
    padding-block: 40px;
  }
  .support .cross {
    width: 64px;
    height: 64px;
    top: -32px;
  }
  .support .cross:before {
    width: 25px;
    height: 3px;
    top: 28px;
  }
  .support .cross:after {
    width: 3px;
    height: 25px;
    top: 28px;
  }
  .support h3 {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
  }
  .support ul {
    margin-top: 27px;
  }
  .support ul li {
    border-radius: 15px;
    box-shadow: 2px 2px 6px rgba(227, 208, 191, 0.5);
    padding-block: 27px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) and (max-width: 1000px) {
  .support ul li {
    padding-block: 27px 40px;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .support ul li + li {
    margin-top: 20px;
  }
  .support ul li + li .text {
    margin-top: 10px;
  }
  .support ul li .img {
    height: 156px;
  }
  .support ul li .img img {
    width: 193px;
  }
  .support ul li .text {
    margin-top: 27px;
  }
  .support ul li .text h4 {
    font-size: 20px;
    padding-left: 42px;
  }
  .support ul li .text h4 .number {
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
  .support ul li .text p {
    margin-top: 10px;
  }
  .plan {
    padding-block: 33px 60px;
  }
  .plan::before {
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 55px;
    background-size: cover;
  }
  .plan .inner .sub_title {
    font-size: 28px;
    line-height: 1;
  }
  .plan .inner h2 {
    font-size: 23px;
    letter-spacing: 0.06em;
    margin-top: 3px;
    line-height: 36px;
  }
  .plan .inner h2 strong::before {
    height: 5px;
    width: 100%;
    bottom: -8px;
  }
  .plan .inner h2 strong span {
    font-size: 36px;
  }
  .plan .inner .plan_list {
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
  }
  .plan .inner .plan_list .list_item {
    border-radius: 15px;
    padding-block: 20px 28px;
  }
  .plan .inner .plan_list .list_item .title {
    font-size: 20px;
  }
  .plan .inner .plan_list .list_item .title::before {
    height: 3px;
    width: 100%;
    bottom: -11px;
    left: 0;
  }
  .plan .inner .plan_list .list_item .fee {
    font-size: 18px;
    line-height: 1;
    margin-top: 30px;
  }
  .plan .inner .plan_list .list_item .fee strong {
    font-size: 52px;
  }
  .plan .inner .plan_list .list_item .fee span {
    font-size: 14px;
  }
  .plan .inner .plan_list .list_item .discription {
    font-size: 14px;
    margin-top: 16px;
    padding-inline: 12px;
    font-feature-settings: "palt";
  }
  .plan .inner .plan_list .list_item > ul {
    margin-top: 10px;
  }
  .plan .inner .plan_list .list_item > ul li {
    width: 88%;
    border-radius: 20px;
    padding-block: 8px 5px;
    font-size: 16px;
    max-width: 315px;
  }
  .plan .inner .plan_list .list_item > ul li + li {
    margin-top: 7px;
  }
  .plan .inner .add_info {
    margin-top: 20px;
  }
  .plan .inner .add_info p {
    font-size: 11px;
    letter-spacing: 0.06em;
    line-height: 1.45;
    padding-left: 10px;
    font-feature-settings: "palt";
  }
  .plan .inner .add_info p:before {
    width: 3px;
    height: 3px;
    top: 6px;
    left: 0;
  }
  .plan .inner .add_info p + p {
    margin-top: 8px;
  }
  .customize {
    padding-top: 68px;
    padding-bottom: 65px;
  }
  .customize .inner h2 {
    line-height: 1.52;
    font-size: 23px;
    letter-spacing: -0.01em;
  }
  .customize .inner ul {
    gap: 10px;
    row-gap: 22px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 33px;
  }
  .customize .inner ul li {
    width: calc((100% - 10px) / 2);
    border-radius: 20px;
    padding-block: 33px 27px;
    padding-inline: 15px;
  }
  .customize .inner ul li::before {
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background-size: cover;
  }
  .customize .inner ul li > p {
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.04em;
  }
  .customize .inner .more::before {
    width: 54px;
    height: 28px;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .customize .inner .more p {
    font-size: 22px;
    margin-top: 21px;
    letter-spacing: 0.06em;
  }
  .customize .inner .more p::before, .customize .inner .more p::after {
    height: 22px;
  }
  .customize .inner .more p::before {
    transform: rotate(-30deg);
  }
  .customize .inner .more p::after {
    transform: rotate(30deg);
  }
  .consulting {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .consulting::before {
    left: 0;
    top: 6%;
    width: 16vw;
    height: 20vw;
  }
  .consulting::after {
    right: 0;
    top: 6%;
    width: 16vw;
    height: 20vw;
  }
  .consulting .inner {
    position: relative;
  }
  .consulting .inner::before {
    position: absolute;
    content: "";
    background: url(../images/consulting-men.svg) no-repeat 0 0/contain;
    width: 29.3vw;
    height: 140px;
    top: -113px;
    left: 2.66vw;
  }
  .consulting .inner::after {
    position: absolute;
    content: "";
    background: url(../images/consulting-women.svg) no-repeat 100% 0%/contain;
    width: 29.3vw;
    height: 140px;
    top: -113px;
    right: 2.66vw;
  }
  .consulting .inner .sub_title {
    font-size: 14px;
    border-radius: 54px;
    line-height: 1.5;
    padding-block: 7px;
    max-width: 315px;
    display: grid;
    place-content: center;
  }
  .consulting .inner .sub_title p {
    width: 300px;
  }
  .consulting .inner h2 {
    margin-top: 18px;
    font-size: 23px;
    line-height: 1.43;
    max-width: 400px;
  }
  .consulting .inner .points_list {
    justify-content: space-between;
    gap: 5px;
    margin-top: 20px;
    max-width: 310px;
    margin-inline: auto;
    top: -10px;
  }
  .consulting .inner .points_list .list_item {
    font-size: 13px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-feature-settings: "palt";
  }
  .consulting .inner .support_content {
    padding: 92px 10px 40px;
    border-radius: 25px;
    margin-top: -80px;
  }
  .consulting .inner .support_content ul {
    gap: 10px;
    margin-top: 30px;
  }
  .consulting .inner .support_content ul li {
    width: calc((100% - 10px) / 2);
    font-size: 14px;
    border: solid 3px #e9edf3;
  }
  .flow {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .flow .inner h2 {
    font-size: 23px;
    line-height: 1;
  }
  .flow .inner ol {
    margin-top: 25px;
  }
  .flow .inner ol li {
    border-radius: 10px;
    padding-right: 15px;
    padding-left: 45px;
    padding-block: 20px;
    max-width: 560px;
    margin-inline: auto;
  }
  .flow .inner ol li h3 {
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
  }
  .flow .inner ol li .step {
    padding-block: 5px;
    padding-inline: 12px 9px;
    display: inline;
    max-width: 84px;
    font-size: 12px;
  }
  .flow .inner ol li .step::before {
    width: 15px;
    height: 15px;
    left: -31px;
    top: 27px;
    border-radius: 50%;
  }
  .flow .inner ol li .step::after {
    height: 140px;
    width: 3px;
    left: -25px;
    top: 33px;
  }
  .flow .inner ol li p {
    margin-top: 6px;
  }
  .flow .inner ol li + li {
    margin-top: 15px;
  }
  .flow .inner ol li:last-child .step::after {
    height: 100px;
    transform: translateY(-100%);
  }
  .flow .inner ol li:nth-of-type(5) .step::after {
    height: 100px;
  }
  .faq {
    padding-bottom: 65px;
  }
  .faq h2 {
    font-size: 23px;
  }
  .faq .contents_wrap {
    margin-block: 30px;
    border-radius: 10px;
  }
  .faq .contents_title {
    padding-block: 20px 15px;
    padding-inline: 65px 25px;
  }
  .faq .contents_title:before {
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    top: 17px;
    left: 20px;
  }
  .faq .contents_txt {
    padding-block: 25px;
    padding-inline: 65px 25px;
    font-feature-settings: "palt";
  }
  .faq .contents_txt:before {
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    top: 22px;
    left: 20px;
  }
  .faq .contents_btn {
    width: 270px;
    padding-block: 14px;
  }
  .faq .contents_btn:before, .faq .contents_btn:after {
    width: 10px;
  }
  .faq .contents_btn:before {
    right: 28px;
  }
  .faq .contents_btn:after {
    right: 22px;
  }
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 1001px) {
  body {
    font-size: 16px;
    line-height: 1.87;
    letter-spacing: 0.04em;
  }
  .global-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 120px;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }
  .global-header.is_form {
    position: absolute;
    background: none;
  }
  .global-header.is_fixed {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
  .global-header.is_hide {
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform 0.2s ease-in-out;
    will-change: position, transform, background-color;
  }
  .global-header__container {
    max-width: 1700px;
    height: 120px;
    margin: 0 auto;
    padding: 0 36px 0 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .global-header__navi {
    margin: 0 0 0 auto;
    padding: 0;
    gap: 20px;
  }
  .global-header__navi .tel_wrap {
    padding-top: 5px;
  }
  .global-header__navi .tel_wrap .tel {
    pointer-events: none;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-left: 30px;
  }
  .global-header__navi .tel_wrap .tel:before {
    top: 5px;
    left: 0;
    width: 18px;
    height: 26px;
  }
  .global-header__navi .tel_wrap p {
    font-size: 13px;
    margin-top: -3px;
  }
  .global-header__navi .btn-primary {
    padding-inline: 60px 30px;
    filter: drop-shadow(5px 5px 5px rgba(255, 163, 64, 0.6));
  }
  .global-header__navi .btn-primary:before {
    top: 24px;
    left: 25px;
    width: 22px;
    height: 16px;
  }
  .global-header__navi .btn-primary:hover {
    transition: 0.2s;
    filter: drop-shadow(0px 0px 0px transparent);
    transform: translate(3px, 3px);
    background: #ffca2b;
  }
  .global-header__logo {
    width: 147px;
    height: 63px;
    margin: 0;
    padding: 0;
  }
  .global-header__logo-link {
    margin: 0;
    padding: 0;
    width: 147px;
    height: 63px;
  }
  .global-header__logo-link img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease-in;
  }
  .global-header__logo-link:hover img {
    transition: opacity 0.2s ease-in;
    opacity: 0.7;
  }
  .section .inner {
    max-width: 1280px;
    padding: 0 40px;
    margin: 0 auto;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .section .inner {
    padding-inline: 120px;
  }
}
@media print, screen and (min-width: 1001px) {
  strong.underline:before {
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0;
  }
  .mainvisual {
    background: url(../images/mv_bg_top.png) no-repeat 100% 100%/cover;
    padding-block: 220px 156px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual {
    padding-top: 180px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual:before {
    top: 0;
    left: 0;
    width: 450px;
    height: 430px;
    z-index: -1;
    background: url(../images/mv_left_top.png) no-repeat 0 0/contain;
  }
  .mainvisual:after {
    top: 800px;
    left: 0;
    width: 204px;
    height: 345px;
    z-index: -1;
  }
  .mainvisual .left_top {
    content: "";
    position: absolute;
    background: url(../images/dot_round.png) no-repeat 0 0/contain;
    width: 164px;
    height: 164px;
    top: 120px;
    left: 50px;
    z-index: -1;
  }
  .mainvisual .left_bottom {
    content: "";
    position: absolute;
    background: url(../images/border_round.png) no-repeat 0 0/contain;
    width: 166px;
    height: 166px;
    top: 750px;
    left: 70px;
  }
  .mainvisual .right_top {
    content: "";
    position: absolute;
    background: url(../images/mv_right_top.png) no-repeat 0 100%/contain;
    width: 92px;
    height: 140px;
    top: 416px;
    right: 0px;
  }
  .mainvisual .right_bottom {
    content: "";
    position: absolute;
    background: url(../images/border_round.png) no-repeat 0 100%/contain;
    width: 104px;
    height: 104px;
    top: 54px;
    right: 43vw;
  }
  .mainvisual .fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      transform: translateY(-30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .mainvisual .updown01 {
    animation-name: UpDown01;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown01 {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(20px);
    }
  }
  .mainvisual .updown02 {
    animation-name: UpDown02;
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown02 {
    0% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  .mainvisual .updown03 {
    animation-name: UpDown03;
    animation-duration: 3.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown03 {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(20px);
    }
  }
  .mainvisual .updown04 {
    animation-name: UpDown04;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown04 {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(40px);
    }
  }
  .mainvisual .inner {
    max-width: 1400px;
    padding: 0 40px 0 80px;
  }
  .mainvisual .top_wrap {
    display: flex;
  }
  .mainvisual .top_wrap .left {
    width: 748px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left {
    width: 620px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .left .sub_title {
    width: 607px;
    height: 72px;
    display: flex;
    justify-content: center;
    background: url(../images/speach_bubble.png) no-repeat 0 0/contain;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title {
    width: 486px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .left .sub_title p {
    font-size: 27.45px;
    line-height: 65px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title p {
    font-size: 20px;
    line-height: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .left .sub_title p strong {
    font-size: 36.6px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title p strong {
    font-size: 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .left .sub_title p strong.underline:before {
    height: 13px;
  }
  .mainvisual .top_wrap .left h1 {
    margin-top: 24px;
    font-size: clamp(48px, 3.86vw, 58px);
    line-height: 84px;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left h1 {
    margin-top: 18px;
    font-size: 48px;
    line-height: 72px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .left h1 strong {
    font-size: 54px;
    font-size: clamp(44px, 3.6vw, 54px);
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left h1 strong {
    font-size: 44px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .left h1 strong.underline:before {
    height: 13px;
  }
  .mainvisual .top_wrap .left h1 strong.underline:after {
    width: 30px;
    height: 36px;
    top: min(-0.8823vw, -15px);
    right: -60px;
  }
  .mainvisual .top_wrap .left .lead p {
    margin-top: 15px;
    font-size: 17px;
    letter-spacing: -0.01em;
    max-width: 630px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .lead p {
    font-size: 15px;
    max-width: 580px;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .right {
    width: calc(100% - 748px);
    padding-top: 60px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .right {
    width: calc(100% - 620px);
    padding-top: 0px;
    margin-top: -80px;
    display: grid;
    place-content: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .right .img {
    width: min(30.35vw, 516px);
    height: min(21.29vw, 362px);
  }
  .mainvisual .top_wrap .right .img .services {
    gap: 20px;
    width: min(24.92vw, 423.72px);
    position: absolute;
    bottom: min(9.82vw, -167px);
    left: min(1.529vw, 26px);
  }
  @keyframes scaleAnime01 {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes scaleAnime02 {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .mainvisual .top_wrap .right .img .services .item {
    width: min(11.87vw, 201.86px);
    height: min(11.87vw, 201.86px);
    border: 10px solid #f4bf69;
    box-shadow: 5px 5px 5px rgb(244, 238, 232);
  }
}
@media screen and (min-width: 1001px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .right .img .services .item {
    border: 8px solid #f4bf69;
  }
}
@media print, screen and (min-width: 1001px) {
  .mainvisual .top_wrap .right .img .services .item:before {
    top: 0;
    left: 0;
    width: min(2.61vw, 44.44px);
    height: min(2.61vw, 44.44px);
  }
  .mainvisual .top_wrap .right .img .services .item p {
    font-size: min(1.47vw, 25px);
    line-height: 1.5;
  }
  .mainvisual .top_wrap .btn a {
    font-size: clamp(22.5px, 1.764vw, 30px);
    margin-top: 40px;
    padding-left: clamp(111px, 8.7vw, 148px);
    padding-right: clamp(60px, 4.7vw, 80px);
    width: clamp(458px, 31.88vw, 542px);
    height: 96px;
  }
  .mainvisual .top_wrap .btn a:before {
    top: 39px;
    left: clamp(71px, 6.47vw, 90px);
    width: clamp(25px, 1.88vw, 32px);
    height: clamp(19px, 1.41vw, 24px);
  }
  .mainvisual .top_wrap .btn a:hover {
    transition: 0.2s;
    filter: drop-shadow(0px 0px 0px transparent);
    transform: translate(3px, 3px);
    background: #ffca2b;
  }
  .reasons {
    margin-top: 16px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .inner {
    padding-inline: 2.14vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .reasons .container {
    display: flex;
    -moz-column-gap: 80px;
         column-gap: 80px;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1001px) {
  .reasons .container .start {
    width: 440px;
    padding-block: 32px 40px;
    padding-inline: 40px;
    border: 4px solid #111c38;
    border-radius: 20px;
    display: grid;
    place-content: center;
    position: relative;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start {
    padding-block: 30px 20px;
    padding-inline: 14px;
    width: 40.42vw;
    max-width: 567px;
    margin-inline: 0;
    display: grid;
    place-content: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .reasons .container .start:before {
    width: 33.06px;
    height: 29px;
    right: -80px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start:before {
    display: none;
  }
}
@media print, screen and (min-width: 1001px) {
  .reasons .container .start h2 {
    width: 204px;
    font-size: 16px;
    line-height: 36px;
    top: -18px;
    left: 32px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start h2 {
    width: 210px;
  }
}
@media print, screen and (min-width: 1001px) {
  .reasons .container .start p {
    font-size: 24px;
  }
  .reasons .container .start p strong {
    font-size: 37.37px;
  }
  .reasons .container .start p strong:before {
    width: 7.17px;
    height: 7.17px;
    bottom: -12px;
    left: 14px;
  }
  .reasons .container .start p strong:after {
    width: 7.17px;
    height: 7.17px;
    bottom: -12px;
    left: 51px;
  }
  .reasons .container .start p span {
    font-size: 41.85px;
  }
  .reasons .container .end {
    width: calc(100% - 440px - 80px);
    place-content: center;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .end {
    position: relative;
    padding-top: 0px;
    width: calc(100% - 40.42vw - 5.71vw);
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .end:before {
    width: 24px;
    height: 24px;
    left: -2.428vw;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 1001px) {
  .reasons .container .end ul li {
    display: flex;
    padding-block: 10px;
    border-bottom: 2px solid #dce6f8;
  }
  .reasons .container .end ul li .point {
    width: 125px;
    font-size: 23px;
    line-height: 40px;
  }
  .reasons .container .end ul li .point strong {
    font-size: 25px;
    line-height: 40px;
  }
  .reasons .container .end ul li p {
    width: calc(100% - 125px);
    font-size: 24px;
    line-height: 40px;
  }
  .reasons .taR {
    text-align: right;
    margin-top: 20px;
  }
  .reasons .taR p {
    display: inline-block;
    border-bottom: 1px solid #142964;
  }
  .reasons .taR p:before {
    content: "";
    position: absolute;
    background: #f57f1d;
    transform: rotate(45deg);
    border-radius: 100vh;
    left: -22px;
    top: 9px;
    width: 12px;
    height: 2px;
  }
  .reasons .taR p:after {
    content: "";
    position: absolute;
    background: #f57f1d;
    transform: rotate(-45deg);
    border-radius: 100vh;
    left: -22px;
    top: 17px;
    width: 12px;
    height: 2px;
  }
  .concern {
    margin-top: 300px;
  }
  .concern:before {
    top: -250px;
    left: 0;
    width: 100%;
    height: 255px;
    background: url(../images/concern_bg.png) no-repeat 50% 0/cover;
  }
  .concern:after {
    width: 278px;
    height: 253px;
    bottom: 0;
    right: 0;
  }
  .concern .inner {
    padding-inline: min(6.76vw, 115px);
    transform: translateY(-120px);
  }
  .concern .title_wrap {
    display: flex;
    height: 190px;
  }
  .concern .title_wrap h2 {
    font-size: 34px;
    line-height: 60px;
    width: 680px;
  }
  .concern .title_wrap h2 strong {
    font-size: 48px;
  }
  .concern .title_wrap .img {
    width: calc(100% - 710px);
    transform: translateY(-48px);
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .concern .title_wrap .img {
    right: 60px;
  }
}
@media print, screen and (min-width: 1001px) {
  .concern .title_wrap .img img {
    width: 100%;
  }
  .concern ul li {
    width: calc(33.3333333333% - 11.5px);
    border-radius: 30px;
    padding-block: 40px;
    padding-inline: 25px;
    box-shadow: 2px 2px 8px rgba(221, 214, 214, 0.7);
  }
  .concern ul li:before {
    width: 41px;
    height: 41px;
    top: -20px;
    left: 32px;
    font-size: 20px;
    line-height: 41px;
  }
  .concern ul li .title {
    text-align: center;
    max-width: 290px;
    margin-inline: auto;
    font-size: 20px;
    line-height: 1.5;
  }
  .concern ul li p {
    max-width: 270px;
    margin-inline: auto;
    margin-top: 16px;
  }
  .messageTitle {
    padding-top: 95px;
  }
  .messageTitle:before {
    width: 80px;
    height: 50px;
  }
  .messageTitle .title_wrap {
    display: grid;
    place-content: center;
  }
  .messageTitle .title_wrap h2 {
    font-size: 38px;
    line-height: 60px;
    background: url(../images/messagetitle_bg.png) no-repeat 0 100%/contain;
    width: 906px;
    height: 465px;
  }
  .messageTitle .title_wrap h2 strong {
    font-size: 54px;
  }
  .messages {
    margin-top: -10px;
  }
  .messages ul {
    display: flex;
    justify-content: space-between;
    transform: translateY(-70px);
    padding-bottom: 13px;
  }
  .messages ul li {
    width: calc(33.3333333333% - 17.33px);
    border-radius: 30px;
    padding-block: 40px 50px;
    padding-inline: 20px;
    border: 8px solid #ffba80;
  }
  .messages ul li .img {
    height: 80px;
  }
  .messages ul li .text {
    margin-top: 40px;
  }
  .messages ul li .text h3 {
    font-size: 24px;
    line-height: 37px;
  }
  .messages ul li .text h3 .small {
    font-size: 20px;
  }
  .messages ul li .text p {
    margin-top: 12px;
  }
  .messages ul li:nth-of-type(1) .img img {
    width: 83px;
    height: 47px;
  }
  .messages ul li:nth-of-type(2) .img img {
    width: 81px;
    height: 66px;
  }
  .messages ul li:nth-of-type(3) .img img {
    width: 102px;
    height: 62px;
  }
  .merit {
    padding-block: 70px 80px;
  }
  .merit .sub_title {
    font-size: 128px;
    letter-spacing: 0.06em;
  }
  .merit h2 {
    font-size: 38px;
    line-height: 1.4;
    margin-top: -65px;
  }
  .merit .lead {
    text-align: center;
    width: 890px;
    margin-inline: auto;
    margin-top: 24px;
  }
  .merit ul {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
  }
  .merit ul li {
    width: calc(50% - 30px);
  }
  .merit ul li .img {
    height: 213px;
  }
  .merit ul li:nth-of-type(1) .img img {
    width: 177px;
    height: 213px;
  }
  .merit ul li:nth-of-type(2) .img img {
    width: 249px;
    height: 159px;
  }
  .merit ul li .text {
    border-radius: 30px;
    box-shadow: 5px 5px 12px rgba(227, 208, 191, 0.5);
    margin-top: 35px;
    padding-bottom: 40px;
  }
  .merit ul li .text h3 {
    width: 348.22px;
    margin-inline: auto;
    padding-block: 10px;
    font-size: 22px;
    transform: translateY(-25px);
  }
  .merit ul li .text .list {
    padding-left: min(7.52vw, 128px);
    padding-right: min(4.11vw, 70px);
  }
  .merit ul li .text .list p {
    font-size: 20px;
  }
  .merit ul li .text .list p + p {
    margin-top: 10px;
  }
  .merit ul li .text .list p:before {
    width: 28.94px;
    height: 28.94px;
    top: 4px;
    left: -48px;
  }
  .update {
    padding-block: 120px 110px;
  }
  .update h2 {
    font-size: 38px;
    line-height: 1.5;
  }
  .update h2 .maru {
    width: 51px;
    height: 51px;
    transform: translateY(-4px);
    margin-left: 8px;
  }
  .update .lead {
    text-align: center;
    margin-top: 20px;
  }
  .update ul {
    margin-top: 56px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
  }
  .update ul li {
    border: 10px solid #e9edf3;
    display: flex;
    justify-content: space-between;
    width: calc(50% - 10px);
    border-radius: 30px;
    padding-block: 15px;
    padding-inline: 15px;
  }
  .update ul li .img {
    width: 170px;
    min-height: 120px;
  }
  .update ul li:nth-of-type(1) .img img {
    width: 66px;
    height: 59px;
  }
  .update ul li:nth-of-type(2) .img img {
    width: 92px;
    height: 70px;
  }
  .update ul li:nth-of-type(3) .img img {
    width: 86px;
    height: 55px;
  }
  .update ul li:nth-of-type(4) .img img {
    width: 79px;
    height: 64px;
  }
  .update ul li .text {
    width: calc(100% - 170px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .update ul li .text p {
    font-size: 22px;
    line-height: 35px;
  }
  .update ul li .text p span {
    font-size: 20px;
  }
  .update ul li .text p strong {
    font-size: 28px;
  }
  .update ul li .text p .head {
    font-size: 22px;
    font-weight: 900;
  }
  .banner {
    min-height: 380px;
    padding-block: 70px 80px;
    background: url(../images/banner_bg.jpg) no-repeat center bottom/cover;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .banner {
    min-height: 300px;
    padding-block: 70px 80px;
  }
}
@media print, screen and (min-width: 1001px) {
  .banner:before {
    width: min(14.35vw, 244px);
    height: min(19.58vw, 333px);
    bottom: -33px;
    right: min(12.7vw, 216px);
    background: url(../images/ga4_man.png) no-repeat 0 0/contain;
  }
  .banner h2 {
    text-align: center;
    font-size: 22px;
    line-height: 56px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .banner h2 {
    max-width: 480px;
  }
}
@media print, screen and (min-width: 1001px) {
  .banner h2 strong {
    font-size: 33px;
  }
  .banner .btn a {
    font-size: 30px;
    margin-top: 40px;
    padding-inline: 20px;
    width: min(42.41vw, 721px);
    height: 107px;
    min-width: 485px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .banner .btn a {
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .banner .btn a:before {
    width: 32px;
    height: 24px;
    margin-right: 20px;
  }
  .banner .btn a:hover {
    transition: 0.2s;
    filter: drop-shadow(0px 0px 0px transparent);
    transform: translate(3px, 3px);
    background: #ffca2b;
  }
@media print, screen and (min-width: 1001px) {
  .suggestion {
    padding-block: 100px;
  }
  .suggestion .sub_title p {
    font-size: 28px;
    letter-spacing: 0.06em;
  }
  .suggestion .sub_title p:before {
    width: 3px;
    height: 30px;
    left: -26px;
    top: 12px;
  }
  .suggestion .sub_title p:after {
    width: 3px;
    height: 30px;
    right: -26px;
    top: 12px;
  }
  .suggestion h2 {
    margin-top: 10px;
    font-size: 38px;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .suggestion .lead {
    margin-top: 50px;
  }
  .suggestion .lead p {
    font-size: 22px;
    line-height: 1.6;
    padding-block: 16px;
    padding-inline: 30px;
    letter-spacing: 0.06em;
  }
  .suggestion ul {
    margin-top: 40px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .suggestion ul li {
    border: 6px solid #e9edf3;
    border-radius: 30px;
    width: calc(20% - 20px);
    padding-top: min(2.352vw, 40px);
    padding-bottom: min(1.764vw, 30px);
    padding-inline: 16px;
  }
  .suggestion ul li .img {
    height: 60px;
  }
  .suggestion ul li:nth-of-type(1) .img img {
    width: 69px;
    height: 55px;
  }
  .suggestion ul li:nth-of-type(2) .img img {
    width: 45px;
    height: 61px;
  }
  .suggestion ul li:nth-of-type(3) .img img {
    width: 53px;
    height: 55px;
  }
  .suggestion ul li:nth-of-type(4) .img img {
    width: 55px;
    height: 59px;
  }
  .suggestion ul li:nth-of-type(5) .img img {
    width: 64px;
    height: 52px;
  }
  .suggestion ul li .text {
    margin-top: 16px;
  }
  .suggestion ul li .text p {
    font-size: 22px;
  }
  .support {
    padding-bottom: 140px;
  }
  .support .innerWrap {
    padding-inline: 40px;
  }
  .support .inner {
    background: #fff6e8;
    max-width: 1417px;
    margin-inline: auto;
    padding-inline: min(5.882vw, 100px);
    padding-bottom: 100px;
    border-radius: 50px;
  }
  .support .cross {
    width: 98px;
    height: 98px;
    top: -49px;
  }
  .support .cross:before {
    width: 43px;
    height: 5px;
    top: 47px;
  }
  .support .cross:after {
    width: 5px;
    height: 43px;
    top: 49px;
  }
  .support h3 {
    padding-top: 70px;
    font-size: 28px;
    line-height: 1.6;
  }
  .support ul {
    margin-top: 50px;
  }
  .support ul li {
    border-radius: 30px;
    box-shadow: 5px 5px 12px rgba(227, 208, 191, 0.5);
    display: flex;
    justify-content: space-between;
    padding-block: 48px;
    padding-inline: 40px 70px;
    gap: 40px;
  }
}
@media screen and (min-width: 1001px) and (min-width: 700px) and (max-width: 1000px) {
  .support ul li {
    padding-block: 27px 40px;
    padding-inline: 40px;
  }
}
@media print, screen and (min-width: 1001px) {
  .support ul li + li {
    margin-top: 18px;
  }
  .support ul li .img {
    width: 310px;
  }
  .support ul li .text {
    width: calc(100% - 310px);
  }
  .support ul li .text h4 {
    font-size: 26px;
    padding-left: 70px;
  }
  .support ul li .text h4 .number {
    font-size: 20px;
    line-height: 46px;
    width: 46px;
    height: 46px;
  }
  .support ul li .text p {
    margin-top: 20px;
  }
  .plan {
    padding-block: 65px 100px;
  }
  .plan::before {
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    background-size: cover;
  }
  .plan .inner .sub_title {
    font-size: 48px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .plan .inner h2 {
    font-size: 38px;
    letter-spacing: 0.06em;
    margin-top: -34px;
  }
  .plan .inner h2 strong::before {
    height: 8px;
    width: 100%;
    bottom: -18px;
  }
  .plan .inner h2 strong span {
    font-size: 68px;
  }
  .plan .inner .plan_list {
    gap: 20px;
    justify-content: space-between;
    max-width: 1200px;
    margin-top: 4px;
  }
  .plan .inner .plan_list .list_item {
    width: calc((100% - 40px) / 3);
    border-radius: 30px;
    padding-block: 32px 28px;
  }
  .plan .inner .plan_list .list_item .title {
    font-size: 26px;
  }
  .plan .inner .plan_list .list_item .title::before {
    height: 3px;
    width: 100%;
    bottom: -12px;
    left: 0;
  }
  .plan .inner .plan_list .list_item .fee {
    font-size: 24px;
    line-height: 1;
    margin-top: 30px;
  }
  .plan .inner .plan_list .list_item .fee strong {
    font-size: 68px;
  }
  .plan .inner .plan_list .list_item .fee span {
    font-size: 16px;
  }
  .plan .inner .plan_list .list_item .discription {
    font-size: 15px;
    margin-top: 14px;
    padding-inline: 12px;
  }
  .plan .inner .plan_list .list_item > ul {
    margin-top: 28px;
  }
  .plan .inner .plan_list .list_item > ul li {
    width: 88%;
    border-radius: 22px;
    padding-block: 7px;
  }
  .plan .inner .plan_list .list_item > ul li + li {
    margin-top: 6px;
  }
  .plan .inner .add_info {
    margin-top: 21px;
  }
  .plan .inner .add_info p {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 2;
    padding-left: 14px;
  }
  .plan .inner .add_info p:before {
    width: 3px;
    height: 3px;
    top: 13px;
    left: 0;
  }
  .customize {
    padding-top: 100px;
    padding-bottom: 84px;
  }
  .customize .inner h2 {
    font-size: 38px;
  }
  .customize .inner ul {
    gap: 10px;
    justify-content: space-between;
    margin-top: 48px;
  }
  .customize .inner ul li {
    width: calc((100% - 30px) / 4);
    border-radius: 20px;
    padding-block: 60px 48px;
    padding-inline: 1.6vw;
  }
  .customize .inner ul li::before {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    background-size: cover;
  }
  .customize .inner ul li > p {
    font-size: 22px;
    line-height: 1.54;
    letter-spacing: 0.04em;
  }
  .customize .inner .more::before {
    width: 71px;
    height: 38px;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .customize .inner .more p {
    font-size: 30px;
    margin-top: 36px;
    letter-spacing: 0.06em;
  }
  .customize .inner .more p::before, .customize .inner .more p::after {
    height: 27px;
  }
  .customize .inner .more p::before {
    transform: rotate(-30deg);
  }
  .customize .inner .more p::after {
    transform: rotate(30deg);
  }
  .consulting {
    padding-top: 80px;
    padding-bottom: 120px;
    overflow: hidden;
  }
  .consulting::before {
    left: 0;
    top: 6%;
    width: 16vw;
    height: 20vw;
  }
  .consulting::after {
    right: 0;
    top: 6%;
    width: 16vw;
    height: 20vw;
  }
  .consulting .inner .sub_title {
    font-size: 24px;
    border-radius: 19px;
    line-height: 1;
    padding-block: 7px;
    max-width: 685px;
  }
  .consulting .inner h2 {
    margin-top: 30px;
    font-size: 40px;
    max-width: 640px;
    margin-inline: auto;
  }
  .consulting .inner .points_list {
    justify-content: space-between;
    gap: 24px;
    max-width: 530px;
    top: 25px;
  }
  .consulting .inner .points_list .list_item {
    font-size: 18px;
    width: 158px;
    height: 158px;
    border-radius: 50%;
  }
  .consulting .inner .support_content {
    padding: 150px 70px 55px;
    border-radius: 50px;
    margin-top: -80px;
  }
  .consulting .inner .support_content::before {
    width: 12.8vw;
    height: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -13.5vw;
    left: 32px;
    min-width: 150px;
  }
  .consulting .inner .support_content::after {
    width: 12.8vw;
    height: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -13.5vw;
    right: 42px;
    min-width: 150px;
  }
  .consulting .inner .support_content h3 {
    font-size: 30px;
    letter-spacing: 0.04em;
  }
  .consulting .inner .support_content ul {
    gap: 20px;
    margin-top: 38px;
  }
  .consulting .inner .support_content ul li {
    width: calc((100% - 60px) / 4);
    min-width: 215px;
    font-size: 20px;
    border: solid 4px #e9edf3;
    padding-inline: 18px;
  }
  .flow {
    padding-top: 120px;
    padding-bottom: 110px;
  }
  .flow .inner h2 {
    font-size: 38px;
    line-height: 1;
  }
  .flow .inner ol {
    margin-top: 44px;
  }
  .flow .inner ol li {
    border-radius: 20px;
    padding-block: 25px;
    padding-left: 104px;
    display: flex;
    align-items: center;
  }
  .flow .inner ol li h3 {
    font-size: 22px;
    margin-right: 30px;
    min-width: 140px;
  }
  .flow .inner ol li .step {
    padding: 2px 5px;
    margin-right: 48px;
    min-width: 120px;
  }
  .flow .inner ol li .step::before {
    width: 20px;
    height: 20px;
    left: -46px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .flow .inner ol li .step::after {
    height: 110px;
    width: 4px;
    left: -38px;
    top: 50%;
    transform: translateY(-50%);
  }
  .flow .inner ol li + li {
    margin-top: 16px;
  }
  .flow .inner ol li:first-child .step::after {
    height: 80px;
    width: 4px;
    left: -38px;
    top: 160%;
    transform: translateY(-50%);
  }
  .flow .inner ol li:last-child .step::after {
    height: 80px;
    width: 4px;
    left: -38px;
    top: -60%;
    transform: translateY(-50%);
  }
  .faq {
    padding-bottom: 110px;
  }
  .faq h2 {
    font-size: 38px;
  }
  .faq .contents_wrap {
    margin-block: 30px;
    border-radius: 20px;
  }
  .faq .contents_title {
    padding-block: 28px 32px;
    padding-inline: 120px;
  }
  .faq .contents_title:before {
    font-size: 24px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    top: 20px;
    left: 42px;
  }
  .faq .contents_txt {
    padding-block: 32px 44px;
    padding-inline: 120px;
  }
  .faq .contents_txt:before {
    font-size: 24px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    top: 24px;
    left: 42px;
  }
  .faq .contents_btn {
    width: 450px;
    padding-block: 19px;
  }
  .faq .contents_btn:before, .faq .contents_btn:after {
    width: 15px;
  }
  .faq .contents_btn:before {
    right: 40px;
  }
  .faq .contents_btn:after {
    right: 30px;
  }
  .faq .contents_btn:hover {
    cursor: pointer;
    transition: 0.2s;
    opacity: 0.8;
  }
  .forSP {
    display: none !important;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .global-header.is_form {
    position: absolute;
    background: none;
  }
  .global-header__logo-link img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease-in;
  }
  .global-header__logo-link:hover img {
    transition: opacity 0.2s ease-in;
    opacity: 0.7;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .section .inner {
    padding-inline: 120px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual {
    padding-top: 180px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .mainvisual .fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fadeDownAnime {
    from {
      opacity: 0;
      transform: translateY(-30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .mainvisual .updown01 {
    animation-name: UpDown01;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown01 {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(20px);
    }
  }
  .mainvisual .updown02 {
    animation-name: UpDown02;
    animation-duration: 2.3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown02 {
    0% {
      transform: translateY(20px);
    }
    100% {
      transform: translateY(-20px);
    }
  }
  .mainvisual .updown03 {
    animation-name: UpDown03;
    animation-duration: 3.5s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown03 {
    0% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(20px);
    }
  }
  .mainvisual .updown04 {
    animation-name: UpDown04;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
  }
  @keyframes UpDown04 {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(40px);
    }
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left {
    width: 620px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title {
    width: 486px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title p {
    font-size: 20px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .sub_title p strong {
    font-size: 30px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left h1 {
    margin-top: 18px;
    font-size: 48px;
    line-height: 72px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left h1 strong {
    font-size: 44px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .left .lead p {
    font-size: 15px;
    max-width: 580px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .right {
    width: calc(100% - 620px);
    padding-top: 0px;
    margin-top: -80px;
    display: grid;
    place-content: center;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  @keyframes scaleAnime01 {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes scaleAnime02 {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 1001px) and (max-width: 1239px) {
  .mainvisual .top_wrap .right .img .services .item {
    border: 8px solid #f4bf69;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .inner {
    padding-inline: 2.14vw;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .reasons .container .start {
    width: 34.375vw;
    padding-inline: 3.125vw;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start {
    padding-block: 30px 20px;
    padding-inline: 14px;
    width: 40.42vw;
    max-width: 567px;
    margin-inline: 0;
    display: grid;
    place-content: center;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start:before {
    display: none;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .start h2 {
    width: 210px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .reasons .container .start p {
    font-size: 1.875vw;
  }
  .reasons .container .start p strong {
    font-size: 2.919vw;
  }
  .reasons .container .start p span {
    font-size: 3.269vw;
  }
  .reasons .container .end {
    width: calc(100% - 34.375vw - 80px);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .end {
    position: relative;
    padding-top: 0px;
    width: calc(100% - 40.42vw - 5.71vw);
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .reasons .container .end:before {
    width: 24px;
    height: 24px;
    left: -2.428vw;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .reasons .container .end ul li .point {
    width: 9.7656vw;
    font-size: 1.5625vw;
    line-height: 2.81vw;
  }
  .reasons .container .end ul li .point strong {
    font-size: 1.71875vw;
    line-height: 2.81vw;
  }
  .reasons .container .end ul li p {
    font-size: 1.71875vw;
    line-height: 2.81vw;
  }
  .concern .title_wrap h2 {
    width: 460px;
  }
  .concern .title_wrap .img {
    width: calc(100% - 500px);
    max-width: 450px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .concern .title_wrap .img {
    right: 60px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .concern ul {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .banner {
    min-height: 300px;
    padding-block: 70px 80px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .banner h2 {
    max-width: 480px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .banner .btn a {
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .support ul li {
    padding-inline: 30px 55px;
    gap: 20px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1280px) and (min-width: 700px) and (max-width: 1000px) {
  .support ul li {
    padding-block: 27px 40px;
    padding-inline: 40px;
  }
}
@media print, screen and (min-width: 1001px) and (max-width: 1280px) {
  .support ul li .img {
    width: 240px;
  }
  .support ul li .text {
    width: calc(100% - 240px);
  }
  .support ul li .text h4 {
    font-size: 22px;
  }
  .customize .inner .more p::before {
    transform: rotate(-30deg);
  }
  .customize .inner .more p::after {
    transform: rotate(30deg);
  }
}
/*# sourceMappingURL=map/common.css.map */
