@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1.7;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style-position: outside;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

a.no-click{pointer-events: none}

/*
@font-face {
  font-family: "hannari";
  src: url("../webfonts/hannari-mincho.woff2") format("woff2"), url("../webfonts/hannari-mincho.woff") format("woff");
}
*/

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-weight: medium;
  font-weight: 400;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}


/* ================================================================================================= */
/* ==================================>>>>> _basicElementStyle <<<<<================================= */
html,
body {
  position: relative;
  padding: 0;
  margin: 0;
}

.header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
}
.header.top {
  height: 90vh;
}
.header.under {
  height: 80px;
}

.pageTitlePart {
  width: 100%;
  background-color: #013B95;
  padding: 40px 30px;
}
@media (max-width: 576px) {
  .pageTitlePart {
    padding: 30px 15px;
  }
}
.pageTitlePart > .h1 {
  color: #ffffff;
}

.main {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 0;
}

.footer {
  position: relative;
  box-sizing: border-box;
  background-color: #013B95;
  z-index: 0;
}

.bWrapper {
  display: block;
  width: 100%;
}
.bWrapper.bw_pd {
  padding-top: 30px;
  padding-top: calc(30px + (60 - 30) * (100vw - 320px) / (1366 - 320));
  padding-top: max( 30px , min( calc( 30px + ( ( 60 - 30 ) * ( 100vw - 320px ) ) / ( 1366 - 320 ) ) , 60px ) );
  padding-top: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1366 - 320)), 60px);
  padding-right: 15px;
  padding-right: calc(15px + (45 - 15) * (100vw - 320px) / (1366 - 320));
  padding-right: max( 15px , min( calc( 15px + ( ( 45 - 15 ) * ( 100vw - 320px ) ) / ( 1366 - 320 ) ) , 45px ) );
  padding-right: clamp(15px, calc(15px + (45 - 15) * (100vw - 320px) / (1366 - 320)), 45px);
  padding-bottom: 30px;
  padding-bottom: calc(30px + (60 - 30) * (100vw - 320px) / (1366 - 320));
  padding-bottom: max( 30px , min( calc( 30px + ( ( 60 - 30 ) * ( 100vw - 320px ) ) / ( 1366 - 320 ) ) , 60px ) );
  padding-bottom: clamp(30px, calc(30px + (60 - 30) * (100vw - 320px) / (1366 - 320)), 60px);
  padding-left: 15px;
  padding-left: calc(15px + (45 - 15) * (100vw - 320px) / (1366 - 320));
  padding-left: max( 15px , min( calc( 15px + ( ( 45 - 15 ) * ( 100vw - 320px ) ) / ( 1366 - 320 ) ) , 45px ) );
  padding-left: clamp(15px, calc(15px + (45 - 15) * (100vw - 320px) / (1366 - 320)), 45px);
}
.bWrapper.bw_mt {
  margin-top: 150px;
}
.bWrapper.bw_mt:nth-of-type(2) {
  margin-top: 50px;
}
.bWrapper.bw_bg_white {
  background-color: #fff;
}
.bWrapper.bw_bg_water {
  background-color: #F1FBF9;
}

.bOuter {
  display: block;
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  overflow: hidden;
}
.bOuter.bo_bg_water {
  background-color: #F1FBF9;
}
.bOuter.bo_bg_white {
  background-color: #fff;
}
.bOuter.pd-main {
  padding-right: 15px;
  padding-right: calc(15px + (30 - 15) * (100vw - 320px) / (1366 - 320));
  padding-right: max( 15px , min( calc( 15px + ( ( 30 - 15 ) * ( 100vw - 320px ) ) / ( 1366 - 320 ) ) , 30px ) );
  padding-right: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1366 - 320)), 30px);
  padding-left: 15px;
  padding-left: calc(15px + (30 - 15) * (100vw - 320px) / (1366 - 320));
  padding-left: max( 15px , min( calc( 15px + ( ( 30 - 15 ) * ( 100vw - 320px ) ) / ( 1366 - 320 ) ) , 30px ) );
  padding-left: clamp(15px, calc(15px + (30 - 15) * (100vw - 320px) / (1366 - 320)), 30px);
}
.bOuter.pd-desc {
  padding-right: 25px;
  padding-left: 25px;
}
.bOuter.maxWidth-1080 {
  max-width: 1140px;
}
.bOuter.maxWidth-hd {
  max-width: 1280px;
}
.bOuter.maxWidth-xl {
  max-width: 960px;
}
.bOuter.maxWidth-lg {
  max-width: 800px;
}
.bOuter.maxWidth-580 {
  max-width: 580px;
}
.bOuter.maxWidth-md {
  max-width: 708px;
}
.bOuter.maxWidth-sm {
  max-width: 518px;
}
.bOuter.overflowVisible {
  overflow: visible;
}

