@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;400;500;600;700&display=swap');

@font-face {
  font-family: "Sofia";
    font-weight: bold;
  src: url(' ../font/sofiapro-bold.woff') format('woff');
    font-display: swap;
}
@font-face {
  font-family: "Sofia";
  src: url(' ../font/Sofia-Pro-Regular-Az.woff') format('woff');
  font-display: swap;
}


/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
html {
  box-sizing: border-box;
  /*font-size:62.5%;*/
   font-size:58.5%;
}

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

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  writing-mode: horizontal-tb;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on u-active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: u-currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interu-active
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interu-action
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-u-action: manipulation;
  /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Add
 */
dl dd {
  margin-left: 0;
}

figure {
  margin: 0;
}

table {
  table-layout: fixed;
}

menu {
  padding: 0;
}

body {
  font-family: "Sofia", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  font-style: normal;
}
a{
  color:#333;
  text-decoration: none;
}
body.fixed{
    overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    line-height: 1.5;
    min-width: 1%;
    overflow-x: hidden;
    position: relative;
  }
}
/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: #000;
  transition: all 0.4s;
}
a:link, a:u-active, a:visited {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

.c-aspectRatio {
  position: relative;
  width: 100%;
}
.c-aspectRatio__inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-inputCheckbox__input,
.c-inputRadio__input {
  display: none;
}
.c-inputCheckbox__mark,
.c-inputRadio__mark {
  position: relative;
  padding: 0 0 0 30px;
}
.c-inputCheckbox__mark::before,
.c-inputRadio__mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
}
.c-inputCheckbox__mark::after,
.c-inputRadio__mark::after {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #0000ff;
  width: 10px;
  height: 10px;
}

.c-inputRadio__mark::before, .c-inputRadio__mark::after {
  border-radius: 50%;
}

