.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

:root {
  --color-txt: #333;
  --color-wt: #fff;
  --color-main: #1a2873;
  --color-sub1: #0554f2;
  --color-sub2: #ffe000;
  --color-sub3: #3aa1ff;
  --color-bg: #f0f3f5;
  --color-bubble: #fef8ec;
}

body {
  color: var(--color-txt);
}

h2 {
  color: var(--color-main);
  font-size: 3.8rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
  text-align: center;
}

header {
  background-color: #eff9ff;
}

header .header__top__wrap {
  position: fixed;
  top: 0px;
  background: var(--color-main);
  width: 100%;
  z-index: 10;
}


header .header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  padding: 8px 1%;
}

.header__top .logo_img {
  width: 85%;
}

.header__top .logo_img img {
  width: 100%;
}

.header__top .logo_top {
  color: white;
  font-size: 1rem;
  text-align: left;
}


/* ハンバーガーボタン */
.hamburger {
  display: none;
}

/* PC時メニュー */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.header__box {
  color: var(--color-wt);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.5% 0;
  margin: 0 1% 0 3.5%;
  text-align: center;
}

.header__box_link {
  display: flex;
  gap: 4rem;
}

.header__box_link a {
  color: var(--color-wt);
}

.header__box_link a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

.header__box div {
  align-items: center;
  display: flex;
}

.header__box div p {
  font-size: 1.3rem;
}

.header__box div p:nth-child(even) {
  color: var(--color-sub3);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 .5em 0 .25em;
}

.btn {
  position: relative;
  background: #ffe000;
  border-radius: 2em;
  color: #002d7b;
  font-size: 1.4rem;
  font-weight: 700;
  padding: .75em 1.7em .75em 3.3em;
}

.btn:before {
  position: absolute;
  content: '';
  background: 100% / 100% url(../img/0001.webp) no-repeat;
  width: 16px;
  height: 11px;
  top: 38%;
  left: 11%;
}

.btn:hover {
  background: #900;
  transition: 0.3s;
}

.header__logobox {
  flex: 0 0 auto;
  min-width: 0;
}

.nav-menu {
  flex: 1 1 auto;
}

.btn {
  flex: 0 0 auto;
}

.header__box p,
.header__box a {
  white-space: nowrap;
  word-break: keep-all;
}


header .header__main__wrap {
  padding: 70px 0 0;
}

.header__main {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 1%;
  max-width: 1200px;
  align-items: center;
}

.header__main_top {
  margin: 0 auto 2%;
  max-width: 1200px;
  text-align: center;
}

.header__main div {
  text-align: center;
}

.header__main_top h1 {
  color: var(--color-main);
  font-size: 4.5rem;
  letter-spacing: .06em;
  line-height: 1.45;
}

.header__main .t1 {
  color: var(--color-sub3);
  font-size: 1.95rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 .7em;
}

.header__main div .t2 {
  text-align: left;
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 1px;
  background-color: var(--color-wt);
  padding: 2.5% 6%;
}

.header__main div ul {
  display: flex;
  gap: 8%;
  justify-content: center;
  margin: 2.8% 0 0.5%;
}

.header__main div li {
  align-items: center;
  background: #002d7b;
  border-radius: 75px;
  color: var(--color-wt);
  display: flex;
  font-size: 1.5rem;
  height: 145px;
  max-width: 145px;
  justify-content: center;
  width: 100%;
}

.header__main div li p:nth-child(1) {
  border-bottom: 1px solid var(--color-wt);
  line-height: 131%;
  padding-bottom: 2%;
  margin-top: 7%;
}

.header__main div li p:nth-child(2) {
  color: #ffe000;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  margin-top: .15em;
  margin: 0;
}

.header__main div li p:nth-child(2) span {
  font-size: 3.6rem;
  font-weight: 500;
}

.header__main div li p:nth-child(3) {
  color: var(--color-wt);
  font-size: 2.0rem;
  line-height: 1.2;
  margin: 0;
}