.h1 {
  font-size: 32px;
  line-height: 1.2em;
  color: #013B95;
  font-family: "Noto Serif JP", "NotoSerifJP", "noto serif jp", YuMincho, "Yu Mincho", serif;
  font-weight: 700;
  font-weight: bold;
}

.h2 {
  position: relative;
  font-size: 26px;
  font-size: 20px;
  font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1100 - 320));
  font-size: max( 20px , min( calc( 20px + ( ( 40 - 20 ) * ( 100vw - 320px ) ) / ( 1100 - 320 ) ) , 40px ) );
  font-size: clamp(20px, calc(20px + (40 - 20) * (100vw - 320px) / (1100 - 320)), 40px);
  min-height: 0vw;
  line-height: 1.3em;
  color: #224696;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  font-weight: bold;
  text-align: center;
}


.h2__desc__en {
  font-size: 25px;
  font-size: calc(25px + (70 - 25) * (100vw - 320px) / (1100 - 320));
  font-size: max( 25px , min( calc( 25px + ( ( 70 - 25 ) * ( 100vw - 320px ) ) / ( 1100 - 320 ) ) , 70px ) );
  font-size: clamp(25px, calc(25px + (70 - 25) * (100vw - 320px) / (1100 - 320)), 70px);
  min-height: 0vw;
  color: rgba(1, 59, 149, 0.3);
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
  line-height: 1.2em;
}

.h2_v_outer {
  text-align: center;
  width: 100%;
}

.h3 {
  font-size: 24px;
  font-size: 18px;
  font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1100 - 320));
  font-size: max( 18px , min( calc( 18px + ( ( 24 - 18 ) * ( 100vw - 320px ) ) / ( 1100 - 320 ) ) , 24px ) );
  font-size: clamp(18px, calc(18px + (24 - 18) * (100vw - 320px) / (1100 - 320)), 24px);
  min-height: 0vw;
  line-height: 1.3em;
  color: #013B95;
  font-weight: normal;
  font-weight: regular;
  font-weight: 500;
  text-align: center;
}

.h4 {
  font-size: 18px;
  line-height: 1.2em;
  color: #333333;
  font-weight: 600;
  font-weight: bold;
}

.h5 {
  font-size: 16px;
  line-height: 1.2em;
  color: #333333;
  font-family: "Noto Serif JP", "NotoSerifJP", "noto serif jp", YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-weight: bold;
}

.p {
  font-size: 16px;
  line-height: 2em;
  color: #333333;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-weight: 400;
}
.p.pColorWhite {
  color: #ffffff;
}

.tac {
  text-align: center;
}
@media (min-width: 769px) {
  .tac.rps {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tac.rps {
    text-align: left;
  }
}

.writemode_v {
  writing-mode: vertical-rl;
  display: inline-block;
}

.a,
.button,
input[type=submit].input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: 0.6s;
}
.a, .a.lg,
.button,
.button.lg,
input[type=submit].input,
input[type=submit].input.lg {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
}
.a:hover, .a.lg:hover,
.button:hover,
.button.lg:hover,
input[type=submit].input:hover,
input[type=submit].input.lg:hover {
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #333333;
}
.a.xl,
.button.xl,
input[type=submit].input.xl {
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #333333;
}
.a.xl:hover,
.button.xl:hover,
input[type=submit].input.xl:hover {
  color: #ffffff;
  background-color: #333333;
  border: 1px solid #333333;
}
.a.md,
.button.md,
input[type=submit].input.md {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
}
.a.md:hover,
.button.md:hover,
input[type=submit].input.md:hover {
  color: #333333;
  background-color: #333333;
  border: 1px solid #333333;
}
.a.sm,
.button.sm,
input[type=submit].input.sm {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
}
.a.sm:hover,
.button.sm:hover,
input[type=submit].input.sm:hover {
  color: #333333;
  background-color: #333333;
  border: 1px solid #333333;
}

.hr {
  background-color: #013B95;
  border-color: #013B95;
  height: 1px;
  padding: none;
  margin: 0px;
}

.blockquote {
  font-size: 12px;
  line-height: 1.25em;
  padding: 40px;
  font-style: italic;
  color: #333333;
  background-color: #666666;
  position: relative;
}
.blockquote::before {
  content: "";
  background-color: #333333;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pre {
  white-space: pre;
}

