@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background-repeat: no-repeat;
}

html {
  overflow-y: scroll;
  font-weight: 400;
  font-size: 62.5%;
}
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  background-color: var(--color-bg);
  color: var(--color-text);
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  color: inherit;
}

.t-br {
  display: block;
}

.t-ib {
  display: inline-block;
}

.t-hidden {
  display: none;
}

.t-hiddenSp {
  display: none;
}

.t-taL {
  text-align: left !important;
}

.t-taR {
  text-align: right !important;
}

.t-taC {
  text-align: center !important;
}
.t-bold {
  font-weight: 600 !important;
}

.t-italic {
  font-style: italic !important;
}

.t-ttU {
  text-transform: uppercase !important;
}

.t-ttL {
  text-transform: lowercase !important;
}

.t-caution-color {
  color: var(--caution-color);
}

.t-mt0 {
  margin-top: 0 !important;
}

.t-visuallyHidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

:root {
  --color-main: #004CBD;
  --color-black: #000;
  --color-white: #fff;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-yugo:"游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-zen: "Zen Old Mincho", serif;
}

html {
  scroll-behavior: smooth;
}

.m-wrapper {
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  width: 100%;
  background-color: transparent;
  font-family: var(--font-yugo);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: background-color 0.3s ease;
}
.l-header.scrolled {
  background-color: #fff;
}
.l-header.scrolled .l-header__row {
  color: #262626;
}
.l-header.scrolled .l-header__hamburger span {
  background-color: #262626;
}
.l-header__row {
  display: flex;
  text-align: center;
  justify-content: space-between;
  padding: 31px 0;
  color: #fff;
}
.l-header__rowLogo {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-zen);
}
.l-header ul.menu-list {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-header ul.menu-list li {
  transition: opacity 0.3s ease;
}
.l-header ul.menu-list li:hover {
  opacity: 0.7;
}
.l-header__rowNav.active {
  opacity: 1;
  visibility: visible;
}
.l-header__rowNav.active li {
  color: #262626;
  transition: 0.3s all;
}
.l-header__rowNav.active li:hover {
  opacity: 0.7;
}
.l-header__hamburger {
  width: 9.3333333333vw;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.l-header__hamburger span {
  width: 100%;
  height: 0.2666666667vw;
  background: #fff;
  display: block;
  transition: 0.3s margin 0.3s, 0.3s transform;
}
.l-header__hamburger span:first-child {
  margin-bottom: 2.6666666667vw;
}
.l-header__hamburger span:nth-child(3) {
  margin-top: 2.6666666667vw;
}
.l-header__hamburger.active span {
  transition: 0.3s margin, 0.3s transform 0.3s;
  background: #262626 !important;
}
.l-header__hamburger.active span:first-child, .l-header__hamburger.active span:nth-child(2) {
  transform: rotate(135deg);
}
.l-header__hamburger.active span:first-child {
  margin-bottom: -0.2666666667vw;
}
.l-header__hamburger.active span:nth-child(3) {
  margin-top: -0.2666666667vw;
  transform: rotate(225deg);
}

main {
  background-color: #E9F1FC;
  font-family: var(--font-yugo);
}
main #formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
main table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
main table.formTable td, main table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
main table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

.l-footer {
  background-color: #262626;
  color: #fff;
  font-family: var(--font-yugo);
}
.l-footer__logo {
  font-size: 1.4285714286vw;
  font-weight: 700;
  font-family: var(--font-zen);
  padding-top: 2.7777777778vw;
  padding-left: 1.3888888889vw;
  margin-bottom: 1.3888888889vw;
}
.l-footer__content {
  display: flex;
  padding-left: 1.3888888889vw;
  padding-right: 1.3888888889vw;
  padding-bottom: 2.7777777778vw;
  justify-content: space-between;
  align-items: end;
}
.l-footer__address {
  font-size: 0.8571428571vw;
  line-height: 1.8;
  font-weight: 500;
}
.l-footer__copyright {
  font-size: 0.8571428571vw;
  line-height: 1.8;
  font-weight: 500;
}

.p-mv {
  position: relative;
}
.p-mv img {
  width: 100%;
}
.p-mv h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5.5555555556vw;
  font-family: var(--font-zen);
  font-weight: 700;
  font-size: 3.6142857143vw;
  color: #fff;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.p-mv h1 .pc-none {
  display: inline-block;
}
.p-mv h1 span {
  display: block;
}
.p-mv__arrow {
  position: absolute;
  right: 0;
  bottom: 25.9722222222vw;
  color: #fff;
  transform: rotate(90deg);
  font-family: var(--font-zen);
  font-weight: 700;
  font-size: 0.8571428571vw;
  letter-spacing: 0.1em;
}
.p-mv__arrow a {
  position: relative;
  display: block;
  transition: opacity 0.3s ease;
}
.p-mv__arrow a:hover {
  opacity: 0.7;
}
.p-mv__arrow a::after {
  content: "";
  position: absolute;
  width: 2.8819444444vw;
  height: 0.6944444444vw;
  background: url("/assets/img/top/img-mv-arrow.webp") no-repeat;
  background-size: contain;
  bottom: 0.4861111111vw;
  margin-left: 0.4513888889vw;
}

.p-top1 {
  position: absolute;
  background: url("/assets/img/top/img-top1-bg.webp") no-repeat;
  background-size: contain;
  width: 83.3333333333vw;
  margin-top: -6.9444444444vw;
  z-index: 2;
}
.p-top1__bgImage1 {
  width: 34.7222222222vw;
  height: 34.7222222222vw;
  position: absolute;
  top: -10.4166666667vw;
  left: -10.4166666667vw;
  z-index: 1;
}
.p-top1__bgImage1 img {
  width: 100%;
}
.p-top1__Txts {
  position: relative;
  padding: 4.6180555556vw;
  color: #fff;
  display: flex;
  gap: 6.5972222222vw;
  justify-content: space-between;
}
.p-top1__aboutUs h2 {
  font-size: 0.8571428571vw;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.p-top1__aboutUs .underLine {
  display: block;
  margin-top: 0.6944444444vw;
  width: 0.6944444444vw;
  height: 1px;
  background-color: #fff;
}
.p-top1__aboutUs .BigTxt {
  font-size: 1.7142857143vw;
  font-weight: 700;
  font-family: var(--font-zen);
  letter-spacing: 0.05em;
}
.p-top1__MainTxt h3 {
  margin-top: 2.7777777778vw;
  font-size: 1.9285714286vw;
  font-family: var(--font-zen);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7;
}
.p-top1__MainTxt .pc-none {
  display: none;
}
.p-top1__TxtRight {
  width: 39.0277777778vw;
  font-size: 1.1142857143vw;
  letter-spacing: 0.03em;
  line-height: 2;
}

.p-top2 {
  width: 91.6666666667vw;
  background-color: #fff;
  color: #262626;
  margin-left: auto;
  margin-top: 31.1111111111vw;
  position: relative;
}
.p-top2 h2 {
  font-size: 0.8571428571vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 4.8611111111vw;
  padding-left: 4.8611111111vw;
}
.p-top2 h2 .underLine {
  display: block;
  margin-top: 0.6944444444vw;
  width: 0.6944444444vw;
  height: 1px;
  background-color: #262626;
}
.p-top2 h2 .BigTxt {
  font-size: 2.8571428571vw;
  font-weight: 700;
  font-family: var(--font-zen);
  letter-spacing: 0.05em;
}
.p-top2__bgImage1 {
  width: 34.7222222222vw;
  height: 34.7222222222vw;
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-top2__bgImage1 img {
  width: 100%;
}
.p-top2__bgImage2 {
  width: 34.7222222222vw;
  height: 34.7222222222vw;
  position: absolute;
  bottom: 25.6944444444vw;
  z-index: 1;
}
.p-top2__bgImage2 img {
  width: 100%;
}
.p-top2__topTxt {
  display: flex;
  font-family: var(--font-zen);
  padding-left: 4.8611111111vw;
  margin-top: 4.375vw;
  align-items: center;
}
.p-top2__topTxt .topTitle {
  display: flex;
  align-items: center;
}
.p-top2__topTxt .number {
  display: inline-block;
  color: #279B8E;
  font-size: 0.8571428571vw;
  letter-spacing: 0.03em;
  margin-right: 0.6944444444vw;
}
.p-top2__topTxt h3 {
  font-size: 1.4285714286vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-top2__topTxt .blueLine {
  width: 3.4722222222vw;
  height: 1px;
  background-color: #27599B;
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
.p-top2__topTxt .txt {
  font-weight: 400;
  font-size: 1.1428571429vw;
  letter-spacing: 0.02em;
  color: #262626;
}
.p-top2__content {
  display: flex;
  margin-top: 4.375vw;
  padding-left: 4.8611111111vw;
  gap: 2.7777777778vw;
  font-weight: 400;
  font-size: 1.1142857143vw;
  line-height: 2;
  letter-spacing: 0;
  color: #262626;
}
.p-top2__content .rightTxt {
  width: 39.5833333333vw;
}
.p-top2__content .rightTxt .underTxt {
  display: flex;
}
.p-top2__content .leftTxt {
  width: 39.5833333333vw;
}
.p-top2__keywords {
  display: flex;
  margin-top: 2.7777777778vw;
  padding-left: 4.8611111111vw;
  gap: 10.1388888889vw;
}
.p-top2__keywords .topTxt h3 {
  color: #279B8E;
  font-size: 1.4285714286vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--font-zen);
  padding-top: 6.25vw;
  margin-bottom: 1.3888888889vw;
}
.p-top2__keywords .topTxt .keywordsContent {
  width: 39.5833333333vw;
  color: #279B8E;
  font-size: 1vw;
  letter-spacing: 0.02em;
  line-height: 1.5;
  border: #279B8E 0.2083333333vw solid;
  font-weight: 700;
  padding: 1.3888888889vw;
  background-color: #F3FFFE;
}
.p-top2__keywords .topTxt .keywordsContent .contents {
  display: flex;
  gap: 0.8333333333vw;
  flex-wrap: wrap;
}
.p-top2__keywords .topTxt .keywordsContent .contents p {
  white-space: nowrap;
}
.p-top2__keywords .topTxt .keywordsContent .contents p::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.3472222222vw;
  border-top: 0.2777777778vw solid transparent;
  border-bottom: 0.2777777778vw solid transparent;
  border-left: 0.5555555556vw solid #279B8E;
  vertical-align: middle;
}
.p-top2__keywords .topTxt .keywordsContent .contents:nth-of-type(2) {
  padding: 0.8333333333vw 0;
}
.p-top2__keywords .imageKeywords {
  width: 24.7916666667vw;
}
.p-top2__topTxt2 {
  display: flex;
  font-family: var(--font-zen);
  padding-left: 4.8611111111vw;
  margin-top: 8.6111111111vw;
  align-items: center;
}
.p-top2__topTxt2 .topTitle {
  display: flex;
  align-items: center;
}
.p-top2__topTxt2 .number {
  display: inline-block;
  color: #27599B;
  font-size: 0.8571428571vw;
  letter-spacing: 0.03em;
  margin-right: 0.6944444444vw;
}
.p-top2__topTxt2 h3 {
  font-size: 1.4285714286vw;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.p-top2__topTxt2 .blueLine {
  width: 3.4722222222vw;
  height: 1px;
  background-color: #27599B;
  margin-left: 1.3888888889vw;
  margin-right: 1.3888888889vw;
}
.p-top2__topTxt2 .txt {
  font-weight: 400;
  font-size: 1.1428571429vw;
  letter-spacing: 0.02em;
  color: #262626;
}
.p-top2__keywords2 {
  display: flex;
  margin-top: 2.7777777778vw;
  padding-left: 4.8611111111vw;
  gap: 10.1388888889vw;
  padding-bottom: 4.8611111111vw;
}
.p-top2__keywords2 .topTxt h3 {
  color: #27599B;
  font-size: 1.4285714286vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-family: var(--font-zen);
  padding-top: 6.25vw;
  margin-bottom: 1.3888888889vw;
}
.p-top2__keywords2 .topTxt .keywordsContent {
  display: flex;
  width: 78.4722222222vw;
  color: #27599B;
  font-size: 1vw;
  letter-spacing: 0.02em;
  line-height: 1.5;
  border: #27599B 0.2083333333vw solid;
  font-weight: 700;
  padding: 1.3888888889vw;
  background-color: #F6FAFF;
}
.p-top2__keywords2 .topTxt .keywordsContent .contents {
  display: flex;
  gap: 0.8333333333vw;
  flex-wrap: wrap;
}
.p-top2__keywords2 .topTxt .keywordsContent .contents p::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.3472222222vw;
  border-top: 0.2777777778vw solid transparent;
  border-bottom: 0.2777777778vw solid transparent;
  border-left: 0.5555555556vw solid #27599B;
  vertical-align: middle;
}
.p-top2__keywords2 .topTxt .keywordsContent .contents:nth-of-type(2) {
  padding-left: 0.8333333333vw;
}

.p-top3 {
  width: 100%;
  background-color: #fff;
  margin-top: 8.3333333333vw;
  padding-left: 8.3333333333vw;
}
.p-top3 h2 {
  font-size: 0.8571428571vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 8.3333333333vw;
}
.p-top3 h2 .underLine {
  display: block;
  margin-top: 0.6944444444vw;
  width: 0.6944444444vw;
  height: 1px;
  background-color: #262626;
}
.p-top3 h2 .BigTxt {
  font-size: 1.7142857143vw;
  font-weight: 700;
  font-family: var(--font-zen);
  letter-spacing: 0.05em;
}
.p-top3 .Line {
  width: 83.3333333333vw;
  height: 1px;
  background-color: #D9D9D9;
  margin-top: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
}
.p-top3 .Line:first-of-type {
  margin-top: 3.4722222222vw;
}
.p-top3 .content {
  display: flex;
  gap: 13.8888888889vw;
}
.p-top3 .content p {
  width: 16.3680555556vw;
  font-weight: 700;
  font-size: 1.1428571429vw;
  white-space: nowrap;
}
.p-top3 .content .detail {
  width: 100%;
  font-weight: 500;
}
.p-top3 iframe {
  width: 83.3333333333vw;
  height: 31.25vw;
  margin-top: 2.0833333333vw;
  margin-bottom: 7.0833333333vw;
}

.p-top4 {
  width: 100%;
  padding-top: 5.2083333333vw;
  padding-bottom: 6.1111111111vw;
  display: flex;
  justify-content: space-around;
  background: url("/assets/img/top/img-top4-bg.webp") no-repeat;
  background-size: cover;
  color: #fff;
}
.p-top4__contact h2 {
  font-size: 0.8571428571vw;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.p-top4__contact h2 .underLine {
  display: block;
  margin-top: 0.6944444444vw;
  width: 0.6944444444vw;
  height: 1px;
  background-color: #fff;
}
.p-top4__contact h2 .BigTxt {
  font-size: 1.7142857143vw;
  font-weight: 700;
  font-family: var(--font-zen);
  letter-spacing: 0.05em;
}
.p-top4__contact p {
  font-weight: 500;
  font-size: 1.1428571429vw;
  line-height: 2;
  letter-spacing: 0.03em;
}
.p-top4__contact p .red {
  color: #DC1414;
}
.p-top4__contact p:nth-of-type(1) {
  margin-top: 4.0277777778vw;
}
.p-top4__form {
  width: 47.2222222222vw;
}
.p-top4__form p {
  margin-top: 2.0833333333vw;
  font-size: 1.1428571429vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-top4__form p:nth-of-type(1) {
  margin-top: 0;
}
.p-top4__form p span {
  color: #DC1414;
}
.p-top4__form input {
  background-color: #fff;
  margin-top: 1.0416666667vw;
  width: 47.2222222222vw;
  height: 3.4722222222vw;
  padding-left: 1.1111111111vw;
  font-size: 1.1428571429vw;
}
.p-top4__form textarea {
  background-color: #fff;
  margin-top: 1.0416666667vw;
  width: 47.2222222222vw;
  height: 9.7222222222vw;
  padding-left: 1.1111111111vw;
  font-size: 1.1428571429vw;
}
.p-top4__form .submit {
  background-color: #262626;
  color: #fff;
  margin-top: 2.7777777778vw;
  font-weight: 700;
  font-size: 1.1428571429vw;
  line-height: 1.5;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}
.p-top4__form .submit:hover {
  opacity: 0.9;
}
@media print, screen and (min-width: 751px){
  .t-hiddenSp {
    display: block;
  }
  .t-hiddenPc {
    display: none;
  }
  .t-taL-pc {
    text-align: left !important;
  }
  .t-taR-pc {
    text-align: right !important;
  }
  .t-taC-pc {
    text-align: center !important;
  }
  .l-header__hamburger {
    display: none;
  }
}
@media print, screen and (min-width: 1221px){
  .m-wrapper {
    max-width: 1280px;
  }
}
@media screen and (max-width: 750px){
  .l-header__row {
    padding: 4vw 0;
  }
  .l-header__rowLogo {
    font-size: 4vw;
  }
  .l-header ul.menu-list li {
    padding: 2.6666666667vw 0;
    font-size: 4vw;
  }
  .l-header ul.menu-list {
    display: block;
    padding-top: 13.3333333333vw;
  }
  .l-header__rowNav {
    position: fixed;
    width: 100vw;
    height: 100svh;
    padding-top: 14.6666666667vw;
    bottom: 0;
    left: 0;
    z-index: 18;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s all;
  }
  .l-footer__logo {
    font-size: 4vw;
    padding-top: 5.3333333333vw;
    padding-left: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .l-footer__content {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
  .l-footer__address {
    font-size: 2vw;
  }
  .l-footer__copyright {
    font-size: 2vw;
  }
  .p-mv img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 85vh;
    height: 85lvh;
    min-height: 566px;
  }
  .p-mv h1 {
    font-size: 8vw;
  }
  .p-mv h1 .pc-none {
    display: block;
  }
  .p-mv__arrow {
    font-size: 2.6666666667vw;
    bottom: 24vw;
    right: -6.6666666667vw;
  }
  .p-mv__arrow a::after {
    width: 9.3333333333vw;
    height: auto;
    aspect-ratio: 41.5/9;
    bottom: 1.3333333333vw;
    margin-left: 1.6vw;
  }
  .p-top1 {
    background: url("/assets/img/top/img-top1-bg-sp.webp") no-repeat;
    width: 89.3333333333vw;
  }
  .p-top1__bgImage1 {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    top: -18.6666666667vw;
    left: -18.6666666667vw;
  }
  .p-top1__Txts {
    padding-top: 9.3333333333vw;
    padding-left: 6.5333333333vw;
    padding-bottom: 13.7333333333vw;
    display: block;
  }
  .p-top1__aboutUs h2 {
    font-size: 4vw;
  }
  .p-top1__aboutUs .underLine {
    width: 2.6666666667vw;
  }
  .p-top1__aboutUs .BigTxt {
    font-size: 6.6666666667vw;
    letter-spacing: 0.7142857143vw;
  }
  .p-top1__MainTxt h3 {
    margin-top: 9.8666666667vw;
    font-size: 6vw;
  }
  .p-top1__MainTxt .pc-none {
    display: block;
  }
  .p-top1__TxtRight {
    width: 100%;
    font-size: 4vw;
    margin-top: 11.2vw;
  }
  .p-top2 {
    margin-top: 194.6666666667vw;
  }
  .p-top2 h2 {
    font-size: 4vw;
    padding-left: 7.7333333333vw;
    padding-top: 15.0666666667vw;
  }
  .p-top2 h2 .underLine {
    width: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-top2 h2 .BigTxt {
    font-size: 6.6666666667vw;
  }
  .p-top2__bgImage1 {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    top: 20vw;
    left: -13.3333333333vw;
  }
  .p-top2__bgImage2 {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    bottom: 240vw;
    left: -13.3333333333vw;
  }
  .p-top2__topTxt {
    display: block;
    padding-left: 7.7333333333vw;
    margin-top: 13.4666666667vw;
  }
  .p-top2__topTxt .number {
    font-size: 4.6666666667vw;
    margin-right: 1.6vw;
  }
  .p-top2__topTxt h3 {
    font-size: 6vw;
  }
  .p-top2__topTxt h3 span {
    display: block;
  }
  .p-top2__topTxt .blueLine {
    display: none;
  }
  .p-top2__topTxt .txt {
    font-size: 4.2666666667vw;
    padding-left: 8vw;
    margin-top: 2.9333333333vw;
  }
  .p-top2__topTxt .txt span {
    display: block;
  }
  .p-top2__content {
    display: block;
    font-size: 4vw;
    padding-left: 7.7333333333vw;
    margin-top: 12.2666666667vw;
  }
  .p-top2__content .rightTxt {
    width: 76vw;
  }
  .p-top2__content .leftTxt {
    width: 76vw;
    padding-top: 5.0666666667vw;
  }
  .p-top2__keywords {
    display: block;
    padding-left: 7.7333333333vw;
  }
  .p-top2__keywords .topTxt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-top2__keywords .topTxt .keywordsContent {
    width: 76vw;
    font-size: 4vw;
    padding: 2.6666666667vw;
    border: #279B8E 0.4vw solid;
  }
  .p-top2__keywords .topTxt .keywordsContent .contents p::before {
    margin-right: 0.6666666667vw;
    border-top: 0.5333333333vw solid transparent;
    border-bottom: 0.5333333333vw solid transparent;
    border-left: 1.0666666667vw solid #279B8E;
  }
  .p-top2__keywords .imageKeywords {
    width: 84vw;
    margin-top: 10.1333333333vw;
    padding-right: 9.3333333333vw;
  }
  .p-top2__topTxt2 {
    display: block;
    padding-left: 0;
    margin-top: 13.4666666667vw;
  }
  .p-top2__topTxt2 .topTitle {
    padding-left: 7.7333333333vw;
  }
  .p-top2__topTxt2 .number {
    font-size: 4.6666666667vw;
    margin-right: 1.6vw;
  }
  .p-top2__topTxt2 h3 {
    font-size: 5.7333333333vw;
  }
  .p-top2__topTxt2 h3 span {
    display: block;
  }
  .p-top2__topTxt2 .blueLine {
    display: none;
  }
  .p-top2__topTxt2 .txt {
    font-size: 4.5333333333vw;
    padding-left: 15.3333333333vw;
    margin-top: 2.9333333333vw;
  }
  .p-top2__topTxt2 span {
    display: block;
  }
  .p-top2__keywords2 {
    padding-left: 7.7333333333vw;
    padding-bottom: 7.7333333333vw;
  }
  .p-top2__keywords2 .topTxt h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-top2__keywords2 .topTxt .keywordsContent {
    display: block;
    width: 76vw;
    font-size: 4vw;
    padding: 2.6666666667vw;
    border: #27599B 0.4vw solid;
  }
  .p-top2__keywords2 .topTxt .keywordsContent .contents p::before {
    margin-right: 0.6666666667vw;
    border-top: 0.5333333333vw solid transparent;
    border-bottom: 0.5333333333vw solid transparent;
    border-left: 1.0666666667vw solid #27599B;
  }
  .p-top2__keywords2 .topTxt .keywordsContent .contents:nth-of-type(2) {
    padding: 0.8333333333vw 0;
  }
  .p-top3 h2 {
    font-size: 4vw;
  }
  .p-top3 h2 .underLine {
    width: 2.6666666667vw;
  }
  .p-top3 h2 .BigTxt {
    font-size: 6.6666666667vw;
  }
  .p-top3 .Line {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .p-top3 .Line:first-of-type {
    margin-top: 9.3333333333vw;
  }
  .p-top3 .content p {
    font-size: 3.7333333333vw;
  }
  .p-top3 .content p span {
    display: block;
  }
  .p-top3 .content:nth-last-child(2) {
    gap: 10.6666666667vw;
  }
  .p-top3 iframe {
    margin-top: 6.6666666667vw;
  }
  .p-top4 {
    display: block;
  }
  .p-top4__contact {
    margin-left: 7.7333333333vw;
  }
  .p-top4__contact h2 {
    font-size: 4vw;
  }
  .p-top4__contact h2 .underLine {
    width: 2.6666666667vw;
  }
  .p-top4__contact h2 .BigTxt {
    font-size: 6.6666666667vw;
  }
  .p-top4__contact p {
    font-size: 3.7333333333vw;
  }
  .p-top4__contact p .block {
    display: block;
  }
  .p-top4__contact p:nth-of-type(1) {
    margin-top: 7.7333333333vw;
  }
  .p-top4__form {
    margin: auto;
    margin-top: 6.6666666667vw;
    width: 80vw;
  }
  .p-top4__form p {
    font-size: 4vw;
  }
  .p-top4__form input {
    width: 100%;
    height: 6.6666666667vw;
    margin-top: 2vw;
    padding-left: 2.1333333333vw;
    font-size: 4vw;
  }
  .p-top4__form textarea {
    width: 100%;
    height: 18.6666666667vw;
    margin-top: 2vw;
    padding-left: 2.1333333333vw;
    font-size: 4vw;
  }
  .p-top4__form .submit {
    margin-top: 5.3333333333vw;
    font-size: 4vw;
    height: 10.6666666667vw;
  }
}