.main_right {
  max-width: 45%;
  margin-left: 2%;
}

.header__main img {
  width: 100%;
}

.Microsoft_logo {
  margin: 6% auto 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.Microsoft_logo img {
  max-width: 30%;
  margin-left: 1.7%;
}

.header_form {
  text-align: center;
  background-color: var(--color-wt);
  padding: 0.5% 0 3.5%;
  border-top: var(--color-main) 2px solid;
}

.header_form .t3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 1.5em 0 2em;
}

.header_form .btn {
  font-size: 1.75rem;
  padding: 1.2em 3.5em 1.2em 5em;
}

.header_form .btn:before {
  top: 41%;
  left: 15%;
  width: 20px;
  height: 15px;
}



/*******************************
s01__wrap
*******************************/
.s01__wrap {
  padding: 100px 5% 0;
  margin: 0 auto;
  background-color: var(--color-bg);
  text-align: center;
}

.s01__wrap h2 {
  margin-bottom: 2em;
}

.s01__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 7%;
  font-size: 2rem;
}

.s01__wrap h3 {
  color: var(--color-txt);
  font-size: 2.4rem;

  font-weight: 500;
}

.s01__wrap h3 b {
  color: var(--color-sub3);
}

.s01__wrap_cnt {
  margin: 5% 0;
  display: inline-block;
  text-align: left;
}

.s01__wrap_cnt ul {
  font-size: 2rem;
  margin-bottom: 5.5%;
}

.s01__wrap_cnt li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 2%;
}

.s01__wrap_cnt li::before {
  content: "●";
  color: var(--color-sub2);
  font-size: 1.4em;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

/*******************************
s02__wrap
*******************************/
.s02__wrap {
  padding: 100px 5%;
  max-width: 1000px;
  margin: 0 auto;
}

.s02__top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.s02__layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 22px;
  align-items: center;
}

.s02__center {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  text-align: center;
}

.s02__center img {
  max-width: 260px;
  width: 100%;
  height: auto;
}

.bubble {
  text-align: center;
  position: relative;
  background: var(--color-bubble);
  border-radius: 28px;
  padding: 20px 22px;
}

.bubble__head {
  font-weight: 700;
  color: #e08a00;
  font-size: 1.7rem;
}