:checked + .c-inputCheckbox__mark::after,
:checked + .c-inputRadio__mark::after {
  content: "";
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-margin.-short {
  margin-bottom: 16px;
}
.u-margin.-middle {
  margin-bottom: 32px;
}
.u-margin.-large {
  margin-bottom: 64px;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

.p-col2sample {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.p-col2sample > * {
  width: calc((99.9% - 0px) / 2);
  margin-right: 0px;
}
.p-col2sample > *:nth-child(2n) {
  margin-right: 0;
}
.p-col2sample > *:nth-child(n+3) {
  margin-top: 0px;
}
.p-col2sample > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-col2sample > * {
    width: 100%;
    margin-right: 0;
  }
  .p-col2sample > *:nth-child(n+2) {
    margin-top: 0px;
  }
}

.p-col3sample {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.p-col3sample > * {
  width: calc((99.9% - 60px) / 3);
  margin-right: 30px;
}
.p-col3sample > *:nth-child(3n) {
  margin-right: 0;
}
.p-col3sample > *:nth-child(n+4) {
  margin-top: 30px;
}
.p-col3sample > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-col3sample > * {
    width: 100%;
    margin-right: 0;
  }
  .p-col3sample > *:nth-child(n+2) {
    margin-top: 10px;
  }
}

.p-col4sample {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.p-col4sample > * {
  width: calc((99.9% - 90px) / 4);
  margin-right: 30px;
}
.p-col4sample > *:nth-child(4n) {
  margin-right: 0;
}
.p-col4sample > *:nth-child(n+5) {
  margin-top: 50px;
}
.p-col4sample > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-col4sample > * {
    width: calc((99.9% - 10px) / 2);
    margin-right: 10px;
  }
  .p-col4sample > *:nth-child(4n) {
    margin-right: 10px;
  }
  .p-col4sample > *:nth-child(2n) {
    margin-right: 0;
  }
  .p-col4sample > *:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-col4sample > *:last-child {
    margin-right: 0;
  }
}

.p-col5sample {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.p-col5sample > * {
  width: calc((99.9% - 0px) / 5);
  margin-right: 0px;
}
.p-col5sample > *:nth-child(5n) {
  margin-right: 0;
}
.p-col5sample > *:nth-child(n+6) {
  margin-top: 0px;
}
.p-col5sample > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-col5sample > * {
    width: calc((99.9% - 0px) / 2);
    margin-right: 0px;
  }
  .p-col5sample > *:nth-child(5n) {
    margin-right: 0px;
  }
  .p-col5sample > *:nth-child(2n) {
    margin-right: 0;
  }
  .p-col5sample > *:nth-child(n+3) {
    margin-top: 0px;
  }
  .p-col5sample > *:last-child {
    margin-right: 0;
  }
}

.p-2colsample1 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-2colsample1 > *:first-child {
  width: 48%;
}
.p-2colsample1 > *:last-child {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-2colsample1 {
    flex-wrap: wrap;
  }
  .p-2colsample1 > * {
    width: 100% !important;
  }
}

.p-2colsample2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-2colsample2 > *:first-child {
  width: 48%;
}
.p-2colsample2 > *:last-child {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-2colsample2 {
    flex-wrap: wrap;
  }
  .p-2colsample2 > * {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .p-2colsample2 > *:first-child {
    order: 2;
  }
}

.p-2colsample3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-2colsample3 > *:first-child {
  width: 40%;
}
.p-2colsample3 > *:last-child {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-2colsample3 {
    flex-wrap: wrap;
  }
  .p-2colsample3 > * {
    width: 100% !important;
  }
}

.p-2colsample4 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-2colsample4 > *:first-child {
  width: 25%;
}
.p-2colsample4 > *:last-child {
  width: 73%;
}


/* --------------------------------------------------
  other
-------------------------------------------------- */
img.u-ofi {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; 
}


/* --------------------------------------------------
  wrap
-------------------------------------------------- */

  .wrap {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

@media (min-width:768px) {
  .wrap {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width:1200px) {
  .wrap {
    padding-right: 60px;
    padding-left: 60px;
  }
}


/* header
 * ========================================================================== */
.c-snsBtn {
  background: #333;
  text-align: right;
}
.c-snsBtn__item{
  vertical-align: middle;
  margin: 0 auto;
  list-style: none;
  width:auto!important;
}
.c-snsBtn__link{
  padding: 2px 10px 0;
  display: inline-block;
}
.c-snsBtn__link a{
  color: #fff;
}
.c-snsBtn__link i{
  font-size: 1.6rem;
  margin-top: 2px;
}
.f-header .wrap{
  width: 100%;
  height: 100%;
}


/*
 * 1280px－1419px
 */
@media (min-width:1280px) {
  .f-header{
    /*padding: 60px 0 35px;*/
    padding: 30px 0 10px;
    background-image: url(../img/common/bg_header.png);
    background-position: center center;
    background-size: cover;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 2px;
    border-left-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,1);
    /*height: 240px;*/
    height: 180px;

  }

  .c-headerLogo{
    position: absolute;
    width:425px;
    top:3px;
    left:60px;
    margin: 0;
    font-size: 0;
    line-height: 1;
  }

  .c-headerNavi{
    position: absolute;
    top:0;
    right:60px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .c-headerNavi__link a{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #fff;
    height: 48px;
    line-height: 46px;
    border-radius: 24px;
    text-align: center;
    text-decoration: none;
    transition:none;
  }
  .mac .c-headerNavi__link a{
    line-height: 2.8;
  }
  .c-headerNavi__link a:hover{
    transition:all 0.4s;
  }
  .c-headerNavi__link:nth-of-type(1) a{
    background: #fe2c55;
    width:240px;
  }
  .c-headerNavi__link:nth-of-type(1) a:hover{
    background: #fff;
    color: #fe2c55;
    border: 1px solid #fe2c55;
  }
  .c-headerNavi__link:nth-of-type(2) a{
    background: #222222;
    width:276px;
  }
  .c-headerNavi__link:nth-of-type(2) a:hover{
    background: #fff;
    color: #222222;
    border: 1px solid #222222;
  }
  .c-headerNavi__link + .c-headerNavi__link{
    margin-left: 10px;
  }

  .c-gNavi{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-gNavi__link{
    position: relative;
    z-index: 1;
    padding: 10px 1.6em;
  }
  .c-gNavi__link > a{
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 10px 0;
    display: block;
    transition:none;
  }
  .c-gNavi__link > a:after{
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #26f5ef;
    opacity: 1.0;
    -webkit-transition: .4s width;
    transition: .4s width;
  }
  .c-gNavi__link:hover{
    transition:all 0.4s;
  }
  .c-gNavi__link:hover > a,
  .c-gNavi__link.current-menu-item > a,
  .c-gNavi__link.current-menu-ancestor > a{
    color: #6dcad2;
    opacity: 1.0;
  }
  .c-gNavi__link:hover > a:after,
  .c-gNavi__link.current-menu-item a:after,
  .c-gNavi__link.current-menu-ancestor > a:after{
    width: 100%;
  }

  .c-subgNav{
    position: absolute;
    top:65px;
    left:0;
  }
  .c-gNavi__link li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    width: 220px;
  }
  .c-gNavi li.u-active .c-subgNav__link {
    overflow: visible;
    height: 46px;
  }
  .c-gNavi li.u-active .c-subgNav__link a{
    display: block;
    line-height: 46px;
    color: #fff;
    padding: 0 14px;
    font-size: 15px;
    background: #000;
    text-decoration: none;
  }
  .c-subgNav{
    margin: 0;
    padding: 0;
    list-style:none;
  }
  .c-gNavi li.u-active .c-subgNav__link a:hover,
  .c-gNavi li.u-active .c-subgNav__link.current-menu-item a{
    background: #6dcad2;
    color: #333333;
  }

  .js-headerFixed .f-header {
      background-image: none;
      background-color: rgba(51,51,51,0.9);
      height: 75px;
      padding:0;
  }

  .js-headerFixed .c-headerLogo {
    width:272px;
    top: 50%;
    transform: translateY(-50%);
  }

  .js-headerFixed .c-headerNavi{
    top: 50%;
    transform: translateY(-50%);
    
  }
  .js-headerFixed .c-headerNavi__link a{
    font-size: 12px;
    height: 38px;
    line-height: 34px;
    border-radius: 19px;
  }
  .mac.js-headerFixed .c-headerNavi__link a{
    line-height: 38px;
  }
  .js-headerFixed .c-headerNavi__link:nth-of-type(1) a{
    width:130px;
  }
  .js-headerFixed .c-headerNavi__link:nth-of-type(2) a{
    width:180px;
  }

  .js-headerFixed .c-gNavi{
    bottom:0;
    right:390px;
    left:auto;
    width: auto;
    height: 75px;
  }
  .js-headerFixed .c-gNavi__link{
    padding: 14px 0.8em;
  }
  .js-headerFixed .c-gNavi__link > a{
    font-size: 12px;
    padding: 18px 0 10px;
  }
  .c-gNavi__link > a:after{
    bottom:0;
  }
  .js-headerFixed .c-subgNav{
    position: absolute;
    top:75px;
    left:0;
  }
  .js-headerFixed .c-gNavi__link li {
    width: 240px;
  }
  .c-gNavi li.u-active .c-subgNav__link a{
    font-size: 14px;
  }
  .c-toggle,.c-spNavi{
    display: none;
  }
}
/*
 * 1420px-
 */
@media (min-width:1420px) {
  .js-headerFixed .c-headerNavi__link a{
    font-size: 14px;
  }
  .js-headerFixed .c-headerNavi__link:nth-of-type(1) a{
    width:180px;
  }
  .js-headerFixed .c-headerNavi__link:nth-of-type(2) a{
    width:220px;
  }

  .js-headerFixed .c-gNavi{
    right:490px;
  }
  .js-headerFixed .c-gNavi__link > a{
    font-size: 14px;
    padding: 18px 0 10px;
  }
}


.js-headerFixed .f-header {
    position: fixed!important;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-animation: fixed-header .4s;
    animation: fixed-header .4s;
}
@-webkit-keyframes fixed-header {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fixed-header {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


/*
 * -1279px
 */
@media screen and (max-width: 1279px) {
  .f-header{
    background: #000;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,1);
    height: 60px;
  }
  .js-headerFixed .f-header{
    position: relative;
  }

  .f-header .wrap{
    position: relative;
    height: 100%;
  }

  .c-headerLogo{
    position: absolute;
    width:204px;
    top:50%;
    transform: translateY(-50%);
    left:60px;
    margin: 0;
    font-size: 0;
    line-height: 1;
  }

  .c-headerNavi,.c-gNavi{
    display: none;
  }

  .c-toggle{
    display: block;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 60px;
    overflow: hidden;
    cursor:pointer;
    z-index: 9999;
  }
  .c-toggle > div{
    position: relative;
  }
  .c-toggle span{
    position:absolute;
    width: 25px;
    height:2px;
    background: #fff;
  }
  .c-toggle span:nth-child(1){
    top: 0;
    left: 0;
  }
  .c-toggle span:nth-child(2){
    top: 9px;
    left: 0;
  }
  .c-toggle span:nth-child(3){
    top: 18px;
    left: 0;
  }
  .c-toggle span{
    transition: all 0.5s ease-out;
  }
  .c-toggle.u-action span:nth-child(1){
    top: 9px;
    transform: rotate(45deg);
  }
  .c-toggle.u-action span:nth-child(2){
    background-color:rgba(255,255,255,0);
  }
  .c-toggle.u-action span:nth-child(3){
    top: 9px;
    transform: rotate(-45deg);
  }

  .c-spNavi{
    display: none;
    position: fixed;
    z-index: 9998;
    top:0;
    left:0;
    right: auto;
    transform:none;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.9);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 89px;
  }
  .js-headerFixed .c-spNavi{
    padding-top: 59px;
  }
  .c-spNavi__item{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .c-gNavi__link a{
    text-decoration: none;
  }
  .c-gNavi__link{
    position: relative;
    z-index: 1;
  }
  .c-gNavi__link > a{
    display: block;
    width:100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 0 90px;
  }
  .c-gNavi__link > span{
    position: absolute;
    z-index: 2;
    top:0;
    right:90px;
    width:45px;
    height: 45px;
    cursor:pointer;
  }
  .c-gNavi__link > span:after,
  .c-gNavi__link > span:before{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  .c-gNavi__link > span:before{
    width: 13px;
    height: 1px;
    border-top: 2px solid #fff;
    
  }
  .c-gNavi__link > span:after{
    width: 1px;
    height: 13px;
    border-left: 2px solid #fff;
    transition: all 0.5s ease-out;
  }
  .c-gNavi__link > span.open:after{
    display: none;
  }
  .c-subSpNav{
    background: #333333;
    padding: 10px 0;
  }
  .c-subSpNav__link a{
    display: block;
    width:100%;
    background: #333333;
    padding: 10px 90px;
    font-size: 17px;
    color: #767676;
    line-height: 1;
    font-weight: 500;
  }
}


/*
 * -767px
 */
@media screen and (max-width: 767px) {
  .c-headerLogo{
    left:15px;
  }
  .c-toggle{
    right: 15px;
  }
  .c-spNavi{
    padding-top: 59px;
  }
  .c-gNavi__link > a{
    padding: 0 45px;
  }
  .c-gNavi__link > span{
    right:40px;
  }
  .c-subSpNav__link a{
    padding: 9px 45px;
  }
}


/* f-mainContent
 * ========================================================================== */
.f-mainContent{
  background-color: #f7f7f7;
    /*padding-top: 60px;*/
    padding-top: 0;
    padding-bottom: 120px;
}
.under-page .f-mainContent{
  padding-top: 0;
}
.pad-t {
 padding-top: 50px;
}

.top {
padding-top: 60px;
}

@media (max-width: 767px){
  .f-mainContent{
    padding-top: 8vw;
    padding-bottom: 32vw;
  }
}
@media (min-width: 768px){
  .f-mainContent > .wrap{
    width: 100%;
    max-width: 1740px;
    display: flex;
    justify-content: space-between;
  }
}


/* l-main
 * ========================================================================== */
@media (min-width: 768px){
  .l-main {
    width: 66.66666666666667%;
  }
}
@media (min-width: 1401px){
  .l-main {
    width: 75%;
  }
}


/*.l-side
 * ========================================================================== */
.l-side{
    width:100%;
 }
 .l-side > *{
  margin: 40px 14px 0;
 }
.l-side > *:first-of-type{
  margin: 0 14px;
}
@media (min-width: 768px){
  .l-side{
    padding-left: 45px;
    width: 33.333333333333336%;
  }
}
@media (min-width: 1401px){
  .l-side{
    width:25%;
  }
}
@media (max-width: 767px){
  .l-side{
    margin-top: 12.6vw;
  }
  .l-side > *{
    margin: 40px 0 0;
  }
  .l-side > *:first-of-type{
    margin: 0;
  }
}

/*
 * トップページ
 */
.top .l-side {
    margin-top: 0 !important;
}

/*
 * 記事一覧
 */
@media (min-width: 768px){
  .archive-page .l-side{
    margin-top: 64px;
  }
}


.c-sideBnr{
  text-align: center;
}

.c-sideGray{
  border:2px solid #cdcdcd;
  border-radius: 10px;
  background: #eaeaea;
  padding: 20px 14px 20px;
}
.c-sideGray__title{
  color: #141414;
  font-size: 1.9rem;
  /*font-weight: bold;*/
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.c-sideGray__title i{
  margin-right: 3px;
}
.c-sideGray__text{
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 10px;
}
.l-side__btn, .l-side__btn_r10 {
  max-width:180px;
  width:100%;
  height: auto;
  margin: 15px auto 0;
}
.l-side__btn a{
  display: block;
  width:100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  padding: 12px 5px 10px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  background: #222222;
}
.l-side__btn_r10 a{
    display: block;
  width:100%;
  height: 100%;
  color: #fff;
  font-size: 1.6rem;
  padding: 12px 5px 10px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  background: #222222;
  line-height: 1.5;
}
.l-side__btn a:hover, .l-side__btn_r10 a:hover {
    background: #fff;
    color: #222222;
    border: 1px solid #222222;
}
.l-side__btn a i, .l-side__btn_r10 a i {
  margin-left: 5px;
}
.contact .l-side__btn a {
  border: 1px solid #fe2b54;
  background-color: #fe2b54;
}
.contact .l-side__btn a:hover {
  background-color: #ffffff;
  color: #fe2b54;
  transition: all 0.3s;
}

.sideCategories-area.categories{
  margin-top: 60px;
}
.c-sideArticle__title{
  margin: 0;
  font-size: 1.7rem;
 /*font-weight: bold;*/
  font-weight: 600;
}

.c-sideArticle__select{
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  border: 1px solid #999999;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  background: 0 0;
  outline: 0;
  min-height: 40px;
  padding: 0 2em 0 1em;
  color: #767676;
  background-color: #fff;
  background-image: url(../img/common/arw_select.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all;
  margin-top: 18px;
  font-size: 1.4rem;
  font-family: inherit;
    margin-bottom: 30px;
}
.c-sideArticle__select::-ms-expand {
  display: none;
}
.c-sideArticle__select .u-level0{
  /*font-weight: bold;*/
  font-weight: 600;
}

.c-sideArticle__item{
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-sideArticle__link{
  padding: 12px 0;
}
.c-sideArticle__link + .c-sideArticle__link{
  border-top: 1px solid #cdcdcd;
}
.c-sideArticle__link a{
  font-size: 1.6rem;
  line-height: 1.4;
  color: #000;
  word-break: break-all;
}

.m-download .l-side__btn,
.m-media .l-side__btn{
  max-width: 220px;
}
.m-download .l-side__btn a,
.m-media .l-side__btn a{
  font-size:  1.4rem;
}

@media (max-width: 768px){
 .m-download .l-side__btn a,
 .m-media .l-side__btn a{
  font-size:  1.7rem;
}
}

.c-sideArticle__date{
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #fe2c55;
  width: 144px;
  height: 24px;
  border-radius: 5px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.c-sideArticle.m-search{
  margin-top: 60px;
  position: relative;
}
.c-sideArticle__search{
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  border: 1px solid #999999;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  background: 0 0;
  outline: 0;
  min-height: 40px;
  padding: 0 1em 2px;
  color: #767676;
  -webkit-transition: .4s all;
  transition: .4s all;
  font-size: 1.4rem;
  font-family: inherit;
  width: 100%;
  padding-right: 3em;
  background-color: #fff;
}
.c-sideArticle__searchbtn {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  vertical-align: middle;
  outline: 0;
  border: 0;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  color: #141414;
  width: 48px;
  height: 38px;
  background: url(../img/common/ico_search.png) no-repeat 10px center;
}
@media (max-width: 767px){
  .c-sideGray{
    padding: 24px 17px 17px;
  }
  .c-sideGray__text{
    font-size: 1.5rem;
  }
  .l-side__btn{
    margin: 20px auto 0;
    width:70%;
    max-width:inherit!important;
  }
  .l-side__btn a i{
    margin-left: 7px;
  }
  .c-sideArticle__select{
    border: 1px solid #999999;
  }
  .c-sideArticle__link{
    padding: 20px 5px;
  }
  .c-sideArticle__link + .c-sideArticle__link{
    border-top: 1px solid #cdcdcd;
  }
  .c-sideArticle__link:last-of-type{
    border-bottom: 1px solid #cdcdcd;
  }
  .c-sideArticle__link a{
    line-height: 1.57;
    font-size: 1.6rem;
  }
  .c-sideArticle__date{
    margin-bottom: 15px;  
  }
  .c-sideArticle.m-search{
    margin: 60px 15px 0;
  }
}


/*footer
 * ========================================================================== */
.f-footer{
  width: 100%;
  position: relative;
}
.f-footer .wrap{
  width: 100%;
}

/*
 * c-footerTop
 */
.c-footerTop{
  width:100%;
  background: #d3d3d3;
  padding: 40px 0;
}
.c-footerTop .wrap{
  display: flex;
  justify-content: space-between;
}
.c-footerTop a{
  text-decoration: none;
}
.c-footerTop__logo{
  width: 340px;
  margin-right: 40px;
}
.c-footerTop__itemwrap{
  width:1090px;
  display: flex;
}
.c-footerTop__item{
  margin: 0;
}
.c-footerTop__item + .c-footerTop__item{
  margin-left: 60px;
}
.c-footerTop__title{
  margin-bottom: 22px;
}
.c-footerTop__title a{
  color: #222222;
  font-size: 1.8rem;
  /*font-weight: bold;*/
  font-weight: 600;
  line-height: 1;
}
.c-footerTop__link{
  margin: 0;
}
.c-footerTop__link a{
  color: #333333;
  font-size: 1.6rem;
  line-height: 1;
}
.c-footerTop__link + .c-footerTop__link{
  margin-top: 10px;
}
@media (max-width: 1555px){
  .c-footerTop .wrap{
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-footerTop__logo{
    width:100%;
    margin: 0 auto 50px;
    text-align: center;
  }
  .c-footerTop__logo img{
    width: 340px;
  }
  .c-footerTop__itemwrap{
    width:100%;
    justify-content: center;
  }
  .c-footerTop__item{
    margin: 0;
    width:auto;
  }
  .c-footerTop__item + .c-footerTop__item{
    margin-left: 20px;
  }
  .c-footerTop__title a{
      font-size: 1.4rem;
  }
  .c-footerTop__link a{
      font-size: 1.3rem;
  }
}
@media (max-width: 979px){
  .c-footerTop__item + .c-footerTop__item{
    margin-left: 10px;
  }
}
@media (min-width: 768px){
  .js-accordionSp-item{
    display: block!important;
  }
}
@media (max-width: 767px){
  .c-footerTop{
    background: #fff;
    padding: 0;
    border-top: 1px solid #999999;
  }
  .c-footerTop .wrap{
    padding: 0;
  }
  .c-footerTop__itemwrap{
    flex-wrap: wrap;
  }
  .c-footerTop__item{
    width:100%;
  }
  .js-accordionSp-item{
    display: none;
  }
  .c-footerTop__title{
    position: relative;
    margin-bottom: 0;
  }
  .c-footerTop__title a{
    position: relative;
    display: block;
    width:100%;
    height: 50px;
    font-size: 1.5rem;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #999999;
  }
  .c-footerTop__link a{
    display: block;
    width:100%;
    padding: 10px 15px;
    color: #666666;
    font-size: 1.4rem;
    line-height: 1;
  }
  .c-footerTop__title + dd{
    padding: 10px 0;
    border-bottom: 2px solid #999999;
    background: #f7f7f7;
  }
  .c-footerTop__item + .c-footerTop__item{
    margin: 0;
  }
  .c-footerTop__link + .c-footerTop__link{
    margin: 0;
  }
 .c-footerTop__title > span{
    position: absolute;
    z-index: 2;
    top:0;
    right:5px;
    width:50px;
    height: 50px;
    cursor:pointer;
  }
  .c-footerTop__title > span:after,
  .c-footerTop__title > span:before{
    content: "";
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  .c-footerTop__title > span:before{
    width: 12px;
    height: 1px;
    border-top: 2px solid #222222;
    
  }
  .c-footerTop__title > span:after{
    width: 1px;
    height: 12px;
    border-left: 2px solid #222222;
    transition: all 0.5s ease-out;
  }
  .c-footerTop__title > span.open:after{
    display: none;
  }
  .c-footerTop__item.last{
      display: flex;
      flex-wrap: wrap;
  }
  .c-footerTop__title.m-creator{
    width:100%;
  }
  .c-footerTop__title.m-advertising,
  .c-footerTop__title.m-download{
    width: 50%;
  }
  .c-footerTop__title.m-advertising a,
  .c-footerTop__title.m-download a{
    border-bottom: none;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
  .c-footerTop__title.m-advertising a{
    background: #6dcad2;
  }
  .c-footerTop__title.m-download a{
    background: #fe2c55;
  }
}


/*
 * c-footerBtm
 */
.c-footerBtm{
  background: #222222;
  height: 70px;
}
.c-footerBtm .wrap{
  position: relative;
  height: 100%;
}

.c-footerBtm__copy{
  position: absolute;
  left:30px;
  top:50%;
  transform: translateY(-50%);
  color: #999999;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
}

.c-footerBtm__item{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 170px;
  display: flex;
  justify-content: flex-end;
}
.c-footerBtm__link{
  height: 13px;
}
.c-footerBtm__link a{
  color: #999999;
  font-size: 1.4rem;
  line-height: 13px;
}
.c-footerBtm__link + .c-footerBtm__link{
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #999999;
}

.c-snsBtn__item.u-footer{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 30px;
  width: auto;
}
.c-snsBtn__item.u-footer i{
  color: #999999;
}
@media (min-width: 1200px){
  .c-footerBtm__copy{
    left:60px;
  }
  .c-footerBtm__item{
    right: 220px;
  }
  .c-snsBtn__item.u-footer{
    right: 60px;
  }
}
@media (max-width: 767px){
  .c-footerBtm{
    padding: 20px 0 25px;
    height: auto;
  }
  .c-footerBtm .wrap{
    display: flex;
    flex-wrap: wrap;
  }

  .c-footerBtm__copy{
    position: static;
    left:auto;
    top:auto;
    transform: none;
    order: 3;
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 15px;
  }

  .c-footerBtm__item{
    position: static;
    right:auto;
    top:auto;
    transform: none;
    justify-content: center;
    order:2;
    width: 100%;
    margin-top: 15px;
  }
  .c-footerBtm__link{
    height: 12px;
  }
  .c-footerBtm__link a{
    font-size: 1.5rem;
    line-height: 12px;
  }

  .c-snsBtn__item.u-footer{
    position: static;
    right:auto;
    top:auto;
    transform: none;
    width: 100%;
    order:1;
    text-align: center;
  }
  .c-snsBtn__item.u-footer i{
    font-size: 2rem;
  }
  .c-snsBtn__link{
    padding: 2px 9px 0;
  }
}


/*.u-pageTop
 * ========================================================================== */
.u-pageTop{
  position: fixed;
  right: 30px;
  bottom: 90px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.15);
  z-index: 3;
  -webkit-transition: .4s all;
  transition: .4s all;
  font-size: 2.4rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.u-pageTop.u-fadein {
    opacity: 1;
    visibility: visible;
}
.u-pageTop.u-absolute{
  position: absolute;
  bottom: auto;
  top: -70px;
}
@media (min-width: 768px){
  .u-pageTop:hover{
    background-color: #25f4ee;
    color: #fff;
  }
}
@media (max-width: 767px){
  .u-pageTop{
    right: 20px;
  }
  .u-pageTop.u-absolute{
    top: -60px;
  }
}


/*.記事一覧
 * ========================================================================== */
 .c-articleList{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
 }
.c-articleList__item{
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  opacity: 0;
}
@media (min-width: 992px){
  .c-articleList__item{
    width: 50%;
  }
}
@media (min-width: 1401px){
  .c-articleList__item{
    width: 33.333333333333336%;
  }
}
@media (min-width: 1920px){
  .c-articleList__item{
    width: 25%;
  }
}

.c-articleList__box{
  position: relative;
  background: #fff;
  height: 100%;
}
@media (min-width: 768px){
  .c-articleList__box:hover {
      box-shadow: 5px 8.66px 30px 0 rgba(31,35,37,.078);
  }
}


.c-articleList__img{
  position: relative;
}
.c-articleList__img a{
  display: block;
}
.c-articleList__img img{
  display: block;
  width: 100%;
}
.c-articleList__textarea{
  position: relative;
  padding: 35px 30px 120px;
}
.c-articleList__textarea a{
  text-decoration: none;
}
.c-articleList__category{
  color: #f0454e;
  font-size: 1.5rem;
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: 500;
}
.c-articleList__category span{
  padding: 0 0.2em;
}
.c-articleList__category a{
  color: #f0454e;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  word-break: break-all;
}
a:hover {
    color: #818181;
}
.c-articleList__title{
  /*font-size: 1.9rem;*/
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 1em;
  word-break: break-all;
}
.c-articleList__text{
  /*font-size: 1.5rem;*/
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
  word-break: break-all;
  color: #333333;
}
.c-articleList__date{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    border-top: 1px solid #eee;
    padding: 30px 0 40px;
    line-height: 1;
    text-transform: none;
    font-size: 1.4rem;
    color: #767676;
    margin: 0;
}
@media (min-width: 768px){
  .c-articleList__category a:hover {
    color: #818181;
    transition: all 0.3s;
  }
}
@media (max-width: 767px){
  .c-articleList__textarea{
    padding: 35px 30px 100px;
  }
  .c-articleList__category{
    margin-bottom: 20px;
  }
  .c-articleList__date{
    padding: 25px 0 35px;
  }
}


/*
 * 記事一覧
 */
.archive-page .c-breadcrumb + .c-articleList{
  margin: 20px -15px 0;
}
@media (max-width: 767px){
  .archive-page .c-breadcrumb + .c-articleList{
    margin: 30px -15px 0;
  }
}


/*
 * 先頭固定表示
 */
.c-articleList__item.u-first .c-articleList__box:after,
.c-articleList__item.u-first .c-articleList__box:before{
  position: absolute;
}
.c-articleList__item.u-first .c-articleList__box:before{
  content: "";
  top:0;
  left:0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #ed3456 transparent transparent transparent;
}
.c-articleList__item.u-first .c-articleList__box:after{
  content: "★";
  color: #fff;
  font-size: 16px;
  top:5px;
  left:10px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-articleList__item.u-first .c-articleList__box:before{
    border-width: 30px 30px 0 0;
  }
  .c-articleList__item.u-first .c-articleList__box:after{
    font-size: 10px;
    top:1px;
    left:3px;
  }
}
@media screen and (min-width: 993px){
  .c-articleList__item.u-first{
    width: 100%!important;
    min-height: 530px;
  }
  .c-articleList__item.u-first .c-articleList__box{
    display: flex;
  }
  .c-articleList__item.u-first .c-articleList__img{
      width: 66%;
      height: 100%;
      position: relative;
  }
  .c-articleList__item.u-first .c-articleList__img img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; 
  }
  .c-articleList__item.u-first .c-articleList__textarea{
    padding: 50px 30px 120px;
    width:34%;
  }
  .c-articleList__item.u-first .c-articleList__category,
  .c-articleList__item.u-first .c-articleList__title{
    margin-bottom: 30px;
  }
  .c-articleList__item.u-first .c-articleList__date{
    width: calc(34% - 60px);
    left:auto;
    padding: 30px 0 40px;
  }
}



 /* ページャー
 * ========================================================================== */
.c-pager{
  margin: 45px 0 0;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style:none;
}
.c-pager__link{
  width: 40px;
  height: 40px;
  border:1px solid #dddddd;
  font-size: 14px;
  text-align: center;
}
.c-pager__link.u-current{
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.c-pager__link a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #222222;
  text-decoration: none;
}
.c-pager__link a:hover{
  transition: all 0.3s;
  background-color: #222222;
  color: #ffffff;
}
.c-pager__link + .c-pager__link{
  margin-left: 4px;
}
.c-pager__link.u-current{
  background: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (max-width: 767px){
  .c-pager{
    margin: 10px 0 30px;
  }
}


/* 下層ページタイトル
 * ========================================================================== */
.f-pageTitle{
  height: 160px;
}
.f-pageTitle .wrap{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-pageTitle__title{
  font-size: 3.6rem;
  color: #333333;
  font-weight: 500;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 767px){
  .f-pageTitle{
    height: 80px;
  }
  .f-pageTitle__title{
    font-size: 1.8rem;
  }
}


/* パンくず
 * ========================================================================== */
.c-breadcrumb{
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}
.c-breadcrumb__link{
  display: inline;
  color: #999999;
  font-size: 1.4rem;
  line-height: 1.7;
}
.c-breadcrumb__link a{
  color: #999999;
}
.c-breadcrumb__link:after{
  content: ">";
  margin: 0 0.2em 0 0.3em;
  display: inline-block;
  transform: translateY(-1px);
}
.c-breadcrumb__link:last-of-type:after{
  content: none;
}
@media (max-width: 767px){
  .c-breadcrumb{
    padding: 10px 0 0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .c-breadcrumb__link{;
    font-size: 1.3rem;
  }
}

/* ------------------------------------------------------------------------------------
メディア掲載情報
------------------------------------------------------------------------------------ */
.notice-title-date h2 {
    font-size: 20px;
    font-weight: 600;
    padding: 4px 0;
    margin: 60px 0 20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.notice-box {
    margin-bottom: 10px;
}

.notice-date {
    background: #fe2c55;
        font-size: 14px;
    padding: 6px 5px 3px;
    border-radius: 3px;
    color: #fff;
}

.notice-header {
	margin: 20px 0 10px;
}

.notice-text {
	font-size: 16px; 
	line-height: 1.5;
	margin: 5px 0 15px;
}
.notice-text.side {
	font-size: 15px; 
	line-height: 1.4;
	margin: 10px 0 20px;
	border-bottom: dotted 1px #666666;
	padding-bottom: 10px;
}
.notice-text a {
    color: #333;
}
.notice-text.side a {
    color: #666 !important;
}
.notice-text a:hover, .notice-text.side a:hover  {
    text-decoration: underline;
    color: #999;
}

/*.notice-archives-link {
    background: #222;
    color: #fff;
    padding: 10px;
    display: block;
    width: 70%;
    margin: 0 auto 50px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
} */   

/**ページネーション**/
ul.page-numbers {
    margin-top: 80px;
    padding-left: 0;
}

.page-numbers li {
display: inline-block;
font-size: 14px;
vertical-align: text-bottom;
}

.page-numbers li a:hover, .page-numbers li .current {
background: #000;
color: #fff;
}

.page-numbers li a, .page-numbers li span {
border: 1px solid #ddd;
color: #000;
display: inline-block;
line-height: 40px;
text-align: center;
min-width: 40px;
height: 40px;
}

/*.l-side{
margin-top: 60px;
}*/

/* ------------------------------------------------------------------------------------
検索
------------------------------------------------------------------------------------ */
.searchform {
    margin: 34px 0 40px 0;
}
 
.searchfield {
    font-size: 14px;
    width: 90%;
    padding: 10px;
}
 
.searchsubmit {
    font-family: FontAwesome;
    font-size: 20px;
    width: 35px;
    height: 30px;
    background: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
}
.c-sideArticle__searchbtn:hover {
  opacity: .6;
}


.scrolled .f-mainContent .top {
 padding-top: 60px;

}

/* ------------------------------------------------------------------------------------
サイドリンク
------------------------------------------------------------------------------------ */
.sidelink {
margin-top: 30px;
font-size: 1.8em;
}

/* ------------------------------------------------------------------------------------
もっとも読まれている記事
------------------------------------------------------------------------------------ */
.popular-posts-sr {
    margin: 15px 14px 40px;
}

/* ------------------------------------------------------------------------------------
スマホ調整
------------------------------------------------------------------------------------ */
@media (max-width: 767px){
.wpp-cards li .wpp-post-title a {
	font-size: 1.6rem !important;
}
.notice-text.side a {
font-size: 1.6rem;
line-height: 1.6;
}
}

/* ------------------------------------------------------------------------------------
form 共通
------------------------------------------------------------------------------------ */
.button, button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  box-shadow: none;
  vertical-align: middle;
  outline: 0;
  text-transform: none;
 /* letter-spacing: .1em;*/
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: .4s all;
  transition: .4s all;
  border: 0;
  padding: 1em 3.5em;
  background-color: #75be81;
  font: inherit;
}
select {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  box-shadow: none;
  vertical-align: middle;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #767676;
  background-color: #fff;
  background-image: url(../img/common/arw_select.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  -webkit-transition: .4s all;
  transition: .4s all;
  font: inherit;
}
select::-ms-expand {
  display: none;
}