@charset "UTF-8";
/*
Theme Name: 速攻オウンドメディア
Theme URI: https://baigie.mom/sokko-owned-media/themes/index.html
Author: baigie
Author URI: https://baigie.mom/
Description:
Requires at least: 5.9.3
Tested up to: 5.9.3
Requires PHP: 7.1
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
Tags:

速攻オウンドメディア WordPress Theme, (C) 2021 baigie
速攻オウンドメディア is distributed under the terms of the GNU GPL.
*/
/* ==========================================================================
Foundation
========================================================================== */
:root {
  --base-pc-font-family: YuGothic, "游ゴシック Medium", 游ゴシック,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  --base-sp-font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    メイリオ, Meiryo, "arial";
  --head-pc-font-family: "Yu Gothic", "游ゴシック", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  --head-sp-font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo";
  --link-color: #3574ef;
  --body-bg-color: #fafafa;
  --header-pc-height: 60px;
  --header-logo-image-pc-height: 26px;
  --header-logo-image-sp-height: 26px;
  --header-bg-color: #ffffff;
  --header-accordion-bg-color: rgba(0, 0, 0, 0.05);
  --header-border-color: rgba(0, 0, 0, 0.2);
  --header-font-color: #222222;
  --footer-bg-color: #222222;
  --footer-font-color: #fff;
  --breadcrumbs-font-color: #aaaaaa;
  --panel-border-radius: 10px;
  --facebook-display: block;
  --twitter-display: block;
  --note-display: block;
  --hatena-display: block;
  --pocket-display: block;
  --email-display: block;
}

/* YakuHan（文字詰め）なし
----------------------------------------------------------------- */
/* ==========================================================================
* 共通
========================================================================== */
/* Reset
----------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
table,
input,
textarea,
select,
option,
button {
  font-size: 100%;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

caption,
th {
  text-align: left;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}

input:not([type="checkbox"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Base
----------------------------------------------------------------- */
html {
  height: 100%;
  line-height: 1.6;
}