.bubble--tl {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.bubble--tc {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.bubble--tr {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.bubble--ml {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.bubble--mr {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}


/*******************************
s03__wrap
*******************************/
.s03__wrap {
  padding: 100px 5% 0;
  margin: 0 auto;
  background-color: var(--color-bg);
}

.s03__wrap h2 {
  margin-bottom: 2em;
}

.s03__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 7%;
}

.s03_box {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
}

.box_reverse {
  display: flex;
  gap: 2%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.s03_txt {
  width: 100%;
  margin: 0 0 2% 2%;
}

.box_reverse .s03_txt {
  margin-left: 0;
}

.s03_txt h3 {
  color: var(--color-sub3);
  font-size: 2.2rem;
  margin-bottom: .25em;
}

.s03__wrap .s03_box,
.box_reverse {
  margin: 0 0 2% 0;
}

.s03_box_img {
  width: 100%;
}

.s03__wrap .s03_box img {
  width: 100%;
}

.s03__no {
  font-size: 7rem;
  font-weight: 700;
  color: var(--color-sub1);
  pointer-events: none;
  user-select: none;
  transform: translateY(-20%);
  margin-bottom: 2%;
}

/*******************************
s04__wrap
*******************************/
.s04__wrap {
  padding: 0 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(5, 84, 242, 0.15), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(58, 161, 255, 0.15), transparent 55%),
    linear-gradient(to bottom, #ffffff 0%, #f5f7fb 40%, #eef3ff 100%);
}

.s04__wrap_cnt {
  padding: 100px 5%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.service-table {
  background: var(--color-wt);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dde3ea;
}

.service-row {
  display: grid;
  grid-template-columns: 1.1fr 3fr;
}

.service-row:nth-child(odd):not(.service-row--head) {
  background: #fafbfd;
}

.service-cell {
  padding: 18px 20px;
  border-bottom: 1px solid #e1e6ee;
  border-right: 1px solid #e1e6ee;
  text-align: left;
  display: flex;
  align-items: center;
}

.service-cell:last-child {
  border-right: none;
}

/* ヘッダー */
.service-row--head .service-cell {
  background: #f3f5fa;
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--color-main);
}

.cat-name {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-sub1);
  line-height: 1.4;
}

.service-cell--cat {
  background: #f7f9fd;
}

/**********/

.btn_sc {
  background:
    radial-gradient(circle at 0% 0%, rgba(0, 45, 123, 0.7), transparent 72%),
    radial-gradient(circle at 100% 100%, rgba(0, 45, 123, 0.58), transparent 68%),
    linear-gradient(to bottom, #ffffff 0%, #dce7ff 45%, #b8c8f4 100%);

  text-align: center;
}

.btn_sc_form {
  padding: 3% 5% 8%;
  max-width: 1000px;
  margin: 0 auto;
}

.btn_sc div .t3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 2.5em 0 2em;
  color: var(--color-wt);
}

.btn_sc .btn {
  font-size: 1.75rem;
  padding: 1.2em 3.5em 1.2em 5em;
}

.btn_sc .btn:before {
  top: 41%;
  left: 15%;
  width: 20px;
  height: 15px;
}


/*******************************
s05__wrap
*******************************/
.s05__wrap {
  padding: 100px 5%;
  max-width: 1000px;
  margin: 0 auto;
}

.s05__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 27px;
}

.s05__card {
  background: var(--color-wt);
  border: 1.5px solid var(--color-main);
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.s05__head {
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 2rem;
}

.s05__box {
  background: #e6f0ff;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px;
}

.s05__box p {
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.9;
}

.tag {
  background: #f7fbff;
  color: var(--color-sub1);
  font-weight: 700;
  padding: 1% 2%;
  border-radius: 4px;
  margin-right: 2%;
  font-size: 13px;
}


/*******************************
s05-2__wrap
*******************************/
.s05-2__wrap {
  padding: 0 20px;
  background: #f3faf5
}

.s05-2__wrap_cnt {
  padding: 100px 5%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.s05-2__wrap .plan-compare__lead {
  display: inline-block;
  font-size: 1.95rem;
  margin-bottom: 3%;
  border-bottom: 3px solid var(--color-sub2);
}

.s05-2__wrap .plan-compare__txt {
  margin-bottom: 5.5%;
}

.s05-2__wrap .plan-compare__table {
  background: var(--color-wt);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #dde3ea;
  font-size: 1.4rem;
}

.s05-2__wrap .plan-row {
  display: grid;
  grid-template-columns: 1.05fr 2.1fr 2.1fr;
}

.s05-2__wrap .plan-row:nth-child(odd):not(.plan-row--head) {
  background: #fafbfd;
}

.s05-2__wrap .plan-row--last {
  border-bottom: none;
}

.s05-2__wrap .plan-cell {
  padding: 16px 18px;
  border-bottom: 1px solid #e1e6ee;
  border-right: 1px solid #e1e6ee;
  /* display: flex;
  align-items: center;
  justify-content: flex-start; */
  text-align: left;
}

.s05-2__wrap .plan-cell:last-child {
  border-right: none;
}

.s05-2__wrap .plan-cell--label {
  background: #f3f5fa;
  font-weight: 700;
  font-size: 1.5rem;
}

.s05-2__wrap .plan-row--head .plan-cell {
  border-bottom: 1px solid #d4dff1;
}

.s05-2__wrap .plan-cell--planhead {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 0%, #f5f7ff 100%);
}

.s05-2__wrap .plan-name {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
  color: var(--color-sub1);
}

.s05-2__wrap .plan-name span {
  display: inline-block;
  font-size: 1.5rem;
}

.s05-2__wrap .plan-link {
  color: var(--color-sub1);
  text-decoration: underline;
  text-underline-offset: 3px;
}


@media (max-width: 768px) {
  .s05-2__wrap {
    padding: 60px 5%;
  }

  .s05-2__wrap_cnt {
    padding: 0;
    margin: 0;
  }

  .s05-2__wrap .plan-compare__lead {
    font-size: 1.8rem;
    margin-bottom: 4%;
  }

  .s05-2__wrap .plan-compare__table {
    overflow-x: auto;
  }

  .s05-2__wrap .plan-row {
    min-width: 720px;
  }

}

/*******************************
s07__wrap
*******************************/
.s07__wrap {
  padding: 100px 5%;
  margin: 0 auto;
  background-color: var(--color-bg);
}

.s07__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

/* card */
.voiceCard {
  position: relative;
  background: var(--color-wt);
  border-radius: 10px;
  padding: 20px 20px 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
  border-top: 10px solid var(--color-sub3);
}

/* head */
.voiceCard__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.iconBox {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  padding: 1%;
  background: #eef3f7;
  overflow: hidden;
  flex: 0 0 auto;
}

.iconBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.voiceCard h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-main);
}

.voiceCard__text {
  margin: 8px 0 12px;
  display: flex;
  align-items: center;
}

.voiceCard_tit {
  background-color: var(--color-bg);
  padding: 1.5% 3%;
  border-radius: 10px;
  margin-right: 2%;
  width: 15%;
  text-align: center;
}

.voiceCard_dt {
  width: 85%;
  font-size: 1.4rem;
}

.voiceCard__dot {
  border-bottom: 3px dotted #b3b3b3;
  margin: 12px 0 10px;
}


/*******************************
flow__wrap
*******************************/
.flow__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 5%;
}

.flow__title {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #0f4689;
  margin-bottom: 28px;
}

.flow__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  max-width: 900px;
  margin: 0 auto;
}

