@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}
html.act {
  /* position: fixed; */
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
  color: #292929;
  font-weight: 400;
  letter-spacing: 0;
}

a {
  color: #292929;
  text-decoration: none;
  transition: all 0.3s;
}

ul,
h1,
h2,
h3 {
  margin: 0;
  font-weight: inherit;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* *:focus {outline:none;} */

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa {
  transition: opacity 0.3s;
}
.hvropa:hover {
  opacity: 0.7;
}

.inview {
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.1s;
}
.inview.is-show {
  opacity: 1;
}

/* フェードイン */
.fadeIn00no {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn00no.is-show {
  opacity: 1;
}

.fadeIn00 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: 1s;
  /* @include mq(max-tb) {
    .fadeIn00 {
      transition: 1.2s;
    }
  } */
}
.fadeIn00.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.fadeIn01 {
  transform: translate3d(0, 10%, 0);
  opacity: 0;
  transition: 1s;
  /* @include mq(max-tb) {
    transition: 1.2s;
  } */
}
.fadeIn01.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(3) {
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(4) {
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(5) {
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(6) {
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(7) {
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(8) {
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(9) {
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(10) {
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(11) {
  transition-delay: 2s;
}
.fadeIn01.is-show:nth-child(12) {
  transition-delay: 2.2s;
}
.fadeIn01.is-show:nth-child(13) {
  transition-delay: 2.4s;
}
.fadeIn01.is-show:nth-child(14) {
  transition-delay: 2.6s;
}
.fadeIn01.is-show:nth-child(15) {
  transition-delay: 2.8s;
}
.fadeIn01.is-show:nth-child(16) {
  transition-delay: 3s;
}
.fadeIn01.is-show:nth-child(17) {
  transition-delay: 3.2s;
}
.fadeIn01.is-show:nth-child(18) {
  transition-delay: 3.4s;
}
.fadeIn01.is-show:nth-child(19) {
  transition-delay: 3.6s;
}
.fadeIn01.is-show:nth-child(20) {
  transition-delay: 3.8s;
}
.fadeIn01.is-show:nth-child(21) {
  transition-delay: 4s;
}
.fadeIn01.is-show:nth-child(22) {
  transition-delay: 4.2s;
}
.fadeIn01.is-show:nth-child(23) {
  transition-delay: 4.4s;
}
.fadeIn01.is-show:nth-child(24) {
  transition-delay: 4.6s;
}
.fadeIn01.is-show:nth-child(25) {
  transition-delay: 4.8s;
}
.fadeIn01.is-show:nth-child(26) {
  transition-delay: 5s;
}
.fadeIn01.is-show:nth-child(27) {
  transition-delay: 5.2s;
}
.fadeIn01.is-show:nth-child(28) {
  transition-delay: 5.4s;
}
.fadeIn01.is-show:nth-child(29) {
  transition-delay: 5.6s;
}
.fadeIn01.is-show:nth-child(30) {
  transition-delay: 5.8s;
}
.fadeIn01.is-show:nth-child(31) {
  transition-delay: 6s;
}
.fadeIn01.is-show:nth-child(32) {
  transition-delay: 6.2s;
}
.fadeIn01.is-show:nth-child(33) {
  transition-delay: 6.4s;
}
.fadeIn01.is-show:nth-child(34) {
  transition-delay: 6.6s;
}
.fadeIn01.is-show:nth-child(35) {
  transition-delay: 6.8s;
}
.fadeIn01.is-show:nth-child(36) {
  transition-delay: 7s;
}
.fadeIn01.is-show:nth-child(37) {
  transition-delay: 7.2s;
}
.fadeIn01.is-show:nth-child(38) {
  transition-delay: 7.4s;
}
.fadeIn01.is-show:nth-child(39) {
  transition-delay: 7.6s;
}
.fadeIn01.is-show:nth-child(40) {
  transition-delay: 7.8s;
}
.fadeIn01.is-show:nth-child(41) {
  transition-delay: 8s;
}
.fadeIn01.is-show:nth-child(42) {
  transition-delay: 8.2s;
}
.fadeIn01.is-show:nth-child(43) {
  transition-delay: 8.4s;
}
.fadeIn01.is-show:nth-child(44) {
  transition-delay: 8.6s;
}
.fadeIn01.is-show:nth-child(45) {
  transition-delay: 8.8s;
}
.fadeIn01.is-show:nth-child(46) {
  transition-delay: 9s;
}
.fadeIn01.is-show:nth-child(47) {
  transition-delay: 9.2s;
}
.fadeIn01.is-show:nth-child(48) {
  transition-delay: 9.4s;
}
.fadeIn01.is-show:nth-child(49) {
  transition-delay: 9.6s;
}
.fadeIn01.is-show:nth-child(50) {
  transition-delay: 9.8s;
}
.fadeIn01.is-show:nth-child(51) {
  transition-delay: 10s;
}
.fadeIn01.is-show:nth-child(52) {
  transition-delay: 10.2s;
}
.fadeIn01.is-show:nth-child(53) {
  transition-delay: 10.4s;
}
.fadeIn01.is-show:nth-child(54) {
  transition-delay: 10.6s;
}
.fadeIn01.is-show:nth-child(55) {
  transition-delay: 10.8s;
}
.fadeIn01.is-show:nth-child(56) {
  transition-delay: 11s;
}
.fadeIn01.is-show:nth-child(57) {
  transition-delay: 11.2s;
}
.fadeIn01.is-show:nth-child(58) {
  transition-delay: 11.4s;
}
.fadeIn01.is-show:nth-child(59) {
  transition-delay: 11.6s;
}
.fadeIn01.is-show:nth-child(60) {
  transition-delay: 11.8s;
}
.fadeIn01.is-show:nth-child(61) {
  transition-delay: 12s;
}
.fadeIn01.is-show:nth-child(62) {
  transition-delay: 12.2s;
}
.fadeIn01.is-show:nth-child(63) {
  transition-delay: 12.4s;
}
.fadeIn01.is-show:nth-child(64) {
  transition-delay: 12.6s;
}
.fadeIn01.is-show:nth-child(65) {
  transition-delay: 12.8s;
}
.fadeIn01.is-show:nth-child(66) {
  transition-delay: 13s;
}
.fadeIn01.is-show:nth-child(67) {
  transition-delay: 13.2s;
}
.fadeIn01.is-show:nth-child(68) {
  transition-delay: 13.4s;
}
.fadeIn01.is-show:nth-child(69) {
  transition-delay: 13.6s;
}
.fadeIn01.is-show:nth-child(70) {
  transition-delay: 13.8s;
}
.fadeIn01.is-show:nth-child(71) {
  transition-delay: 14s;
}
.fadeIn01.is-show:nth-child(72) {
  transition-delay: 14.2s;
}
.fadeIn01.is-show:nth-child(73) {
  transition-delay: 14.4s;
}
.fadeIn01.is-show:nth-child(74) {
  transition-delay: 14.6s;
}
.fadeIn01.is-show:nth-child(75) {
  transition-delay: 14.8s;
}
.fadeIn01.is-show:nth-child(76) {
  transition-delay: 15s;
}
.fadeIn01.is-show:nth-child(77) {
  transition-delay: 15.2s;
}
.fadeIn01.is-show:nth-child(78) {
  transition-delay: 15.4s;
}
.fadeIn01.is-show:nth-child(79) {
  transition-delay: 15.6s;
}
.fadeIn01.is-show:nth-child(80) {
  transition-delay: 15.8s;
}
.fadeIn01.is-show:nth-child(81) {
  transition-delay: 16s;
}
.fadeIn01.is-show:nth-child(82) {
  transition-delay: 16.2s;
}
.fadeIn01.is-show:nth-child(83) {
  transition-delay: 16.4s;
}
.fadeIn01.is-show:nth-child(84) {
  transition-delay: 16.6s;
}
.fadeIn01.is-show:nth-child(85) {
  transition-delay: 16.8s;
}
.fadeIn01.is-show:nth-child(86) {
  transition-delay: 17s;
}
.fadeIn01.is-show:nth-child(87) {
  transition-delay: 17.2s;
}
.fadeIn01.is-show:nth-child(88) {
  transition-delay: 17.4s;
}
.fadeIn01.is-show:nth-child(89) {
  transition-delay: 17.6s;
}
.fadeIn01.is-show:nth-child(90) {
  transition-delay: 17.8s;
}
.fadeIn01.is-show:nth-child(91) {
  transition-delay: 18s;
}
.fadeIn01.is-show:nth-child(92) {
  transition-delay: 18.2s;
}
.fadeIn01.is-show:nth-child(93) {
  transition-delay: 18.4s;
}
.fadeIn01.is-show:nth-child(94) {
  transition-delay: 18.6s;
}
.fadeIn01.is-show:nth-child(95) {
  transition-delay: 18.8s;
}
.fadeIn01.is-show:nth-child(96) {
  transition-delay: 19s;
}
.fadeIn01.is-show:nth-child(97) {
  transition-delay: 19.2s;
}
.fadeIn01.is-show:nth-child(98) {
  transition-delay: 19.4s;
}
.fadeIn01.is-show:nth-child(99) {
  transition-delay: 19.6s;
}
.fadeIn01.is-show:nth-child(100) {
  transition-delay: 19.8s;
}

.fadeIn02 {
  transform: translate3d(-10%, 0, 0);
  opacity: 0;
  transition: 1s;
  /* @include mq(max-tb) {
    .fadeIn00 {
      transition: 1.2s;
    }
  } */
}
.fadeIn02.is-show {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

/* 背景右から徐々に表示 */
.fadeInbg {
  position: relative;
  /* @include mq(max-tb) {
    .fadeInbg {
      transition: opacity 1s;
    }
  } */
}
.fadeInbg:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transform-origin: right top;
  background-color: #fff;
  content: "";
  transition: transform 0.8s;
}
.fadeInbg.is-show:after {
  transform: scale(0, 1);
  transform-origin: left top;
}

/* 背景左から徐々に表示 */
.fadeInbg02 {
  position: relative;
  /* @include mq(max-tb) {
    .fadeInbg {
      transition: opacity 1s;
    }
  } */
}
.fadeInbg02:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transform-origin: left top;
  background-color: #fff;
  content: "";
  transition: transform 0.8s;
}
.fadeInbg02.is-show:after {
  transform: scale(0, 1);
  transform-origin: right top;
}
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
}

/* フォント */
.jp {
  font-family: "Noto Sans JP", sans-serif;
}

.en {
  font-style: italic;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.relative {
  z-index: 1;
  position: relative;
}

.kasou #contents {
  padding: 10.94vw 0 5.73vw;
}

.colorRed {
  color: #FF103E;
}

/* foundation */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/


ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

footer,
header,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

code {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* Address styling not present in IE 8/9 */

/* https://gist.github.com/unruthless/413930 */

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}


progress {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */

/* Specify the pointer cursor of trigger elements */

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* layout */
.l-header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: background-color 0.3s;
}
.l-header.scrolled {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.75);
  transition: background-color 0.3s;
}
.l-header .hed_bg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 4.17vw;
  padding: 0 1.56vw;
  /* メニューボタン */
  /* スマホメニュー */
}
.l-header .hed_bg .logo img {
  width: 8.28vw;
}
.l-header .hed_bg .hed_form {
  margin-right: 9.33vw;
}
.l-header .hed_bg .spNavWp {
  z-index: 200;
  position: fixed;
  top: 4vw;
  right: 3.73vw;
}
.l-header .hed_bg .spNavWp .spNav {
  display: flex !important;
  z-index: 200;
  position: relative;
  align-items: center;
  width: 8vw;
  height: 5.33vw;
  margin: auto;
}
.l-header .hed_bg .spNavWp .spNav span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  background: #292929;
  transition: all 0.4s;
}
.l-header .hed_bg .spNavWp .spNav span:nth-of-type(1) {
  top: 0%;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.l-header .hed_bg .spNavWp .spNav span:nth-of-type(2) {
  top: 50%;
  width: 80%;
  opacity: 1;
}
.l-header .hed_bg .spNavWp .spNav span:nth-of-type(3) {
  top: 100%;
  width: 60%;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.l-header .hed_bg .spNavWp .spNav.act span:nth-of-type(1) {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.2s, transform 0.2s 0.2s;
}
.l-header .hed_bg .spNavWp .spNav.act span:nth-of-type(2) {
  opacity: 0;
}
.l-header .hed_bg .spNavWp .spNav.act span:nth-of-type(3) {
  top: 50%;
  width: 100%;
  transform: rotate(45deg);
  transition: top 0.2s, transform 0.2s 0.2s;
}
.l-header .hed_bg .navsp .navmenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.l-header .hed_bg .navsp .navmenu .menu01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 3.13vw;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.l-header .hed_bg .navsp .navmenu .menu01 .hvrtxt span:after {
  height: 2px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgb(7, 220, 212) 0%, rgb(7, 162, 219) 42.36%, rgb(0, 37, 195) 100%);
}
.l-header .hed_bg .navsp .navmenu .menu01 .hvrtxt:hover a {
  color: #064EBF;
}
.l-header .hed_bg .navsp .navmenu .menu01 a {
  padding: 0.5em 0;
  color: #292929;
}
.l-header .hed_bg .navsp .navmenu .cntct {
  width: 280px;
  height: 2.92vw;
  margin: 0 0 0 3.13vw;
}
.l-header .hed_bg .navsp .navmenu .cntct span {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.08vw;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.l-header .hed_bg .navsp .navmenu .cntct span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.46vw;
  height: 1.2vw;
  margin: auto;
  background: url(../img/common/icoForm.svg) no-repeat center center/100%;
  content: "";
}
.l-header .hed_bg .navsp .navmenu .hedfot {
  width: 100%;
  margin-top: auto;
  padding: 4vw 0;
  background-color: rgba(136, 150, 156, 0.6);
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.l-footer .fotinfo {
  padding: 5.73vw 0;
  background: linear-gradient(135deg, rgb(178, 188, 193) 0%, rgb(110, 127, 134) 100%);
  color: #fff;
}
.l-footer .fotinfo a {
  color: #fff;
}
.l-footer .fotinfo .infowp {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
}
.l-footer .fotinfo .fotlogo {
  margin-bottom: 2.6vw;
}
.l-footer .fotinfo .fotlogo span {
  display: block;
  margin-top: 1.04vw;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
}
.l-footer .fotinfo .fotaddress {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67;
}
.l-footer .fotinfo .fotaddress p:not(:last-child) {
  margin-bottom: 1.56vw;
}
.l-footer .fotinfo .fotaddress img {
  display: inline-block;
  width: 1.15vw;
  margin-left: 1em;
  vertical-align: sub;
}
.l-footer .fotinfo .fotaddress .cau {
  margin-left: 1em;
  text-indent: -1em;
}
.l-footer .fotinfo .fotaddress .cau a {
  text-decoration: underline;
}
.l-footer .fotinfo .fotaddress .cau a:hover {
  text-decoration: none;
}
.l-footer .fotinfo .cntct {
  width: 300px;
  height: 3.65vw;
}
.l-footer .fotinfo .cntct span {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.08vw;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.l-footer .fotinfo .cntct span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.46vw;
  height: 1.2vw;
  margin: auto;
  background: url(../img/common/icoForm.svg) no-repeat center center/100%;
  content: "";
}
.l-footer .fotinfo .fotmenu ul {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.l-footer .fotinfo .fotmenu ul .hvrtxt span:after {
  height: 2px;
  background-color: #fff;
}
.l-footer .fotinfo .fotmenu ul li:not(:last-child) {
  margin-bottom: 1.35vw;
}
.l-footer .fotinfo .info01 {
  width: 50%;
}
.l-footer .fotinfo .info02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: space-around;
  width: 50%;
}
.l-footer .copy {
  padding: 0.68vw 0;
  background-color: #66767D;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

/*component*/
.c-inner01 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}

.c-btn01 {
  z-index: 0;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  background: linear-gradient(90deg, rgb(105, 0, 195) 0%, rgb(173, 22, 160) 50%, rgb(173, 22, 160) 51%, rgb(105, 0, 195) 100%);
  background-position: 99% 50%;
  background-size: 200% auto;
  transition: background-position 0.5s cubic-bezier(0.44, 0.17, 0.37, 0.87);
  /* &:before,&:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  &:before{
    z-index: -1;
    background: $gradient02;
    transition: opacity .3s;
  }
  &:after{
    z-index: -2;
    //background: $gradient02;
    background: $gradient02hover;
  } */
}
.c-btn01:hover {
  background-position: 1% 50%;
  /* &:before{
    opacity: 0;
  } */
}
.c-btn01 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.hvrtxt span {
  position: relative;
}
.hvrtxt span:after {
  position: absolute;
  bottom: -0.3em;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  background-color: #292929;
  content: "";
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.hvrtxt:hover span:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.cmnTtl01 {
  position: relative;
}
.cmnTtl01.left {
  text-align: left;
}
.cmnTtl01:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}
.cmnTtl01 .en {
  display: inline-block;
  color: #064EBF;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
}
.cmnTtl01 .jp {
  display: block;
  position: relative;
  margin-bottom: 0.94vw;
  color: #064EBF;
  font-weight: 900;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.cmnTtl01 .jp:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12.5vw;
  width: 10.42vw;
  height: 0.52vw;
  margin: auto;
  border-radius: 20px;
  background: linear-gradient(90deg, rgb(7, 220, 212) 0%, rgb(7, 162, 219) 42.36%, rgb(0, 37, 195) 100%);
  content: "";
}

.cmnTtl02 {
  position: relative;
  margin-bottom: 4.17vw;
  padding-bottom: 1.04vw;
  color: #fff;
  text-align: center;
}
.cmnTtl02:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10.42vw;
  height: 0.52vw;
  margin: auto;
  border-radius: 20px;
  background: linear-gradient(90deg, rgb(7, 220, 212) 0%, rgb(7, 162, 219) 42.36%, rgb(0, 37, 195) 100%);
  content: "";
}
.cmnTtl02 .jp {
  display: block;
  font-weight: 900;
  font-size: 50px;
  font-size: 5rem;
  text-indent: 0.05em;
}
.cmnTtl02 .en {
  display: block;
  margin-top: 0.52vw;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
}

.cmnTtl03 {
  margin-bottom: 2.6vw;
  color: #fff;
}
.cmnTtl03 .jp {
  display: block;
  font-weight: 900;
  font-size: 56px;
  font-size: 5.6rem;
}
.cmnTtl03 .en {
  display: block;
  position: relative;
  margin-bottom: 0.52vw;
  padding-left: 1.5em;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
.cmnTtl03 .en:before {
  position: absolute;
  bottom: 0.3em;
  left: 0;
  width: 1.35vw;
  height: 1.35vw;
  background: url(../img/top/icoTxt01.svg) no-repeat left center/contain;
  content: "";
}
.cmnTtl03 .en em {
  font-size: 40px;
  font-size: 4rem;
}

.mainTtlareaWp {
  margin-top: 4.69vw;
}

/*project*/
/*utility*/
/* .u-bl-lgpc {
  display: none !important;
  @include mq(max-lgpc) {
    display: block !important;
  }
}
.u-bl-pc {
  display: none !important;
  @include mq(max-pc) {
    display: block !important;
  }
}
.u-bl-tb {
  display: none !important;
  @include mq(max-tb) {
    display: block !important;
  }
}

.u-none-tb {
  @include mq(max-tb) {
    display: none !important;
  }
}
.u-none-pc {
  @include mq(max-pc) {
    display: none !important;
  }
}
.u-none-lgpc {
  @include mq(max-lgpc) {
    display: none !important;
  }
} */
.sp {
  display: none !important;
}
/*page*/
.index .mainwp {
  width: 100%;
  height: 100vh;
  padding-top: 4.17vw;
  overflow: hidden;
}
.index .mainwp .mainVisual {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(../img/top/main_mv01.jpg) no-repeat center center/cover;
}
.index .mainwp .mainVisual .txtBlk {
  width: 100%;
  height: 100%;
  transform: scale(1.01);
}
.index .mainwp .mainVisual .txtBlk img {
  width: 100%;
}
.index .mainwp .mainVisual .txtBlk .op_txt01, .index .mainwp .mainVisual .txtBlk .op_txt02 {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: auto;
  opacity: 0;
}
.index .mainwp .mainVisual .scrolldown {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 12.5vw;
  transform: rotate(90deg);
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  opacity: 0;
  /* &:before{
      @include beaf;
      top: 0;
      bottom: 0;
      left: 5em;
      width: p-vw(170);
      height: 1px;
      margin: auto;
      background: transparent;
      background: #000;
  } */
}
.index .mainwp .mainVisual .scrolldown:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5em;
  width: 1.56vw;
  height: 1.56vw;
  margin: auto;
  background: url(../img/top/icoScroll.svg) no-repeat center center/100%;
  content: "";
  animation: 1.5s small-dot-move infinite running ease-out;
}
.index .mainwp .mainVisual .scrolldown a {
  color: #fff;
}
.index #contents .cmnBlk {
  padding-top: 9.9vw;
  padding-bottom: 8.33vw;
}
.index #contents .cmnBlk .cmnTtl01 {
  margin-bottom: 4.17vw;
}
.index #contents .cntBlk01 .cmnTtl01:before {
  width: 51.56vw;
  height: 8.07vw;
  background: url(../img/top/ttlbg01.svg) no-repeat left top/100%;
}
.index #contents .cntBlk01 .txtBlk {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.18;
}
.index #contents .cntBlk01 .txtBlk p:not(:last-child) {
  margin-bottom: 2.6vw;
}
.index #contents .cntBlk02 {
  padding: 9.79vw 0;
  background: url(../img/top/blkBisBg01.jpg) no-repeat left center/cover;
}
.index #contents .cntBlk02 .listBlk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 2.08vw;
}
.index #contents .cntBlk02 .listBlk li {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  border-radius: 100px;
  background: transparent;
  background: url(../img/top/blkBisline.svg) no-repeat center/100%;
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.39;
  letter-spacing: 0.05em;
  text-align: center;
}
.index #contents .cntBlk02 .listBlk li span {
  display: block;
  margin-bottom: 0.52vw;
  color: #07DCD4;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.index #contents .cntBlk03 .cmnTtl01:before {
  width: 54.27vw;
  height: 8.07vw;
  background: url(../img/top/ttlbg02.svg) no-repeat left top/100%;
}
.index #contents .cntBlk03 .cmnTtl01 em {
  font-size: 80px;
  font-size: 8rem;
  letter-spacing: 0;
}
.index #contents .cntBlk03 .txtBlk {
  width: 78.125%;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