body {
  position: relative;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #222222;
}
@media only screen and (max-width: 47.9375em) {
  body {
    font-family: var(--base-sp-font-family);
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 48em) {
  body {
    font-family: var(--base-pc-font-family);
    line-height: 1.75;
  }
}

a {
  text-decoration: none;
  -webkit-transition: color 0.1s 0s ease;
  transition: color 0.1s 0s ease;
}

@media print, screen and (min-width: 64em) {
  a[href^="tel"] {
    pointer-events: none;
    cursor: text;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: normal;
}

address {
  font-style: normal;
}

.browser-is-ie wbr:after {
  content: "\00200B";
}

.preload * {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

/* KeyFrames
----------------------------------------------------------------- */
/* ==========================================================================
Layout
========================================================================== */
.l-breadcrumbs {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 4.266%;
  padding-left: 4.266%;
}
@media print, screen and (max-width: 63.9375em) {
  .l-breadcrumbs {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .l-breadcrumbs {
    padding-right: 6%;
    padding-left: 6%;
  }
}

.l-breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
}

.l-breadcrumbs__item {
  position: relative;
  padding-left: 25px;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: nowrap;
  color: var(--breadcrumbs-font-color);
}
.l-breadcrumbs__item:first-child {
  padding-left: 0;
}
.l-breadcrumbs__item:first-child:before {
  display: none;
}
.l-breadcrumbs__item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.l-breadcrumbs__item:before {
  display: inline;
  position: absolute;
  top: 0.55em;
  left: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: var(--breadcrumbs-font-color);
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
}
.l-breadcrumbs__item > a {
  display: block;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  text-decoration: none;
  color: var(--breadcrumbs-font-color);
}
@media print, screen and (min-width: 64em) {
  .l-breadcrumbs__item > a:hover {
    text-decoration: underline;
  }
}

.l-header {
  grid-area: layoutHeader;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media print, screen and (max-width: 63.9375em) {
  .l-header {
    position: absolute;
    z-index: 200;
    background-color: var(--header-bg-color);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
@media print, screen and (min-width: 64em) {
  .l-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    padding-right: 6%;
    padding-left: 6%;
    background-color: var(--header-bg-color);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  }
}
.l-header button {
  outline: none;
}
@media print, screen and (max-width: 63.9375em) {
  .l-header.-local.-fixed {
    position: fixed;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .l-header.-local.-fixed .l-header__logo.-top {
    display: none;
  }
}

.l-header__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (max-width: 63.9375em) {
  .l-header__inner {
    padding-right: 4.266%;
    padding-left: 4.266%;
  }
}
@media print, screen and (min-width: 64em) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: var(--header-pc-height);
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-header.-local .l-header__logo.-top {
    padding-bottom: 4px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-header.-local .l-header__logo.-top {
    padding-bottom: 0;
  }
}

/* ロゴ
----------------------------------------------------------------- */
.l-header__logo {
  /* h1側 */
  /* SPメニュー側 */
}
@media print, screen and (max-width: 63.9375em) {
  .l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  .l-header__logo.-top {
    height: 100%;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .l-header__logo.-sp {
    background-color: var(--header-bg-color);
  }
}
@media print, screen and (min-width: 64em) {
  .l-header__logo.-sp {
    display: none;
  }
}
.l-header__logo a,
.l-header__logo .l-header__splogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 63.9375em) {
  .l-header__logo a,
  .l-header__logo .l-header__splogo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .l-header__logo a,
  .l-header__logo .l-header__splogo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
}
.l-header__logo img {
  display: block;
  position: relative;
}
@media print, screen and (max-width: 63.9375em) {
	.l-header__logo img {
		margin-top: 4px;
  	width: 200px;
	}
}
@media print, screen and (min-width: 64em) {
	.l-header__logo img {
		height: 36px;
    top: -1px;
  }
}

#l-header__catchcopy {
  position: relative;
  font-weight: 700;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  #l-header__catchcopy {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  #l-header__catchcopy {
    font-family: var(--head-pc-font-family);
  }
}
@media print, screen and (max-width: 63.9375em) {
  #l-header__catchcopy {
    font-size: 8px;
    font-size: 0.5rem;
    color: var(--header-font-color);
  }
}
@media print, screen and (min-width: 64em) {
  #l-header__catchcopy {
    margin-left: 12px;
    font-size: 12px;
    font-size: 0.75rem;
    color: var(--header-font-color);
  }
}

/* リンク部分
----------------------------------------------------------------- */
@media print, screen and (max-width: 63.9375em) {
  .l-header__menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    overflow-y: scroll;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--header-bg-color);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .l-header__menu.-active {
    visibility: visible;
    opacity: 1;
  }
}

.l-header__sp {
  position: relative;
  margin-top: 40px;
}
@media print, screen and (min-width: 64em) {
  .l-header__sp {
    display: none;
  }
}
.l-header__sp:after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 91.468%;
  height: 1px;
  background-color: var(--header-border-color);
  content: "";
}
@media print, screen and (max-width: 63.9375em) {
  .l-header__sp > li {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .l-header__sp > li.-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.l-header__sp > li > a,
.l-header__sp > li > button {
  max-width: 91.468%;
}
.l-header__sp > li ul {
  background-color: var(--header-accordion-bg-color);
}
.l-header__sp > li ul li:first-child a {
  border: none;
}
.l-header__sp > li ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 4.266%;
  padding-left: 4.266%;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.l-header__sp > li ul li a i {
  right: 4.266%;
}
.l-header__sp a,
.l-header__sp button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: var(--header-border-color);
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--header-font-color);
  text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__sp a,
  .l-header__sp button {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .l-header__sp a,
  .l-header__sp button {
    font-family: var(--head-pc-font-family);
  }
}
.l-header__sp i {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media print, screen and (max-width: 63.9375em) {
  .l-header__link {
    margin-top: 22px;
    padding-bottom: 40px;
    padding-right: 4.266%;
    padding-left: 4.266%;
  }
}

@media print, screen and (min-width: 64em) {
  .l-header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .l-header__link li {
    opacity: 0;
    margin-top: 6px;
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
}

@media print, screen and (min-width: 64em) {
  .l-header__link li {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .l-header__link li:first-child {
    margin-left: 0;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .l-header__link li.-active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media print, screen and (min-width: 64em) {
  .l-header__link li.-pc_hide {
    display: none;
  }
}

.l-header__link a {
  color: var(--header-font-color);
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .l-header__link a {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .l-header__link a {
    font-family: var(--head-pc-font-family);
  }
}
@media print, screen and (max-width: 63.9375em) {
  .l-header__link a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .l-header__link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-header__link a[target="_blank"]:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.15em;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  margin-right: 5px;
  background-color: var(--header-bg-color);
  border: solid 1px var(--header-font-color);
  -webkit-box-shadow: 1px 1px 0 var(--header-bg-color),
    2px 2px 0 var(--header-font-color);
  box-shadow: 1px 1px 0 var(--header-bg-color),
    2px 2px 0 var(--header-font-color);
}
@media print, screen and (min-width: 64em) {
  .l-header__link a:hover {
    opacity: 0.7;
  }
}

.l-localheader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #333333;
}
@media print, screen and (min-width: 48em) {
  .l-localheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 48px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.l-localheader__block {
  position: relative;
}
@media print, screen and (min-width: 48em) {
  .l-localheader__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}
.l-localheader__block:last-child {
  display: none;
}
@media print, screen and (min-width: 75em) {
  .l-localheader__block:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-localheader__head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .l-localheader__head {
    height: 34px;
    padding-top: 5px;
    padding-right: 4.266%;
    padding-left: 4.266%;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .l-localheader__head {
    padding-top: 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-localheader__main {
    position: absolute;
    top: 34px;
    overflow: hidden;
    z-index: 100;
    width: 100%;
    height: 0;
    background-color: #262626;
  }
}

@media print, screen and (min-width: 48em) {
  .l-localheader__main {
    margin-left: 7px;
  }
}

.l-localheader__main.-animation {
  -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: height cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}

@media only screen and (max-width: 47.9375em) {
  .l-localheader__block.-open .l-localheader__main {
    height: calc(100vh - 65px - 34px);
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-localheader__menu {
    padding-top: 12px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-localheader__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
}

.l-localheader__menu a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .l-localheader__menu a {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4.266%;
    padding-left: 4.266%;
    font-weight: bold;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 48em) {
  .l-localheader__menu a {
    height: 100%;
    padding-top: 10px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .l-localheader__menu a.-current {
    color: #d9a941;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 64em) {
  .l-localheader__menu a:hover {
    color: #d9a941;
  }
}

@media print, screen and (min-width: 48em) {
  .l-localheader__menu .c-circle-arrow {
    display: none;
  }
}

.l-localheader__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-localheader__sub a {
  display: block;
  height: 100%;
  padding-top: 10px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .l-localheader__sub a:hover {
    color: #d9a941;
  }
}

.l-localheader__tel {
  padding-left: 13px;
}
.l-localheader__tel a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-top: 6px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.l-localheader__tel svg {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  fill: #fff;
}

.l-menu-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 20;
  right: 26px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 50%;
  font-family: var(--base-pc-font-family);
  outline: none;
  cursor: pointer;
}
@media print, screen and (min-width: 64em) {
  .l-menu-button {
    display: none;
  }
}
.fixed .l-menu-button {
  display: none;
}
.l-header.-corp .l-menu-button {
  background-color: #01396d;
}

.l-menu-button__line {
  display: block;
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media print, screen and (min-width: 64em) {
  .l-menu-button__line {
    top: 23px;
  }
}
.l-menu-button__line span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.l-menu-button__line:before,
.l-menu-button__line:after {
  content: "";
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.l-menu-button__line:before {
  top: 1px;
  left: 0;
}
.l-menu-button__line:after {
  bottom: 1px;
  left: 0;
}
.l-menu-button__line span,
.l-menu-button__line:before,
.l-menu-button__line:after {
  display: block;
  position: absolute;
  width: 110%;
  height: 2px;
  background-color: #222222;
}
.l-menu-button.-active .l-menu-button__line span {
  width: 0;
}
@media print, screen and (max-width: 63.9375em) {
  .l-menu-button.-active .l-menu-button__line:before {
    -webkit-transform: translate(-1px, 7px) rotate(45deg);
    transform: translate(-1px, 7px) rotate(45deg);
  }
}
@media print, screen and (max-width: 63.9375em) {
  .l-menu-button.-active .l-menu-button__line:after {
    -webkit-transform: translate(-1px, -7px) rotate(-45deg);
    transform: translate(-1px, -7px) rotate(-45deg);
  }
}

.l-menu-button__text {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  margin-top: 7px;
  font-weight: bold;
  font-size: 8px;
  font-size: 0.5rem;
  text-align: center;
}

.l-menu-button__text1,
.l-menu-button__text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  line-height: 1;
}
.l-menu-button__text1 span,
.l-menu-button__text2 span {
  display: block;
  color: #222222;
}
.l-menu-button__text1 span:nth-child(1),
.l-menu-button__text2 span:nth-child(1) {
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
    0.05s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.05s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.05s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.05s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.05s;
}
.l-menu-button__text1 span:nth-child(2),
.l-menu-button__text2 span:nth-child(2) {
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
    0.1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.1s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.1s;
}
.l-menu-button__text1 span:nth-child(3),
.l-menu-button__text2 span:nth-child(3) {
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
    0.15s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.15s;
}
.l-menu-button__text1 span:nth-child(4),
.l-menu-button__text2 span:nth-child(4) {
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s
    0.2s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.2s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.2s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s 0.2s;
}
.l-menu-button.-active .l-menu-button__text1 span,
.l-menu-button.-active .l-menu-button__text2 span {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/* Body直下のwrapper
----------------------------------------------------------------- */
.l-root-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100vh;
}

.l-content-container {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: var(--body-bg-color);
}
@media print, screen and (max-width: 63.9375em) {
  .l-content-container {
    margin-top: calc(var(--header-logo-image-sp-height) - 26px);
    padding-top: 107px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .l-content-container {
    margin-top: var(--header-pc-height);
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .l-header.-local + .l-content-container {
    margin-top: calc(var(--header-logo-image-sp-height) - 26px);
    padding-top: 146px;
  }
}
@media print, screen and (min-width: 64em) {
  .l-header.-local + .l-content-container {
    padding-top: 60px;
  }
}

.l-contact {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 4.266%;
  padding-left: 4.266%;
  background-color: #d9a941;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact {
    margin-top: 220px;
  }
}

.l-contact__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__inner {
    padding-top: 43px;
    padding-bottom: 47px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.l-contact__img {
  position: absolute;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__img {
    top: -52px;
    left: 3px;
    width: 94px;
    height: 104px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__img {
    top: -98px;
    left: -4.266%;
    width: 190px;
    height: 180px;
  }
}
@media print, screen and (min-width: 75em) {
  .l-contact__img {
    left: -91px;
  }
}
.l-contact__img img {
  display: block;
  width: 100%;
}
.l-contact__img span {
  display: block;
  position: absolute;
  font-weight: bold;
  font-weight: bold;
  color: #01396d;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__img span {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__img span {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__img span {
    top: 30px;
    right: -75px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__img span {
    top: 60px;
    right: -108px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.l-contact__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__item {
    width: 100%;
    margin-bottom: 26px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__item {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__item:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contact__block {
    margin-top: 27px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-contact__block {
    margin-top: 43px;
  }
}

.l-contact__block:first-child {
  margin-top: 0;
}

.l-contact__head {
  font-weight: bold;
  line-height: 1.75;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__head {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__head {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__head {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__head {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.l-contact__desc {
  display: block;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__desc {
    font-family: var(--base-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__desc {
    font-family: var(--base-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contact__desc {
    margin-top: 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact__desc {
    margin-top: 33px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-contact__link {
    margin-top: 9px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-contact__link {
    margin-top: 15px;
  }
}

/* 採用サイト
----------------------------------------------------------------- */
.l-contact.-corp {
  margin-top: 0;
  background-color: #01396d;
}
@media only screen and (max-width: 47.9375em) {
  .l-contact.-corp .l-contact__inner {
    padding-top: 43px;
    padding-bottom: 47px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact.-corp .l-contact__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .l-contact.-corp .l-contact__desc {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-contact.-corp .l-contact__desc {
    margin-top: 25px;
  }
}

/* ボタン上下中央寄せ
----------------------------------------------------------------- */
@media print, screen and (min-width: 48em) {
  .l-contact.-align_center .l-contact__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-page-top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (max-width: 63.9375em) {
  .l-page-top {
    position: relative;
    width: 100%;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 64em) {
  .l-page-top {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: visibility cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: visibility cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: visibility cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: visibility cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
      -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
}
@media print, screen and (min-width: 64em) {
  .l-page-top.-absolute {
    position: absolute;
    top: -30px;
    bottom: auto;
  }
}
.l-page-top.-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.l-page-top > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 63.9375em) {
  .l-page-top > a {
    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;
    height: 48px;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    color: #222222;
  }
}
@media print, screen and (min-width: 64em) {
  .l-page-top > a {
    display: block;
    overflow: hidden;
    height: 100%;
    padding-top: 12px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1)
      0.15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  }
}
.l-page-top > a:after {
  position: absolute;
  z-index: 30;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.973%22%20height%3D%2216.974%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M7.422%201.063a1.507%201.507%200%200%201%202.121%200l6.364%206.364a1.5%201.5%200%200%201-2.121%202.121L8.483%204.245%203.179%209.548a1.5%201.5%200%200%201-2.12-2.121z%22%20fill%3D%22%23000%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
  -webkit-transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: fill cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
@media print, screen and (min-width: 64em) {
  .l-page-top > a:after {
    content: "";
  }
}
@media print, screen and (min-width: 64em) {
  .l-page-top > a:hover {
    background-color: #f5f5f5;
  }
}
/* @media print, screen and (min-width: 64em) {
  .l-page-top > a:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.973%22%20height%3D%2216.974%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M7.422%201.063a1.507%201.507%200%200%201%202.121%200l6.364%206.364a1.5%201.5%200%200%201-2.121%202.121L8.483%204.245%203.179%209.548a1.5%201.5%200%200%201-2.12-2.121z%22%20fill%3D%22%23000%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
  }
} */
@media print, screen and (min-width: 64em) {
  .l-page-top span {
    display: none;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .l-page-top i {
    display: inline-block;
    position: relative;
    top: 0.35em;
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 64em) {
  .l-page-top i {
    display: none;
  }
}

.l-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-color: var(--footer-bg-color);
}
@media only screen and (max-width: 47.9375em) {
  .l-footer {
    padding-right: 9.6%;
    padding-left: 9.6%;
  }
}
@media print, screen and (max-width: 63.9375em) {
  .l-footer {
    padding-right: 4.266%;
    padding-left: 4.266%;
  }
}
@media print, screen and (min-width: 64em) {
  .l-footer {
    padding-right: 6%;
    padding-left: 6%;
  }
}

.l-footer__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__inner {
    padding-top: 60px;
    padding-bottom: 67px;
  }
}
@media print, screen and (min-width: 48em) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
  }
}

/* ロゴ
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 48em) {
  .l-footer__logo {
    display: none;
  }
}

.l-footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__logo a {
    width: 170px;
  }
}

.l-footer__logo img {
  display: block;
  /* height: 38px; */
	width: 100%;
}

.l-footer__logo span {
  position: relative;
  top: 4px;
  margin-left: 9px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

/* リンク部分
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .l-footer__link {
    margin-top: 21px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 47.9375em) {
  .l-footer__link li {
    margin-top: 5px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-footer__link li {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .l-footer__link li:first-child {
    margin-left: 0;
  }
}

.l-footer__link a {
  color: var(--footer-font-color);
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__link a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 48em) {
  .l-footer__link a {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-footer__link a[target="_blank"]:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.15em;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  margin-right: 5px;
  background-color: var(--footer-bg-color);
  border: solid 1px var(--footer-font-color);
  -webkit-box-shadow: 1px 1px 0 var(--footer-bg-color),
    2px 2px 0 var(--footer-font-color);
  box-shadow: 1px 1px 0 var(--footer-bg-color),
    2px 2px 0 var(--footer-font-color);
}
@media print, screen and (min-width: 64em) {
  .l-footer__link a:hover {
    text-decoration: underline;
  }
}

/* Copyright
----------------------------------------------------------------- */
.l-footer__copyright {
  display: block;
  color: var(--footer-font-color);
}
@media only screen and (max-width: 47.9375em) {
  .l-footer__copyright {
    margin-top: 48px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .l-footer__copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* ==========================================================================
Object
========================================================================== */
.c-arrow {
  /* 方向
  ----------------------------------------------------------------- */
}
.c-arrow.-right {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  background-position: 60% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.83%22%20height%3D%227.659%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M.292%207.365a1%201%200%200%201%200-1.414L2.414%203.83.292%201.705A1%201%200%200%201%201.706.291L4.535%203.12a1%201%200%200%201%200%201.417L1.706%207.365a1%201%200%200%201-1.414%200z%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
}
@media print, screen and (min-width: 64em) {
  a:hover .c-arrow.-right {
    background-color: #d9a941;
  }
}
@media print, screen and (min-width: 64em) {
  a.c-button:hover .c-arrow.-right {
    background-color: #222222;
  }
}
.c-arrow.-large_right {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  width: 20px;
  height: 20px;
}
.c-arrow.-large_right:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #fff;
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 50%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media print, screen and (min-width: 64em) {
  a:hover .c-arrow.-large_right {
    background-color: #d9a941;
  }
}
@media print, screen and (min-width: 64em) {
  a.c-button:hover .c-arrow.-large_right {
    background-color: #222222;
  }
}
.c-arrow.-top {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #000;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.659%22%20height%3D%224.83%22%3E\a%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.366%204.537a1%201%200%200%201-1.414%200L3.831%202.415%201.706%204.537A1%201%200%200%201%20.292%203.123L3.121.294a1%201%200%200%201%201.417%200l2.828%202.829a1%201%200%200%201%200%201.414z%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
}
@media print, screen and (min-width: 64em) {
  a:hover .c-arrow.-top {
    background-color: #d9a941;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.659%22%20height%3D%224.83%22%3E\a%20%20%20%20%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M7.366%204.537a1%201%200%200%201-1.414%200L3.831%202.415%201.706%204.537A1%201%200%200%201%20.292%203.123L3.121.294a1%201%200%200%201%201.417%200l2.828%202.829a1%201%200%200%201%200%201.414z%22%20fill%3D%22%24baseFontColor%22%2F%3E\a%20%20%20%20%20%20%20%20%20%20%3C%2Fsvg%3E");
  }
}
@media print, screen and (min-width: 64em) {
  a.c-button:hover .c-arrow.-top {
    background-color: #222222;
  }
}

.c-blank {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 5px;
}
.c-blank.-white {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.499%22%20height%3D%2210.352%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M7.25%2010.352H.75a.749.749%200%200%201-.751-.751v-6.5A.751.751%200%200%201%20.75%202.35h6.5a.751.751%200%200%201%20.748.751v6.5a.749.749%200%200%201-.748.751zm-.75-1.5v-5h-5v5zm2.5-1.6V1.5H3.251a.75.75%200%201%201%200-1.5h6.5a.749.749%200%200%201%20.75.751v6.5a.75.75%200%201%201-1.5%200z%22%20fill%3D%22%23dddddd%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
}

.c-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 63.9375em) {
  .c-block {
    padding-right: 4.266%;
    padding-left: 4.266%;
  }
}
@media print, screen and (min-width: 64em) {
  .c-block {
    padding-right: 6%;
    padding-left: 6%;
  }
}

.c-block__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .c-block__inner {
    padding-top: 42px;
    padding-bottom: 48px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-block__inner {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
.c-block__inner > * {
  position: relative;
}

.c-block__section {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/* ==========================================================================
* モディファイア
========================================================================== */
/* Width
----------------------------------------------------------------- */
@media print, screen and (min-width: 48em) {
  .c-block.-medium .c-block__inner {
    max-width: 960px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-block.-form .c-block__inner {
    max-width: 820px;
  }
}

/* Margin
----------------------------------------------------------------- */
@media print, screen and (max-width: 63.9375em) {
  .c-block.-underM_mt_0 {
    margin-top: 0;
  }
}

/* Padding top
----------------------------------------------------------------- */
.c-block.-ptop_0 .c-block__inner {
  padding-top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-block.-ptop_xs .c-block__inner {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-block.-ptop_xs .c-block__inner {
    padding-top: 47px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-block.-ptop_s .c-block__inner {
    padding-top: 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-block.-ptop_s .c-block__inner {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-block.-ptop_m .c-block__inner {
    padding-top: 46px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-block.-ptop_m .c-block__inner {
    padding-top: 80px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-block.-ptop_l .c-block__inner {
    padding-top: 120px;
  }
}

/* Padding bottom
----------------------------------------------------------------- */
.c-block.-pbottom_0 .c-block__inner {
  padding-bottom: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-block.-pbottom_s .c-block__inner {
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-block.-pbottom_s .c-block__inner {
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-block.-pbottom_l .c-block__inner {
    padding-bottom: 120px;
  }
}

/* Padding 全体系
----------------------------------------------------------------- */
.c-block.-full {
  padding: 0;
}
.c-block.-full .c-block__inner {
  max-width: inherit;
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-block.-sp_wide {
    padding: 0;
  }
}

.c-block.-wide {
  padding-right: 0;
  padding-left: 0;
}
.c-block.-wide .c-block__inner {
  max-width: inherit;
}

.c-block.-tall .c-block__inner {
  padding: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-block.-sp_tall .c-block__inner {
    padding: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-block.-sp_full {
    padding: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-block.-sp_full .c-block__inner {
    padding: 0;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .c-block.-underM_full {
    padding: 0;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .c-block.-underM_full .c-block__inner {
    padding: 0;
  }
}

/* ボーダーつき
----------------------------------------------------------------- */
/* 背景つき
----------------------------------------------------------------- */
/* その他
----------------------------------------------------------------- */
.c-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  font-weight: bold;
  color: #222222;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .c-button {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .c-button {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-button {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-button {
    padding-top: 18px;
    padding-bottom: 17px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-button:focus {
  outline: none;
}
.c-button:before,
.c-button:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-button:before {
  z-index: 20;
  border: solid 4px #222222;
  border-radius: 30px;
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
    border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s,
    border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.c-button:after {
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background-color: #d9a941;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}
.c-button span {
  position: relative;
  z-index: 30;
}
.c-button i {
  display: inline-block;
  position: relative;
  z-index: 30;
  margin-right: 9px;
}
@media only screen and (max-width: 47.9375em) {
  .c-button i {
    top: 0.3em;
  }
}
@media print, screen and (min-width: 48em) {
  .c-button i {
    top: 0.15em;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button:hover {
    color: #222222;
  }
}
@media print, screen and (min-width: 64em) {
  .c-button:hover:before,
  .c-button:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c-button:hover:after {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
* モディファイア
========================================================================== */
@media print, screen and (min-width: 64em) {
  .c-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .c-column__main {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-column__main {
    width: 72%;
    max-width: 860px;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .c-column__sub {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .c-column__sub {
    width: calc(28% - 20px);
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 75em) {
  .c-column__sub {
    width: calc(28% - 40px);
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 64em) {
  .c-column__block {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 6px;
  }
}

.c-column__block:first-child {
  margin-top: 0;
}

.c-column__head {
  font-weight: bold;
  color: #ffffff;
}
@media only screen and (max-width: 47.9375em) {
  .c-column__head {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .c-column__head {
    font-family: var(--head-pc-font-family);
  }
}
@media print, screen and (min-width: 64em) {
  .c-column__head {
    padding-top: 14px;
    padding-bottom: 11px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 900;
    color: #222222;
  }
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-flex__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .c-flex__item {
    width: 100%;
  }
}

/* ==========================================================================
* モディファイア
========================================================================== */
/* 幅
----------------------------------------------------------------- */
.c-flex.-full .c-flex__item {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half10 {
    margin-left: -10px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half10 .c-flex__item {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half10 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half20 {
    margin-left: -20px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half20 .c-flex__item {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half20 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half30 {
    margin-left: -30px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half30 .c-flex__item {
    width: calc(50% - 30px);
    margin-left: 30px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half30 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half40 {
    margin-left: -40px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half40 .c-flex__item {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half40 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half50 {
    margin-left: -50px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half50 .c-flex__item {
    width: calc(50% - 50px);
    margin-left: 50px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half50 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half60 {
    margin-left: -60px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half60 .c-flex__item {
    width: calc(50% - 60px);
    margin-left: 60px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half60 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half70 {
    margin-left: -70px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half70 .c-flex__item {
    width: calc(50% - 70px);
    margin-left: 70px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half70 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half80 {
    margin-left: -80px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half80 .c-flex__item {
    width: calc(50% - 80px);
    margin-left: 80px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half80 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half90 {
    margin-left: -90px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half90 .c-flex__item {
    width: calc(50% - 90px);
    margin-left: 90px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half90 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half100 {
    margin-left: -100px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half100 .c-flex__item {
    width: calc(50% - 100px);
    margin-left: 100px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-half100 .c-flex__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}

/* 上下マージン
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-flex.-mtop55 .c-flex__item {
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-mtop55 .c-flex__item {
    margin-top: 55px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-flex.-mtop55 .c-flex__item:first-child {
    margin-top: 0;
  }
}

/* 左右寄せ
----------------------------------------------------------------- */
.c-flex.-x_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-flex.-x_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-flex.-x_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-flex.-x_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 48em) {
  .c-flex.-s_x_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-s_x_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-s_x_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media print, screen and (min-width: 64em) {
  .c-flex.-m_x_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media print, screen and (min-width: 64em) {
  .c-flex.-m_x_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media print, screen and (min-width: 64em) {
  .c-flex.-m_x_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/* 上下寄せ
----------------------------------------------------------------- */
.c-flex.-y_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-flex.-y_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-flex.-y_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* ボタンコンテナ
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-flex.-button {
    margin-left: -20px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-button {
    margin-left: -40px;
  }
}

.c-flex.-button > .c-flex__item {
  width: auto;
}
@media only screen and (max-width: 47.9375em) {
  .c-flex.-button > .c-flex__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-flex.-button > .c-flex__item {
    min-width: 290px;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-flex.-button > .c-flex__item:first-child {
    margin-top: 0;
  }
}

.c-flex.-button.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media print, screen and (min-width: 48em) {
  .c-flex.-button.-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* ボタンコンテナ（Twitterマーケティング支援の冒頭）
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-flex.-button_full {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-button_full {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 33px;
    margin-left: -30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-flex.-button_full > .c-flex__item {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-button_full > .c-flex__item {
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-flex.-button_full > .c-flex__item:first-child {
    margin-top: 0;
  }
}

/* メインカラムとサイドカラム
----------------------------------------------------------------- */
@media print, screen and (max-width: 63.9375em) {
  .c-flex.-with_side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 64em) {
  .c-flex.-with_side > .c-flex__item {
    margin-left: 20px;
  }
}

@media print, screen and (min-width: 75em) {
  .c-flex.-with_side > .c-flex__item {
    margin-left: 40px;
  }
}

@media print, screen and (min-width: 87.5em) {
  .c-flex.-with_side > .c-flex__item {
    margin-left: 60px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-with_side > .c-flex__item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .c-flex.-with_side > .c-flex__item:last-child {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 64em) {
  .c-flex.-with_side > .c-flex__item:last-child {
    width: 240px;
  }
}

@media print, screen and (min-width: 75em) {
  .c-flex.-with_side > .c-flex__item:last-child {
    width: 240px;
  }
}

@media print, screen and (min-width: 87.5em) {
  .c-flex.-with_side > .c-flex__item:last-child {
    width: 280px;
  }
}

/* 見出し内でリンクと分かれるパターン
----------------------------------------------------------------- */
.c-flex.-heading {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-flex.-heading > .c-flex__item {
  width: auto;
}

/* 画像
----------------------------------------------------------------- */
@media print, screen and (min-width: 48em) {
  .c-flex.-img_half {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-flex.-img_half .c-flex__item {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-flex.-img_half .c-flex__item {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-flex.-img_half .c-flex__item:first-child {
    margin-top: 0;
  }
}

/* -----------------------------------------------------------------
/* H1相当
----------------------------------------------------------------- */
.c-heading-1 {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-1 {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-1 {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-heading-1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

/* -----------------------------------------------------------------
/* H2相当
----------------------------------------------------------------- */
.c-heading-2 {
  font-weight: bold;
  line-height: 1.65;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-2 {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-2 {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-heading-2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* H2.5相当
----------------------------------------------------------------- */
.c-heading-25 {
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-25 {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-25 {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-25 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-25 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-heading-25 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* H3相当
----------------------------------------------------------------- */
.c-heading-3 {
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-heading-3 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* H4相当
----------------------------------------------------------------- */
.c-heading-4 {
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-4 {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-4 {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-heading-4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-heading-4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* -----------------------------------------------------------------
/* モディファイア
----------------------------------------------------------------- */
.c-heading-1.-center,
.c-heading-2.-center,
.c-heading-25.-center,
.c-heading-3.-center,
.c-heading-4.-center,
.c-heading-5.-center,
.c-heading-6.-center {
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .c-heading-1.-pc_center,
  .c-heading-2.-pc_center,
  .c-heading-25.-pc_center,
  .c-heading-3.-pc_center,
  .c-heading-4.-pc_center,
  .c-heading-5.-pc_center,
  .c-heading-6.-pc_center {
    text-align: center;
  }
}

.c-heading-1.-corp,
.c-heading-2.-corp,
.c-heading-25.-corp,
.c-heading-3.-corp,
.c-heading-4.-corp,
.c-heading-5.-corp,
.c-heading-6.-corp {
  color: #01396d;
}

@media only screen and (max-width: 47.9375em) {
  .c-list {
    margin-top: 18px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-list {
    margin-top: 26px;
  }
}

.c-list:first-child {
  margin-top: 0;
}

.c-list > li {
  position: relative;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
@media only screen and (max-width: 47.9375em) {
  .c-list > li {
    font-family: var(--base-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .c-list > li {
    font-family: var(--base-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .c-list > li {
    margin-top: 6px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-list > li {
    margin-top: 6px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .c-list > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-list > li:first-child {
  margin-top: 0;
}

/* ==========================================================================
* 例外
========================================================================== */
/* 見出しに隣り合う
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-heading-2 + .c-list {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-heading-2 + .c-list {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-list {
    margin-top: 36px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-heading-4 + .c-list {
    margin-top: 25px;
  }
}

/* ==========================================================================
* モディファイア
========================================================================== */
/* <li>間のマージン（L）
----------------------------------------------------------------- */
@media print, screen and (min-width: 48em) {
  .c-list.-large > li {
    margin-top: 11px;
  }
}

.c-list.-large > li:first-child {
  margin-top: 0;
}

/* 丸アイコン付き
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-list.-disc > li {
    padding-left: 12px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-list.-disc > li {
    padding-left: 14px;
  }
}

.c-list.-disc > li:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #cbcbcb;
}
.browser-is-ie .c-list.-disc > li:before {
  top: 0.5em;
}

/* 四角アイコン付き
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-list.-square > li {
    padding-left: 12px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-list.-square > li {
    padding-left: 14px;
  }
}

.c-list.-square > li:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #01396d;
}
@media only screen and (max-width: 47.9375em) {
  .c-list.-square > li:before {
    top: 0.8em;
    width: 4px;
    height: 4px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-list.-square > li:before {
    top: 0.75em;
    width: 5px;
    height: 5px;
  }
}
.browser-is-ie .c-list.-square > li:before {
  top: 0.5em;
}

/* 番号付き
----------------------------------------------------------------- */
.c-list.-decimal {
  counter-reset: number;
}
.c-list.-decimal > li {
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 47.9375em) {
  .c-list.-decimal > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .c-list.-decimal > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-list.-decimal > li:before {
  display: block;
  position: absolute;
  left: 0;
  counter-increment: number;
  content: counter(number) ".";
}
@media only screen and (max-width: 47.9375em) {
  .c-list.-decimal > li:before {
    top: 2px;
  }
}
@media print, screen and (min-width: 48em) {
  .c-list.-decimal > li:before {
    top: 0;
  }
}

/* セクション Lv.1
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-section-1 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-section-1 {
    margin-top: 96px;
  }
}

/* セクション Lv.2
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-section-2 {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-section-2 {
    margin-top: 84px;
  }
}

/* セクション Lv.3
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-section-3 {
    margin-top: 48px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-section-3 {
    margin-top: 53px;
  }
}

/* セクション Lv.4
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-section-4 {
    margin-top: 22px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-section-4 {
    margin-top: 33px;
  }
}

/* セクション Lv.4.5
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-section-45 {
    margin-top: 22px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-section-45 {
    margin-top: 27px;
  }
}

/* セクション Lv.5
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-section-5 {
    margin-top: 14px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-section-5 {
    margin-top: 20px;
  }
}

/* セクション Lv.6
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-section-6 {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-section-6 {
    margin-top: 14px;
  }
}

/* セクション Lv.7
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-section-7 {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-section-7 {
    margin-top: 8px;
  }
}

/* -----------------------------------------------------------------
/* モディファイア
----------------------------------------------------------------- */
.c-section-1:first-child,
.c-section-15:first-child,
.c-section-2:first-child,
.c-section-25:first-child,
.c-section-3:first-child,
.c-section-35:first-child,
.c-section-4:first-child,
.c-section-45:first-child,
.c-section-5:first-child,
.c-section-55:first-child,
.c-section-6:first-child,
.c-section-65:first-child,
.c-section-7:first-child,
.c-section-75:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 47.9375em) {
  .c-sentence {
    margin-top: 18px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 48em) {
  .c-sentence {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.85;
  }
}

@media print, screen and (min-width: 64em) {
  .c-sentence {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-sentence:first-child {
  margin-top: 0;
}

/* ==========================================================================
* リンク設定
========================================================================== */
.c-sentence > a {
  text-decoration: underline;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
@media print, screen and (min-width: 64em) {
  .c-sentence > a:hover {
    color: #d9a941;
    text-decoration: none;
  }
}
.c-sentence > a[target="_blank"] {
  padding-right: 3px;
}

/* ==========================================================================
* 例外
========================================================================== */
/* 見出しに隣り合う
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-heading-2 + .c-sentence {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-heading-2 + .c-sentence {
    margin-top: 32px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-heading-3 + .c-sentence {
    margin-top: 36px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .c-heading-4 + .c-sentence {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 48em) {
  .c-heading-4 + .c-sentence {
    margin-top: 35px;
  }
}

/* 画像に隣り合う
----------------------------------------------------------------- */
@media print, screen and (min-width: 48em) {
  .c-image + .c-sentence {
    margin-top: 34px;
  }
}

/* ==========================================================================
* モディファイア
========================================================================== */
/* Margin
----------------------------------------------------------------- */
.c-sentence.-margin_0 {
  margin-top: 0;
}

/* 中央寄せ
----------------------------------------------------------------- */
.c-sentence.-center {
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .c-sentence.-pc_center {
    text-align: center;
  }
}

/* 右寄せ
----------------------------------------------------------------- */
.c-sentence.-right {
  text-align: right;
}

/* SPでサイズ変更
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-sentence.-sp_large {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Twitterマーケティング支援 > 強み部分（SPでだけボールド・サイズ小）
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-sentence.-twitter_2 {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .c-sentence.-twitter_2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* PC・SP共通でサイズ大きめ
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-sentence.-large {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media print, screen and (min-width: 48em) {
  .c-sentence.-large {
    margin-top: 24px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* PC・SP共通でサイズ小さめ
----------------------------------------------------------------- */
@media only screen and (max-width: 47.9375em) {
  .c-sentence.-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media print, screen and (min-width: 48em) {
  .c-sentence.-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* 先頭の文字を分離
----------------------------------------------------------------- */
.c-sentence.-separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-sentence.-separate span {
  display: block;
  padding-right: 15px;
  white-space: nowrap;
}

.c-icon {
  position: relative;
  display: inline-block;
}
.c-icon.-block {
  display: block;
}

/* Twitter
----------------------------------------------------------------- */
.c-icon.-twitter {
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.758%22%20height%3D%2212%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M4.63%2012a8.562%208.562%200%200%200%208.62-8.62c0-.132%200-.264-.006-.39a6.206%206.206%200%200%200%201.514-1.571%206.149%206.149%200%200%201-1.74.477A3.028%203.028%200%200%200%2014.35.219a6.135%206.135%200%200%201-1.923.735%203.031%203.031%200%200%200-5.24%202.073%202.777%202.777%200%200%200%20.082.691A8.594%208.594%200%200%201%201.024.552a3.028%203.028%200%200%200%20.942%204.04%202.976%202.976%200%200%201-1.37-.377v.038a3.033%203.033%200%200%200%202.431%202.972%203.021%203.021%200%200%201-.8.107%202.893%202.893%200%200%201-.572-.057%203.025%203.025%200%200%200%202.827%202.1%206.09%206.09%200%200%201-3.763%201.294%205.508%205.508%200%200%201-.723-.044%208.44%208.44%200%200%200%204.63%201.37%22%20fill%3D%22%231da1f2%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
}

/* Facebook
----------------------------------------------------------------- */
.c-icon.-facebook {
  width: 7px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.27%22%20height%3D%2214%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M2.149%203.29v1.835H0v2.489h2.149V14h2.57V7.614h2.144l.284-2.2.037-.28v-.008H4.72V3.537c0-.72.2-1.212%201.233-1.212h1.318V.099a17.606%2017.606%200%200%200-1.92-.1A3%203%200%200%200%202.149%203.29z%22%20fill%3D%22%234267b2%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
}

/* Hatena
----------------------------------------------------------------- */
.c-icon.-hatena {
  width: 15px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.107%22%20height%3D%2221.438%22%20viewBox%3D%220%200%2025.107%2021.438%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M126.527%2C143a4.986%2C4.986%2C0%2C0%2C0-1.03-1.563%2C5.341%2C5.341%2C0%2C0%2C0-1.5-1.067c-.05-.024-.1-.048-.151-.07q.058-.04.113-.083A5.139%2C5.139%2C0%2C0%2C0%2C125.12%2C139a5.057%2C5.057%2C0%2C0%2C0%2C.686-1.507%2C6.243%2C6.243%2C0%2C0%2C0%2C.217-1.638%2C4.637%2C4.637%2C0%2C0%2C0-2.181-4.172%2C11.188%2C11.188%2C0%2C0%2C0-6.012-1.3h-7.785v21.437h7.395a12.261%2C12.261%2C0%2C0%2C0%2C6.92-1.661A5.862%2C5.862%2C0%2C0%2C0%2C126.906%2C145%2C5.146%2C5.146%2C0%2C0%2C0%2C126.527%2C143Zm-11.093-.107h1.973a5.337%2C5.337%2C0%2C0%2C1%2C2.946.632%2C1.733%2C1.733%2C0%2C0%2C1%2C.807%2C1.54%2C2.081%2C2.081%2C0%2C0%2C1-.8%2C1.669%2C3.149%2C3.149%2C0%2C0%2C1-1.056.531%2C5.43%2C5.43%2C0%2C0%2C1-1.574.2h-2.295Zm4.844-5.5a1.645%2C1.645%2C0%2C0%2C1-.473.658%2C2.593%2C2.593%2C0%2C0%2C1-.933.493%2C5.163%2C5.163%2C0%2C0%2C1-1.532.195h-1.906v-4.1h1.906a6.493%2C6.493%2C0%2C0%2C1%2C1.553.159%2C2.764%2C2.764%2C0%2C0%2C1%2C.941.4%2C1.29%2C1.29%2C0%2C0%2C1%2C.447.532%2C1.933%2C1.933%2C0%2C0%2C1%2C.152.785A2.422%2C2.422%2C0%2C0%2C1%2C120.278%2C137.391Z%22%20transform%3D%22translate%28-110.046%20-130.379%29%22%20fill%3D%22%2300a4de%22%2F%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M342.3%2C317.158a2.807%2C2.807%2C0%2C1%2C1-2.808-2.807A2.808%2C2.808%2C0%2C0%2C1%2C342.3%2C317.158Z%22%20transform%3D%22translate%28-317.191%20-298.528%29%22%20fill%3D%22%2300a4de%22%2F%3E\a%20%20%20%20%20%20%3Crect%20width%3D%225.405%22%20height%3D%2214.253%22%20transform%3D%22translate%2819.597%29%22%20fill%3D%22%2300a4de%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
}

/* Accordion
----------------------------------------------------------------- */
.c-icon.-plus {
  width: 12px;
  height: 12px;
}
.c-icon.-plus:before,
.c-icon.-plus:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--header-font-color);
  border-radius: 2px;
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1)
    0.25s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s,
    -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  content: "";
}
.c-icon.-plus:before {
  width: 12px;
  height: 2px;
}
.c-icon.-plus:after {
  width: 2px;
  height: 12px;
}
.js-sp-accordion-trigger.-open .c-icon.-plus:after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.p-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .p-card {
    margin-top: -20px;
    margin-left: -20px;
  }
}

.p-card__item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 47.9375em) {
  .p-card__item {
    width: 100%;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__item {
    width: calc(50% - 20px);
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card__item:first-child {
    margin-top: 0;
  }
}
.p-card__item .p-keyword__item {
  position: relative;
  z-index: 20;
}

.p-card__layer {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-card__layer:hover + .p-card__inner {
}
@media print, screen and (min-width: 64em) {
  .p-card__layer:hover + .p-card__inner .p-card__text{
    background-color: #f5f5f5;
  }
  .p-card__layer:hover + .p-card__inner .p-card__title {
    color: #888888;
  }
}

.p-card__inner {
  position: relative;
  /* background-color: #ffffff; */
}
@media only screen and (max-width: 47.9375em) {
  .p-card__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 15px 1fr;
    -ms-grid-columns: 1fr 15px 100px;
    grid-template:
      "pCardText pCardImg" auto
      "pCardBottom pCardBottom" 1fr /
      1fr auto;
    gap: 15px 15px;
    padding-top: 20px;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1)
      0.15s;
    transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  }
}

/* Image
----------------------------------------------------------------- */
.p-card__img {
  grid-area: pCardImg;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__img {
    display: none;
    visibility: hidden;
    // width: 80px;
    // height: 80px;
    // margin-right: 20px;
    // border-radius: 6px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__img {
    padding-top: 52.38%;
  }
}
.p-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

/* Text
----------------------------------------------------------------- */
.p-card__hot {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #fff;
  border: solid 2px #d9a941;
  border-radius: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #d9a941;
  line-height: 1.4;
}

.p-card__text {
  grid-area: pCardText;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
}

@media only screen and (max-width: 47.9375em) {
  .p-card__img {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-card__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card__text {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 13px auto 13px 1fr;
    -ms-grid-columns: auto 14px 1fr;
    grid-template:
      "pCardTitle pCardTitle" auto
      "pCardInfo pCardSns" auto
      "pCardMember pCardMember" 1fr /
      auto 1fr;
    gap: 13px 14px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__text {
    padding-top: 28px;
    padding-bottom: 20px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-card__text {
    padding-right: 28px;
    padding-left: 28px;
  }
}

.p-card__title {
  grid-area: pCardTitle;
  display: block;
  color: #222222;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__title {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__title {
    display: none;
    visibility: hidden;
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.4;
  }
}

.p-card__info {
  grid-area: pCardInfo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 48em) {
  .p-card__info {
    // margin-top: 17px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__info > li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card__info > li:last-child {
    display: none;
  }
}
.p-card__info time {
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  color: #888888;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__info time {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__info time {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card__info time {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__info time {
    top: -3px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.browser-is-ie .p-card__info time {
  top: -1px;
}

.p-card__member {
  grid-area: pCardMember;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__member {
    margin-top: -6px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__member {
    margin-top: 8px;
  }
}
.p-card__member a {
  z-index: 20;
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .p-card__member a:hover {
    color: #d9a941;
  }
}
@media print, screen and (min-width: 64em) {
  .p-card__member a:hover .p-card__icon:before {
    opacity: 1;
  }
}

.p-card__sns {
  grid-area: pCardSns;
}

@media only screen and (max-width: 47.9375em) {
  .p-card__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-card__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-card__member {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-card__sns {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__sns {
    margin-top: 16px;
  }
}

.p-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  color: #888888;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__link {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__link {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-card__link {
    margin-top: 6px;
    margin-right: 14px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__link {
    margin-right: 14px;
  }
}
.p-card__link span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-left: 6px;
  font-size: 12px;
  font-size: 0.75rem;
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-card__link span {
    padding-top: 4px;
  }
}

.p-card__icon {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-card__icon {
    width: 24px;
    height: 24px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-card__icon {
    width: 32px;
    height: 32px;
  }
}
.p-card__icon:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 2px #d9a941;
  border-radius: 50%;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  content: "";
}
.p-card__icon img {
  display: block;
  width: 100%;
}

.p-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -4px;
}

.p-keyword__item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  margin-right: 6px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #eeeeee;
  border: 2px solid #eee;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  color: #888888;
  line-height: 1.4;
  -webkit-transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
@media only screen and (max-width: 47.9375em) {
  .p-keyword__item {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-keyword__item {
    font-family: var(--head-pc-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-keyword__item {
    padding-top: 3px;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .p-keyword__item:hover {
    border-color: #222222;
    background-color: #fff;
    color: #222222;
  }
}

.p-keyword__item.-article {
}

.p-category-list__item {
  border-top: solid 1px #e6e4de;
}
.p-category-list__item a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
}
@media print, screen and (min-width: 64em) {
  .p-category-list__item a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #222222;
  }
}
@media print, screen and (min-width: 64em) {
  .p-category-list__item a:hover {
    background-color: #f5f5f5;
    color: #888888;
  }
}
@media print, screen and (min-width: 64em) {
  .browser-is-ie .p-category-list__item a {
    padding-top: 10px;
    padding-bottom: 6px;
  }
}

/* カテゴリーがない場合に表示するメッセージ */
.p-category-list__msg {
  border-top: solid 1px #eeeeee;
}
@media print, screen and (min-width: 64em) {
  .p-category-list__msg {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-ranking__item {
  border-top: solid 1px #e6e4de;
}
.p-ranking__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .p-ranking__item a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-ranking__item a:hover {
    background-color: #f5f5f5;
  }
  .p-ranking__item a:hover .p-ranking__title {
    color: #888888;
  }
}

.p-ranking__img {
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-left: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 100%;
}

.p-ranking__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 4px auto;
  -ms-grid-columns: auto 0 1fr;
  grid-template:
    "pRankingTitle pRankingTitle" auto
    "pRankingPv pRankingMember" auto /
    auto 1fr;
  gap: 6px 0;
}

.p-ranking__title {
  color: #222222;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: pRankingTitle;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.p-ranking__pv {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: pRankingPv;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin-right: 14px;
  font-size: 8px;
  font-size: 0.5rem;
  color: #ffffff;
}
.p-ranking__pv span {
  margin-right: 4px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-ranking__pv span {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-ranking__pv span {
    font-family: var(--head-pc-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-ranking__pv {
    padding-top: 3px;
  }
}

.p-ranking__member {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: pRankingMember;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p-ranking__member a {
  z-index: 20;
  text-decoration: underline;
}
@media print, screen and (min-width: 64em) {
  .p-ranking__member a:hover {
    color: #d9a941;
  }
}
@media print, screen and (min-width: 64em) {
  .p-ranking__member a:hover .p-card__icon:before {
    opacity: 1;
  }
}

.p-ranking__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #888888;
  margin-top: 4px;
}
.p-ranking__link:first-child {
  margin-top: 0;
}
.p-ranking__link span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
  margin-left: 3px;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}
@media only screen and (max-width: 47.9375em) {
  .p-ranking__link span {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-ranking__link span {
    font-family: var(--head-pc-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-ranking__link span {
    padding-top: 3px;
  }
}

.p-ranking__icon {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.p-ranking__icon:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 2px #d9a941;
  border-radius: 50%;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  content: "";
}
.p-ranking__icon img {
  display: block;
  width: 100%;
}

/* 投稿がない場合に表示するメッセージ */
.p-ranking__msg {
  border-top: solid 1px #eeeeee;
}
@media print, screen and (min-width: 64em) {
  .p-ranking__msg {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-category-head {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  /* border-radius: var(--panel-border-radius); */
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 47.9375em) {
  .p-category-head {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-category-head {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

.p-category-head__sub {
  display: block;
  color: #222222;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-category-head__sub {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 48em) {
  .p-category-head__sub {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 900;
  }
}

.p-category-head__main {
  display: block;
  color: #222222;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-category-head__main {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-category-head__main {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-category-head__main {
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-category-head__main {
    font-weight: 900;
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .p-localheader {
    height: 53px;
  }
}

@media print, screen and (min-width: 64em) {
  .p-localheader {
    display: none;
  }
}

.p-localheader__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-scrollbar: none;
  -webkit-overflow-scrolling: touch;
  padding-top: 10px;
  padding-right: 4.266%;
  padding-left: 4.266%;
}
.p-localheader__inner li.-current a {
  color: #222222;
  background-color: #fff;
}
.p-localheader__inner a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 14px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--header-font-color);
  line-height: 1.4;
}

.p-article {
  position: relative;
  background-color: #fff;
  border-radius: var(--panel-border-radius);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 48em) {
  .p-article {
    padding-top: 48px;
    padding-bottom: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-article {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 75em) {
  .p-article {
    padding-right: 46px;
    padding-left: 46px;
  }
}
@media print, screen and (min-width: 87.5em) {
  .p-article {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article.-ptop_l {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article.-ptop_l .p-article__inner {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-article__inner {
    margin-top: 36px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .p-article__inner:last-child {
    padding-bottom: 40px;
  }
}

.p-article__cta {
  border-top: solid 1px #eeeeee;
}
@media only screen and (max-width: 47.9375em) {
  .p-article__cta {
    margin-top: 38px;
    padding-top: 44px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article__cta {
    margin-top: 80px;
    padding-top: 54px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-article__author {
    margin-top: 55px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-article__inner {
    margin-top: 22px;
  }
}

.p-article-heading {
  display: -ms-grid;
  display: grid;
  gap: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading {
    -ms-grid-rows: auto auto auto 1fr;
    -ms-grid-columns: 1fr auto;
    grid-template:
      "pArticleHeadingEyecatch" auto
      "pArticleHeadingMain" auto
      "pArticleHeadingInfo" auto
      "pArticleHeadingAuthor" 1fr /
      1fr auto;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading {
    -ms-grid-rows: auto auto 1fr;
    -ms-grid-columns: 1fr auto;
    grid-template:
      "pArticleHeadingMain pArticleHeadingMain" auto
      "pArticleHeadingInfo pArticleHeadingAuthor" auto
      "pArticleHeadingEyecatch pArticleHeadingEyecatch" 1fr /
      1fr auto;
  }
}

.p-article-heading__main {
  grid-area: pArticleHeadingMain;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__main {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__main {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__main {
    margin-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__main {
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.45;
  }
}

.p-article-heading__info {
  grid-area: pArticleHeadingInfo;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__info {
    margin-top: 27px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__info {
    margin-top: 30px;
  }
}

.p-article-heading__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-article-heading__meta > li {
  margin-left: 10px;
}
.p-article-heading__meta > li:first-child {
  margin-left: 0;
}
.p-article-heading__meta time {
  position: relative;
  top: -3px;
  font-weight: bold;
  color: #888888;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__meta time {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__meta time {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__meta time {
    display: block;
    padding-top: 8px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__meta time {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-article-heading__meta time {
    top: -1px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-article-heading__sns {
    margin-top: 11px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-article-heading__sns {
    margin-top: 6px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-article-heading__sns li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-article-heading__sns li:first-child {
    margin-left: 0;
  }
}

.p-article-heading__author {
  grid-area: pArticleHeadingAuthor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__author {
    margin-top: 14px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__author {
    margin-top: 30px;
  }
}
.p-article-heading__author span,
.p-article-heading__author a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 10px;
  color: #888888;
}
.p-article-heading__author span:first-child,
.p-article-heading__author a:first-child {
  margin-top: 0;
}
.p-article-heading__author a {
  z-index: 20;
}
@media print, screen and (min-width: 64em) {
  .p-article-heading__author a:hover {
    color: #d9a941;
  }
}
@media print, screen and (min-width: 64em) {
  .p-article-heading__author a:hover .p-article-heading__icon:before {
    opacity: 1;
  }
}

.p-article-heading__person {
  display: block;
  margin-left: 8px;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__person {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__person {
    font-family: var(--head-pc-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-article-heading__person {
    padding-top: 7px;
  }
}
.p-article-heading__person span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__person span {
    margin-top: 4px;
    line-height: 1;
  }
}

.p-article-heading__icon {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__icon {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__icon {
    width: 56px;
    height: 56px;
  }
}
.p-article-heading__icon:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 2px #d9a941;
  border-radius: 50%;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  content: "";
}
.p-article-heading__icon img {
  display: block;
  width: 100%;
}

.p-article-heading__eyecatch {
  grid-area: pArticleHeadingEyecatch;
}

@media only screen and (max-width: 47.9375em) {
  .p-article-heading__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-article-heading__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-article-heading__author {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-article-heading__eyecatch {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media print, screen and (min-width: 48em) {
  .p-article-heading__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .p-article-heading__info {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-article-heading__author {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .p-article-heading__eyecatch {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__eyecatch {
    margin-top: 36px;
  }
}
.p-article-heading__eyecatch img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-article-heading__eyecatch img {
    border-radius: 10px 10px 0 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-article-heading__eyecatch img {
    border-radius: 10px;
  }
}

.p-sns-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 63.9375em) {
  .p-sns-number {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-sns-number__pv {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  color: #666666;
}
@media only screen and (max-width: 47.9375em) {
  .p-sns-number__pv {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-sns-number__pv {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sns-number__pv {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-sns-number__pv {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-sns-number__pv {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media print, screen and (min-width: 75em) {
  .p-sns-number__pv {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-sns-number__pv {
    padding-top: 3px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-sns-number__pv span {
    margin-right: 4px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-sns-number__pv span {
    margin-right: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-sns-number__pv span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media print, screen and (min-width: 75em) {
  .p-sns-number__pv span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.edit-post-visual-editor .editor-styles-wrapper,
.p-edit-area {
  hanging-punctuation: allow-end;
  /* 段落 */
  /* 見出しとの組み合わせ */
  /* 画像との組み合わせ */
  /* 強調文字 */
  /* リンク
  ----------------------------------------------------------------- */
  /* 見出し
  ----------------------------------------------------------------- */
  /* 丸リスト
  ----------------------------------------------------------------- */
  /* チェックリスト
  ----------------------------------------------------------------- */
  /* 数字リスト
  ----------------------------------------------------------------- */
  /* 引用文
  ----------------------------------------------------------------- */
  /* イメージ
  ----------------------------------------------------------------- */
  /* 見出しに隣り合うイメージ */
  /* キャプション
  ----------------------------------------------------------------- */
  /* 注釈
  ----------------------------------------------------------------- */
  /* テーブル
  ----------------------------------------------------------------- */
  /* ソースコード（highlight.jsと併用）
  ----------------------------------------------------------------- */
  /* 埋め込みブロック全般
  ----------------------------------------------------------------- */
  /* ファイル
  ----------------------------------------------------------------- */
  /* editAreaに対するclearfix定義
  ----------------------------------------------------------------- */
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper,
  .p-edit-area {
    margin-top: 36px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper:first-child,
.p-edit-area:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .editor-styles-wrapper > *,
.p-edit-area > * {
  clear: both;
}
.edit-post-visual-editor .editor-styles-wrapper p:after,
.edit-post-visual-editor .editor-styles-wrapper div:after,
.p-edit-area p:after,
.p-edit-area div:after {
  display: block;
  clear: both;
  content: "";
}
.edit-post-visual-editor .editor-styles-wrapper p,
.p-edit-area p {
  font-weight: 400;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper p,
  .p-edit-area p {
    margin-top: 28px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper p,
  .p-edit-area p {
    margin-top: 32px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.85;
  }
}
.edit-post-visual-editor .editor-styles-wrapper p:first-child,
.p-edit-area p:first-child {
  margin-top: 0;
}
.edit-post-visual-editor .editor-styles-wrapper p b,
.p-edit-area p b {
  font-weight: 700;
}
.edit-post-visual-editor .editor-styles-wrapper p code,
.p-edit-area p code {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-right: 7px;
  padding-left: 7px;
  background-color: #eeeeee;
  border-radius: 5px;
  font-family: Consolas, "Courier New", monospace;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 + p,
  .p-edit-area h2 + p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h3 + p,
  .p-edit-area h3 + p {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h3 + p,
  .p-edit-area h3 + p {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h4 + p,
  .p-edit-area h4 + p {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h4 + p,
  .p-edit-area h4 + p {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h4 + table,
  .p-edit-area h4 + table {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h4 + table,
  .p-edit-area h4 + table {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-caption + p,
  .edit-post-visual-editor .editor-styles-wrapper img + p,
  .p-edit-area .wp-caption + p,
  .p-edit-area img + p {
    margin-top: 26px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-caption + p,
  .edit-post-visual-editor .editor-styles-wrapper img + p,
  .p-edit-area .wp-caption + p,
  .p-edit-area img + p {
    margin-top: 31px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper strong,
.p-edit-area strong {
  font-weight: bold;
}
.edit-post-visual-editor .editor-styles-wrapper h2 a,
.edit-post-visual-editor .editor-styles-wrapper h3 a,
.edit-post-visual-editor .editor-styles-wrapper h4 a,
.edit-post-visual-editor .editor-styles-wrapper p a,
.edit-post-visual-editor .editor-styles-wrapper ul a,
.edit-post-visual-editor .editor-styles-wrapper ol a,
.edit-post-visual-editor .editor-styles-wrapper blockquote a,
.p-edit-area h2 a,
.p-edit-area h3 a,
.p-edit-area h4 a,
.p-edit-area p a,
.p-edit-area ul a,
.p-edit-area ol a,
.p-edit-area blockquote a {
  color: var(--link-color);
  text-decoration: underline;
  word-break: break-all;
}
.edit-post-visual-editor .editor-styles-wrapper h2 a[target="_blank"]:after,
.edit-post-visual-editor .editor-styles-wrapper h3 a[target="_blank"]:after,
.edit-post-visual-editor .editor-styles-wrapper h4 a[target="_blank"]:after,
.edit-post-visual-editor .editor-styles-wrapper p a[target="_blank"]:after,
.edit-post-visual-editor .editor-styles-wrapper ul a[target="_blank"]:after,
.edit-post-visual-editor .editor-styles-wrapper ol a[target="_blank"]:after,
.edit-post-visual-editor
  .editor-styles-wrapper
  blockquote
  a[target="_blank"]:after,
.p-edit-area h2 a[target="_blank"]:after,
.p-edit-area h3 a[target="_blank"]:after,
.p-edit-area h4 a[target="_blank"]:after,
.p-edit-area p a[target="_blank"]:after,
.p-edit-area ul a[target="_blank"]:after,
.p-edit-area ol a[target="_blank"]:after,
.p-edit-area blockquote a[target="_blank"]:after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.1em;
  right: -0.2em;
  width: 8px;
  height: 8px;
  margin-left: 3px;
  margin-right: 5px;
  background-color: #fff;
  border: solid 1px #d9d9d9;
  -webkit-box-shadow: 1px -1px 0 #fff, 2px -2px 0 #d9d9d9;
  box-shadow: 1px -1px 0 #fff, 2px -2px 0 #d9d9d9;
}
@media print, screen and (min-width: 64em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 a:hover,
  .edit-post-visual-editor .editor-styles-wrapper h3 a:hover,
  .edit-post-visual-editor .editor-styles-wrapper h4 a:hover,
  .edit-post-visual-editor .editor-styles-wrapper p a:hover,
  .edit-post-visual-editor .editor-styles-wrapper ul a:hover,
  .edit-post-visual-editor .editor-styles-wrapper ol a:hover,
  .edit-post-visual-editor .editor-styles-wrapper blockquote a:hover,
  .p-edit-area h2 a:hover,
  .p-edit-area h3 a:hover,
  .p-edit-area h4 a:hover,
  .p-edit-area p a:hover,
  .p-edit-area ul a:hover,
  .p-edit-area ol a:hover,
  .p-edit-area blockquote a:hover {
    color: var(--link-color);
    text-decoration: none;
  }
}
.edit-post-visual-editor .editor-styles-wrapper h2,
.p-edit-area h2 {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h2,
  .p-edit-area h2 {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h2,
  .p-edit-area h2 {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h2,
  .p-edit-area h2 {
    margin-top: 54px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h2,
  .p-edit-area h2 {
    margin-top: 73px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.75;
  }
}
.edit-post-visual-editor .editor-styles-wrapper h3,
.p-edit-area h3 {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h3,
  .p-edit-area h3 {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h3,
  .p-edit-area h3 {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h3,
  .p-edit-area h3 {
    margin-top: 32px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h3,
  .p-edit-area h3 {
    margin-top: 40px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.75;
  }
}
.edit-post-visual-editor .editor-styles-wrapper h4,
.p-edit-area h4 {
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h4,
  .p-edit-area h4 {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h4,
  .p-edit-area h4 {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h4,
  .p-edit-area h4 {
    margin-top: 24px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h4,
  .p-edit-area h4 {
    margin-top: 32px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.edit-post-visual-editor .editor-styles-wrapper > h2:first-child,
.edit-post-visual-editor .editor-styles-wrapper > h3:first-child,
.edit-post-visual-editor .editor-styles-wrapper > h4:first-child,
.p-edit-area > h2:first-child,
.p-edit-area > h3:first-child,
.p-edit-area > h4:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 + h3,
  .p-edit-area h2 + h3 {
    margin-top: 31px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ul,
  .p-edit-area ul {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul,
  .p-edit-area ul {
    margin-top: 32px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper ul li,
.p-edit-area ul li {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ul li,
  .p-edit-area ul li {
    margin-top: 6px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.85;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul li,
  .p-edit-area ul li {
    margin-top: 2px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.85;
  }
}
.edit-post-visual-editor .editor-styles-wrapper ul li:before,
.p-edit-area ul li:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0.75em;
  left: 0;
  border-radius: 50%;
  content: "";
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ul li:before,
  .p-edit-area ul li:before {
    width: 5px;
    height: 5px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul li:before,
  .p-edit-area ul li:before {
    width: 6px;
    height: 6px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ul > li,
  .p-edit-area ul > li {
    padding-left: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul > li,
  .p-edit-area ul > li {
    padding-left: 19px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper ul > li:before,
.p-edit-area ul > li:before {
  background-color: #dddddd;
}
/* .edit-post-visual-editor .editor-styles-wrapper ul > li > ul,
.p-edit-area ul > li > ul {
  margin-bottom: 10px;
} */
.edit-post-visual-editor .editor-styles-wrapper ul > li > ul,
.p-edit-area ul > li > ul {
  margin-top: 0;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ul > li > ul > li,
  .p-edit-area ul > li > ul > li {
    padding-left: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul > li > ul > li,
  .p-edit-area ul > li > ul > li {
    padding-left: 19px;
  }
}
/* .edit-post-visual-editor .editor-styles-wrapper ul > li > ul > li:before,
.p-edit-area ul > li > ul > li:before {
  border: solid 1px #888888;
} */
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul.checklist li,
  .p-edit-area ul.checklist li {
    margin-top: 5px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper ul.checklist li:before,
.p-edit-area ul.checklist li:before {
  top: 0.1em;
  left: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.743%2024.486%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M17.7%2024.486H1.293A1.3%201.3%200%20010%2023.186V6.781a1.3%201.3%200%20011.293-1.295h15.92l-2.578%202.592H2.59v13.818h13.818v-5.853l2.569-2.557.023-.025v9.725a1.3%201.3%200%2001-1.3%201.3z%22%20fill%3D%22%24borderColor%22%2F%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M9.312%2018.208l-4.775-4.775a1.267%201.267%200%20111.79-1.79l3.88%203.878%209.85-9.85a1.267%201.267%200%20011.791%201.791L11.1%2018.21a1.3%201.3%200%2001-.252.198%201.263%201.263%200%2001-1.536-.194z%22%20fill%3D%22%24accentColor%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ul.checklist li:before,
  .p-edit-area ul.checklist li:before {
    width: 18px;
    height: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul.checklist li:before,
  .p-edit-area ul.checklist li:before {
    width: 23px;
    height: 25px;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie
    .edit-post-visual-editor
    .editor-styles-wrapper
    ul.checklist
    li:before,
  .browser-is-ie .p-edit-area ul.checklist li:before {
    top: -0.05em;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ul.checklist > li,
  .p-edit-area ul.checklist > li {
    padding-left: 27px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul.checklist > li,
  .p-edit-area ul.checklist > li {
    padding-left: 34px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ul.checklist > li > ul > li,
  .p-edit-area ul.checklist > li > ul > li {
    padding-left: 27px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ul.checklist > li > ul > li,
  .p-edit-area ul.checklist > li > ul > li {
    padding-left: 34px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper ol,
.p-edit-area ol {
  counter-reset: number;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ol,
  .p-edit-area ol {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ol,
  .p-edit-area ol {
    margin-top: 32px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper ol li,
.p-edit-area ol li {
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ol li,
  .p-edit-area ol li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.85;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ol li,
  .p-edit-area ol li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.85;
  }
}
.edit-post-visual-editor .editor-styles-wrapper ol li:before,
.p-edit-area ol li:before {
  display: inline-block;
  position: relative;
  font-weight: bold;
  counter-increment: number;
  content: counter(number) ".";
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper ol li:before,
  .p-edit-area ol li:before {
    top: 0em;
    margin-right: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper ol li:before,
  .p-edit-area ol li:before {
    top: -0em;
    margin-right: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote,
.edit-post-visual-editor .editor-styles-wrapper blockquote,
.p-edit-area .wp-block-quote,
.p-edit-area blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #f5f5f5;
  border: none;
  border-radius: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-quote,
  .edit-post-visual-editor .editor-styles-wrapper blockquote,
  .p-edit-area .wp-block-quote,
  .p-edit-area blockquote {
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 22px;
    padding-right: 24px;
    padding-left: 24px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-quote,
  .edit-post-visual-editor .editor-styles-wrapper blockquote,
  .p-edit-area .wp-block-quote,
  .p-edit-area blockquote {
    margin-top: 25px;
    padding-top: 24px;
    padding-bottom: 28px;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote span,
.edit-post-visual-editor .editor-styles-wrapper blockquote span,
.p-edit-area .wp-block-quote span,
.p-edit-area blockquote span {
  display: block;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-quote span,
  .edit-post-visual-editor .editor-styles-wrapper blockquote span,
  .p-edit-area .wp-block-quote span,
  .p-edit-area blockquote span {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-quote span,
  .edit-post-visual-editor .editor-styles-wrapper blockquote span,
  .p-edit-area .wp-block-quote span,
  .p-edit-area blockquote span {
    margin-top: 5px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote a,
.edit-post-visual-editor .editor-styles-wrapper blockquote a,
.p-edit-area .wp-block-quote a,
.p-edit-area blockquote a {
  color: #d9a941;
}
.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote cite,
.edit-post-visual-editor .editor-styles-wrapper blockquote cite,
.p-edit-area .wp-block-quote cite,
.p-edit-area blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #888;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-quote cite,
  .edit-post-visual-editor .editor-styles-wrapper blockquote cite,
  .p-edit-area .wp-block-quote cite,
  .p-edit-area blockquote cite {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-quote cite,
  .edit-post-visual-editor .editor-styles-wrapper blockquote cite,
  .p-edit-area .wp-block-quote cite,
  .p-edit-area blockquote cite {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-image,
  .p-edit-area .wp-block-image {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-image,
  .p-edit-area .wp-block-image {
    margin-top: 30px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper .wp-block-image .alignleft,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-image .aligncenter,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-image .alignright,
.p-edit-area .wp-block-image .alignleft,
.p-edit-area .wp-block-image .aligncenter,
.p-edit-area .wp-block-image .alignright {
  margin-top: 0;
  margin-bottom: 0;
}
.edit-post-visual-editor .editor-styles-wrapper img,
.p-edit-area img {
  display: block;
  max-width: 100%;
  height: auto;
  border: solid 1px #eeeeee;
  border-radius: 10px !important;
}
.edit-post-visual-editor .editor-styles-wrapper img.-adjust_height,
.p-edit-area img.-adjust_height {
  width: auto;
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper img.-adjust_height,
  .p-edit-area img.-adjust_height {
    max-height: 570px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper img.-visible,
.p-edit-area img.-visible {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 + .wp-block-image,
  .p-edit-area h2 + .wp-block-image {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 + .wp-block-image,
  .p-edit-area h2 + .wp-block-image {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h4 + .wp-block-image,
  .p-edit-area h4 + .wp-block-image {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h4 + .wp-block-image,
  .p-edit-area h4 + .wp-block-image {
    margin-top: 58px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper figcaption,
.p-edit-area figcaption {
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper figcaption,
  .p-edit-area figcaption {
    margin-top: 8px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper figcaption,
  .p-edit-area figcaption {
    margin-top: 17px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.edit-post-visual-editor .editor-styles-wrapper sub,
.p-edit-area sub {
  font-size: 0.8em;
}
.edit-post-visual-editor .editor-styles-wrapper sub:first-child,
.p-edit-area sub:first-child {
  display: inline-block;
  margin-top: -10px;
  vertical-align: bottom;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper table,
  .p-edit-area table {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper table,
  .p-edit-area table {
    margin-top: 32px !important;
    margin-bottom: 0 !important;
    font-size: 16px;
    font-size: 1rem;
  }
}
.edit-post-visual-editor .editor-styles-wrapper table th,
.edit-post-visual-editor .editor-styles-wrapper table td,
.p-edit-area table th,
.p-edit-area table td {
  padding-top: 8px;
  padding-bottom: 6px;
  padding-right: 8px;
  padding-left: 8px;
  border: solid 1px #ccc;
  vertical-align: top;
}
.edit-post-visual-editor .editor-styles-wrapper table th,
.p-edit-area table th {
  font-weight: bold;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper table th,
  .p-edit-area table th {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper table th,
  .p-edit-area table th {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper pre,
  .p-edit-area pre {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper pre,
  .p-edit-area pre {
    margin-top: 32px !important;
    margin-bottom: 0 !important;
  }
}
.edit-post-visual-editor .editor-styles-wrapper pre > code,
.p-edit-area pre > code {
  border-radius: 10px !important;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper pre + pre,
  .p-edit-area pre + pre {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper pre + pre,
  .p-edit-area pre + pre {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
  }
}
.edit-post-visual-editor
  .editor-styles-wrapper
  pre.block-editor-block-list__block,
.p-edit-area pre.block-editor-block-list__block {
  border: none;
}
.edit-post-visual-editor
  .editor-styles-wrapper
  pre.block-editor-block-list__block
  code,
.p-edit-area pre.block-editor-block-list__block code {
  display: block;
  overflow-x: auto;
  padding: 1em;
  color: #c9d1d9;
  background: #0d1117;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-embed,
  .p-edit-area .wp-block-embed {
    margin-top: 28px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-embed,
  .p-edit-area .wp-block-embed {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 + .wp-block-embed,
  .p-edit-area h2 + .wp-block-embed {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 + .wp-block-embed,
  .p-edit-area h2 + .wp-block-embed {
    margin-top: 58px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-file,
  .p-edit-area .wp-block-file {
    margin-top: 28px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-file,
  .p-edit-area .wp-block-file {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
.edit-post-visual-editor .editor-styles-wrapper .wp-block-file a,
.p-edit-area .wp-block-file a {
  color: var(--link-color);
  text-decoration: underline;
  word-break: break-all;
}
@media print, screen and (min-width: 64em) {
  .edit-post-visual-editor .editor-styles-wrapper .wp-block-file a:hover,
  .p-edit-area .wp-block-file a:hover {
    color: var(--link-color);
    text-decoration: none;
  }
}
.edit-post-visual-editor
  .editor-styles-wrapper
  .wp-block-file
  a.wp-block-file__button,
.p-edit-area .wp-block-file a.wp-block-file__button {
  color: #fff;
}
@media only screen and (max-width: 47.9375em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 + .wp-block-file,
  .p-edit-area h2 + .wp-block-file {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 48em) {
  .edit-post-visual-editor .editor-styles-wrapper h2 + .wp-block-file,
  .p-edit-area h2 + .wp-block-file {
    margin-top: 58px;
  }
}
.edit-post-visual-editor .editor-styles-wrapper:after,
.p-edit-area:after {
  content: "";
  clear: both;
  display: block;
}

.p-edit-area.-center p {
  text-align: center;
}

/* ツールバー下の余白を削除
----------------------------------------------------------------- */
.components-accessible-toolbar + * {
  margin-top: 0 !important;
}

.p-author__inner {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 47.9375em) {
  .p-author__inner {
    -ms-grid-rows: auto 0 auto 0 auto;
    -ms-grid-columns: auto 20px 1fr;
    grid-template:
      "pAuthorImg pAuthorName" auto
      "pAuthorImg pAuthorSns" auto
      "pAuthorDesc pAuthorDesc" auto /
      auto 1fr;
    gap: 0 20px;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__inner {
    -ms-grid-rows: auto 0 auto 0 auto;
    -ms-grid-columns: auto 24px 1fr;
    grid-template:
      "pAuthorImg pAuthorName" auto
      "pAuthorImg pAuthorDesc" auto
      "pAuthorImg pAuthorSns" auto /
      auto 1fr;
    gap: 0 24px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__head + .p-author__inner {
    margin-top: 20px;
  }
}

.p-author__head {
  font-weight: 700;
}
@media print, screen and (min-width: 48em) {
  .p-author__head {
    margin-top: 44px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-author__img {
  grid-area: pAuthorImg;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 47.9375em) {
  .p-author__img {
    width: 100px;
    height: 100px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__img {
    width: 160px;
    height: 160px;
  }
}
.p-author__img span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.p-author__name {
  grid-area: pAuthorName;
}
.p-author__name a,
.p-author__name div {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #aaaaaa;
}
@media only screen and (max-width: 47.9375em) {
  .p-author__name a,
  .p-author__name div {
    margin-top: -4px;
  }
}
.p-author__name a span {
  text-decoration: underline;
  color: #d9a941;
}
.p-author__name span {
  font-weight: bold;
  color: #222222;
}
@media only screen and (max-width: 47.9375em) {
  .p-author__name span {
    display: block;
    margin-top: 2px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__name span {
    position: relative;
    top: 0.05em;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-author__desc {
  grid-area: pAuthorDesc;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 47.9375em) {
  .p-author__desc {
    margin-top: 18px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__desc {
    margin-top: 4px;
  }
}

.p-author__sns {
  grid-area: pAuthorSns;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 47.9375em) {
  .p-author__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .p-author__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-author__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-author__sns {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media print, screen and (min-width: 48em) {
  .p-author__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
  }
  .p-author__name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-author__desc {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .p-author__sns {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-author__sns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: -6px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__sns {
    margin-top: 18px;
    margin-left: -8px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-author__sns li {
    width: 40px;
    height: 40px;
    margin-left: 6px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__sns li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 8px);
    height: 32px;
    margin-left: 8px;
  }
}
.p-author__sns a {
  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: relative;
  overflow: hidden;
  height: 100%;
  border: solid 1px #eeeeee;
  border-radius: 16px;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222222;
  text-align: center;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s,
    border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
@media only screen and (max-width: 47.9375em) {
  .p-author__sns a {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__sns a {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-author__sns a {
    border-radius: 50%;
  }
}
.p-author__sns a:before {
  display: inline-block;
  position: relative;
  content: "";
}
@media print, screen and (min-width: 48em) {
  .p-author__sns a:before {
    margin-right: 7px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-author__sns a:hover {
    color: #fff;
  }
}
.p-author__sns a.-twitter:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221200%22%20height%3D%221227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M714.163%20519.284%201160.89%200h-105.86L667.137%20450.887%20357.328%200H0l468.492%20681.821L0%201226.37h105.866l409.625-476.152%20327.181%20476.152H1200L714.137%20519.284h.026ZM569.165%20687.828l-47.468-67.894-377.686-540.24h162.604l304.797%20435.991%2047.468%2067.894%20396.2%20566.721H892.476L569.165%20687.854v-.026Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}
@media only screen and (max-width: 47.9375em) {
  .p-author__sns a.-twitter:before {
    width: 18px;
    height: 15px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__sns a.-twitter:before {
    width: 15px;
    height: 12px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-author__sns a.-twitter:hover {
    background-color: #1da1f2;
    border-color: #1da1f2;
  }
}
@media print, screen and (min-width: 64em) {
  .p-author__sns a.-twitter:hover:before {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221200%22%20height%3D%221227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M714.163%20519.284%201160.89%200h-105.86L667.137%20450.887%20357.328%200H0l468.492%20681.821L0%201226.37h105.866l409.625-476.152%20327.181%20476.152H1200L714.137%20519.284h.026ZM569.165%20687.828l-47.468-67.894-377.686-540.24h162.604l304.797%20435.991%2047.468%2067.894%20396.2%20566.721H892.476L569.165%20687.854v-.026Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  }
}
.p-author__sns a.-facebook:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.27%22%20height%3D%2214%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M2.149%203.29v1.835H0v2.489h2.149V14h2.57V7.614h2.144l.284-2.2.037-.28v-.008H4.72V3.537c0-.72.2-1.212%201.233-1.212h1.318V.099a17.606%2017.606%200%200%200-1.92-.1A3%203%200%200%200%202.149%203.29z%22%20fill%3D%22%234267b2%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
}
@media only screen and (max-width: 47.9375em) {
  .p-author__sns a.-facebook:before {
    width: 11px;
    height: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-author__sns a.-facebook:before {
    width: 7px;
    height: 14px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-author__sns a.-facebook:hover {
    background-color: #4267b2;
    border-color: #4267b2;
  }
}
@media print, screen and (min-width: 64em) {
  .p-author__sns a.-facebook:hover:before {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.27%22%20height%3D%2214%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M2.149%203.29v1.835H0v2.489h2.149V14h2.57V7.614h2.144l.284-2.2.037-.28v-.008H4.72V3.537c0-.72.2-1.212%201.233-1.212h1.318V.099a17.606%2017.606%200%200%200-1.92-.1A3%203%200%200%200%202.149%203.29z%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-author__sns span {
    display: none;
  }
}
@media print, screen and (min-width: 48em) {
  .browser-is-ie .p-author__sns span {
    position: relative;
    top: 3px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-other-article {
    margin-top: 44px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-other-article {
    margin-top: 74px;
  }
}

.p-other-article__head {
  color: #222;
  font-weight: bold;
}
@media only screen and (max-width: 47.9375em) {
  .p-other-article__head {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-other-article__head {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-other-article__head {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-other-article__head {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-other-article__inner {
    margin-top: 24px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-other-article__inner {
    margin-top: 43px;
  }
}

.p-fixed-sns-container {
  position: relative;
}

.p-fixed-sns {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (max-width: 63.9375em) {
  .p-fixed-sns {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(-86px, 0);
    transform: translate(-86px, 0);
  }
}
@media print, screen and (min-width: 75em) {
  .p-fixed-sns {
    -webkit-transform: translate(-110px, 0);
    transform: translate(-110px, 0);
  }
}
@media print, screen and (min-width: 87.5em) {
  .p-fixed-sns {
    -webkit-transform: translate(-144px, 0);
    transform: translate(-144px, 0);
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns.-bottom {
    top: auto;
    bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns.-fixed {
    position: fixed;
    top: 100px;
    left: auto;
    bottom: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .p-fixed-sns__list {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }
}

.p-fixed-sns__item a {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item a {
    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;
    border-radius: 50%;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item a:hover:before {
    opacity: 0.65;
  }
}
.p-fixed-sns__item a:before {
  display: block;
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  content: "";
}

.p-fixed-sns__item.-facebook {
  display: var(--facebook-display);
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-facebook a {
    background-color: #0c419a;
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-facebook a:before {
    width: 14px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.27%22%20height%3D%2214%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M2.149%203.29v1.835H0v2.489h2.149V14h2.57V7.614h2.144l.284-2.2.037-.28v-.008H4.72V3.537c0-.72.2-1.212%201.233-1.212h1.318V.099a17.606%2017.606%200%200%200-1.92-.1A3%203%200%200%200%202.149%203.29z%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
  }
}

.p-fixed-sns__item.-twitter {
  display: var(--twitter-display);
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-twitter a {
    background-color: #000;
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-twitter a:before {
    width: 21px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221200%22%20height%3D%221227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M714.163%20519.284%201160.89%200h-105.86L667.137%20450.887%20357.328%200H0l468.492%20681.821L0%201226.37h105.866l409.625-476.152%20327.181%20476.152H1200L714.137%20519.284h.026ZM569.165%20687.828l-47.468-67.894-377.686-540.24h162.604l304.797%20435.991%2047.468%2067.894%20396.2%20566.721H892.476L569.165%20687.854v-.026Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
}

.p-fixed-sns__item.-note {
  display: var(--note-display);
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-note a {
    background-color: #41c9b4;
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-note a:before {
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22400%22%20height%3D%22400%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22white%2Flogo_symbol%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M180.4%20169.7v-14.4c0-2.6.1-3.5.5-4.8%201.1-3.7%204.7-6.5%209-6.5%204.4%200%208%202.9%209%206.5.5%201.3.6%202.2.6%204.8v22.2c0%201.3%200%202.7-.2%203.9a9.8%209.8%200%2001-7.2%207.1c-1.2.3-2.5.3-3.9.3H166c-2.7%200-3.5-.2-4.9-.6a9.4%209.4%200%2001-6.5-9c0-4.3%202.9-7.9%206.5-9%201.4-.4%202.2-.5%204.9-.5h14.4zm79.2%20100.5H140.4V165.5c0-1.4.4-2.5%201.4-3.5l31-30.8c.8-1%202-1.4%203.3-1.4h83.5v140.4zm13.6-164c-.6-.1-1.4-.2-3-.2H173l-3%20.1c-4.4.4-8.3%202.5-11.5%205.7l-36.2%2036a18.7%2018.7%200%2000-5.8%2014.5v118.5l.1%203a12%2012%200%200010.2%2010c.6.1%201.4.2%203%20.2h140.4l3-.1a12%2012%200%200010.2-10.2l.1-3V119.3l-.1-3a12%2012%200%2000-10.2-10z%22%20id%3D%22Shape%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
}

.p-fixed-sns__item.-hatena {
  display: var(--hatena-display);
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-hatena a {
    background-color: #00a4de;
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-hatena a:before {
    width: 21px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.107%22%20height%3D%2221.438%22%20viewBox%3D%220%200%2025.107%2021.438%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M126.527%2C143a4.986%2C4.986%2C0%2C0%2C0-1.03-1.563%2C5.341%2C5.341%2C0%2C0%2C0-1.5-1.067c-.05-.024-.1-.048-.151-.07q.058-.04.113-.083A5.139%2C5.139%2C0%2C0%2C0%2C125.12%2C139a5.057%2C5.057%2C0%2C0%2C0%2C.686-1.507%2C6.243%2C6.243%2C0%2C0%2C0%2C.217-1.638%2C4.637%2C4.637%2C0%2C0%2C0-2.181-4.172%2C11.188%2C11.188%2C0%2C0%2C0-6.012-1.3h-7.785v21.437h7.395a12.261%2C12.261%2C0%2C0%2C0%2C6.92-1.661A5.862%2C5.862%2C0%2C0%2C0%2C126.906%2C145%2C5.146%2C5.146%2C0%2C0%2C0%2C126.527%2C143Zm-11.093-.107h1.973a5.337%2C5.337%2C0%2C0%2C1%2C2.946.632%2C1.733%2C1.733%2C0%2C0%2C1%2C.807%2C1.54%2C2.081%2C2.081%2C0%2C0%2C1-.8%2C1.669%2C3.149%2C3.149%2C0%2C0%2C1-1.056.531%2C5.43%2C5.43%2C0%2C0%2C1-1.574.2h-2.295Zm4.844-5.5a1.645%2C1.645%2C0%2C0%2C1-.473.658%2C2.593%2C2.593%2C0%2C0%2C1-.933.493%2C5.163%2C5.163%2C0%2C0%2C1-1.532.195h-1.906v-4.1h1.906a6.493%2C6.493%2C0%2C0%2C1%2C1.553.159%2C2.764%2C2.764%2C0%2C0%2C1%2C.941.4%2C1.29%2C1.29%2C0%2C0%2C1%2C.447.532%2C1.933%2C1.933%2C0%2C0%2C1%2C.152.785A2.422%2C2.422%2C0%2C0%2C1%2C120.278%2C137.391Z%22%20transform%3D%22translate%28-110.046%20-130.379%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M342.3%2C317.158a2.807%2C2.807%2C0%2C1%2C1-2.808-2.807A2.808%2C2.808%2C0%2C0%2C1%2C342.3%2C317.158Z%22%20transform%3D%22translate%28-317.191%20-298.528%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%20%20%3Crect%20width%3D%225.405%22%20height%3D%2214.253%22%20transform%3D%22translate%2819.597%29%22%20fill%3D%22%23fff%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
  }
}

.p-fixed-sns__item.-email {
  display: var(--email-display);
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-email a {
    background-color: #888;
  }
}
@media print, screen and (min-width: 64em) {
  .p-fixed-sns__item.-email a:before {
    position: relative;
    top: 0px;
    width: 26px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M20%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2zm0%204-8%205-8-5V6l8%205%208-5v2z%22%2F%3E%3C%2Fsvg%3E");
  }
}

.p-sns-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
@media only screen and (max-width: 47.9375em) {
  .p-sns-button {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-sns-button {
    margin-top: 54px;
  }
}

.p-sns-button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 47.9375em) {
  .p-sns-button__list {
    gap: 0 10px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-sns-button__list {
    gap: 0 16px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .p-sns-button__item {
    width: 33.33%;
    height: 80px;
  }
}

@media print, screen and (min-width: 48em) {
  .p-sns-button__item {
    width: 33.33%;
    height: 80px;
  }
}

.p-sns-button__item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  width: 100%;
  height: 100%;
  border: solid 1px #e6e4de;
  border-radius: 8px;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.p-sns-button__item a:before {
  content: "";
  display: block;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: opacity linear 0.15s;
  transition: opacity linear 0.15s;
}
@media print, screen and (min-width: 64em) {
  .p-sns-button__item a:hover {
    background-color: #f8f8f8;
    border-color: #3574ef;
  }
}
@media print, screen and (min-width: 64em) {
  .p-sns-button__item a:hover:before {
    opacity: 0.8;
  }
}

.p-sns-button__item.-facebook {
  display: var(--facebook-display);
}
.p-sns-button__item.-facebook a:before {
  width: 11px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.27%22%20height%3D%2214%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M2.149%203.29v1.835H0v2.489h2.149V14h2.57V7.614h2.144l.284-2.2.037-.28v-.008H4.72V3.537c0-.72.2-1.212%201.233-1.212h1.318V.099a17.606%2017.606%200%200%200-1.92-.1A3%203%200%200%200%202.149%203.29z%22%20fill%3D%22%230c419a%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
}

.p-sns-button__item.-twitter {
  display: var(--twitter-display);
}
.p-sns-button__item.-twitter a:before {
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%221200%22%20height%3D%221227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M714.163%20519.284%201160.89%200h-105.86L667.137%20450.887%20357.328%200H0l468.492%20681.821L0%201226.37h105.866l409.625-476.152%20327.181%20476.152H1200L714.137%20519.284h.026ZM569.165%20687.828l-47.468-67.894-377.686-540.24h162.604l304.797%20435.991%2047.468%2067.894%20396.2%20566.721H892.476L569.165%20687.854v-.026Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
}

.p-sns-button__item.-note {
  display: var(--note-display);
}
.p-sns-button__item.-note a:before {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22400%22%20height%3D%22400%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22white%2Flogo_symbol%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M180.4%20169.7v-14.4c0-2.6.1-3.5.5-4.8%201.1-3.7%204.7-6.5%209-6.5%204.4%200%208%202.9%209%206.5.5%201.3.6%202.2.6%204.8v22.2c0%201.3%200%202.7-.2%203.9a9.8%209.8%200%2001-7.2%207.1c-1.2.3-2.5.3-3.9.3H166c-2.7%200-3.5-.2-4.9-.6a9.4%209.4%200%2001-6.5-9c0-4.3%202.9-7.9%206.5-9%201.4-.4%202.2-.5%204.9-.5h14.4zm79.2%20100.5H140.4V165.5c0-1.4.4-2.5%201.4-3.5l31-30.8c.8-1%202-1.4%203.3-1.4h83.5v140.4zm13.6-164c-.6-.1-1.4-.2-3-.2H173l-3%20.1c-4.4.4-8.3%202.5-11.5%205.7l-36.2%2036a18.7%2018.7%200%2000-5.8%2014.5v118.5l.1%203a12%2012%200%200010.2%2010c.6.1%201.4.2%203%20.2h140.4l3-.1a12%2012%200%200010.2-10.2l.1-3V119.3l-.1-3a12%2012%200%2000-10.2-10z%22%20id%3D%22Shape%22%20fill%3D%22%2341C9B4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.p-sns-button__item.-hatena {
  display: var(--hatena-display);
}
.p-sns-button__item.-hatena a:before {
  top: -2px;
  width: 20px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.107%22%20height%3D%2221.438%22%20viewBox%3D%220%200%2025.107%2021.438%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M126.527%2C143a4.986%2C4.986%2C0%2C0%2C0-1.03-1.563%2C5.341%2C5.341%2C0%2C0%2C0-1.5-1.067c-.05-.024-.1-.048-.151-.07q.058-.04.113-.083A5.139%2C5.139%2C0%2C0%2C0%2C125.12%2C139a5.057%2C5.057%2C0%2C0%2C0%2C.686-1.507%2C6.243%2C6.243%2C0%2C0%2C0%2C.217-1.638%2C4.637%2C4.637%2C0%2C0%2C0-2.181-4.172%2C11.188%2C11.188%2C0%2C0%2C0-6.012-1.3h-7.785v21.437h7.395a12.261%2C12.261%2C0%2C0%2C0%2C6.92-1.661A5.862%2C5.862%2C0%2C0%2C0%2C126.906%2C145%2C5.146%2C5.146%2C0%2C0%2C0%2C126.527%2C143Zm-11.093-.107h1.973a5.337%2C5.337%2C0%2C0%2C1%2C2.946.632%2C1.733%2C1.733%2C0%2C0%2C1%2C.807%2C1.54%2C2.081%2C2.081%2C0%2C0%2C1-.8%2C1.669%2C3.149%2C3.149%2C0%2C0%2C1-1.056.531%2C5.43%2C5.43%2C0%2C0%2C1-1.574.2h-2.295Zm4.844-5.5a1.645%2C1.645%2C0%2C0%2C1-.473.658%2C2.593%2C2.593%2C0%2C0%2C1-.933.493%2C5.163%2C5.163%2C0%2C0%2C1-1.532.195h-1.906v-4.1h1.906a6.493%2C6.493%2C0%2C0%2C1%2C1.553.159%2C2.764%2C2.764%2C0%2C0%2C1%2C.941.4%2C1.29%2C1.29%2C0%2C0%2C1%2C.447.532%2C1.933%2C1.933%2C0%2C0%2C1%2C.152.785A2.422%2C2.422%2C0%2C0%2C1%2C120.278%2C137.391Z%22%20transform%3D%22translate%28-110.046%20-130.379%29%22%20fill%3D%22%2300a4de%22%2F%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M342.3%2C317.158a2.807%2C2.807%2C0%2C1%2C1-2.808-2.807A2.808%2C2.808%2C0%2C0%2C1%2C342.3%2C317.158Z%22%20transform%3D%22translate%28-317.191%20-298.528%29%22%20fill%3D%22%2300a4de%22%2F%3E\a%20%20%20%20%20%20%3Crect%20width%3D%225.405%22%20height%3D%2214.253%22%20transform%3D%22translate%2819.597%29%22%20fill%3D%22%2300a4de%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
}

.p-sns-button__item.-email {
  display: var(--email-display);
}
.p-sns-button__item.-email a:before {
  top: -1px;
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%20fill%3D%22%23888%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M20%204H4c-1.1%200-1.99.9-1.99%202L2%2018c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2zm0%204-8%205-8-5V6l8%205%208-5v2z%22%2F%3E%3C%2Fsvg%3E");
}

@media print, screen and (max-width: 63.9375em) {
  .p-header-accordion {
    position: relative;
    overflow: hidden;
    height: 0;
  }
}

@media print, screen and (max-width: 63.9375em) {
  .p-header-accordion.-animation {
    -webkit-transition: height cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
    transition: height cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
  }
}

.p-link-module {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
  border-radius: 10px;
  border: solid 1px #eeeeee;
}

.p-link-module__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content -webkit-max-content 1fr;
  -ms-grid-rows: max-content max-content 1fr;
  -ms-grid-columns: 1fr auto;
  grid-template:
    "pLinkModuleTitle pLinkModuleImg" -webkit-max-content
    "pLinkModuleDesc pLinkModuleImg" -webkit-max-content
    "pLinkModuleUrl pLinkModuleImg" 1fr /
    1fr auto;
  grid-template:
    "pLinkModuleTitle pLinkModuleImg" max-content
    "pLinkModuleDesc pLinkModuleImg" max-content
    "pLinkModuleUrl pLinkModuleImg" 1fr /
    1fr auto;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
@media only screen and (max-width: 47.9375em) {
  .p-link-module__inner {
    padding-left: 10px;
    gap: 0 8px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-module__inner {
    padding-left: 18px;
    gap: 0 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .p-link-module__inner:hover {
    background-color: #f8f8f8;
  }
}

.p-link-module__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: pLinkModuleTitle;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  font-weight: bold;
  color: #222222;
  -webkit-transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 47.9375em) {
  .p-link-module__title {
    font-family: var(--head-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-module__title {
    font-family: var(--head-pc-font-family);
  }
}
@media only screen and (max-width: 47.9375em) {
  .p-link-module__title {
    padding-top: 8px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-module__title {
    padding-top: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  a:hover .p-link-module__title {
    color: #3574ef;
  }
}

.p-link-module__desc {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: pLinkModuleDesc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 3px;
  color: #888888;
  line-height: 1.4;
}
@media only screen and (max-width: 47.9375em) {
  .p-link-module__desc {
    height: 2rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-module__desc {
    height: 2.4rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-link-module__desc:after {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2rem;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(50%, #fff),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    right,
    #fff 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0) 100%);
  text-align: right;
  content: "…";
}
.p-link-module__desc.-hide:after {
  display: block;
}
.p-link-module__desc span {
  display: block;
}
@media print, screen and (min-width: 64em) {
  a:hover .p-link-module__desc:after {
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(50%, #f5f5f5),
      to(rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
      right,
      #f5f5f5 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
      to left,
      #f5f5f5 50%,
      rgba(255, 255, 255, 0) 100%
    );
  }
}

.p-link-module__url {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: pLinkModuleUrl;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  color: #888888;
  white-space: nowrap;
  height: 1.4rem;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 47.9375em) {
  .p-link-module__url {
    padding-bottom: 8px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-module__url {
    padding-bottom: 25px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-link-module__url:after {
  display: inline-block;
  position: relative;
  top: 0.05em;
  right: 0;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.499%22%20height%3D%2210.352%22%3E\a%20%20%20%20%20%20%3Cpath%20d%3D%22M7.25%2010.352H.75a.749.749%200%200%201-.751-.751v-6.5A.751.751%200%200%201%20.75%202.35h6.5a.751.751%200%200%201%20.748.751v6.5a.749.749%200%200%201-.748.751zm-.75-1.5v-5h-5v5zm2.5-1.6V1.5H3.251a.75.75%200%201%201%200-1.5h6.5a.749.749%200%200%201%20.75.751v6.5a.75.75%200%201%201-1.5%200z%22%20fill%3D%22%23dddddd%22%2F%3E\a%20%20%20%20%3C%2Fsvg%3E");
  content: "";
}

.p-link-module__img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: pLinkModuleImg;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media only screen and (max-width: 47.9375em) {
  .p-link-module__img {
    width: 100px;
    height: 100px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-link-module__img {
    width: 138px;
    height: 138px;
  }
}

/* 目次共通スタイル
----------------------------------------------------------------- */
.p-index {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
}
@media only screen and (max-width: 47.9375em) {
  .p-index {
    margin-top: 30px;
    margin-bottom: 58px;
    padding-top: 14px;
    padding-bottom: 6px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index {
    margin-top: 44px;
    margin-bottom: 77px;
    padding-top: 22px;
    padding-bottom: 23px;
    padding-right: 34px;
    padding-left: 34px;
  }
}
.p-index .p-index__heading {
  margin-top: 0;
  font-weight: 700;
}
@media only screen and (max-width: 47.9375em) {
  .p-index .p-index__heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-index .p-index__list {
  counter-reset: count;
  /* Lv.1 */
  /* <li> 共通設定 */
  /* <a> 共通設定 */
}
@media only screen and (max-width: 47.9375em) {
  .p-index .p-index__list {
    margin-top: 0px;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list {
    margin-top: 14px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-index .p-index__list > li {
  margin-top: 0;
  padding-left: 0;
  /* Lv.2 */
}
.p-index .p-index__list > li:before {
  display: none;
}
@media only screen and (max-width: 47.9375em) {
  .p-index .p-index__list > li > a {
    padding-top: 8px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list > li > a:last-child {
    padding-bottom: 4px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list > li:first-child > a {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list > li:last-child > a {
    padding-bottom: 0;
  }
}
.p-index .p-index__list > li:last-child:after {
  display: none;
}
.p-index .p-index__list > li:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url(/assets/svg/bg_dot.svg);
  content: "";
}
.p-index .p-index__list > li > ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 47.9375em) {
  .p-index .p-index__list > li > ul {
    padding-bottom: 16px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list > li > ul {
    padding-bottom: 10px;
  }
}
.p-index .p-index__list > li > ul > li {
  margin-top: 0;
  padding-left: 0;
}
.p-index .p-index__list > li > ul > li:before {
  display: none;
}
.p-index .p-index__list > li > ul > li > a {
  position: relative;
  padding-left: 16px;
}
@media only screen and (max-width: 47.9375em) {
  .p-index .p-index__list > li > ul > li > a {
    padding-top: 2px;
    padding-bottom: 3px;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list > li > ul > li > a {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
.p-index .p-index__list > li > ul > li > a:before {
  display: block;
  position: absolute;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #222222;
  border-radius: 1px;
  content: "";
}
@media only screen and (max-width: 47.9375em) {
  .p-index .p-index__list > li > ul > li > a:before {
    top: 0.85em;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list > li > ul > li > a:before {
    top: 0.8em;
  }
}
.p-index .p-index__list li {
  position: relative;
}
.p-index .p-index__list li + li {
  padding-top: 4px;
  border-top: 1px dotted #d9d9d9;
}
.p-index .p-index__list a {
  display: block;
  color: #222222;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  line-height: 1.75;
}
/* .p-index .p-index__list a:before {
  content: counter(count);
  counter-increment: count;
  margin-right: 11px;
  color: #3574ef;
} */
@media only screen and (max-width: 47.9375em) {
  .p-index .p-index__list a {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
  }
}
@media print, screen and (min-width: 48em) {
  .p-index .p-index__list a {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .p-index .p-index__list a:hover {
    color: #3574ef;
  }
}

/* ==========================================================================
Vendor
========================================================================== */
/* 記事詳細のスライドプラグイン
----------------------------------------------------------------- */
.speakerdeck-iframe {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: solid 1px #eeeeee !important;
}

/* 記事のパスワード保護
----------------------------------------------------------------- */
.post-password-form input[type="password"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0;
  padding-top: 7px;
  padding-bottom: 6px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  border: solid 1px #cccccc;
  border-radius: 4px;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
@media only screen and (max-width: 47.9375em) {
  .post-password-form input[type="password"] {
    font-family: var(--base-sp-font-family);
  }
}
@media print, screen and (min-width: 48em) {
  .post-password-form input[type="password"] {
    font-family: var(--base-pc-font-family);
  }
}
.post-password-form input[type="password"]:focus {
  outline: none;
  border-color: #d9a941;
}

.post-password-form input[type="submit"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -1px;
  height: 36px;
  margin-left: 6px;
  padding: 6px 12px;
  background-color: #007cba;
  border: none;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  cursor: pointer;
}
@media only screen and (max-width: 47.9375em) {
  .post-password-form input[type="submit"] {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 48em) {
  .post-password-form input[type="submit"] {
    font-size: 16px;
    font-size: 1rem;
  }
}
.post-password-form input[type="submit"]:focus {
  outline: none;
}
@media print, screen and (min-width: 64em) {
  .post-password-form input[type="submit"]:hover {
    background-color: #006ba1;
  }
}
