@charset "UTF-8";
/*================================================================================

media query mixin

================================================================================*/
/**/
/*    google font on web
--------------------------------------------------------------------------------*/
/*    google font on server
--------------------------------------------------------------------------------*/
/*    icomoon
--------------------------------------------------------------------------------*/
/*    custom
--------------------------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
}

.c-sansSerif {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
}

@media screen and (max-width: 1260px) {
  /* 1260px以上*/
}
@media screen and (max-width: 1024px) {
  /* 1024px以下*/
}
@media screen and (max-width: 980px) {
  /* 768px以下*/
}
@media screen and (max-width: 480px) {
  /* 480px以下*/
}
@media screen and (max-width: 320px) {
  /* 320px以下*/
}
/*================================================================================

reset & default & font

================================================================================*/
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          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;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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 */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
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,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
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 */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*======================================================================

Defaults Styles

======================================================================*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-text-size-adjust: 100%;
  font-weight: 200;
}
@media screen and (max-width: 980px) {
  body {
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 320px) {
  body {
    line-height: 1.5;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*placeholder*/
::-webkit-input-placeholder-shown {
  color: #333;
}
::-moz-placeholder-shown {
  color: #333;
}
:-ms-input-placeholder-shown {
  color: #333;
}
::-ms-input-placeholder-shown {
  color: #333;
}
::placeholder-shown {
  color: #333;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #333;
}

/* Firefox 18- */
::-moz-placeholder {
  color: #333;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #333;
  opacity: 1;
}

/* IE 10+ */
::-ms-input-placeholder {
  color: #333;
}

img, svg {
  border: 0;
  border-style: none;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

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

/*    Link
--------------------------------------------------------------------------------*/
a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #333;
  text-decoration: underline;
}

a:link {
  color: #333;
  text-decoration: underline;
}

a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #333;
  text-decoration: underline;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0.65;
}

a:active {
  color: #333;
  text-decoration: underline;
}

*:focus {
  outline: none;
}

/*    Base Styles
--------------------------------------------------------------------------------*/
/*  margin */
.mg0a {
  margin: 0 auto;
}

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

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

.mgt-5 {
  margin-top: -5px !important;
}

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

.mgt1 {
  margin-top: 1px !important;
}

.mgt2 {
  margin-top: 2px !important;
}

.mgt3 {
  margin-top: 3px !important;
}

.mgt4 {
  margin-top: 4px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt6 {
  margin-top: 6px !important;
}

.mgt7 {
  margin-top: 7px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt9 {
  margin-top: 9px !important;
}

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

.mgt12 {
  margin-top: 12px !important;
}

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

.mgt18 {
  margin-top: 18px !important;
}

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

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

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

.mgt32 {
  margin-top: 32px !important;
}

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

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

.mgt45 {
  margin-top: 45px !important;
}

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

.mgt55 {
  margin-top: 55px !important;
}

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

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

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

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

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

.mgb-20 {
  margin-bottom: -20px !important;
}

.mgb-10 {
  margin-bottom: -10px !important;
}

.mgb-5 {
  margin-bottom: -5px !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb1 {
  margin-bottom: 1px !important;
}

.mgb2 {
  margin-bottom: 2px !important;
}

.mgb3 {
  margin-bottom: 3px !important;
}

.mgb4 {
  margin-bottom: 4px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb6 {
  margin-bottom: 6px !important;
}

.mgb7 {
  margin-bottom: 7px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb9 {
  margin-bottom: 9px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb12 {
  margin-bottom: 12px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb18 {
  margin-bottom: 18px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgl-20 {
  margin-left: -20px !important;
}

.mgl-10 {
  margin-left: -10px !important;
}

.mgl-9 {
  margin-left: -9px !important;
}

.mgl-8 {
  margin-left: -8px !important;
}

.mgl-7 {
  margin-left: -7px !important;
}

.mgl-6 {
  margin-left: -6px !important;
}

.mgl-5 {
  margin-left: -5px !important;
}

.mgl-4 {
  margin-left: -4px !important;
}

.mgl-3 {
  margin-left: -3px !important;
}

.mgl-2 {
  margin-left: -2px !important;
}

.mgl-1 {
  margin-left: -1px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl1 {
  margin-left: 1px !important;
}

.mgl2 {
  margin-left: 2px !important;
}

.mgl3 {
  margin-left: 3px !important;
}

.mgl4 {
  margin-left: 4px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl6 {
  margin-left: 6px !important;
}

.mgl7 {
  margin-left: 7px !important;
}

.mgl8 {
  margin-left: 8px !important;
}

.mgl9 {
  margin-left: 9px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl12 {
  margin-left: 12px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl18 {
  margin-left: 18px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl65 {
  margin-left: 65px !important;
}

.mgl70 {
  margin-left: 70px !important;
}

.mgl75 {
  margin-left: 75px !important;
}

.mgl80 {
  margin-left: 80px !important;
}

.mgl85 {
  margin-left: 85px !important;
}

.mgl90 {
  margin-left: 90px !important;
}

.mgl95 {
  margin-left: 95px !important;
}

.mgl100 {
  margin-left: 100px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr1 {
  margin-right: 1px !important;
}

.mgr2 {
  margin-right: 2px !important;
}

.mgr3 {
  margin-right: 3px !important;
}

.mgr4 {
  margin-right: 4px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr6 {
  margin-right: 6px !important;
}

.mgr7 {
  margin-right: 7px !important;
}

.mgr8 {
  margin-right: 8px !important;
}

.mgr9 {
  margin-right: 9px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr12 {
  margin-right: 12px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr18 {
  margin-right: 18px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

.mgr65 {
  margin-right: 65px !important;
}

.mgr70 {
  margin-right: 70px !important;
}

.mgr75 {
  margin-right: 75px !important;
}

.mgr80 {
  margin-right: 80px !important;
}

.mgr85 {
  margin-right: 85px !important;
}

.mgr90 {
  margin-right: 90px !important;
}

.mgr95 {
  margin-right: 95px !important;
}

.mgr100 {
  margin-right: 100px !important;
}

/* padding */
.pdt0 {
  padding-top: 0 !important;
}

.pdt1 {
  padding-top: 1px !important;
}

.pdt2 {
  padding-top: 2px !important;
}

.pdt3 {
  padding-top: 3px !important;
}

.pdt4 {
  padding-top: 4px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt6 {
  padding-top: 6px !important;
}

.pdt7 {
  padding-top: 7px !important;
}

.pdt8 {
  padding-top: 8px !important;
}

.pdt9 {
  padding-top: 9px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt12 {
  padding-top: 12px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt18 {
  padding-top: 18px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt65 {
  padding-top: 65px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt75 {
  padding-top: 75px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt85 {
  padding-top: 85px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt95 {
  padding-top: 95px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdb1 {
  padding-bottom: 1px !important;
}

.pdb2 {
  padding-bottom: 2px !important;
}

.pdb3 {
  padding-bottom: 3px !important;
}

.pdb4 {
  padding-bottom: 4px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb6 {
  padding-bottom: 6px !important;
}

.pdb7 {
  padding-bottom: 7px !important;
}

.pdb8 {
  padding-bottom: 8px !important;
}

.pdb9 {
  padding-bottom: 9px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb12 {
  padding-bottom: 12px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb18 {
  padding-bottom: 18px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb45 {
  padding-bottom: 45px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb55 {
  padding-bottom: 55px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb65 {
  padding-bottom: 65px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb75 {
  padding-bottom: 75px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb85 {
  padding-bottom: 85px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb95 {
  padding-bottom: 95px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl1 {
  padding-left: 1px !important;
}

.pdl2 {
  padding-left: 2px !important;
}

.pdl3 {
  padding-left: 3px !important;
}

.pdl4 {
  padding-left: 4px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl6 {
  padding-left: 6px !important;
}

.pdl7 {
  padding-left: 7px !important;
}

.pdl8 {
  padding-left: 8px !important;
}

.pdl9 {
  padding-left: 9px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl12 {
  padding-left: 12px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl18 {
  padding-left: 18px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdl65 {
  padding-left: 65px !important;
}

.pdl70 {
  padding-left: 70px !important;
}

.pdl75 {
  padding-left: 75px !important;
}

.pdl80 {
  padding-left: 80px !important;
}

.pdl85 {
  padding-left: 85px !important;
}

.pdl90 {
  padding-left: 90px !important;
}

.pdl100 {
  padding-left: 100px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr1 {
  padding-right: 1px !important;
}

.pdr2 {
  padding-right: 2px !important;
}

.pdr3 {
  padding-right: 3px !important;
}

.pdr4 {
  padding-right: 4px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr6 {
  padding-right: 6px !important;
}

.pdr7 {
  padding-right: 7px !important;
}

.pdr8 {
  padding-right: 8px !important;
}

.pdr9 {
  padding-right: 9px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr12 {
  padding-right: 12px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr18 {
  padding-right: 18px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.pdr65 {
  padding-right: 65px !important;
}

.pdr70 {
  padding-right: 70px !important;
}

.pdr75 {
  padding-right: 75px !important;
}

.pdr80 {
  padding-right: 80px !important;
}

.pdr85 {
  padding-right: 85px !important;
}

.pdr90 {
  padding-right: 90px !important;
}

.pdr95 {
  padding-right: 95px !important;
}

.pdr100 {
  padding-right: 100px !important;
}

.pd0 {
  padding: 0 !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alL, .c-textLeft, .u-left {
  text-align: left;
}

.alC, .c-textCenter, .u-center {
  text-align: center;
}

.alR, .c-textRight, .u-right {
  text-align: right;
}

.vaT, .-vtop {
  vertical-align: top;
}

.vaM, .-vmiddle {
  vertical-align: middle;
}

.vaB, .-vbottom {
  vertical-align: bottom;
}

.c-pos--rel,
.rel,
.-rel {
  position: relative;
}

.c-pos--ab,
.ab,
.-ab {
  position: absolute;
}

.c-pos--fix,
.fix,
.-fix {
  position: fixed;
}

.disnon {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.w100per {
  width: 100%;
  height: auto;
}

/*clear*/
.clearfix {
  clear: both;
  background: transparent;
  height: 1px;
  font-size: 1px;
}

/* clearfix micro */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1;
}

/*================================================================================

common parts

================================================================================*/
.TODO {
  height: 1200px;
  border-top: 1px solid #c00;
  padding-top: 300px;
  margin-top: 300px;
}

.isDisplay {
  display: block !important;
}

.noDisplay {
  display: none;
}

.-pcOnly,
.-pc {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .-pcOnly,
  .-pc {
    display: none;
  }
}
.-spOnly,
.-sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .-spOnly,
  .-sp {
    display: inline-block;
  }
}
.pcOnly,
.pc {
  display: inline-block !important;
}
@media screen and (max-width: 980px) {
  .pcOnly,
  .pc {
    display: none !important;
  }
}
.spOnly,
.sp {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .spOnly,
  .sp {
    display: inline-block !important;
  }
}
.test-head {
  font-size: 30px;
  line-height: 1;
  background-color: #eee;
  padding: 10px 10px;
  margin-bottom: 25px;
}

.c-color--main {
  color: #5B9895;
}

.c-color--red {
  color: #c00;
}

.c-beforeBgColor {
  background-color: inherit;
  position: relative;
}
.c-beforeBgColor::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-beforeBgColor.-bgGray::before {
  background-color: #F8F8F8;
}
.c-beforeBgColor.-bgWhite::before {
  background-color: #fff;
}
.c-beforeBgColor.-bgBlack::before {
  background-color: #333;
}

.c-fs24 {
  font-size: 24px !important;
}
@media screen and (max-width: 980px) {
  .c-fs24 {
    font-size: inherit;
  }
}

.c-fs12 {
  font-size: 12px !important;
}
@media screen and (max-width: 980px) {
  .c-fs12 {
    font-size: inherit;
  }
}

.c-bold {
  font-weight: bold;
}

.c-lh14 {
  line-height: 1.4;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.js-anime--fadein {
  opacity: 0;
}

.c-shadow {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.c-textShadow {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .c-flex.-spBlock, .c-flex.-spB {
    display: block;
  }
}
.c-flex.-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-flex.-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-flex.-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-flex.-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-flex.-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-flex.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-flex.-mgl20 > li {
  margin-left: 20px;
}
.c-flex.-mgl20 > li:nth-child(1) {
  margin-left: 0;
}
.c-flex.-mgr20 > li {
  margin-right: 20px;
}
.c-flex.-mgr20 > li:last-child {
  margin-right: 0;
}
.c-flex.-mgl10 > li {
  margin-left: 10px;
}
.c-flex.-mgl10 > li:nth-child(1) {
  margin-left: 0;
}
.c-flex.-mgr10 > li {
  margin-right: 10px;
}
.c-flex.-mgr10 > li:last-child {
  margin-right: 0;
}
.c-flex .-col2 > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.c-flex .-col3 > li {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.c-flex .-col4 > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.c-flex .-col5 > li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.c-flex .-flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-flex .-lh0 {
  line-height: 0;
}
.c-flex .-mglAuto {
  margin-left: auto !important;
}
.c-flex .-mgrAuto {
  margin-right: auto !important;
}
.c-flex.-column_50_50 {
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .c-flex.-column_50_50 {
    display: block;
  }
}
.c-flex.-column_50_50 > .item {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px);
}
@media screen and (max-width: 980px) {
  .c-flex.-column_50_50 > .item + .item {
    margin-top: 30px;
  }
}
.c-flex.-column_50_50.-btn100 .c-btn {
  width: 100%;
}
.c-flex.-column_70_30 {
  gap: 30px;
}
@media screen and (max-width: 980px) {
  .c-flex.-column_70_30 {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .c-flex.-column_70_30 > .item + .item {
    margin-top: 30px;
  }
}
.c-flex.-column_70_30 > .item:nth-child(1) {
  -ms-flex-preferred-size: 470px;
      flex-basis: 470px;
}
.c-flex.-column_70_30 > .item:nth-child(2) {
  -ms-flex-preferred-size: 310px;
      flex-basis: 310px;
}

.c-indent > li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-indent > li + li {
  margin-top: 10px;
}
.c-indent.-noMgt > li + li {
  margin-top: 0;
}
.c-indent.-f05 > li {
  text-indent: -0.5em;
  margin-left: 0.5em;
}
.c-indent.-f07 > li {
  text-indent: -0.7em;
  margin-left: 0.7em;
}
.c-indent.-f12 > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.c-indent.-f15 > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.c-indent.-f2 > li {
  text-indent: -2em;
  margin-left: 2em;
}
.c-indent.-flexible {
  display: table;
}
.c-indent.-flexible > li {
  text-indent: inherit;
  margin-left: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 980px) {
  .c-indent.-flexible > li.-spBlock {
    display: block;
  }
}
.c-indent.-flexible .-head {
  display: table-cell;
  white-space: nowrap;
}
.c-indent.-flexible .-body {
  display: table-cell;
}

.c-numList {
  counter-reset: count 0;
}
.c-numList > li {
  position: relative;
  padding-left: 2em;
}
.c-numList > li + li {
  margin-top: 20px;
}
.c-numList > li p {
  display: inline;
}
.c-numList > li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  display: block;
  position: absolute;
  left: 0;
  text-align: right;
  width: 2rem;
}

.c-list > li {
  display: block;
  line-height: 1.8;
}
.c-list > li + li {
  margin-top: 10px;
}
.c-list.-indent > li {
  margin-left: 1.2em;
}

.c-imgBox {
  position: relative;
  width: 100%;
  padding-top: 66.667%;
  overflow: hidden;
}
.c-imgBox.-type1 {
  padding-top: 66.667%;
}
.c-imgBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto !important;
  max-height: 100%;
  border-radius: 0;
}

.c-btnWrap.-indent {
  margin-left: 1.2em;
}

a.c-btn,
.c-btn {
  display: inline-block;
  position: relative;
  min-width: 260px;
  margin: auto;
  padding: 19px 20px 17px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border-radius: 100vmax;
  border: 1px solid #279F91;
  color: #279F91;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  line-height: 1.2;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  a.c-btn,
  .c-btn {
    width: 100%;
    min-width: inherit;
    padding: 16px 20px 14px;
    padding-right: 40px;
    font-size: 16px;
  }
}
a.c-btn::before, a.c-btn::after,
.c-btn::before,
.c-btn::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.c-btn::before,
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  border-right: 1px solid #279F91;
  border-bottom: 1px solid #279F91;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  margin-top: -2px;
}
a.c-btn:hover,
.c-btn:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #279F91;
  color: #fff;
  border-color: #279F91;
}
a.c-btn:hover::before, a.c-btn:hover::after,
.c-btn:hover::before,
.c-btn:hover::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.c-btn:hover::before,
.c-btn:hover::before {
  border-color: #fff;
}
a.c-btn.-noArrow::before,
.c-btn.-noArrow::before {
  display: none;
}
a.c-btn.isOn,
.c-btn.isOn {
  background-color: #279F91;
  color: #fff;
  border-color: #279F91;
}
a.c-btn.isOn::before,
.c-btn.isOn::before {
  border-color: #fff;
}
a.c-btn.-cta, a.c-btn.-cv,
.c-btn.-cta,
.c-btn.-cv {
  background-color: #DA6A78;
  border-color: #DA6A78;
  color: #fff;
}
a.c-btn.-cta::before, a.c-btn.-cv::before,
.c-btn.-cta::before,
.c-btn.-cv::before {
  border-color: #fff;
}
a.c-btn.-cta:hover, a.c-btn.-cv:hover,
.c-btn.-cta:hover,
.c-btn.-cv:hover {
  background-color: #fff;
  color: #DA6A78;
}
a.c-btn.-cta:hover::before, a.c-btn.-cv:hover::before,
.c-btn.-cta:hover::before,
.c-btn.-cv:hover::before {
  border-color: #DA6A78;
}
a.c-btn.-anchor::before,
.c-btn.-anchor::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  right: 24px;
  margin-top: -4px;
}

.c-noUnderline {
  text-decoration: none !important;
}

span.c-link::before {
  top: 9px;
}

a.c-link,
.c-link {
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  display: inline-block;
}
a.c-link + .c-link, a.c-link + a.c-link,
.c-link + .c-link,
.c-link + a.c-link {
  margin-top: 10px;
}
a.c-link::before, a.c-link::after,
.c-link::before,
.c-link::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.c-link::before,
.c-link::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  border-right: 2px solid #279F91;
  border-bottom: 2px solid #279F91;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-list a.c-link::before,
.c-list .c-link::before {
  top: 10px;
}
a.c-link:hover,
.c-link:hover {
  color: #279F91;
}
a.c-link:hover::before, a.c-link:hover::after,
.c-link:hover::before,
.c-link:hover::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.c-link.-anchor::before,
.c-link.-anchor::before {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  left: -5px;
  margin-top: 1px;
}
a.c-link.-other,
.c-link.-other {
  padding-right: 5px;
  text-decoration: underline;
}
a.c-link.-other::after,
.c-link.-other::after {
  content: "";
  display: inline-block;
  background: url(/assets_rn/img/icon-other.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 3px;
}
a.c-link.-other:hover::after,
.c-link.-other:hover::after {
  background-image: url(/assets_rn/img/icon-other_green.svg);
  background-size: contain;
}
a.c-link.-pdf,
.c-link.-pdf {
  padding-right: 5px;
  text-decoration: underline;
}
a.c-link.-pdf::after,
.c-link.-pdf::after {
  content: "";
  display: inline-block;
  background: url(/assets_rn/img/icon-pdf.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 17px;
  margin-left: 3px;
}
a.c-link.-pdf:hover::after,
.c-link.-pdf:hover::after {
  background-image: url(/assets_rn/img/icon-pdf_green.svg);
  background-size: contain;
}
a.c-link.-pptx,
.c-link.-pptx {
  padding-right: 5px;
  text-decoration: underline;
}
a.c-link.-pptx::after,
.c-link.-pptx::after {
  content: "";
  display: inline-block;
  background: url(/assets_rn/img/icon-pptx.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  margin-left: 3px;
}
a.c-link.-pptx:hover::after,
.c-link.-pptx:hover::after {
  background-image: url(/assets_rn/img/icon-pptx_green.svg);
  background-size: contain;
}
a.c-link.-indent,
.c-link.-indent {
  position: relative;
  padding-left: 20px;
  text-indent: 0em;
  margin-left: -1em;
}

.c-link--bullet,
a.c-link--bullet {
  text-decoration: underline !important;
  display: inline-block;
  position: relative;
  padding-left: 20px !important;
}
.c-link--bullet::before,
a.c-link--bullet::before {
  display: block !important;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #5B9895;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 980px) {
  .c-link--bullet::before,
  a.c-link--bullet::before {
    top: 9px;
  }
}
.c-link--bullet.-noLink,
a.c-link--bullet.-noLink {
  pointer-events: none;
  text-decoration: none !important;
}
.c-link--bullet + .c-link--bullet,
a.c-link--bullet + .c-link--bullet {
  margin-top: 20px;
}

.c-text--bullet {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  padding-left: 20px !important;
  line-height: 1.4;
}
.c-text--bullet::before {
  display: block !important;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #5B9895;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 980px) {
  .c-text--bullet::before {
    top: 5px;
  }
}
.c-text--bullet + .c-text--bullet {
  margin-top: 20px;
}

.c-scrollWrap {
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-scrollWrap {
    width: calc(100vw - 20px);
    overflow-x: scroll;
  }
}
@media screen and (max-width: 980px) {
  .c-scrollWrap .c-table {
    margin-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  .c-scrollWrap .c-table.p-testTable {
    width: 1000px;
  }
}
@media screen and (max-width: 980px) {
  .c-scrollWrap .c-table th {
    white-space: nowrap;
  }
}

.c-figScroll {
  display: none;
}
@media screen and (max-width: 980px) {
  .c-figScroll {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 140px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
}
.c-figScroll.isHide {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  margin: auto;
  width: 170px;
  opacity: 0;
  visibility: visible;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media screen and (max-width: 980px) {
  .c-figScroll.isHide {
    width: 120px;
  }
}

.c-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.c-table.-center tr,
.c-table.-center th,
.c-table.-center td {
  text-align: center;
}
.c-table.-left tr,
.c-table.-left th,
.c-table.-left td {
  text-align: left;
}
.c-table.-right tr,
.c-table.-right th,
.c-table.-right td {
  text-align: right;
}
.c-table tr:first-child th,
.c-table tr:first-child td {
  border-top: 1px solid #EDEDED;
}
.c-table th,
.c-table td {
  padding: 15px 15px;
  border-bottom: 1px solid #EDEDED;
  vertical-align: top;
  text-align: left;
  border-right: 1px solid #EDEDED;
}
.c-table th:first-child,
.c-table td:first-child {
  border-left: 1px solid #EDEDED;
}
.c-table th.-nowrap,
.c-table td.-nowrap {
  white-space: nowrap;
}
.c-table th {
  padding: 15px 15px;
  background-color: #E9F5F4;
  color: #5B9895;
  font-weight: normal;
}
.c-dl_table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(5em + 40px) 1fr;
  grid-template-columns: calc(5em + 40px) 1fr;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
}
.c-dl_table.-em3 {
  -ms-grid-columns: calc(3em + 40px) 1fr;
  grid-template-columns: calc(3em + 40px) 1fr;
}
.c-dl_table.-em4 {
  -ms-grid-columns: calc(4em + 40px) 1fr;
  grid-template-columns: calc(4em + 40px) 1fr;
}
.c-dl_table.-em5 {
  -ms-grid-columns: calc(5em + 40px) 1fr;
  grid-template-columns: calc(5em + 40px) 1fr;
}
.c-dl_table.-em6 {
  -ms-grid-columns: calc(6em + 40px) 1fr;
  grid-template-columns: calc(6em + 40px) 1fr;
}
.c-dl_table.-em7 {
  -ms-grid-columns: calc(7em + 40px) 1fr;
  grid-template-columns: calc(7em + 40px) 1fr;
}
.c-dl_table.-em8 {
  -ms-grid-columns: calc(8em + 40px) 1fr;
  grid-template-columns: calc(8em + 40px) 1fr;
}
.c-dl_table.-em9 {
  -ms-grid-columns: calc(9em + 40px) 1fr;
  grid-template-columns: calc(9em + 40px) 1fr;
}
.c-dl_table.-em10 {
  -ms-grid-columns: calc(10em + 40px) 1fr;
  grid-template-columns: calc(10em + 40px) 1fr;
}
.c-dl_table.-em11 {
  -ms-grid-columns: calc(11em + 40px) 1fr;
  grid-template-columns: calc(11em + 40px) 1fr;
}
.c-dl_table.-em12 {
  -ms-grid-columns: calc(12em + 40px) 1fr;
  grid-template-columns: calc(12em + 40px) 1fr;
}
.c-dl_table.-em13 {
  -ms-grid-columns: calc(13em + 40px) 1fr;
  grid-template-columns: calc(13em + 40px) 1fr;
}
.c-dl_table.-em14 {
  -ms-grid-columns: calc(14em + 40px) 1fr;
  grid-template-columns: calc(14em + 40px) 1fr;
}
.c-dl_table.-em15 {
  -ms-grid-columns: calc(15em + 40px) 1fr;
  grid-template-columns: calc(15em + 40px) 1fr;
}
.c-dl_table dt,
.c-dl_table dd {
  padding: 15px 0;
  margin: 0;
  background-image: repeating-linear-gradient(0deg, var(--color-bggray), var(--color-bggray) 8px, transparent 8px, transparent 12px, var(--color-bggray) 12px), repeating-linear-gradient(90deg, var(--color-bggray), var(--color-bggray) 8px, transparent 8px, transparent 12px, var(--color-bggray) 12px), repeating-linear-gradient(180deg, var(--color-bggray), var(--color-bggray) 8px, transparent 8px, transparent 12px, var(--color-bggray) 12px), repeating-linear-gradient(270deg, var(--color-bggray), var(--color-bggray) 8px, transparent 8px, transparent 12px, var(--color-bggray) 12px);
  background-size: 0px 100%, 100% 0px, 0px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
.c-dl_table dt:last-of-type,
.c-dl_table dd:last-of-type {
  background-image: none;
}
.c-dl_table dt {
  color: #5B9895;
  font-weight: normal;
}
.c-box {
  border-radius: 6px;
  background-color: #E9F5F4;
  padding: 30px 30px;
}
@media screen and (max-width: 980px) {
  .c-box {
    padding: 18px 18px;
  }
}
.c-box + .c-box {
  margin-top: 20px;
}
.c-box .c-link--bullet,
.c-box a.c-link--bullet {
  display: block;
}
.c-box.-border {
  background-color: transparent;
  border: 1px solid #5B9895;
}
.c-box.-column {
  background-color: transparent;
  border: 1px solid #5B9895;
  padding: 0 0;
}
.c-box.-column .-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-box.-column .-head dt,
.c-box.-column .-head dd {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 0;
}
.c-box.-column .-head dt {
  text-align: center;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  background-color: #5B9895;
  color: #fff;
  border-top-left-radius: 6px;
}
.c-box.-column .-head dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #E9F5F4;
  padding-left: 10px;
  padding-right: 10px;
  border-top-right-radius: 6px;
}
.c-box.-column.-head1 dd {
  border-top-left-radius: 6px;
}
.c-box.-column .-inner {
  padding: 20px 20px;
  line-height: 1.4;
}
.c-box.-other {
  border: 1px solid #5B9895;
  background-color: #FFFFF2;
  padding: 20px 20px;
  line-height: 1.4;
}
.c-box.-other .c-title3,
.c-box.-other .c-title4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  background-image: repeating-linear-gradient(0deg, #5B9895, #5B9895 8px, transparent 8px, transparent 12px, #5B9895 12px), repeating-linear-gradient(90deg, #5B9895, #5B9895 8px, transparent 8px, transparent 12px, #5B9895 12px), repeating-linear-gradient(180deg, #5B9895, #5B9895 8px, transparent 8px, transparent 12px, #5B9895 12px), repeating-linear-gradient(270deg, #5B9895, #5B9895 8px, transparent 8px, transparent 12px, #5B9895 12px);
  background-size: 0px 100%, 100% 0px, 0px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
.c-box.-caution {
  border: 1px solid #c00;
  color: #c00;
  border-color: #c00;
  background-color: transparent;
  padding: 20px 20px;
  line-height: 1.4;
}

.c-title2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-title2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.c-title2::before {
  content: "";
  display: block;
  width: 162px;
  height: 2px;
  background-color: #6DDBCF;
  position: absolute;
  bottom: -8px;
  left: 0px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .c-title2::before {
    width: 162px;
  }
}
.c-title2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #C8C8C8;
  position: absolute;
  bottom: -8px;
  left: 0px;
  z-index: 0;
}

.c-title3 {
  font-size: 22px;
  font-weight: bold;
  color: #5B9895;
  margin-top: 40px;
  margin-bottom: 5px;
  line-height: 1.4;
  border-left: 6px solid #6DDBCF;
  padding-left: 10px;
}
@media screen and (max-width: 980px) {
  .c-title3 {
    font-size: 20px;
  }
}
.c-title3.-noBar {
  border-left: 0;
  padding-left: 0;
}
.c-title3 + .c-title4 {
  margin-top: 0px;
}

.c-title4 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .c-title4 {
    font-size: 18px;
  }
}

.c-title5 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .c-title5 {
    font-size: 16px;
  }
}

.c-pic {
  margin-top: 30px;
}
.c-pic.-auto img {
  width: auto;
  height: auto;
}

.caption {
  font-size: 14px;
  line-height: 1.5;
}

.c-block--l {
  margin-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .c-block--l {
    margin-bottom: 60px;
  }
}

.c-block--m {
  margin-bottom: 70px;
}
@media screen and (max-width: 980px) {
  .c-block--m {
    margin-bottom: 50px;
  }
}

.c-block--ms {
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .c-block--ms {
    margin-bottom: 30px;
  }
}

.c-block--s {
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .c-block--s {
    margin-bottom: 20px;
  }
}

.c-block--xs {
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .c-block--xs {
    margin-bottom: 10px;
  }
}

.c-lead {
  width: 650px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .c-lead {
    width: auto;
  }
}
.c-lead.-wh {
  color: #fff;
}
.c-lead.-wide {
  width: 100%;
}

@media screen and (max-width: 980px) {
  .c-spLeft {
    text-align: left !important;
  }
}

@media screen and (max-width: 980px) {
  .c-spRight {
    text-align: right !important;
  }
}

@media screen and (max-width: 980px) {
  .c-spCenter {
    text-align: center !important;
  }
}

.c-topicPath {
  background-color: #fff;
  padding: 6px 0 8px;
}
@media screen and (max-width: 980px) {
  .c-topicPath {
    padding: 5px 0 7px;
    overflow-x: scroll;
  }
}
.c-topicPath .inner {
  width: 1120px !important;
}
@media screen and (max-width: 980px) {
  .c-topicPath .inner {
    overflow-x: scroll;
    width: calc(100vw - 20px) !important;
    margin-left: 20px;
  }
}
.c-topicPath .list {
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .c-topicPath .list {
    white-space: nowrap;
  }
}
.c-topicPath .list > li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  margin-left: 0;
  display: inline;
}
@media screen and (max-width: 980px) {
  .c-topicPath .list > li {
    line-height: 1.4;
    white-space: nowrap;
  }
}
.c-topicPath .list > li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #279F91;
  border-bottom: 1px solid #279F91;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 980px) {
  .c-topicPath .list > li::before {
    top: 6px;
  }
}
body.windows .c-topicPath .list > li::before {
  top: 10px;
}
.c-topicPath .list > li:last-child::before {
  display: none;
}
.c-topicPath .list > li:last-child a, .c-topicPath .list > li:last-child div {
  pointer-events: none;
}
.c-topicPath .list > li a {
  text-decoration: none;
  display: inline;
}
@media screen and (max-width: 980px) {
  .c-topicPath .list > li a {
    display: inline-block;
    white-space: nowrap;
  }
}
.c-topicPath .list > li span {
  color: #5B9895;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .c-topicPath .list > li span {
    font-size: 12px;
  }
}
.c-topicPath .list > li div {
  line-height: 1;
}

.c-pagination .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagination .list > li a, .c-pagination .list > li span {
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  display: block;
  padding: 20px;
  color: #808080;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 980px) {
  .c-pagination .list > li a, .c-pagination .list > li span {
    padding: 20px 13px;
  }
}
.c-pagination .list > li a::after, .c-pagination .list > li span::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  background-color: transparent;
  height: 1px;
  width: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .list > li a.current, .c-pagination .list > li span.current {
  color: #00005f;
}
.c-pagination .list > li a.current::after, .c-pagination .list > li span.current::after {
  background-color: #00005f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .list > li a:hover, .c-pagination .list > li span:hover {
  opacity: 1;
  color: #00005f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .list > li a:hover::after, .c-pagination .list > li span:hover::after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  background-color: #00005f;
  height: 1px;
  width: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .list > li .prev::before {
  content: "";
  display: block;
  background: url(/assets/img/icon_arrow_gray.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .list > li .prev::after {
  display: none;
}
.c-pagination .list > li .prev:hover::before {
  background-image: url(/assets/img/icon_arrow.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .list > li .prev:hover::after {
  display: none;
}
.c-pagination .list > li .next::before {
  content: "";
  display: block;
  background: url(/assets/img/icon_arrow_gray.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .list > li .next::after {
  display: none;
}
.c-pagination .list > li .next:hover::before {
  background-image: url(/assets/img/icon_arrow.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-pagination .list > li .next:hover::after {
  display: none;
}

.c-section_head .inner {
  min-height: 248px;
  background: url(/assets_rn/img/pic-head.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .c-section_head .inner {
    min-height: inherit;
    aspect-ratio: 5.53/2;
  }
}
.c-section_head .inner .wrap {
  margin: 70px 0;
  background: url(/assets_rn/img/bg-head_title.svg) repeat-y;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .c-section_head .inner .wrap {
    margin: 20px 0;
  }
}
.c-section_head .inner .-title {
  padding: 25px 0;
  margin: auto;
  width: 1120px;
  margin: auto;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .c-section_head .inner .-title {
    width: 100%;
    font-size: 24px;
    line-height: 1.4;
    padding: 10px 20px;
  }
}
.c-section_head .inner .-title .sub {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 980px) {
  .c-section_head .inner .-title .sub {
    font-size: 14px;
    margin-top: 5px;
  }
}
.c-section_head .inner .-title .sup {
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 980px) {
  .c-section_head .inner .-title .sup {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.c-tabWrap .inner {
  width: 810px;
  overflow-x: scroll;
}
@media screen and (max-width: 980px) {
  .c-tabWrap .inner {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .c-tabWrap .inner-btn {
    width: calc(100vw - 20px);
  }
}

.c-tab {
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 980px) {
  .c-tab {
    gap: 10px;
  }
}
@media screen and (max-width: 980px) {
  .c-tab > li:last-child {
    padding-right: 20px;
  }
}
.c-tab > li a {
  text-decoration: none;
}

.c-tabTarget {
  position: relative;
}
.c-tabTarget .c-tabTarget_content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.c-tabTarget .c-tabTarget_content.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-tab-btn {
  display: inline-block;
  position: relative;
  width: 260px;
  margin: auto;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  border-radius: 100vmax;
  border: 1px solid #279F91;
  color: #279F91 !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  line-height: 1.2;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .c-tab-btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 14px;
  }
}
.c-tab-btn::before, .c-tab-btn::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-tab-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate(-50%, 0) rotate(180deg);
          transform: translate(-50%, 0) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #279F91 transparent;
  z-index: 1011;
  opacity: 0;
}
.c-tab-btn.isOn {
  background-color: #279F91;
  color: #fff !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-tab-btn.isOn::before {
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-tab-btn.-wAuto {
  width: auto;
}

.c-wrapCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-stepNumber .-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 980px) {
  .c-stepNumber .-text {
    font-size: 10px;
  }
}
.c-stepNumber .-number {
  font-size: 52px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .c-stepNumber .-number {
    font-size: 26px;
  }
}

.c-slideWrap .list-slide .item {
  border-radius: 6px;
  border: 1px solid #5B9895;
  width: 960px !important;
  margin: auto 18px;
}
@media screen and (max-width: 980px) {
  .c-slideWrap .list-slide .item {
    width: 320px !important;
    margin: auto 10px;
  }
}
.c-slideWrap .list-slide .item a {
  display: block;
  position: relative;
  padding: 20px 30px;
  padding-right: 70px;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .c-slideWrap .list-slide .item a {
    padding: 20px 20px;
    padding-right: 30px;
  }
}
.c-slideWrap .list-slide .item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 11px;
  height: 11px;
  border-right: 1px solid #279F91;
  border-bottom: 1px solid #279F91;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 980px) {
  .c-slideWrap .list-slide .item a::before {
    right: 15px;
  }
}
.c-slideWrap .list-slide .item a .titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .c-slideWrap .list-slide .item a .titleWrap {
    display: block;
  }
}
.c-slideWrap .list-slide .item a .titleWrap .-time {
  font-size: 16px;
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
}
@media screen and (max-width: 980px) {
  .c-slideWrap .list-slide .item a .titleWrap .-time {
    font-size: 14px;
  }
}
.c-slideWrap .list-slide .item a .titleWrap .-head {
  color: #279F91;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-slideWrap .list-slide .item a .-text {
  font-size: 16px;
}
.c-slideWrap .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  bottom: -15px;
}
.c-slideWrap .slick-dots > li {
  width: 64px;
  height: 4px;
  margin: inherit;
}
.c-slideWrap .slick-dots > li button::before {
  width: 64px;
  height: 4px;
  border-radius: 100vmax;
  display: block;
  opacity: 1;
  position: relative;
  top: inherit;
  left: inherit;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-slideWrap .slick-dots > li.slick-active button::before {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.c-accordion_list > li + li {
  margin-top: 15px;
}
.c-accordion_list > li dl {
  cursor: pointer;
  position: relative;
}
.c-accordion_list > li dl dt {
  font-weight: normal;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: #E9F5F4;
  padding: 10px 20px;
  position: relative;
}
.c-accordion_list > li dl dt::before, .c-accordion_list > li dl dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background-color: #279F91;
}
.c-accordion_list > li dl dt::before {
  width: 19px;
  height: 2px;
}
.c-accordion_list > li dl dt::after {
  width: 2px;
  height: 19px;
  right: 23px;
  margin-top: -8px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
}
.c-accordion_list > li dl dd {
  display: none;
  padding: 10px 20px;
  border-bottom: 1px solid #279F91;
}
.c-accordion_list > li dl.isOn dt {
  color: #279F91;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-accordion_list > li dl.isOn dt::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-accordion_list > li dl.isOn dd {
  display: block;
}

.c-section-related .p-indent {
  margin-left: 1em;
}
.c-section-related .c-link--bullet::before {
  top: 8px;
}

.c-list-pdf_download {
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .c-list-pdf_download {
    display: block;
  }
}
.c-list-pdf_download > li:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .c-list-pdf_download > li:nth-child(1) {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
@media screen and (max-width: 980px) {
  .c-list-pdf_download > li + li {
    margin-top: 20px;
  }
}
.c-list-pdf_download > li:nth-child(2) {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
@media screen and (max-width: 980px) {
  .c-list-pdf_download > li:nth-child(2) {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
  }
}
@media screen and (max-width: 980px) {
  .c-list-pdf_download > li:nth-child(2) a {
    display: block;
    width: 150px;
    margin: auto;
  }
}

.c-width-auto {
  width: auto;
}

.c-width190 {
  width: 190px;
}

.c-gap10 {
  gap: 10px;
}

.c-text-decoration-none {
  text-decoration: none !important;
}

.c-color-white {
  color: #fff !important;
}

.c-text-center {
  display: block;
  text-align: center;
}

.c-text-right {
  display: block;
  text-align: right;
}

.c-display-block {
  display: block;
}

.c-flec-2card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flec-2card__block {
  width: calc((100% - 20px) / 2);
  margin-top: 0 !important;
}

/*================================================================================

container

================================================================================*/
/*    div.container
--------------------------------------------------------------------------------*/
/*    header
--------------------------------------------------------------------------------*/
body.p-rn #header .header .header_inner .outside_block input {
  font-size: 16px;
}
body.p-rn #header .header .header_inner .outside_block .theme_color {
  top: 1px;
}
@media screen and (max-width: 980px) {
  body.p-rn #header .header .header_inner .outside_block .theme_color {
    top: 5px;
  }
}
body.p-rn #header .header .header_inner .img.logo {
  -ms-flex-preferred-size: 172px;
      flex-basis: 172px;
  width: 100%;
  height: 113px;
}
@media screen and (max-width: 980px) {
  body.p-rn #header .header .header_inner .img.logo {
    margin: auto;
    width: unset;
    height: inherit;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
  }
}
@media screen and (max-width: 480px) {
  body.p-rn #header .header .header_inner .img.logo {
    max-height: 75px;
  }
}
body.p-rn #header .header .header_inner .img.logo a {
  display: block;
}
body.p-rn #header .header .header_inner .img.logo a img {
  width: 130px;
  height: 87.63px;
}
@media screen and (max-width: 980px) {
  body.p-rn #header .header .header_inner .img.logo a img {
    width: inherit;
    height: inherit;
    width: clamp(83px, 21.5vw, 130px);
  }
}
@media screen and (max-width: 480px) {
  body.p-rn #header .header .header_inner .img.logo a img {
    max-width: 83px;
  }
}
/*    main
--------------------------------------------------------------------------------*/
body.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.l-container {
  position: relative;
  min-width: 1120px;
  margin-bottom: 90px;
  line-height: 1.8;
}
@media screen and (max-width: 980px) {
  .l-container {
    min-width: inherit;
    line-height: 1.6;
  }
}
.l-contents {
  padding-top: 0px;
}
@media screen and (max-width: 980px) {
  .l-contents {
    padding-top: 0px;
  }
}
.l-main ul, .l-main ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
img.ofi-top {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  font-family: "object-fit: cover; object-position: 50% 0%;";
}

.inner {
  margin: auto;
  width: 1120px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .inner {
    width: calc(100vw - 40px);
  }
}
.inner.-wide {
  width: 100%;
}
@media screen and (max-width: 980px) {
  .inner.-wide.-spInner {
    width: calc(100vw - 40px);
  }
}
.inner.-middle {
  width: 960px;
}
@media screen and (max-width: 980px) {
  .inner.-middle {
    width: calc(100vw - 40px);
  }
}
.inner.-short {
  width: 650px;
}
@media screen and (max-width: 980px) {
  .inner.-short {
    width: calc(100vw - 40px);
  }
}

.c-section + .c-section {
  margin-top: 70px;
}
@media screen and (max-width: 980px) {
  .c-section + .c-section {
    margin-top: 50px;
  }
}
.c-section.-nopd {
  padding: 0;
}

.l-mainColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 1120px;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 980px) {
  .l-mainColumn {
    width: calc(100vw - 40px);
    display: block;
    margin-top: 30px;
  }
}
.l-mainColumn.-column1 {
  display: block;
}
.l-mainColumn.-wide {
  width: 100%;
  display: block;
  margin-top: 0px;
}
.l-mainColumn .l-columnContents {
  -ms-flex-preferred-size: 810px;
      flex-basis: 810px;
}
.l-mainColumn .l-columnSide {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
}
@media screen and (max-width: 980px) {
  .l-mainColumn .l-columnSide {
    margin-top: 70px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.l-side_banner {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .l-side_banner {
    display: block !important;
    margin-top: 70px;
  }
}

.l-footer_banner {
  display: block;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 980px) {
  .l-footer_banner {
    display: none !important;
  }
}
.l-footer_banner.isOn {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-sub .l-footer_banner {
  display: none !important;
}

.p-sub + .l-footer_banner {
  display: none !important;
}
@media screen and (max-width: 980px) {
  .p-sub + .l-footer_banner {
    display: none !important;
  }
}

.c-spSlide {
  /*
  PC版、2カラム、3カラム表示で、SP版スライダー
  */
}
.c-spSlide .slide1_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-spSlide .slide1_arrow_prev {
  width: 12px;
  height: 23px;
  background: url(../img/icon_slide_arrow.svg) no-repeat;
  background-size: cover;
  left: -22px;
}
.c-spSlide .slide1_arrow_next {
  width: 12px;
  height: 23px;
  background: url(../img/icon_slide_arrow.svg) no-repeat;
  background-size: cover;
  right: -22px;
  -webkit-transform: rotate(-185deg);
          transform: rotate(-185deg);
  margin-top: -10px;
}

/*
.c-picSlide{
    padding-bottom: 60px;
    @include max-screen($breakpoint-tab) {
        padding-bottom: 0;
    }
    & .list{
        & li{
            margin: 0 15px;
            @include max-screen($breakpoint-tab) {
                margin:0 5px;
            }
            & .pic{
                width: 720px;
                height: 480px;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: 50% 50%;
                @include max-screen($breakpoint-tab) {
                    width: 340px;
                    height: 226px;
                }
                .c-menuModal &{
                    @include max-screen($breakpoint-tab) {
                        width: 300px;
                    }
                }
                &.movie{
                    position: relative;
                    padding-bottom: 62.5%;
                    padding-top: 30px;
                    height: 0;
                    overflow: hidden;
                    @include max-screen($breakpoint-tab) {
                        height: 226px;
                    }
                    & iframe{
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        @include max-screen($breakpoint-tab) {
                            height: 226px;
                        }
                    }
                }
            }
            & .text{
                width: 720px;
                text-align: left;
                margin-top: 20px;
                margin-bottom: 0px;
                @include max-screen($breakpoint-tab) {
                    width: 340px;
                    margin-bottom: 0px;
                }
                .c-menuModal &{
                    @include max-screen($breakpoint-tab) {
                        width: 300px;
                    }
                }
            }
        }
    }
}
*/
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-modal.isOn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.c-modal .c-modal_bg,
.c-modal .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.c-modal .modalBlock {
  z-index: 1;
}
.c-modal .modalInner2 {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding: 40px 80px 40px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .c-modal .modalInner2 {
    padding: 30px 25px 20px;
  }
}
.c-modal .c-modalClose {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(/assets_rn/img/icon-modal_close.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .c-modal .c-modalClose {
    top: 10px;
    right: 10px;
  }
}
.c-modal .modalBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 500px;
  height: 70%;
  min-height: 500px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1011;
}
@media screen and (max-width: 980px) {
  .c-modal .modalBox {
    width: 90%;
    height: 80%;
  }
}
.c-modal.-fitHeight .modalBox {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 600px;
}
@media screen and (max-width: 980px) {
  .c-modal.-fitHeight .modalBox {
    max-height: calc(100vh - 200px);
    min-height: inherit;
  }
}
.c-modal.-fitHeight .modalBox .modalInner {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 600px;
}
@media screen and (max-width: 980px) {
  .c-modal.-fitHeight .modalBox .modalInner {
    max-height: calc(100vh - 200px);
    min-height: inherit;
  }
}
.c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 600px;
}
@media screen and (max-width: 980px) {
  .c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
    max-height: calc(100vh - 200px);
    min-height: inherit;
  }
}

/*    aside
----------------------------------------------------------------------------*/
.l-columnSide .dm {
  margin-top: -4px;
}
.l-columnSide .list-sideNav {
  width: 264px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
@media screen and (max-width: 980px) {
  .l-columnSide .list-sideNav {
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    border-radius: inherit;
    width: 100%;
  }
}
.l-columnSide .list-sideNav a {
  color: #279F91;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .l-columnSide .list-sideNav > li {
    border-bottom: 1px solid #C8C8C8;
  }
}
@media screen and (max-width: 980px) {
  .l-columnSide .list-sideNav > li:first-child {
    border-top: 1px solid #C8C8C8;
  }
}
.l-columnSide .list-sideNav > li .-anchor,
.l-columnSide .list-sideNav > li a.-anchor {
  display: block;
  padding: 20px 20px;
  padding-right: 40px;
  line-height: 1.4;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.l-columnSide .list-sideNav > li .-anchor::before,
.l-columnSide .list-sideNav > li a.-anchor::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #279F91;
  border-bottom: 1px solid #279F91;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  margin-top: -5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.l-columnSide .list-sideNav > li .-anchor.isOn,
.l-columnSide .list-sideNav > li a.-anchor.isOn {
  background-color: #F8F8F8;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.l-columnSide .list-sideNav > li .-anchor.isOn::before,
.l-columnSide .list-sideNav > li a.-anchor.isOn::before {
  top: 50%;
  right: 14px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  margin-top: -5px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.l-columnSide .list-sideNav > li .list-sideNavSub {
  display: none;
}
.l-columnSide .list-sideNav > li .list-sideNavSub > li .-arrow,
.l-columnSide .list-sideNav > li .list-sideNavSub > li a.-arrow {
  display: block;
  padding: 20px 20px;
  padding-right: 40px;
  line-height: 1.4;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.l-columnSide .list-sideNav > li .list-sideNavSub > li .-arrow::before,
.l-columnSide .list-sideNav > li .list-sideNavSub > li a.-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 9px;
  border-right: 1px solid #279F91;
  border-bottom: 1px solid #279F91;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/*    form
----------------------------------------------------------------------------*/
/*    個別
----------------------------------------------------------------------------*/
.p-top .section-main {
  min-height: 700px;
}
@media screen and (max-width: 980px) {
  .p-top .section-main {
    min-height: 193px;
  }
}
.p-top .section-main .top-slide {
  display: none;
}
.p-top .section-main .top-slide.slick-initialized {
  display: block;
}
.p-top .section-content01 {
  padding: 0;
}
@media screen and (max-width: 980px) {
  .p-top .section-content01 {
    padding-bottom: 70px;
  }
}

/*    footer
----------------------------------------------------------------------------*/
.pagetop {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .pagetop {
    right: 20px;
    bottom: 10px;
  }
}

.pagetop.fixedF {
  position: fixed;
}
.pagetop a:hover::before {
  background-color: #aaa;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagetop a:hover::after {
  border-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pagetop a::before {
  content: "";
  background-color: #aaa;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 980px) {
  .pagetop a::before {
    width: 40px;
    height: 40px;
  }
}
.pagetop a::after {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border: 0px;
  border-top: solid 6px #fff;
  border-right: solid 6px #fff;
  -webkit-transform: rotate(-45deg) translate(-15%, -50%);
          transform: rotate(-45deg) translate(-15%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 980px) {
  .pagetop a::after {
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}

.l-footer {
  position: relative;
}

.section-banner .banner-wide {
  margin-bottom: 90px;
}
@media screen and (max-width: 980px) {
  .section-banner .banner-wide {
    margin-bottom: 40px;
  }
}
.section-banner .list-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 960px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .section-banner .list-banner {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 980px) {
  .section-banner .list-banner > li {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}
.section-banner .list-banner > li a {
  display: block;
}
/*# sourceMappingURL=style.css.map */