.code {
  font-size: 13px;
  font-size: calc(13px + (16 - 13) * (100vw - 576px) / (1366 - 576));
  font-size: max( 13px , min( calc( 13px + ( ( 16 - 13 ) * ( 100vw - 576px ) ) / ( 1366 - 576 ) ) , 16px ) );
  font-size: clamp(13px, calc(13px + (16 - 13) * (100vw - 576px) / (1366 - 576)), 16px);
  min-height: 0vw;
  line-height: 1.2em;
  color: #333333;
}

.b_anchor_01,
.b_button_01 {
  display: inline-block;
  background-color: #013B95;
  color: #68b7b2;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #013B95;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 5px 20px;
  margin: 0 auto;
  transition: color 0.2s, background-color 0.6s;
}

.b_anchor_01:hover,
.b_button_01:hover {
  background-color: #227772;
  color: #013B95;
}

.ul,
.ol {
  margin-top: 60px;
  font-size: 14px;
  font-size: calc(14px + (20 - 14) * (100vw - 576px) / (1366 - 576));
  font-size: max( 14px , min( calc( 14px + ( ( 20 - 14 ) * ( 100vw - 576px ) ) / ( 1366 - 576 ) ) , 20px ) );
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 576px) / (1366 - 576)), 20px);
  min-height: 0vw;
  color: #333333;
}
.ul .li,
.ol .li {
  padding-left: 0.5em;
  font-size: 15px;
  font-size: calc(15px + (18 - 15) * (100vw - 576px) / (1366 - 576));
  font-size: max( 15px , min( calc( 15px + ( ( 18 - 15 ) * ( 100vw - 576px ) ) / ( 1366 - 576 ) ) , 18px ) );
  font-size: clamp(15px, calc(15px + (18 - 15) * (100vw - 576px) / (1366 - 576)), 18px);
  min-height: 0vw;
  line-height: 2em;
  vertical-align: baseline;
  font-weight: normal;
  font-weight: 400;
  margin-top: 24px;
}
.ul .li:first-child,
.ol .li:first-child {
  margin-top: 0;
}

.ul.alt {
  list-style: none;
}
.ul.alt > .li {
  padding-left: 0em;
}
.ul.alt > .li:not(:last-child) {
  border-bottom: 1px solid #333333;
  line-height: 2em;
}
.ul.icons {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.ul.icons .li {
  list-style: none;
}

.ol {
  counter-reset: list-count;
  list-style: none;
}
.ol > li::before {
  content: counter(list-count) ". ";
  counter-increment: list-count;
  font-weight: bold;
  font-weight: 500;
  color: #333333;
}

w .icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: 20px;
  font-size: calc(20px + (30 - 20) * (100vw - 576px) / (1366 - 576));
  font-size: max( 20px , min( calc( 20px + ( ( 30 - 20 ) * ( 100vw - 576px ) ) / ( 1366 - 576 ) ) , 30px ) );
  font-size: clamp(20px, calc(20px + (30 - 20) * (100vw - 576px) / (1366 - 576)), 30px);
  min-height: 0vw;
}
w .icon .label {
  display: none;
}
w .icon.brands {
  font-family: "Font Awesome 5 Brands" !important;
}
w .icon.brands::before {
  color: #013B95;
}
w .icon.brands.alt::before {
  color: #ffffff;
  text-shadow: 1px 0 0 #F1FBF9, -1px 0 0 #F1FBF9, 0 1px 0 #F1FBF9, 0 -1px 0 #F1FBF9;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mt_top {
  margin-top: 65px;
}

.basicToTop {
  text-align: center;
}
.basicToTop__toTop {
  display: inline-block;
  padding: 15px;
  border: 1px solid #333333;
  min-width: 200px;
  font-size: 17px;
  color: #333333;
  text-decoration: none;
  border-radius: 24px;
}
.basicToTop__toTop:hover {
  background-color: #013B95;
  color: #ffffff;
  border: 1px solid;
}