.flow__item {
  display: flex;
  align-items: flex-start;
  background: var(--color-wt);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}

.flow__icon {
  background: #eef3f7;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  padding: 1.5%;
  margin-right: 16px;
  overflow: hidden;
}


.flow__content {
  text-align: left;
}

.flow__step {
  display: inline-block;
  background: var(--color-main);
  color: var(--color-wt);
  font-weight: 700;
  border-radius: 20px;
  padding: 1.2% 3%;
  margin-bottom: 6px;
}

.flow__content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 4px 0 6px;
}

.flow__content p {
  line-height: 1.6;
  margin: 0;
}

/* ▼矢印 */
.flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-main);
}



/*******************************
s06__wrap
*******************************/
.s06__wrap {
  padding: 100px 5%;
  background-color: #fffbf3;
}

.s06__wrap_cnt {
  max-width: 1000px;
  margin: 0 auto;
}

.s06__title {
  text-align: center;
  margin-bottom: 20px;
}

.s06__item {
  background: var(--color-wt);
  border: 1px solid var(--color-sub3);
  margin: 12px 0;
}

.s06__q {
  margin: 0;
}

.s06__toggle {
  width: 100%;
  text-align: left;
  display: block;
  /* background: transparent; */
  background-color: var(--color-wt);
  border: 0;
  font: inherit;
  padding: 18px 44px 18px 20px;
  cursor: pointer;
  position: relative;
  color: var(--color-main);
}

.s06__toggle::before {
  content: "Q.";
  margin-right: 8px;
  color: var(--color-main);
  font-weight: 700;
}

.s06__toggle::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid var(--color-main);
  /* ▼ */
  transform: translateY(-50%) rotate(0deg);
  transition: transform .2s ease;
}

.s06__a {
  padding: 0 20px 18px 20px;
}

.s06__a[hidden] {
  display: none;
}

.s06__a::before {
  content: "A.";
  margin-right: 8px;
  color: #d93025;
  font-weight: 700;
}

.s06__toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

/*******************************
s07-2__wrap
*******************************/
.s07-2__wrap {
  padding: 228px 5% 100px;
  margin-top: -128px;
}

