@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700, black: 900 */
/* regular: 400, medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, em {
  margin: 0;
  font-weight: normal;
  font-style: inherit;
}

p {
  margin: 0;
  padding: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0;
}

dt {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none;
}

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a.notel {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0;
  }
}
/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* レスポンシブ */
@media screen and (max-width: 480px) {
  .view-pc {
    display: none;
  }
}

.view-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .view-tab {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .view-tab {
    display: none;
  }
}

.view-sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .view-sp {
    display: block;
  }
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 4.8vw;
  }
}
body {
  line-height: 1;
}
body.scrollnone {
  overflow: hidden;
}

#wrap {
  overflow: hidden;
  position: relative;
}

body#top #wrap {
  padding-top: 0;
}

* {
  outline: none;
}

img {
  display: block;
}

a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  color: inherit;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
  }
}

a.notel {
  pointer-events: none;
}

a.underline {
  color: #004AAD;
  text-decoration: underline;
}

.wrap {
  /* 1280 */
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .wrap {
    width: 95.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    width: 89.3333333333vw;
  }
}

.wrap-min {
  /* 1080 */
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .wrap-min {
    width: 84.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .wrap-min {
    width: 89.3333333333vw;
  }
}

.wrap-minest {
  /* 980 */
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .wrap-minest {
    width: 76.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .wrap-minest {
    width: 89.3333333333vw;
  }
}

/* 文字揃え */
.al-center {
  text-align: center !important;
}
.al-left {
  text-align: left !important;
}
.al-right {
  text-align: right !important;
}
@media screen and (max-width: 480px) {
  .al-sp-center {
    text-align: center !important;
  }
}

/* scroll_fadein
---------------------------------------------------------------------------*/
.scroll_fadein {
  opacity: 0;
  visibility: hidden;
}

body.scroll .scroll_fadein {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadein 0.5s ease;
          animation: fadein 0.5s ease;
}

/* ========================================================================
 * parts
=========================================================================== */
/* btn
---------------------------------------------------------------------------*/
.btn-bdr {
  color: #004AAD;
}
.btn-bdr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #004AAD;
  font-weight: 700;
}

.btn-grad {
  color: #ffffff;
}
.btn-grad a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#38B6FF), to(#004AAD));
  background: linear-gradient(90deg, #38B6FF 0%, #004AAD 100%);
  font-weight: 700;
}

.btn-def {
  color: #ffffff;
}
.btn-def a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background: #004AAD;
  font-weight: 700;
}

