@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&subset=japanese);@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&subset=japanese);@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);/* ---------------------------------------------------------- */
/* viewport width SP */
/* ---------------------------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
/* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}
iframe {
  border-style: none;
}
input {
  border-radius: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type='search'] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
/* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[disabled] {
  cursor: default;
}
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
progress {
  vertical-align: baseline;
}
[aria-busy='true'] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled='true'] {
  cursor: default;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
body {
  color: #333;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.is-locked {
  overflow: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
}
.st-inner {
  margin: 0 auto 0;
}
.st-inner02 {
  margin: 0 auto 0;
}
.st-bg {
  background: #f2f2f2;
}
.js-scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.5s;
}
.js-scroll.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.txL {
  text-align: left !important;
}
.txC {
  text-align: center !important;
}
.txR {
  text-align: right !important;
}
.vaT {
  vertical-align: top;
}
.vaM {
  vertical-align: middle;
}
.vaB {
  vertical-align: bottom;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fNone {
  float: none;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.fNormal {
  font-weight: normal;
}
.fBold {
  font-weight: bold;
}
.cRed {
  color: #f00;
}
.fUnderline {
  text-decoration: underline;
}
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mx0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.ma0 {
  margin: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.px0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pa0 {
  padding: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mx5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.ma5 {
  margin: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.px5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pa5 {
  padding: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mx10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ma10 {
  margin: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.px10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pa10 {
  padding: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mx15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.ma15 {
  margin: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.px15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pa15 {
  padding: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mx20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.ma20 {
  margin: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.px20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pa20 {
  padding: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mx25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.ma25 {
  margin: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.px25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pa25 {
  padding: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mx30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.ma30 {
  margin: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.px30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pa30 {
  padding: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mx35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.ma35 {
  margin: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.px35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.pa35 {
  padding: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mx40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.ma40 {
  margin: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.px40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pa40 {
  padding: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mx45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.ma45 {
  margin: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.px45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.pa45 {
  padding: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mx50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.ma50 {
  margin: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.px50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pa50 {
  padding: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mx55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}
.my55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.ma55 {
  margin: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.px55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}
.py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.pa55 {
  padding: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mx60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.ma60 {
  margin: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.px60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.pa60 {
  padding: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mx65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}
.my65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.ma65 {
  margin: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.px65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}
.py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.pa65 {
  padding: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mx70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}
.my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.ma70 {
  margin: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.px70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}
.py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.pa70 {
  padding: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mx75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}
.my75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.ma75 {
  margin: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.px75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}
.py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.pa75 {
  padding: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mx80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.ma80 {
  margin: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.px80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pa80 {
  padding: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mx85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}
.my85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.ma85 {
  margin: 85px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.px85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}
.py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.pa85 {
  padding: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mx90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}
.my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.ma90 {
  margin: 90px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.px90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}
.py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pa90 {
  padding: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mx95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}
.my95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.ma95 {
  margin: 95px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.px95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}
.py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.pa95 {
  padding: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mx100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.ma100 {
  margin: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.px100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pa100 {
  padding: 100px !important;
}
.width_per1 {
  width: 1%;
}
.width_per2 {
  width: 2%;
}
.width_per3 {
  width: 3%;
}
.width_per4 {
  width: 4%;
}
.width_per5 {
  width: 5%;
}
.width_per6 {
  width: 6%;
}
.width_per7 {
  width: 7%;
}
.width_per8 {
  width: 8%;
}
.width_per9 {
  width: 9%;
}
.width_per10 {
  width: 10%;
}
.width_per11 {
  width: 11%;
}
.width_per12 {
  width: 12%;
}
.width_per13 {
  width: 13%;
}
.width_per14 {
  width: 14%;
}
.width_per15 {
  width: 15%;
}
.width_per16 {
  width: 16%;
}
.width_per17 {
  width: 17%;
}
.width_per18 {
  width: 18%;
}
.width_per19 {
  width: 19%;
}
.width_per20 {
  width: 20%;
}
.width_per21 {
  width: 21%;
}
.width_per22 {
  width: 22%;
}
.width_per23 {
  width: 23%;
}
.width_per24 {
  width: 24%;
}
.width_per25 {
  width: 25%;
}
.width_per26 {
  width: 26%;
}
.width_per27 {
  width: 27%;
}
.width_per28 {
  width: 28%;
}
.width_per29 {
  width: 29%;
}
.width_per30 {
  width: 30%;
}
.width_per31 {
  width: 31%;
}
.width_per32 {
  width: 32%;
}
.width_per33 {
  width: 33%;
}
.width_per34 {
  width: 34%;
}
.width_per35 {
  width: 35%;
}
.width_per36 {
  width: 36%;
}
.width_per37 {
  width: 37%;
}
.width_per38 {
  width: 38%;
}
.width_per39 {
  width: 39%;
}
.width_per40 {
  width: 40%;
}
.width_per41 {
  width: 41%;
}
.width_per42 {
  width: 42%;
}
.width_per43 {
  width: 43%;
}
.width_per44 {
  width: 44%;
}
.width_per45 {
  width: 45%;
}
.width_per46 {
  width: 46%;
}
.width_per47 {
  width: 47%;
}
.width_per48 {
  width: 48%;
}
.width_per49 {
  width: 49%;
}
.width_per50 {
  width: 50%;
}
.width_per51 {
  width: 51%;
}
.width_per52 {
  width: 52%;
}
.width_per53 {
  width: 53%;
}
.width_per54 {
  width: 54%;
}
.width_per55 {
  width: 55%;
}
.width_per56 {
  width: 56%;
}
.width_per57 {
  width: 57%;
}
.width_per58 {
  width: 58%;
}
.width_per59 {
  width: 59%;
}
.width_per60 {
  width: 60%;
}
.width_per61 {
  width: 61%;
}
.width_per62 {
  width: 62%;
}
.width_per63 {
  width: 63%;
}
.width_per64 {
  width: 64%;
}
.width_per65 {
  width: 65%;
}
.width_per66 {
  width: 66%;
}
.width_per67 {
  width: 67%;
}
.width_per68 {
  width: 68%;
}
.width_per69 {
  width: 69%;
}
.width_per70 {
  width: 70%;
}
.width_per71 {
  width: 71%;
}
.width_per72 {
  width: 72%;
}
.width_per73 {
  width: 73%;
}
.width_per74 {
  width: 74%;
}
.width_per75 {
  width: 75%;
}
.width_per76 {
  width: 76%;
}
.width_per77 {
  width: 77%;
}
.width_per78 {
  width: 78%;
}
.width_per79 {
  width: 79%;
}
.width_per80 {
  width: 80%;
}
.width_per81 {
  width: 81%;
}
.width_per82 {
  width: 82%;
}
.width_per83 {
  width: 83%;
}
.width_per84 {
  width: 84%;
}
.width_per85 {
  width: 85%;
}
.width_per86 {
  width: 86%;
}
.width_per87 {
  width: 87%;
}
.width_per88 {
  width: 88%;
}
.width_per89 {
  width: 89%;
}
.width_per90 {
  width: 90%;
}
.width_per91 {
  width: 91%;
}
.width_per92 {
  width: 92%;
}
.width_per93 {
  width: 93%;
}
.width_per94 {
  width: 94%;
}
.width_per95 {
  width: 95%;
}
.width_per96 {
  width: 96%;
}
.width_per97 {
  width: 97%;
}
.width_per98 {
  width: 98%;
}
.width_per99 {
  width: 99%;
}
.width_per100 {
  width: 100%;
}
.c-btn {
  background: #fff;
}
.c-btn_text {
  color: #002242;
  text-align: center;
}
.c-btn_link {
  line-height: 1;
  color: #fff;
  display: block;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
  text-align: center;
  vertical-align: bottom;
  background: #002242;
  border: 2px solid #fff;
  border-radius: 30px;
}
.c-btn_link::after {
  display: inline-block;
  content: "";
  background: url("../../assets/img/common/icon_btn_download.svg") no-repeat center top;
  background-size: contain;
}
.c-footer {
  position: relative;
}
.c-footer-head {
  background: #737373;
}
.c-footer-head_text {
  color: #fff;
  line-height: 1.5;
}
.c-footer-body {
  background: #000;
  overflow: hidden;
}
.c-footer-body_copy {
  display: block;
  font-weight: bold;
  color: #fff;
}
.c-footer-top {
  background: #cd1719;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-header {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #cd1719 50%, #cd1719 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.c-header_inner {
  background: #cd1719;
}
.c-header-logo_bg {
  background: #fff;
}
.c-header-logo {
  line-height: 1;
}
.c-header-logo_image {
  display: block;
}
.c-header-icon {
  position: absolute;
  top: 0;
}
.c-header-hamburger_btn span {
  transition: all 0.5s;
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
}
.c-header-hamburger_btn span:nth-child(1) {
  top: 0;
}
.c-header-hamburger_btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.c-header-hamburger_btn span:nth-child(3) {
  bottom: 0;
}
.c-header-hamburger_btn.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header-hamburger_btn.is-active span:nth-child(2) {
  opacity: 0;
}
.c-header-hamburger_btn.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-header-nav {
  position: absolute;
}
.c-header-nav a {
  text-decoration: none;
}
.c-header-nav_list .c-header-nav_item .c-header-nav_item-link {
  color: #fff;
}
.c-header-nav_list .c-header-nav_item .c-header-nav_list-child_item-link {
  color: #002242;
}
.c-heading-1 {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, rgba(175,175,175,0.2) 100%);
}
.c-heading-1::after {
  display: block;
  content: "";
  background: url("../../assets/img/common/heading_icon_01.png") repeat-x;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
.c-heading-1 .c-heading-1_inner {
  margin: 0 auto 0;
}
.c-heading-1 .c-heading-1_num {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 300;
}
.c-heading-1 .c-heading-1_head-sub {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #afafaf;
  line-height: 1;
  font-weight: 300;
}
.c-heading-1 .c-heading-1_head-text {
  display: block;
  color: #002242;
  font-weight: bold;
  line-height: 1;
}
.c-heading-1-sub {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, rgba(175,175,175,0.2) 100%);
}
.c-heading-1-sub::after {
  display: block;
  content: "";
  background: url("../../assets/img/common/heading_icon_01.png") repeat-x;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
.c-heading-1-sub .c-heading-1-sub_inner {
  margin: 0 auto 0;
}
.c-heading-1-sub .c-heading-1-sub_num {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  font-weight: 300;
}
.c-heading-1-sub .c-heading-1-sub_head-sub {
  display: block;
  font-family: 'Roboto', sans-serif;
  color: #afafaf;
  line-height: 1;
  font-weight: 300;
}
.c-heading-1-sub .c-heading-1-sub_head-text {
  display: block;
  color: #002242;
  font-weight: bold;
}
.c-heading-2::before {
  display: block;
  content: "";
  background: url("../../assets/img/common/icon_triangle_white_bottom.png") no-repeat;
  background-size: contain;
  margin: 0 auto 0;
}
.c-heading-2 .c-heading-2_head {
  text-align: center;
}
.c-heading-2 .c-heading-1_head-sub {
  color: #afafaf;
  line-height: 1;
  font-weight: 300;
  display: block;
}
.c-heading-2 .c-heading-1_head-text {
  color: #002242;
  line-height: 1;
}
.c-table1 {
  table-layout: fixed;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
}
.c-table1 .c-table1-tr {
  border-top: 1px solid #afafaf;
}
.c-table1 .c-table1-tr:last-child {
  border-bottom: 1px solid #afafaf;
}
.c-table1 .c-table1-th1 {
  vertical-align: top;
  background-color: #efefef;
}
.c-table1 .c-table1-th2 {
  vertical-align: top;
  background-color: #efefef;
}
.c-table1 .c-table1-td1 {
  vertical-align: top;
  display: block;
}
.c-table1 .c-table1-td2 {
  border-top: 1px solid #afafaf;
  vertical-align: top;
  display: block;
}
.c-table1 .c-table1-list-item1 {
  padding-left: 1em;
  text-indent: -1em;
}
.c-table1 .c-table1-list-item1:first-child {
  margin-top: 0;
}
.c-table1 .c-table1-list-item2 {
  padding-left: 4em;
  text-indent: -3.6em;
}
.c-table1-list-item-span {
  line-height: 1.5;
}
.c-table2 {
  table-layout: fixed;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
}
.c-table2 .c-table2-tr:nth-child(n + 3) {
  border-top: 1px solid #afafaf;
}
.c-table2 .c-table2-tr:last-child {
  border-bottom: 1px solid #afafaf;
}
.c-table2 .c-table2-th1 {
  background-color: #333;
  text-align: center;
  color: #fff;
}
.c-table2 .c-table2-th1:first-of-type {
  border-right: 1px solid #fff;
}
.c-table2 .c-table2-th2 {
  vertical-align: top;
  background-color: #efefef;
}
.c-table2 .c-table2-td1 {
  vertical-align: top;
}
.c-table2 .c-table2-list-item1 {
  padding-left: 1em;
  text-indent: -1em;
}
.c-table2 .c-table2-list-item2 {
  padding-left: 4em;
  text-indent: -3.6em;
}
.c-table3 {
  table-layout: fixed;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
}
.c-table3 .c-table3-tr {
  border-top: 1px solid #afafaf;
}
.c-table3 .c-table3-tr:last-child {
  border-bottom: 1px solid #afafaf;
}
.c-table3 .c-table3-th1 {
  vertical-align: middle;
  background-color: #efefef;
}
.c-table3 .c-table3-td1 {
  vertical-align: top;
  display: block;
}
.c-table3 .c-table3-list-item1 {
  padding-left: 1em;
  text-indent: -1em;
}
.c-table3 .c-table3-list-item2 {
  padding-left: 4em;
  text-indent: -3.6em;
}
.c-table-bn {
  border-bottom: none;
}
.c-text-1 {
  line-height: 2;
  color: #4d4d4d;
  font-weight: 500;
}
.c-text-2 {
  line-height: 2;
}
.c-text-3 {
  line-height: 2;
}
.c-text-4 {
  line-height: 2;
}
.c-text-5 {
  color: #fff;
  line-height: 1.5;
}
.c-text-6 {
  color: #fff;
  line-height: 1;
}
.c-text-8 {
  line-height: 1.5;
}
.c-text-10 {
  color: #fff;
}
.c-list-item1 {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.c-list-item2 {
  padding-left: 3.5em;
  text-indent: -3.5em;
  line-height: 1.5;
}
.c-list-item3 {
  padding-left: 3em;
  text-indent: -3em;
  line-height: 1.5;
}
.c-text-11 {
  line-height: 1.5;
}
.c-text-12 {
  color: #002242;
  line-height: 1.5;
}
.c-text-12 span {
  font-weight: normal;
}
.c-text-13 {
  line-height: 1.5;
}
.c-text-14 {
  line-height: 1.5;
}
.c-text-16 {
  color: #002242;
  line-height: 1.5;
}
.c-title-1 {
  color: #002242;
  line-height: 1.5;
}
.c-title-2 {
  color: #002242;
  line-height: 1;
}
.c-title-3 {
  color: #002242;
  line-height: 1.5;
}
.c-title-4 {
  color: #002242;
  line-height: 1.5;
}
.c-title-5 {
  color: #002242;
  line-height: 1.5;
}
.c-title-6 {
  color: #002242;
  line-height: 2;
}
.c-title-7 {
  color: #002242;
}
.c-title-9 {
  line-height: 1.5;
  color: #002242;
}
.c-title-9::before {
  content: "";
  background-color: #002242;
  background-size: contain;
  display: inline-block;
}
.c-title-8_bg {
  background-color: #002242;
}
.c-title-8_inner {
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.c-title-8_text span {
  position: relative;
}
.c-title-8_text span::before {
  font-weight: normal;
  content: attr(data-ruby);
  position: absolute;
  right: 0;
  margin: auto;
  display: block;
}
.st-contact_title {
  text-align: center;
  color: #002242;
}
.st-contact_text {
  text-align: center;
  font-weight: bold;
  line-height: 2;
}
.st-contact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  margin: 0 auto 0;
  background: #ca2420;
  font-weight: bold;
  line-height: 1;
}
.st-point {
  background: #fff;
  border: 2px solid #e6e6e6;
}
.st-point_title {
  color: #002242;
  text-align: center;
}
.st-point_subtitle {
  text-align: center;
}
.st-point_list {
  margin: 0 auto 0;
}
.st-point_list .st-point_item {
  padding-left: 0.8em;
  text-indent: -0.8em;
  font-weight: bold;
  line-height: 2;
}
.st-point_list .st-point_item span {
  background: linear-gradient(transparent 70%, rgba(205,23,25,0.3) 70%);
}
.st-point_list .st-point_item:nth-child(1) {
  margin-top: 0;
}
.st-side_top {
  display: none;
}
.st-side_list-st3,
+sp() {
  width: 240vw;
}
.st-side_item01 .st-side_link {
  font-weight: 500;
}
.st-side_link {
  color: #002242;
  line-height: 1.5;
  display: inline-block;
}
.help header,
.help header[role='banner'] {
  min-height: auto;
}
.help ul li {
  text-indent: 0;
}
.help .st-side_item01 .st-side_link {
  font-weight: bold;
}
.help .st-side_list .st-side_item-child .st-side_link {
  font-weight: normal;
}
.st5-mv_title1 {
  color: #fff;
  background-color: #002242;
  line-height: 1;
}
.st5-mv_title2 {
  color: #002242;
  line-height: 1.5;
}
.st5-mv_title_ruby {
  position: relative;
}
.st5-mv_title_ruby::before {
  font-weight: normal;
  content: attr(data-ruby);
  position: absolute;
  margin: auto;
  display: block;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}
.st5-title-8_text_ruby {
  position: relative;
}
.st5-title-8_text_ruby::before {
  font-weight: normal;
  content: attr(data-ruby);
  position: absolute;
  margin: auto;
  display: block;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}
.st5-feature-item01-title {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.st5-feature-item02 .c-list-item1 {
  line-height: 2;
}
.st5-investment_detail_text1 {
  line-height: 1.5;
  text-align: center;
  color: #002242;
}
.st5-investment .c-list-item1 {
  line-height: 2;
}
.st5-risk_title {
  line-height: 1.5;
}
.st-risk-operation {
  background: #fff;
  border: 3px solid #e6e6e6;
}
.st-risk-operation_inner {
  margin: 0 auto;
}
.st-risk-operation_title {
  text-align: center;
}
.st-risk-operation_text01 {
  text-align: center;
}
.st-risk-operation_text02 {
  color: #002242;
}
.st5-risk-redemption_title02 {
  color: #002242;
}
.st5-risk-borrowing_title01 {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.st5-risk-product_text02 {
  padding-left: 1em;
  text-indent: -1em;
}
.st5-risk-product_text02::before {
  display: inline-block;
  content: "";
  background: url("../../img/common/icon_check_blue_right.svg") no-repeat center top;
  background-size: contain;
}
.st5-transaction-table_notice {
  display: block;
  margin-top: 1em;
}
.st5-transaction-table_notice.st5-transaction-table_notice1 {
  margin-top: 0;
}
.st5-transaction-table-list .c-list-item1 {
  line-height: 1.5;
}
.st5-movie-box {
  margin: 0 auto;
}
.st5-movie_contents {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.st5-movie_text {
  line-height: 1.5;
}
.st5-movie_text-item {
  padding-left: 1em;
  text-indent: -1em;
}
video.st5-movie_play {
  width: 100%;
  max-width: 640px;
}
.st5-movie-box_list {
  text-align: left;
}
.st5-movie-box_list-el {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.faq_st-about_link {
  vertical-align: sub;
  color: #004586;
  text-decoration: underline;
}
.faq_st-about_link::before {
  display: inline-block;
  content: "";
  background: url("../img/icon_faq_link.svg") no-repeat center top;
  background-size: contain;
}
.help .c-list-item1 {
  text-indent: -0.8em;
  margin-left: 0.8em;
}
.help .c-list-item1 .sub {
  vertical-align: top;
  font-size: 10px;
}
.help .c-list-item2 {
  text-indent: -3em;
  margin-left: 3em;
  padding-left: 0;
}
.help .c-list-item1-red {
  display: block;
  color: #f00;
  text-indent: -3em;
  margin-left: 3em;
  font-weight: bold;
  line-height: 1.8;
}
.faq_st-close {
  display: block;
}
.help_link {
  color: #004586;
  text-decoration: underline;
}
.help-box {
  border: 2px solid #e6e6e6;
}
@media print, screen and (min-width: 768px) {
  body {
    min-width: 1080px;
    padding-top: 70px;
  }
  .st-inner {
    width: 1080px;
  }
  .st-inner02 {
    width: 1080px;
  }
  .st-gred {
    display: flex;
    justify-content: space-between;
    margin-top: 62px;
  }
  .st-bg {
    margin-top: 100px;
    padding: 100px 0;
  }
  .st-pagelink_top {
    padding-top: 70px;
    margin-top: -70px;
  }
  .st-pagelink_sub {
    padding-top: 70px;
    margin-top: -70px;
  }
  .rollover {
    opacity: 1;
  }
  .rollover:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .sp-only {
    display: none;
  }
  .mt0--pc {
    margin-top: 0px !important;
  }
  .mb0--pc {
    margin-bottom: 0px !important;
  }
  .ml0--pc {
    margin-left: 0px !important;
  }
  .mr0--pc {
    margin-right: 0px !important;
  }
  .mx0--pc {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .my0--pc {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .ma0--pc {
    margin: 0px !important;
  }
  .pt0--pc {
    padding-top: 0px !important;
  }
  .pb0--pc {
    padding-bottom: 0px !important;
  }
  .pl0--pc {
    padding-left: 0px !important;
  }
  .pr0--pc {
    padding-right: 0px !important;
  }
  .px0--pc {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .py0--pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .pa0--pc {
    padding: 0px !important;
  }
  .mt5--pc {
    margin-top: 5px !important;
  }
  .mb5--pc {
    margin-bottom: 5px !important;
  }
  .ml5--pc {
    margin-left: 5px !important;
  }
  .mr5--pc {
    margin-right: 5px !important;
  }
  .mx5--pc {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .my5--pc {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .ma5--pc {
    margin: 5px !important;
  }
  .pt5--pc {
    padding-top: 5px !important;
  }
  .pb5--pc {
    padding-bottom: 5px !important;
  }
  .pl5--pc {
    padding-left: 5px !important;
  }
  .pr5--pc {
    padding-right: 5px !important;
  }
  .px5--pc {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .py5--pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .pa5--pc {
    padding: 5px !important;
  }
  .mt10--pc {
    margin-top: 10px !important;
  }
  .mb10--pc {
    margin-bottom: 10px !important;
  }
  .ml10--pc {
    margin-left: 10px !important;
  }
  .mr10--pc {
    margin-right: 10px !important;
  }
  .mx10--pc {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .my10--pc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ma10--pc {
    margin: 10px !important;
  }
  .pt10--pc {
    padding-top: 10px !important;
  }
  .pb10--pc {
    padding-bottom: 10px !important;
  }
  .pl10--pc {
    padding-left: 10px !important;
  }
  .pr10--pc {
    padding-right: 10px !important;
  }
  .px10--pc {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .py10--pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pa10--pc {
    padding: 10px !important;
  }
  .mt15--pc {
    margin-top: 15px !important;
  }
  .mb15--pc {
    margin-bottom: 15px !important;
  }
  .ml15--pc {
    margin-left: 15px !important;
  }
  .mr15--pc {
    margin-right: 15px !important;
  }
  .mx15--pc {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my15--pc {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .ma15--pc {
    margin: 15px !important;
  }
  .pt15--pc {
    padding-top: 15px !important;
  }
  .pb15--pc {
    padding-bottom: 15px !important;
  }
  .pl15--pc {
    padding-left: 15px !important;
  }
  .pr15--pc {
    padding-right: 15px !important;
  }
  .px15--pc {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py15--pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .pa15--pc {
    padding: 15px !important;
  }
  .mt20--pc {
    margin-top: 20px !important;
  }
  .mb20--pc {
    margin-bottom: 20px !important;
  }
  .ml20--pc {
    margin-left: 20px !important;
  }
  .mr20--pc {
    margin-right: 20px !important;
  }
  .mx20--pc {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .my20--pc {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .ma20--pc {
    margin: 20px !important;
  }
  .pt20--pc {
    padding-top: 20px !important;
  }
  .pb20--pc {
    padding-bottom: 20px !important;
  }
  .pl20--pc {
    padding-left: 20px !important;
  }
  .pr20--pc {
    padding-right: 20px !important;
  }
  .px20--pc {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .py20--pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pa20--pc {
    padding: 20px !important;
  }
  .mt25--pc {
    margin-top: 25px !important;
  }
  .mb25--pc {
    margin-bottom: 25px !important;
  }
  .ml25--pc {
    margin-left: 25px !important;
  }
  .mr25--pc {
    margin-right: 25px !important;
  }
  .mx25--pc {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .my25--pc {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .ma25--pc {
    margin: 25px !important;
  }
  .pt25--pc {
    padding-top: 25px !important;
  }
  .pb25--pc {
    padding-bottom: 25px !important;
  }
  .pl25--pc {
    padding-left: 25px !important;
  }
  .pr25--pc {
    padding-right: 25px !important;
  }
  .px25--pc {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .py25--pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .pa25--pc {
    padding: 25px !important;
  }
  .mt30--pc {
    margin-top: 30px !important;
  }
  .mb30--pc {
    margin-bottom: 30px !important;
  }
  .ml30--pc {
    margin-left: 30px !important;
  }
  .mr30--pc {
    margin-right: 30px !important;
  }
  .mx30--pc {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .my30--pc {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ma30--pc {
    margin: 30px !important;
  }
  .pt30--pc {
    padding-top: 30px !important;
  }
  .pb30--pc {
    padding-bottom: 30px !important;
  }
  .pl30--pc {
    padding-left: 30px !important;
  }
  .pr30--pc {
    padding-right: 30px !important;
  }
  .px30--pc {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .py30--pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pa30--pc {
    padding: 30px !important;
  }
  .mt35--pc {
    margin-top: 35px !important;
  }
  .mb35--pc {
    margin-bottom: 35px !important;
  }
  .ml35--pc {
    margin-left: 35px !important;
  }
  .mr35--pc {
    margin-right: 35px !important;
  }
  .mx35--pc {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .my35--pc {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .ma35--pc {
    margin: 35px !important;
  }
  .pt35--pc {
    padding-top: 35px !important;
  }
  .pb35--pc {
    padding-bottom: 35px !important;
  }
  .pl35--pc {
    padding-left: 35px !important;
  }
  .pr35--pc {
    padding-right: 35px !important;
  }
  .px35--pc {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .py35--pc {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .pa35--pc {
    padding: 35px !important;
  }
  .mt40--pc {
    margin-top: 40px !important;
  }
  .mb40--pc {
    margin-bottom: 40px !important;
  }
  .ml40--pc {
    margin-left: 40px !important;
  }
  .mr40--pc {
    margin-right: 40px !important;
  }
  .mx40--pc {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .my40--pc {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .ma40--pc {
    margin: 40px !important;
  }
  .pt40--pc {
    padding-top: 40px !important;
  }
  .pb40--pc {
    padding-bottom: 40px !important;
  }
  .pl40--pc {
    padding-left: 40px !important;
  }
  .pr40--pc {
    padding-right: 40px !important;
  }
  .px40--pc {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .py40--pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pa40--pc {
    padding: 40px !important;
  }
  .mt45--pc {
    margin-top: 45px !important;
  }
  .mb45--pc {
    margin-bottom: 45px !important;
  }
  .ml45--pc {
    margin-left: 45px !important;
  }
  .mr45--pc {
    margin-right: 45px !important;
  }
  .mx45--pc {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .my45--pc {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .ma45--pc {
    margin: 45px !important;
  }
  .pt45--pc {
    padding-top: 45px !important;
  }
  .pb45--pc {
    padding-bottom: 45px !important;
  }
  .pl45--pc {
    padding-left: 45px !important;
  }
  .pr45--pc {
    padding-right: 45px !important;
  }
  .px45--pc {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py45--pc {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .pa45--pc {
    padding: 45px !important;
  }
  .mt50--pc {
    margin-top: 50px !important;
  }
  .mb50--pc {
    margin-bottom: 50px !important;
  }
  .ml50--pc {
    margin-left: 50px !important;
  }
  .mr50--pc {
    margin-right: 50px !important;
  }
  .mx50--pc {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .my50--pc {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .ma50--pc {
    margin: 50px !important;
  }
  .pt50--pc {
    padding-top: 50px !important;
  }
  .pb50--pc {
    padding-bottom: 50px !important;
  }
  .pl50--pc {
    padding-left: 50px !important;
  }
  .pr50--pc {
    padding-right: 50px !important;
  }
  .px50--pc {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .py50--pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .pa50--pc {
    padding: 50px !important;
  }
  .mt55--pc {
    margin-top: 55px !important;
  }
  .mb55--pc {
    margin-bottom: 55px !important;
  }
  .ml55--pc {
    margin-left: 55px !important;
  }
  .mr55--pc {
    margin-right: 55px !important;
  }
  .mx55--pc {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .my55--pc {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .ma55--pc {
    margin: 55px !important;
  }
  .pt55--pc {
    padding-top: 55px !important;
  }
  .pb55--pc {
    padding-bottom: 55px !important;
  }
  .pl55--pc {
    padding-left: 55px !important;
  }
  .pr55--pc {
    padding-right: 55px !important;
  }
  .px55--pc {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .py55--pc {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .pa55--pc {
    padding: 55px !important;
  }
  .mt60--pc {
    margin-top: 60px !important;
  }
  .mb60--pc {
    margin-bottom: 60px !important;
  }
  .ml60--pc {
    margin-left: 60px !important;
  }
  .mr60--pc {
    margin-right: 60px !important;
  }
  .mx60--pc {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my60--pc {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .ma60--pc {
    margin: 60px !important;
  }
  .pt60--pc {
    padding-top: 60px !important;
  }
  .pb60--pc {
    padding-bottom: 60px !important;
  }
  .pl60--pc {
    padding-left: 60px !important;
  }
  .pr60--pc {
    padding-right: 60px !important;
  }
  .px60--pc {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py60--pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .pa60--pc {
    padding: 60px !important;
  }
  .mt65--pc {
    margin-top: 65px !important;
  }
  .mb65--pc {
    margin-bottom: 65px !important;
  }
  .ml65--pc {
    margin-left: 65px !important;
  }
  .mr65--pc {
    margin-right: 65px !important;
  }
  .mx65--pc {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .my65--pc {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .ma65--pc {
    margin: 65px !important;
  }
  .pt65--pc {
    padding-top: 65px !important;
  }
  .pb65--pc {
    padding-bottom: 65px !important;
  }
  .pl65--pc {
    padding-left: 65px !important;
  }
  .pr65--pc {
    padding-right: 65px !important;
  }
  .px65--pc {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .py65--pc {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .pa65--pc {
    padding: 65px !important;
  }
  .mt70--pc {
    margin-top: 70px !important;
  }
  .mb70--pc {
    margin-bottom: 70px !important;
  }
  .ml70--pc {
    margin-left: 70px !important;
  }
  .mr70--pc {
    margin-right: 70px !important;
  }
  .mx70--pc {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .my70--pc {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .ma70--pc {
    margin: 70px !important;
  }
  .pt70--pc {
    padding-top: 70px !important;
  }
  .pb70--pc {
    padding-bottom: 70px !important;
  }
  .pl70--pc {
    padding-left: 70px !important;
  }
  .pr70--pc {
    padding-right: 70px !important;
  }
  .px70--pc {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .py70--pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .pa70--pc {
    padding: 70px !important;
  }
  .mt75--pc {
    margin-top: 75px !important;
  }
  .mb75--pc {
    margin-bottom: 75px !important;
  }
  .ml75--pc {
    margin-left: 75px !important;
  }
  .mr75--pc {
    margin-right: 75px !important;
  }
  .mx75--pc {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .my75--pc {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .ma75--pc {
    margin: 75px !important;
  }
  .pt75--pc {
    padding-top: 75px !important;
  }
  .pb75--pc {
    padding-bottom: 75px !important;
  }
  .pl75--pc {
    padding-left: 75px !important;
  }
  .pr75--pc {
    padding-right: 75px !important;
  }
  .px75--pc {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py75--pc {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .pa75--pc {
    padding: 75px !important;
  }
  .mt80--pc {
    margin-top: 80px !important;
  }
  .mb80--pc {
    margin-bottom: 80px !important;
  }
  .ml80--pc {
    margin-left: 80px !important;
  }
  .mr80--pc {
    margin-right: 80px !important;
  }
  .mx80--pc {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .my80--pc {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .ma80--pc {
    margin: 80px !important;
  }
  .pt80--pc {
    padding-top: 80px !important;
  }
  .pb80--pc {
    padding-bottom: 80px !important;
  }
  .pl80--pc {
    padding-left: 80px !important;
  }
  .pr80--pc {
    padding-right: 80px !important;
  }
  .px80--pc {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .py80--pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .pa80--pc {
    padding: 80px !important;
  }
  .mt85--pc {
    margin-top: 85px !important;
  }
  .mb85--pc {
    margin-bottom: 85px !important;
  }
  .ml85--pc {
    margin-left: 85px !important;
  }
  .mr85--pc {
    margin-right: 85px !important;
  }
  .mx85--pc {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .my85--pc {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .ma85--pc {
    margin: 85px !important;
  }
  .pt85--pc {
    padding-top: 85px !important;
  }
  .pb85--pc {
    padding-bottom: 85px !important;
  }
  .pl85--pc {
    padding-left: 85px !important;
  }
  .pr85--pc {
    padding-right: 85px !important;
  }
  .px85--pc {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .py85--pc {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .pa85--pc {
    padding: 85px !important;
  }
  .mt90--pc {
    margin-top: 90px !important;
  }
  .mb90--pc {
    margin-bottom: 90px !important;
  }
  .ml90--pc {
    margin-left: 90px !important;
  }
  .mr90--pc {
    margin-right: 90px !important;
  }
  .mx90--pc {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .my90--pc {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .ma90--pc {
    margin: 90px !important;
  }
  .pt90--pc {
    padding-top: 90px !important;
  }
  .pb90--pc {
    padding-bottom: 90px !important;
  }
  .pl90--pc {
    padding-left: 90px !important;
  }
  .pr90--pc {
    padding-right: 90px !important;
  }
  .px90--pc {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .py90--pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .pa90--pc {
    padding: 90px !important;
  }
  .mt95--pc {
    margin-top: 95px !important;
  }
  .mb95--pc {
    margin-bottom: 95px !important;
  }
  .ml95--pc {
    margin-left: 95px !important;
  }
  .mr95--pc {
    margin-right: 95px !important;
  }
  .mx95--pc {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .my95--pc {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .ma95--pc {
    margin: 95px !important;
  }
  .pt95--pc {
    padding-top: 95px !important;
  }
  .pb95--pc {
    padding-bottom: 95px !important;
  }
  .pl95--pc {
    padding-left: 95px !important;
  }
  .pr95--pc {
    padding-right: 95px !important;
  }
  .px95--pc {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .py95--pc {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .pa95--pc {
    padding: 95px !important;
  }
  .mt100--pc {
    margin-top: 100px !important;
  }
  .mb100--pc {
    margin-bottom: 100px !important;
  }
  .ml100--pc {
    margin-left: 100px !important;
  }
  .mr100--pc {
    margin-right: 100px !important;
  }
  .mx100--pc {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .my100--pc {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .ma100--pc {
    margin: 100px !important;
  }
  .pt100--pc {
    padding-top: 100px !important;
  }
  .pb100--pc {
    padding-bottom: 100px !important;
  }
  .pl100--pc {
    padding-left: 100px !important;
  }
  .pr100--pc {
    padding-right: 100px !important;
  }
  .px100--pc {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .py100--pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .pa100--pc {
    padding: 100px !important;
  }
  .c-breadcrumb {
    margin-top: 20px;
  }
  .c-breadcrumb_list {
    display: flex;
  }
  .c-breadcrumb_item01 {
    font-size: 14px;
    line-height: 1;
  }
  .c-breadcrumb_item01::after {
    background: url("../../assets/img/common/icon_breadcrumb.png") no-repeat;
    display: inline-block;
    content: "";
    width: 7px;
    height: 11px;
    margin: 0 12px 0 8px;
  }
  .c-breadcrumb_item02 {
    font-size: 14px;
    line-height: 1;
    color: #002242;
  }
  .c-breadcrumb_link {
    color: #002242;
    text-decoration: underline;
  }
  .c-breadcrumb_link:hover {
    text-decoration: none;
  }
  .c-btn {
    border: 3px solid #e6e6e6;
    padding: 40px 0 60px 0;
  }
  .c-btn_text {
    font-size: 20px;
    line-height: 2;
  }
  .c-btn_link {
    font-size: 18px;
    width: 300px;
    padding: 16px 0 18px 0;
    margin: 40px auto 0 auto;
  }
  .c-btn_link::after {
    width: 17px;
    height: 17px;
    margin-left: 10px;
  }
  .c-footer-head_logo {
    display: inline-block;
    vertical-align: top;
    width: 158px;
    padding-top: 46px;
  }
  .c-footer-head_text {
    width: 862px;
    padding: 40px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-left: 54px;
  }
  .c-footer-body {
    height: 54px;
    padding: 17px 0;
  }
  .c-footer-body_copy {
    font-size: 13px;
  }
  .c-footer-top {
    width: 54px;
    height: 54px;
  }
  .c-footer-top_icon {
    width: 22px;
  }
  .c-header {
    height: 70px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  }
  .c-header_inner {
    position: relative;
    width: 1080px;
    margin: 0 auto 0;
  }
  .c-header-logo_bg {
    width: 200px;
    height: 70px;
    padding: 21px 0 0 0;
  }
  .c-header-logo_image {
    width: 157px;
  }
  .c-header-icon {
    width: 128px;
    left: 197px;
  }
  .c-header-hamburger {
    display: none;
  }
  .c-header-nav {
    top: 0;
    right: 0;
  }
  .c-header-nav_inner {
    display: flex;
    margin-top: 18px;
  }
  .c-header-nav_list {
    display: flex;
    line-height: 1.2;
  }
  .c-header-nav_list .c-header-nav_item {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-right: 1px solid rgba(255,255,255,0.5);
    padding: 0 20px;
  }
  .c-header-nav_list .c-header-nav_item:nth-child(1) {
    border-left: 1px solid rgba(255,255,255,0.5);
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_item-link {
    font-size: 15px;
    font-weight: 600;
  }
  .c-header-close {
    display: none;
  }
  .c-heading-1 {
    border-bottom: 4px solid #afafaf;
    min-height: 140px;
  }
  .c-heading-1::after {
    width: 30px;
    height: 20px;
    bottom: -24px;
  }
  .c-heading-1 .c-heading-1_inner {
    position: relative;
    max-width: 1080px;
    padding-top: 14px;
  }
  .c-heading-1 .c-heading-1_num {
    color: #002242;
    font-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-heading-1 .c-heading-1_head {
    text-align: center;
  }
  .c-heading-1 .c-heading-1_head-sub {
    font-size: 20px;
  }
  .c-heading-1 .c-heading-1_head-text {
    font-size: 36px;
    margin-top: 30px;
  }
  .c-heading-1-sub {
    border-bottom: 4px solid #afafaf;
  }
  .c-heading-1-sub::after {
    width: 30px;
    height: 20px;
    bottom: -24px;
  }
  .c-heading-1-sub .c-heading-1-sub_inner {
    position: relative;
    max-width: 1080px;
    padding-top: 40px;
    min-height: 112px;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 12%, rgba(255,255,255,0) 88%, #fff 100%);
  }
  .c-heading-1-sub .c-heading-1-sub_num {
    color: #002242;
    font-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-heading-1-sub .c-heading-1-sub_head {
    text-align: center;
  }
  .c-heading-1-sub .c-heading-1-sub_head-sub {
    font-size: 20px;
  }
  .c-heading-1-sub .c-heading-1-sub_head-text {
    font-size: 36px;
    line-height: 1;
  }
  .c-heading-2::before {
    width: 160px;
    height: 80px;
  }
  .c-heading-2 .c-heading-2_head {
    margin-top: 34px;
  }
  .c-heading-2 .c-heading-1_head-sub {
    font-size: 20px;
  }
  .c-heading-2 .c-heading-1_head-text {
    display: block;
    font-size: 36px;
    margin-top: 30px;
  }
  .c-table1 {
    width: 840px;
  }
  .c-table1 .c-table1-th1 {
    padding: 15px 20px 17px 20px;
    width: 230px;
  }
  .c-table1 .c-table1-th2 {
    padding: 15px 17px 17px 20px;
    width: 250px;
  }
  .c-table1 .c-table1-td1 {
    padding: 15px 20px 17px 20px;
    width: 610px;
  }
  .c-table1 .c-table1-td2 {
    padding: 15px 20px 17px 20px;
    width: 610px;
  }
  .c-table1 .c-table1-list-item1 {
    margin-top: 10px;
  }
  .c-table1-list-item-span {
    font-size: 11px;
  }
  .c-table2 {
    width: 840px;
  }
  .c-table2 .c-table2-th1 {
    padding: 15px 20px 17px 20px;
  }
  .c-table2 .c-table2-th1--1 {
    width: 199px;
  }
  .c-table2 .c-table2-th1--2 {
    width: 639px;
  }
  .c-table2 .c-table2-th2 {
    padding: 15px 20px 17px 20px;
    width: 199px;
  }
  .c-table2 .c-table2-td1 {
    padding: 15px 20px 17px 20px;
    width: 639px;
  }
  .c-table3 {
    width: 780px;
  }
  .c-table3 .c-table3-th1 {
    padding: 15px 20px 17px 20px;
    width: 215px;
  }
  .c-table3 .c-table3-td1 {
    padding: 15px 20px 17px 20px;
    width: 565px;
  }
  .c-text-1 {
    font-size: 17px;
  }
  .c-text-2 {
    font-size: 18px;
  }
  .c-text-3 {
    font-size: 16px;
  }
  .c-text-4 {
    font-size: 14px;
  }
  .c-text-5 {
    font-size: 14px;
  }
  .c-text-6 {
    font-size: 14px;
  }
  .c-text-7 {
    font-size: 16px;
    line-height: 1.5;
  }
  .c-text-8 {
    font-size: 16px;
  }
  .c-text-9 {
    font-size: 11px;
    line-height: 1.5;
  }
  .c-text-10 {
    font-size: 20px;
    line-height: 1.5;
  }
  .c-list1 {
    margin-top: 20px;
  }
  .c-list-item1:nth-child(n +2) {
    margin-top: 10px;
  }
  .c-list2 {
    margin-top: 20px;
  }
  .c-list-item2 {
    font-size: 14px;
  }
  .c-list-item2:nth-child(n +2) {
    margin-top: 15px;
  }
  .c-list-item3 {
    font-size: 14px;
  }
  .c-list-item3:nth-child(n +2) {
    margin-top: 15px;
  }
  .c-text-11 {
    font-size: 13px;
  }
  .c-text-12 {
    font-size: 22px;
  }
  .c-text-12 span {
    display: inline-block;
  }
  .c-text-13 {
    font-size: 14px;
  }
  .c-text-14 {
    font-size: 18px;
  }
  .c-text-15 {
    font-size: 16px;
    line-height: 2;
  }
  .c-text-16 {
    font-size: 24px;
  }
  .c-text-17 {
    font-size: 14px;
    line-height: 2;
  }
  .c-title-1 {
    font-size: 30px;
  }
  .c-title-2 {
    font-size: 22px;
  }
  .c-title-3 {
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 4px solid #afafaf;
  }
  .c-title-4 {
    font-size: 24px;
  }
  .c-title-5 {
    font-size: 20px;
  }
  .c-title-6 {
    font-size: 20px;
  }
  .c-title-7 {
    font-size: 26px;
    line-height: 1;
  }
  .c-title-9 {
    font-size: 20px;
  }
  .c-title-9::before {
    width: 16px;
    height: 16px;
    margin-right: 12px;
  }
  .c-title-8_bg {
    padding: 10px 0;
  }
  .c-title-8_text_sp {
    display: none;
  }
  .c-title-8_inner {
    display: flex;
    justify-content: center;
    padding: 16px 0 18px 0;
  }
  .c-title-8_text_pc {
    font-size: 26px;
    line-height: 1;
  }
  .c-title-8_text {
    font-size: 26px;
    line-height: 1;
    margin-left: 18px;
  }
  .c-title-8_text span::before {
    letter-spacing: 1em;
    font-size: 10px;
    height: 10px;
    left: 1.5em;
    top: -0.5em;
  }
  .st-contact {
    margin-top: 80px;
  }
  .st-contact_title {
    font-size: 26px;
    line-height: 1;
  }
  .st-contact_text {
    font-size: 16px;
    margin-top: 30px;
  }
  .st-contact_btn {
    font-size: 18px;
    height: 60px;
    text-align: center;
    width: 300px;
    border-radius: 36px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    margin-top: 40px;
  }
  .st-point {
    padding: 60px 0;
  }
  .st-point_title {
    font-size: 26px;
    line-height: 1;
  }
  .st-point_subtitle {
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
  }
  .st-point_list {
    width: 725px;
    margin: 40px auto 0;
  }
  .st-point_list .st-point_item {
    font-size: 16px;
    margin-top: 15px;
  }
  .st-point_text01 {
    width: 725px;
    margin: 40px auto 0;
  }
  .st-side {
    width: 200px;
    position: relative;
  }
  .st-side_list {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    left: 0;
    border-top: 1px dashed rgba(0,69,134,0.5);
  }
  .st-side_list .st-side_item {
    padding: 15px 0 20px;
    border-bottom: 1px dashed rgba(0,69,134,0.5);
  }
  .st-side_item02 {
    padding-left: 10px;
  }
  .st-side_link {
    font-size: 16px;
  }
  .st-side_link:hover {
    text-decoration: underline;
  }
  .help .c-header_inner {
    width: 880px;
  }
  .help .c-header-nav_list .c-header-nav_item {
    padding: 0 15px;
  }
  .help .c-header-nav_list .c-header-nav_item:last-child {
    border-right: none;
    padding-right: 0;
  }
  .help .st-side_list {
    border-top: 1px solid #004586;
  }
  .help .st-side_list .st-side_item {
    border-bottom: 1px solid #004586;
    padding: 10px 0 10px;
  }
  .help .st-inner02 {
    width: 880px;
  }
  .help .st-side_list .st-side_item-child .st-side_link {
    font-size: 15px;
  }
  .help .st-side_list .st-side_item-child {
    border-bottom: 1px dashed rgba(0,69,134,0.5);
    font-size: 15px;
  }
  .help .st-side_list .st-side_item-child:nth-child(4) {
    border-bottom: 1px solid #004586;
  }
  .help .c-heading-1-sub .c-heading-1-sub_head-text {
    font-size: 22px;
  }
  .help .c-heading-1-sub .c-heading-1-sub_inner {
    min-height: 70px;
    padding-top: 22px;
  }
  .help .st5-risk_title {
    font-size: 20px;
    margin-top: 40px;
  }
  .help .st5-feature-text {
    margin-top: 15px;
  }
  .help .c-text-2 {
    font-size: 16px;
  }
  .st5-inner {
    width: 640px;
    margin: 0 0 0 auto;
  }
  .st5-mv_title1 {
    font-size: 20px;
    padding: 8px 10px 12px;
    width: 220px;
  }
  .st5-mv_title2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .st5-mv_title_ruby::before {
    font-size: 10px;
    height: 10px;
    top: -0.5em;
  }
  .st5-title-8_text {
    font-size: 26px;
    line-height: 1;
    margin-left: 18px;
  }
  .st5-title-8_text_ruby::before {
    font-size: 10px;
    height: 10px;
    top: -0.5em;
  }
  .st5-feature {
    margin-top: 40px;
  }
  .st5-feature-text {
    margin-top: 50px;
  }
  .st5-feature-item01 {
    margin-top: 40px;
  }
  .st5-feature-item02 .c-list-item1 {
    font-size: 16px;
  }
  .st5-investment {
    margin-top: 80px;
  }
  .st5-investment_block {
    display: flex;
    margin-top: 46px;
    justify-content: space-between;
  }
  .st5-investment_link {
    width: 415px;
  }
  .st5-investment_detail {
    margin-top: 60px;
  }
  .st5-investment_detail_img {
    margin-top: 40px;
  }
  .st5-investment_detail_text1 {
    font-size: 22px;
    margin-top: 40px;
  }
  .st5-investment .c-list1 {
    margin-top: 30px;
  }
  .st5-investment .c-list-item1 {
    font-size: 18px;
  }
  .st5-investment_detail_table {
    margin-top: 40px;
  }
  .st5-recruitment {
    margin-top: 80px;
  }
  .st5-recruitment_table {
    margin-top: 60px;
  }
  .st5-prospectus {
    margin-top: 60px;
  }
  .st5-risk {
    margin-top: 80px;
  }
  .st5-risk-tenant {
    margin: 50px 0 20px 0;
  }
  .st5-risk-reliance {
    margin: 50px 0 20px 0;
  }
  .st5-risk-reliance-list {
    margin-top: 30px;
  }
  .st5-risk-reliance-list .c-list-item1 {
    font-size: 16px;
    line-height: 2;
  }
  .st5-risk_contents {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .st5-risk_img {
    width: 398px;
  }
  .st5-risk-pricedivergence {
    margin-top: 50px;
  }
  .st5-risk_title {
    font-size: 24px;
  }
  .st5-risk-costfluctuations {
    margin-top: 50px;
  }
  .st5-risk-tenant_title,
  .st5-risk-pricedivergence_title,
  .st5-risk-costfluctuations_title {
    margin-top: 30px;
  }
  .st5-risk-tenant-list,
  .st5-risk-pricedivergence-list,
  .st5-risk-costfluctuations-list {
    margin-top: 20px;
  }
  .st5-risk-tenant-list li:nth-child(n + 2),
  .st5-risk-pricedivergence-list li:nth-child(n + 2),
  .st5-risk-costfluctuations-list li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .st5-risk-tenant-list .c-list-item1,
  .st5-risk-pricedivergence-list .c-list-item1,
  .st5-risk-costfluctuations-list .c-list-item1 {
    font-size: 16px;
    line-height: 2;
  }
  .st-risk-operation {
    border-radius: 30px;
    margin-top: 30px;
  }
  .st-risk-operation_inner {
    width: 720px;
    padding: 30px 0 50px 0;
  }
  .st-risk-operation_img {
    margin-top: 30px;
  }
  .st-risk-operation_text01 {
    margin-top: 20px;
  }
  .st-risk-operation_text02 {
    margin-top: 30px;
  }
  .st-risk-operation-list {
    margin-top: 10px;
  }
  .st-risk-operation-list .c-list-item1 {
    font-size: 16px;
    line-height: 2;
  }
  .st5-risk-redemption {
    margin-top: 50px;
  }
  .st5-risk-redemption_title01 {
    margin-top: 30px;
  }
  .st5-risk-redemption-list .c-list-item1 {
    font-size: 16px;
    line-height: 2;
  }
  .st5-risk-redemption-list01 .c-list-item1 {
    font-size: 16px;
    line-height: 2;
  }
  .st5-risk-redemption-list02 {
    width: 795px;
    margin-left: auto;
    margin-top: 30px;
  }
  .st5-risk-redemption-list02 li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .st5-risk-redemption_title02 {
    font-size: 18px;
    line-height: 2;
  }
  .st5-risk-redemption_text {
    font-size: 16px;
    line-height: 2;
  }
  .st5-risk-redemption-img {
    margin-top: 30px;
  }
  .st5-risk-borrowing {
    margin-top: 50px;
  }
  .st5-risk-borrowing_title01 {
    margin-top: 30px;
  }
  .st5-risk-borrowing-list {
    margin-top: 20px;
  }
  .st5-risk-borrowing-list li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .st5-risk-borrowing-list li {
    font-size: 16px;
    line-height: 2;
  }
  .st5-risk-blockchain {
    margin-top: 50px;
  }
  .st5-risk-blockchain-list01 {
    margin-top: 30px;
  }
  .st5-risk-blockchain-list01 li {
    font-size: 16px;
    line-height: 2;
  }
  .st5-risk-blockchain-list02 {
    margin: 20px 0 0 auto;
    width: 820px;
  }
  .st5-risk-blockchain-list02 li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .st5-risk-blockchain-list02 li {
    font-size: 16px;
    line-height: 2;
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .st5-risk-beneficiaryright {
    margin-top: 50px;
  }
  .st5-risk-beneficiaryright-list01 {
    margin-top: 30px;
  }
  .st5-risk-beneficiaryright-list01 li {
    font-size: 16px;
    line-height: 2;
  }
  .st5-risk-beneficiaryright-list01 li:nth-child(n + 2) {
    margin-top: 15px;
  }
  .st5-risk-product {
    margin-top: 50px;
  }
  .st5-risk-product_title {
    margin-top: 30px;
  }
  .st5-risk-product_text01 {
    margin-top: 30px;
  }
  .st5-risk-product_text02 {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
  }
  .st5-risk-product_text02::before {
    width: 15px;
    height: 15px;
    margin-right: 7px;
  }
  .st5-transaction {
    margin-top: 80px;
  }
  .st5-transaction_title {
    margin: 50px 0 30px;
  }
  .st5-transaction-list {
    margin-top: 10px;
  }
  .st5-transaction-list .c-list-item1 {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
  }
  .st5-transaction-table-list .c-list-item1 {
    font-size: 16px;
  }
  .st5-transaction_secondary {
    margin-top: 20px;
  }
  .st5-movie-box {
    width: 640px;
    margin-top: 60px;
  }
  .st5-movie_text {
    font-size: 14px;
    margin-top: 20px;
  }
  .st5-movie-box_list {
    margin-top: 20px;
  }
  .st5-movie-box_list-el {
    font-size: 14px;
  }
  .faq_st-about_link::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .faq_st-close {
    width: 160px;
    margin: 50px auto;
    cursor: pointer;
  }
  .help-box {
    padding: 16px 20px 20px 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    padding-top: 14.399999999999999vw;
  }
  body.sub {
    padding-top: 29.86666666666667vw;
  }
  img {
    width: 100%;
  }
  .st-inner {
    width: 89.33333333333333vw;
  }
  .st-inner02 {
    width: 100%;
  }
  .st-bg {
    margin-top: 13.333333333333334vw;
    padding: 13.333333333333334vw 0;
  }
  .st-pagelink_top {
    padding-top: 14.399999999999999vw;
    margin-top: -14.399999999999999vw;
  }
  .st-pagelink_sub {
    padding-top: 26.13333333333333vw;
    margin-top: -26.13333333333333vw;
  }
  .pc-only {
    display: none;
  }
  .mt0--sp {
    margin-top: 0vw !important;
  }
  .mb0--sp {
    margin-bottom: 0vw !important;
  }
  .ml0--sp {
    margin-left: 0vw !important;
  }
  .mr0--sp {
    margin-right: 0vw !important;
  }
  .mx0--sp {
    margin-right: 0vw !important;
    margin-left: 0vw !important;
  }
  .my0--sp {
    margin-top: 0vw !important;
    margin-bottom: 0vw !important;
  }
  .ma0--sp {
    margin: 0vw !important;
  }
  .pt0--sp {
    padding-top: 0vw !important;
  }
  .pb0--sp {
    padding-bottom: 0vw !important;
  }
  .pl0--sp {
    padding-left: 0vw !important;
  }
  .pr0--sp {
    padding-right: 0vw !important;
  }
  .px0--sp {
    padding-right: 0vw !important;
    padding-left: 0vw !important;
  }
  .py0--sp {
    padding-top: 0vw !important;
    padding-bottom: 0vw !important;
  }
  .pa0--sp {
    padding: 0vw !important;
  }
  .mt5--sp {
    margin-top: 1.333333333333333vw !important;
  }
  .mb5--sp {
    margin-bottom: 1.333333333333333vw !important;
  }
  .ml5--sp {
    margin-left: 1.333333333333333vw !important;
  }
  .mr5--sp {
    margin-right: 1.333333333333333vw !important;
  }
  .mx5--sp {
    margin-right: 1.333333333333333vw !important;
    margin-left: 1.333333333333333vw !important;
  }
  .my5--sp {
    margin-top: 1.333333333333333vw !important;
    margin-bottom: 1.333333333333333vw !important;
  }
  .ma5--sp {
    margin: 1.333333333333333vw !important;
  }
  .pt5--sp {
    padding-top: 1.333333333333333vw !important;
  }
  .pb5--sp {
    padding-bottom: 1.333333333333333vw !important;
  }
  .pl5--sp {
    padding-left: 1.333333333333333vw !important;
  }
  .pr5--sp {
    padding-right: 1.333333333333333vw !important;
  }
  .px5--sp {
    padding-right: 1.333333333333333vw !important;
    padding-left: 1.333333333333333vw !important;
  }
  .py5--sp {
    padding-top: 1.333333333333333vw !important;
    padding-bottom: 1.333333333333333vw !important;
  }
  .pa5--sp {
    padding: 1.333333333333333vw !important;
  }
  .mt10--sp {
    margin-top: 2.666666666666667vw !important;
  }
  .mb10--sp {
    margin-bottom: 2.666666666666667vw !important;
  }
  .ml10--sp {
    margin-left: 2.666666666666667vw !important;
  }
  .mr10--sp {
    margin-right: 2.666666666666667vw !important;
  }
  .mx10--sp {
    margin-right: 2.666666666666667vw !important;
    margin-left: 2.666666666666667vw !important;
  }
  .my10--sp {
    margin-top: 2.666666666666667vw !important;
    margin-bottom: 2.666666666666667vw !important;
  }
  .ma10--sp {
    margin: 2.666666666666667vw !important;
  }
  .pt10--sp {
    padding-top: 2.666666666666667vw !important;
  }
  .pb10--sp {
    padding-bottom: 2.666666666666667vw !important;
  }
  .pl10--sp {
    padding-left: 2.666666666666667vw !important;
  }
  .pr10--sp {
    padding-right: 2.666666666666667vw !important;
  }
  .px10--sp {
    padding-right: 2.666666666666667vw !important;
    padding-left: 2.666666666666667vw !important;
  }
  .py10--sp {
    padding-top: 2.666666666666667vw !important;
    padding-bottom: 2.666666666666667vw !important;
  }
  .pa10--sp {
    padding: 2.666666666666667vw !important;
  }
  .mt15--sp {
    margin-top: 4vw !important;
  }
  .mb15--sp {
    margin-bottom: 4vw !important;
  }
  .ml15--sp {
    margin-left: 4vw !important;
  }
  .mr15--sp {
    margin-right: 4vw !important;
  }
  .mx15--sp {
    margin-right: 4vw !important;
    margin-left: 4vw !important;
  }
  .my15--sp {
    margin-top: 4vw !important;
    margin-bottom: 4vw !important;
  }
  .ma15--sp {
    margin: 4vw !important;
  }
  .pt15--sp {
    padding-top: 4vw !important;
  }
  .pb15--sp {
    padding-bottom: 4vw !important;
  }
  .pl15--sp {
    padding-left: 4vw !important;
  }
  .pr15--sp {
    padding-right: 4vw !important;
  }
  .px15--sp {
    padding-right: 4vw !important;
    padding-left: 4vw !important;
  }
  .py15--sp {
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
  .pa15--sp {
    padding: 4vw !important;
  }
  .mt20--sp {
    margin-top: 5.333333333333334vw !important;
  }
  .mb20--sp {
    margin-bottom: 5.333333333333334vw !important;
  }
  .ml20--sp {
    margin-left: 5.333333333333334vw !important;
  }
  .mr20--sp {
    margin-right: 5.333333333333334vw !important;
  }
  .mx20--sp {
    margin-right: 5.333333333333334vw !important;
    margin-left: 5.333333333333334vw !important;
  }
  .my20--sp {
    margin-top: 5.333333333333334vw !important;
    margin-bottom: 5.333333333333334vw !important;
  }
  .ma20--sp {
    margin: 5.333333333333334vw !important;
  }
  .pt20--sp {
    padding-top: 5.333333333333334vw !important;
  }
  .pb20--sp {
    padding-bottom: 5.333333333333334vw !important;
  }
  .pl20--sp {
    padding-left: 5.333333333333334vw !important;
  }
  .pr20--sp {
    padding-right: 5.333333333333334vw !important;
  }
  .px20--sp {
    padding-right: 5.333333333333334vw !important;
    padding-left: 5.333333333333334vw !important;
  }
  .py20--sp {
    padding-top: 5.333333333333334vw !important;
    padding-bottom: 5.333333333333334vw !important;
  }
  .pa20--sp {
    padding: 5.333333333333334vw !important;
  }
  .mt25--sp {
    margin-top: 6.666666666666667vw !important;
  }
  .mb25--sp {
    margin-bottom: 6.666666666666667vw !important;
  }
  .ml25--sp {
    margin-left: 6.666666666666667vw !important;
  }
  .mr25--sp {
    margin-right: 6.666666666666667vw !important;
  }
  .mx25--sp {
    margin-right: 6.666666666666667vw !important;
    margin-left: 6.666666666666667vw !important;
  }
  .my25--sp {
    margin-top: 6.666666666666667vw !important;
    margin-bottom: 6.666666666666667vw !important;
  }
  .ma25--sp {
    margin: 6.666666666666667vw !important;
  }
  .pt25--sp {
    padding-top: 6.666666666666667vw !important;
  }
  .pb25--sp {
    padding-bottom: 6.666666666666667vw !important;
  }
  .pl25--sp {
    padding-left: 6.666666666666667vw !important;
  }
  .pr25--sp {
    padding-right: 6.666666666666667vw !important;
  }
  .px25--sp {
    padding-right: 6.666666666666667vw !important;
    padding-left: 6.666666666666667vw !important;
  }
  .py25--sp {
    padding-top: 6.666666666666667vw !important;
    padding-bottom: 6.666666666666667vw !important;
  }
  .pa25--sp {
    padding: 6.666666666666667vw !important;
  }
  .mt30--sp {
    margin-top: 8vw !important;
  }
  .mb30--sp {
    margin-bottom: 8vw !important;
  }
  .ml30--sp {
    margin-left: 8vw !important;
  }
  .mr30--sp {
    margin-right: 8vw !important;
  }
  .mx30--sp {
    margin-right: 8vw !important;
    margin-left: 8vw !important;
  }
  .my30--sp {
    margin-top: 8vw !important;
    margin-bottom: 8vw !important;
  }
  .ma30--sp {
    margin: 8vw !important;
  }
  .pt30--sp {
    padding-top: 8vw !important;
  }
  .pb30--sp {
    padding-bottom: 8vw !important;
  }
  .pl30--sp {
    padding-left: 8vw !important;
  }
  .pr30--sp {
    padding-right: 8vw !important;
  }
  .px30--sp {
    padding-right: 8vw !important;
    padding-left: 8vw !important;
  }
  .py30--sp {
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
  }
  .pa30--sp {
    padding: 8vw !important;
  }
  .mt35--sp {
    margin-top: 9.333333333333334vw !important;
  }
  .mb35--sp {
    margin-bottom: 9.333333333333334vw !important;
  }
  .ml35--sp {
    margin-left: 9.333333333333334vw !important;
  }
  .mr35--sp {
    margin-right: 9.333333333333334vw !important;
  }
  .mx35--sp {
    margin-right: 9.333333333333334vw !important;
    margin-left: 9.333333333333334vw !important;
  }
  .my35--sp {
    margin-top: 9.333333333333334vw !important;
    margin-bottom: 9.333333333333334vw !important;
  }
  .ma35--sp {
    margin: 9.333333333333334vw !important;
  }
  .pt35--sp {
    padding-top: 9.333333333333334vw !important;
  }
  .pb35--sp {
    padding-bottom: 9.333333333333334vw !important;
  }
  .pl35--sp {
    padding-left: 9.333333333333334vw !important;
  }
  .pr35--sp {
    padding-right: 9.333333333333334vw !important;
  }
  .px35--sp {
    padding-right: 9.333333333333334vw !important;
    padding-left: 9.333333333333334vw !important;
  }
  .py35--sp {
    padding-top: 9.333333333333334vw !important;
    padding-bottom: 9.333333333333334vw !important;
  }
  .pa35--sp {
    padding: 9.333333333333334vw !important;
  }
  .mt40--sp {
    margin-top: 10.666666666666668vw !important;
  }
  .mb40--sp {
    margin-bottom: 10.666666666666668vw !important;
  }
  .ml40--sp {
    margin-left: 10.666666666666668vw !important;
  }
  .mr40--sp {
    margin-right: 10.666666666666668vw !important;
  }
  .mx40--sp {
    margin-right: 10.666666666666668vw !important;
    margin-left: 10.666666666666668vw !important;
  }
  .my40--sp {
    margin-top: 10.666666666666668vw !important;
    margin-bottom: 10.666666666666668vw !important;
  }
  .ma40--sp {
    margin: 10.666666666666668vw !important;
  }
  .pt40--sp {
    padding-top: 10.666666666666668vw !important;
  }
  .pb40--sp {
    padding-bottom: 10.666666666666668vw !important;
  }
  .pl40--sp {
    padding-left: 10.666666666666668vw !important;
  }
  .pr40--sp {
    padding-right: 10.666666666666668vw !important;
  }
  .px40--sp {
    padding-right: 10.666666666666668vw !important;
    padding-left: 10.666666666666668vw !important;
  }
  .py40--sp {
    padding-top: 10.666666666666668vw !important;
    padding-bottom: 10.666666666666668vw !important;
  }
  .pa40--sp {
    padding: 10.666666666666668vw !important;
  }
  .mt45--sp {
    margin-top: 12vw !important;
  }
  .mb45--sp {
    margin-bottom: 12vw !important;
  }
  .ml45--sp {
    margin-left: 12vw !important;
  }
  .mr45--sp {
    margin-right: 12vw !important;
  }
  .mx45--sp {
    margin-right: 12vw !important;
    margin-left: 12vw !important;
  }
  .my45--sp {
    margin-top: 12vw !important;
    margin-bottom: 12vw !important;
  }
  .ma45--sp {
    margin: 12vw !important;
  }
  .pt45--sp {
    padding-top: 12vw !important;
  }
  .pb45--sp {
    padding-bottom: 12vw !important;
  }
  .pl45--sp {
    padding-left: 12vw !important;
  }
  .pr45--sp {
    padding-right: 12vw !important;
  }
  .px45--sp {
    padding-right: 12vw !important;
    padding-left: 12vw !important;
  }
  .py45--sp {
    padding-top: 12vw !important;
    padding-bottom: 12vw !important;
  }
  .pa45--sp {
    padding: 12vw !important;
  }
  .mt50--sp {
    margin-top: 13.333333333333334vw !important;
  }
  .mb50--sp {
    margin-bottom: 13.333333333333334vw !important;
  }
  .ml50--sp {
    margin-left: 13.333333333333334vw !important;
  }
  .mr50--sp {
    margin-right: 13.333333333333334vw !important;
  }
  .mx50--sp {
    margin-right: 13.333333333333334vw !important;
    margin-left: 13.333333333333334vw !important;
  }
  .my50--sp {
    margin-top: 13.333333333333334vw !important;
    margin-bottom: 13.333333333333334vw !important;
  }
  .ma50--sp {
    margin: 13.333333333333334vw !important;
  }
  .pt50--sp {
    padding-top: 13.333333333333334vw !important;
  }
  .pb50--sp {
    padding-bottom: 13.333333333333334vw !important;
  }
  .pl50--sp {
    padding-left: 13.333333333333334vw !important;
  }
  .pr50--sp {
    padding-right: 13.333333333333334vw !important;
  }
  .px50--sp {
    padding-right: 13.333333333333334vw !important;
    padding-left: 13.333333333333334vw !important;
  }
  .py50--sp {
    padding-top: 13.333333333333334vw !important;
    padding-bottom: 13.333333333333334vw !important;
  }
  .pa50--sp {
    padding: 13.333333333333334vw !important;
  }
  .mt55--sp {
    margin-top: 14.666666666666666vw !important;
  }
  .mb55--sp {
    margin-bottom: 14.666666666666666vw !important;
  }
  .ml55--sp {
    margin-left: 14.666666666666666vw !important;
  }
  .mr55--sp {
    margin-right: 14.666666666666666vw !important;
  }
  .mx55--sp {
    margin-right: 14.666666666666666vw !important;
    margin-left: 14.666666666666666vw !important;
  }
  .my55--sp {
    margin-top: 14.666666666666666vw !important;
    margin-bottom: 14.666666666666666vw !important;
  }
  .ma55--sp {
    margin: 14.666666666666666vw !important;
  }
  .pt55--sp {
    padding-top: 14.666666666666666vw !important;
  }
  .pb55--sp {
    padding-bottom: 14.666666666666666vw !important;
  }
  .pl55--sp {
    padding-left: 14.666666666666666vw !important;
  }
  .pr55--sp {
    padding-right: 14.666666666666666vw !important;
  }
  .px55--sp {
    padding-right: 14.666666666666666vw !important;
    padding-left: 14.666666666666666vw !important;
  }
  .py55--sp {
    padding-top: 14.666666666666666vw !important;
    padding-bottom: 14.666666666666666vw !important;
  }
  .pa55--sp {
    padding: 14.666666666666666vw !important;
  }
  .mt60--sp {
    margin-top: 16vw !important;
  }
  .mb60--sp {
    margin-bottom: 16vw !important;
  }
  .ml60--sp {
    margin-left: 16vw !important;
  }
  .mr60--sp {
    margin-right: 16vw !important;
  }
  .mx60--sp {
    margin-right: 16vw !important;
    margin-left: 16vw !important;
  }
  .my60--sp {
    margin-top: 16vw !important;
    margin-bottom: 16vw !important;
  }
  .ma60--sp {
    margin: 16vw !important;
  }
  .pt60--sp {
    padding-top: 16vw !important;
  }
  .pb60--sp {
    padding-bottom: 16vw !important;
  }
  .pl60--sp {
    padding-left: 16vw !important;
  }
  .pr60--sp {
    padding-right: 16vw !important;
  }
  .px60--sp {
    padding-right: 16vw !important;
    padding-left: 16vw !important;
  }
  .py60--sp {
    padding-top: 16vw !important;
    padding-bottom: 16vw !important;
  }
  .pa60--sp {
    padding: 16vw !important;
  }
  .mt65--sp {
    margin-top: 17.333333333333336vw !important;
  }
  .mb65--sp {
    margin-bottom: 17.333333333333336vw !important;
  }
  .ml65--sp {
    margin-left: 17.333333333333336vw !important;
  }
  .mr65--sp {
    margin-right: 17.333333333333336vw !important;
  }
  .mx65--sp {
    margin-right: 17.333333333333336vw !important;
    margin-left: 17.333333333333336vw !important;
  }
  .my65--sp {
    margin-top: 17.333333333333336vw !important;
    margin-bottom: 17.333333333333336vw !important;
  }
  .ma65--sp {
    margin: 17.333333333333336vw !important;
  }
  .pt65--sp {
    padding-top: 17.333333333333336vw !important;
  }
  .pb65--sp {
    padding-bottom: 17.333333333333336vw !important;
  }
  .pl65--sp {
    padding-left: 17.333333333333336vw !important;
  }
  .pr65--sp {
    padding-right: 17.333333333333336vw !important;
  }
  .px65--sp {
    padding-right: 17.333333333333336vw !important;
    padding-left: 17.333333333333336vw !important;
  }
  .py65--sp {
    padding-top: 17.333333333333336vw !important;
    padding-bottom: 17.333333333333336vw !important;
  }
  .pa65--sp {
    padding: 17.333333333333336vw !important;
  }
  .mt70--sp {
    margin-top: 18.666666666666668vw !important;
  }
  .mb70--sp {
    margin-bottom: 18.666666666666668vw !important;
  }
  .ml70--sp {
    margin-left: 18.666666666666668vw !important;
  }
  .mr70--sp {
    margin-right: 18.666666666666668vw !important;
  }
  .mx70--sp {
    margin-right: 18.666666666666668vw !important;
    margin-left: 18.666666666666668vw !important;
  }
  .my70--sp {
    margin-top: 18.666666666666668vw !important;
    margin-bottom: 18.666666666666668vw !important;
  }
  .ma70--sp {
    margin: 18.666666666666668vw !important;
  }
  .pt70--sp {
    padding-top: 18.666666666666668vw !important;
  }
  .pb70--sp {
    padding-bottom: 18.666666666666668vw !important;
  }
  .pl70--sp {
    padding-left: 18.666666666666668vw !important;
  }
  .pr70--sp {
    padding-right: 18.666666666666668vw !important;
  }
  .px70--sp {
    padding-right: 18.666666666666668vw !important;
    padding-left: 18.666666666666668vw !important;
  }
  .py70--sp {
    padding-top: 18.666666666666668vw !important;
    padding-bottom: 18.666666666666668vw !important;
  }
  .pa70--sp {
    padding: 18.666666666666668vw !important;
  }
  .mt75--sp {
    margin-top: 20vw !important;
  }
  .mb75--sp {
    margin-bottom: 20vw !important;
  }
  .ml75--sp {
    margin-left: 20vw !important;
  }
  .mr75--sp {
    margin-right: 20vw !important;
  }
  .mx75--sp {
    margin-right: 20vw !important;
    margin-left: 20vw !important;
  }
  .my75--sp {
    margin-top: 20vw !important;
    margin-bottom: 20vw !important;
  }
  .ma75--sp {
    margin: 20vw !important;
  }
  .pt75--sp {
    padding-top: 20vw !important;
  }
  .pb75--sp {
    padding-bottom: 20vw !important;
  }
  .pl75--sp {
    padding-left: 20vw !important;
  }
  .pr75--sp {
    padding-right: 20vw !important;
  }
  .px75--sp {
    padding-right: 20vw !important;
    padding-left: 20vw !important;
  }
  .py75--sp {
    padding-top: 20vw !important;
    padding-bottom: 20vw !important;
  }
  .pa75--sp {
    padding: 20vw !important;
  }
  .mt80--sp {
    margin-top: 21.333333333333336vw !important;
  }
  .mb80--sp {
    margin-bottom: 21.333333333333336vw !important;
  }
  .ml80--sp {
    margin-left: 21.333333333333336vw !important;
  }
  .mr80--sp {
    margin-right: 21.333333333333336vw !important;
  }
  .mx80--sp {
    margin-right: 21.333333333333336vw !important;
    margin-left: 21.333333333333336vw !important;
  }
  .my80--sp {
    margin-top: 21.333333333333336vw !important;
    margin-bottom: 21.333333333333336vw !important;
  }
  .ma80--sp {
    margin: 21.333333333333336vw !important;
  }
  .pt80--sp {
    padding-top: 21.333333333333336vw !important;
  }
  .pb80--sp {
    padding-bottom: 21.333333333333336vw !important;
  }
  .pl80--sp {
    padding-left: 21.333333333333336vw !important;
  }
  .pr80--sp {
    padding-right: 21.333333333333336vw !important;
  }
  .px80--sp {
    padding-right: 21.333333333333336vw !important;
    padding-left: 21.333333333333336vw !important;
  }
  .py80--sp {
    padding-top: 21.333333333333336vw !important;
    padding-bottom: 21.333333333333336vw !important;
  }
  .pa80--sp {
    padding: 21.333333333333336vw !important;
  }
  .mt85--sp {
    margin-top: 22.666666666666664vw !important;
  }
  .mb85--sp {
    margin-bottom: 22.666666666666664vw !important;
  }
  .ml85--sp {
    margin-left: 22.666666666666664vw !important;
  }
  .mr85--sp {
    margin-right: 22.666666666666664vw !important;
  }
  .mx85--sp {
    margin-right: 22.666666666666664vw !important;
    margin-left: 22.666666666666664vw !important;
  }
  .my85--sp {
    margin-top: 22.666666666666664vw !important;
    margin-bottom: 22.666666666666664vw !important;
  }
  .ma85--sp {
    margin: 22.666666666666664vw !important;
  }
  .pt85--sp {
    padding-top: 22.666666666666664vw !important;
  }
  .pb85--sp {
    padding-bottom: 22.666666666666664vw !important;
  }
  .pl85--sp {
    padding-left: 22.666666666666664vw !important;
  }
  .pr85--sp {
    padding-right: 22.666666666666664vw !important;
  }
  .px85--sp {
    padding-right: 22.666666666666664vw !important;
    padding-left: 22.666666666666664vw !important;
  }
  .py85--sp {
    padding-top: 22.666666666666664vw !important;
    padding-bottom: 22.666666666666664vw !important;
  }
  .pa85--sp {
    padding: 22.666666666666664vw !important;
  }
  .mt90--sp {
    margin-top: 24vw !important;
  }
  .mb90--sp {
    margin-bottom: 24vw !important;
  }
  .ml90--sp {
    margin-left: 24vw !important;
  }
  .mr90--sp {
    margin-right: 24vw !important;
  }
  .mx90--sp {
    margin-right: 24vw !important;
    margin-left: 24vw !important;
  }
  .my90--sp {
    margin-top: 24vw !important;
    margin-bottom: 24vw !important;
  }
  .ma90--sp {
    margin: 24vw !important;
  }
  .pt90--sp {
    padding-top: 24vw !important;
  }
  .pb90--sp {
    padding-bottom: 24vw !important;
  }
  .pl90--sp {
    padding-left: 24vw !important;
  }
  .pr90--sp {
    padding-right: 24vw !important;
  }
  .px90--sp {
    padding-right: 24vw !important;
    padding-left: 24vw !important;
  }
  .py90--sp {
    padding-top: 24vw !important;
    padding-bottom: 24vw !important;
  }
  .pa90--sp {
    padding: 24vw !important;
  }
  .mt95--sp {
    margin-top: 25.333333333333336vw !important;
  }
  .mb95--sp {
    margin-bottom: 25.333333333333336vw !important;
  }
  .ml95--sp {
    margin-left: 25.333333333333336vw !important;
  }
  .mr95--sp {
    margin-right: 25.333333333333336vw !important;
  }
  .mx95--sp {
    margin-right: 25.333333333333336vw !important;
    margin-left: 25.333333333333336vw !important;
  }
  .my95--sp {
    margin-top: 25.333333333333336vw !important;
    margin-bottom: 25.333333333333336vw !important;
  }
  .ma95--sp {
    margin: 25.333333333333336vw !important;
  }
  .pt95--sp {
    padding-top: 25.333333333333336vw !important;
  }
  .pb95--sp {
    padding-bottom: 25.333333333333336vw !important;
  }
  .pl95--sp {
    padding-left: 25.333333333333336vw !important;
  }
  .pr95--sp {
    padding-right: 25.333333333333336vw !important;
  }
  .px95--sp {
    padding-right: 25.333333333333336vw !important;
    padding-left: 25.333333333333336vw !important;
  }
  .py95--sp {
    padding-top: 25.333333333333336vw !important;
    padding-bottom: 25.333333333333336vw !important;
  }
  .pa95--sp {
    padding: 25.333333333333336vw !important;
  }
  .mt100--sp {
    margin-top: 26.666666666666668vw !important;
  }
  .mb100--sp {
    margin-bottom: 26.666666666666668vw !important;
  }
  .ml100--sp {
    margin-left: 26.666666666666668vw !important;
  }
  .mr100--sp {
    margin-right: 26.666666666666668vw !important;
  }
  .mx100--sp {
    margin-right: 26.666666666666668vw !important;
    margin-left: 26.666666666666668vw !important;
  }
  .my100--sp {
    margin-top: 26.666666666666668vw !important;
    margin-bottom: 26.666666666666668vw !important;
  }
  .ma100--sp {
    margin: 26.666666666666668vw !important;
  }
  .pt100--sp {
    padding-top: 26.666666666666668vw !important;
  }
  .pb100--sp {
    padding-bottom: 26.666666666666668vw !important;
  }
  .pl100--sp {
    padding-left: 26.666666666666668vw !important;
  }
  .pr100--sp {
    padding-right: 26.666666666666668vw !important;
  }
  .px100--sp {
    padding-right: 26.666666666666668vw !important;
    padding-left: 26.666666666666668vw !important;
  }
  .py100--sp {
    padding-top: 26.666666666666668vw !important;
    padding-bottom: 26.666666666666668vw !important;
  }
  .pa100--sp {
    padding: 26.666666666666668vw !important;
  }
  .c-btn {
    border: 2px solid #e6e6e6;
    padding: 8vw 0 10.666666666666668vw 0;
  }
  .c-btn_text {
    font-size: 4.266666666666667vw;
    line-height: 1.5;
  }
  .c-btn_link {
    font-size: 4.266666666666667vw;
    width: 78.66666666666666vw;
    padding: 4.266666666666667vw 0 4.8vw 0;
    margin: 5.333333333333334vw auto 0 auto;
  }
  .c-btn_link::after {
    width: 4vw;
    height: 4vw;
    margin-left: 2.666666666666667vw;
  }
  .c-footer-head {
    padding: 8.533333333333333vw 0;
  }
  .c-footer-head_logo {
    width: 30.933333333333334vw;
    margin: 0 auto 0;
  }
  .c-footer-head_text {
    width: 89.33333333333333vw;
    font-size: 3.2vw;
    margin: 6.4vw auto 0;
  }
  .c-footer-body {
    height: 15.466666666666667vw;
  }
  .c-footer-body_copy {
    font-size: 3.2vw;
    padding: 2.933333333333333vw 0;
  }
  .c-footer-top {
    width: 15.466666666666667vw;
    height: 15.466666666666667vw;
    line-height: 1.5;
  }
  .c-footer-top_icon {
    width: 5.333333333333334vw;
  }
  .c-header {
    box-shadow: 0px 0px 2.666666666666667vw rgba(0,0,0,0.3);
  }
  .c-header-logo_bg {
    width: 42.93333333333334vw;
    height: 14.399999999999999vw;
    padding: 4.266666666666667vw 0 0 5.333333333333334vw;
  }
  .c-header-logo_image {
    width: 32.266666666666666vw;
  }
  .c-header-icon {
    width: 26.400000000000002vw;
    height: 14.399999999999999vw;
    overflow: hidden;
    left: 42.93333333333334vw;
  }
  .c-header-hamburger {
    display: block;
  }
  .c-header-hamburger_btn {
    width: 6.666666666666667vw;
    height: 5.866666666666666vw;
    position: absolute;
    top: 4.266666666666667vw;
    right: 5.333333333333334vw;
  }
  .c-header-hamburger_btn.is-active {
    width: 6.666666666666667vw;
    height: 6.666666666666667vw;
  }
  .c-header-nav {
    top: 14.399999999999999vw;
    background: rgba(0,34,66,0.95);
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    padding: 5.333333333333334vw 0 18.666666666666668vw;
    overflow: auto;
  }
  .js-nav {
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
  }
  .js-nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .c-header-nav_inner {
    width: 89.33333333333333vw;
    margin: 0 auto 0;
  }
  .c-header-nav_list {
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .c-header-nav_list .c-header-nav_item {
    border-top: 1px solid rgba(255,255,255,0.5);
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_item-link {
    position: relative;
    display: block;
    font-size: 4.8vw;
    font-weight: bold;
    padding: 4vw 0 4vw;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_item-link::after {
    display: block;
    content: "";
    width: 4.533333333333333vw;
    height: 2.666666666666667vw;
    background: url("../../assets/img/common/menu_icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.333333333333333vw;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_item-link.is-active::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_list-child {
    display: none;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_list-child_item {
    padding: 4vw 0 4vw 10.666666666666668vw;
    border-top: dashed 1px #004586;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_list-child_item-link {
    font-size: 4.266666666666667vw;
  }
  .c-header-close {
    position: absolute;
    width: 16.53333333333333vw;
    top: 3.733333333333334vw;
    right: 14.666666666666666vw;
  }
  .c-heading-1 {
    text-align: center;
    border-bottom: 0.8vw solid #afafaf;
    padding-bottom: 8vw;
  }
  .c-heading-1::after {
    width: 4vw;
    height: 2.666666666666667vw;
    bottom: -3.466666666666666vw;
  }
  .c-heading-1 .c-heading-1_num {
    color: #afafaf;
    font-size: 9.066666666666666vw;
  }
  .c-heading-1 .c-heading-1_head-sub {
    font-size: 3.466666666666666vw;
    margin-top: 1.866666666666667vw;
  }
  .c-heading-1 .c-heading-1_head-text {
    font-size: 5.866666666666666vw;
    margin-top: 2.666666666666667vw;
  }
  .c-heading-1-sub {
    text-align: center;
  }
  .c-heading-1-sub::after {
    width: 8vw;
    height: 5.333333333333334vw;
    bottom: -5.333333333333334vw;
  }
  .c-heading-1-sub .c-heading-1-sub_inner {
    border-bottom: 0.8vw solid #afafaf;
    padding: 6.133333333333333vw 0;
  }
  .c-heading-1-sub .c-heading-1-sub_num {
    color: #afafaf;
    font-size: 9.066666666666666vw;
  }
  .c-heading-1-sub .c-heading-1-sub_head-sub {
    font-size: 3.466666666666666vw;
    margin-top: 1.866666666666667vw;
  }
  .c-heading-1-sub .c-heading-1-sub_head-text {
    font-size: 5.866666666666666vw;
    line-height: 1.5;
  }
  .c-heading-2::before {
    width: 18.666666666666668vw;
    height: 8.799999999999999vw;
  }
  .c-heading-2 .c-heading-2_head {
    margin-top: 4.533333333333333vw;
  }
  .c-heading-2 .c-heading-1_head-sub {
    font-size: 3.466666666666666vw;
  }
  .c-heading-2 .c-heading-1_head-text {
    display: block;
    font-size: 5.866666666666666vw;
    margin-top: 2.666666666666667vw;
  }
  .c-table1 {
    width: 100%;
  }
  .c-table1 .c-table1-th1 {
    display: block;
    padding: 3.466666666666666vw 2.666666666666667vw 4vw 2.666666666666667vw;
    width: 100%;
  }
  .c-table1 .c-table1-th2 {
    display: block;
    padding: 3.466666666666666vw 2.666666666666667vw 4vw 2.666666666666667vw;
    width: 100%;
  }
  .c-table1 .c-table1-td1 {
    padding: 2.666666666666667vw 0 4vw 0;
    width: 100%;
  }
  .c-table1 .c-table1-td2 {
    padding: 2.666666666666667vw 0 4vw 0;
    width: 100%;
  }
  .c-table1 .c-table1-list-item1 {
    margin-top: 3.2vw;
  }
  .c-table1-list-item-span {
    font-size: 3.733333333333334vw;
  }
  .c-table2 {
    width: 100%;
  }
  .c-table2 .c-table2-th1 {
    padding: 4vw 5.333333333333334vw;
  }
  .c-table2 .c-table2-th1--1 {
    width: 20.266666666666666vw;
  }
  .c-table2 .c-table2-th1--2 {
    width: 68.8vw;
  }
  .c-table2 .c-table2-th2 {
    padding: 2.666666666666667vw;
    text-align: center;
    width: 20.266666666666666vw;
    line-height: 1.5;
  }
  .c-table2 .c-table2-td1 {
    padding: 2.666666666666667vw 2.666666666666667vw 4vw 2.666666666666667vw;
    width: 68.8vw;
    display: block;
  }
  .c-table2 .c-table2-list1 {
    display: block;
  }
  .c-table3 {
    width: 100%;
  }
  .c-table3 .c-table3-th1 {
    display: block;
    padding: 3.2vw 2.666666666666667vw 4vw 2.666666666666667vw;
    width: 100%;
  }
  .c-table3 .c-table3-td1 {
    padding: 2.666666666666667vw 0 4vw 0;
    width: 100%;
  }
  .c-text-1 {
    font-size: 3.466666666666666vw;
  }
  .c-text-2 {
    font-size: 3.733333333333334vw;
  }
  .c-text-3 {
    font-size: 3.466666666666666vw;
  }
  .c-text-4 {
    font-size: 3.2vw;
  }
  .c-text-5 {
    font-size: 3.2vw;
  }
  .c-text-6 {
    font-size: 3.2vw;
  }
  .c-text-7 {
    font-size: 3.733333333333334vw;
    line-height: 1;
  }
  .c-text-8 {
    font-size: 3.733333333333334vw;
  }
  .c-text-9 {
    font-size: 2.666666666666667vw;
    line-height: 1;
  }
  .c-text-10 {
    font-size: 4.266666666666667vw;
    line-height: 1;
  }
  .c-list2 {
    margin-top: 5.333333333333334vw;
  }
  .c-list-item2 {
    font-size: 3.2vw;
  }
  .c-list-item2:nth-child(n +2) {
    margin-top: 2.666666666666667vw;
  }
  .c-list-item3 {
    font-size: 3.2vw;
  }
  .c-list-item3:nth-child(n +2) {
    margin-top: 2.666666666666667vw;
  }
  .c-text-11 {
    font-size: 3.2vw;
  }
  .c-text-12 {
    font-size: 4.8vw;
  }
  .c-text-12 span {
    display: block;
  }
  .c-text-13 {
    font-size: 3.2vw;
  }
  .c-text-14 {
    font-size: 4.266666666666667vw;
  }
  .c-text-15 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
  .c-text-16 {
    font-size: 4.8vw;
  }
  .c-text-17 {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .c-title-1 {
    font-size: 5.333333333333334vw;
  }
  .c-title-2 {
    font-size: 4.8vw;
  }
  .c-title-3 {
    font-size: 4.8vw;
    padding-bottom: 4.266666666666667vw;
    border-bottom: 0.8vw solid #afafaf;
  }
  .c-title-4 {
    font-size: 4.8vw;
  }
  .c-title-5 {
    font-size: 4.266666666666667vw;
  }
  .c-title-6 {
    font-size: 4.266666666666667vw;
  }
  .c-title-7 {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .c-title-9 {
    font-size: 4.266666666666667vw;
  }
  .c-title-9::before {
    width: 3.466666666666666vw;
    height: 3.466666666666666vw;
    margin-right: 1.6vw;
  }
  .c-title-8_bg {
    padding: 1.333333333333333vw 0;
  }
  .c-title-8_text_sp {
    font-size: 4.266666666666667vw;
    line-height: 1;
    color: #002242;
    text-align: center;
    margin-bottom: 2.666666666666667vw;
  }
  .c-title-8_inner {
    padding: 3.733333333333334vw 0 4.266666666666667vw 0;
  }
  .c-title-8_text_pc {
    display: none;
  }
  .c-title-8_text {
    font-size: 5.333333333333334vw;
    line-height: 1;
  }
  .c-title-8_text span::before {
    letter-spacing: 0.8em;
    font-size: 2.133333333333333vw;
    height: 2.133333333333333vw;
    left: 1.2em;
    top: -0.7em;
  }
  .st-contact {
    margin: 10.666666666666668vw 0 0;
  }
  .st-contact_title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .st-contact_text {
    font-size: 3.733333333333334vw;
    margin-top: 5.333333333333334vw;
  }
  .st-contact_btn {
    width: 78.66666666666666vw;
    font-size: 4.266666666666667vw;
    height: 13.333333333333334vw;
    margin-top: 5.333333333333334vw;
    box-shadow: 0px 0px 5.333333333333334vw 0px rgba(0,0,0,0.3);
    border-radius: 8vw;
  }
  .st-point {
    padding: 8vw 0;
  }
  .st-point_title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .st-point_subtitle {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 2.666666666666667vw;
  }
  .st-point_list {
    width: 80vw;
    margin-top: 5.333333333333334vw;
  }
  .st-point_list .st-point_item {
    font-size: 3.733333333333334vw;
    margin-top: 2.666666666666667vw;
  }
  .st-point_text01 {
    width: 80vw;
    margin: 5.333333333333334vw auto 0;
  }
  .st-side {
    width: 100%;
    overflow-x: scroll;
    position: fixed;
    top: 14.399999999999999vw;
    left: 0;
    padding: 2.666666666666667vw 0;
    background: #fff;
    z-index: 2;
  }
  .st-side_list {
    padding: 0 5.333333333333334vw;
  }
  .st-side_list:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .st-side_list-st4 {
    width: 144vw;
  }
  .st-side_list-faq {
    width: 168vw;
  }
  .st-side_list .st-side_item {
    float: left;
    margin-left: 5.333333333333334vw;
  }
  .st-side_list .st-side_item:first-child {
    margin-left: 0;
  }
  .st-side_link {
    font-size: 3.733333333333334vw;
  }
  .st-side_link.is-active {
    padding-bottom: 5px;
    border-bottom: 3px solid #ca2420;
  }
  .help .c-header-icon {
    left: 40vw;
  }
  .help {
    padding-top: 29.86666666666667vw;
  }
  .help header,
  .help header[role='banner'] {
    padding: 0;
  }
  .help .c-header-nav_list .c-header-nav_item .c-header-nav_item-link {
    text-align: center;
    font-size: 4.266666666666667vw;
  }
  .help .c-header-nav {
    padding-top: 10.666666666666668vw;
  }
  .help .c-header-nav_list .c-header-nav_item:last-child {
    display: none;
  }
  .help .st-side_item01 .st-side_link {
    font-size: 3.733333333333334vw;
  }
  .help .c-heading-1-sub .c-heading-1-sub_head-text {
    font-size: 5.333333333333334vw;
  }
  .help .st-side_list-st4 {
    width: 320vw;
  }
  .help .st-side_item {
    border-left: 1px solid #002242;
    padding-left: 2.666666666666667vw;
    margin-left: 2.666666666666667vw;
  }
  .help .st-side_item:last-child {
    border-right: 1px solid #002242;
    padding-right: 2.666666666666667vw;
  }
  .help .c-heading-1-sub .c-heading-1-sub_inner {
    padding: 3.2vw 0 5.333333333333334vw;
  }
  .help .c-heading-1-sub::after {
    width: 5vw;
  }
  .st5-inner2 {
    width: 89.33333333333333vw;
    margin: 0 auto 0;
  }
  .st5-mv {
    width: 89.33333333333333vw;
    margin: 0 auto;
  }
  .st5-mv_title1 {
    font-size: 3.733333333333334vw;
    padding: 2.133333333333333vw 2.666666666666667vw;
    width: 42.66666666666667vw;
  }
  .st5-mv_title2 {
    font-size: 5.333333333333334vw;
    margin-bottom: 5.333333333333334vw;
  }
  .st5-mv_title_img {
    margin-top: 5.333333333333334vw;
  }
  .st5-mv_title_ruby::before {
    font-size: 2.133333333333333vw;
    height: 2.133333333333333vw;
    top: -0.7em;
  }
  .st5-title-8_text {
    font-size: 5.333333333333334vw;
    line-height: 1;
  }
  .st5-title-8_text_ruby::before {
    font-size: 2.133333333333333vw;
    height: 2.133333333333333vw;
    top: -0.7em;
  }
  .st5-feature {
    margin-top: 10.666666666666668vw;
  }
  .st5-feature-text {
    margin-top: 4.266666666666667vw;
  }
  .st5-feature-item01 {
    margin-top: 8vw;
  }
  .st5-feature-item01 .c-list-item1 {
    margin-top: 4vw;
  }
  .st5-feature-item02 .c-list-item1 {
    font-size: 3.733333333333334vw;
  }
  .st5-investment {
    margin-top: 10.666666666666668vw;
  }
  .st5-investment_block {
    margin-top: 10.666666666666668vw;
  }
  .st5-investment_link {
    display: block;
  }
  .st5-investment_link:nth-child(n + 2) {
    margin-top: 2.666666666666667vw;
  }
  .st5-investment_detail {
    margin-top: 10.666666666666668vw;
  }
  .st5-investment_detail_img {
    margin-top: 5.333333333333334vw;
  }
  .st5-investment_detail_text1 {
    font-size: 4.8vw;
    margin-top: 8vw;
  }
  .st5-investment .c-list1 {
    margin-top: 5.333333333333334vw;
  }
  .st5-investment .c-list-item1 {
    font-size: 3.733333333333334vw;
  }
  .st5-investment .c-list-item1:nth-child(n + 2) {
    margin-top: 4vw;
  }
  .st5-investment_detail_table {
    margin-top: 8vw;
  }
  .st5-recruitment {
    margin-top: 10.666666666666668vw;
  }
  .st5-recruitment_table {
    margin-top: 10.666666666666668vw;
  }
  .st5-prospectus {
    margin-top: 8vw;
  }
  .st5-risk {
    margin-top: 10.666666666666668vw;
  }
  .st5-risk-tenant {
    margin: 10.666666666666668vw 0 2.666666666666667vw 0;
  }
  .st5-risk-reliance {
    margin: 10.666666666666668vw 0 2.666666666666667vw 0;
  }
  .st5-risk-reliance-list {
    margin-top: 5.333333333333334vw;
  }
  .st5-risk-reliance-list .c-list-item1 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    margin-top: 2.666666666666667vw;
  }
  .st5-risk_contents {
    margin-top: 8vw;
  }
  .st5-risk_img {
    width: 100%;
  }
  .st5-risk-pricedivergence {
    margin-top: 8vw;
  }
  .st5-risk_title {
    font-size: 4.8vw;
    margin-top: 6.4vw;
  }
  .st5-risk-costfluctuations {
    margin-top: 8vw;
  }
  .st5-risk-tenant_title,
  .st5-risk-pricedivergence_title,
  .st5-risk-costfluctuations_title {
    margin-top: 5.333333333333334vw;
  }
  .st5-risk-tenant-list,
  .st5-risk-pricedivergence-list,
  .st5-risk-costfluctuations-list {
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-tenant-list li:nth-child(n + 2),
  .st5-risk-pricedivergence-list li:nth-child(n + 2),
  .st5-risk-costfluctuations-list li:nth-child(n + 2) {
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-tenant-list .c-list-item1,
  .st5-risk-pricedivergence-list .c-list-item1,
  .st5-risk-costfluctuations-list .c-list-item1 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
  .st-risk-operation {
    border-radius: 12px;
    margin-top: 5.333333333333334vw;
  }
  .st-risk-operation_inner {
    width: 78.66666666666666vw;
    padding: 5.333333333333334vw 0 8vw 0;
  }
  .st-risk-operation_img {
    margin: 5.333333333333334vw auto 0;
    width: 56.53333333333334vw;
  }
  .st-risk-operation_text01 {
    margin: 2.666666666666667vw 0 8vw 0;
  }
  .st-risk-operation_text02 {
    margin-top: 5.333333333333334vw;
  }
  .st-risk-operation-list {
    margin-top: 2.666666666666667vw;
  }
  .st-risk-operation-list .c-list-item1 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-redemption {
    margin-top: 8vw;
  }
  .st5-risk-redemption_title01 {
    margin-top: 5.333333333333334vw;
  }
  .st5-risk-redemption-list .c-list-item1 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-redemption-list01 .c-list-item1 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-redemption-list02 {
    margin-top: 8vw;
  }
  .st5-risk-redemption-list02 li:nth-child(n + 2) {
    margin-top: 4vw;
  }
  .st5-risk-redemption_title02 {
    font-size: 4vw;
    line-height: 1.5;
  }
  .st5-risk-redemption_text {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
  .st5-risk-redemption-img {
    width: 94.66666666666667vw;
    overflow-x: scroll;
    margin-top: 8vw;
    padding-right: 5.333333333333334vw;
  }
  .st5-risk-redemption-img img {
    width: 144vw;
    max-width: 192.26666666666668vw;
  }
  .st5-risk-redemption-scroll {
    width: 56.53333333333334vw;
    margin: 5.333333333333334vw auto 8vw auto;
  }
  .st5-risk-borrowing {
    margin-top: 8vw;
  }
  .st5-risk-borrowing_title01 {
    margin-top: 5.333333333333334vw;
  }
  .st5-risk-borrowing-list {
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-borrowing-list li:nth-child(n + 2) {
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-borrowing-list li {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
  .st5-risk-blockchain {
    margin-top: 8vw;
  }
  .st5-risk-blockchain-list01 {
    margin-top: 5.333333333333334vw;
  }
  .st5-risk-blockchain-list01 li {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
  .st5-risk-blockchain-list02 {
    margin-top: 2.666666666666667vw;
    padding-left: vw;
  }
  .st5-risk-blockchain-list02 li:nth-child(n + 2) {
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-blockchain-list02 li {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  .st5-risk-beneficiaryright {
    margin-top: 8vw;
  }
  .st5-risk-beneficiaryright-list01 {
    margin-top: 5.333333333333334vw;
  }
  .st5-risk-beneficiaryright-list01 li {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
  }
  .st5-risk-beneficiaryright-list01 li:nth-child(n + 2) {
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-product {
    margin-top: 8vw;
  }
  .st5-risk-product_title {
    margin-top: 5.333333333333334vw;
  }
  .st5-risk-product_text01 {
    margin-top: 5.333333333333334vw;
  }
  .st5-risk-product_text02 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    margin-top: 2.666666666666667vw;
  }
  .st5-risk-product_text02::before {
    width: 3.466666666666666vw;
    height: 3.466666666666666vw;
    margin-right: 1.866666666666667vw;
  }
  .st5-transaction {
    margin: 10.666666666666668vw 0;
  }
  .st5-transaction_title {
    margin: 8vw 0 5.333333333333334vw;
  }
  .st5-transaction_lead {
    margin-bottom: 2.666666666666667vw;
  }
  .st5-transaction-list .c-list-item1 {
    font-size: 3.733333333333334vw;
    line-height: 1.5;
    margin-top: 2.666666666666667vw;
  }
  .st5-transaction-list .c-list-item1:first-child {
    margin-top: 0;
  }
  .st5-transaction-table-list .c-list-item1 {
    font-size: 3.733333333333334vw;
  }
  .st5-transaction_secondary {
    margin-top: 2.666666666666667vw;
  }
  .st5-movie-box {
    width: 100%;
    margin-top: 10.666666666666668vw;
  }
  .st5-movie_text {
    font-size: 3.2vw;
    margin-top: 2.666666666666667vw;
  }
  .st5-movie-box_list {
    margin-top: 2.666666666666667vw;
  }
  .st5-movie-box_list-el {
    font-size: 3.2vw;
  }
  .faq_st-about_link::before {
    width: 4vw;
    height: 4vw;
    margin-right: 2.133333333333333vw;
  }
  .faq_st-close {
    width: 37.333333333333336vw;
    margin: 13.866666666666665vw auto 8vw;
  }
  .help-box {
    padding: 2.666666666666667vw 4vw 4vw 4vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .tab-hidden {
    display: none;
  }
  .tab-visible {
    display: block;
  }
  .c-header-hamburger {
    display: block;
  }
  .c-header-hamburger_btn {
    width: 25px;
    height: 22px;
    position: absolute;
    top: 22px;
    right: 36px;
  }
  .c-header-hamburger_btn.is-active {
    width: 25px;
    height: 25px;
  }
  .c-header-nav {
    top: 70px;
    right: 0;
    background: rgba(0,34,66,0.95);
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    padding: 20px 0 125px;
    overflow: auto;
  }
  .js-nav {
    opacity: 0;
    transition: opacity 0.5s;
    visibility: hidden;
  }
  .js-nav.is-active {
    opacity: 1;
    visibility: visible;
  }
  .c-header-nav_inner {
    display: block;
    width: 93%;
    margin: 0 auto 0;
  }
  .c-header-nav_list {
    display: block;
    padding-top: 0;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .c-header-nav_list .c-header-nav_item {
    display: block;
    height: auto;
    text-align: left;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 0;
  }
  .c-header-nav_list .c-header-nav_item:nth-child(1) {
    border-left: none;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_item-link {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0 15px;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_item-link::after {
    display: block;
    content: "";
    width: 17px;
    height: 10px;
    background: url("../../assets/img/common/menu_icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_item-link.is-active::after {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_list-child {
    display: none;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_list-child_item {
    padding: 15px 0 15px 40px;
    border-top: dashed 1px #004586;
  }
  .c-header-nav_list .c-header-nav_item .c-header-nav_list-child_item-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
  .c-header_inner {
    width: 100%;
  }
}
