@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  font: inherit;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.45;
}

ol,
ul {
  list-style: none;
}

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

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

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

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

html {
  overflow: auto;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background-color: #ffffff;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 1.25rem;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: #1a1a1a;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.color-main {
  color: #0075C2;
}

.dib {
  display: inline-block;
}

.center {
  text-align: center;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.c-btn {
  margin: 40px auto 0;
  width: 100%;
  max-width: 280px;
}

.c-btn__link {
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  overflow: hidden;
  font-size: 1.125rem;
  position: relative;
  z-index: 0;
}
.c-btn__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(150deg, #0B318F, #0075C2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-btn__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(150deg, #0075C2, #0B318F);
}

.c-back__btn {
  margin: 20px auto 0;
  position: relative;
}

.c-btn__link--back {
  display: inline-block;
  width: 100% !important;
  max-width: 280px;
  border-radius: 3px !important;
  padding: 15px !important;
  font-weight: 600;
  text-align: center;
  background-color: #ddd !important;
  height: inherit !important;
  color: #666 !important;
  border: none !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.c-title-1,
.c-title-2,
.c-title-3 {
  font-weight: bold;
}

.c-title-1 {
  font-size: clamp(2rem, 4.5vw, 2.8125rem);
}

.c-title-2 {
  font-size: clamp(1.625rem, 3.5vw, 2.1875rem);
}

.c-title-3 {
  font-size: 1.25rem;
}

.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.c-table th,
.c-table td {
  vertical-align: middle;
  padding: 12px 16px;
  font-size: 1.125rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.c-table th {
  width: 25%;
  background-color: #0B318F;
  color: #fff;
}
.c-table td {
  text-align: left;
}

.c-form__item:nth-child(n+2) {
  margin-top: 25px;
}

.c-form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-form__title {
  margin-top: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 210px;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}

.c-form__label {
  font-weight: bold;
  font-size: 1.25rem;
}

.c-form__required {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  background-color: #D60000;
  font-size: 1.125rem;
}

.c-form__any {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 1px;
  color: #fff;
  font-weight: bold;
  background-color: #0075C2;
}

.c-form__input,
.c-form__select,
.c-form__radio,
.c-form__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-left: 20px;
}

.c-form__select {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 185px;
      -ms-flex: 0 1 185px;
          flex: 0 1 185px;
  position: relative;
}

.c-form__radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.c-form__radio label {
  position: relative;
  cursor: pointer;
  padding-left: 1.8em;
}
.c-form__radio label::before, .c-form__radio label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  display: block;
}
.c-form__radio label::before {
  left: 0;
  background-color: #fff;
  border: 1px solid #C1C1C1;
  width: 20px;
  height: 20px;
}
.c-form__radio label::after {
  left: 3px;
  background-color: #0075C2;
  width: 16px;
  height: 16px;
  opacity: 0;
}
.c-form__radio input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.c-form__radio input:checked + label::after {
  opacity: 1;
}

input:not([type=radio]):not([type=checkbox]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1rem;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

input::placeholder,
textarea::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

input[type=submit] {
  cursor: pointer;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]),
textarea,
select {
  width: 100%;
  padding: 0.5em 0.8em;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}

input:not([type=checkbox]):not([type=submit]):not([type=radio]),
select {
  height: 38px;
}

.select {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}

textarea {
  resize: vertical;
  min-height: 250px;
  font-weight: normal;
}
textarea::-webkit-input-placeholder {
  font-weight: normal;
}
textarea::-moz-placeholder {
  font-weight: normal;
}
textarea:-ms-input-placeholder {
  font-weight: normal;
}
textarea::-ms-input-placeholder {
  font-weight: normal;
}
textarea::placeholder {
  font-weight: normal;
}

input[type=checkbox] {
  margin-right: 6px;
}

.c-form__time {
  display: inline-block;
  position: relative;
}

.c-form__date span {
  font-size: 1.125rem;
  margin-right: 10px;
}
.c-form__date input[type=date] {
  width: 185px !important;
  margin-right: 10px;
}
.c-form__date select {
  width: 120px !important;
}
.c-form__date:nth-child(n+2) {
  margin-top: 10px;
}

.c-form__check {
  margin-top: 40px;
}
.c-form__check input {
  display: none;
}
.c-form__check input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.c-form__check label {
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
.c-form__check label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #C1C1C1;
}
.c-form__check label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #0075C2;
  border-width: 0 3px 3px 0;
  opacity: 0;
  visibility: hidden;
}

