@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Roboto:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@media only screen and (max-width: 767.98px) {
  body {
    min-width: 0;
  }
}
body {
  position: relative;
  z-index: 1;
  line-height: 2;
  letter-spacing: 0em;
  color: #25282B;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: calc(var(--vw) * 16 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  body {
    width: 100%;
    min-width: inherit;
  }
}
body.hidden {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}

a.fade,
div.fade,
input.fade {
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
a.fade:hover,
div.fade:hover,
input.fade:hover {
  opacity: 0.6;
}

#wrapper {
  position: relative;
}

.fadeObj {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(30px);
}
.fadeObj.is-active {
  opacity: 1;
  transition: 0.6s;
  transform: translateY(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: #fff;
  background-color: transparent;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 767.98px) {
  header .logo {
    height: calc(var(--vw) * 64 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  header .logo {
    height: calc(var(--vw) * 28 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  header .logo svg {
    width: calc(var(--vw) * 64 / 375 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  header .logo svg {
    height: calc(var(--vw) * 28 / 375 * 100);
  }
}
header.is-active {
  background-color: rgba(255, 255, 255, 0.9);
}
header.is-active .logo svg {
  fill: #0e2d6a;
}
header.is-active .header_nav .list li a {
  color: #0e2d6a;
}
header.is-active .header_nav .list li:hover a:after {
  background-color: #09204f;
}
@media print, screen and (min-width: 768px) {
  header.is-active .header_nav .list li.sub:hover .sublist a {
    background-color: #09204f;
    color: #fff;
  }
  header.is-active .header_nav .list li.sub:hover .sublist a:hover {
    background-color: #fff;
    color: #09204f;
  }
}
header.is-active .btn_toggle span {
  background: #071E58;
}
header .nav_wrap {
  margin: 0 auto;
  padding: calc(var(--vw) * 20 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 20 / 1380 * 100) calc(var(--vw) * 35 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  header .nav_wrap {
    padding: 20px 0px 20px 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .nav_wrap {
    padding: calc(var(--vw) * 7 / 375 * 100) calc(var(--vw) * 15 / 375 * 100) calc(var(--vw) * 7 / 375 * 100) calc(var(--vw) * 15 / 375 * 100);
  }
}
header .nav_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media only screen and (max-width: 767.98px) {
  header .nav_wrap {
    height: calc(var(--vw) * 38 / 375 * 100);
  }
}
header .logo {
  width: calc(var(--vw) * 198 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  header .logo {
    width: 198px;
  }
}
header .logo {
  max-width: 198px;
}
@media only screen and (max-width: 767.98px) {
  header .logo {
    width: calc(var(--vw) * 217 / 375 * 100);
    max-width: none;
  }
}
header .logo {
  line-height: 1;
  position: relative;
  z-index: 1100;
}
header .logo svg {
  fill: #fff;
  　transition: all 0.5s ease-out;
}
header .header_nav {
  pointer-events: auto;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767.98px) {
  header .header_nav {
    padding: calc(var(--vw) * 100 / 375 * 100) calc(var(--vw) * 50 / 375 * 100) calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 50 / 375 * 100);
  }
}
header .header_nav {
  gap: calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  header .header_nav {
    gap: 0px 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header_nav {
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-out;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #071E58;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100vw;
    height: 100vh;
  }
  header .header_nav.is-active {
    opacity: 1;
    pointer-events: all;
  }
  header .header_nav.is-active .list li a {
    color: #fff;
  }
}
header .header_nav .list {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
header .header_nav .list {
  gap: calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  header .header_nav .list {
    gap: 0px 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list {
    gap: calc(var(--vw) * 18 / 375 * 100) calc(var(--vw) * 0 / 375 * 100);
  }
}
header .header_nav .list li {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  header .header_nav .list li {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list li {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list li {
    font-weight: 400;
    text-align: center;
  }
}
header .header_nav .list li a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-out;
  height: 100px;
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  header .header_nav .list li a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list li a {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
header .header_nav .list li a {
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
header .header_nav .list li a:hover {
  transition: opacity 0.4s;
  opacity: 0.75;
}
header .header_nav .list li a {
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list li a {
    display: block;
    height: auto;
  }
}
header .header_nav .list li span {
  display: block;
  font-size: calc(var(--vw) * 14 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  header .header_nav .list li span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list li span {
    font-size: calc(var(--vw) * 15 / 375 * 100);
  }
}
header .header_nav .list li span {
  line-height: 1.3;
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list li span {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  header .header_nav .list li:hover a:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 1em;
    left: 0;
    background-color: #fff;
  }
}
header .header_nav .list li.sub {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  header .header_nav .list li.sub:hover .sublist {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 124px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767.98px) {
  header .header_nav .list li.sub:hover .sublist {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  header .header_nav .list li.sub:hover .sublist li {
    padding: 0;
  }
  header .header_nav .list li.sub:hover .sublist a {
    background-color: #fff;
    color: #09204f;
    padding: 22px 24px;
    line-height: 1;
    height: auto;
  }
  header .header_nav .list li.sub:hover .sublist a:hover {
    background-color: #09204f;
    color: #fff;
  }
  header .header_nav .list li.sub:hover .sublist a:after {
    display: none;
  }
}
header .header_nav .list .sublist {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .list .sublist {
    display: block;
  }
  header .header_nav .list .sublist li {
    margin-top: 1em;
  }
  header .header_nav .list .sublist li a {
    font-size: 0.8em;
  }
}
header .header_nav .os_btn {
  color: #fff;
  display: table;
  text-align: center;
  background-color: #0e2d6a;
  font-weight: 600;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  font-size: calc(var(--vw) * 14 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  header .header_nav .os_btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .os_btn {
    font-size: calc(var(--vw) * 14 / 375 * 100);
  }
}
header .header_nav .os_btn {
  padding: 0.7em 1.6em;
  line-height: 1.3;
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
header .header_nav .os_btn:hover {
  transition: opacity 0.4s;
  opacity: 0.75;
}
@media only screen and (max-width: 767.98px) {
  header .header_nav .os_btn {
    width: 100%;
    margin-top: auto;
    display: block;
  }
}
header .btn_toggle {
  position: fixed;
}
@media only screen and (max-width: 767.98px) {
  header .btn_toggle {
    top: calc(var(--vw) * 16 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  header .btn_toggle {
    right: calc(var(--vw) * 15 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  header .btn_toggle {
    width: calc(var(--vw) * 16.5 / 375 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  header .btn_toggle {
    height: calc(var(--vw) * 8 / 375 * 100);
  }
}
header .btn_toggle {
  z-index: 1100;
  transition: 0.5s; /* 追記 */
}
header .btn_toggle.is-active { /* 追記 */ }
header .btn_toggle.is-active span {
  background: #fff;
}
header .btn_toggle.is-active span:first-of-type { /* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
}
header .btn_toggle.is-active span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
  opacity: 0; /* 透明にする */
}
header .btn_toggle.is-active span:last-of-type { /* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
}
header .btn_toggle span {
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  header .btn_toggle span {
    height: calc(var(--vw) * 1 / 375 * 100);
  }
}
header .btn_toggle span {
  border-radius: 40px;
  background-color: #fff;
  transition: 0.5s; /* 追記 */
}
header .btn_toggle span:first-of-type { /* ハンバーガーメニューの1番目の線 */
  top: 0;
}
header .btn_toggle span:nth-of-type(2) { /* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
header .btn_toggle span:last-of-type { /* ハンバーガーメニューの3番目の線 */
  top: 100%;
}

body:not(.home) header {
  background-color: rgba(255, 255, 255, 0.8);
}
body:not(.home) header.is-active .header_nav .list li a {
  color: #0e2d6a;
}
body:not(.home) header .logo svg {
  fill: #0e2d6a;
}
body:not(.home) header .header_nav .list li a {
  color: #0e2d6a;
}
body:not(.home) header .btn_toggle span {
  background: #071E58;
}

body.is-blue header .logo svg {
  fill: #fff;
}
body.is-blue header .btn_toggle span {
  background: #fff;
}
body.is-blue header.is-active .header_nav .list li a {
  color: #fff;
}

#footer {
  padding-top: 60px;
  padding-bottom: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  font-size: calc(var(--vw) * 15 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #footer {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  #footer {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #footer {
    text-align: center;
  }
}
#footer a {
  color: #fff;
}
#footer:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25vw;
  width: 150vw;
  height: 50vw;
  background-color: #071E58;
  border-radius: 100% 100% 20% 20%;
  z-index: -1;
}
#footer .bl-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  line-height: 1;
  transform: translateY(-30px);
}
#footer .bl-contact p {
  font-size: calc(var(--vw) * 24 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #footer .bl-contact p {
    font-size: 24px;
  }
}
#footer .bl-contact a {
  color: #fff;
  font-size: calc(var(--vw) * 44 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #footer .bl-contact a {
    font-size: 44px;
  }
}
#footer .bl-contact a {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#footer .bl-contact small {
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #footer .bl-contact small {
    font-size: 18px;
  }
}
#footer nav {
  display: flex;
  gap: 54px;
}
#footer nav ul {
  display: flex;
  flex-direction: column;
  gap: 37px;
}
#footer nav img {
  width: 117px;
}
#footer nav a {
  font-size: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #footer nav a {
    font-size: 20px;
  }
}
#footer .bnr {
  width: 474px;
  display: block;
  margin-top: 54px;
}
#footer .info {
  margin-top: 15px;
}
#footer .info .logo {
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #footer .info .logo {
    font-size: 18px;
  }
}
#footer .info .logo img {
  width: 72px;
  margin-right: 10px;
}
#footer .info .address {
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #footer .info .address {
    font-size: 18px;
  }
}
#footer .info .address {
  line-height: 2;
  margin-top: 13px;
}
#footer .ly_df .left {
  width: 50%;
}
#footer .ly_df .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#footer .ly_df .right a {
  width: 474px;
  display: block;
  margin-top: 50px;
}
#footer iframe {
  max-width: 580px;
  height: 282px;
  margin-top: 50px;
}
#footer .footer_btm {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  gap: 10px;
}
#footer .footer_btm .inst {
  width: 57px;
  display: block;
}
#footer .footer_btm .logo {
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  font-size: calc(var(--vw) * 26 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #footer .footer_btm .logo {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767.98px) {
  body.is-active {
    overflow: hidden;
  }
}

.start {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100;
}

.fade_up, .fade_up01, .fade_up02 {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(60px);
}
.fade_up.is-active, .fade_up01.is-active, .fade_up02.is-active {
  opacity: 1;
  transition: 0.6s;
  transform: translateY(0);
}

.fade_in {
  opacity: 0;
  transition: 0.6s;
}
.fade_in.is-active {
  opacity: 1;
  transition: 0.6s;
}

.inner {
  margin: 0 auto;
}

#mv {
  position: relative;
  width: 100%;
  padding: calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100) calc(var(--vw) * 87 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #mv {
    padding: 0px 40px 87px 40px;
  }
}
#mv {
  height: calc(var(--vw) * 781 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #mv {
    height: 781px;
  }
}
@media only screen and (max-width: 767.98px) {
  #mv {
    padding: calc(var(--vw) * 0 / 375 * 100) calc(var(--vw) * 15 / 375 * 100) calc(var(--vw) * 30 / 375 * 100) calc(var(--vw) * 15 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #mv {
    height: calc(var(--vw) * 500 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  .under #mv {
    padding-bottom: calc(var(--vw) * 42 / 375 * 100);
  }
}
#mv .in {
  max-width: 1280px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home #mv .bg_video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under #mv .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under #mv .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .mv_txt {
  font-family: "Roboto", sans-serif;
  color: #fff;
}
#mv .mv_txt .txt01 {
  position: relative;
  margin-bottom: 0.65em;
  letter-spacing: 0.06em;
  font-size: calc(var(--vw) * 84 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #mv .mv_txt .txt01 {
    font-size: 84px;
  }
}
#mv .mv_txt .txt01 {
  line-height: 0.88;
  letter-spacing: 0;
}
@media only screen and (max-width: 767.98px) {
  #mv .mv_txt .txt01 {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
#mv .mv_txt .txt01:before, #mv .mv_txt .txt01:after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 2px;
  display: inline-block;
}
#mv .mv_txt .txt02 {
  letter-spacing: 0.018em;
  line-height: 1.5;
  font-size: calc(var(--vw) * 26 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  #mv .mv_txt .txt02 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  #mv .mv_txt .txt02 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}

main .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .inner {
    padding: 0px 40px 0px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .inner {
    padding: calc(var(--vw) * 0 / 375 * 100) calc(var(--vw) * 15 / 375 * 100) calc(var(--vw) * 0 / 375 * 100) calc(var(--vw) * 15 / 375 * 100);
  }
}
main .info_block {
  background: #F8F9FA;
  padding: calc(var(--vw) * 20 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 20 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .info_block {
    padding: 20px 0px 20px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .info_block {
    padding: calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 0 / 375 * 100) calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 0 / 375 * 100);
  }
}
main .info_block dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  gap: calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 55 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .info_block dl {
    gap: 0px 55px;
  }
}
main .info_block dl {
  font-weight: 400;
  line-height: 1.6;
  font-size: calc(var(--vw) * 16 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .info_block dl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .info_block dl {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .info_block dl {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767.98px) {
  main .info_block dl dd {
    margin-top: calc(var(--vw) * 6 / 375 * 100);
  }
}
main .content {
  position: relative;
  padding: calc(var(--vw) * 50 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 80 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content {
    padding: 50px 0px 80px 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content {
    padding: calc(var(--vw) * 25 / 375 * 100) calc(var(--vw) * 0 / 375 * 100) calc(var(--vw) * 80 / 375 * 100) calc(var(--vw) * 0 / 375 * 100);
  }
}
.under main .content {
  padding-top: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .under main .content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .under main .content {
    padding-top: calc(var(--vw) * 50 / 375 * 100);
  }
}
main .content .under_ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--vw) * -40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .under_ttl {
    top: -40px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .under_ttl {
    top: calc(var(--vw) * -40 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .under_ttl {
    top: calc(var(--vw) * -28 / 375 * 100);
  }
}
main .content .under_ttl {
  background: #071E58;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: calc(var(--vw) * 24 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .under_ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .under_ttl {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
main .content .under_ttl {
  text-align: center;
  padding: 0.5em 0;
  width: calc(var(--vw) * 900 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .under_ttl {
    width: 900px;
  }
}
main .content .under_ttl {
  max-width: 900px;
}
@media only screen and (max-width: 767.98px) {
  main .content .under_ttl {
    width: calc(var(--vw) * 275 / 375 * 100);
    max-width: none;
  }
}
main .content .lead {
  text-align: center;
  line-height: 1.58;
  font-size: calc(var(--vw) * 34 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .lead {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .lead {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
main .content .lead {
  margin-bottom: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .lead {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .lead {
    margin-bottom: calc(var(--vw) * 25 / 375 * 100);
  }
}
main .content .sublead {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0;
  font-size: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .sublead {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .sublead {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .sublead {
    text-align: left;
    text-align: justify;
  }
  main .content .sublead br {
    display: none;
  }
}
main .content .singlebox {
  margin-top: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .singlebox {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .singlebox {
    margin-top: calc(var(--vw) * 40 / 375 * 100);
  }
}
main .content .singlebox .en {
  font-weight: 300;
  font-family: "Cinzel", serif;
  color: #686E7C;
  letter-spacing: 0.06em;
  font-size: calc(var(--vw) * 14 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .singlebox .en {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .singlebox .en {
    font-size: calc(var(--vw) * 14 / 375 * 100);
  }
}
main .content .singlebox .t01 {
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 0.3em;
  font-weight: 600;
  color: #071E58;
  font-size: calc(var(--vw) * 28 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .singlebox .t01 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .singlebox .t01 {
    font-size: calc(var(--vw) * 20 / 375 * 100);
  }
}
main .content .singlebox .t01 {
  margin-bottom: 1.3em;
  position: relative;
}
main .content .singlebox .t01:before, main .content .singlebox .t01:after {
  content: "";
  position: absolute;
  bottom: -0.6em;
  left: 0;
  height: 1px;
  display: inline-block;
}
main .content .singlebox .t01:before {
  background: #0166A5;
  width: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .singlebox .t01:before {
    width: 80px;
  }
}
main .content .singlebox .t01:before {
  max-width: 80px;
}
@media only screen and (max-width: 767.98px) {
  main .content .singlebox .t01:before {
    width: calc(var(--vw) * 80 / 375 * 100);
    max-width: none;
  }
}
main .content .singlebox .t01:before {
  z-index: 1;
}
main .content .singlebox .t01:after {
  background: #CDD2DD;
  width: calc(var(--vw) * 580 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .singlebox .t01:after {
    width: 580px;
  }
}
main .content .singlebox .t01:after {
  max-width: 580px;
}
@media only screen and (max-width: 767.98px) {
  main .content .singlebox .t01:after {
    width: 100%;
    max-width: none;
  }
}
main .content .singlebox .t02 {
  color: #071E58;
  font-size: calc(var(--vw) * 16 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .singlebox .t02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .singlebox .t02 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .content .griditem {
  margin-top: calc(var(--vw) * 46 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem {
    margin-top: calc(var(--vw) * 60 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem {
    border-top: 1px solid #ddd;
  }
}
main .content .griditem li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.under main .content .griditem li {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li {
    flex-direction: column-reverse;
  }
  .under main .content .griditem li {
    flex-direction: column-reverse;
  }
}
main .content .griditem li:nth-child(even) {
  flex-direction: row-reverse;
}
.under main .content .griditem li:nth-child(even) {
  flex-direction: row;
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li:nth-child(even) {
    flex-direction: column-reverse;
  }
  .under main .content .griditem li:nth-child(even) {
    flex-direction: column-reverse;
  }
}
main .content .griditem li .img {
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .img {
    width: 100%;
  }
}
main .content .griditem li .txt {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt {
    padding: calc(var(--vw) * 45 / 375 * 100) calc(var(--vw) * 15 / 375 * 100) calc(var(--vw) * 28 / 375 * 100) calc(var(--vw) * 15 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt {
    width: 100%;
  }
}
main .content .griditem li .txt .in {
  margin: 0 auto;
  width: calc(var(--vw) * 591 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .in {
    width: 591px;
  }
}
main .content .griditem li .txt .in {
  max-width: 591px;
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .in {
    width: 100%;
  }
}
main .content .griditem li .txt.blue {
  background: #071E58;
  color: #fff;
}
main .content .griditem li .txt.blue a {
  color: #fff;
}
main .content .griditem li .txt.white {
  background: #fff;
  color: #071E58;
}
main .content .griditem li .txt.white .link:after {
  background: url(../img/btn_arrow02.webp) 0 0/cover no-repeat;
}
main .content .griditem li .txt.l_blue {
  background: #F5FAFA;
}
main .content .griditem li .txt.l_blue .en {
  color: #686E7C;
}
main .content .griditem li .txt.l_blue .t02 {
  color: #25282B;
}
main .content .griditem li .txt .en {
  font-weight: 300;
  font-family: "Cinzel", serif;
  color: #686E7C;
  letter-spacing: 0.06em;
  font-size: calc(var(--vw) * 14 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .en {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .en {
    font-size: calc(var(--vw) * 14 / 375 * 100);
  }
}
main .content .griditem li .txt .t01 {
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 0.3em;
  font-weight: 600;
  font-size: calc(var(--vw) * 28 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .t01 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .t01 {
    font-size: calc(var(--vw) * 20 / 375 * 100);
  }
}
main .content .griditem li .txt .t01 {
  margin-bottom: 1.3em;
  position: relative;
}
main .content .griditem li .txt .t01:before, main .content .griditem li .txt .t01:after {
  content: "";
  position: absolute;
  bottom: -0.6em;
  left: 0;
  height: 1px;
  display: inline-block;
}
main .content .griditem li .txt .t01:before {
  background: #0166A5;
  width: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .t01:before {
    width: 80px;
  }
}
main .content .griditem li .txt .t01:before {
  max-width: 80px;
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .t01:before {
    width: calc(var(--vw) * 80 / 375 * 100);
    max-width: none;
  }
}
main .content .griditem li .txt .t01:before {
  z-index: 1;
}
main .content .griditem li .txt .t01:after {
  background: #CDD2DD;
  width: 100%;
}
main .content .griditem li .txt .t02 {
  font-size: calc(var(--vw) * 16 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .t02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .t02 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .content .griditem li .txt .link {
  font-size: calc(var(--vw) * 16 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .link {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .content .griditem li .txt .link {
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: 0;
  padding-right: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .link {
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .link {
    padding-right: calc(var(--vw) * 40 / 375 * 100);
  }
}
main .content .griditem li .txt .link {
  margin-top: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .link {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .link {
    margin-top: calc(var(--vw) * 20 / 375 * 100);
  }
}
main .content .griditem li .txt .link {
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
main .content .griditem li .txt .link:hover {
  transition: opacity 0.4s;
  opacity: 0.75;
}
main .content .griditem li .txt .link:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--vw) * 31 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .link:after {
    width: 31px;
  }
}
main .content .griditem li .txt .link:after {
  max-width: 31px;
  height: calc(var(--vw) * 31 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .link:after {
    height: 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .link:after {
    width: calc(var(--vw) * 31 / 375 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .link:after {
    height: calc(var(--vw) * 31 / 375 * 100);
  }
}
main .content .griditem li .txt .link:after {
  background: url(../img/btn_arrow.webp) 0 0/cover no-repeat;
}
main .content .griditem li .txt .btn {
  display: table;
  text-align: center;
  background: #071E58;
  color: #fff;
  font-weight: 600;
  font-size: calc(var(--vw) * 16 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .btn {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .btn {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .content .griditem li .txt .btn {
  padding: 0.5em 2em;
  margin-top: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .content .griditem li .txt .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .btn {
    margin-top: calc(var(--vw) * 20 / 375 * 100);
  }
}
main .content .griditem li .txt .btn {
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
main .content .griditem li .txt .btn:hover {
  transition: opacity 0.4s;
  opacity: 0.75;
}
@media only screen and (max-width: 767.98px) {
  main .content .griditem li .txt .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
main .banner {
  margin: 0 auto;
  margin-top: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .banner {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .banner {
    margin-top: calc(var(--vw) * 60 / 375 * 100);
  }
}
main .banner {
  width: calc(var(--vw) * 800 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .banner {
    width: 800px;
  }
}
main .banner {
  max-width: 800px;
}
@media only screen and (max-width: 767.98px) {
  main .banner {
    width: 100%;
  }
}
main .banner a {
  display: block;
  transition: opacity 0.4s;
  opacity: 1;
  backface-visibility: hidden;
}
main .banner a:hover {
  transition: opacity 0.4s;
  opacity: 0.75;
}
main .g_box_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .g_box_wrap {
    gap: 0px 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .g_box_wrap {
    gap: calc(var(--vw) * 10 / 375 * 100) calc(var(--vw) * 0 / 375 * 100);
  }
}
main .g_box_wrap {
  margin-top: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .g_box_wrap {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .g_box_wrap {
    margin-top: calc(var(--vw) * 40 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .g_box_wrap {
    flex-direction: column;
  }
}
main .g_box_wrap .g_box {
  background: #EFEFEF;
  padding: calc(var(--vw) * 35 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100) calc(var(--vw) * 35 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .g_box_wrap .g_box {
    padding: 35px 40px 35px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .g_box_wrap .g_box {
    padding: calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 20 / 375 * 100);
  }
}
main .g_box_wrap .g_box {
  width: calc(var(--vw) * 500 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .g_box_wrap .g_box {
    width: 500px;
  }
}
main .g_box_wrap .g_box {
  max-width: 500px;
}
@media only screen and (max-width: 767.98px) {
  main .g_box_wrap .g_box {
    width: 100%;
    max-width: none;
  }
}
main .g_box_wrap .g_box .t01 {
  font-weight: 600;
  font-size: calc(var(--vw) * 24 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .g_box_wrap .g_box .t01 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .g_box_wrap .g_box .t01 {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
main .g_box_wrap .g_box .t01 {
  border-bottom: 1px solid #071E58;
  margin-bottom: 0.7em;
  padding-bottom: 0.4em;
}
main .g_box_wrap .g_box .t02 {
  font-weight: 400;
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .g_box_wrap .g_box .t02 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .g_box_wrap .g_box .t02 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .flex_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  gap: 0 3%;
}
@media only screen and (max-width: 767.98px) {
  main .flex_box.sp_column {
    flex-direction: column;
  }
}
main .g_section {
  background: #F8F9FA;
  padding: calc(var(--vw) * 60 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 60 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .g_section {
    padding: 60px 0px 60px 0px;
  }
}
main .g_section {
  margin-top: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .g_section {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .g_section {
    padding: calc(var(--vw) * 50 / 375 * 100) calc(var(--vw) * 0 / 375 * 100) calc(var(--vw) * 60 / 375 * 100) calc(var(--vw) * 0 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .g_section {
    margin-top: calc(var(--vw) * 60 / 375 * 100);
  }
}
main .g_section .singlebox {
  margin-top: 0;
}
main .box_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .box_wrap {
    gap: 0px 90px;
  }
}
main .box_wrap {
  margin-top: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .box_wrap {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap {
    gap: calc(var(--vw) * 30 / 375 * 100) calc(var(--vw) * 0 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap {
    margin-top: calc(var(--vw) * 40 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap {
    flex-direction: column;
  }
}
main .box_wrap .box {
  width: 48%;
  width: calc(var(--vw) * 520 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .box_wrap .box {
    width: 520px;
  }
}
main .box_wrap .box {
  max-width: 520px;
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap .box {
    width: 100%;
    max-width: none;
  }
}
main .box_wrap .box .img {
  text-align: center;
  margin-bottom: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .box_wrap .box .img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap .box .img {
    margin-bottom: calc(var(--vw) * 20 / 375 * 100);
  }
}
main .box_wrap .box .img img {
  width: 80%;
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap .box .img img {
    width: 100%;
  }
}
main .box_wrap .box .t01 {
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 0.3em;
  font-weight: 600;
  color: #071E58;
  font-size: calc(var(--vw) * 24 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .box_wrap .box .t01 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap .box .t01 {
    font-size: calc(var(--vw) * 20 / 375 * 100);
  }
}
main .box_wrap .box .t01 {
  margin-bottom: 1.3em;
  position: relative;
}
main .box_wrap .box .t01:before, main .box_wrap .box .t01:after {
  content: "";
  position: absolute;
  bottom: -0.6em;
  left: 0;
  height: 1px;
  display: inline-block;
}
main .box_wrap .box .t01:before {
  background: #0166A5;
  width: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .box_wrap .box .t01:before {
    width: 80px;
  }
}
main .box_wrap .box .t01:before {
  max-width: 80px;
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap .box .t01:before {
    width: calc(var(--vw) * 80 / 375 * 100);
    max-width: none;
  }
}
main .box_wrap .box .t01:before {
  z-index: 1;
}
main .box_wrap .box .t01:after {
  background: #CDD2DD;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap .box .t01:after {
    width: 100%;
    max-width: none;
  }
}
main .box_wrap .box .t02 {
  color: #071E58;
  font-size: calc(var(--vw) * 16 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .box_wrap .box .t02 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .box_wrap .box .t02 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .company_block {
  background: #F8F9FA;
  padding: calc(var(--vw) * 70 / 1380 * 100) calc(var(--vw) * 70 / 1380 * 100) calc(var(--vw) * 70 / 1380 * 100) calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .company_block {
    padding: 70px 70px 70px 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .company_block {
    padding: calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 20 / 375 * 100) calc(var(--vw) * 20 / 375 * 100);
  }
}
main .company_block {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  gap: calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .company_block {
    gap: 0px 60px;
  }
}
main .company_block {
  margin-top: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .company_block {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .company_block {
    margin-top: calc(var(--vw) * 60 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .company_block {
    flex-direction: column;
  }
}
main .company_block .l {
  width: 60%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  main .company_block .l {
    width: 100%;
  }
}
main .company_block .r {
  width: 40%;
}
@media only screen and (max-width: 767.98px) {
  main .company_block .r {
    margin-top: calc(var(--vw) * 20 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .company_block .r {
    width: 100%;
  }
}
main .company_block .c_ttl01 {
  font-weight: 600;
  font-size: calc(var(--vw) * 28 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .company_block .c_ttl01 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .company_block .c_ttl01 {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
main .company_block .txt {
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .company_block .txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .company_block .txt {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .company_block .txt {
  margin-top: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .company_block .txt {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .company_block .txt {
    margin-top: calc(var(--vw) * 20 / 375 * 100);
  }
}
main .company_block .name {
  text-align: right;
  font-weight: 600;
  font-size: calc(var(--vw) * 22 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .company_block .name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .company_block .name {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .company_block .name {
  margin-top: auto;
}
main .c_bigttl {
  background: #E8E8E8;
  padding: calc(var(--vw) * 50 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100) calc(var(--vw) * 50 / 1380 * 100) calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .c_bigttl {
    padding: 50px 0px 50px 0px;
  }
}
main .c_bigttl {
  margin-top: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .c_bigttl {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .c_bigttl {
    margin-top: calc(var(--vw) * 60 / 375 * 100);
  }
}
main .c_bigttl .in_ttl {
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: calc(var(--vw) * 32 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .c_bigttl .in_ttl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .c_bigttl .in_ttl {
    font-size: calc(var(--vw) * 24 / 375 * 100);
  }
}
main .table01 {
  width: 65%;
  margin: 0 auto;
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .table01 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .table01 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .table01 {
  margin-top: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .table01 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .table01 {
    margin-top: calc(var(--vw) * 40 / 375 * 100);
  }
}
main .table01 {
  border-top: 1px solid #C1C1C1;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  main .table01 tr {
    border-bottom: 1px solid #C1C1C1;
  }
}
main .table01 th {
  font-weight: 500;
  color: #071E58;
  width: 23%;
  padding: calc(var(--vw) * 10 / 1380 * 100) calc(var(--vw) * 5 / 1380 * 100) calc(var(--vw) * 10 / 1380 * 100) calc(var(--vw) * 5 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .table01 th {
    padding: 10px 5px 10px 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .table01 th {
    padding: calc(var(--vw) * 10 / 375 * 100) calc(var(--vw) * 5 / 375 * 100) calc(var(--vw) * 10 / 375 * 100) calc(var(--vw) * 5 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .table01 th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
main .table01 td {
  width: 77%;
  padding: calc(var(--vw) * 10 / 1380 * 100) calc(var(--vw) * 5 / 1380 * 100) calc(var(--vw) * 10 / 1380 * 100) calc(var(--vw) * 5 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .table01 td {
    padding: 10px 5px 10px 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .table01 td {
    padding: calc(var(--vw) * 10 / 375 * 100) calc(var(--vw) * 5 / 375 * 100) calc(var(--vw) * 10 / 375 * 100) calc(var(--vw) * 5 / 375 * 100);
  }
}
main .table01 .list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em 0;
}
main .table01 .list li {
  line-height: 1.5;
  width: 48%;
}
@media only screen and (max-width: 767.98px) {
  main .table01 .list li {
    width: 100%;
  }
}
main .l_bigttl {
  background: url(../img/lineup/ttl_bg01.webp) 0 0/cover no-repeat;
  width: 100%;
  height: calc(var(--vw) * 300 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .l_bigttl {
    height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .l_bigttl {
    height: calc(var(--vw) * 120 / 375 * 100);
  }
}
main .l_bigttl {
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  margin-top: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .l_bigttl {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .l_bigttl {
    margin-top: calc(var(--vw) * 40 / 375 * 100);
  }
}
main .l_bigttl .in_ttl {
  font-size: calc(var(--vw) * 28 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .l_bigttl .in_ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .l_bigttl .in_ttl {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
main .l_bigttl .in_ttl {
  letter-spacing: 0.1em;
}
main .l_bigttl p {
  font-size: calc(var(--vw) * 22 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .l_bigttl p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .l_bigttl p {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
main .l_bigttl p {
  margin-top: 0.3em;
  letter-spacing: 0.06em;
}
main .concept_box {
  width: 100%;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: calc(var(--vw) * 40 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100) calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .concept_box {
    padding: 40px 40px 40px 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .concept_box {
    padding: calc(var(--vw) * 32 / 375 * 100) calc(var(--vw) * 15 / 375 * 100) calc(var(--vw) * 32 / 375 * 100) calc(var(--vw) * 15 / 375 * 100);
  }
}
main .concept_box {
  min-height: calc(var(--vw) * 412 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .concept_box {
    min-height: 412px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .concept_box {
    min-height: calc(var(--vw) * 482 / 375 * 100);
  }
}
main .concept_box {
  margin-top: calc(var(--vw) * 36 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .concept_box {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .concept_box {
    margin-top: calc(var(--vw) * 20 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .concept_box {
    flex-direction: column;
  }
}
main .concept_box:first-of-type {
  margin-top: 0;
}
main .concept_box.cb01 {
  background: url(../img/concept/box01_bg.webp) 0 0/cover no-repeat;
}
@media only screen and (max-width: 767.98px) {
  main .concept_box.cb01 {
    background: url(../img/concept/box01_bg_sp.webp) 0 0/cover no-repeat;
  }
}
main .concept_box.cb02 {
  background: url(../img/concept/box02_bg.webp) 0 0/cover no-repeat;
}
@media only screen and (max-width: 767.98px) {
  main .concept_box.cb02 {
    background: url(../img/concept/box02_bg_sp.webp) 0 0/cover no-repeat;
  }
}
main .concept_box.cb03 {
  background: url(../img/concept/box03_bg.webp) 0 0/cover no-repeat;
}
@media only screen and (max-width: 767.98px) {
  main .concept_box.cb03 {
    background: url(../img/concept/box03_bg_sp.webp) 0 0/cover no-repeat;
  }
}
main .concept_box .txt01 {
  width: 48%;
}
@media only screen and (max-width: 767.98px) {
  main .concept_box .txt01 {
    width: 100%;
  }
}
main .concept_box .txt01 .t01 {
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: calc(var(--vw) * 28 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .concept_box .txt01 .t01 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .concept_box .txt01 .t01 {
    font-size: calc(var(--vw) * 22 / 375 * 100);
  }
}
main .concept_box .txt01 .t02 {
  font-size: calc(var(--vw) * 22 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .concept_box .txt01 .t02 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .concept_box .txt01 .t02 {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
main .concept_box .txt02 {
  width: 48%;
  align-self: flex-end;
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  main .concept_box .txt02 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  main .concept_box .txt02 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  main .concept_box .txt02 {
    width: 100%;
    align-self: baseline;
  }
}

.contents-inner {
  max-width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.ttl-wrap {
  margin-top: 74px;
}
.ttl-wrap h2 {
  font-size: calc(var(--vw) * 22 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ttl-wrap h2 {
    font-size: 22px;
  }
}
.ttl-wrap h2 span {
  font-family: "Roboto", sans-serif;
  font-size: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ttl-wrap h2 span {
    font-size: 70px;
  }
}
.ttl-wrap h2 span {
  display: block;
  line-height: 1;
}
.ttl-wrap h2 span:first-letter {
  color: #0a6dc8;
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ttl-wrap h2 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .ttl-wrap h2 span {
    font-size: calc(var(--vw) * 30 / 375 * 100);
  }
}

.ttl-wrap + * {
  margin-top: min(8vw, 60px);
}

.btn_more {
  transition: opacity 0.4s;
  margin-top: 34px;
  opacity: 1;
  backface-visibility: hidden;
  position: relative;
  padding-right: 60px;
  display: inline-block;
}
.btn_more:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/btn_arrow02.webp) 0 0/cover no-repeat;
  width: 31px;
  height: 31px;
  transition: all 0.6s ease;
}
.btn_more:hover:after {
  right: 0;
}

.ly_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ly_df.ly_df-top {
  align-items: flex-start;
}
.ly_df + .ly_df {
  margin-top: min(8vw, 60px);
}
.ly_df.type-a .left {
  width: 55%;
}
.ly_df.type-a .right {
  width: 40%;
}
.ly_df.type-a img {
  width: 100%;
}
.ly_df.type-a.re .left {
  width: 40%;
  order: 2;
}
.ly_df.type-a.re .right {
  width: 55%;
  order: 1;
}
@media only screen and (max-width: 767.98px) {
  .ly_df.type-a {
    flex-direction: column;
    gap: min(2.66vw, 10px) 0;
  }
  .ly_df.type-a .left, .ly_df.type-a .right {
    width: 100%;
  }
}
.ly_df.type-b .left {
  width: 40%;
}
.ly_df.type-b .right {
  width: 55%;
}
.ly_df.type-b img {
  width: 100%;
}
.ly_df.type-b.re .left {
  width: 55%;
  order: 2;
}
.ly_df.type-b.re .right {
  width: 40%;
  order: 1;
}
@media only screen and (max-width: 767.98px) {
  .ly_df.type-b {
    flex-direction: column;
    gap: min(2.66vw, 10px) 0;
  }
  .ly_df.type-b .left, .ly_df.type-b .right {
    width: 100%;
  }
  .ly_df.type-b .left {
    order: 2;
  }
  .ly_df.type-b .right {
    order: 1;
  }
}
.ly_df.type-c {
  gap: 5%;
}
.ly_df.type-c .left {
  width: 47.5%;
}
.ly_df.type-c .right {
  width: 47.5%;
}
.ly_df.type-c img {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .ly_df.type-c {
    flex-direction: column;
    gap: min(2.66vw, 10px) 0;
  }
  .ly_df.type-c .left, .ly_df.type-c .right {
    width: 100%;
  }
}
.ly_df.type-3 {
  display: flex;
  justify-content: space-between;
  gap: 1%;
}
.ly_df.type-3 .item {
  width: 33%;
}
.ly_df.type-3 .item .img {
  position: relative;
}
.ly_df.type-3 .item .img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.ly_df.type-3 .item .img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: calc(var(--vw) * 24 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ly_df.type-3 .item .img p {
    font-size: 24px;
  }
}
.ly_df.type-3 .item .img p {
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ly_df.type-3 .item .img p span {
  font-size: calc(var(--vw) * 44 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ly_df.type-3 .item .img p span {
    font-size: 44px;
  }
}
.ly_df.type-3 .item .img p:after {
  content: "";
  display: block;
  background: #fff url(../img/btn_arrow02.webp) 0 0/cover no-repeat;
  width: 31px;
  height: 31px;
  transition: all 0.6s ease;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.ly_df.type-3 .item .txt {
  padding: 25px 0 30px;
}
.ly_df.type-3 .item .txt p {
  text-align: center;
  font-size: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ly_df.type-3 .item .txt p {
    font-size: 20px;
  }
}
.ly_df.type-3 .item .txt p {
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767.98px) {
  .ly_df.type-3 {
    flex-direction: column;
    gap: min(2.66vw, 10px) 0;
  }
  .ly_df.type-3 .item {
    width: 100%;
  }
}
.ly_df.type-d .left {
  width: 50%;
}
.ly_df.type-d .right {
  width: 44.16%;
}
.ly_df.type-d img {
  width: 100%;
}
.ly_df.type-d.re .left {
  width: 48%;
  order: 2;
}
.ly_df.type-d.re .right {
  width: 48%;
  order: 1;
}
@media only screen and (max-width: 767.98px) {
  .ly_df.type-d {
    flex-direction: column;
    gap: min(2.66vw, 10px) 0;
  }
  .ly_df.type-d .left, .ly_df.type-d .right {
    width: 100%;
  }
}

.ly_yt {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: auto;
  aspect-ratio: 16/9;
  margin-top: 60px;
}
.ly_yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bl-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  overflow: hidden;
}

body.under.news .news-head .section-title {
  font-size: 36px;
  font-weight: 600;
  color: #0066b3;
  margin-bottom: 4px;
}

body.under.news .news-head .catchcopy {
  font-size: 20px;
  font-weight: 400;
  color: #999;
}

.contact .content .inner {
  max-width: 1000px;
}

.txt_mv {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 200px;
  min-height: 200px;
  overflow: hidden;
}
.txt_mv .inner {
  width: 100%;
}
.txt_mv .txt_mv_ttl {
  color: #000;
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .txt_mv .txt_mv_ttl {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .txt_mv .txt_mv_ttl {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
.txt_mv .txt_mv_ttl span {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.txt_mv .txt_mv_ttl span:before {
  content: "";
  display: inline-block;
  width: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .txt_mv .txt_mv_ttl span:before {
    width: 30px;
  }
}
.txt_mv .txt_mv_ttl span:before {
  max-width: 30px;
}
@media only screen and (max-width: 767.98px) {
  .txt_mv .txt_mv_ttl span:before {
    width: calc(var(--vw) * 30 / 375 * 100);
    max-width: none;
  }
}
.txt_mv .txt_mv_ttl span:before {
  height: 1px;
  background: #000;
  margin-right: 0.3em;
}
.txt_mv .txt_mv_c {
  line-height: 1;
  color: #0066b3;
  font-size: calc(var(--vw) * 46 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .txt_mv .txt_mv_c {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767.98px) {
  .txt_mv .txt_mv_c {
    font-size: calc(var(--vw) * 36 / 375 * 100);
  }
}

.contact_t01 {
  font-weight: 600;
  color: #0e2d6a;
  font-size: calc(var(--vw) * 28 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .contact_t01 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_t01 {
    font-size: calc(var(--vw) * 20 / 375 * 100);
  }
}
.contact_t01 {
  border-bottom: 2px solid #0e2d6a;
  padding-bottom: 0.1em;
}

.contact_btn_wrap {
  margin-top: 3em;
}
.contact_btn_wrap .contact_btn {
  position: relative;
  font-size: calc(var(--vw) * 28 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .contact_btn_wrap .contact_btn {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_btn_wrap .contact_btn {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}
.contact_btn_wrap .contact_btn {
  display: table;
  margin: 0 auto;
  border: 2px solid #0e2d6a;
  padding: 0.8em 4em;
  color: #0e2d6a;
  transition: 0.4s;
}
.contact_btn_wrap .contact_btn:hover {
  transition: 0.4s;
  color: #fff;
  background: #0e2d6a;
}
.contact_btn_wrap .contact_btn:hover:after {
  transition: 0.4s;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .contact_btn_wrap .contact_btn {
    width: 76%;
    padding: 0.4em 1em;
  }
}
.contact_btn_wrap .contact_btn:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
.contact_btn_wrap p {
  text-align: center;
}

.contact_txt {
  margin-top: 2em;
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .contact_txt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact_txt {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}
.contact_txt p {
  margin-top: 1em;
}
.contact_txt p:first-of-type {
  margin-top: 0;
}
.contact_txt a {
  color: #0066b3;
}

.disc {
  padding-left: 1.2em;
}
.disc li {
  list-style: disc;
  margin-top: 0.3em;
}
.disc li:first-child {
  margin-top: 0;
}

.decimal {
  padding-left: 1.2em;
}
.decimal li {
  list-style: decimal;
  margin-top: 0.3em;
}
.decimal li:first-child {
  margin-top: 0;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.tdeco_under {
  text-decoration: underline;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_left {
  text-align: left !important;
  text-align: justify !important;
}

.align_left_noj {
  text-align: left !important;
}

@media only screen and (max-width: 767.98px) {
  .sp_align_center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}

.dblock {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

@media only screen and (max-width: 767.98px) {
  .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sptable {
    display: table !important;
  }
}

.relative {
  position: relative;
}

.w0 {
  width: 0%;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .spw0 {
    width: 0%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw10 {
    width: 10%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw20 {
    width: 20%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw30 {
    width: 30%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw40 {
    width: 40%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw50 {
    width: 50%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw60 {
    width: 60%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw70 {
    width: 70%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw80 {
    width: 80%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw90 {
    width: 90%;
  }
}

@media only screen and (max-width: 767.98px) {
  .spw100 {
    width: 100%;
  }
}

.fz10 {
  font-size: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz10 {
    font-size: 10px;
  }
}

.fz11 {
  font-size: calc(var(--vw) * 11 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz11 {
    font-size: 11px;
  }
}

.fz12 {
  font-size: calc(var(--vw) * 12 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz12 {
    font-size: 12px;
  }
}

.fz13 {
  font-size: calc(var(--vw) * 13 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz13 {
    font-size: 13px;
  }
}

.fz14 {
  font-size: calc(var(--vw) * 14 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz14 {
    font-size: 14px;
  }
}

.fz15 {
  font-size: calc(var(--vw) * 15 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz15 {
    font-size: 15px;
  }
}

.fz16 {
  font-size: calc(var(--vw) * 16 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz16 {
    font-size: 16px;
  }
}

.fz17 {
  font-size: calc(var(--vw) * 17 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz17 {
    font-size: 17px;
  }
}

.fz18 {
  font-size: calc(var(--vw) * 18 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz18 {
    font-size: 18px;
  }
}

.fz19 {
  font-size: calc(var(--vw) * 19 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz19 {
    font-size: 19px;
  }
}

.fz20 {
  font-size: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz20 {
    font-size: 20px;
  }
}

.fz21 {
  font-size: calc(var(--vw) * 21 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz21 {
    font-size: 21px;
  }
}

.fz22 {
  font-size: calc(var(--vw) * 22 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz22 {
    font-size: 22px;
  }
}

.fz23 {
  font-size: calc(var(--vw) * 23 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz23 {
    font-size: 23px;
  }
}

.fz24 {
  font-size: calc(var(--vw) * 24 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz24 {
    font-size: 24px;
  }
}

.fz25 {
  font-size: calc(var(--vw) * 25 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz25 {
    font-size: 25px;
  }
}

.fz26 {
  font-size: calc(var(--vw) * 26 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz26 {
    font-size: 26px;
  }
}

.fz27 {
  font-size: calc(var(--vw) * 27 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz27 {
    font-size: 27px;
  }
}

.fz28 {
  font-size: calc(var(--vw) * 28 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz28 {
    font-size: 28px;
  }
}

.fz29 {
  font-size: calc(var(--vw) * 29 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz29 {
    font-size: 29px;
  }
}

.fz30 {
  font-size: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz30 {
    font-size: 30px;
  }
}

.fz31 {
  font-size: calc(var(--vw) * 31 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz31 {
    font-size: 31px;
  }
}

.fz32 {
  font-size: calc(var(--vw) * 32 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz32 {
    font-size: 32px;
  }
}

.fz33 {
  font-size: calc(var(--vw) * 33 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz33 {
    font-size: 33px;
  }
}

.fz34 {
  font-size: calc(var(--vw) * 34 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz34 {
    font-size: 34px;
  }
}

.fz35 {
  font-size: calc(var(--vw) * 35 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz35 {
    font-size: 35px;
  }
}

.fz36 {
  font-size: calc(var(--vw) * 36 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz36 {
    font-size: 36px;
  }
}

.fz37 {
  font-size: calc(var(--vw) * 37 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz37 {
    font-size: 37px;
  }
}

.fz38 {
  font-size: calc(var(--vw) * 38 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz38 {
    font-size: 38px;
  }
}

.fz39 {
  font-size: calc(var(--vw) * 39 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz39 {
    font-size: 39px;
  }
}

.fz40 {
  font-size: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .fz40 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz10 {
    font-size: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz11 {
    font-size: calc(var(--vw) * 11 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz12 {
    font-size: calc(var(--vw) * 12 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz13 {
    font-size: calc(var(--vw) * 13 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz14 {
    font-size: calc(var(--vw) * 14 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz15 {
    font-size: calc(var(--vw) * 15 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz16 {
    font-size: calc(var(--vw) * 16 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz17 {
    font-size: calc(var(--vw) * 17 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz18 {
    font-size: calc(var(--vw) * 18 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz19 {
    font-size: calc(var(--vw) * 19 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz20 {
    font-size: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz21 {
    font-size: calc(var(--vw) * 21 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz22 {
    font-size: calc(var(--vw) * 22 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz23 {
    font-size: calc(var(--vw) * 23 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz24 {
    font-size: calc(var(--vw) * 24 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz25 {
    font-size: calc(var(--vw) * 25 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz26 {
    font-size: calc(var(--vw) * 26 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz27 {
    font-size: calc(var(--vw) * 27 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz28 {
    font-size: calc(var(--vw) * 28 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz29 {
    font-size: calc(var(--vw) * 29 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz30 {
    font-size: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz31 {
    font-size: calc(var(--vw) * 31 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz32 {
    font-size: calc(var(--vw) * 32 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz33 {
    font-size: calc(var(--vw) * 33 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz34 {
    font-size: calc(var(--vw) * 34 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz35 {
    font-size: calc(var(--vw) * 35 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz36 {
    font-size: calc(var(--vw) * 36 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz37 {
    font-size: calc(var(--vw) * 37 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz38 {
    font-size: calc(var(--vw) * 38 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz39 {
    font-size: calc(var(--vw) * 39 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz40 {
    font-size: calc(var(--vw) * 40 / 375 * 100);
  }
}

.mt0 {
  margin-top: calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt10 {
  margin-top: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mt20 {
  margin-top: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt30 {
  margin-top: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  margin-top: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mt50 {
  margin-top: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mt60 {
  margin-top: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mt70 {
  margin-top: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mt80 {
  margin-top: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mt90 {
  margin-top: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mt100 {
  margin-top: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mt110 {
  margin-top: calc(var(--vw) * 110 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt110 {
    margin-top: 110px;
  }
}

.mt120 {
  margin-top: calc(var(--vw) * 120 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mt120 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt0 {
    margin-top: calc(var(--vw) * 0 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt10 {
    margin-top: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt20 {
    margin-top: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt30 {
    margin-top: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt40 {
    margin-top: calc(var(--vw) * 40 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt50 {
    margin-top: calc(var(--vw) * 50 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt60 {
    margin-top: calc(var(--vw) * 60 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt70 {
    margin-top: calc(var(--vw) * 70 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt80 {
    margin-top: calc(var(--vw) * 80 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt90 {
    margin-top: calc(var(--vw) * 90 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt100 {
    margin-top: calc(var(--vw) * 100 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt110 {
    margin-top: calc(var(--vw) * 110 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt120 {
    margin-top: calc(var(--vw) * 120 / 375 * 100);
  }
}

.mb0 {
  margin-bottom: calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mb10 {
  margin-bottom: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb30 {
  margin-bottom: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb40 {
  margin-bottom: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb50 {
  margin-bottom: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb60 {
  margin-bottom: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb70 {
  margin-bottom: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mb80 {
  margin-bottom: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb90 {
  margin-bottom: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mb100 {
  margin-bottom: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mb110 {
  margin-bottom: calc(var(--vw) * 110 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb110 {
    margin-bottom: 110px;
  }
}

.mb120 {
  margin-bottom: calc(var(--vw) * 120 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb0 {
    margin-bottom: calc(var(--vw) * 0 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb10 {
    margin-bottom: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb20 {
    margin-bottom: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb30 {
    margin-bottom: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb40 {
    margin-bottom: calc(var(--vw) * 40 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb50 {
    margin-bottom: calc(var(--vw) * 50 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb60 {
    margin-bottom: calc(var(--vw) * 60 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb70 {
    margin-bottom: calc(var(--vw) * 70 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb80 {
    margin-bottom: calc(var(--vw) * 80 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb90 {
    margin-bottom: calc(var(--vw) * 90 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb100 {
    margin-bottom: calc(var(--vw) * 100 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb110 {
    margin-bottom: calc(var(--vw) * 110 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb120 {
    margin-bottom: calc(var(--vw) * 120 / 375 * 100);
  }
}

.ml0 {
  margin-left: calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml0 {
    margin-left: 0px;
  }
}

.ml10 {
  margin-left: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml10 {
    margin-left: 10px;
  }
}

.ml20 {
  margin-left: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml20 {
    margin-left: 20px;
  }
}

.ml30 {
  margin-left: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml30 {
    margin-left: 30px;
  }
}

.ml40 {
  margin-left: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml40 {
    margin-left: 40px;
  }
}

.ml50 {
  margin-left: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml50 {
    margin-left: 50px;
  }
}

.ml60 {
  margin-left: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml60 {
    margin-left: 60px;
  }
}

.ml70 {
  margin-left: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml70 {
    margin-left: 70px;
  }
}

.ml80 {
  margin-left: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml80 {
    margin-left: 80px;
  }
}

.ml90 {
  margin-left: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml90 {
    margin-left: 90px;
  }
}

.ml100 {
  margin-left: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml100 {
    margin-left: 100px;
  }
}

.ml110 {
  margin-left: calc(var(--vw) * 110 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml110 {
    margin-left: 110px;
  }
}

.ml120 {
  margin-left: calc(var(--vw) * 120 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .ml120 {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spml0 {
    margin-left: calc(var(--vw) * 0 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml10 {
    margin-left: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml20 {
    margin-left: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml30 {
    margin-left: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml40 {
    margin-left: calc(var(--vw) * 40 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml50 {
    margin-left: calc(var(--vw) * 50 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml60 {
    margin-left: calc(var(--vw) * 60 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml70 {
    margin-left: calc(var(--vw) * 70 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml80 {
    margin-left: calc(var(--vw) * 80 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml90 {
    margin-left: calc(var(--vw) * 90 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml100 {
    margin-left: calc(var(--vw) * 100 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml110 {
    margin-left: calc(var(--vw) * 110 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml120 {
    margin-left: calc(var(--vw) * 120 / 375 * 100);
  }
}

.mr0 {
  margin-right: calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr0 {
    margin-right: 0px;
  }
}

.mr10 {
  margin-right: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr10 {
    margin-right: 10px;
  }
}

.mr20 {
  margin-right: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr20 {
    margin-right: 20px;
  }
}

.mr30 {
  margin-right: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr30 {
    margin-right: 30px;
  }
}

.mr40 {
  margin-right: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr40 {
    margin-right: 40px;
  }
}

.mr50 {
  margin-right: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr50 {
    margin-right: 50px;
  }
}

.mr60 {
  margin-right: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr60 {
    margin-right: 60px;
  }
}

.mr70 {
  margin-right: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr70 {
    margin-right: 70px;
  }
}

.mr80 {
  margin-right: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr80 {
    margin-right: 80px;
  }
}

.mr90 {
  margin-right: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr90 {
    margin-right: 90px;
  }
}

.mr100 {
  margin-right: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr100 {
    margin-right: 100px;
  }
}

.mr110 {
  margin-right: calc(var(--vw) * 110 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr110 {
    margin-right: 110px;
  }
}

.mr120 {
  margin-right: calc(var(--vw) * 120 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .mr120 {
    margin-right: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr0 {
    margin-right: calc(var(--vw) * 0 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr10 {
    margin-right: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr20 {
    margin-right: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr30 {
    margin-right: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr40 {
    margin-right: calc(var(--vw) * 40 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr50 {
    margin-right: calc(var(--vw) * 50 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr60 {
    margin-right: calc(var(--vw) * 60 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr70 {
    margin-right: calc(var(--vw) * 70 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr80 {
    margin-right: calc(var(--vw) * 80 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr90 {
    margin-right: calc(var(--vw) * 90 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr100 {
    margin-right: calc(var(--vw) * 100 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr110 {
    margin-right: calc(var(--vw) * 110 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr120 {
    margin-right: calc(var(--vw) * 120 / 375 * 100);
  }
}

.pt0 {
  padding-top: calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt0 {
    padding-top: 0px;
  }
}

.pt10 {
  padding-top: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt10 {
    padding-top: 10px;
  }
}

.pt20 {
  padding-top: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt20 {
    padding-top: 20px;
  }
}

.pt30 {
  padding-top: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt30 {
    padding-top: 30px;
  }
}

.pt40 {
  padding-top: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt40 {
    padding-top: 40px;
  }
}

.pt50 {
  padding-top: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt50 {
    padding-top: 50px;
  }
}

.pt60 {
  padding-top: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt60 {
    padding-top: 60px;
  }
}

.pt70 {
  padding-top: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt70 {
    padding-top: 70px;
  }
}

.pt80 {
  padding-top: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt80 {
    padding-top: 80px;
  }
}

.pt90 {
  padding-top: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt90 {
    padding-top: 90px;
  }
}

.pt100 {
  padding-top: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt100 {
    padding-top: 100px;
  }
}

.pt110 {
  padding-top: calc(var(--vw) * 110 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt110 {
    padding-top: 110px;
  }
}

.pt120 {
  padding-top: calc(var(--vw) * 120 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pt120 {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt0 {
    padding-top: calc(var(--vw) * 0 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt10 {
    padding-top: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt20 {
    padding-top: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt30 {
    padding-top: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt40 {
    padding-top: calc(var(--vw) * 40 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt50 {
    padding-top: calc(var(--vw) * 50 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt60 {
    padding-top: calc(var(--vw) * 60 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt70 {
    padding-top: calc(var(--vw) * 70 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt80 {
    padding-top: calc(var(--vw) * 80 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt90 {
    padding-top: calc(var(--vw) * 90 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt100 {
    padding-top: calc(var(--vw) * 100 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt110 {
    padding-top: calc(var(--vw) * 110 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppt120 {
    padding-top: calc(var(--vw) * 120 / 375 * 100);
  }
}

.pb0 {
  padding-bottom: calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb0 {
    padding-bottom: 0px;
  }
}

.pb10 {
  padding-bottom: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb10 {
    padding-bottom: 10px;
  }
}

.pb20 {
  padding-bottom: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb20 {
    padding-bottom: 20px;
  }
}

.pb30 {
  padding-bottom: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb30 {
    padding-bottom: 30px;
  }
}

.pb40 {
  padding-bottom: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb40 {
    padding-bottom: 40px;
  }
}

.pb50 {
  padding-bottom: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb50 {
    padding-bottom: 50px;
  }
}

.pb60 {
  padding-bottom: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb60 {
    padding-bottom: 60px;
  }
}

.pb70 {
  padding-bottom: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb70 {
    padding-bottom: 70px;
  }
}

.pb80 {
  padding-bottom: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb80 {
    padding-bottom: 80px;
  }
}

.pb90 {
  padding-bottom: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb90 {
    padding-bottom: 90px;
  }
}

.pb100 {
  padding-bottom: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb100 {
    padding-bottom: 100px;
  }
}

.pb110 {
  padding-bottom: calc(var(--vw) * 110 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb110 {
    padding-bottom: 110px;
  }
}

.pb120 {
  padding-bottom: calc(var(--vw) * 120 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pb120 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb0 {
    padding-bottom: calc(var(--vw) * 0 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb10 {
    padding-bottom: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb20 {
    padding-bottom: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb30 {
    padding-bottom: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb40 {
    padding-bottom: calc(var(--vw) * 40 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb50 {
    padding-bottom: calc(var(--vw) * 50 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb60 {
    padding-bottom: calc(var(--vw) * 60 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb70 {
    padding-bottom: calc(var(--vw) * 70 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb80 {
    padding-bottom: calc(var(--vw) * 80 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb90 {
    padding-bottom: calc(var(--vw) * 90 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb100 {
    padding-bottom: calc(var(--vw) * 100 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb110 {
    padding-bottom: calc(var(--vw) * 110 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppb120 {
    padding-bottom: calc(var(--vw) * 120 / 375 * 100);
  }
}

.pl0 {
  padding-left: calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl0 {
    padding-left: 0px;
  }
}

.pl10 {
  padding-left: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl10 {
    padding-left: 10px;
  }
}

.pl20 {
  padding-left: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl20 {
    padding-left: 20px;
  }
}

.pl30 {
  padding-left: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl30 {
    padding-left: 30px;
  }
}

.pl40 {
  padding-left: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl40 {
    padding-left: 40px;
  }
}

.pl50 {
  padding-left: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl50 {
    padding-left: 50px;
  }
}

.pl60 {
  padding-left: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl60 {
    padding-left: 60px;
  }
}

.pl70 {
  padding-left: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl70 {
    padding-left: 70px;
  }
}

.pl80 {
  padding-left: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl80 {
    padding-left: 80px;
  }
}

.pl90 {
  padding-left: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl90 {
    padding-left: 90px;
  }
}

.pl100 {
  padding-left: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl100 {
    padding-left: 100px;
  }
}

.pl110 {
  padding-left: calc(var(--vw) * 110 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl110 {
    padding-left: 110px;
  }
}

.pl120 {
  padding-left: calc(var(--vw) * 120 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pl120 {
    padding-left: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl0 {
    padding-left: calc(var(--vw) * 0 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl10 {
    padding-left: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl20 {
    padding-left: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl30 {
    padding-left: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl40 {
    padding-left: calc(var(--vw) * 40 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl50 {
    padding-left: calc(var(--vw) * 50 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl60 {
    padding-left: calc(var(--vw) * 60 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl70 {
    padding-left: calc(var(--vw) * 70 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl80 {
    padding-left: calc(var(--vw) * 80 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl90 {
    padding-left: calc(var(--vw) * 90 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl100 {
    padding-left: calc(var(--vw) * 100 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl110 {
    padding-left: calc(var(--vw) * 110 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppl120 {
    padding-left: calc(var(--vw) * 120 / 375 * 100);
  }
}

.pr0 {
  padding-right: calc(var(--vw) * 0 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr0 {
    padding-right: 0px;
  }
}

.pr10 {
  padding-right: calc(var(--vw) * 10 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr10 {
    padding-right: 10px;
  }
}

.pr20 {
  padding-right: calc(var(--vw) * 20 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr20 {
    padding-right: 20px;
  }
}

.pr30 {
  padding-right: calc(var(--vw) * 30 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr30 {
    padding-right: 30px;
  }
}

.pr40 {
  padding-right: calc(var(--vw) * 40 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr40 {
    padding-right: 40px;
  }
}

.pr50 {
  padding-right: calc(var(--vw) * 50 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr50 {
    padding-right: 50px;
  }
}

.pr60 {
  padding-right: calc(var(--vw) * 60 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr60 {
    padding-right: 60px;
  }
}

.pr70 {
  padding-right: calc(var(--vw) * 70 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr70 {
    padding-right: 70px;
  }
}

.pr80 {
  padding-right: calc(var(--vw) * 80 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr80 {
    padding-right: 80px;
  }
}

.pr90 {
  padding-right: calc(var(--vw) * 90 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr90 {
    padding-right: 90px;
  }
}

.pr100 {
  padding-right: calc(var(--vw) * 100 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr100 {
    padding-right: 100px;
  }
}

.pr110 {
  padding-right: calc(var(--vw) * 110 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr110 {
    padding-right: 110px;
  }
}

.pr120 {
  padding-right: calc(var(--vw) * 120 / 1380 * 100);
}
@media screen and (min-width: 1380px) {
  .pr120 {
    padding-right: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr0 {
    padding-right: calc(var(--vw) * 0 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr10 {
    padding-right: calc(var(--vw) * 10 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr20 {
    padding-right: calc(var(--vw) * 20 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr30 {
    padding-right: calc(var(--vw) * 30 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr40 {
    padding-right: calc(var(--vw) * 40 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr50 {
    padding-right: calc(var(--vw) * 50 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr60 {
    padding-right: calc(var(--vw) * 60 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr70 {
    padding-right: calc(var(--vw) * 70 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr80 {
    padding-right: calc(var(--vw) * 80 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr90 {
    padding-right: calc(var(--vw) * 90 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr100 {
    padding-right: calc(var(--vw) * 100 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr110 {
    padding-right: calc(var(--vw) * 110 / 375 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .sppr120 {
    padding-right: calc(var(--vw) * 120 / 375 * 100);
  }
}

:root {
  --vw: 1vw;
}

@media only screen and (max-width: 767.98px) {
  .tbpc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .is_pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .is_sp {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