.table-wrapper {
  width: 100%;
  font-size: 16px;
  font-size: calc(16px + (16 - 16) * (100vw - 576px) / (1366 - 576));
  font-size: max( 16px , min( calc( 16px + ( ( 16 - 16 ) * ( 100vw - 576px ) ) / ( 1366 - 576 ) ) , 16px ) );
  font-size: clamp(16px, calc(16px + (16 - 16) * (100vw - 576px) / (1366 - 576)), 16px);
  min-height: 0vw;
}
.table-wrapper tr {
  border-right: solid 1px #333333;
  border-top: solid 1px #333333;
}
.table-wrapper th, .table-wrapper td {
  color: #333333;
  border-bottom: solid 1px #333333;
  border-left: solid 1px #333333;
  padding: 15px;
}
.table-wrapper th:nth-child(1), .table-wrapper td:nth-child(1) {
  width: 35%;
}
.table-wrapper th {
  font-weight: bold;
  font-weight: 700;
  background-color: #666666;
}

@media (min-width: 769px) {
  .hideInPc {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hideInSp {
    display: none !important;
  }
}
/* ==================================>>>>> _basicElementStyle <<<<<================================= */
/* ================================================================================================= */
.div__img {
  overflow: hidden;
  width: 100%;
}
.div__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
}