.s07-2__wrap_cnt {
  text-align: center;
  margin-bottom: 5%;
}

.s07-2__wrap h4 {
  color: #3aa1ff;
  font-size: 2.2rem;
  text-align: center;
}

.s07-2__wrap ul {
  display: flex;
  justify-content: space-between;
  margin: 1em auto 3em;
  max-width: 500px;
}

.s07-2__wrap ul li p:nth-child(1) {
  align-items: center;
  color: #2a579c;
  display: flex;
  font-weight: 700;
}

.s07-2__wrap ul li p:nth-child(1):after {
  content: '';
  border-top: 1px solid #2a579c;
  flex-grow: 1;
  margin-left: .5em;
}

.s07-2__wrap ul li p:nth-child(2) {
  color: #2a579c;
  font-size: 3.6rem;
  line-height: 1.1;
}

form {
  font-weight: 700;
  margin: auto;
  max-width: 500px;
}

form .input__wrap {
  margin-bottom: 16px;
}

form .item__wrap {
  margin-top: .5em;
  width: 35%;
}

form .item__wrap span {
  background: #3aa1ff;
  border-radius: 4px;
  color: var(--color-wt);
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: .5em;
  padding: .2em .5em;
  text-align: center;
}

form input[type=text],
form input[type=mail],
form input[type=tel],
form input[type=number],
form textarea {
  background: #f0f3f5;
  border: 1px solid #f0f3f5;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 2%;
  width: 100%;
}

form textarea {
  font-family: Arial, 'Noto Sans JP', sans-serif;
  height: 150px;
}

form input[type=submit] {
  background: #ffe000;
  border: none;
  border-radius: 10px;
  color: #002d7b;
  cursor: pointer;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  margin: 2em auto 0;
  max-width: 280px;
  padding: .75em;
  transition: .4s;
  width: 100%;
}

form input[type=submit]:hover {
  background: #900;
  transition: 0.3s;
}

.s07-2__wrap .box__wrap {
  border: 1px solid #222;
  margin: 8em auto 0;
  max-width: 740px;
  text-align: center;
}

.s07-2__wrap .box__wrap .t1 {
  background: var(--color-wt);
  color: #3aa1ff;
  display: table;
  font-size: 2.2rem;
  font-weight: 700;
  margin: -.75em auto 0;
  padding: 0 1em;
}


/*******************************
s08__wrap
*******************************/
.s08__wrap {
  padding: 100px 5%;
  margin: 0 auto;
  background-color: var(--color-bg);
  text-align: center;
}

.s08_sub {
  color: var(--color-sub3);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 2em;
}


.link-card-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.link-card {
  width: 317px;
  border: 1px solid #ccc;
  background-color: var(--color-wt);
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--color-txt);
  text-align: left;
  transition: all 0.5s;
}

.link-card h3 {
  font-size: 18px;
  margin: 8px 0;
}