.index #contents .cntBlk03 .pointBlk {
  position: relative;
}
.index #contents .cntBlk03 .pointBlk .pointImg {
  position: absolute;
  transition-delay: 1s;
}
.index #contents .cntBlk03 .pointBlk .pointImg img {
  width: 100%;
}
.index #contents .cntBlk03 .pointBlk .listBlk {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.08vw 1.41vw;
}
.index #contents .cntBlk03 .pointBlk .listBlk li {
  width: 23%;
  color: #fff;
}
.index #contents .cntBlk03 .pointBlk .listBlk li img {
  width: 100%;
  margin-bottom: 0.78vw;
}
.index #contents .cntBlk03 .pointBlk .listBlk li p {
  font-weight: 700;
}
.index #contents .cntBlk03 .pointBlk .listBlk li .txt01 {
  margin-bottom: 0.57vw;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
.index #contents .cntBlk03 .pointBlk .listBlk li .txt02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.88;
}
.index #contents .cntBlk03 .pointBlk .seidoBlk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: stretch;
  justify-content: space-between;
  color: #fff;
}
.index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: 49%;
  margin-bottom: 1.3vw;
  padding: 1.56vw 0;
  border: 3px solid rgba(255, 255, 255, 0.8);
}
.index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem .ttl {
  margin-bottom: 0.73vw;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem .ttl.pat2 {
  margin-bottom: 1.98vw;
}
.index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem img {
  width: 8.85vw;
  height: 12.5vw;
}
.index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem ._in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
  gap: 0 2.08vw;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
.index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem ._in li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.6;
}
.index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem ._in li:before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1.04vw;
  height: 1.04vw;
  margin: auto;
  background: url(../img/top/icoTxt01.svg) no-repeat left top/contain;
  content: "";
}
.index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem ._in li:not(:last-child) {
  margin-bottom: 0.2em;
}
.index #contents .cntBlk03 .pointBlk .ttlarea {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2.6vw;
  gap: 0 2.08vw;
}
.index #contents .cntBlk03 .pointBlk .ttlarea .cmnTtl03 {
  margin-bottom: 0;
}
.index #contents .cntBlk03 .pointBlk .ttlarea .txt {
  max-width: 55%;
  margin-bottom: 0.52vw;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.index #contents .cntBlk03 .pointBlk .ttlarea .txt .small {
  font-size: 14px;
  font-size: 1.4rem;
}
.index #contents .cntBlk03 .pointBlk.point01 {
  margin-bottom: 13.54vw;
  padding: 17.19vw 0 10.94vw;
  background: url(../img/top/pointBg01.jpg) no-repeat center top/cover;
}
.index #contents .cntBlk03 .pointBlk.point01 .pointImg {
  right: -8.33vw;
  bottom: -13.65vw;
  width: 63.23vw;
  height: 44.79vw;
  transition-delay: 1.5s;
}
.index #contents .cntBlk03 .pointBlk.point02 {
  margin-bottom: 15.1vw;
  padding: 17.19vw 0 17.19vw;
  background: url(../img/top/pointBg02.jpg) no-repeat center top/cover;
}
.index #contents .cntBlk03 .pointBlk.point02 .pointImg {
  bottom: -15.63vw;
  left: 7.29vw;
  width: 53.54vw;
  height: 33.85vw;
}
.index #contents .cntBlk03 .pointBlk.point02 .listBlk {
  z-index: 1;
  position: relative;
  flex-wrap: nowrap;
}
.index #contents .cntBlk03 .pointBlk.point02 .listBlk li:nth-of-type(2) .txt01 {
  letter-spacing: -0.05em;
}
.index #contents .cntBlk03 .pointBlk.point02 .listBlk a {
  display: inline-block;
  margin-top: 0.78vw;
  padding: 0.4em 0.8em;
  border: 1px solid #fff;
  color: #fff;
}
.index #contents .cntBlk03 .pointBlk.point02 .listBlk a:hover {
  background-color: rgba(255, 255, 255, 0.28);
}
.index #contents .cntBlk03 .pointBlk.point03 {
  padding: 17.19vw 0 34.17vw;
  background: url(../img/top/pointBg03.jpg) no-repeat center top/cover;
}
.index #contents .cntBlk03 .pointBlk.point03 .pointImg {
  right: 5.21vw;
  bottom: -9.38vw;
  width: 46.56vw;
  height: 46.56vw;
}
.index #contents .cntBlk03 .pointBlk.point03 .listBlk {
  flex-wrap: nowrap;
  gap: 2.08vw 1.72vw;
}
.index #contents .cntBlk03 .pointBlk.point03 .listBlk li {
  width: 33.3333333333%;
}
.index #contents .blockGallery .box {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.12);
}
.index #contents .blockGallery .box:not(:last-child) {
  margin-bottom: 4.17vw;
}
.index #contents .blockGallery .swiper-wrapper {
  transition-timing-function: linear;
}
.index #contents .blockGallery .swiper-wrapper img {
  width: 100%;
}
.index #contents .cntBlk04 {
  padding: 12.5vw 0;
}
.index #contents .cntBlk04 .cmnTtl01 {
  margin-bottom: 5.21vw;
}
.index #contents .cntBlk04 .cmnTtl01:before {
  width: 53.49vw;
  height: 8.07vw;
  background: url(../img/top/ttlbg03.svg) no-repeat left top/100%;
}
.index #contents .cntBlk04 .blkTable {
  width: 100%;
  width: 80%;
  border-top: 2px solid #BEBEBE;
}
.index #contents .cntBlk04 .blkTable th, .index #contents .cntBlk04 .blkTable td {
  padding: 0.99vw 1.04vw;
  border-bottom: 2px solid #BEBEBE;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.82;
}
.index #contents .cntBlk04 .blkTable th {
  width: 30.8333333333%;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.index #contents .cntBlk04 .blkTable td {
  width: 69.1666666667%;
  font-weight: 500;
}
.index #contents .cntBlk04 .blkTable td ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.index #contents .cntBlk04 .blkBn {
  width: 41.67vw;
  margin: 4.17vw auto 0;
}
.index #contents .cntBlk04 .blkBn img {
  width: 100%;
}
.index #contents .cntBlk05 {
  padding: 6.25vw 0 7.81vw;
  background: #ECEFF0 url(../img/top/RecBg.jpg) no-repeat center top/contain;
}
.index #contents .cntBlk05 .cmnTtl02 {
  margin-bottom: 4.17vw;
}
.index #contents .cntBlk05 .txtBlk {
  margin-bottom: 5.21vw;
  text-align: center;
}
.index #contents .cntBlk05 .txtBlk p {
  color: #fff;
  font-weight: 900;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.index #contents .cntBlk05 .txtBlk p span {
  font-size: 50px;
  font-size: 5rem;
}
.index #contents .cntBlk05 .tablewp {
  padding: 5.21vw;
  background: #fff;
  box-shadow: 30px 30px 40px rgba(0, 0, 0, 0.12);
}
.index #contents .cntBlk05 .blkTable {
  width: 100%;
  border-top: 2px solid #BEBEBE;
}
.index #contents .cntBlk05 .blkTable th, .index #contents .cntBlk05 .blkTable td {
  padding: 0.99vw 1.04vw;
  border-bottom: 2px solid #BEBEBE;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.82;
}
.index #contents .cntBlk05 .blkTable th {
  width: 30.8333333333%;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
