/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/assets/scss/styles.scss ***!
  \********************************************************************************************************************************************************************************************/
/* reset
================================================== */
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;
  vertical-align: baseline;
  background: transparent;
}

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

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;
}

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

input, select {
  vertical-align: middle;
}

input[type=text], input[type=email], input[type=tel], input[type=date], input[type=button], input[type=submit], input[type=reset], button, textarea, select, option {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}

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

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-display: swap;
  src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-display: swap;
  src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
body {
  font-family: Zen Kaku Gothic New, sans-serif;
}

/************************************************
    Setting
************************************************ */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}

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

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: inside;
}

*:active, *:focus {
  outline: none;
}

body {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.75;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}

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

/* clear */
.cf {
  zoom: 1;
}

.cf, .cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

.embed-container {
  position: relative;
  padding-bottom: 54.5%;
  overflow: hidden;
  max-width: 100%;
  height: 580px;
  text-align: center;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  body {
    background-color: #405f89;
  }
  #container {
    width: 100%;
    min-width: 976px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  #container #side {
    width: 436px;
    background-color: #10386b;
    position: sticky;
    z-index: 10;
    top: 0px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 85px 33px 0;
    height: 100vh;
    color: #ffffff;
  }
  #container #main {
    width: calc(100% - 436px);
  }
  #container #main #pc_container {
    background-color: #10386B;
    width: 540px;
    margin: 0 auto;
  }
  #spNavi h2 {
    margin-bottom: 60px;
  }
  #spNavi ul {
    padding: 0 50px;
  }
  #spNavi ul li {
    margin-bottom: 20px;
  }
  #spNavi ul li a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    display: block;
    background: url(../img/svg/arrow_nav_pc.svg) no-repeat right center;
    background-size: 25px auto;
  }
  .videoSec {
    padding: 20px;
  }
  #footer {
    background-color: #ffffff;
  }
  #footer .inner {
    padding: 40px 20px 20px;
    color: #10386b;
  }
  #footer .inner .center {
    color: #10386b;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  #footer .inner .btn {
    margin-bottom: 20px;
  }
  #footer .inner .btn a {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #footer .inner .btn a:hover {
    opacity: 0.8;
  }
  #footer .inner .teltbl {
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
  }
  #footer .inner .teltbl th, #footer .inner .teltbl td {
    text-align: left;
    width: 50%;
    padding: 5px 0;
  }
  #footer .inner .teltbl th a, #footer .inner .teltbl td a {
    color: #10386b;
    text-decoration: underline;
  }
  #footer .inner .teltbl th a:hover, #footer .inner .teltbl td a:hover {
    text-decoration: none;
  }
  #footer .inner .logo {
    margin-bottom: 40px;
  }
  #footer .inner .logo a {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #footer .inner .logo a:hover {
    opacity: 0.8;
  }
  #footer .inner .sns {
    margin-bottom: 20px;
  }
  #footer .inner .sns a {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #footer .inner .sns a:hover {
    opacity: 0.8;
  }
  #footer .inner .copy {
    text-align: center;
    font-size: 12px;
    width: 700;
  }
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  body {
    background-color: #10386B;
  }
  #header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
  }
  #menuBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: url(../img/svg/btn_menu.svg) no-repeat center;
    background-size: 100% auto;
    cursor: pointer;
  }
  #spNavi {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff100;
    padding-top: 15px;
    padding-bottom: 30px;
    border-radius: 0 0 0 20px;
  }
  #spNavi .inner {
    padding: 0 15px;
  }
  #spNavi #closeBtn {
    height: 25px;
    width: 100%;
    background: url(../img/svg/btn_close.svg) no-repeat right top;
    background-size: auto 100%;
  }
  #spNavi ul {
    margin-top: 20px;
    padding: 0 25px;
  }
  #spNavi ul li {
    margin-bottom: 10px;
    padding-right: 20px;
  }
  #spNavi ul li a {
    color: #10386b;
    font-size: 20px;
    font-weight: 700;
    display: block;
    background: url(../img/svg/arrow_nav.svg) no-repeat right center;
    background-size: 15px auto;
  }
  #spNavi.open {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .target {
    margin-top: -80px;
    padding-top: 80px;
  }
  .videoSec {
    padding: 20px;
  }
  #footer {
    background-color: #EAF6FD;
  }
  #footer .inner {
    padding: 40px 20px 20px;
    color: #10386b;
  }
  #footer .inner .center {
    color: #10386b;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  #footer .inner .btn {
    margin-bottom: 20px;
  }
  #footer .inner .teltbl {
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
  }
  #footer .inner .teltbl th, #footer .inner .teltbl td {
    text-align: left;
    width: 50%;
    padding: 5px 0;
  }
  #footer .inner .teltbl th a, #footer .inner .teltbl td a {
    color: #10386b;
    text-decoration: underline;
  }
  #footer .inner .logo {
    margin-bottom: 40px;
  }
  #footer .inner .sns {
    margin-bottom: 20px;
  }
  #footer .inner .copy {
    text-align: center;
    font-size: 12px;
    width: 700;
  }
  .pd {
    background-color: #ffffff;
    padding-bottom: 20px;
  }
  .mb {
    margin-bottom: 20px;
  }
}