.link-card p {
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

.link-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

/*******************************
footer
*******************************/
footer {
  background: var(--color-main);
  color: var(--color-wt);
  padding: 50px 5% 10px;
}

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

.footer_cnt img {
  width: 90%;
}

.footer_cnt a img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer_cnt a {
  color: var(--color-wt);
}

.footer_cnt a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

footer ul {
  display: flex;
  justify-content: center;
  margin: 3em 0;
}

footer ul li {
  margin: 0 1em;
}

footer ul li a:link,
footer ul li a:visited {
  color: var(--color-wt);
}

footer ul li a:hover {
  color: var(--color-sub3);
  transition: 0.3s;
}

footer .cr {
  font-size: 1.2rem;
  text-align: center;
}


/*******************************
sp
*******************************/
@media screen and (min-width:721px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width:720px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }


  header .header__top {
    font-size: 1.0rem;
    padding: 2.2%;
  }

  .header__top .logo_img {
    width: 70%;
  }

  .btn {
    font-size: 1.3rem;
    padding: 1em 1.6em 1em 3.1em;
  }


  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: white;
    border-radius: 3px;
  }

  /* 閉じるボタン */
  .close-btn {
    display: none;
    color: white;
    font-size: 3rem;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: var(--color-main);
    padding-top: 60px;
    transition: all 0.3s;
    text-align: left;
  }

  .nav-menu.active {
    display: flex;
  }

  .close-btn {
    display: block;
  }

  .header__box_link,
  .header__box,
  .btn_nav {
    display: block;
    margin: 1em 1em 1em 2em;
    text-align: left;
  }

  .header__box div {
    display: block;
  }

  .header__box_link a {
    font-size: 1.7rem;
    padding-left: 1rem;
    margin-bottom: 1%;
  }

  .header__logobox {
    flex: 1;
  }


  header .header__main__wrap {
    padding: 25px 10px 15px;
  }

  .header__main {
    display: block;
  }

  .header__main_top h1 {
    font-size: 3.2rem;
    margin-bottom: 3.8%;
    line-height: 1.3;
  }

  .header__main div .t1 {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .header__main div .t2 {
    font-size: 1.2rem;
    padding: 3%;
  }

  .header__main div ul {
    justify-content: center;
    margin: 2% auto 0;
    width: 90%;
  }

  .header__main div li {
    font-size: 1.2rem;
    height: 105px;
    margin: 0 2%;
    max-width: 105px;
  }

  .header__main div li p:nth-child(2) {
    font-size: 1.45rem;
  }

  .header__main div li p:nth-child(2) span {
    font-size: 2.3rem;
  }

  .header__main div li p:nth-child(3) {
    font-size: 1.5rem;
  }

  .header_form {
    padding-bottom: 13%;
  }

  .header_form div .t3 {
    font-size: 1.4rem;
    margin: 2em 0 1.5em;
  }

  .header__main img {
    margin: 5% auto;
    max-width: 85%;
  }

  .Microsoft_logo img {
    max-width: 30%;
    margin: 0 0 0 2%;
  }

  .Microsoft_logo {
    margin: 3.5% 0;
  }


  .s01__wrap h3 {
    font-size: 2.1rem;
  }

  .s01__wrap_cnt ul {
    font-size: 1.9rem;
  }

  .s01__wrap_cnt li {
    padding-left: 1.5em;
  }

  .s01__wrap_cnt li::before {
    font-size: 1.3em;
    top: 5px;
  }

  /*notes*/

  .s02__wrap {
    padding: 60px 5%;
  }

  .s02__top {
    flex-direction: column;
    align-items: stretch;
  }

  .s02__layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .s02__center {
    order: 10;
    margin: 24px auto 0;
    max-width: 260px;
    text-align: center;
  }

  .bubble {
    max-width: 100%;
    margin-bottom: 0;
  }


  /*notes*/
  .s03__wrap {
    padding: 60px 5% 0;
  }

  .s03__no {
    left: 12px;
    transform: translateY(-10%);
  }

  h2 {
    font-size: 2.5rem;
  }

  .s03__wrap div {
    display: block;
  }

  .s03__wrap .s01-1_box,
  .box_reverse {
    margin-bottom: 8%;
  }

  .s01-1_txt {
    margin: 0;
  }

  .s03__wrap div .s03_titflex {
    display: flex;
    align-items: center;
  }

  .s03__no {
    font-size: 5.2rem;
    font-weight: 700;
    margin-bottom: 0;
    transform: none;
  }

  .s03_txt h3 {
    line-height: 1.4;
    margin: 0 0 0 3%;
  }

  .s03__wrap div ul {
    width: 100%;
  }

  .s03__wrap li {
    font-size: 1.8rem;
  }

  .s03__wrap li:before {
    width: 20px;
    height: 20px;
  }

  /*notes*/
  .s04__wrap {
    padding: 60px 5%;
  }

  .s04__wrap_cnt {
    padding: 0;
    margin: 0;
  }

  .service-table {
    overflow-x: auto;
  }

  .service-row {
    min-width: 720px;
    grid-template-columns: 3fr 7fr;
  }

   /*notes*/
  .btn_sc div .t3 {
    font-size: 1.9rem;
    margin-top: 2em;
  }
  .btn_sc_form {
    padding-bottom: 10%;
  }

  /*notes*/
  .s05__wrap {
    padding: 60px 5%;
  }

  .s05__grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 8px 12px 12px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .s05__card {
    flex: 0 0 85%;
    max-width: 420px;
    scroll-snap-align: start;
  }

  .s05__grid::-webkit-scrollbar {
    height: 6px;
  }

  .s05__grid::-webkit-scrollbar-thumb {
    background: #c8d6e8;
    border-radius: 4px;
  }

  .s05__grid::-webkit-scrollbar-track {
    background: transparent;
  }


  /*notes*/
  .s07__wrap {
    padding: 60px 5%;
  }

  .s07__grid {
    grid-template-columns: none;
  }

  .iconBox {
    width: 72px;
    height: 72px;
  }

  .voiceCard::before {
    width: 160px;
  }

  .flow__wrap {
    padding: 60px 5%;
  }

  .flow__item {
    flex-direction: row;
    align-items: flex-start;
    padding: 16px;
  }


  /*notes*/
  .s04_-1_icon {
    width: 44px;
    height: 44px;
    font-size: 24px;
    margin-right: 12px;
  }

  .flow__content h3 {
    font-size: 18px;
  }

  .flow__content {
    width: 80%;
  }

  /*notes*/
  .s06__wrap {
    padding: 60px 5%;
  }

  .s07-2__wrap {
    padding: 184px 5% 60px;
    margin-top: -124px;
  }

  .s07-2__wrap .t1 {
    font-size: 1.5rem;
  }

  .s07-2__wrap h4 {
    font-size: 1.8rem;
  }

  .s07-2__wrap ul li p:nth-child(1) {
    font-size: 1.2rem;
  }

  .s07-2__wrap ul li p:nth-child(2) {
    font-size: 2.4rem;
  }

  .s07-2__wrap ul {
    margin-bottom: 8%;
  }


  form input[type=submit] {
    font-size: 1.8rem;
    max-width: 240px;
  }

  form .item__wrap {
    width: 100%;
    margin-bottom: 1%;
  }

  .s07-2__wrap .box__wrap {
    margin: 6em auto 0;
  }

  .s07-2__wrap .box__wrap .t1 {
    font-size: 1.8rem;
  }

  .link-card {
    width: 100%;
  }

  /*notes*/
  footer {
    font-size: 1.3rem;
    padding: 30px 5% 10px;
  }

  .footer_cnt {
    display: block;
    text-align: center;
  }

  .footer_cnt img {
    display: block;
    margin: 0 auto 2em;
    max-width: 220px;
  }

  footer .cr {
    font-size: 1.0rem;
  }

  .wrap {
    padding-top: 75px;
  }

  .spFixedMenu {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #3d7efa;
  }

  .spFixedMenu__inner {
    width: 100%;
  }

  .spFixedMenu__list {
    display: flex;
    margin: 0;
    height: 64px;
  }

  .spFixedMenu__item {
    flex: 1 1 0%;
    height: 100%;
    margin: 0;
    color: var(--color-wt);
    font-size: 1.6rem;
  }

  .spFixedMenu__item:nth-child(n + 2) {
    border-left: 1px solid #002d7b;
  }

  .spFixedMenu__item>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 1.4;
  }

  .spFixedMenu__item>a span {
    display: block;
    font-size: 80%;
  }
}


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


@media (min-width:1001px) {

  .header__top {
    flex-wrap: nowrap;
  }

  .nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    white-space: nowrap;
  }

  .header__box_link {
    display: flex;
    gap: 4rem;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .header__box,
  .header__box div,
  .header__box_link a,
  .btn {
    white-space: nowrap;
  }

  .close-btn {
    display: none !important;
  }
}