.index #contents .cntBlk05 .blkTable td {
  width: 69.1666666667%;
  font-weight: 500;
}
.index #contents .cntBlk05 .blkTable td ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.index #contents .cntBlk06 {
  padding: 6.25vw 0 7.81vw;
  background: linear-gradient(135deg, rgba(7, 220, 212, 0.15) 0%, rgba(7, 162, 219, 0.15) 42.36%, rgba(0, 37, 195, 0.15) 100%);
}
.index #contents .cntBlk06 .c-inner01 {
  padding: 0 5.21vw;
}
.index #contents .cntBlk06 .cmnTtl02 {
  margin-bottom: 3.13vw;
  padding-bottom: 1.56vw;
  color: #064EBF;
}
.index #contents .cntBlk06 .txtBlk {
  margin-bottom: 4.17vw;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.4;
}

@keyframes small-dot-move {
  from {
    left: 5em;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    left: 12em;
    opacity: 0;
  }
}
@keyframes small-dot-move-sp {
  from {
    left: 5em;
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    left: 20em;
    opacity: 0;
  }
}
.contactbox {
  /* チェックボックス */
  /* .lastBlk input[type=checkbox] {
      margin: 0 0.5em 2px 0px;
      padding: 0.5em;
      border: 2px solid #DDDDDD;
      border-radius: 3px;
      background: #fff;
      vertical-align: middle;
      appearance: none;
  } */
  /* .lastBlk {
      input[type=checkbox]:checked + span:before {
          top: 0.5em;
          bottom: auto;
          opacity: 1;
      }
      margin-bottom: p-vw(44);
      @include font(18);
      font-weight: 400;
      text-align: center;
      @include mq(max-tb){
          @include font(16);
          @include lineH(15,20);
          text-align: left;
          margin-bottom: s-vw(37);
          .req{
              display: block;
              margin-left: 2em;
          }
      }
      .wpcf7-list-item{
          margin: 0;
      }
      .cau{
          @include font(14);
          letter-spacing: 0.04em;
          margin-bottom: p-vw(15);
          a{
              text-decoration: underline;
              &:hover{
                  text-decoration: none;
              }
          }
          @include mq(max-tb){
              @include font(15);
              margin-top: s-vw(13);
              text-align: left;
          }
      }
      .req{
          @include mq(max-tb){
              display: inline-block;
          }
      }
  } */
  /* .input_area td {
      input::-ms-expand, textarea::-ms-expand {
          display: none;
      }

      input::placeholder, 
      textarea::placeholder {
      color: $colorTxt50;
      @include font(16);
      @include mq(max-tb){
          @include font(13);
      }
      }

      .wpcf7-not-valid-tip {
          position: absolute;
          display: block;
          //margin-top: p-vw(10);
          @include font(14);
          color: #E00000;
          @include mq(max-tb){
              @include font(12);
              line-height: 1;
              //margin-top: s-vw(10);
          }
      }
  } */
  /* .privacyBox .lastBlk .wpcf7-not-valid-tip {
      display: block;
      margin-top: p-vw(10);
      @include font(15);
      color: #E00000;
  } */
  /* .lastBlk .wpcf7-checkbox label {
      cursor: pointer;
  } */
  /* プライバシーポリシー */
  /* 送信ボタン */
  /* メッセージ */
  /* div.screen-reader-response {
      display: none;
  }

  .subscribeBtn .wpcf7-spinner {
      //display: none;
      pointer-events: none;
      cursor: none;
      margin: auto;
  }

  .wpcf7 form {
      .wpcf7-response-output {
          width: 100%;
          margin-bottom: p-vw(40);
          @include font(16);
          text-align: center;
          @include mq(max-tb){
              @include font(15);
              margin-bottom: s-vw(30);
          }
      }

      &.invalid .wpcf7-response-output {
          padding: 1%;
          border: none;
          background: #dc3232;
          color: #fff;
          @include mq(max-tb){
              padding: 2%;
          }
      }

      &.sent .wpcf7-response-output {
          padding: 1%;
          border: none;
          background: #46b450;
          color: #fff;
          @include mq(max-tb){
              padding: 2%;
          }
      }

  } */
}
.contactbox .input_area {
  width: 100%;
  margin-bottom: 5.21vw;
  font-size: 18px;
  font-size: 1.8rem;
}
.contactbox .input_area th {
  display: block;
  padding-bottom: 0.78vw;
  font-weight: 700;
  text-align: left;
  /* p{
      @include flex;
      @include mq(max-tb){
          justify-content: flex-start;
      }
  } */
}
.contactbox .input_area td {
  display: block;
  padding-bottom: 2.08vw;
  font-weight: 500;
}
.contactbox .input_area td.lasttd {
  padding-bottom: 0;
}
.contactbox .input_area td input, .contactbox .input_area td select, .contactbox .input_area td textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border-radius: 0.31vw;
  background: #fff;
}
.contactbox .input_area td input[type=radio], .contactbox .input_area td input[type=checkbox] {
  width: auto;
  background: #fff;
}
.contactbox .input_area td textarea {
  height: 15.63vw;
}
.contactbox .input_area td .birthYMD {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0 1em;
}
.contactbox .input_area td .birthYMD__p {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 33%;
  gap: 0 0.5em;
  /* @include mq(max-tb){
      width: 100%;
  } */
}
.contactbox .input_area td .birthYMD__p.select {
  position: relative;
}
.contactbox .input_area td .birthYMD__p.select::before {
  -webkit-mask-image: url(../img/common/icoArw.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  top: 45%;
  right: 2.5em;
  width: 0.8em;
  height: 0.8em;
  transform: rotate(90deg);
  background-color: #292929;
  content: "";
  mask-image: url(../img/common/icoArw.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  pointer-events: none;
}
.contactbox .input_area td input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  margin: 0 10px 0 0;
  padding: 0.6em;
  border-radius: 50px;
  vertical-align: middle;
  opacity: 0;
}
.contactbox .input_area td input[type=radio] + span {
  display: flex;
  align-items: center;
}
.contactbox .input_area td input[type=radio] + span:before {
  display: inline-block;
  position: relative;
  top: 0;
  width: 1.3em;
  height: 1.3em;
  margin-right: 10px;
  border: 2px solid #DDDDDD;
  border-radius: 100%;
  content: "";
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}
.contactbox .input_area td input[type=radio]:checked + span:before {
  background-color: #064EBF;
  box-shadow: inset 0 0 0 0.2em #fff;
}
.contactbox .input_area td .check-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.5em 2em;
}
.contactbox .input_area td input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 0.5em 2px 0px;
  padding: 0.9em;
  border-radius: 0.21vw;
  background: #fff;
  vertical-align: middle;
}
.contactbox .input_area td input[type=checkbox] + span {
  position: relative;
}
.contactbox .input_area td input[type=checkbox] + span:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.9em;
  width: 1em;
  height: 0.5em;
  margin: auto;
  transform: rotate(-45deg);
  border-bottom: 3px solid #064EBF;
  border-left: 3px solid #064EBF;
  content: "";
  opacity: 0;
}
.contactbox .input_area td input[type=checkbox]:checked + span:before {
  opacity: 1;
}
.contactbox .input_area td select, .contactbox .input_area td .check-box label {
  cursor: pointer;
}
.contactbox .privacyBox {
  margin-bottom: 1.98vw;
  padding: 1em 1em 1em 0;
  border-radius: 0.31vw;
  background: #fff;
}
.contactbox .privacyBox .frameBlk {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 15.63vw;
  padding: 1.56vw;
  overflow-y: scroll;
  border-radius: 0.31vw;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.67;
  scroll-behavior: smooth;
  scrollbar-color: #064EBF #E3E3E3;
  scrollbar-width: thin;
}
.contactbox .privacyBox .frameBlk::-webkit-scrollbar {
  width: 0.36vw;
}
.contactbox .privacyBox .frameBlk::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: #E3E3E3;
}
.contactbox .privacyBox .frameBlk::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-image: linear-gradient(180deg, rgb(7, 220, 212) 0%, rgb(7, 162, 219) 42.36%, rgb(0, 37, 195) 100%);
}
.contactbox .privacyBox .frameBlk .first {
  margin-bottom: 1em;
}
.contactbox .privacyBox .frameBlk dl:not(:last-child) {
  margin-bottom: 1em;
}
.contactbox .privacyBox .frameBlk dl dt {
  margin-bottom: 1em;
  font-weight: 700;
}
.contactbox .privacyBox .frameBlk dl dd p:not(:last-child) {
  margin-bottom: 1em;
}
.contactbox .privacyBox .frameBlk dl dd ul {
  margin: 0 0 0 2em;
  list-style: disc;
}
.contactbox .privacyBox .frameBlk dl dd ul li {
  list-style: disc;
}
.contactbox .subscribeBtn {
  display: block;
  width: 25vw;
  height: 6.25vw;
  margin: auto;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
.contactbox .subscribeBtn .tx {
  position: relative;
  width: 100%;
  height: 100%;
}
.contactbox .subscribeBtn input[type=submit] {
  width: 100%;
  height: 100%;
}
.contactbox .req {
  color: #FF103E;
}
.contactbox .txtError {
  display: none;
  position: relative;
  width: 100%;
  margin: 0.5vw 0 0;
  color: #FF103E;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
.contactbox .txtError.act {
  display: block;
}

.thanks #contents .cmnBlk {
  padding-top: 10.94vw;
  padding-bottom: 13.02vw;
}
.thanks #contents .cmnBlk .ttl {
  margin-bottom: 3.13vw;
  color: #064EBF;
  font-weight: 900;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.thanks #contents .cmnBlk .txt {
  margin-bottom: 6.25vw;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.18;
  text-align: center;
}
.thanks #contents .cmnBlk .backtop {
  width: 15.63vw;
  height: 3.65vw;
  margin: 0 auto;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.thanks #contents .cmnBlk .backtop .tx {
  position: relative;
}
.thanks #contents .cmnBlk .backtop .tx:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5em;
  width: 0.6em;
  height: 0.6em;
  margin: auto;
  background: url(../img/common/icoArw02.svg) no-repeat left center/contain;
  content: "";
}
@media screen and (max-width: 1499px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1288px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6666666667vw;
  }
  .l-header .hed_bg .navsp .navmenu .cntct {
    width: 18.23vw;
  }
  .l-footer .fotinfo .cntct {
    width: 18.23vw;
  }
  .c-inner01 {
    width: 90%;
  }
  .index #contents .cntBlk02 .listBlk li {
    width: 20.83vw;
    height: 20.83vw;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  .c-inner01 {
    width: 90%;
  }
}
@media screen and (max-width: 896px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
  .fadeIn00no .fadeIn00no {
    transition: opacity 1s;
  }
  .fadeIn01.is-show:nth-child(1) {
    transition-delay: 0s;
  }
  .fadeIn01.is-show:nth-child(2) {
    transition-delay: 0.1s;
  }
  .fadeIn01.is-show:nth-child(3) {
    transition-delay: 0.2s;
  }
  .fadeIn01.is-show:nth-child(4) {
    transition-delay: 0.3s;
  }
  .fadeIn01.is-show:nth-child(5) {
    transition-delay: 0.4s;
  }
  .fadeIn01.is-show:nth-child(6) {
    transition-delay: 0.5s;
  }
  .fadeIn01.is-show:nth-child(7) {
    transition-delay: 0.6s;
  }
  .fadeIn01.is-show:nth-child(8) {
    transition-delay: 0.7s;
  }
  .fadeIn01.is-show:nth-child(9) {
    transition-delay: 0.8s;
  }
  .fadeIn01.is-show:nth-child(10) {
    transition-delay: 0.9s;
  }
  .fadeIn01.is-show:nth-child(11) {
    transition-delay: 1s;
  }
  .fadeIn01.is-show:nth-child(12) {
    transition-delay: 1.1s;
  }
  .fadeIn01.is-show:nth-child(13) {
    transition-delay: 1.2s;
  }
  .fadeIn01.is-show:nth-child(14) {
    transition-delay: 1.3s;
  }
  .fadeIn01.is-show:nth-child(15) {
    transition-delay: 1.4s;
  }
  .fadeIn01.is-show:nth-child(16) {
    transition-delay: 1.5s;
  }
  .fadeIn01.is-show:nth-child(17) {
    transition-delay: 1.6s;
  }
  .fadeIn01.is-show:nth-child(18) {
    transition-delay: 1.7s;
  }
  .fadeIn01.is-show:nth-child(19) {
    transition-delay: 1.8s;
  }
  .fadeIn01.is-show:nth-child(20) {
    transition-delay: 1.9s;
  }
  .fadeIn01.is-show:nth-child(21) {
    transition-delay: 2s;
  }
  .fadeIn01.is-show:nth-child(22) {
    transition-delay: 2.1s;
  }
  .fadeIn01.is-show:nth-child(23) {
    transition-delay: 2.2s;
  }
  .fadeIn01.is-show:nth-child(24) {
    transition-delay: 2.3s;
  }
  .fadeIn01.is-show:nth-child(25) {
    transition-delay: 2.4s;
  }
  .fadeIn01.is-show:nth-child(26) {
    transition-delay: 2.5s;
  }
  .fadeIn01.is-show:nth-child(27) {
    transition-delay: 2.6s;
  }
  .fadeIn01.is-show:nth-child(28) {
    transition-delay: 2.7s;
  }
  .fadeIn01.is-show:nth-child(29) {
    transition-delay: 2.8s;
  }
  .fadeIn01.is-show:nth-child(30) {
    transition-delay: 2.9s;
  }
  .fadeIn01.is-show:nth-child(31) {
    transition-delay: 3s;
  }
  .fadeIn01.is-show:nth-child(32) {
    transition-delay: 3.1s;
  }
  .fadeIn01.is-show:nth-child(33) {
    transition-delay: 3.2s;
  }
  .fadeIn01.is-show:nth-child(34) {
    transition-delay: 3.3s;
  }
  .fadeIn01.is-show:nth-child(35) {
    transition-delay: 3.4s;
  }
  .fadeIn01.is-show:nth-child(36) {
    transition-delay: 3.5s;
  }
  .fadeIn01.is-show:nth-child(37) {
    transition-delay: 3.6s;
  }
  .fadeIn01.is-show:nth-child(38) {
    transition-delay: 3.7s;
  }
  .fadeIn01.is-show:nth-child(39) {
    transition-delay: 3.8s;
  }
  .fadeIn01.is-show:nth-child(40) {
    transition-delay: 3.9s;
  }
  .fadeIn01.is-show:nth-child(41) {
    transition-delay: 4s;
  }
  .fadeIn01.is-show:nth-child(42) {
    transition-delay: 4.1s;
  }
  .fadeIn01.is-show:nth-child(43) {
    transition-delay: 4.2s;
  }
  .fadeIn01.is-show:nth-child(44) {
    transition-delay: 4.3s;
  }
  .fadeIn01.is-show:nth-child(45) {
    transition-delay: 4.4s;
  }
  .fadeIn01.is-show:nth-child(46) {
    transition-delay: 4.5s;
  }
  .fadeIn01.is-show:nth-child(47) {
    transition-delay: 4.6s;
  }
  .fadeIn01.is-show:nth-child(48) {
    transition-delay: 4.7s;
  }
  .fadeIn01.is-show:nth-child(49) {
    transition-delay: 4.8s;
  }
  .fadeIn01.is-show:nth-child(50) {
    transition-delay: 4.9s;
  }
  .fadeIn01.is-show:nth-child(51) {
    transition-delay: 5s;
  }
  .fadeIn01.is-show:nth-child(52) {
    transition-delay: 5.1s;
  }
  .fadeIn01.is-show:nth-child(53) {
    transition-delay: 5.2s;
  }
  .fadeIn01.is-show:nth-child(54) {
    transition-delay: 5.3s;
  }
  .fadeIn01.is-show:nth-child(55) {
    transition-delay: 5.4s;
  }
  .fadeIn01.is-show:nth-child(56) {
    transition-delay: 5.5s;
  }
  .fadeIn01.is-show:nth-child(57) {
    transition-delay: 5.6s;
  }
  .fadeIn01.is-show:nth-child(58) {
    transition-delay: 5.7s;
  }
  .fadeIn01.is-show:nth-child(59) {
    transition-delay: 5.8s;
  }
  .fadeIn01.is-show:nth-child(60) {
    transition-delay: 5.9s;
  }
  .fadeIn01.is-show:nth-child(61) {
    transition-delay: 6s;
  }
  .fadeIn01.is-show:nth-child(62) {
    transition-delay: 6.1s;
  }
  .fadeIn01.is-show:nth-child(63) {
    transition-delay: 6.2s;
  }
  .fadeIn01.is-show:nth-child(64) {
    transition-delay: 6.3s;
  }
  .fadeIn01.is-show:nth-child(65) {
    transition-delay: 6.4s;
  }
  .fadeIn01.is-show:nth-child(66) {
    transition-delay: 6.5s;
  }
  .fadeIn01.is-show:nth-child(67) {
    transition-delay: 6.6s;
  }
  .fadeIn01.is-show:nth-child(68) {
    transition-delay: 6.7s;
  }
  .fadeIn01.is-show:nth-child(69) {
    transition-delay: 6.8s;
  }
  .fadeIn01.is-show:nth-child(70) {
    transition-delay: 6.9s;
  }
  .fadeIn01.is-show:nth-child(71) {
    transition-delay: 7s;
  }
  .fadeIn01.is-show:nth-child(72) {
    transition-delay: 7.1s;
  }
  .fadeIn01.is-show:nth-child(73) {
    transition-delay: 7.2s;
  }
  .fadeIn01.is-show:nth-child(74) {
    transition-delay: 7.3s;
  }
  .fadeIn01.is-show:nth-child(75) {
    transition-delay: 7.4s;
  }
  .fadeIn01.is-show:nth-child(76) {
    transition-delay: 7.5s;
  }
  .fadeIn01.is-show:nth-child(77) {
    transition-delay: 7.6s;
  }
  .fadeIn01.is-show:nth-child(78) {
    transition-delay: 7.7s;
  }
  .fadeIn01.is-show:nth-child(79) {
    transition-delay: 7.8s;
  }
  .fadeIn01.is-show:nth-child(80) {
    transition-delay: 7.9s;
  }
  .fadeIn01.is-show:nth-child(81) {
    transition-delay: 8s;
  }
  .fadeIn01.is-show:nth-child(82) {
    transition-delay: 8.1s;
  }
  .fadeIn01.is-show:nth-child(83) {
    transition-delay: 8.2s;
  }
  .fadeIn01.is-show:nth-child(84) {
    transition-delay: 8.3s;
  }
  .fadeIn01.is-show:nth-child(85) {
    transition-delay: 8.4s;
  }
  .fadeIn01.is-show:nth-child(86) {
    transition-delay: 8.5s;
  }
  .fadeIn01.is-show:nth-child(87) {
    transition-delay: 8.6s;
  }
  .fadeIn01.is-show:nth-child(88) {
    transition-delay: 8.7s;
  }
  .fadeIn01.is-show:nth-child(89) {
    transition-delay: 8.8s;
  }
  .fadeIn01.is-show:nth-child(90) {
    transition-delay: 8.9s;
  }
  .fadeIn01.is-show:nth-child(91) {
    transition-delay: 9s;
  }
  .fadeIn01.is-show:nth-child(92) {
    transition-delay: 9.1s;
  }
  .fadeIn01.is-show:nth-child(93) {
    transition-delay: 9.2s;
  }
  .fadeIn01.is-show:nth-child(94) {
    transition-delay: 9.3s;
  }
  .fadeIn01.is-show:nth-child(95) {
    transition-delay: 9.4s;
  }
  .fadeIn01.is-show:nth-child(96) {
    transition-delay: 9.5s;
  }
  .fadeIn01.is-show:nth-child(97) {
    transition-delay: 9.6s;
  }
  .fadeIn01.is-show:nth-child(98) {
    transition-delay: 9.7s;
  }
  .fadeIn01.is-show:nth-child(99) {
    transition-delay: 9.8s;
  }
  .fadeIn01.is-show:nth-child(100) {
    transition-delay: 9.9s;
  }
  .kasou #contents {
    padding: 26.67vw 0;
  }
  .l-header.scrolled.act {
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
  .l-header .hed_bg {
    height: 16vw;
    padding: 0 6.93vw 0 5.33vw;
  }
  .l-header .hed_bg .logo {
    z-index: 101;
  }
  .l-header .hed_bg .logo img {
    width: 35.47vw;
  }
  .l-header .hed_bg .navsp {
    z-index: -1;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
  }
  .l-header .hed_bg .navsp .navmenu {
    -webkit-backdrop-filter: blur(30px);
    visibility: hidden;
    z-index: -1;
    position: relative;
    height: 100%;
    padding: 26.67vw 0 0;
    overflow-y: scroll;
    backdrop-filter: blur(30px);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .l-header .hed_bg .navsp .navmenu .menu01 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 12.8vw 10.67vw;
    gap: 0;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .l-header .hed_bg .navsp .navmenu .menu01 li {
    display: block;
    width: 100%;
  }
  .l-header .hed_bg .navsp .navmenu .menu01 li:not(:last-child) {
    margin-bottom: 10.67vw;
  }
  .l-header .hed_bg .navsp .navmenu .menu01 a {
    display: block;
    position: relative;
    padding: 0;
    color: #292929;
  }
  .l-header .hed_bg .navsp .navmenu .menu01 a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1.33vw;
    height: 2.67vw;
    margin: auto;
    background: url(../img/common/icoArw.svg) no-repeat center center/contain;
    content: "";
  }
  .l-header .hed_bg .navsp .navmenu .cntct {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
  }
  .l-header .hed_bg .navsp .navmenu .cntct a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .l-header .hed_bg .navsp .navmenu .cntct span {
    padding-left: 2em;
  }
  .l-header .hed_bg .navsp .navmenu .cntct span::before {
    width: 7.47vw;
    height: 6.13vw;
  }
  .l-header .hed_bg .navsp .navmenu .cntct {
    width: 100%;
    height: 14.93vw;
    margin: 0 12.8vw 13.33vw;
  }
  .l-header .hed_bg .navsp.act {
    z-index: 100;
    height: 100dvh;
    padding: 0 0 0;
    opacity: 1;
  }
  .l-header .hed_bg .navsp.act .navmenu {
    visibility: visible;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .l-footer .fotinfo {
    padding: 20vw 0;
    background: linear-gradient(135deg, rgb(178, 188, 193) 0%, rgb(122, 137, 144) 100%);
  }
  .l-footer .fotinfo .infowp {
    display: block;
  }
  .l-footer .fotinfo .fotlogo {
    margin-bottom: 10.67vw;
  }
  .l-footer .fotinfo .fotlogo img {
    width: 50.67vw;
  }
  .l-footer .fotinfo .fotlogo span {
    margin-top: 2.67vw;
    font-size: 20px;
    font-size: 2rem;
  }
  .l-footer .fotinfo .fotaddress p:not(:last-child) {
    margin-bottom: 5.33vw;
  }
  .l-footer .fotinfo .fotaddress img {
    width: 5.87vw;
    margin-left: 5.33vw;
  }
  .l-footer .fotinfo .fotaddress .cau {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.63;
  }
  .l-footer .fotinfo .cntct {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
  }
  .l-footer .fotinfo .cntct a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .l-footer .fotinfo .cntct span {
    padding-left: 2em;
  }
  .l-footer .fotinfo .cntct span::before {
    width: 7.47vw;
    height: 6.13vw;
  }
  .l-footer .fotinfo .cntct {
    width: 100%;
    height: 18.67vw;
    margin: 16vw auto 0;
  }
  .l-footer .fotinfo .fotmenu ul {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-footer .fotinfo .fotmenu ul li:not(:last-child) {
    margin-bottom: 6.67vw;
  }
  .l-footer .fotinfo .info01 {
    width: 100%;
    margin-bottom: 16vw;
  }
  .l-footer .fotinfo .info02 {
    display: block;
    width: 100%;
  }
  .l-footer .copy {
    padding: 3.47vw 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-inner01 {
    width: 90%;
  }
  .cmnTtl01 {
    padding-bottom: 8vw;
  }
  .cmnTtl01:after {
    position: absolute;
    bottom: 0;
    bottom: 0;
    left: 6.93vw;
    width: 42.67vw;
    height: 2.67vw;
    margin: auto;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(7, 220, 212) 0%, rgb(7, 162, 219) 42.36%, rgb(0, 37, 195) 100%);
    content: "";
  }
  .cmnTtl01 .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cmnTtl01 .jp {
    margin-bottom: 4.27vw;
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0;
  }
  .cmnTtl01 .jp:before {
    display: none;
  }
  .cmnTtl02 {
    margin-bottom: 21.33vw;
    padding-bottom: 5.33vw;
  }
  .cmnTtl02:before {
    width: 42.67vw;
    height: 2.67vw;
  }
  .cmnTtl02 .jp {
    font-size: 40px;
    font-size: 4rem;
  }
  .cmnTtl02 .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .cmnTtl03 {
    margin-bottom: 13.33vw;
  }
  .cmnTtl03 .jp {
    font-size: 40px;
    font-size: 4rem;
  }
  .cmnTtl03 .en {
    display: flex;
    align-items: center;
    padding-left: 1.8em;
    font-size: 20px;
    font-size: 2rem;
  }
  .cmnTtl03 .en:before {
    top: 0;
    bottom: 0;
    width: 6.93vw;
    height: 6.93vw;
    margin: auto;
  }
  .cmnTtl03 .en em {
    margin: 0 0 0.53vw 2.67vw;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .mainTtlareaWp {
    margin-top: 16vw;
  }
  .sp {
    display: block !important;
  }
  .index .mainwp {
    padding-top: 16vw;
  }
  .index .mainwp .mainVisual {
    background: url(../img/top/main_mv01sp.jpg) no-repeat center top/cover;
  }
  .index .mainwp .mainVisual .txtBlk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: space-between;
    transform: scale(1.05);
  }
  .index .mainwp .mainVisual .txtBlk img {
    width: 100vw;
  }
  .index .mainwp .mainVisual .txtBlk .op_txt01, .index .mainwp .mainVisual .txtBlk .op_txt02 {
    width: 100%;
  }
  .index .mainwp .mainVisual .scrolldown {
    bottom: 64vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .index .mainwp .mainVisual .scrolldown:after {
    width: 5.33vw;
    height: 5.33vw;
    animation: 1.5s small-dot-move-sp infinite running ease-out;
  }
  .index #contents .cmnBlk {
    padding-top: 26.67vw;
    padding-bottom: 21.33vw;
  }
  .index #contents .cmnBlk .cmnTtl01 {
    margin-bottom: 16vw;
  }
  .index #contents .cntBlk01 .cmnTtl01:before {
    width: 85.33vw;
    height: 13.33vw;
  }
  .index #contents .cntBlk01 .txtBlk {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
  }
  .index #contents .cntBlk01 .txtBlk p:not(:last-child) {
    margin-bottom: 13.33vw;
  }
  .index #contents .cntBlk02 {
    padding: 21.33vw 0;
    background: url(../img/top/blkBisBg01sp.jpg) no-repeat center center/cover;
  }
  .index #contents .cntBlk02 .listBlk {
    flex-direction: column;
    gap: 10.67vw 0;
  }
  .index #contents .cntBlk02 .listBlk li {
    width: 66.67vw;
    height: 66.67vw;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.33;
  }
  .index #contents .cntBlk02 .listBlk li span {
    margin-bottom: 2.67vw;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .index #contents .cntBlk03 {
    padding-bottom: 40vw;
  }
  .index #contents .cntBlk03 .cmnTtl01:before {
    width: 89.6vw;
    height: 13.33vw;
  }
  .index #contents .cntBlk03 .cmnTtl01 em {
    font-size: 70px;
    font-size: 7rem;
  }
  .index #contents .cntBlk03 .txtBlk {
    width: 100%;
  }
  .index #contents .cntBlk03 .pointBlk .pointImg {
    transition-delay: 0s;
  }
  .index #contents .cntBlk03 .pointBlk .listBlk {
    flex-direction: column;
    gap: 13.33vw 0;
  }
  .index #contents .cntBlk03 .pointBlk .listBlk li {
    width: 100%;
  }
  .index #contents .cntBlk03 .pointBlk .listBlk li img {
    margin-bottom: 4vw;
  }
  .index #contents .cntBlk03 .pointBlk .listBlk li .txt01 {
    margin-bottom: 2.93vw;
  }
  .index #contents .cntBlk03 .pointBlk .seidoBlk {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 16vw;
    gap: 8vw 0;
  }
  .index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem {
    width: 100%;
    margin-bottom: 0;
    padding: 9.33vw 5.33vw;
  }
  .index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem .ttl {
    margin-bottom: 5.33vw;
    font-size: 20px;
    font-size: 2rem;
  }
  .index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem .ttl.pat2 {
    margin-bottom: 5.33vw;
  }
  .index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem img {
    width: 30.13vw;
    height: 42.67vw;
  }
  .index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem ._in {
    flex-wrap: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem ._in li {
    padding-left: 1.3em;
  }
  .index #contents .cntBlk03 .pointBlk .seidoBlk .seidoItem ._in li:before {
    width: 4.27vw;
    height: 4.27vw;
  }
  .index #contents .cntBlk03 .pointBlk .ttlarea {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 13.33vw;
    gap: 5.33vw 0;
  }
  .index #contents .cntBlk03 .pointBlk .ttlarea .cmnTtl03 {
    margin-bottom: 0;
  }
  .index #contents .cntBlk03 .pointBlk .ttlarea .txt {
    max-width: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .index #contents .cntBlk03 .pointBlk.point01 {
    margin-bottom: 40vw;
    padding: 37.33vw 0 66.67vw;
    background: url(../img/top/pointBg01sp.jpg) no-repeat center top/cover;
  }
  .index #contents .cntBlk03 .pointBlk.point01 .pointImg {
    right: -24vw;
    bottom: -22.67vw;
    width: 110.4vw;
    height: 77.33vw;
    transition-delay: 0s;
  }
  .index #contents .cntBlk03 .pointBlk.point02 {
    margin-bottom: 42.67vw;
    padding: 37.33vw 0 29.33vw;
    background: url(../img/top/pointBg02sp.jpg) no-repeat center top/cover;
  }
  .index #contents .cntBlk03 .pointBlk.point02 .pointImg {
    bottom: -30.13vw;
    left: 2.67vw;
    width: 83.73vw;
    height: 53.07vw;
  }
  .index #contents .cntBlk03 .pointBlk.point02 .listBlk {
    flex-direction: column;
    gap: 13.33vw 0;
  }
  .index #contents .cntBlk03 .pointBlk.point02 .listBlk a {
    margin-top: 4vw;
  }
  .index #contents .cntBlk03 .pointBlk.point03 {
    padding: 37.33vw 0 42.67vw;
    background: url(../img/top/pointBg03sp.jpg) no-repeat center top/cover;
  }
  .index #contents .cntBlk03 .pointBlk.point03 .pointImg {
    right: 2.67vw;
    bottom: -24vw;
    width: 69.33vw;
    height: 69.33vw;
  }
  .index #contents .cntBlk03 .pointBlk.point03 .listBlk {
    gap: 13.33vw 0;
  }
  .index #contents .cntBlk03 .pointBlk.point03 .listBlk li {
    width: 100%;
  }
  .index #contents .blockGallery .box:not(:last-child) {
    margin-bottom: 8vw;
  }
  .index #contents .cntBlk04 {
    padding-bottom: 26.67vw;
  }
  .index #contents .cntBlk04 .cmnTtl01:before {
    width: 88vw;
    height: 13.33vw;
  }
  .index #contents .cntBlk04 .blkTable th, .index #contents .cntBlk04 .blkTable td {
    display: block;
    width: 100%;
    padding: 0 3.2vw;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.67;
  }
  .index #contents .cntBlk04 .blkTable th {
    padding-top: 5.33vw;
    padding-bottom: 2.4vw;
    border-bottom: none;
  }
  .index #contents .cntBlk04 .blkTable td {
    padding-bottom: 5.33vw;
  }
  .index #contents .cntBlk04 .blkTable {
    width: 86.4%;
  }
  .index #contents .cntBlk04 .blkBn {
    width: 86.4%;
    margin-top: 10.67vw;
  }
  .index #contents .cntBlk05 {
    padding: 21.33vw 0;
    background: #ECEFF0 url(../img/top/RecBgsp.jpg) no-repeat center top/contain;
  }
  .index #contents .cntBlk05 .cmnTtl02 {
    margin-bottom: 16.8vw;
  }
  .index #contents .cntBlk05 .txtBlk {
    margin-bottom: 16vw;
  }
  .index #contents .cntBlk05 .txtBlk p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.67;
    letter-spacing: -0.08em;
  }
  .index #contents .cntBlk05 .txtBlk p span {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .index #contents .cntBlk05 .tablewp {
    width: 100%;
  }
  .index #contents .cntBlk05 .blkTable th, .index #contents .cntBlk05 .blkTable td {
    display: block;
    width: 100%;
    padding: 0 3.2vw;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.67;
  }
  .index #contents .cntBlk05 .blkTable th {
    padding-top: 5.33vw;
    padding-bottom: 2.4vw;
    border-bottom: none;
  }
  .index #contents .cntBlk05 .blkTable td {
    padding-bottom: 5.33vw;
  }
  .index #contents .cntBlk06 {
    padding: 21.33vw 0;
  }
  .index #contents .cntBlk06 .c-inner01 {
    padding: 0;
  }
  .index #contents .cntBlk06 .cmnTtl02 {
    margin-bottom: 16vw;
    padding-bottom: 8vw;
  }
  .index #contents .cntBlk06 .txtBlk {
    margin-bottom: 16vw;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .contactbox .input_area {
    margin-bottom: 16vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contactbox .input_area th {
    padding-bottom: 2.67vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contactbox .input_area td {
    padding-bottom: 8vw;
  }
  .contactbox .input_area td input, .contactbox .input_area td select, .contactbox .input_area td textarea {
    border-radius: 1.6vw;
  }
  .contactbox .input_area td textarea {
    height: 80vw;
  }
  .contactbox .input_area td .birthYMD {
    gap: 0 0.5em;
  }
  .contactbox .input_area td .birthYMD__p.select::before {
    right: 2em;
    width: 0.6em;
    height: 0.6em;
  }
  .contactbox .input_area td .check-box {
    justify-content: space-between;
    gap: 1.5em 5%;
  }
  .contactbox .input_area td .check-box label {
    width: 35%;
    margin-left: 2.5em;
    text-indent: -2.5em;
  }
  .contactbox .input_area td input[type=checkbox] {
    border-radius: 1.07vw;
  }
  .contactbox .input_area td input[type=checkbox] + span:before {
    top: 0.5em;
    bottom: auto;
  }
  .contactbox .privacyBox {
    margin-bottom: 7.73vw;
    border-radius: 1.07vw;
  }
  .contactbox .privacyBox .frameBlk::-webkit-scrollbar {
    width: 1.87vw;
  }
  .contactbox .privacyBox .frameBlk {
    height: 80vw;
    padding: 0vw 2.67vw;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contactbox .privacyBox .frameBlk .first {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contactbox .privacyBox .frameBlk dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contactbox .privacyBox .frameBlk dl dd {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.63;
  }
  .contactbox .subscribeBtn {
    width: 100%;
    height: 21.33vw;
    font-size: 20px;
    font-size: 2rem;
  }
  .thanks #contents .cmnBlk {
    padding-top: 45.33vw;
    padding-bottom: 48vw;
  }
  .thanks #contents .cmnBlk .ttl {
    margin-bottom: 13.33vw;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .thanks #contents .cmnBlk .txt {
    margin-bottom: 21.33vw;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.88;
  }
  .thanks #contents .cmnBlk .backtop {
    width: 80vw;
    height: 18.67vw;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  .c-inner01 {
    width: 86.4%;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
  .l-header .hed_bg .navsp .navmenu .cntct {
    width: 14.58vw;
  }
  .l-footer .fotinfo .cntct {
    width: 15.63vw;
  }
  .c-inner01 {
    width: 62.5vw !important;
    max-width: none;
  }
  .index #contents .cntBlk02 .listBlk li {
    width: 14.58vw;
    height: 14.58vw;
  }
}
@media screen and (min-width: 1024px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (min-width: 1500px) {
  .c-inner01 {
    width: 1200px;
  }
}