.btn-grad.eye-mail a span,
.btn-def.eye-mail a span {
  position: relative;
}
.btn-grad.eye-mail a span::before,
.btn-def.eye-mail a span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/cmn/eye-mail.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1300px) {
  .btn-grad.eye-mail a span::before,
  .btn-def.eye-mail a span::before {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    left: -4.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .btn-grad.eye-mail a span::before,
  .btn-def.eye-mail a span::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    left: -13.3333333333vw;
  }
}
.btn-grad.icon-arw a,
.btn-def.icon-arw a {
  position: relative;
}
.btn-grad.icon-arw a::after,
.btn-def.icon-arw a::after {
  position: absolute;
  content: "";
  background-image: url(../img/cmn/icon-arw.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 5.06348px 5.06348px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5.06348px 5.06348px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1300px) {
  .btn-grad.icon-arw a::after,
  .btn-def.icon-arw a::after {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
    right: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .btn-grad.icon-arw a::after,
  .btn-def.icon-arw a::after {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    right: 7.2vw;
  }
}
.btn-grad.with-shadow a,
.btn-def.with-shadow a {
  -webkit-box-shadow: 2px 5px 0 #073977;
          box-shadow: 2px 5px 0 #073977;
}

.btn-def.icon-arw a::after {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1300px) {
  .btn-def.icon-arw a::after {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
  }
}
@media screen and (max-width: 480px) {
  .btn-def.icon-arw a::after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.btn-def.icon-arw a span {
  padding-right: 1em;
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 132px;
  height: 50px;
  border-top-left-radius: 17px;
  background-color: #004AAD;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .more {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .more {
    font-size: 4.2666666667vw;
  }
}
.more {
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .more {
    width: 10.1538461538vw;
    height: 3.8461538462vw;
    border-top-left-radius: 1.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .more {
    font-size: 2.6666666667vw;
    width: 20.2666666667vw;
    height: 7.4666666667vw;
  }
}

/* text
---------------------------------------------------------------------------*/
.hdl-en {
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .hdl-en {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .hdl-en {
    font-size: 5.3333333333vw;
  }
}
.hdl-en {
  font-weight: 700;
  color: #004AAD;
}
@media screen and (max-width: 480px) {
  .hdl-en {
    font-size: 4.2666666667vw;
  }
}
.hdl-en + .hdl-ja {
  margin-top: 0.2em;
}

.hdl-ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 1300px) {
  .hdl-ja {
    font-size: 3.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .hdl-ja {
    font-size: 10.6666666667vw;
  }
}
.hdl-ja {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .hdl-ja {
    font-size: 7vw;
  }
}
.hdl-ja + .catch {
  margin-top: 1.8em;
}
.hdl-ja + .desc {
  margin-top: 1.8em;
}

.catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
}
@media screen and (max-width: 1300px) {
  .catch {
    font-size: 2.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .catch {
    font-size: 8vw;
  }
}
.catch {
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .catch {
    font-size: 6.4vw;
  }
}
.catch + .desc {
  margin-top: 1.8em;
}

.desc {
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .desc {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .desc {
    font-size: 4.2666666667vw;
  }
}
.desc {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .desc {
    font-size: 3.7333333333vw;
  }
}
.desc + .desc {
  margin-top: 1.8em;
}
.desc strong.grad {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #DECDFF));
  background: linear-gradient(transparent 70%, #DECDFF 70%);
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* ========================================================================
 * / parts
=========================================================================== */
/* header
---------------------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
}
@media screen and (max-width: 480px) {
  .header {
    display: none;
  }
}
.header-logo {
  width: 303px;
}
@media screen and (max-width: 1300px) {
  .header-logo {
    width: 23.3076923077vw;
  }
}
.header-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  margin-top: 14px;
  margin-right: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  top: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
}
@media screen and (max-width: 1300px) {
  .header-nav {
    width: 65.3846153846vw;
    margin-top: 1.0769230769vw;
    margin-right: 2.3076923077vw;
    height: 5.3846153846vw;
    line-height: 5.3846153846vw;
    border-radius: 2.6923076923vw;
  }
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 40px;
  margin-right: 20px;
  gap: 34px;
}
@media screen and (max-width: 1300px) {
  .header-nav ul {
    margin-left: 3.0769230769vw;
    margin-right: 1.5384615385vw;
    gap: 2.6153846154vw;
  }
}
.header-nav ul li {
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .header-nav ul li {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .header-nav ul li {
    font-size: 4.2666666667vw;
  }
}
.header-nav ul li {
  font-weight: 700;
}
.header-nav .btn-bdr {
  width: 118px;
}
@media screen and (max-width: 1300px) {
  .header-nav .btn-bdr {
    width: 9.0769230769vw;
  }
}
.header-nav .btn-bdr a {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .header-nav .btn-bdr a {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .header-nav .btn-bdr a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1300px) {
  .header-nav .btn-bdr a {
    height: 3.8461538462vw;
    line-height: 3.8461538462vw;
    border-radius: 1.9230769231vw;
  }
}
.header-nav .btn-grad {
  width: 165px;
  margin-right: 17px;
}
@media screen and (max-width: 1300px) {
  .header-nav .btn-grad {
    width: 12.6923076923vw;
    margin-right: 1.3076923077vw;
  }
}
.header-nav .btn-grad a {
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .header-nav .btn-grad a {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .header-nav .btn-grad a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1300px) {
  .header-nav .btn-grad a {
    height: 3.8461538462vw;
    line-height: 3.8461538462vw;
    border-radius: 1.9230769231vw;
  }
}

/* spheader
---------------------------------------------------------------------------*/
.spheader {
  display: none;
}
@media screen and (max-width: 480px) {
  .spheader {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .spheader-menu {
    position: fixed;
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    top: 2.1333333333vw;
    right: 2.4vw;
    border-radius: 7.7333333333vw;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
  .spheader-menu img {
    width: 100%;
  }
}

/* contact
---------------------------------------------------------------------------*/
.contact {
  position: relative;
  background-image: url(../img/top/contact-bg.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 250px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .contact {
    padding: 6.1538461538vw 0 19.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .contact {
    padding: 16vw 0 45.3333333333vw;
  }
}
.contact-catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .contact-catch {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .contact-catch {
    font-size: 5.3333333333vw;
  }
}
.contact-catch {
  margin-top: 30px;
}
@media screen and (max-width: 1300px) {
  .contact-catch {
    margin-top: 2.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .contact-catch {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.contact-catch span {
  border-bottom: 1px dotted #1B1B1B;
}
.contact-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 1300px) {
  .contact-name {
    font-size: 2.7692307692vw;
  }
}
@media screen and (max-width: 480px) {
  .contact-name {
    font-size: 9.6vw;
  }
}
.contact-name {
  margin-top: 24px;
}
@media screen and (max-width: 1300px) {
  .contact-name {
    margin-top: 1.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .contact-name {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}
.contact-desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
}
@media screen and (max-width: 1300px) {
  .contact-desc {
    font-size: 1.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .contact-desc {
    font-size: 6.4vw;
  }
}
.contact-desc {
  font-weight: 700;
  margin: 25px 0;
}
@media screen and (max-width: 1300px) {
  .contact-desc {
    margin: 1.9230769231vw 0;
  }
}
@media screen and (max-width: 480px) {
  .contact-desc {
    font-size: 4vw;
    margin: 5.3333333333vw 0;
  }
}
.contact-desc span {
  color: #004AAD;
}
.contact .btn-grad {
  position: relative;
  width: 382px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .contact .btn-grad {
    width: 29.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .contact .btn-grad {
    width: 89.3333333333vw;
  }
}
.contact .btn-grad a {
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  font-size: 20px;
}
@media screen and (max-width: 1300px) {
  .contact .btn-grad a {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .contact .btn-grad a {
    font-size: 5.3333333333vw;
  }
}
@media screen and (max-width: 1300px) {
  .contact .btn-grad a {
    height: 6.1538461538vw;
    line-height: 6.1538461538vw;
    border-radius: 3.0769230769vw;
  }
}
@media screen and (max-width: 480px) {
  .contact .btn-grad a {
    font-size: 4.2666666667vw;
    height: 17.8666666667vw;
    line-height: 17.8666666667vw;
    border-radius: 8.9333333333vw;
  }
}
.contact-ill {
  position: absolute;
  width: 514px;
  height: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  .contact-ill {
    width: 39.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .contact-ill {
    width: 79.2vw;
  }
}

/* mega
---------------------------------------------------------------------------*/
.mega {
  display: none;
}
@media screen and (max-width: 480px) {
  .mega {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    z-index: 5000;
    background-color: #ffffff;
  }
  .mega-logo {
    width: 30.9333333333vw;
    margin: 4.8vw 0 0 2.4vw;
  }
  .mega-close {
    position: absolute;
    width: 15.4666666667vw;
    height: 15.4666666667vw;
    top: 2.1333333333vw;
    right: 2.4vw;
    border-radius: 7.7333333333vw;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }
  .mega-close img {
    width: 100%;
  }
  .mega-list {
    margin: 17.3333333333vw 0 10.6666666667vw;
    padding: 0 6.4vw;
  }
  .mega-list li {
    font-size: 4vw;
    font-weight: 700;
    border-bottom: 1px dotted #A2A2A2;
  }
  .mega-list li a {
    display: block;
    padding: 6.6666666667vw 0;
  }
  .mega-btn {
    padding: 0 4.8vw;
  }
  .mega-btn li {
    margin-bottom: 4.8vw;
  }
  .mega-btn li a {
    height: 17.8666666667vw;
    line-height: 17.8666666667vw;
    border-radius: 8.9333333333vw;
    font-size: 4.8vw;
  }
}

/* footer
---------------------------------------------------------------------------*/
.footer {
  /* 1080 */
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .footer {
    width: 84.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    width: 89.3333333333vw;
  }
}
.footer {
  padding: 56px 0 70px;
}
@media screen and (max-width: 1300px) {
  .footer {
    padding: 4.3076923077vw 0 5.3846153846vw;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.footer-bana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 20px auto;
}
@media screen and (max-width: 1300px) {
  .footer-bana {
    margin: 0 0 1.5384615385vw auto;
  }
}
@media screen and (max-width: 480px) {
  .footer-bana {
    margin: 10.6666666667vw auto 0;
  }
}
.footer-bana ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .footer-bana ul {
    gap: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-bana ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.3333333333vw;
  }
  .footer-bana ul li {
    width: 100%;
  }
  .footer-bana ul li img {
    margin: 0 auto;
  }
}
.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer-logo {
  width: 182px;
}
@media screen and (max-width: 1300px) {
  .footer-logo {
    width: 14vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-logo {
    width: 36.8vw;
  }
}
.footer-right {
  position: relative;
  width: 790px;
  padding-top: 34px;
}
@media screen and (max-width: 1300px) {
  .footer-right {
    width: 60.7692307692vw;
    padding-top: 2.6153846154vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-right {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
.footer-right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1300px) {
  .footer-right-bottom {
    gap: 1.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-right-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.4vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-right > .footer-sns {
    display: none;
  }
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1300px) {
  .footer-nav {
    gap: 2.6153846154vw;
    margin-bottom: 2.4615384615vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9.0666666667vw;
    margin-bottom: 16vw;
  }
}
.footer-nav li {
  font-size: 16px;
}
@media screen and (max-width: 1300px) {
  .footer-nav li {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-nav li {
    font-size: 4.2666666667vw;
  }
}
.footer .btn-grad {
  position: relative;
  width: 310px;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .footer .btn-grad {
    width: 23.8461538462vw;
  }
}
@media screen and (max-width: 480px) {
  .footer .btn-grad {
    width: 100%;
  }
}
.footer .btn-grad a {
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 15px;
}
@media screen and (max-width: 1300px) {
  .footer .btn-grad a {
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 480px) {
  .footer .btn-grad a {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1300px) {
  .footer .btn-grad a {
    height: 4.6153846154vw;
    line-height: 4.6153846154vw;
    border-radius: 2.3076923077vw;
  }
}
@media screen and (max-width: 480px) {
  .footer .btn-grad a {
    font-size: 4.2666666667vw;
    height: 17.8666666667vw;
    line-height: 17.8666666667vw;
    border-radius: 8.9333333333vw;
  }
}
.footer-sns {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .footer-sns {
    gap: 1.5384615385vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-sns {
    position: relative;
    bottom: auto;
    right: auto;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.footer-sns li {
  width: 36px;
}
@media screen and (max-width: 1300px) {
  .footer-sns li {
    width: 2.7692307692vw;
  }
}
@media screen and (max-width: 480px) {
  .footer-sns li {
    width: 9.6vw;
  }
}

/* copy
---------------------------------------------------------------------------*/
.copy {
  padding: 40px 0;
  border-top: 1px solid #D9D7D7;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .copy {
    padding: 3.0769230769vw 0;
  }
}
@media screen and (max-width: 480px) {
  .copy {
    padding: 10.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}