@media (min-width: 1px) {
  .b_pkb_min-sp {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .b_pkb_max-sp {
    display: none !important;
  }
}
@media (min-width: 577px) {
  .b_pkb_min-tablet {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .b_pkb_max-tablet {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .b_pkb_min-pc {
    display: none !important;
  }
}
@media (max-width: 1920px) {
  .b_pkb_max-pc {
    display: none !important;
  }
}
@media (min-width: 1px) {
  .b_pkb_min-xs {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .b_pkb_max-xs {
    display: none !important;
  }
}
@media (min-width: 321px) {
  .b_pkb_min-sm {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .b_pkb_max-sm {
    display: none !important;
  }
}
@media (min-width: 577px) {
  .b_pkb_min-md {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .b_pkb_max-md {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .b_pkb_min-lg {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .b_pkb_max-lg {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .b_pkb_min-xl {
    display: none !important;
  }
}
@media (max-width: 1366px) {
  .b_pkb_max-xl {
    display: none !important;
  }
}
@media (min-width: 1367px) {
  .b_pkb_min-hd {
    display: none !important;
  }
}
@media (max-width: 1920px) {
  .b_pkb_max-hd {
    display: none !important;
  }
}
.clearfix::after {
  content: "";
  display: table;
  float: none;
  clear: both;
}

/* ================================================================================================= */
/* ===================================>>>>> _globalNavi_01_001 <<<<<=================================== */
.globalNavi_01_002 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8000;
  background-color: #fff;
}

.hamburger-button {
  z-index: 10000;
  position: absolute;
  top: 40%;
  right: 20px;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 10%;
  cursor: pointer;
  transition: 0.6s;
}
@media screen and (min-width: 1020px) {
  .hamburger-button {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .hamburger-button {
    display: block;
  }
}
.hamburger-button div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 1.5px;
  background-color: #fff;
  transition: opacity 0.2s, top 0.5s, transform 0.5s;
}
.hamburger-button .text {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}
.hamburger-button .text.p {
  font-size: 12px;
  color: #ffffff;
}

.hamburger-button {
  cursor: pointer;
}
.hamburger-button div:nth-child(1) {
  top: 50%;
}
.hamburger-button div:nth-child(2) {
  top: 25%;
}
.hamburger-button div:nth-child(3) {
  top: 75%;
}
.hamburger-button.active div {
  background-color: #013B95;
}
.hamburger-button.active div:nth-child(1) {
  top: 50%;
  opacity: 0;
}
.hamburger-button.active div:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger-button.active div:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger-button.active p.text.p {
  color: #013B95;
  opacity: 0;
}

@media screen and (min-width: 1020px) {
  .nav_hideInPc {
    display: none !important;
  }
  .globalNavi_01_002 {
    margin: 0 auto;
    padding: 0 0 0 20px;
    height: 70px;
    background-color: #013B95;
  }
  .globalNavi_01_002 > .outer {
    display: grid;
    grid-template-columns: 200px 1fr;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .globalNavi_01_002 > .outer .logoPart {
    align-self: center;
    display: block;
    position: relative;
    z-index: 9500;
    overflow: hidden;
    width: 100%;
    height: 31px;
  }
  .globalNavi_01_002 > .outer .logoPart img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
  .globalNavi_01_002 > .outer .navPart {
    position: relative;
    z-index: 9000;
    justify-self: right;
    display: grid;
    height: 100%;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu {
    align-self: center;
    display: grid;
    grid-template-columns: auto auto 93px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_grid {
    align-self: center;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_grid .navMenu_li {
    display: inline-block;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_grid .navMenu_li a {
    margin-left: 25px;
    text-decoration: none;
    font-size: 20px;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-weight: normal;
    width: 100%;
    height: 100%;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns {
    align-self: center;
    padding-right: 25px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns .navMenu_li {
    display: inline-block;
    margin-left: 25px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns .navMenu_li a {
    text-decoration: none;
    font-size: 32px;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    height: 100%;
    vertical-align: 10px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns .navMenu_li a .tel {
    font-size: 20px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_cta {
    display: block;
    background: #fff;
    height: 70px;
    position: relative;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_cta .navMenu_cta_target {
    height: 100%;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_cta .navMenu_cta_target > img {
    height: 100%;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu_cta_spOnly {
    display: none;
  }
}
@media screen and (max-width: 1019px) {
  .nav_hideInSp {
    display: none !important;
  }
  .globalNavi_01_002 {
    margin: 0 auto;
    padding: 0 0 0 20px;
    height: 65px;
    background-color: #013B95;
  }
  .globalNavi_01_002 > .outer {
    display: grid;
    grid-template-columns: minmax(25%, 130px) 1fr;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .globalNavi_01_002 > .outer .logoPart {
    align-self: center;
    display: block;
    position: relative;
    z-index: 9500;
    overflow: hidden;
    width: 100%;
    height: 31px;
    transition: 0.6s;
  }
  .globalNavi_01_002 > .outer .logoPart img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
  }
  .globalNavi_01_002 > .outer .logoPart #jsLogoPartPage {
    display: block;
    opacity: 1;
  }
  .globalNavi_01_002 > .outer .logoPart #jsLogoPartPage.active {
    display: none;
    opacity: 0;
  }
  .globalNavi_01_002 > .outer .logoPart #jsLogoPartNavg {
    display: none;
    opacity: 0;
  }
  .globalNavi_01_002 > .outer .logoPart #jsLogoPartNavg.active {
    opacity: 1;
    display: block;
  }
  .globalNavi_01_002 > .outer .navPart {
    position: relative;
    z-index: 9000;
    justify-self: right;
    display: grid;
    height: 100%;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu {
    padding-top: 100px;
    display: none;
    opacity: 0;
    transition: 0.6s;
    background: #fff;
    align-self: center;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    opacity: 1;
    grid-template-rows: max-content 60px;
    align-items: start;
    transition: 0.6s;
    animation-name: navMenu_active;
    animation-duration: 0.6s;
    animation-timing-function: ease;
    animation-fill-mode: initial;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_grid {
    padding: 0 20px;
    align-self: auto;
    order: 1;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_grid .navMenu_li {
    border-bottom: 1px solid #333333;
    position: relative;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_grid .navMenu_li:first-child {
    border-top: 1px solid #333333;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_grid .navMenu_li::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: 0.5em;
    color: #333333;
    transform: translate(-50%, -50%);
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_grid .navMenu_li a {
    padding: 16px 0;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    color: #333333;
    font-weight: regular;
    font-weight: 400;
    width: 100%;
    height: 100%;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns {
    order: 2;
    align-self: center;
    padding-right: 25px;
    padding-left: 25px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns .navMenu_li {
    display: inline-block;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns .navMenu_li:not(:first-child) {
    margin-left: 10px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns .navMenu_li a {
    text-decoration: none;
    font-size: 20px;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    color: #013B95;
    font-weight: 700;
    font-weight: bold;
    width: 100%;
    height: 100%;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_ul_sns .navMenu_li a .tel {
    font-size: 14px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_cta {
    display: none;
    background: #F1FBF9;
    background: #F1FBF9;
    height: 65px;
    position: relative;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_cta .navMenu_cta_target {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu .navMenu_cta .navMenu_cta_target > img {
    vertical-align: -2px;
    height: 16px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu_cta_spOnly {
    display: block;
    background: #fff;
    z-index: -1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 80px;
    width: 80px;
    height: 65px;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu_cta_spOnly .navMenu_cta_target {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: white;
    font-size: 16px;
    line-height: 1.2em;
    color: #ffffff;
    font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
    font-weight: 400;
  }
  .globalNavi_01_002 > .outer .navPart .navMenu_cta_spOnly .navMenu_cta_target > img {
    vertical-align: -2px;
    height: 65px;
  }
}
@keyframes navMenu_active {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: grid;
    opacity: 0;
  }
  100% {
    display: grid;
    opacity: 1;
  }
}
/* ====================================>>>>> _globalNavi_01_001 <<<<<=================================== */
/* ================================================================================================= */
/* ================================================================================================= */
/* ====================================>>>>> _toTop_01_001 <<<<<==================================== */
#toTop_01_001 {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5000;
  width: 70px;
  height: 70px;
  z-index: 5000;
}
#toTop_01_001 > a {
  display: block;
  width: 70px;
  height: 70px;
}
#toTop_01_001 > a > img {
  width: 70px;
  height: 70px;
}

/* ====================================>>>>> _toTop_01_001 <<<<<==================================== */
/* ================================================================================================= */
.index__header {
  position: relative;
}
.index__header__fv {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 55.5vw;
}
.index__header__textPart {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.index__header__titlePart {
  color: #ffffff;
  font-size: 24px;
  font-size: calc(24px + (71 - 24) * (100vw - 320px) / (1100 - 320));
  font-size: max( 24px , min( calc( 24px + ( ( 71 - 24 ) * ( 100vw - 320px ) ) / ( 1100 - 320 ) ) , 71px ) );
  font-size: clamp(24px, calc(24px + (71 - 24) * (100vw - 320px) / (1100 - 320)), 71px);
  min-height: 0vw;
  font-weight: 800;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
.index__header__descPart {
  color: #ffffff;
  font-size: 10px;
  font-size: calc(10px + (24 - 10) * (100vw - 320px) / (1100 - 320));
  font-size: max( 10px , min( calc( 10px + ( ( 24 - 10 ) * ( 100vw - 320px ) ) / ( 1100 - 320 ) ) , 24px ) );
  font-size: clamp(10px, calc(10px + (24 - 10) * (100vw - 320px) / (1100 - 320)), 24px);
  min-height: 0vw;
  line-height: 1.5em;
}
.index__header__bg__movie {
  background-color: #ddd;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index__header__bg__movie iframe {
  width: 100%;
  height: 100%;
}

.index__bWrapper__padding {
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .index__bWrapper__padding {
    padding: 30px 15px;
  }
}

.index__pointer__contaiter {
  position: relative;
}
.index__pointer__pointer {
  position: absolute;
  top: -40px;
  left: 0;
  width: 1px;
  height: 1px;
}
.index__ShootingAchievements__linkPart {
  display: block;
  width: 100%;
}
.index__ShootingAchievements__linkPart__button {
  margin: auto;
  max-width: 260px;
  display: block;
  border: 1px solid #013B95;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 20px;
  color: #013B95;
  text-decoration: none;
  font-weight: regular;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .index__usedInTvPrograms__exp {
    font-size: 20px;
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 1024px) {
  .index__usedInTvPrograms__exp {
    font-size: 16px;
    text-align: center;
  }
}
.index__reliableShootingSystem__gridInner__titlePart {
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .index__reliableShootingSystem__gridInner__titlePart {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .index__reliableShootingSystem__gridInner__titlePart {
    font-size: 18px;
  }
}
.index__reliableShootingSystem__cautionPart {
  font-size: 14px;
}
.index__shootingEquipment__eqGrid .inner {
  display: grid;
  gap: 30px;
  grid-row-gap: 30px;
  row-gap: 30px;
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 1025px) {
  .index__shootingEquipment__eqGrid .inner {
    grid-template-columns: 11fr 12fr;
  }
}
@media (max-width: 1024px) {
  .index__shootingEquipment__eqGrid .inner {
    grid-template-rows: auto;
  }
}
.index__shootingEquipment__eqGrid .titlePart {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .index__shootingEquipment__eqGrid .titlePart {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .index__shootingEquipment__eqGrid .titlePart {
    font-size: 18px;
  }
}
.index__PricesAndNotes__pricePart__title {
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2em;
  background-color: #013B95;
  color: #fff;
  padding: 10px;
}
@media (min-width: 1025px) {
  .index__PricesAndNotes__pricePart__title {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .index__PricesAndNotes__pricePart__title {
    font-size: 18px;
  }
}
.index__PricesAndNotes__pricePart__planGrid__container {
  display: grid;
  gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 769px) {
  .index__PricesAndNotes__pricePart__planGrid__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .index__PricesAndNotes__pricePart__planGrid__container {
    grid-template-rows: auto;
  }
}
.index__PricesAndNotes__pricePart__planGrid__container .inner {
  background-color: #fff;
  font-weight: bold;
  font-weight: 700;
  padding: 50px 0;
}
.index__PricesAndNotes__pricePart__planGrid__container .inner .name {
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .index__PricesAndNotes__pricePart__planGrid__container .inner .name {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .index__PricesAndNotes__pricePart__planGrid__container .inner .name {
    font-size: 18px;
  }
}
.index__PricesAndNotes__pricePart__planGrid__container .inner .price {
  line-height: 1.2em;
}
@media (min-width: 1025px) {
  .index__PricesAndNotes__pricePart__planGrid__container .inner .price {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .index__PricesAndNotes__pricePart__planGrid__container .inner .price {
    font-size: 30px;
  }
}
.index__PricesAndNotes__notesPart__container {
  background-color: #fff;
  padding: 15px;
  padding: calc(15px + (100 - 15) * (100vw - 320px) / (1366 - 320));
  padding: max( 15px , min( calc( 15px + ( ( 100 - 15 ) * ( 100vw - 320px ) ) / ( 1366 - 320 ) ) , 100px ) );
  padding: clamp(15px, calc(15px + (100 - 15) * (100vw - 320px) / (1366 - 320)), 100px);
}
.index__PricesAndNotes__notesPart__container .dl {
  display: grid;
  padding: 20px 0;
  border-bottom: 1px solid #013B95;
}
@media (min-width: 1025px) {
  .index__PricesAndNotes__notesPart__container .dl {
    grid-template-columns: 180px 1fr;
  }
}
@media (max-width: 1024px) {
  .index__PricesAndNotes__notesPart__container .dl {
    grid-template-rows: auto;
  }
}
.index__PricesAndNotes__notesPart__container .dl .dt {
  display: block;
  color: #013B95;
}
.index__PricesAndNotes__notesPart__container .dl .dd {
  display: block;
}
.index__PricesAndNotes__notesPart__container .dl .dd a.link {
  color: #013B95 !important;
}
.index__PricesAndNotes__notesPart__container .dl .dd a.link:hover {
  opacity: 0.7;
}
.index__PricesAndNotes__notesPart__container__aboutCondition {
  display: grid;
  gap: 20px;
  grid-row-gap: 20px;
  row-gap: 20px;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background: #fff;
}
@media (min-width: 769px) {
  .index__PricesAndNotes__notesPart__container__aboutCondition {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .index__PricesAndNotes__notesPart__container__aboutCondition {
    grid-template-rows: auto;
  }
}
.index__PricesAndNotes__notesPart__container .h4 {
  color: #013B95;
}
.index__frequentlyAskedQuestions__qaPart .faqQa__dl {
  padding: 20px 0;
  cursor: pointer;
}
.index__frequentlyAskedQuestions__qaPart .faqQa__dl:hover {
  opacity: 0.7;
}
.index__frequentlyAskedQuestions__qaPart .faqQa__dl .faqQa__dt {
  position: relative;
  padding-left: 32px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1.3em;
}
@media (min-width: 769px) {
  .index__frequentlyAskedQuestions__qaPart .faqQa__dl .faqQa__dt {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index__frequentlyAskedQuestions__qaPart .faqQa__dl .faqQa__dt {
    font-size: 20px;
  }
}
.index__frequentlyAskedQuestions__qaPart .faqQa__dl .faqQa__dt::before {
  content: "＋";
  position: absolute;
  top: 0.5em;
  left: 0;
  transform-origin: center;
  transform: translate(0, -0.5em);
}
.index__frequentlyAskedQuestions__qaPart .faqQa__dl .faqQa__dd {
  padding-left: 32px;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
  transition-timing-function: ease-out;
}
.index__frequentlyAskedQuestions__qaPart .faqQa__dl .faqQa__dd.view {
  padding-top: 20px;
  max-height: 100vh;
  transition: 0.2s;
  transition-timing-function: ease-in;
}
.index__branchPart_topwhite {
  width: 100%;
  height: 14.6vw;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
.index__branchPart_bottomwhite {
  width: 100%;
  height: 14.6vw;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.index__branchPart_topaqua {
  width: 100%;
  height: 14.6vw;
  background-color: #F1FBF9;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
}
.index__branchPart_triangle_aquqToWhite {
  position: relative;
  width: 100%;
  height: 7.3vw;
  background-color: #fff;
}
.index__branchPart_triangle_aquqToWhite::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 27vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #F1FBF9;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.index__branchPart_triangle_whiteToBlue {
  position: relative;
  width: 100%;
  height: 7.3vw;
  background-color: #013B95;
}
.index__branchPart_triangle_whiteToBlue::after {
  content: "";
  position: absolute;
  top: -0.5px;
  left: 50%;
  width: 27vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.index__hl {
  margin: 0 auto;
}

.s-o {
  position: relative;
  top: 200px;
  filter: blur(6px);
  transition: 0.6s;
  opacity: 10%;
}
.s-o.inview {
  top: 0px;
  filter: blur(0px);
  transition: 0.6s;
  opacity: 100%;
}

.global__grid__container {
  display: grid;
  gap: 20px;
  grid-column-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  grid-row-gap: 60px;
  row-gap: 60px;
}
@media screen and (min-width: 769px) {
  .global__grid__container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .global__grid__container {
    grid-template-rows: repeat(auto, 1fr);
  }
}
.global__grid__inner > a {
  display: block;
  text-decoration: none;
  color: #000000;
}
.global__grid__inner .desc {
  font-size: 14px;
  font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1100 - 320));
  font-size: max( 14px , min( calc( 14px + ( ( 20 - 14 ) * ( 100vw - 320px ) ) / ( 1100 - 320 ) ) , 20px ) );
  font-size: clamp(14px, calc(14px + (20 - 14) * (100vw - 320px) / (1100 - 320)), 20px);
  min-height: 0vw;
}

.footer.bWrapper {
  background-color: #013B95;
  color: #ffffff;
  padding: 60px 30px;
}
@media (max-width: 768px) {
  .footer.bWrapper {
    padding: 30px 15px;
  }
}
.footer.bWrapper .p, .footer.bWrapper .h2, .footer.bWrapper .h3 {
  color: #fff;
  color: #fff;
}
.footer.bWrapper .hr {
  background-color: #fff;
  border-color: #fff;
}
.footer.bWrapper .bOuter {
  max-width: 1200px;
}
@media (max-width: 768px) {
  .footer.bWrapper .bOuter {
    max-width: 390px;
  }
}
.footer__text {
  font-size: 16px;
  line-height: 1.5em;
  color: #ffffff;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: regular;
  font-weight: normal;
  font-weight: 200;
}
.footer__logo_part {
  width: 250px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
}
.footer__logo_part > img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.footer__ctaPart__container {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
}
@media (min-width: 1025px) {
  .footer__ctaPart__container {
    max-width: 1180px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .footer__ctaPart__container {
    max-width: 590px;
    grid-template-rows: repeat(2, 1fr);
  }
}
.footer__ctaPart__inner {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  color: #fff;
  text-decoration: none;
}
.footer__ctaPart__inner__title {
  display: block;
  font-size: 16px;
  font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1025 - 320));
  font-size: max( 16px , min( calc( 16px + ( ( 24 - 16 ) * ( 100vw - 320px ) ) / ( 1025 - 320 ) ) , 24px ) );
  font-size: clamp(16px, calc(16px + (24 - 16) * (100vw - 320px) / (1025 - 320)), 24px);
  min-height: 0vw;
  font-weight: bold;
  font-weight: 700;
}
.footer__ctaPart__inner__title.mail::after {
  content: "";
  display: inline-block;
  vertical-align: -0.25em;
  height: 1.1em;
  width: 1.5em;
  background-size: contain;
  background-image: url(../images/common/footer__mail.svg);
  background-repeat: no-repeat;
}
.footer__ctaPart__inner__number {
  display: block;
  font-size: 28px;
  font-size: calc(28px + (40 - 28) * (100vw - 320px) / (1025 - 320));
  font-size: max( 28px , min( calc( 28px + ( ( 40 - 28 ) * ( 100vw - 320px ) ) / ( 1025 - 320 ) ) , 40px ) );
  font-size: clamp(28px, calc(28px + (40 - 28) * (100vw - 320px) / (1025 - 320)), 40px);
  min-height: 0vw;
  font-weight: bold;
  font-weight: 700;
}
.footer__ctaPart__inner__p {
  line-height: 1.1em;
}
.footer__ctaPart__inner:first-child {
  box-sizing: content-box;
}
@media (min-width: 1025px) {
  .footer__ctaPart__inner:first-child {
    border-right: 1px solid #fff;
  }
}
@media (max-width: 1024px) {
  .footer__ctaPart__inner:first-child {
    border-bottom: 1px solid #fff;
  }
}
.footer__calendarPart {
  color: #ffffff;
}
.footer__cautionPart {
  font-size: 14px;
}
.footer__copyright {
  font-size: 12px;
  line-height: 1.5em;
  color: #ffffff;
  font-weight: regular;
  font-weight: 200;
}

.error404__header {
  background-color: #fff;
  color: #333333;
  padding: 80px 15px 40px;
}
.error404__main {
  background-color: #fff;
}/*# sourceMappingURL=style.css.map */