@charset "UTF-8";

/*==========================================================================
  Common
==========================================================================*/

body {
  font-family: "Inter", "Abel Pro", "Noto Sans JP", メイリオ, Meiryo, Roboto,
    "Droid Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #505050;
  margin-top: unset;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
/** フォームリセット **/
button,
textarea,
select,
submit {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: auto;
}

/* =========================================================================== */

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

:root {
  --color-blue: #0047B2;
  --color-orange: #FFA473;
  --color-yellow: #FFEE99;
}

@font-face {
  font-family: 'Mobo'; 
  src: url('../fonts/MOBO.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

br.display-768,
br.display-600,
br.display-425,
br.display-400,
br.display-390,
br.display-375,
br.display-350 {
  display: none;
}

.display-375-sp {
  display: block;
}

p,
figure {
    margin: unset;
}

header#header {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}

span.breadcrumb_last {
  margin-left: 1%;
}

.pc-header {
  position: fixed;
  display: flex;
  gap: 5%;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 10000;
  height: 125px;
}

figure.left-block {
  align-content: center;
  width: 20%;
}

.right-over {
  display: flex;
  height: 80px;
}

.right-block {
  width: 75%;
}

.link-box {
  display: flex;
}

ul.right-under li {
  text-decoration: none;
  position: relative;
  margin-bottom: unset;
  flex: 1;
  text-align: center;
  line-height: 1.8;
}

ul.right-under li::after {
  content: "|";
  color: #000000;
  position: absolute;
  right: -2%;
  line-height: 2.4;
}

ul.right-under li:last-child {
  padding-right: unset;
}

ul.right-under li:last-child::after {
  display: none;
}

ul.right-under li a {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  align-content: center;
  display: inline-block;
  margin-top: 1%;
  width: 100%;
}

ul.right-under li a:hover {
  text-decoration: none;
}

p.phone-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-blue);
  align-content: center;
  position: relative;
  flex: 1;
  padding-left: 9%;
}

p.phone-txt::before {
  background-image: url(../img/phone-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 46px;
  bottom: 20%;
  left: 5%;
  aspect-ratio: 46 / 46;
}

a.box-blue {
  display: block;
  background-color: var(--color-blue);
  align-content: center;
  text-align: center;
  width: 190px;
  height: 100%;
}

a.box-blue span {
  color: #fff;
  margin-top: 0.85rem;
  display: block;
  font-size: 0.85rem;
}

a.box-orange {
  display: block;
  background-color: var(--color-orange);
  align-content: center;
  text-align: center;
  width: 190px;
  height: 100%;
}

a.box-orange span {
  color: #fff;
  display: block;
  font-size: 0.85rem;
  margin-top: 0.85rem;
}

a.box-orange img {
  margin-top: 0.85rem;
}

ul.right-under {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  margin-bottom: unset;
}

.sp-header {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

section.mv {
  position: relative;
  background: linear-gradient(
    to right,
    #0E58C7 45%,
    #A7D6F8 100%
  );
  padding: 80px 40px;
} 

.container {
  max-width: 1200px;
  margin: 0 auto;
}

h1.mv_ttl {
    font-family: 'MOBO', sans-serif;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 2%;
}

h1.mv_ttl span {
    display: block;
    color: var(--color-orange);
}

p.mv_txt {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

.container.mv_cnt::after {
    background-image: url(../img/representative-photo.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    display: block;
    width: 55%;
    bottom: 0%;
    right: 0%;
    aspect-ratio: 925 / 585;
    z-index: 1;
    opacity: 0;
    animation: fadeUp 1s ease 0.8s forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.assignment {
  background-image: url(../img/assignment-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5%;
}

.container.assignment_cnt h2 {
  font-size: 2.2rem;
  text-align: center;
  color: var(--color-blue);
  font-weight: 900;
}

.assignment_txt {
  font-size: 1.5rem;
  text-align: center;
  color: #000000;
  font-weight: bold;
}

.assignment-grid.assignment-grid {
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

p.assignment-grid-ttl {
  text-align: center;
  background-color: var(--color-orange);
  font-size: 1.5rem;
  padding: 1%;
  color: #fff;
  font-weight: bold;
}

.assignment-grid-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 4% 6%;
  background-color: #fff;
}

.assignment-grid-box figure {
  margin: 0;
  text-align: center;
  align-content: center;
  width: 150px;
  height: 150px;
  border: 3px solid var(--color-blue);
  background-color: #fff;
  position: relative;
  z-index: 2;
  box-shadow: 5px 10px var(--color-blue);
}

.assignment-grid-box figure img {
    height: 55px;
}

.assignment-grid-box figure figcaption {
  font-size: 1rem;
  color: #000000;
  font-weight: bold;
  margin-top: 1rem;
  align-content: center;
}

p.phone-intro {
  background-color: var(--color-yellow);
  text-align: center;
  font-size: 1.5rem;
  width: 280px;
  margin: 0 auto;
  margin-top: 5%;
  padding: 1%;
  color: #000000;
  font-weight: 900;
}

.phone-intro-box {
  display: flex;
  justify-content: center;
  gap: 3%;
}

.phone-intro-box figure {
  align-content: center;
  width: 5%;
  padding-top: 10px;
}

.phone-intro-box figure img {
    width: 100%;
}

p.phone-numuber {
    font-size: 4rem;
    color: #000000;
    font-weight: 900;
    font-family: "Noto Sans Hong Kong", sans-serif;
}

.container.assignment_cnt h2 {
  margin-bottom: 3%;
}

section.worries {
  background: linear-gradient(to bottom, #274DAD 45%, #0E58C7 100%);
  padding: 5% 0%;
  position: relative;
}

.container.worries_cnt {
  position: relative;
  margin-bottom: 5%;
}

h2.bubble {
  position: relative;
  padding: 16px 32px;
  background: var(--color-orange);
  color: #fff;
  text-align: center;
  width: 512px;
  margin: 0 auto;
}

/* 吹き出しのしっぽ */
.bubble::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid var(--color-orange);
}

/* 吹き出しアニメーション */
.bubble {
  animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-10px);
  }

  30% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0);
  }
}


.worries_cnt-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin-top: 5%;
}

figure.worries_cnt-box {
  background-color: #fff;
  width: 350px;
  height: 350px;
  aspect-ratio: 1 / 1;
  text-align: center;
  align-content: center;
  border-radius: 50%;
}

figure.worries_cnt-box img {
  height: 125px;
}

figure.worries_cnt-box p {
  text-align: center;
  color: #000000;
  font-weight: 900;
  font-size: 1.15rem;
  margin-top: 1rem;
}

figure.worries_deco {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
}

.container.solution_cnt h2 {
  font-size: 2.2rem;
  text-align: center;
  color: var(--color-blue);
  font-weight: 900;
}

section.solution {
  padding: 5% 0 5% 0;
}

p.solution_txt {
  text-align: center;
  font-size: 2rem;
  color: #000000;
  font-weight: 900;
  padding: 1%;
  width: 500px;
  margin: 3% auto;
  background-color: var(--color-yellow);
}

p.solution_txt span {
  color: var(--color-orange);
  font-size: 2.75rem;
  padding-left: 5px;
  padding-right: 5px;
}

.features_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5%;
  width: 90%;
  margin: 6% auto -17.5% auto;
  position: relative;
  z-index: 1;
}

.features_box:nth-child(1)::before {
  background-image: url(../img/features-img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 8%;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 28 / 54;
}

.features_box:nth-child(2)::before {
  background-image: url(../img/features-img02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 10%;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 48 / 63;
}

.features_box:nth-child(3)::before {
  background-image: url(../img/features-img03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 9%;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 47 / 64;
}

.features_box {
  background-color: #0047B2;
  padding: 5% 2% 4% 2%;
  position: relative;
  flex: 1;
}

.features_ttl {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.features_txt {
  margin-top: 5%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}

section.service {
  position: relative;
  background: linear-gradient(
    to top right,
    #0E58C7 10%,
    #A7D6F8 100%
  );
  padding-top: 250px;
  padding-bottom: 7%;
}

.container.service_cnt {
  background-color: #fff;
  padding: 10% 5% 5% 5%;
  position: relative;
}

.container.service_cnt h2 {
  font-size: 4.5rem;
  color: var(--color-blue);
  font-family: "Abel Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -2.5%;
  transform: translateX(-50%);
}

.container.service_cnt h2 span {
  display: block;
  font-size: 2.25rem;
  color: var(--color-blue);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin-top: 5%;
}

p.solution_cnt_txt {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.8;
}

p.solution_cnt_txt::before {
  content: "";
  display: block;
  border-top: 1px solid #274DAD;
  margin: 1% 0 5% 0;
}

p.solution_cnt_txt span {
  font-weight: bold;
}

figure.service_explan-image {
    margin-top: 65px;
}

.service_explan_box {
    /* background-color: #EDEDED;
    padding: 5%;
    display: flex;
    justify-content: center;
    margin-top: 5%; */
    display: none;
}

figure.explan_left_box {
    align-content: center;
    width: 50%;
    text-align: center;
}

div.explan_right_box {
    align-content: center;
    width: 50%;
}

.explan_cnt {
  background-color: #fff;
  padding: 1%;
  position: relative;
  margin-bottom: 10%;
  padding: 3%;
}

.explan_cnt figure {
  position: absolute;
  left: -50%;
  top: -5%;
}

.explan_cnt figure img {
  width: 85%;
}

.explan_cnt:nth-of-type(3) figure {
  left: -40%;
}

.explan_cnt_ttl {
  font-size: 1.875rem;
  color: var(--color-blue);
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  padding-left: 15%;
}

.explan_cnt_ttl span {
  display: block;
  font-size: 0.875rem;
}

ul.explan_cnt_list {
  margin-top: 5%;
}

.explan_cnt:nth-of-type(1) ul.explan_cnt_list::after {
  background-image: url(../img/solution-img02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  bottom: 10%;
  right: 5%;
  aspect-ratio: 122 / 98;
}

.explan_cnt:nth-of-type(2) ul.explan_cnt_list::after {
  background-image: url(../img/solution-img03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  top: 7%;
  right: 4%;
  aspect-ratio: 126 / 93;
}

.explan_cnt:nth-of-type(3) ul.explan_cnt_list::after {
  background-image: url(../img/solution-img04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  bottom: 10%;
  right: 5%;
  aspect-ratio: 133 / 92;
}

ul.explan_cnt_list li {
  color:#000000;
  font-family: 'Inter', sans-serif;
  padding-left: 10%;
  font-size: 14px;
  margin-bottom: 0.5rem;
  position: relative;
}

ul.explan_cnt_list li::before {
  content: '▶';
  position: absolute;
  left: 5%;
}

figure.explan_left_box img {
  z-index: 2;
  position: relative;
  width: 80%;
}

figure.service-allow {
  text-align: center;
  margin: -2%;
  position: relative;
  z-index: 3;
}

.service-yellow-box {
  background-color: var(--color-yellow);
  padding: 3% 5%;
  position: relative;
}

.service-yellow-ttl {
  font-size: 1.75rem;
  color: var(--color-blue);
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
}

.service-yellow-box ul.explan_cnt_list {
  margin-top: 3%;
}

.service-yellow-box ul.explan_cnt_list::after {
  background-image: url(../img/service-img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 38%;
  bottom: 0%;
  right: 5%;
  aspect-ratio: 423 / 217;
}

.service-yellow-box ul.explan_cnt_list li {
  font-size: 1rem;
  padding-left: 2%;
}

.service-yellow-box ul.explan_cnt_list li::before {
  left: 0%;
}

.explan_cnt-sp {
  display: none;
}

.container.service_cnt .assignment-grid {
  width: 100%;
}

section.step {
  background-color: #0047B2;
  padding: 5% 0% 17% 0%;
}

.container.step_cnt h2 {
  font-family: "Abel Pro", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 5rem;
}

.container.step_cnt h2 span {
  display: block;
  font-size: 2.5rem;
  margin-top: 3%;
}

p.step_txt {
  font-size: 1.65rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
}

p.step_txt::before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  margin: 1% 0 5% 0;
}

ul.step_list_box {
  width: 500px;
  margin: 5% auto;
  position: relative;
}

ul.step_list_box::after {
  background-image: url(../img/step-img12.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 25%;
  top: 23%;
  right: -20%;
  aspect-ratio: 210 / 258;
  z-index: 1;
}

ul.step_list_box li {
  background-color: #fff;
  margin-bottom: 8%;
  padding: 3% 3% 3% 7%;
  position: relative;
  border-radius: 55px;
  z-index: 2;
}

ul.step_list_box li:nth-child(1):before {
  background-image: url(../img/step-img01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  bottom: -10%;
  left: -18%;
  aspect-ratio: 136 / 122;
}

ul.step_list_box li:nth-child(2):before {
  background-image: url(../img/step-img02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  bottom: -10%;
  left: -18%;
  aspect-ratio: 136 / 122;
}

ul.step_list_box li:nth-child(3):before {
  background-image: url(../img/step-img03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  bottom: -10%;
  left: -18%;
  aspect-ratio: 136 / 122;
}

ul.step_list_box li:nth-child(4):before {
  background-image: url(../img/step-img04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  bottom: -10%;
  left: -18%;
  aspect-ratio: 136 / 122;
}

ul.step_list_box li:nth-child(5):before {
  background-image: url(../img/step-img05.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  bottom: -10%;
  left: -18%;
  aspect-ratio: 136 / 122;
}

ul.step_list_box li::after {
  background-image: url(../img/step-img06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 8%;
  bottom: -70%;
  left: 45%;
  transform: translateY(-40%);
  aspect-ratio: 53 / 30;
}

ul.step_list_box li:last-child:after {
  display: none;
}

ul.step_list_box li p {
  font-family: 'Inter', sans-serif;
  color: #000000;
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
}

ul.step_list_box li p span {
  font-size: 1rem;
}

ul.step_list_box li:nth-child(1) p:after {
  background-image: url(../img/step-img07.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 10%;
  top: -15%;
  right: 4%;
  aspect-ratio: 62 / 56;
}

ul.step_list_box li:nth-child(2) p:after {
  background-image: url(../img/step-img08.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 12%;
  top: -15%;
  right: 3%;
  aspect-ratio: 71 / 55;
}

ul.step_list_box li:nth-child(3) p:after {
  background-image: url(../img/step-img09.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 9%;
  top: -15%;
  right: 3%;
  aspect-ratio: 52 / 62;
}

ul.step_list_box li:nth-child(4) p:after {
  background-image: url(../img/step-img10.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 13%;
  top: -16%;
  right: 3%;
  aspect-ratio: 75 / 52;
}

ul.step_list_box li:nth-child(5) p:after {
  background-image: url(../img/step-img11.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  width: 10%;
  top: -15%;
  right: 3%;
  aspect-ratio: 54 / 60;
}

section.about-us {
  padding: 20% 0 5% 0;
}

figure.about-us-top-image {
  width: 66%;
  margin: -17% auto;
}

figure.about-us-top-image img {
  width: 100%;
}

.container.about-us_cnt {
  padding-top: 140px;
  position: relative;
}

.container.about-us_cnt h2 {
  font-size: 4.5rem;
  color: var(--color-blue);
  font-family: "Abel Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.container.about-us_cnt h2 span {
  display: block;
  font-size: 2.25rem;
  color: var(--color-blue);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

p.about-us_cnt-txt {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  text-align: center;
  color: #000000;
  margin-bottom: 3%;
  line-height: 1.8;
}

p.about-us_cnt-txt.bold::before {
  content: "";
  display: block;
  border-top: 1px solid #274DAD;
  margin: 0 0 40px 0;
}

p.about-us_cnt-txt.bold {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 5%;
}

.btn-block {
    text-align: center;
}

.btn-type-fist {
  display: inline-block;
  background-color: var(--color-blue);
  padding: 2% 6% 2% 4%;
  color: #fff;
  font-size: 1.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  position: relative;
  border-radius: 55px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.btn-type-fist:hover {
  text-decoration: none;
  color: var(--color-blue);
  background-color: #fff;
  border: 1px solid var(--color-blue);
  transition: 0.3s;
}

.btn-type-fist::after {
  content: '▶';
  position: absolute;
  font-size: 1.2rem;
  top: 37%;
  right: 10%;
}

section.contact {
  background-image: url(../img/contact-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 4% 0;
  position: relative;
}

.container.contact_cnt h2 {
  font-size: 4.5rem;
  color: var(--color-blue);
  font-family: "Abel Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: -9%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.contact_cnt_txt {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  color: #000000;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 2%;
}

.contact_cnt_txt2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  color: #000000;
  text-align: center;
}

.container.contact_cnt p.phone-numuber {
  font-size: 3.75rem;
  color: var(--color-orange);
  font-weight: 900;
  font-family: "Noto Sans Hong Kong", sans-serif;
}

.contact_cnt_txt3 {
  text-align: center;
  color: #000000;
  font-size: 1rem;
  margin: 1% 0 3% 0;
}

.container.contact_cnt .btn-block .btn-type-fist {
  background-color: #fff;
  color: var(--color-blue);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.container.contact_cnt .btn-block .btn-type-fist:hover {
  color: #fff;
  background-color: var(--color-blue);
  transition: 0.3s;
}

section.follow_us {
  position: relative;
  background: linear-gradient(to right, #0E58C7 45%, #A7D6F8 100%);
  padding: 5%;
  overflow: hidden;
}

.follow_us_image-box {
  display: flex;
  gap: 5%;
  justify-content: center;
  margin-top: 20%;
  position: relative;
}

.follow_us_image-box a {
  display: block;
  background-color: #fff;
  flex: 1;
  text-align: center;
  align-content: center;
  padding: 4%;
}

.follow_us_image-box a:hover {
  text-decoration: none;
}

.follow_us_image-box a figcaption {
    font-family: 'Inter', sans-serif;
    color: #000000;
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 10%;
}

.follow_us_image-box a img {
    height: 65px;
}

.repeat-text {
  position: absolute;
  top: 30%;
  left: 0;
  background-image: url(../img/repeat-text.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  width: 100%;
  height: 100px;
  z-index: 0;
  animation: repeatSlide 20s linear infinite;
}

@keyframes repeatSlide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1000px 0;
    }
}

section.footer_main {
  padding: 4% 5%;
}

.container.follow_us_cnt figure {
  text-align: center;
  margin-bottom: 5%;
}

p.footer-address-txt {
  text-align: center;
  line-height: 1.8;
  color: #000000;
  font-size: 16px;
  margin-bottom: 3%;
}

p.copyright-txt {
  text-align: center;
  font-size: 12px;
}

a.return-top {
  display: block;
  color: #fff;
  background-color: var(--color-blue);
  font-size: 10px;
  padding: 40px 0.5% 0.5% 0.5%;
  text-align: center;
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  font-weight: 900;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}

.return-top.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

a.return-top:hover {
  text-decoration: none;
}

a.return-top::before {
  content: '▲';
  position: absolute;
  color: var(--color-yellow);
  font-size: 12px;
  top: 15px;
  left: 40px;
  transform: translateX(-50%);
}

/* --- コンテンツふわっと表示 --- */

/* 初期状態 */
.fade-up,
.fade-left,
.fade-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 下から上 */
.fade-up {
  transform: translateY(30px);
}

/* 右から左 */
.fade-left {
  transform: translateX(30px);
}

/* 左から右 */
.fade-right {
  transform: translateX(-30px);
}

/* 表示時 */
.fade-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* 表示タイミング */
.delay-1 {
  transition-delay: 0.2s;
}

.delay-2 {
  transition-delay: 0.4s;
}

.delay-3 {
  transition-delay: 0.6s;
}

.delay-4 {
  transition-delay: 0.8s;
}

/* ------------------------------- */

.global-nav {
  display: none;
}

/* 下層私たちについて */

section.about-us-header {
  position: relative;
  background: linear-gradient(to right, #0E58C7 45%, #A7D6F8 100%);
  padding: 170px 40px 80px 40px;
}

.container.lower-about-us {
  margin-top: 3%;
}

.container.lower-about-us figure {
  text-align: center;
  margin-top: -25%;
}

.container.lower-about-us h2 {
  font-size: 5rem;
  color: #fff;
  font-family: "Abel Pro", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.container.lower-about-us h2 span {
  display: block;
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

section.profile {
  background-color: #F5F5F5;
  padding: 5% 0;
}

.container.company_profile h2 {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--color-blue);
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

.container.company_profile h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 190px;
  height: 3px;
  background: #0E58C7;
  left: 50%;
  transform: translateX(-50%);
}

table.profile-table {
  width: 100%;
}

.profile-table-block {
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
}

table.profile-table tbody tr th,
table.profile-table tbody tr td {
  border: 1px solid #000000;
}

table.profile-table tbody tr th {
  font-weight: bold;
  font-size: 1.25rem;
  color: #000000;
  background-color: #EAF5FF;
  padding: 2%;
  text-align: center;
  width: 40%;
}

table.profile-table tbody tr td {
  width: 60%;
  padding: 2%;
  line-height: 1.8;
  color: #000000;
  font-size: 1.2rem;
}

section.staff-intro {
  padding: 5%;
}

section.staff-intro h2 {
  font-size: 4.5rem;
  font-weight: bold;
  color: var(--color-blue);
  text-align: center;
  position: relative;
  padding-bottom: 5%;
}

section.staff-intro h2 span {
  display: block;
  font-size: 2.25rem;
  color: var(--color-blue);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.staff-box {
  padding: 5% 0;
  border-top: 1px solid var(--color-blue);
  display: flex;
  gap: 5%;
}

figure.staff-image-box {
  width: 30%;
}

.staff-intro-txt-box {
  width: 70%;
}

.staff-intro-cnt1 h3 {
  font-size: 1.5rem;
  color: var(--color-blue);
  margin-bottom: 3%;
  font-weight: 900;
}

p.intro-cnt1-ttl {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 1%;
}

p.intro-txt {
  font-size: 1rem;
  margin-bottom: 5%;
  line-height: 1.8;
  color: #000000;
}

.staff-intro-cnt2 {
  background-color: var(--color-yellow);
  padding: 3%;
}

p.intro-cnt2-ttl {
  font-size: 1.9rem;
  font-family: "Abel Pro", sans-serif;
  color: var(--color-blue);
  font-weight: bold;
  margin-bottom: 1%;
}

.staff-intro-cnt2 p.intro-txt {
  font-weight: bold;
  margin-bottom: unset;
}

p.staff-image-txt1 {
  margin-top: 10%;
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: #000000;
  text-align: center;
}

p.staff-image-txt2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  color: #000000;
  text-align: center;
}

p.staff-image-txt3 {
  font-family: "Abel Pro", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--color-orange);
  text-align: center;
}

.staff-box.type-second {
  flex-direction: row-reverse;
}

.intro-txt span {
  font-weight: bold;
}

/* お問い合わせページ */
.contact-container {
  max-width: 900px;
  padding: 0 3%;
  margin: 0 auto 10% auto;

}

h2.contact-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-blue);
  margin: 10% 0;
}

.contact-cnt-yellow-block {
  background-color: var(--color-yellow);
  padding: 5%;
  text-align: center;
  line-height: 1.8;
  color: #000000;
  font-weight: 500;
}

.form-area-container {
  margin: 10% auto;
}

h3.contact-sub-ttl {
  background-color: var(--color-blue);
  color: #fff;
  padding: 1% 1% 1% 3%;
  font-weight: bold;
  font-size: 1.75rem;
  margin-bottom: 3%;
  position: relative;
}

h3.contact-sub-ttl::before {
  content: "";
  display: block;
  width: 1%;
  height: 100%;
  background-color: #FF9962;
  position: absolute;
  top: 0;
  left: 0;
}

.form-box {
  display: flex;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 2%;
}

p.form-box-ttl {
  background-color: #EAF5FF;
  font-size: 1.15rem;
  padding: 2%;
  color: #000000;
  width: 45%;
  border: 1px solid #000000;
  text-align: center;
  align-content: center;
}

p.form-box-cnt {
  width: 55%;
  border: 1px solid #000000;
  padding: 2%;
  color: #000000;
  align-content: center;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid;
  margin-bottom: 3%;
  padding: 2%;
  width: 100%;
}

.form-unit {
  margin-bottom: 10%;
}

p.form-detail-txt {
  color: #000000;
  font-size: 1rem;
  margin-bottom: 2%;
}

a.form-txt-red {
  display: block;
  color: #E6042D;
  font-weight: bold;
  margin-bottom: 2%;
  font-size: 1.15rem;
  text-decoration: underline;
}

.btn-type-fist.send-btn p input {
  color: #fff;
}

.btn-type-fist.send-btn p input:hover {
  color: var(--color-blue);
}

.btn-type-fist.send-btn p input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: unset;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required option:nth-child(1) {
  display: none;
}

p.form-box-cnt span.select-box {
  position: relative;
}

p.form-box-cnt span.select-box::after {
  content: '▼';
  position:absolute;
  right: 5%;
}

.wpcf7-spinner {
  display: none !important;
}

.btn-type-fist.send-btn {
  width: 65%;
  text-align: center;
  padding: unset;
  display: block;
  margin: 0 16%;
}

.btn-type-fist.send-btn p input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: unset;
  text-align: center;
  width: 100%;
  padding: 5%;
  font-size: 1.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
}

p.form-box-cnt span input,
p.form-box-cnt span select {
  width: 100%;
}

p.form-box-cnt span span span.wpcf7-list-item.first.last input {
  width: unset;
}

span.require {
  display: inline-block;
  color: #FF0000;
  font-size: 0.75rem;
  align-content: center;
  padding-left: 3%;
}

.form-box.confirm {
  display: block;
  width: 100%;
  margin-bottom: 5%;
}

p.form-box-ttl.confirm {
  background-color: unset;
  padding: 2% 5%;
  width: 100%;
  border: unset;
  text-align: left;
}

p.form-box-cnt.confirm {
  width: 100%;
  border: unset;
  padding: 2% 5%;
}

.form-area-txt.confirm {
    margin-bottom: 15%;
}

p.form-box-cnt.confirm span.select-box::after {
  display: none;
}

input.wpcf7-form-control.wpcf7-previous {
  background-color: unset;
  text-align: center;
  width: 100%;
  padding: 5%;
  font-size: 1.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
}

.btn-type-fist.send-btn.pre {
  margin-bottom: 5%;
}

p.thanks-txt {
  margin-bottom: 5%;
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 1.25rem;
}

/* パンくず */
.breadcrumb-box {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 1%;
  position: absolute;
  z-index: 1;
  top: 180px;
  right: 63%;
}

.breadcrumb-box p {
  font-size: 14px;
  color: #000000;
}

figure.breadcrumb-home {
  line-height: 1.1;
}

.breadcrumb-box.breadcrumb-box-about p {
  color: #fff;
}

.sp-icon.about {
  display: block;
}

.pc-icon {
  display: block;
}

.sp-icon {
  display: none;
}

/* リキャプチャ */
.grecaptcha-badge {
  bottom: 85px !important;
}

.recaptcha_box {
    margin-bottom: 10%;
}

.recaptcha_box .wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha div {
    margin: 0 auto;
}

/* プライバシーポリシー */
section.privacy-policy-header {
    position: relative;
    background: linear-gradient(to right, #0E58C7 45%, #A7D6F8 100%);
    padding: 40px 40px 80px 40px;
}
section.privacy-policy .container {
    padding: 10% 5%;
}
.privacy-policy-cnt1 {
    margin-bottom: 3%;
}
.privacy-policy-cnt1 h3 {
    font-size: 1.5rem;
    color: var(--color-blue);
    margin-bottom: 10px;
    font-weight: 900;
}
.privacy-policy-cnt1 p {
    font-size: 1rem;
    margin-bottom: 5%;
    line-height: 1.8;
    color: #000000;
}


@media screen and (min-width: 1536px) {

  main#main {
    padding-top: 125px;
  }
  
  main.lower-about {
      padding-top: unset !important;
  }

  .container.mv_cnt::after {
    width: 800px;
    bottom: 0%;
    left: 45%;
  }
}

@media screen and (max-width: 1540px) {
  a.return-top {
    padding: 40px 0.5% 0.5% 0.5%;
  }
}

@media screen and (max-width: 1536px) {

  main#main {
    padding-top: 125px;
  }
 
  main.lower-about {
      padding-top: unset !important;
  }

  section.mv {
      padding: 80px 5%;
  }
  .container.mv_cnt::after {
    width: 55%;
    bottom: 0%;
    right: 0%;
  }

  
}

@media screen and (max-width: 1460px) {
  ul.right-under li a {
      font-size: 1.05rem;
  }
}

@media screen and (max-width: 1375px) {
  ul.right-under li::after {
      transform: translateX(50%);
  }
}

@media screen and (max-width: 1350px) {
  .container.mv_cnt::after {
    width: 55%;
    bottom: 0%;
    right: 2%;
  }
}

@media screen and (max-width: 1340px) {
  ul.right-under li a {
      font-size: 1rem;
  }
}

@media screen and (max-width: 1290px) {
  p.phone-txt {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1285px) {
    ul.right-under li a {
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 1255px) {
  ul.right-under li a {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1200px) {
  .features_box {
      flex: unset;
      width: 320px;
  }

  .features_txt {
    font-size: 0.75rem;
  }

}

@media screen and (max-width: 1190px) {
  a.box-blue span,
  a.box-orange span {
    font-size: 0.75rem;
  }

  p.phone-txt {
    padding-left: 9%;
  }
}

@media screen and (max-width: 1185px) {
  
  .features_box:nth-child(3) {
      margin-top: 5%;
  }

  .container.service_cnt {
      padding: 15% 5% 5% 5%;
  }
}

@media screen and (max-width: 1165px) {

  section.mv {
    position: relative;
    background: linear-gradient(
      to bottom,
      #0E58C7 45%,
      #A7D6F8 100%
    );
    padding: 50px 5% 45% 15%;
  }

  br.display-768 {
    display: block;
  }

  h1.mv_ttl {
    font-size: 3.5rem;
    margin-bottom: 5%;
  }

  p.mv_txt {
    font-size: 1.4rem;
  }

  .container.mv_cnt::after {
    width: 80%;
    bottom: 0%;
    left: 5%;
  }

}

@media screen and (max-width: 1100px) {
  .explan_cnt_ttl {
    font-size: 1.45rem;
    padding-left: 20%;
  }
  .explan_cnt:nth-of-type(2) ul.explan_cnt_list::after {
    width: 25%;
  }
}

@media screen and (max-width: 1015px) {
    p.phone-txt {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1000px) {

  section.mv {
    padding: 50px 5% 45% 10%;
  }

  ul.step_list_box {
    width: 55%;
  }

  figure.explan_left_box img {
    width: 90%;
    padding-bottom: 35px;
  }

  .explan_cnt figure img {
    width: 75%;
  }


}

@media screen and (max-width: 950px) {
  figure.explan_left_box img {
    width: 95%;
  }

  .breadcrumb-box {
    left: 5%;
  }

}

@media screen and (max-width: 945px) {
  p.phone-txt::before {
    left: 4%;
  }

}

@media screen and (max-width: 900px) {

section.service {
    background: linear-gradient(to top right, #A7D6F8 10%, #0E58C7 100%);
    padding-top: 30%;
  }

  .container.service_cnt,
  .service_explan_box {
    background-color: unset;
  }

  .container.service_cnt h2,
  .container.service_cnt h2 span,
  p.solution_cnt_txt {
    color: #fff;
  }

  p.solution_cnt_txt::before {
    border-top: 1px solid #fff;
    margin: 3% 0 5% 0;
  }

  .service_explan_box {
    display: block;
    margin-top: unset;
    padding: unset;
    padding-top: 10%;
  }

  figure.explan_left_box {
    padding-top: unset;
  }

  figure.explan_left_box {
    width: 100%;
  }

  div.explan_right_box {
    width: 100%;
    margin-top: 20%;
  }

  .explan_cnt {
    padding: 15% 2% 35% 2%;
    margin-bottom: 20%;
  }

  .explan_cnt_ttl {
    font-size: 3rem;
    padding-left: unset;
    text-align: center;
  }

  .explan_cnt:nth-of-type(1) ul.explan_cnt_list::after {
    left: 45%;
    transform: translateX(-50%);  
  }

  .explan_cnt:nth-of-type(2) ul.explan_cnt_list::after,
  .explan_cnt:nth-of-type(3) ul.explan_cnt_list::after  {
    left: 50%;
    transform: translateX(-50%);  
  }

  .explan_cnt:nth-of-type(2) ul.explan_cnt_list::after {
    top: unset;
    bottom: 10%;
    width: 30%;
  }

  ul.explan_cnt_list {
    padding: 0 10%;
  }

  .explan_cnt_ttl span {
    font-size: 1.4rem;
  }

  .explan_cnt figure {
    left: 50%;
    transform: translateX(-50%);
    top: -10%;
    width: 20%;
  }

  .explan_right_box .explan_cnt:nth-child(3) {
    margin-bottom: unset;
  }

  figure.service-allow {
    width: 10%;
    margin: 2% auto 2% auto;
  }

  figure.service-allow img {
    width: 100%;
  }

  .service-yellow-box {
    padding: 7% 2% 30% 2%;
  }

  .service-yellow-ttl {
    font-size: 2.25rem;
    text-align: center;
  }

  .service-yellow-box ul.explan_cnt_list {
    padding: 0 20%;
  }

  .service-yellow-box ul.explan_cnt_list li {
    font-size: 1.25rem;
    padding-left: 5%;
  }

  .service-yellow-box ul.explan_cnt_list li::before {
    left: 0%;
  }

  .service-yellow-box ul.explan_cnt_list::after {
    width: 70%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .explan_cnt-pc {
    display: none;
  }

  .explan_cnt-sp {
    display: block;
  }

  .explan_cnt figure img {
    width: 100%;
  }

  .explan_cnt figure img {
    width: 100%;
  }

  ul.explan_cnt_list li {
    font-size: 1.4rem;
  }

  .service_explan-image {
    display: none;
  }

  .explan_cnt:nth-of-type(3) figure {
    left: 50%;
  }

}

@media screen and (max-width: 835px) {
    p.phone-txt {
      font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 75%;
    }
    .pc-header {
      display: none;
    }
    .sp-header {
      background-color: rgba(255, 255, 255, 1);
      display: flex;
      justify-content: space-between;
      position: fixed;
      width: 100%;
      z-index: 1000;
      height: 87px;
    }

    figure.phone-sp-block {
      background-color: var(--color-orange);
    }

    figure.phone-sp-block figcaption {
      color: #fff;
      margin-top: 1rem;
      font-weight: bold;
    }

    .right-block-sp {
      display: flex;
    }

    figure.phone-sp-block {
      background-color: var(--color-orange);
      width: 87px;
      height: 87px;
      align-content: center;
      text-align: center;
    }

  /* -----------ハンバーガーメニュー------------ */

    .hamburger {
      position: relative;
      cursor: pointer;
      background-color: var(--color-blue);
      width: 87px;
      height: 87px;
      align-content: center;
      text-align: center;
    }

    .hamburger span {
      position: absolute;
      left: 50%;
      width: 43px;
      height: 2px;
      background: #fff;
      transition: all 0.3s ease;
      transform: translateX(-50%);
    }

    .hamburger span:nth-child(1) {
      top: 20px;
    }

    .hamburger span:nth-child(2) {
      top: 32px;
    }

    .hamburger span:nth-child(3) {
      top: 45px;
    }

    .menu-txt,
    .close-txt {
      position: absolute;
      bottom: 15px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 1rem;
      font-weight: bold;
      line-height: 1;
      margin: 0;
      color: #fff;
    }

    .close-txt {
      display: none;
    }

    /* 開いた状態 */
    .hamburger.active span:nth-child(1) {
      top: 35%;
      transform: translateX(-50%) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
      top: 35%;
      transform: translateX(-50%) rotate(-45deg);
    }

    .hamburger.active .menu-txt {
      display: none;
    }

    .hamburger.active .close-txt {
      display: block;
    }

  /* ----------------------- */

  ul.link-block-sp {
    padding: 0% 5% 10% 5%;
    text-align: center;
  }

  ul.link-block-sp li {
    border-bottom: 1px solid #fff;
  }

  ul.link-block-sp li a {
    color: #fff;
    font-size: 1.75rem;
    display: block;
    padding: 5%;
  }

  .link-box {
    justify-content: center;
    margin: 0 5%;
  }

  .phone-sp-navblock {
    margin: 7% 5% 7% 5%;
    background-color: var(--color-yellow);
    padding: 5%;
  }

  p.phone-sp-nav-txt {
    color: var(--color-blue);
    text-align: center;
    font-weight: 900;
  }

  .phone-txt-box {
    display: flex;
    gap: 5%;
    justify-content: center;
    width: 354px;
    margin: 0 auto;
  }

  p.phone-txt.sp {
    color: #000000;
    font-size: 3.6rem;
    font-weight: 900;
    padding-left: unset;
    white-space: nowrap;
  }

  p.phone-txt.sp::before {
    display: none;
  }

  .phone-txt-box figure {
    align-content: center;
  }

  .assignment-grid-box {
    padding: 6% 6%;
    grid-template-columns: repeat(2, 1fr);
  }

  .assignment-grid-box figure {
    margin: 0 auto;
  }

  .phone-intro-box figure {
    width: unset;
  }

  .worries_cnt-block {
      display: block;
  }

  figure.worries_cnt-box {
    background-color: #fff;
    width: 100%;
    aspect-ratio: unset;
    text-align: center;
    padding: 5%;
    align-content: center;
    border-radius: unset;
    margin: 0 auto;
    margin-bottom: 5%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 5%;
    height: auto;
  }

  figure.worries_cnt-box p {
    align-content: center;
  }

  h2.bubble {
    width: 90%;
    font-size: 2rem;
  }

  section.worries {
    padding: 10% 5% 20% 5%;
  }

  section.solution {
    padding: 10% 5% 10% 5%;
  }

  figure.worries_deco {
    bottom: -3%;
    width: 15%;
  }

  p.solution_txt {
    width: 80%;
  }

  .features_block {
    display: block;
    margin: 0 auto;
    width: unset;
  }

  .features_box {
    padding: 10% 2% 8% 2%;
    width: 90%;
    margin: 0 auto;
    margin-top: 10%;
  }

  .features_box:nth-child(1)::before {
    width: 4%;
    top: -8%;
  }

  .features_box:nth-child(2)::before {
    width: 6%;
    top: -8%;
  }

  .features_box:nth-child(3)::before {
    width: 6%;
    top: -8%;
  }

  .container.solution_cnt h2 {
    font-size: 30px;
  }

  ul.step_list_box li p span {
    display: block;
  }

  section.step {
    padding: 7% 5% 5% 5%;
  }

  section.about-us {
    padding: 5%;
  }

  figure.about-us-top-image {
    width: 100%;
    margin: unset;
  }

  ul.step_list_box::after {
    width: 40%;
    top: 23%;
  }

  ul.step_list_box li:nth-child(1) {
    padding: 2% 5% 2% 10%;
  }

  ul.step_list_box li:nth-child(2) {
    padding: 2% 5% 2% 10%;
  }

  ul.step_list_box li:nth-child(1) p:after {
    top: 15%;
  }

  ul.step_list_box li:nth-child(2) p:after {
    top: 15%;
  }

  p.about-us_cnt-txt.bold {
    margin-top: 15%;
  }

  .btn-type-fist {
    padding: 3% 10% 3% 7%;
  }

  .btn-type-fist::after {
    top: 36%;
  }

  section.about-us {
    padding: 5% 5% 15% 5%;
  }

  .container.contact_cnt {
    padding: 5%;
  }

  .follow_us_image-box a img {
    width: 35px;
    height: 35px;
  }

  .follow_us_image-box a figcaption {
    height: 35px;
    align-content: center;
  }

  figure.left-block-sp {
    width: 40%;
    align-content: center;
    padding-left: 3%;
  }

  ul.step_list_box li::after {
    background-image: url(../img/step-img06-1.svg);
  }

  ul.step_list_box li {
    margin-bottom: 15%;
  }

  ul.step_list_box li:nth-child(1):before,
  ul.step_list_box li:nth-child(2):before {
    bottom: 15%;
  }

  ul.step_list_box li:nth-child(3):before,
  ul.step_list_box li:nth-child(4):before,
  ul.step_list_box li:nth-child(5):before {
    bottom: 0%;
  }

  header#header {
    height: unset;
  }

  a.box-blue {
    width: 50%;
    height: 103px;
    padding: 5%;
    padding: 15px;
    opacity: unset;
    transition: unset;
  }

  a.box-orange {
    width: 50%;
    height: 103px;
    padding: 5%;
    padding: 15px;
    opacity: unset;
    transition: unset;
  }

  .global-nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 30px;
    overflow-y: auto;
    top: 87px;
    height: calc(100dvh - 80px);
  }

  .global-nav.active {
    display: block;
    background: linear-gradient(to bottom, #0E58C7 45%, #A7D6F8 100%);
    padding-bottom: 30%;
  }

  main#main {
    padding-top: 87px;
  }

    /* 下層私たちについて */

  section.about-us-header {
    margin-top: unset;
  }

  .container.lower-about-us figure {
    margin-top: unset;
  }

  .staff-box {
    flex-wrap: wrap;

  }

  figure.staff-image-box {
    width: 50%;
    margin: 0 auto 10% auto;
  }

  .staff-intro-txt-box {
    width: 100%;
    margin: 0 auto;
  }

  .staff-intro-cnt1 h3 {
    display: inline-block;
    color: #fff;
    background-color: var(--color-blue);
    padding: 2%;
  }

  a.box-blue span,
  a.box-orange span {
    font-size: 1.5rem;
  }

  .repeat-text {
    top: 35%;
    background-size: auto 80%;
  }

  .follow_us_image-box {
    margin-top: 30%;
  }

  .pc-icon {
    display: none;
  }

  .sp-icon {
    display: block;
  }

  ul.explan_cnt_list li {
    font-size: 14px;
  }

  .features_txt {
    font-size: 16px;
  }

  .features_box:nth-child(3) {
    margin-top: 10%;
  }

  .breadcrumb-box {
    top: 100px;
  }

  .container.about-us_cnt {
    padding-top: 10%;
  }

}

@media screen and (max-width: 650px) {
    p.about-us_cnt-txt.bold {
        margin-top: 25%;
    }
}

@media screen and (max-width: 600px) {
  h1.mv_ttl {
    font-size: 3rem;
  }

  p.mv_txt {
    font-size: 1.2rem;
  }

  .assignment-grid.assignment-grid {
    width: 95%;
  }

  .assignment-grid-box {
    padding: 10% 7% 10% 6%;
  }

  ul.step_list_box::after {
    right: -24%;
    top: 23%;
  }

  .container.contact_cnt .phone-intro-box figure {
    width: 10%;
  }

  ul.step_list_box li::after {
    bottom: -25px;
  }

}

@media screen and (max-width: 540px) {
    html {
      font-size: 62.5%;
    }

}

@media screen and (max-width: 500px) {

    figure.left-block-sp {
      align-content: center;
      padding: 0 3%;
    }

    .btn-type-fist {
      padding: 4% 10% 4% 7%;
    }

    .repeat-text {
      top: 30%;
      background-size: auto 60%;
    }
    
    .form-box {
      display: block;
      width: 100%;
      margin-bottom: 5%;
    }

    p.form-box-ttl {
      width: 100%;
    }

    p.form-box-cnt {
      width: 100%;
    }

    .contact-cnt-yellow-block {
      padding: 3%;
      font-size: 1.5rem;
    }

    section.privacy-policy .container {
      padding: 15% 5%;
    }

    .privacy-policy-cnt1 h3 {
      font-size: 2.25rem;
    }

    .privacy-policy-cnt1 p {
      font-size: 1.6rem;
    }



}

@media screen and (max-width: 430px) {
  .assignment-grid.assignment-grid {
      width: 100%;
  }
}

@media screen and (max-width: 425px) {
    html {
      font-size: 50%;
    }
    .phone-txt-box {
      width: 90%;
    }

    section.mv {
      padding: 50px 5% 55% 5%;
    }

    h1.mv_ttl {
      font-size: 3rem;
    }

    p.mv_txt {
      font-size: 1.35rem;
    }

    .container.mv_cnt::after {
      width: 100%;
      bottom: 0%;
      left: -5%;
    }

    .features_box {
      width: unset;
    }

    .features_box {
      padding: 15% 2% 10% 2%;
      margin-top: 15%;
    }

    .features_box:nth-child(3) {
      margin-top: 15%;
    }

    .features_box:nth-child(1)::before {
      width: 8%;
      top: -12%;
    }

    .features_box:nth-child(2)::before {
      width: 10%;
      top: -10%;
    }

    .features_box:nth-child(3)::before {
        width: 10%;
        top: -10%;
    }

    .features_txt {
      font-size: 1.75rem;
    }

    .explan_cnt_ttl {
      font-size: 4rem;
    }

    .explan_cnt_ttl span {
      font-size: 2rem;
    }

    ul.explan_cnt_list li {
      padding-left: 12%;
      font-size: 1.75rem;
    }

    ul.explan_cnt_list li::before {
      left: 4%;
    }

    p.solution_cnt_txt {
      font-size: 1.75rem;
    }

    ul.explan_cnt_list {
      padding: 0 5%;
    }

    br.display-425 {
      display: block;
    }

    .display-425-sp {
      display: none;
    }

    .service-yellow-ttl {
      font-size: 3.45rem;
    }

    .service-yellow-box ul.explan_cnt_list {
      padding: 0 10%;
    }

    .service-yellow-box ul.explan_cnt_list li {
      font-size: 1.75rem;
      padding-left: 7%;
    }

    p.about-us_cnt-txt {
      text-align: left;
    }

    p.about-us_cnt-txt.bold {
      font-size: 2.3rem;
    }

    p.about-us_cnt-txt {
      font-size: 1.75rem;
    }

    .btn-block {
      text-align: center;
      margin-top: 10%;
    }

    .btn-type-fist {
      padding: 4% 10% 4% 7%;
      width: 90%;
      font-size: 2.35rem;
    }

    .btn-type-fist::after {
      font-size: 1.75rem;
      top: 32%;
    }

    section.about-us {
      padding: 5% 5% 20% 5%;
    }

    .contact_cnt_txt3 {
      font-size: 1.75rem;
    }

    p.footer-address-txt {
      font-size: 1.65rem;
    }

    section.footer_main {
      padding: 4% 5% 15% 5%;
    }

    .assignment-grid-box figure figcaption {
      font-size: 1.75rem;
    }

    figure.left-block-sp {
      width: 60%;
    }

    p.phone-intro {
      width: 50%;
      color: var(--color-blue);
      font-weight: 900;
    }

    figure.worries_cnt-box img {
      width: 25%;
      height: auto;
    }

    figure.worries_cnt-box p {
      text-align: left;
      font-size: 2rem;
      flex: 1;
    }

    ul.step_list_box li:nth-child(1) p:after,
    ul.step_list_box li:nth-child(2) p:after {
        top: 25%;
    }

    ul.step_list_box li:nth-child(3) p:after {
      top: 5%;
      right: 5%;
    }

    ul.step_list_box li:nth-child(4) p:after{
      top: 15%;
    }

    ul.step_list_box li:nth-child(5) p:after {
      top: 5%;
      right: 5%;
    }

    .contact_cnt_txt {
      font-size: 2.65rem;
    }

    a.box-blue figcaption {
      font-size: 1.75rem;
    }

    a.box-orange figcaption {
      font-size: 1.75rem;
    }

        /* 下層私たちについて */

    section.profile {
      padding: 10% 0;
    }

    .container.lower-about-us h2 {
      font-size: 6rem;
    }

    .container.lower-about-us h2 span {
      font-size: 3.5rem;
    }

    table.profile-table tbody tr th {
      font-size: 1.75rem;
    }

    table.profile-table tbody tr td {
      font-size: 1.5rem;
    }

    .container.company_profile h2 {
      font-size: 3.5rem;
      margin-bottom: 10%;
    }

    .staff-intro-cnt1 h3 {
      display: block;
      color: unset;
      background-color: unset;
      padding: unset;
    }

    .staff-intro-cnt1 h3 span {
      display: inline-block;
      margin-top: 2%;
      background-color: var(--color-blue);
      color: #fff;
      padding: 2%;
    }

    p.intro-cnt1-ttl {
      font-size: 16px;
    }

    p.intro-txt {
      font-size: 12px;
    }

    .staff-intro-cnt2 {
      padding: 4%;
    }

    p.intro-cnt2-ttl {
      font-size: 3.75rem;
    }

    .phone-intro-box figure {
      width: 10%;
    }

    p.phone-numuber {
      font-size: 4rem;
    }

    figure.staff-image-box {
      width: 80%;
    }

    p.staff-image-txt1 {
      font-size: 1.75rem;
    }

    p.staff-image-txt2 {
      font-size: 3.25rem;
    }

    p.staff-image-txt3 {
      font-size: 1.5rem;
    }

    .staff-intro-cnt1 h3 {
      font-size: 1.85rem;
    }

    h2.contact-ttl {
      font-size: 3.5rem;
    }

    h3.contact-sub-ttl { 
      font-size: 3rem;
    }

    p.form-box-ttl {
      font-size: 2rem;
    }

    span.require {
      font-size: 1.5rem;
    }

    p.form-detail-txt {
      font-size: 2rem;
    }

    a.form-txt-red {
      font-size: 2rem;
    }

    .btn-type-fist.send-btn p input.wpcf7-form-control.wpcf7-submit.has-spinner {
      font-size: 2.5rem;
    }

    .form-area-container {
      margin: 10% auto 20% auto;
    }

    input.wpcf7-form-control.wpcf7-previous {
      font-size: 2.5rem;
    }

    p.thanks-txt {
      text-align: left;
      font-size: 2rem;
    }

    
  .container.assignment_cnt h2 {
    font-size: 22px;
  }

  .assignment_txt {
    font-size: 2rem;
    margin-bottom: 10%;
  }

  p.assignment-grid-ttl {
    font-size: 2rem;
  }

  .assignment-grid-box {
    margin-bottom: 15%;
  }

  ul.step_list_box li:nth-child(1):before,
  ul.step_list_box li:nth-child(2):before,
  ul.step_list_box li:nth-child(3):before,
  ul.step_list_box li:nth-child(4):before,
  ul.step_list_box li:nth-child(5):before {
    bottom: 5%;
  }

  /* ul.step_list_box li::after {
  bottom: -65%;
  } */

  figure.phone-sp-block {
    padding: 5% 0 0 0;
  }

  h2.bubble {
    font-size: 1.75rem;
  }

  .assignment-grid-box figure {
    width: 45%;
    height: 136px;
  }

  .phone-intro-box {
    margin-top: 15px;
  }

  .phone-intro-box figure {
    width: 6%;
    padding-top: unset;
  }

  p.phone-numuber {
    font-size: 18px;
  }

}

@media screen and (max-width: 400px) {

    .btn-type-fist::after {
      transform: translateY(10%);
      right: 8%;
      top: 27%;
    }
}

@media screen and (max-width: 375px) {
  .container.contact_cnt .btn-block .btn-type-fist::after {
      right: 5%;
      top: 25%;
  }
}

@media screen and (max-width: 374px) {
  .display-375-sp {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  .container.lower-about-us h2 span {
    font-size: 3rem;
  }
}
/* =========================================================================== */