.c-form__link {
  display: inline-block;
  color: #0075C2;
  text-decoration: underline;
  text-underline-offset: 1px;
  margin-right: 6px;
}

.c-form__btn {
  margin: 35px auto 0;
  position: relative;
}
.c-form__btn span {
  display: block;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  z-index: 1;
  border-radius: 3px;
  overflow: hidden;
}
.c-form__btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(150deg, #0B318F, #0075C2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-form__btn span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(150deg, #0075C2, #0B318F);
}
.c-form__btn .c-btn__link {
  background-color: transparent;
  border: none;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

table.formTable {
  width: 100%;
  margin: 40px auto 0;
  border-collapse: collapse;
}

table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #fff;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

.c-section-head {
  margin-bottom: 40px;
}

.c-section-head__en {
  font-size: 1.5625rem;
  text-transform: uppercase;
  color: #0075C2;
  font-weight: bold;
  font-style: italic;
}

.c-section-head__title {
  letter-spacing: 0.05em;
}

.c-tel__title {
  font-size: 3.75rem;
  font-weight: 600;
}

.c-tel__open {
  font-size: 1.5rem;
}

.c-accordion__item:first-child {
  padding-bottom: 35px;
}
.c-accordion__item:nth-child(n+2) {
  border-top: 1px solid #eee;
}
.c-accordion__item:nth-child(n+2):not(:last-child) {
  padding: 35px 0;
}
.c-accordion__item:last-child {
  padding-top: 35px;
}

.c-accordion__title {
  position: relative;
  font-weight: bold;
  padding-left: 44px;
  font-size: 1.25rem;
  letter-spacing: 0;
}
.c-accordion__title::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  font-size: 1.1875rem;
  color: #fff;
  background-color: #0B318F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-accordion__content {
  margin-top: 15px;
  padding-left: 44px;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0;
}
.c-accordion__content::before {
  content: "A";
  position: absolute;
  font-size: 1.25rem;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  color: #fff;
  background-color: #0075C2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.l-header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: 13px 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.l-header__inner {
  padding: 0 15px;
  margin: 0 auto;
}

.l-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 180px;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  position: relative;
  z-index: 9999;
}

.l-header__nav {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.l-header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.l-header__item:nth-child(n+2) {
  margin-left: 25px;
}

.l-header__link {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: 0;
}

.l-header__item--contact .l-header__link {
  width: 200px;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 0;
  padding: 10px 10px;
  border-radius: 30px;
  overflow: hidden;
  display: block;
}
.l-header__item--contact .l-header__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(150deg, #0B318F, #0075C2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__item--contact .l-header__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(150deg, #0075C2, #0B318F);
}

.l-footer {
  padding: 20px 0;
  background: #1a1a1a;
}

.l-footer__inner {
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1280px;
}

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

.l-footer__item {
  line-height: 1.4;
}
.l-footer__item:nth-child(n+2) {
  border-left: 1px solid #fff;
}

.l-footer__link {
  color: #ffffff;
  padding: 0 15px;
  font-size: 1rem;
  display: block;
  line-height: 1.4;
}

.l-footer__copyright {
  display: block;
  padding: 15px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.l-inner--s {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

.l-main--contact {
  margin-top: 70px;
}

.l-section {
  padding: 100px 0;
}

.p-hero {
  height: 100svh;
  background: url(../img/mv_bg.png) no-repeat center center/cover;
  z-index: -1;
}

.p-hero__inner {
  padding: 0 40px;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}

.p-hero__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-hero__title {
  font-size: 1.5625rem;
  font-weight: bold;
  letter-spacing: 0;
}

.p-hero__img {
  margin-top: 40px;
  max-width: 618px;
}
.p-hero__btn .c-btn__link span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../img/svg/arrow_down.svg) no-repeat center center/contain;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.p-about__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about__swiper {
  padding-bottom: 25px;
}
.p-about__swiper .swiper-pagination {
  text-align: left;
  bottom: 0;
}
.p-about__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #eee;
  opacity: 1;
}
.p-about__swiper .swiper-pagination-bullet-active {
  background-color: #0B318F;
}

.p-about__img {
  width: 100%;
}

.p-about__item {
  width: 100% !important;
}
.p-about__item img {
  aspect-ratio: 57/45;
}

.p-about__graph {
  margin-top: 60px;
}

.p-solve {
  background: url(../img/solve_bg.png) no-repeat center bottom/cover;
  padding-bottom: 200px;
}
.p-solve .c-section-head__title {
  color: #ffffff;
}

.p-solve__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.p-solve__head {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
}

.p-solve__title {
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(150deg, #0B318F, #0075C2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-solve__img {
  margin-top: 30px;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.p-solve__img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
}

.p-feature {
  background: url(../img/feature_bg.png) no-repeat left center/cover;
}

.p-feature__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.p-feature__img img {
  aspect-ratio: 38/25;
}

.p-feature__title {
  margin-top: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.p-feature__text {
  margin-top: 30px;
  margin-top: 20px;
}

.p-plat .l-inner {
  max-width: 1080px;
}

.p-plat__img {
  margin-top: 45px;
}

.p-plat__title {
  margin-top: 45px;
}

.p-plat__table {
  margin-top: 45px;
}

.p-entry {
  background: #1a1a1a;
  padding: 40px 0;
  position: relative;
}
.p-entry::before {
  content: "";
  background: url(../img/svg/entry_text.svg) no-repeat bottom center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 130px;
  opacity: 0.1;
  background-size: contain;
}

.p-entry__title {
  color: #ffffff;
}

.p-example__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-example__item:nth-child(n+2) {
  margin-top: 60px;
}

.p-example__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 165px;
      -ms-flex: 0 0 165px;
          flex: 0 0 165px;
  margin-right: 4%;
}

.p-example__textarea {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.p-example__title {
  font-size: 1.875rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.p-example__text {
  margin-top: 10px;
}
.p-example__text a {
  color: #0075C2;
  text-decoration: underline;
}
.p-example__text span {
  font-size: 1rem;
  color: #bbbbbb;
}

.p-contact {
  background: linear-gradient(150deg, #0B318F, #0075C2);
}

.p-contact__wrapper {
  padding: 50px 20px;
  background: #ffffff;
}

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

@media screen and (min-width: 1025px) {
  html {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .none-pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin: 0;
  }
  .tab {
    display: block;
  }
  .none-tab {
    display: none;
  }
  .c-tel__title {
    font-size: 3rem;
  }
  .l-header__item:not(.l-header__item--contact) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  html {
    margin: 0;
  }
  body {
    font-size: 1.125rem;
  }
  .sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .c-btn {
    margin-top: 20px;
    text-align: center;
  }
  .c-title-1 {
    font-size: clamp(1.5rem, 6.4vw, 2rem);
  }
  .c-title-2 {
    font-size: clamp(1.25rem, 5.333vw, 1.5rem);
  }
  .c-title-3 {
    font-size: 1.25rem;
  }
  .c-table th,
.c-table td {
    display: block;
    font-size: 1rem;
  }
  .c-table th {
    width: 100%;
  }
  .c-form__block {
    display: block;
  }
  .c-form__title {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .c-form__label {
    margin-right: 10px;
  }
  .c-form__input,
.c-form__select,
.c-form__radio,
.c-form__textarea {
    margin-left: 0;
    margin-top: 10px;
  }
  .c-form__radio {
    grid-template-columns: repeat(1, 1fr);
  }
  textarea {
    min-height: 200px;
  }
  .c-form__date span {
    margin-right: 5px;
    font-size: 1rem;
  }
  .c-form__date input[type=date] {
    width: 160px !important;
    margin-right: 5px;
  }
  .c-form__date select {
    width: 80px !important;
  }
  .c-form__check {
    margin-top: 20px;
  }
  .c-form__check label {
    font-size: 1rem;
  }
  table.formTable {
    margin: 20px auto 0;
  }
  table.formTable td,
table.formTable th {
    width: 100% !important;
    display: block;
  }
  .c-section-head__en {
    font-size: 1.125rem;
  }
  .c-tel__title {
    font-size: 2.25rem !important;
  }
  .c-tel__open {
    font-size: 1rem;
  }
  .c-accordion__item:first-child {
    padding-bottom: 25px;
  }
  .c-accordion__item:nth-child(n+2):not(:last-child) {
    padding: 25px 0;
  }
  .c-accordion__item:last-child {
    padding-top: 25px;
  }
  .c-accordion__title {
    font-size: 1.125rem;
  }
  .c-accordion__content {
    font-size: 1rem;
  }
  .l-header {
    padding: 10px 0;
  }
  .l-header__inner {
    padding: 0 2%;
  }
  .l-header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
  .l-header__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .l-header__item--contact .l-header__link {
    padding: 5px 10px;
    width: 165px;
    font-size: 0.8125rem;
  }
  .l-footer__inner {
    padding: 0 5%;
  }
  .l-inner {
    max-width: 600px;
    padding: 0 2%;
  }
  .l-inner--s {
    max-width: 600px;
    padding: 0 2%;
  }
  .l-main--contact {
    margin-top: 54px;
  }
  .l-section {
    padding: 70px 0;
  }
  .p-hero__inner {
    padding: 0 5%;
  }
  .p-hero__title {
    font-size: 1.125rem;
  }
  .p-hero__img {
    max-width: 500px;
    margin-top: 35px;
  }
  .p-hero__btn {
    margin-top: 35px;
  }
  .p-about__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .p-about__graph {
    width: 80%;
    margin: 60px auto 0;
    max-width: 500px;
  }
  .p-solve {
    background: url(../img/solve_bg_sp.png) no-repeat center bottom/cover;
  }
  .p-solve__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .p-solve__img {
    margin-top: 25px;
  }
  .p-feature__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
  .p-feature__title {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .p-plat__img {
    margin-top: 30px;
  }
  .p-plat__title {
    margin-top: 30px;
  }
  .p-plat__table {
    margin-top: 30px;
  }
  .p-entry::before {
    width: 100%;
  }
  .p-example__item:nth-child(n+2) {
    margin-top: 45px;
  }
  .p-example__item {
    display: block;
  }
  .p-example__img {
    margin: 0 auto;
    width: 50%;
    max-width: 300px;
  }
  .p-example__textarea {
    margin-top: 20px;
  }
  .p-example__title {
    font-size: 1.25rem;
  }
  .p-contact__wrapper {
    padding: 50px 2%;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 425px) {
  html {
    margin: 0;
  }
  .sm {
    display: block;
  }
  .none-sm {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  html {
    margin: 0;
  }
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
  .c-btn__link:hover {
    opacity: 1;
  }
  .c-btn__link:hover::before {
    opacity: 0;
  }
  .c-btn__link--back:hover {
    opacity: 0.7;
  }
  .c-form__link:hover {
    opacity: 0.7;
  }
  .c-form__btn span:hover {
    opacity: 1;
  }
  .c-form__btn span:hover::before {
    opacity: 0;
  }
  .l-header__link:hover {
    color: #0075C2;
  }
  .l-header__item--contact .l-header__link:hover {
    opacity: 1;
    color: #ffffff;
  }
  .l-header__item--contact .l-header__link:hover::before {
    opacity: 0;
  }
  .p-hero__btn .c-btn__link:hover span {
    top: 55%;
  }
}
/*# sourceMappingURL=style.css.map */