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

reset

----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden],
template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

li,
ol {
  list-style: none; }

a {
  background-color: transparent;
  text-decoration: underline; }

a:active,
a:hover {
  outline-width: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

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

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

/*----------------------------------

common

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

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

body {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5; }

@media (max-width: 749px) {
  .pc {
    display: none !important; } }

@media (min-width: 750px) {
  .sp {
    display: none !important; } }

a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s; }
  @media (min-width: 750px) {
    a:hover {
      opacity: 0.7; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

svg {
  vertical-align: middle; }

.section {
  position: relative; }
  .section_inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 749px) {
      .section_inner {
        padding: 0 15px; } }
  .section.pageTop {
    padding-top: 30px; }
    @media (max-width: 749px) {
      .section.pageTop {
        padding-top: 30px; } }

.bg-orange1 {
  background: #ff9e37; }
  @media (max-width: 749px) {
    .bg-orange1 {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; } }

.bg-yellow1 {
  background: #ffc73a; }

.bg-yellow2 {
  background: #ffb600; }

.bg-orange2 {
  background: #ff8300; }

.bg-orange3 {
  background: #fffbf1; }

.bg-orange4 {
  background: #fff2d3; }

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

.about_body_table {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  border-spacing: 1px;
  font-size: 1.4rem;
  line-height: 1.4; }
  @media (max-width: 749px) {
    .about_body_table {
      font-size: 1.2rem; } }

.about_body_table_body th {
  height: 90px; }
  @media (max-width: 749px) {
    .about_body_table_body th {
      height: 140px; } }

.about_body_table th,
.about_body_table td {
  padding: 6px;
  text-align: center;
  vertical-align: middle; }

@media (max-width: 749px) {
  .about_body_table th {
    text-align: center; } }

@media (max-width: 749px) {
  .about_body_table td {
    text-align: left; } }

.about_body_table th.th1 {
  width: 13.5%; }

.about_body_table_body small {
  font-size: 1.2rem; }
  @media (max-width: 749px) {
    .about_body_table_body small {
      font-size: 1rem; } }

.text_link {
  text-decoration: underline !important; }

.tsutaeru-toolbar.tsutaeru-toolbar-fixed {
  position: unset !important; }
  @media (max-width: 749px) {
    .tsutaeru-toolbar.tsutaeru-toolbar-fixed {
      position: fixed !important;
      z-index: 99; } }

.tsutaeru-toolbar ul.tsutaeru-toolbar-buttons {
  background: #4CBBB0; }

.tsutaeru-button:hover {
  background-color: transparent !important; }

/*----------------------------------

header

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.header {
  background: #ffffff; }
  @media (max-width: 749px) {
    .header {
      position: fixed;
      top: 42px;
      width: 100%;
      z-index: 99; } }
  .header_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    height: 120px;
    padding: 32px 20px; }
    @media (max-width: 749px) {
      .header_inner {
        height: auto;
        padding: 2px 11px 9.99px; } }
  .header_logo {
    display: flex;
    align-items: flex-end;
    gap: 0 20px; }
    @media (max-width: 749px) {
      .header_logo {
        flex-direction: column;
        gap: 10px 0; } }
    .header_logo_telling {
      width: 100px; }
      @media (max-width: 749px) {
        .header_logo_telling {
          width: 80px; } }
    .header_logo_kodomo {
      width: 160px;
      margin-right: 50px; }
      @media (max-width: 749px) {
        .header_logo_kodomo {
          width: 80px;
          margin-right: 0; } }
  @media screen and (max-width: 1299px) {
    .header_navigation {
      display: none;
      align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 100%;
      height: 100vh;
      padding: 33px 22px;
      background: #4CBBB0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, visibility 0.3s;
      z-index: 99; } }
  @media (max-width: 749px) {
    .header_navigation {
      align-items: flex-start; } }
  @media screen and (max-width: 1299px) {
    .header_navigation.on {
      display: flex;
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 750px) {
    .header_navigation_close {
      display: none; } }
  @media screen and (max-width: 1299px) {
    .header_navigation_close {
      display: block;
      position: absolute;
      top: 35px;
      right: 25px;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 500;
      padding-right: 20px;
      z-index: 100;
      cursor: pointer; } }
  @media (max-width: 749px) {
    .header_navigation_close {
      top: 17px;
      right: 16px;
      font-size: 1.4rem; } }
  .header_navigation_close::before, .header_navigation_close::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 1px;
    border: 1px solid #fff; }
  .header_navigation_close::before {
    transform: rotate(45deg); }
  .header_navigation_close::after {
    transform: rotate(-45deg); }
  .header_navigation_list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 20px; }
    @media screen and (max-width: 1399px) {
      .header_navigation_list {
        gap: 0 10px; } }
    @media screen and (max-width: 1299px) {
      .header_navigation_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px 0;
        position: relative;
        width: 100%;
        max-width: 912px;
        margin: 0 auto;
        padding: 0 50px; } }
    @media (max-width: 749px) {
      .header_navigation_list {
        width: unset;
        max-width: unset;
        gap: 20px 0; } }
    @media screen and (max-width: 1299px) {
      .header_navigation_list::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 50px;
        width: 43.1666666667vw;
        height: 17.3333333333vw;
        background-image: url(../img/common/navigation_image.png);
        background-size: contain;
        background-repeat: no-repeat; } }
    @media (max-width: 749px) {
      .header_navigation_list::after {
        bottom: -171px;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
        width: 323px;
        height: 130px; } }
  .header_navigation_item:hover .header_navigation_item_child {
    top: 120px;
    visibility: visible;
    opacity: 1; }
  .header_navigation_item a {
    position: relative;
    color: #4CBBB0;
    font-weight: bold; }
    @media screen and (max-width: 1399px) {
      .header_navigation_item a {
        font-size: 1.5rem; } }
    @media screen and (max-width: 1299px) {
      .header_navigation_item a {
        color: #ffffff;
        font-size: 2.4rem; } }
    @media (max-width: 749px) {
      .header_navigation_item a {
        font-size: 1.6rem; } }
    @media screen and (min-width: 1300px) {
      .header_navigation_item a::after {
        content: "";
        position: absolute;
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 2px;
        background: #4CBBB0;
        opacity: 0;
        transition: opacity 0.3s; } }
    @media screen and (min-width: 1300px) {
      .header_navigation_item a:hover::after {
        opacity: 1; } }
  .header_navigation_item_child {
    position: absolute;
    top: 120px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #4CBBB0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 9;
    visibility: hidden;
    opacity: 0; }
    @media screen and (max-width: 1299px) {
      .header_navigation_item_child {
        display: none; } }
    .header_navigation_item_child_text {
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff;
      text-align: center; }
    .header_navigation_item_child_menu {
      max-width: 1040px;
      margin: 20px auto 0;
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap; }
      .header_navigation_item_child_menu li {
        width: 50%;
        border: 1px solid #4CBBB0; }
        .header_navigation_item_child_menu li a {
          width: 100%;
          padding: 20px;
          display: block;
          background-color: #fff;
          color: #4CBBB0; }
          .header_navigation_item_child_menu li a::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 12px;
            height: 12px;
            border-top: 3px solid #4CBBB0;
            right: 10px;
            border-right: 3px solid #4CBBB0;
            transform: rotate(45deg); }
          .header_navigation_item_child_menu li a::after {
            content: none; }
  .header_credit {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 749px) {
      .header_credit {
        padding-top: 11px; } }
    .header_credit_text {
      font-size: 1.2rem;
      margin-top: 12px; }
      @media (max-width: 749px) {
        .header_credit_text {
          font-size: 1rem;
          margin-top: 8px; } }
  .header .share {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-left: 140px; }
    @media (max-width: 749px) {
      .header .share {
        gap: 0 6px;
        margin-left: 0; } }
    .header .share_text {
      font-size: 1.2rem;
      margin-right: 2px; }
  .header .openShare {
    width: 25px;
    cursor: pointer; }
  .header_navButton {
    display: none;
    position: relative;
    align-items: center;
    width: 68px;
    height: 25px;
    background: #4CBBB0;
    border-radius: 5px;
    cursor: pointer; }
    @media screen and (max-width: 1299px) {
      .header_navButton {
        display: flex;
        padding: 0 24px 0 5px;
        margin-left: 3px; } }
    .header_navButton p {
      color: #fff;
      font-size: 1.4rem;
      font-weight: 500; }
    .header_navButton span {
      position: absolute;
      right: 5px;
      margin: auto;
      width: 15px;
      height: 1px;
      background: #ffffff;
      transition: transform 0.3s, opacity 0.3s; }
      .header_navButton span:nth-of-type(1) {
        top: 8px; }
      .header_navButton span:nth-of-type(2) {
        top: 0;
        bottom: 0; }
      .header_navButton span:nth-of-type(3) {
        bottom: 8px; }

/*
.qa {
  .header_navigation_item:nth-of-type(1) a::after {
    @media screen and (min-width: 1300px) {
      opacity: 1;
    }
  }
}
.article {
  .header_navigation_item:nth-of-type(2) a::after {
    @media screen and (min-width: 1300px) {
      opacity: 1;
    }
  }
}
.adoptive-parent {
  .header_navigation_item:nth-of-type(3) a::after {
    @media screen and (min-width: 1300px) {
      opacity: 1;
    }
  }
}
.material {
  .header_navigation_item:nth-of-type(4) a::after {
    @media screen and (min-width: 1300px) {
      opacity: 1;
    }
  }
}
.event {
  .header_navigation_item:nth-of-type(5) a::after {
    @media screen and (min-width: 1300px) {
      opacity: 1;
    }
  }
}
*/
/*----------------------------------

footer

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
@media (min-width: 750px) {
  .l-header {
    min-width: 1024px;
    width: 100%; }
  .l-header-inner {
    height: 108px;
    margin: 0 auto;
    min-width: 1024px;
    max-width: 1285px;
    padding: 0 20px;
    transition: all .3s ease;
    position: relative; }
  .l-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "游ゴシック Medium",Yu Gothic Medium,"游ゴシック体",YuGothic,sans-serif;
    color: #000;
    line-height: 1.875;
    width: 100%; }
  .l-footer-inner {
    margin: 0 auto;
    padding: 40px 20px 42px;
    position: relative;
    max-width: 1285px;
    text-align: center; }
  .l-site-breadcrumb {
    margin: 0 auto;
    padding: 172px 0 16px 38px;
    max-width: 1285px; }
  .l-contents {
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
    max-width: 1285px;
    min-width: 1024px; }
  .l-contents .l-main {
    float: left;
    width: 100%;
    min-width: 680px; }
  .l-contents .l-sidenav {
    float: right;
    width: 300px;
    position: absolute;
    right: 16px; }
  .l-contents.category {
    padding-right: 316px;
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .l-contents.category .l-main {
    padding-right: 35px; }
  .l-container {
    position: relative;
    background-color: #FFF; }
  .l-sub-contents {
    background-color: #FFF;
    margin: 0 auto;
    max-width: 1285px; }
  .l-sub-contents-inner {
    padding: 0 16px; }
  .c-btn {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    background: #648827;
    border: 1px solid #648827;
    border-radius: 2px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: .57px;
    padding: 6px 24px 7px;
    text-align: center;
    display: inline-block; }
  .c-btn:hover {
    background-color: #FFF;
    border-radius: 3px;
    color: #648827; }
  .c-btn--arrow {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    background: #648827;
    border: 1px solid #648827;
    border-radius: 2px;
    color: #FFF;
    font-size: 16px;
    letter-spacing: .57px;
    line-height: 1;
    padding: 10px 24px 14px;
    text-align: center; }
  .c-btn--arrow:after {
    content: "\e901";
    font-family: icon-font;
    font-size: 12px;
    margin-left: 8px; }
  .c-btn--arrow:hover {
    background-color: #FFF;
    border-radius: 3px;
    color: #648827;
    font-size: 16px; }
  .c-hr {
    background-color: #d9d9d9;
    border: 0;
    height: 1px;
    margin: 0;
    outline: none; }
  .c-link {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #648827;
    display: block;
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    width: 100%; }
  .c-link:before {
    color: #648827;
    content: "\e900";
    font-family: icon-font;
    font-size: 16px;
    line-height: 1;
    margin: -8px 0 0 10px;
    position: absolute;
    right: 0;
    top: 50%; }
  .c-link--blank:after {
    color: #bfbfbf;
    content: "\e908";
    font-family: icon-font;
    font-size: 16px;
    margin-left: 10px; }
  .c-link__text:hover {
    text-decoration: underline; }
  .c-link--more {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    padding: 10px 0;
    text-align: right; }
  .c-link--more .c-link__text {
    color: #4d4d4d; }
  .c-link--more .c-link__text:hover {
    text-decoration: underline; }
  .c-link--more:after {
    color: #648827;
    content: "\e900";
    font-family: icon-font;
    font-size: 12px;
    margin-left: 8px; }
  .c-link--box {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    background: rgba(68, 191, 202, 0.05);
    border-radius: 2px;
    display: inline-block;
    text-align: left;
    width: 280px; }
  .c-link--box a {
    color: #648827;
    display: block;
    font-size: 16px;
    line-height: 1.375;
    padding: 12px 14px 14px;
    height: auto;
    width: 280px; }
  .c-link--box a:hover {
    background: rgba(68, 191, 202, 0.15);
    text-decoration: underline; }
  .c-breadcrumb {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 0; }
  .c-breadcrumb li {
    display: inline-block;
    color: #8c8c8c; }
  .c-breadcrumb li:after {
    content: "\e907";
    color: #c6c6c6;
    display: inline-block;
    font-family: icon-font;
    font-size: 12px;
    line-height: 1;
    margin: 0 16px;
    vertical-align: middle; }
  .c-breadcrumb li:last-of-type:after {
    display: none; }
  .c-breadcrumb a {
    color: #4CBBB0;
    font-size: 16px;
    line-height: 1.33333;
    vertical-align: middle; }
  .c-breadcrumb a:hover {
    text-decoration: underline; }
  .c-breadcrumb--top {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 0; }
  .c-breadcrumb--top li {
    color: #8c8c8c;
    display: inline-block;
    font-size: 12px;
    line-height: 1.16667;
    vertical-align: middle; }
  .c-breadcrumb--top li:after {
    content: "\e907";
    color: #c6c6c6;
    display: inline-block;
    font-family: icon-font;
    font-size: 12px;
    margin: 0 16px;
    vertical-align: middle; }
  .c-breadcrumb--top li:last-of-type:after {
    display: none; }
  .c-breadcrumb--top a {
    color: #000;
    font-size: 12px;
    line-height: 1.16667;
    vertical-align: middle; }
  .c-breadcrumb--top a:hover {
    text-decoration: underline; }
  .c-breadcrumb--top svg, .c-breadcrumb--top img {
    height: 16px;
    width: 16px; }
  .c-page-visual {
    position: relative;
    max-height: 600px;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden; }
  .c-page-visual img {
    width: 100%;
    height: auto; }
  .c-page-visual__wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-page-visual__title {
    font-family: Times New Roman, serif;
    font-style: italic;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 2px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    max-width: 80%;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    background: rgba(0, 0, 0, 0.65);
    padding: 10px 20px; }
  .c-page-visual__title--mincho {
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, serif;
    font-style: normal;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: .02em; }
  .c-tag {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    display: inline-block; }
  .c-tag a {
    border: 1px solid #648827;
    border-radius: 2px;
    color: #648827;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 1.42857;
    padding: 2px 8px 2px 7px; }
  .c-tag a:before {
    content: '# '; }
  .c-tag a:hover {
    background-color: rgba(100, 136, 39, 0.1); }
  .c-tag.c-tag--large a {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.44444;
    padding: 11px 12px; }
  .c-tag.c-tag--medium a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    padding: 11px 12px; }
  .c-title--h1 {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #242424;
    line-height: 1.5; }
  .c-title--h2 {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #648827;
    font-size: 32px;
    line-height: 1.4375; }
  .c-title--h3 {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #242424;
    border-left: solid 2px #648827;
    font-size: 20px;
    line-height: 1.4;
    padding: 0 0 0 12px; }
  .c-title--ornament-h2 {
    margin: 0 auto 28px;
    max-width: 1225px;
    text-align: center; }
  .c-title--ornament-h2 h2 {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #4d4d4d;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    display: block; }
  .c-title--ornament-h2 h2.c-title--ornament-h2__en {
    font-family: Times New Roman, serif;
    font-style: italic;
    font-size: 24px;
    line-height: 1.16667;
    height: 28px;
    letter-spacing: .08em;
    position: relative;
    display: block;
    font-weight: 400; }
  .c-title--ornament-h2 h2.c-title--ornament-h2__en span {
    z-index: 10;
    font-size: 24px;
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .c-title--ornament-h2 h2.c-title--ornament-h2__en:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .c-title--ornament-h2__sub {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 4px; }
  .c-series-block {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 16px;
    line-height: 1.375;
    width: calc(100% - 304px); }
  .c-series-block a {
    position: relative;
    display: block; }
  .c-series-block__img {
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    color: #FFF;
    padding-top: 100%;
    margin: 0 0 14px;
    position: relative;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .c-series-block__img:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-series-block__img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); }
  .c-series-block__box {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    padding: 10px 15px;
    bottom: 0;
    min-height: 65px;
    z-index: 10; }
  .c-series-block__title {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #FFF;
    font-size: 18px;
    line-height: 1.22222;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }
  .c-series-block__sub-title {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }
  .c-series-block__body {
    color: #242424;
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
    line-height: 1.42857; }
  .c-series-block__pr {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 12px;
    color: #8c8c8c;
    letter-spacing: 0;
    line-height: 1.66667; }
  .c-tab {
    font-size: 0;
    height: 40px;
    margin: 0 0 34px; }
  .c-tab .c-tab__label {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    border-bottom: 1px solid #d9d9d9;
    color: #8c8c8c;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 2.5;
    text-align: center;
    width: 50%; }
  .c-tab .c-tab__label svg, .c-tab .c-tab__label img {
    height: 32px;
    vertical-align: middle;
    width: 32px; }
  .c-tab .c-tab__label span {
    vertical-align: middle; }
  .c-tab .c-tab__label a {
    color: #8c8c8c;
    display: block;
    height: 40px;
    width: 100%; }
  .c-tab .c-tab__label a svg, .c-tab .c-tab__label a img {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .c-tab .c-tab__label a:hover {
    color: #000; }
  .c-tab .c-tab__label a:hover svg, .c-tab .c-tab__label a:hover img {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .c-tab .c-tab__label.tab_on {
    border: 1px solid #d9d9d9;
    border-bottom: none; }
  .c-tab .c-tab__label.tab_on a {
    color: #000; }
  .c-tab .c-tab__label.tab_on a svg, .c-tab .c-tab__label.tab_on a img {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .c-tab--ranking .c-tab__label, .c-tab--tag .c-tab__label {
    width: calc(100%/5); }
  .c-tab--small {
    margin: 0 0 19px; }
  .c-tab--small .c-tab__label {
    font-size: 14px;
    line-height: 2.85714; }
  .c-tab--child {
    text-align: center; }
  .c-tab--child ul {
    font-size: 0;
    margin-bottom: 40px; }
  .c-tab--child li {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    display: inline-block;
    margin-left: 37px;
    position: relative; }
  .c-tab--child li a {
    font-size: 16px;
    line-height: 22px;
    color: #8c8c8c; }
  .c-tab--child li a:hover {
    color: #000; }
  .c-tab--child li:first-of-type {
    margin: 0; }
  .c-tab--child__select a {
    color: #000 !important;
    font-size: 16px;
    line-height: 22px; }
  .c-tab--child__select:after {
    content: "";
    border-bottom: 2px solid #4CBBB0;
    bottom: 0;
    left: 50%;
    margin: 0 0 -6px -12px;
    position: absolute;
    width: 24px; }
  .c-tab__wrapper {
    font-size: 0; }
  .c-tab__wrapper .c-article-block {
    margin-left: 3.5%; }
  .c-tab__wrapper .c-article-block:nth-child(3n-2) {
    margin-left: 0; }
  .c-tab__wrapper .c-btn--arrow {
    display: block;
    margin: 0 auto; }
  .c-tab__wrapper.is-more .c-article-block:nth-child(n+13) {
    display: none !important; }
  .c-input__text input {
    background: url(../../pc/img/icon-search-gray.svg) no-repeat 18px center;
    height: 56px;
    padding: 5px 10px 5px 58px;
    width: 100%; }
  .c-select {
    height: 48px;
    position: relative;
    width: 175px; }
  .c-select:before {
    color: #758019;
    content: "\e902";
    font-family: icon-font;
    font-size: 12px;
    line-height: 1;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1; }
  .c-select select {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #8c8c8c;
    font-size: 16px;
    height: 48px;
    line-height: 22px;
    padding: 0 16px;
    text-align: center;
    text-align: -webkit-center;
    width: 175px; }
  .c-image-caption {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #8c8c8c;
    display: inline-block;
    font-size: 12px;
    line-height: 1.33333; }
  .c-promotion {
    background-color: #f5f5f5;
    min-height: 351px; }
  .c-promotion__img {
    display: block;
    height: 222px;
    margin: 0 auto;
    padding: 4px;
    width: 300px; }
  .c-promotion__body {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    padding: 12px 16px 16px; }
  .c-promotion__title {
    color: #4CBBB0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-bottom: 8px; }
  .c-promotion__title a {
    color: #4CBBB0; }
  .c-promotion__text {
    color: #000;
    font-size: 16px;
    line-height: 1.375; }
  .c-promotion__text a {
    color: #000; }
  .c-creator {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    width: 180px; }
  .c-creator a:hover .c-creator__img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-creator a:hover .c-creator__name {
    text-decoration: underline; }
  .c-creator a:hover .c-creator__kana {
    text-decoration: underline; }
  .c-creator__img {
    margin-bottom: 16px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e6e6e6; }
  .c-creator__img img {
    width: 100%; }
  .c-creator__name {
    color: #000;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 5px; }
  .c-creator__kana {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.42857; }
  .c-shop-block {
    display: inline-block;
    vertical-align: top;
    width: 164px; }
  .c-shop-block:hover {
    text-decoration: underline; }
  .c-shop-block:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-shop-block a {
    color: #000; }
  .c-shop-block__img {
    margin-bottom: 8px;
    width: 164px; }
  .c-shop-block__img img {
    width: 100%; }
  .c-shop-block__text {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.375;
    min-height: 122px; }
  .c-ad {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 300px;
    min-height: 250px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .c-ad img {
    width: 100%; }
  .c-header-text {
    text-align: center;
    height: 240px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    max-width: 1245px;
    margin: 0 auto 56px; }
  .c-header-text__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .c-header-text__EN {
    font-family: Times New Roman, serif;
    font-style: italic;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 2px;
    font-weight: 400;
    white-space: nowrap; }
  .c-header-text__JP {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 10px;
    line-height: 1.4;
    position: relative;
    display: block;
    margin-top: 6px; }
  ol.c-text-ol, ul.c-text-ul {
    margin-top: 2em; }
  ol.c-text-ol .c-text-ol, ol.c-text-ol .c-text-ul, ul.c-text-ul .c-text-ol, ul.c-text-ul .c-text-ul {
    margin-top: .5em;
    margin-left: .5em; }
  ol.c-text-ol.-number, ul.c-text-ul.-number {
    margin-top: .5em;
    margin-left: .5em; }
  ol.c-text-ol__item {
    font-size: 16px;
    line-height: 1.625;
    margin-top: .4em; }
  ol.c-text-ol__item:first-child {
    margin-top: 0; }
  ol.c-text-ol.-decimal li {
    list-style-type: decimal; }
  ol.c-text-ol.-number li {
    padding-left: 3em;
    text-indent: -3em; }
  .c-text-ul__item {
    font-size: 16px;
    line-height: 1.625;
    margin-top: .4em;
    text-indent: -1.3em;
    padding-left: 1.3em; }
  .c-text-ul__item:before {
    content: '◯';
    margin-right: .3em; }
  .c-text-ul__item.-dots:before {
    content: '・';
    margin-right: .3em; }
  .c-text-ul__item:first-child {
    margin-top: 0; }
  .c-text-ul__item ol.c-text-ol {
    margin-left: 0; }
  .c-text-ul__item ol.c-text-ol .c-text-ol__item {
    text-indent: 0;
    padding-left: 0; }
  .kiji_rect01 {
    min-height: 227px; }
  .c-article-block {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 31%; }
  .c-article-block .c-article-block__titleSub {
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857; }
  .c-article-block .c-article-block__titleSub a {
    color: #000; }
  .c-article-block .c-article-block__titleSub a:hover {
    text-decoration: underline; }
  .c-article-block .c-article-block__category {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857; }
  .c-article-block .c-article-block__category a {
    color: #4cbbb0; }
  .c-article-block .c-article-block__category a:hover {
    text-decoration: underline; }
  .c-article-block .c-article-block__body {
    font-size: 18px;
    line-height: 1.44444;
    margin-bottom: 8px; }
  .c-article-block .c-article-block__body a {
    color: #000; }
  .c-article-block .c-article-block__body a:hover {
    text-decoration: underline; }
  .c-article-block .c-article-block__date {
    color: #8c8c8c;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.66667;
    text-align: left;
    width: 80px; }
  .c-article-block .c-article-block__pr {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #8c8c8c;
    float: right;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.66667;
    text-align: right; }
  .c-article-block--sponsored {
    position: relative; }
  .c-article-block--sponsored:before {
    content: "Sponsored";
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 250px;
    color: #fff;
    background: #4CBBB0;
    padding: 5px 10px;
    line-height: 1; } }

@media (min-width: 750px) and (max-width: 1250px) {
  .c-article-block--sponsored:before {
    top: calc(25vw - 65px); } }

@media (min-width: 750px) and (max-width: 1060px) {
  .c-article-block--sponsored:before {
    top: 205px; } }

@media (min-width: 750px) and (max-width: 1250px) {
  .top + .l-contents .p-pickup__body .c-article-block--sponsored:before {
    top: calc(24vw - 60px); } }

@media (min-width: 750px) and (max-width: 1060px) {
  .top + .l-contents .p-pickup__body .c-article-block--sponsored:before {
    top: 182px; } }

@media (min-width: 750px) and (max-width: 1250px) {
  .top + .l-contents .p-recommend__body .c-article-block--sponsored:before {
    top: calc(24vw - 65px); } }

@media (min-width: 750px) and (max-width: 1060px) {
  .top + .l-contents .p-recommend__body .c-article-block--sponsored:before {
    top: 190px; } }

@media (min-width: 750px) {
  .l-contents.top .p-feature .c-article-block__img {
    margin-bottom: 10px; }
  .c-article-block--small.c-article-block--sponsored {
    padding-top: 30px !important; }
  .c-article-block--small.c-article-block--sponsored:before {
    content: "Sponsored";
    left: 132px;
    top: 10px !important;
    padding: 3px 10px; }
  .c-article-block--small.c-article-block--sponsored .c-article-block__img {
    top: -20px;
    margin-bottom: -20px; }
  .c-article-block--pr .c-article-block__pr {
    width: 100%; }
  .c-article-block--date-pr .c-article-block__pr {
    width: 200px; }
  .c-article-block--small {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    padding: 8px 0;
    position: relative; }
  .c-article-block--small a {
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .c-article-block--small:hover {
    background-color: #f5f5f5; }
  .c-article-block--small:hover img {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-article-block--small .c-article-block__img {
    height: 90px;
    position: relative;
    width: 120px;
    margin-bottom: 0;
    overflow: hidden; }
  .c-article-block--small .c-article-block__img img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
  .c-article-block--small.rank--1 .c-article-block__img:after, .c-article-block--small.rank--2 .c-article-block__img:after, .c-article-block--small.rank--3 .c-article-block__img:after {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    background-color: #4CBBB0;
    color: #fff;
    content: "1";
    font-size: 14px;
    left: 0;
    height: 28px;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px; }
  .c-article-block--small.rank--2 .c-article-block__img:after {
    content: "2"; }
  .c-article-block--small.rank--3 .c-article-block__img:after {
    content: "3"; }
  .c-article-block--small.rank--4 .c-article-block__img:after, .c-article-block--small.rank--5 .c-article-block__img:after {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    background-color: #f5f5f5;
    color: #4CBBB0;
    content: "4";
    font-size: 14px;
    left: 0;
    height: 28px;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px; }
  .c-article-block--small.rank--5 .c-article-block__img:after {
    content: "5"; }
  .c-article-block--small .c-article-block__body {
    color: #000;
    padding: 2px 0 0;
    text-align: left;
    width: 148px; }
  .c-article-block--small .c-article-block__body a {
    color: #000; }
  .c-article-block {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    display: inline-block;
    text-align: left; }
  .c-article-block[class*=rank] .c-article-block__img {
    padding-top: 0; }
  .c-article-block__img {
    margin-bottom: 40px;
    position: relative; }
  .c-article-block__img:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-article-block__img > a {
    height: calc(100% - 28px);
    padding: 37.5% 50%;
    display: block;
    overflow: hidden;
    position: relative; }
  .c-article-block__img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .c-tab__wrapper .c-article-block__img, .p-article-tab .c-article-block__img, .p-topics__body .c-article-block__img, .p-feature__body .c-article-block__img, .p-news__body .c-article-block__img, .p-story__body .c-article-block__img, .p-column__body .c-article-block__img, .p-recommend__body .c-article-block__img, .p-pickup__body .c-article-block__img, .pickup__articles .c-article-block__img {
    padding-top: 28px; }
  .c-article-block__img.pr:before {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    content: 'PR';
    background-color: #717171;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    height: 24px;
    position: absolute;
    text-align: center;
    right: 0;
    padding: 0 10px; }
  .c-article-block__img.new:after {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    content: 'New';
    background-color: #4CBBB0;
    color: #fff;
    font-size: 14px;
    left: 0;
    height: 28px;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 0;
    padding: 0 10px;
    border-radius: 2px 2px 0 0; }
  .c-article-block__img.sponsored:before {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    content: 'SPONSORED';
    background-color: #717171;
    color: #fff;
    font-size: 14px;
    right: 0;
    height: 24px;
    line-height: 1.71429;
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 0 6px; }
  .c-article-block__category {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857; }
  .c-article-block__category a {
    color: #4CBBB0; }
  .c-article-block__category a:hover {
    text-decoration: underline; }
  .c-article-block .c-article-block__body {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.44444; }
  .c-article-block .c-article-block__body a:hover {
    text-decoration: underline; }
  .c-article-block .c-article-block__tag .c-tag {
    margin-right: 6px;
    margin-bottom: 6px; }
  .c-article-block .c-article-block__tag .c-tag:last-child {
    margin-right: 0; }
  .c-article-block--group-date .c-article-block__body {
    margin-bottom: 10px; }
  .c-article-block--group-date .c-article-block__date {
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857; }
  .ad_pc_kiji_video {
    margin-bottom: 35px !important;
    font-size: 0;
    text-align: center; }
  .p-article-blocks {
    margin: 0 auto;
    max-width: 595px; }
  .p-article-blocks__title {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.71429;
    margin: 0 auto 12px; }
  .p-article-blocks__pr {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.71429;
    margin: 0 auto; }
  .p-article-blocks__body .c-article-block--small:first-of-type {
    padding-top: 0; }
  .p-followus {
    background: rgba(100, 136, 39, 0.05);
    height: 280px;
    margin: 80px auto 0;
    padding: 42px 0 0;
    text-align: center;
    width: 100%; }
  .p-followus__title {
    font-family: Times New Roman, serif;
    font-style: italic;
    font-size: 24px;
    color: #000;
    letter-spacing: .06em;
    line-height: 1.16667;
    margin: 0 0 20px; }
  .p-followus__share {
    font-size: 0;
    margin: 0 0 36px;
    position: relative;
    padding-bottom: 36px; }
  .p-followus__share:before {
    content: "";
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -20px;
    position: absolute;
    width: 40px; }
  .p-followus__share svg:hover, .p-followus__share img:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-followus__share li {
    display: inline-block;
    margin: 0 12px; }
  .p-followus__message {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    line-height: 1.4;
    margin: 0 0 12px; }
  .p-followus__description {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.42857;
    margin: 0 0 22px; }
  .p-followus .c-btn {
    padding: 5px 24px; }
  .p-followus__about {
    margin-top: 24px; }
  .p-followus__about a {
    text-decoration: underline;
    color: #648827; }
  .p-followus__about a:hover {
    text-decoration: none; }
  .p-pickup {
    padding: 80px 0 0;
    text-align: center;
    width: 100%; }
  .p-pickup__body {
    font-size: 0; }
  .p-pickup__row {
    margin: 0 auto;
    max-width: 1225px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-pickup__row .c-article-block {
    margin: 0 0 0 35px; }
  .p-pickup__row .c-article-block:first-of-type {
    margin: 0; }
  .l-contents.top .p-pickup {
    padding-top: 0; }
  .p-column {
    padding: 80px 0 0;
    width: 100%;
    overflow: hidden; }
  .p-column__body {
    font-size: 0; }
  .p-column__row {
    margin: 0 auto;
    max-width: 1225px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-column__row .c-article-block {
    margin: 0 0 0 35px; }
  .p-column__row .c-article-block:first-of-type {
    margin: 0; }
  .p-column--column3 {
    max-width: 1200px;
    min-width: 1024px;
    margin: 0 auto; }
  .p-column--column3 .c-series-block {
    width: 30%; }
  .p-column--column3 .c-series-block__title {
    font-size: 24px; }
  .p-column--column3 .c-series-block__sub-title {
    font-size: 18px;
    margin: 0 16px; }
  .p-column--column3 .p-column__body {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-column--column3 .c-series-block__body {
    font-size: 18px;
    line-height: 1.4; }
  .p-column--column3 .c-series-block__img {
    width: 100%;
    padding-top: 100%;
    max-height: calc(1200px/100*30);
    min-height: calc(1024px/100*30);
    max-width: calc(1200px/100*30); }
  .p-column__btn {
    text-align: center;
    margin-top: 30px; }
  .p-future {
    padding: 80px 0 0;
    text-align: center;
    width: 100%; }
  .p-future__body {
    font-size: 0;
    margin: 0 auto;
    max-width: 1225px; }
  .p-future__column {
    float: left;
    max-width: 48%; }
  .p-future__column .c-article-block--small:first-of-type {
    padding-top: 0; }
  .p-future__column:nth-child(even) {
    margin-left: 35px; }
  .p-feature {
    padding: 80px 0 0;
    width: 100%; }
  .p-feature__body {
    font-size: 0;
    margin: 0 auto;
    max-width: 1225px; }
  .p-feature__row {
    margin: 0 auto;
    max-width: 1225px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-feature__row .c-article-block {
    margin: 0 0 0 35px; }
  .p-feature__row .c-article-block .c-article-block__img > a {
    padding: 50%; }
  .p-feature__row .c-article-block:first-of-type {
    margin: 0; }
  .p-feature__column {
    float: left;
    max-width: 595px; }
  .p-feature__column .c-article-block--small:first-of-type {
    padding-top: 0; }
  .p-feature__column:nth-child(even) {
    margin-left: 35px; }
  .p-feature__btn {
    text-align: center; }
  .p-topics {
    padding: 80px 0 0;
    text-align: center;
    width: 100%; }
  .p-topics__body {
    font-size: 0;
    margin: 0 auto;
    max-width: 1225px; }
  .p-topics__row {
    margin: 0 auto;
    max-width: 1225px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-topics__row .c-article-block {
    margin: 0 0 0 35px; }
  .p-topics__row .c-article-block:first-of-type {
    margin: 0; }
  .p-topics__column {
    float: left;
    max-width: 595px; }
  .p-topics__column .c-article-block--small:first-of-type {
    padding-top: 0; }
  .p-topics__column:nth-child(even) {
    margin-left: 35px; }
  .p-story {
    padding: 80px 0 0;
    width: 100%; }
  .p-story__body {
    font-size: 0;
    margin: 0 auto;
    max-width: 1225px; }
  .p-story__row {
    margin: 0 auto;
    max-width: 1225px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-story__row .c-article-block {
    margin: 0 0 0 35px; }
  .p-story__row .c-article-block:first-of-type {
    margin: 0; }
  .p-story__column {
    float: left;
    max-width: 595px; }
  .p-story__column .c-article-block--small:first-of-type {
    padding-top: 0; }
  .p-story__column:nth-child(even) {
    margin-left: 35px; }
  .p-story__btn {
    text-align: center; }
  .l-contents.top .p-story {
    padding-top: 40px; }
  .p-news {
    padding: 80px 0 0;
    text-align: center;
    width: 100%; }
  .p-news__body {
    font-size: 0;
    margin: 0 auto;
    max-width: 1225px; }
  .p-news__row {
    margin: 0 auto;
    max-width: 1225px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-news__row .c-article-block {
    margin: 0 0 0 35px; }
  .p-news__row .c-article-block:first-of-type {
    margin: 0; }
  .p-news__column {
    float: left;
    max-width: 595px; }
  .p-news__column .c-article-block--small:first-of-type {
    padding-top: 0; }
  .p-news__column:nth-child(even) {
    margin-left: 35px; }
  .p-feature {
    padding: 80px 0 0;
    text-align: center;
    width: 100%; }
  .p-feature__body {
    font-size: 0;
    margin: 0 auto;
    max-width: 1225px; }
  .p-feature__column {
    float: left;
    max-width: 595px; }
  .p-feature__column .c-article-block--small:first-of-type {
    padding-top: 0; }
  .p-feature__column:nth-child(even) {
    margin-left: 35px; }
  .p-recommend {
    padding: 80px 0 0;
    text-align: center;
    width: 100%; }
  .p-recommend__body {
    font-size: 0; }
  .p-recommend__row {
    margin: 0 auto;
    max-width: 1225px; }
  .p-recommend__row .c-article-block--group {
    margin: 0 0 0 3.5%;
    width: 31%; }
  .p-recommend__row .c-article-block--group:first-child {
    margin: 0; }
  .p-trend {
    margin: 90px auto 0;
    max-width: 740px; }
  .p-trend .c-title--ornament-h2 {
    text-align: center; }
  .p-trend__body {
    font-size: 0;
    margin-top: 24px;
    margin-bottom: 12px;
    text-align: center; }
  .p-trend .c-tag {
    margin: 0 12px 12px 0; }
  .p-trend .c-link__text {
    font-weight: 700; }
  .l-contents.top .p-trend {
    padding-bottom: 90px; }
  .p-notice {
    margin: 0 auto;
    padding-top: 80px;
    max-width: 910px; }
  .p-notice__body {
    margin-bottom: 8px; }
  .p-notice__list {
    border-top: 1px solid #d9d9d9;
    font-size: 16px;
    line-height: 1.875;
    padding: 17px 0; }
  .p-notice__list:last-of-type {
    border-bottom: 1px solid #d9d9d9; }
  .p-notice__date {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    float: left;
    margin-right: 21px;
    vertical-align: top;
    width: 6em; }
  .p-notice__text {
    float: left;
    width: 490px; }
  .p-notice__text a {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #000;
    vertical-align: top; }
  .p-notice__text a:hover {
    text-decoration: underline; }
  .p-ad-area {
    font-size: 0;
    margin: 0 auto;
    padding: 85px 0;
    max-width: 820px;
    text-align: center; }
  .p-ad-area a {
    display: inline-block; }
  .p-followus.u-mb48 + .p-ad-area {
    padding: 37px 0 85px; }
  .p-top-hero {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 40px; }
  .p-top-hero img {
    width: 100%;
    height: auto; }
  .p-top-hero__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 194px;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden; }
  .p-top-hero__wrapold {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 154px;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden; }
  .p-top-hero__slideItem {
    width: 100vw !important;
    max-width: 1440px;
    min-width: 1024px; }
  .p-top-hero__slideItem img {
    width: 100%; }
  .p-top-hero__body {
    max-width: 1280px;
    width: calc(100vw - 60px);
    margin: 0 auto;
    text-align: right; }
  .p-top-hero__bodyText {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 40px;
    text-align: left; }
  .p-top-hero__bodySub {
    color: #8c8c8c;
    font-size: 20px;
    margin-top: 20px;
    display: inline-block; }
  .p-top-hero__bodySupplier {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 12px;
    color: #8c8c8c;
    letter-spacing: 0;
    line-height: 1.66667;
    display: inline-block;
    margin-left: 30px; }
  .p-top-hero__dots {
    text-align: center;
    margin-top: 20px; }
  .p-top-hero__dotsList {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .p-top-hero__dotsItem {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 24px;
    padding: 7px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative; }
  .p-top-hero__dotsItem a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    border-radius: 50%;
    background: #bfbfbf;
    margin: -3px -0 0 -3px; }
  .p-top-hero__dotsItem.-active a {
    background: #4CBBB0; }
  .p-top-hero__main {
    width: 830px;
    padding: 0 20px 0 0; }
  .p-top-hero__main-item {
    display: -ms-flexbox;
    display: flex;
    height: 312px;
    color: inherit;
    background-color: #f5f5f5; }
  .p-top-hero__main-item:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-top-hero__main-img {
    width: 416px;
    height: 312px;
    position: relative;
    overflow: hidden; }
  .p-top-hero__main-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .p-top-hero__main-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: calc(100% - 416px);
    padding: 12px 20px 20px; }
  .p-top-hero__main-detail time {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    text-align: right;
    color: #8c8c8c; }
  .p-top-hero__main-detail.p-top-hero__sponsored {
    position: relative; }
  .p-top-hero__main-detail.p-top-hero__sponsored:before {
    content: "Sponsored";
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    background: #4CBBB0;
    padding: 5px 10px;
    line-height: 1; }
  .p-top-hero__main-title {
    font-size: 23px;
    line-height: 1.6; }
  .p-top-hero__main-sponsored {
    padding: 0 0 6px;
    font-size: 18px;
    line-height: 1;
    text-align: right;
    color: #8c8c8c; }
  .p-top-hero__sub {
    width: 410px; }
  .p-top-hero__sub-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: inherit;
    background-color: #f5f5f5; }
  .p-top-hero__sub-item + .p-top-hero__sub-item {
    margin: 6px 0 0; }
  .p-top-hero__sub-item:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-top-hero__sub-img {
    width: 133px;
    height: 100px;
    position: relative;
    overflow: hidden; }
  .p-top-hero__sub-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .p-top-hero__sub-sponsored {
    padding-top: 3px;
    font-size: 12px;
    color: #8c8c8c; }
  .p-top-hero__sub-detail {
    position: relative;
    width: calc(100% - 133px);
    height: 100px;
    padding: 10px;
    font-size: 15px;
    line-height: 1.45;
    overflow: hidden; }
  .p-top-hero__sub-detail.p-top-hero__sponsored {
    position: relative;
    padding-top: 21px;
    line-height: 1.2; }
  .p-top-hero__sub-detail.p-top-hero__sponsored:before {
    content: "Sponsored";
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #4CBBB0;
    padding: 3px 10px;
    line-height: 1; }
  .p-top-hero__sub-detail time {
    position: absolute;
    bottom: 8px;
    right: 14px;
    font-size: 12px;
    text-align: right;
    color: #8c8c8c; }
  .p-category-header {
    border-bottom: 1px solid #d8d8d8;
    max-width: 1280px;
    min-width: 1024px;
    margin: 0 auto 56px; }
  .p-category-header__description {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 20px;
    line-height: 1.875;
    margin: 0 auto;
    text-align: left;
    width: 890px; }
  .p-category-header__supplier {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 14px;
    color: #090909;
    letter-spacing: 0;
    line-height: 1.66667;
    text-align: center;
    width: 800px;
    margin: auto; }
  .p-category-header__list ul {
    display: block;
    text-align: center; }
  .p-category-header__list li {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-right: 12px;
    margin-bottom: 10px;
    position: relative; }
  .p-category-header__list li:last-of-type {
    margin: 0; }
  .p-category-header__listCat ul {
    display: block;
    text-align: center; }
  .p-category-header__listCat li {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-right: 42px;
    position: relative; }
  .p-category-header__listCat li:last-of-type {
    margin: 0; }
  .p-category-header__listCat li a {
    color: #4CBBB0; }
  .p-category-header__listCat li a:hover {
    border-bottom: 1px solid #4CBBB0; }
  .p-stepBar {
    position: relative;
    list-style: none;
    margin-top: 44px;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden; }
  .p-stepBar .step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 38px;
    padding: 0 40px 0 20px;
    background-color: #cecece;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff; }
  .p-stepBar .step:before, .p-stepBar .step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #cecece;
    border-left: 4px solid #FFF;
    width: 19px;
    height: 19px; }
  .p-stepBar .step:after {
    top: 0;
    -ms-transform: skew(30deg);
    transform: skew(30deg); }
  .p-stepBar .step:before {
    bottom: 0;
    -ms-transform: skew(-30deg);
    transform: skew(-30deg); }
  .p-stepBar .step:first-child:before, .p-stepBar .step:first-child:after {
    content: none; }
  .p-stepBar .step.current {
    color: #FFF;
    background-color: #648827; }
  .p-stepBar .step.current:before, .p-stepBar .step.current:after {
    background-color: #648827; }
  .p-stepBar.step3 .step {
    width: 33.333%; }
  .p-form-info {
    text-align: center;
    padding: 40px 0; }
  .p-form-info__name {
    font-weight: 300;
    font-size: 20px;
    color: #648827;
    line-height: 1.5;
    padding-bottom: 7px; }
  .p-form-info__description {
    font-weight: 300;
    color: #242424;
    font-size: 16px;
    line-height: 1.875;
    padding-bottom: 15px; }
  .p-form-info .c-btn {
    width: 300px;
    margin: 0 auto;
    padding: 8px 24px; }
  .p-form-info .c-btn:hover a {
    color: #648827; }
  .p-form {
    margin-top: 62px; }
  .p-form .p-form__inputText, .p-form .p-form__textArea {
    padding: 10px;
    width: 100%;
    outline: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6; }
  .p-form .p-form__inputText:focus, .p-form .p-form__textArea:focus {
    border: 1px solid #648827;
    outline: none; }
  .p-form .p-form__inputText:focus::-webkit-input-placeholder, .p-form .p-form__textArea:focus::-webkit-input-placeholder {
    color: transparent; }
  .p-form .p-form__inputText:focus:-ms-input-placeholder, .p-form .p-form__textArea:focus:-ms-input-placeholder {
    color: transparent; }
  .p-form .p-form__inputText:focus::placeholder, .p-form .p-form__textArea:focus::placeholder {
    color: transparent; }
  .p-form .p-form__inputText {
    min-height: 48px; }
  .p-form .p-form__textArea {
    min-height: 180px; }
  .p-form__item {
    margin-top: 39px;
    margin-bottom: 32px; }
  .p-form__itemTitle {
    font-size: 16px;
    font-weight: 700; }
  .p-form__column2 .p-form__columnBody {
    width: 268px; }
  .p-form__column2 .p-form__columnText {
    display: inline-block;
    margin-right: 5px;
    margin-left: 2px; }
  .p-form__column2 .p-form__inputText {
    width: 89.6%; }
  .p-form__column2 .p-form__columnError {
    margin-left: 2px; }
  .p-form__select {
    width: 425px;
    position: relative; }
  .p-form__select select {
    padding: 8px 12px;
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 2px; }
  .p-form__select .placeholder {
    color: #8c8c8c; }
  .p-form__select:before {
    content: '';
    background: url(../../pc/img/arrow-down-triangle.svg) no-repeat center center;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 19px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .p-form__column {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
  .p-form__columnTitle {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    width: 226px;
    font-size: 16px;
    padding-right: 48px;
    margin-top: 6px;
    position: relative; }
  .p-form__columnBody {
    margin: 0;
    width: 555px; }
  .p-form__columnBody.-radioWrap {
    padding: 6px 0 0; }
  .p-form__columnBody label, .p-form__columnBody select {
    cursor: pointer; }
  .p-form__columnError {
    display: none;
    color: #ff634a;
    font-size: 16px;
    margin-top: 10px; }
  .p-form__tag {
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 24px;
    padding: 0 8px;
    height: 24px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    position: absolute;
    right: 0;
    top: 3px; }
  .p-form .-must {
    background: #e37163; }
  .p-form .-any {
    background: #848484; }
  .p-form__must {
    background: #848484;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 24px;
    padding: 0 12px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12px; }
  .p-form__btnWrap {
    text-align: center;
    margin-top: 40px; }
  .p-form__btnWrap .c-btn {
    width: 300px; }
  .p-form__btnWrap button[disabled] {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .p-form__btnWrap button[disabled]:hover {
    background: #648827;
    color: #fff; }
  .p-form__btnWrap .c-btn + .c-btn {
    margin-left: 60px; }
  .p-form__privacy {
    margin-top: 36px;
    padding: 16px;
    border: 1px solid #e6e6e6; }
  .p-form__privacyCheck {
    text-align: center;
    display: block;
    margin-top: 16px; }
  .p-form__radioInput {
    display: none; }
  .p-form__radio.-horizon {
    display: inline-block;
    margin-left: 30px; }
  .p-form__radio.-horizon:first-of-type {
    margin-left: 0; }
  .p-form__radioLabel {
    position: relative;
    padding-left: 30px; }
  .p-form__radio .p-form__radioInput + .p-form__radioIcon:before {
    position: absolute;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    border: 2px solid #e6e6e6; }
  .p-form__radio .p-form__radioInput:checked + .p-form__radioIcon:after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    left: 6px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background: #758019; }
  .p-form .label-checkbox input[type=checkbox] {
    display: none; }
  .p-form .label-checkbox {
    cursor: pointer;
    position: relative;
    padding-left: 30px; }
  .p-form .label-checkbox .lever:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #e6e6e6;
    position: absolute;
    top: -2px;
    left: 0; }
  .p-form .label-checkbox input[type=checkbox]:checked + .lever {
    color: #758019; }
  .p-form .label-checkbox input[type=checkbox]:checked + .lever:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #758019;
    position: absolute;
    top: 4px;
    left: 6px; }
  .p-form .p-form__group + .p-form__group {
    margin-top: 40px; }
  .p-form .p-form__columnBody.-error input[type=text], .p-form .p-form__columnBody.-error textarea {
    border: 1px solid #ff634a;
    background: #fff3f1; }
  .p-form .p-form__columnBody.-error .p-form__columnError {
    display: block; }
  .p-fixed-page__pageTitle {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6667; }
  .p-fixed-page__lead {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 52px; }
  .p-article-series__head {
    padding: 0 0 0 10px;
    margin: 0 auto 15px;
    font-weight: 700;
    line-height: 1;
    border-left: 4px solid #648827; }
  .p-article-series__list > li {
    padding: 4px 0;
    border-bottom: 1px solid #f0f0f0; }
  .p-article-series a.p-article-series__item:hover {
    color: #648827; }
  .p-article-series a.p-article-series__item:hover .p-article-series__title {
    background-color: rgba(100, 136, 39, 0.05); }
  .p-article-series a.p-article-series__item:hover .p-article-series__number {
    background-color: rgba(100, 136, 39, 0.2); }
  .p-article-series__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    color: #000; }
  .p-article-series__item.current .p-article-series__number {
    color: #fff;
    background-color: #648827; }
  .p-article-series__item.current .p-article-series__title {
    font-weight: 700;
    background-color: rgba(100, 136, 39, 0.05); }
  .p-article-series__number {
    width: 100px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #f0f0f0; }
  .p-article-series__img {
    width: 106px;
    height: 80px;
    position: relative;
    margin: 0 0 0 5px;
    overflow: hidden; }
  .p-article-series__img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .p-article-series__title {
    width: calc(100% - 216px);
    height: 80px;
    min-height: 100%;
    padding: 12px;
    margin: 0 0 0 5px;
    line-height: 1.2; }
  .p-toc {
    padding: 0 30px;
    background: #fff7f8;
    border: 4px solid #d9d9d9; }
  .p-toc__title {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 58px;
    border-bottom: 2px solid #d9d9d9; }
  .p-toc ul {
    margin-bottom: 0 !important;
    border: none !important; }
  .p-toc ul a {
    padding-right: 35px !important;
    color: #4CBBB0 !important; }
  .p-toc ul a:before {
    right: 5px !important;
    color: #4CBBB0 !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important; }
  .p-right-column {
    width: 300px; }
  .p-ranking__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-ranking__title:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    margin-top: -.5em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .p-ranking__titleEN {
    font-family: Times New Roman, serif;
    font-style: italic;
    position: relative;
    z-index: 10;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667; }
  .p-ranking__titleJP {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-ranking .c-tab__body {
    margin-bottom: 8px; }
  .p-ranking .c-article-block--small {
    width: 300px; }
  .p-ranking .c-article-block--small:first-of-type {
    padding-top: 0; }
  .p-ranking .c-article-block--small .c-article-block__body {
    width: 168px; }
  .p-ranking .c-article-block--small .c-article-block__pr {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 6px; }
  .p-relation .c-article-block__pr {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    font-size: 12px;
    color: #8c8c8c;
    margin-top: 6px; }
  .p-relation .c-series-block__pr {
    margin: 8px 0 0; }
  .p-relation__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-relation__title:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 80%;
    margin-top: -.5em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .p-relation__titleEN {
    font-family: Times New Roman, serif;
    font-style: italic; }
  .p-relation__title > span {
    position: relative;
    z-index: 10;
    font-size: 18px;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
    line-height: 1.16667; }
  .p-relation .c-tab__body {
    margin-bottom: 8px; }
  .p-relation .c-article-block--small {
    width: 300px; }
  .p-relation .c-article-block--small .c-article-block__body {
    width: 168px; }
  .p-header {
    background-color: #FFF;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 156px; }
  .p-header + .l-site-breadcrumb {
    padding-top: 172px; }
  .p-header ul {
    font-size: 0; }
  .p-header li {
    display: inline-block; }
  .p-header__logo {
    float: left;
    height: 53px;
    margin: 34px 0 0 5px;
    transition: all .3s ease;
    width: 240px;
    line-height: 1; }
  .p-header__logo svg, .p-header__logo img {
    height: 100%;
    width: 100%; }
  .p-header__title {
    font-family: "游明朝体", Yu Mincho, YuMincho, "ヒラギノ明朝 ProN W3", HiraMinProN-W3, serif;
    color: #4d4d4d;
    display: inline-block;
    float: left;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 14px;
    margin: 56px 0 0 20px; }
  .p-header__tag {
    right: 180px;
    text-align: right;
    position: absolute;
    transition: all .3s ease;
    top: 42px; }
  .p-header__tagItem {
    margin-left: 15px; }
  .p-header__tagItem:first-child {
    margin-left: 0; }
  .p-header__share {
    position: absolute;
    top: 44px;
    right: 0;
    height: 24px;
    width: 140px;
    transition: all .3s ease; }
  .p-header__share ul {
    font-size: 0; }
  .p-header__share li {
    margin-left: 16px; }
  .p-header__share li:first-of-type {
    margin-left: 0; }
  .p-header__share svg, .p-header__share img {
    height: 20px;
    width: 20px; }
  .p-header__share svg:hover, .p-header__share img:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-header.small .p-header-nav__sub.pic, .p-header.small .p-header-nav__sub.pic-text {
    top: 104px; }
  .small {
    background-color: #FFF;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
    height: 100px; }
  .small .l-header-inner {
    height: 56px;
    transition: all .3s ease; }
  .small .p-header__logo {
    height: 32px;
    transition: all .3s ease;
    width: 139px;
    margin: 14px 0 0 5px; }
  .small .p-header__title {
    margin-top: 26px;
    transition: all .3s ease; }
  .small .p-header__share {
    top: 18px;
    transition: all .3s ease; }
  .small .p-header__service {
    margin-top: 16px;
    transition: all .3s ease; }
  .small .p-header__tag {
    transition: all .3s ease;
    top: 16px; }
  .small .p-header-nav {
    transition: all .3s ease;
    top: 56px; }
  .small .p-header-nav a {
    padding-bottom: 11px;
    transition: all .3s ease; }
  .small .p-header-nav__btn a:before {
    content: "";
    border-bottom: 1px solid #000;
    bottom: 0;
    margin: 0 0 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 50%;
    transition: all .3s ease;
    width: 0; }
  .small .p-header-nav__btn a:after {
    content: "";
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    margin: 0 0 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    transition: all .3s ease;
    width: 0; }
  .small .p-header-nav__btn a:hover:before {
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all .3s ease;
    width: 12px; }
  .small .p-header-nav__btn a:hover:after {
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all .3s ease;
    width: 12px; }
  .p-header-nav {
    background-color: #fef7f8;
    width: 100%;
    clear: both;
    transition: all .3s ease;
    top: 108px;
    position: absolute;
    height: 48px; }
  .p-header-nav__inner {
    margin: 0 auto;
    max-width: 1285px;
    min-width: 1024px;
    position: relative; }
  .p-header-nav ul {
    font-size: 0;
    display: -ms-flexbox;
    display: flex; }
  .p-header-nav li {
    display: inline-block;
    position: relative; }
  .p-header-nav a {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #000;
    display: block;
    line-height: 1.25;
    padding: 13px 20px 15px; }
  .p-header-nav__btn a {
    font-size: 16px;
    position: relative; }
  .p-header-nav__btn a:before {
    content: "";
    border-bottom: 1px solid #000;
    bottom: -2px;
    margin: 0 0 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 50%;
    transition: all .3s ease;
    width: 0; }
  .p-header-nav__btn a:after {
    content: "";
    border-bottom: 1px solid #000;
    bottom: -2px;
    left: 50%;
    margin: 0 0 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    transition: all .3s ease;
    width: 0; }
  .p-header-nav__btn a:hover:before {
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all .3s ease;
    width: 12px; }
  .p-header-nav__btn a:hover:after {
    content: "";
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: all .3s ease;
    width: 12px; }
  .p-header-nav__btn.p-header-nav__parent:hover .p-header-nav__sub {
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition: all .3s ease; }
  .p-header-nav__btn-more a:after {
    color: #758019;
    content: "\e902";
    font-family: icon-font;
    font-size: 12px;
    margin-left: 8px; }
  .p-header-nav__btn-more a:hover {
    background-color: #e6e6e6; }
  .nav_on .p-header-nav__btn-more {
    background-color: #e6e6e6; }
  .p-header-nav__main {
    float: left;
    position: relative;
    width: calc(100% - 64px);
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .p-header-nav__sub {
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: hidden;
    position: absolute;
    top: 48px;
    width: 260px;
    background: #fef7f8; }
  .p-header-nav__sub ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-header-nav__sub ul li {
    width: 100%;
    border-top: solid 1px #f0e0e0; }
  .p-header-nav__sub ul li div {
    margin-bottom: 5px; }
  .p-header-nav__sub ul li a {
    padding: 10px;
    margin: 0;
    font-size: 14px; }
  .p-header-nav__sub ul li a:before, .p-header-nav__sub ul li a:after {
    content: none !important; }
  .p-header-nav__sub.pic {
    padding: 6px 0 14px;
    position: fixed;
    width: 100%;
    top: 156px;
    left: 0; }
  .p-header-nav__sub.pic ul {
    max-width: 1285px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: auto; }
  .p-header-nav__sub.pic ul li {
    width: calc(20% - 27px);
    border-top: none; }
  .p-header-nav__sub.pic ul li div {
    margin-bottom: 5px; }
  .p-header-nav__sub.pic ul li a {
    padding: 0;
    font-size: 12px; }
  .p-header-nav__sub.pic ul li.p-header-nav__sponsored {
    position: relative; }
  .p-header-nav__sub.pic ul li.p-header-nav__sponsored div {
    margin-bottom: 35px; }
  .p-header-nav__sub.pic ul li.p-header-nav__sponsored:before {
    content: "Sponsored";
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 178px;
    color: #fff;
    background: #4CBBB0;
    padding: 5px 10px;
    line-height: 1; } }

@media (min-width: 750px) and (max-width: 1250px) {
  .p-header-nav__sub.pic ul li.p-header-nav__sponsored:before {
    top: calc(20vw - 70px); } }

@media (min-width: 750px) and (max-width: 1000px) {
  .p-header-nav__sub.pic ul li.p-header-nav__sponsored:before {
    top: 130px; } }

@media (min-width: 750px) {
  .p-header-nav__sub.pic-text {
    padding: 6px 0 14px;
    position: fixed;
    width: 100%;
    top: 156px;
    left: 0; }
  .p-header-nav__sub.pic-text ul {
    max-width: 1285px;
    margin: auto;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .p-header-nav__sub.pic-text ul li {
    width: calc(100%/3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: top;
    align-items: top;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: none;
    padding-right: 10px; }
  .p-header-nav__sub.pic-text ul li:nth-child(n+4) {
    margin-top: 5px; }
  .p-header-nav__sub.pic-text ul li div {
    width: 140px; }
  .p-header-nav__sub.pic-text ul li a {
    padding: 0 10px 0 0; }
  .p-header-nav__sub.pic-text ul li a:nth-child(2) {
    padding-top: 10px; }
  .p-header-nav__sub.pic-text ul li a span {
    display: block;
    color: #8c8c8c;
    margin-top: 5px;
    font-size: 12px;
    text-align: right; }
  .p-header-nav__sub.pic-text ul li.p-header-nav__sponsored {
    position: relative; }
  .p-header-nav__sub.pic-text ul li.p-header-nav__sponsored a:nth-child(2) {
    padding-top: 30px; }
  .p-header-nav__sub.pic-text ul li.p-header-nav__sponsored:before {
    content: "Sponsored";
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 150px;
    top: 0;
    color: #fff;
    background: #4CBBB0;
    padding: 5px 10px;
    line-height: 1; }
  .p-header-nav__sub.pic-text ul li.pic-text_archives {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .p-header-nav__sub.pic-text ul li.pic-text_archives a {
    display: inline-block;
    padding: 10px 15px 10px 10px;
    min-width: 200px;
    border: solid 1px #ddd;
    background: #fff;
    text-align: center;
    position: relative; }
  .p-header-nav__sub.pic-text ul li.pic-text_archives a:before {
    color: #4CBBB0;
    content: "" !important;
    font-family: icon-font;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 13px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .p-header-nav__sub.pic-text ul li.pic-text_archives a:hover:after {
    width: auto;
    border-bottom: none; }
  .p-header-nav__second {
    float: right;
    width: 44px; }
  .p-header-nav__second li {
    float: right; }
  .p-header-nav__service {
    float: right;
    height: 24px; }
  .p-header-nav__service ul {
    font-size: 0; }
  .p-header-nav__service li {
    margin-left: 0; }
  .p-header-nav__service li:first-of-type {
    margin-left: 0; }
  .p-header-nav__service li.p-header-nav__mail-maga a {
    font-size: 14px;
    color: #4d4d4d;
    padding: 16px 16px 15px 10px; }
  .p-header-nav__service li.p-header-nav__mail-maga a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-header-nav__service li a {
    padding: 13px 10px 15px; }
  .p-header-nav__service svg:hover, .p-header-nav__service img:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-header-nav__row--hide {
    width: 100%; }
  .p-header-nav--hide {
    background-color: #e6e6e6; }
  .footer .l-footer-inner {
    position: relative; }
  .footer .footer-nav {
    position: relative; }
  .footer .footer-nav__list {
    font-size: 0; }
  .footer .footer-nav__list li {
    display: inline-block;
    margin: 0 10px;
    position: relative; }
  .footer .footer-nav__list li:after {
    border-right: 1px solid #bfbfbf;
    content: "";
    height: 12px;
    margin-right: -10px;
    position: absolute;
    right: 0;
    top: 1px; }
  .footer .footer-nav__list li:first-of-type {
    margin-left: 0; }
  .footer .footer-nav__list li:last-of-type:after {
    content: none; }
  .footer .footer-nav__list a {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 1.16667; }
  .footer .footer-nav__list a:hover {
    color: #648827;
    text-decoration: underline; }
  .footer .footer-sitelist {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc; }
  .footer .footer-sitelist__hdg {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700; }
  .footer .footer-sitelist__body {
    display: -ms-flexbox;
    display: flex !important; }
  .footer .footer-sitelist__list {
    width: 20%; }
  .footer .footer-sitelist__item {
    font-size: 12px; }
  .footer .footer-sitelist__item:not(:last-child) {
    margin-bottom: 8px; }
  .footer .footer-sitelist__item.nolink span {
    font-weight: 700; }
  .footer .footer-sitelist__item a {
    color: #4d4d4d;
    will-change: opacity;
    transition: opacity .15s; }
  .footer .footer-sitelist__item a:nth-child(n+2) {
    margin-left: 20px;
    position: relative; }
  .footer .footer-sitelist__item a:nth-child(n+2):before {
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #4d4d4d; }
  .footer .footer-sitelist__item a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .footer-logo {
    position: absolute;
    right: 0; }
  .footer small {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #000;
    display: block;
    font-size: 12px;
    line-height: 1.16667; }
  .footer__page-top__wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
  .footer__page-top {
    height: 48px;
    position: absolute;
    right: 36px;
    top: -64px;
    width: 48px;
    z-index: 100; }
  .footer__page-top .page-top__inner {
    position: relative; }
  .footer__page-top a {
    display: block;
    height: 48px;
    width: 48px; }
  .footer__page-top:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .u-fl-l {
    float: left; }
  .u-fl-r {
    float: right; }
  .u-mb8 {
    margin-bottom: 8px !important; }
  .u-mb12 {
    margin-bottom: 12px !important; }
  .u-mb16 {
    margin-bottom: 16px !important; }
  .u-mb18 {
    margin-bottom: 18px !important; }
  .u-mb20 {
    margin-bottom: 20px !important; }
  .u-mb24 {
    margin-bottom: 24px !important; }
  .u-mb32 {
    margin-bottom: 32px !important; }
  .u-mb40 {
    margin-bottom: 40px !important; }
  .u-mb42 {
    margin-bottom: 42px !important; }
  .u-mb48 {
    margin-bottom: 48px !important; }
  .u-mb56 {
    margin-bottom: 56px !important; }
  .u-mb64 {
    margin-bottom: 64px !important; }
  .u-mb85 {
    margin-bottom: 85px !important; }
  .u-ml33 {
    margin-left: 33px !important; }
  .u-ml35 {
    margin-left: 35px !important; }
  .u-mt8n {
    margin-top: -8px !important; }
  .u-mt10 {
    margin-top: 10px !important; }
  .u-mt15 {
    margin-top: 15px !important; }
  .u-mt20 {
    margin-top: 20px !important; }
  .u-mt25 {
    margin-top: 25px !important; }
  .u-pb56 {
    padding-bottom: 56px !important; }
  .u-pl5 {
    padding-left: 5px !important; }
  .u-cf:before, .u-cf:after {
    content: " ";
    display: table; }
  .u-cf:after {
    clear: both; }
  .u-cf {
    *zoom: 1; }
  .ta-c {
    text-align: center; }
  .u-vh {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  [dir=rtl] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-arrow.slick-hidden {
    display: none; }
  .top.l-contents {
    display: inherit; }
  .p-column--column3 {
    max-width: 1200px;
    min-width: initial;
    margin: 0 auto; }
  .top__corner-logo {
    margin: 16px auto 8px; }
  .new-article__title {
    font-size: 0;
    margin-bottom: 17px; }
  .new-article__title p {
    font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック体", YuGothic, sans-serif;
    color: #648827;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2.16667;
    margin-left: 10px;
    vertical-align: bottom; }
  .new-article__body {
    font-size: 0; }
  .new-article .c-article-block {
    margin: 0 35px 0 0; }
  .new-article .c-article-block:nth-child(3n) {
    margin-right: 0; }
  .p-top-hero__slide .slick-slide {
    max-width: 1440px;
    min-width: 1024px; }
  .p-top-hero a {
    color: #000; }
  .p-top-hero a:hover {
    text-decoration: none; }
  .p-top-attention {
    background: rgba(240, 103, 121, 0.05);
    margin-bottom: 0;
    padding: 17px 20px; }
  .p-top-attention a {
    color: #4CBBB0;
    display: block;
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    width: auto;
    padding-right: 15px; }
  .p-top-attention a:hover {
    text-decoration: underline; }
  .p-top-attention a:before {
    color: #4CBBB0;
    content: "\e900";
    font-family: icon-font;
    font-size: 16px;
    line-height: 1;
    margin: -8px 0 0 10px;
    position: absolute;
    right: 0;
    top: 50%; }
  .p-top-attention a[target=_blank]:after {
    color: #bfbfbf;
    content: "\e908";
    font-family: icon-font;
    font-size: 16px;
    display: inline-block; }
  .p-top-attention a[target=_blank]:after:hover {
    text-decoration: none; }
  .p-top-attention + .p-top-attention {
    margin-top: 40px; }
  .p-top-attention__text {
    display: inline-block; } }

@media (max-width: 749px) {
  .l-container {
    position: relative; }
  .l-footer {
    font-family: "游ゴシック Medium",Yu Gothic Medium,"游ゴシック体",YuGothic,sans-serif;
    color: #000;
    line-height: 1.875;
    width: 100%;
    padding-top: 21px; }
  .l-footer-inner {
    margin: 0 auto;
    padding: 0 17px 25px;
    position: relative;
    width: 100%; }
  .l-footer-inner .footer-sitelist {
    padding-bottom: 5px;
    margin-bottom: 21px;
    border-bottom: solid 1px #4d4d4d; }
  .l-footer-inner .footer-sitelist__hdg {
    font-size: 16px;
    font-weight: 700;
    position: relative; }
  .l-footer-inner .footer-sitelist__hdg:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 2px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: center;
    transform-origin: center; }
  .l-footer-inner .footer-sitelist__hdg.is-active:after {
    -ms-transform: rotate(135deg) translate(4px, -4px);
    transform: rotate(135deg) translate(4px, -4px); }
  .l-footer-inner .footer-sitelist__list:nth-child(2):after, .l-footer-inner .footer-sitelist__list:nth-child(4):after, .l-footer-inner .footer-sitelist__list:nth-child(5):after {
    clear: both;
    display: block;
    content: ""; }
  .l-footer-inner .footer-sitelist__list:nth-child(2) .l-footer-inner .footer-sitelist__list__item:last-child:after, .l-footer-inner .footer-sitelist__list:nth-child(4) .l-footer-inner .footer-sitelist__list__item:last-child:after, .l-footer-inner .footer-sitelist__list:nth-child(5) .l-footer-inner .footer-sitelist__list__item:last-child:after {
    content: none; }
  .l-footer-inner .footer-sitelist__list:nth-child(2), .l-footer-inner .footer-sitelist__list:nth-child(4) {
    margin-bottom: 20px; }
  .l-footer-inner .footer-sitelist__body {
    padding: 5px 0 16px;
    display: none; }
  .l-footer-inner .footer-sitelist__item {
    float: left;
    margin: 5px 20px 0 0;
    font-size: 12px;
    position: relative;
    display: -ms-flexbox;
    display: flex; }
  .l-footer-inner .footer-sitelist__item a {
    color: #4d4d4d;
    height: 16px; }
  .l-footer-inner .footer-sitelist__item:after {
    position: absolute;
    right: -10px;
    top: 4px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #b3b3b3; }
  .l-footer-inner .footer-sitelist__item a:nth-child(n+2) {
    margin-left: 20px;
    position: relative; }
  .l-footer-inner .footer-sitelist__item a:nth-child(n+2):before {
    position: absolute;
    left: -10px;
    top: 4px;
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #b3b3b3; }
  .l-footer-inner .footer-sitelist__item.nolink {
    float: none; }
  .l-footer-inner .footer-sitelist__item.nolink:after {
    content: none; }
  .l-footer-inner .footer-sitelist__item.nolink span {
    font-weight: 700; }
  .l-footer-inner .footer-nav__list {
    width: 100%; }
  .l-footer-inner .footer-nav__list li {
    width: auto;
    display: inline-block;
    line-height: 2.8;
    padding: 0 10px;
    position: relative; }
  .l-footer-inner .footer-nav__list li a {
    color: #4d4d4d; }
  .l-footer-inner .footer-nav__list li a:hover {
    color: #44bfca;
    text-decoration: underline; }
  .l-footer-inner .footer-nav__list li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .l-footer-inner .footer-nav__list li:last-child:after {
    width: 0; }
  .l-footer-inner .footer__scroll-top {
    width: 100%;
    height: 50px;
    position: relative; }
  .l-footer-inner .footer__scroll-top .footer-logo {
    position: relative;
    width: 100%;
    height: 100%; }
  .l-footer-inner .footer__scroll-top .footer-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px; }
  .l-footer-inner .copyright {
    text-align: center; }
  .footer-link-wrapper {
    width: 100%;
    height: 48px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100; }
  .footer-link-wrapper .footer__page-top {
    position: fixed;
    bottom: 64px;
    right: 3.73333%;
    z-index: 95;
    width: 48px;
    display: none;
    cursor: pointer; }
  .footer-link-wrapper .footer__page-top img {
    width: 100%;
    height: auto; }
  .footer-link-wrapper .footer__page-top:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .footer-link-wrapper .footer-link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 100;
    border-top: 1px solid #ccc;
    font-size: 0; }
  .footer-link-wrapper .footer-link-icon {
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    z-index: 0;
    margin: auto; }
  .footer-link-wrapper .footer-link-icon svg {
    width: 100%; }
  .footer-link-wrapper .footer-link li {
    display: inline-block;
    width: calc(100%/6);
    height: 50px;
    line-height: 1;
    position: relative;
    background: rgba(240, 103, 121, 0.05); }
  .footer-link-wrapper .footer-link li:not(:last-child):after {
    content: "";
    width: 0;
    height: 20px;
    border-right: dotted 1px #ecc3c9;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px; }
  .footer-link-wrapper .footer-link li a {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .footer-link-wrapper .footer-link li p {
    color: #707070;
    line-height: 1;
    margin-top: 0;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto; }
  .footer-link-wrapper .footer-link li p span {
    font-size: 11px;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    letter-spacing: -1px; }
  .footer-link-wrapper .footer-link-name {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 6px; }
  .footer-link-wrapper .footer-link-name img {
    max-width: 60px; }
  #c-menu {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 11;
    position: fixed;
    top: 150%;
    left: 0;
    padding-bottom: 49px; }
  #c-menu .l-contents {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  #c-menu .l-contents .menu-title {
    text-align: left;
    padding: 15px 15px 20px; }
  #c-menu .l-contents .menu-title__icon {
    width: 20px;
    height: auto;
    display: inline-block;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  #c-menu .l-contents .menu-title__icon img {
    vertical-align: top; }
  #c-menu .l-contents .menu-title h1 {
    font-size: 14px;
    display: inline-block;
    line-height: 1.66667;
    vertical-align: top;
    height: 24px;
    margin-left: 4px;
    color: #8c8c8c; }
  #c-menu .l-contents .menu-title span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.66667;
    vertical-align: top;
    height: 24px;
    margin-left: 4px;
    color: #8c8c8c; }
  #c-menu .l-contents .l-main {
    margin-bottom: 0;
    float: inherit; }
  #c-menu .l-contents .l-main ul {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  #c-menu .l-contents .l-main ul li {
    height: auto;
    border-top: 1px dotted #d9d9d9;
    text-align: left;
    position: relative; }
  #c-menu .l-contents .l-main ul li a {
    display: block;
    font-size: 18px;
    padding: 8px 12px;
    color: #242424;
    position: relative; }
  #c-menu .l-contents .l-main ul li a:before {
    color: #648827;
    content: "\e900";
    font-family: icon-font;
    font-size: 12px;
    line-height: 1;
    margin: -5px 0 0 10px;
    position: absolute;
    right: 10px;
    top: 50%; }
  #c-menu .l-contents .l-main ul li a span {
    color: #8c8c8c;
    font-size: 11px;
    display: inline; }
  #c-menu .l-contents .l-main ul li a:hover {
    text-decoration: underline; }
  #c-menu .l-contents .l-main ul .list__havechild {
    position: relative; }
  #c-menu .l-contents .l-main ul .list__havechild > a {
    width: calc(100% - 50px); }
  #c-menu .l-contents .l-main ul .list__havechild > a:before {
    content: none; }
  #c-menu .l-contents .l-main ul .list__havechild.is-open .list-button:after {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  #c-menu .l-contents .l-main ul .list-button {
    left: 0;
    top: 0;
    display: block;
    font-size: 18px;
    padding: 8px 12px;
    color: #242424;
    position: relative;
    width: 100%;
    text-align: left; }
  #c-menu .l-contents .l-main ul .list-button:after {
    font-family: icon-font;
    content: "\e900";
    right: 12px;
    top: 12px;
    font-size: 12px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: .2s ease;
    color: #648827;
    position: absolute; }
  #c-menu .l-contents .l-main ul .list-submenu {
    background: #eee;
    display: none; }
  #c-menu .l-contents .l-main ul .list-submenu li a {
    font-size: 14px;
    padding: 6px 30px 6px 12px;
    line-height: 1.5; }
  #c-menu .l-contents .menu__footer img {
    box-sizing: border-box;
    padding: 42px 22% 32px;
    width: 100%; }
  #c-menu .l-contents .menu__footer .copyright {
    color: #bfbfbf; }
  #c-menu .p-followus {
    margin-bottom: 0; }
  #p-menu {
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 11;
    position: fixed;
    top: 150%;
    left: 0;
    padding-bottom: 49px; }
  #p-menu .l-contents {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  #p-menu .l-contents .menu-title {
    padding: 15px 15px 12px;
    text-align: left; }
  #p-menu .l-contents .menu-title__icon {
    width: 20px;
    height: auto;
    display: inline-block;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  #p-menu .l-contents .menu-title__icon img {
    vertical-align: top; }
  #p-menu .l-contents .menu-title h1 {
    font-size: 14px;
    display: inline-block;
    line-height: 1.66667;
    vertical-align: top;
    height: 24px;
    margin-left: 4px;
    color: #8c8c8c; }
  #p-menu .l-contents .menu-title span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.66667;
    vertical-align: top;
    height: 24px;
    margin-left: 4px;
    color: #8c8c8c; }
  #p-menu .l-contents .l-main {
    margin-bottom: 0;
    float: inherit; }
  #p-menu .l-contents .l-main .p-trend__body .c-tag {
    margin: 0 6px 12px 0; }
  #p-menu .l-contents .menu__footer img {
    box-sizing: border-box;
    padding: 42px 22% 32px;
    width: 100%; }
  #p-menu .l-contents .menu__footer .copyright {
    color: #bfbfbf; }
  #p-menu .p-followus {
    margin-bottom: 0; }
  .l-contents {
    display: block;
    margin: auto;
    overflow: hidden;
    width: 100%; }
  .l-contents .l-main {
    float: left;
    width: 100%; }
  .l-contents .l-sidenav {
    float: right;
    width: 100%; }
  .l-sub-contents {
    width: 100%; }
  .l-sub-contents-inner {
    margin: 0 auto;
    width: 100%;
    padding: 0; }
  .c-btn {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #648827;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .57px;
    padding: 11px 24px 13px;
    text-align: center; }
  .c-btn:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .c-btn--small {
    padding: 2px 24px 4px; }
  .c-btn-arrow {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #648827;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    letter-spacing: .57px;
    line-height: 1;
    padding: 10px 10px 14px 9px;
    text-align: center; }
  .c-btn-arrow:after {
    content: "\e901";
    font-family: icon-font;
    font-size: 12px;
    margin-left: 8px; }
  .c-btn-arrow:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .c-btn-more__wrapper {
    width: 100%;
    text-align: center;
    display: block !important; }
  .c-btn-more__wrapper .c-btn-more {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    background: #648827;
    border-radius: 2px;
    color: #fff;
    letter-spacing: .57px;
    line-height: 22px;
    padding: 3.49854% 4.08163%;
    text-align: center;
    width: 45.1895%; }
  .c-btn-more__wrapper .c-btn-more:after {
    content: "\e901";
    font-family: icon-font;
    font-size: 12px;
    margin-left: 8px; }
  .c-btn-more__wrapper .c-btn-more:hover {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .c-hr {
    background-color: #d9d9d9;
    border: 0;
    outline: none;
    height: 1px; }
  .c-hr--line-bold {
    background-color: #d9d9d9;
    border: 0;
    outline: none;
    height: 8px; }
  .c-share-sticky {
    width: 100%;
    height: 48px;
    z-index: 10;
    margin-bottom: 36px;
    background-color: #fff;
    padding: 6px 0; }
  .c-share-sticky__inner {
    width: 100%;
    height: 100%;
    position: relative; }
  .c-share-sticky li.c-share-sticky__title {
    margin-right: 24px; }
  .c-share-sticky__text {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: inline-block;
    color: #8c8c8c;
    line-height: 1.33333;
    width: auto;
    text-align: center;
    vertical-align: top;
    margin-left: 15.73333%;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    word-break: keep-all; }
  .c-share-sticky ul {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
    border: none !important;
    margin-bottom: 0 !important;
    padding: 0 !important; }
  .c-share-sticky li {
    display: inline-block;
    margin-right: 16px;
    width: 32px;
    height: 32px;
    position: relative;
    margin-bottom: 0 !important; }
  .c-share-sticky li a {
    height: 100%;
    width: 100%; }
  .c-share-sticky li a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-share-sticky li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }
  .c-link {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #bfbfbf;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    position: relative;
    width: 100%; }
  .c-link:before {
    color: #648827;
    content: "\e900";
    font-family: icon-font;
    font-size: 16px;
    line-height: 1;
    margin: -8px 0 0 10px;
    position: absolute;
    right: 0;
    top: 50%; }
  .c-link--blank:after {
    color: #bfbfbf;
    content: "\e908";
    font-family: icon-font;
    font-size: 16px;
    margin-left: 10px; }
  .c-link__text:hover {
    text-decoration: underline; }
  .c-link__more, .c-link__top {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    padding: 10px 0;
    text-align: right; }
  .c-link__more .c-link__text, .c-link__top .c-link__text {
    color: #4d4d4d; }
  .c-link__more .c-link__text:hover, .c-link__top .c-link__text:hover {
    text-decoration: underline; }
  .c-link__more:after, .c-link__top:after {
    color: #648827;
    content: "\e900";
    font-family: icon-font;
    font-size: 12px;
    margin-left: 8px; }
  .c-site-breadcrumb {
    margin: 0 auto;
    padding: 8px 16px;
    width: 100%;
    background-color: #f5f5f5; }
  .c-site-breadcrumb .c-breadcrumb {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 0; }
  .c-site-breadcrumb .c-breadcrumb li {
    display: inline; }
  .c-site-breadcrumb .c-breadcrumb li:after {
    content: "\e907";
    color: #959fa5;
    display: inline-block;
    font-family: icon-font;
    font-size: 12px;
    margin: 0 16px;
    vertical-align: middle; }
  .c-site-breadcrumb .c-breadcrumb li:last-of-type:after {
    display: none; }
  .c-site-breadcrumb .c-breadcrumb a {
    color: #4CBBB0;
    line-height: 1.42857;
    vertical-align: middle; }
  .c-site-breadcrumb .c-breadcrumb a:hover {
    text-decoration: underline; }
  .c-breadcrumb__top {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 0; }
  .c-breadcrumb__top .c-current a {
    color: #8c8c8c; }
  .c-breadcrumb__top li {
    color: #8c8c8c;
    display: inline;
    font-size: 12px;
    line-height: 1.33333; }
  .c-breadcrumb__top li.dnone {
    display: none; }
  .c-breadcrumb__top li:after {
    content: "\e907";
    color: #959fa5;
    display: inline-block;
    font-family: icon-font;
    font-size: 12px;
    margin: 0 16px; }
  .c-breadcrumb__top li.noArrow:after {
    content: none; }
  .c-breadcrumb__top li:last-of-type:after {
    display: none; }
  .c-breadcrumb__top a {
    color: #000;
    font-size: 12px;
    line-height: 1.33333; }
  .c-breadcrumb__top a span {
    display: block;
    margin-bottom: -3.44828%; }
  .c-breadcrumb__top a:hover {
    text-decoration: underline; }
  .c-breadcrumb__top .c-breadcrumb__home {
    display: inline-block; }
  .c-breadcrumb__top .c-breadcrumb__home a {
    line-height: 16px; }
  .c-breadcrumb__top .c-breadcrumb__home img {
    width: 16px;
    height: auto;
    margin-bottom: -3.44828%; }
  .c-breadcrumb__top svg {
    height: 16px;
    vertical-align: text-top;
    width: 16px; }
  .c-breadcrumb {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 0; }
  .c-breadcrumb li {
    display: inline-block; }
  .c-breadcrumb li:after {
    content: "\e907";
    color: #959fa5;
    display: inline-block;
    font-family: icon-font;
    font-size: 12px;
    line-height: 1;
    margin: 0 16px;
    vertical-align: middle; }
  .c-breadcrumb li:last-of-type:after {
    display: none; }
  .c-breadcrumb a {
    color: #4CBBB0;
    line-height: 1.42857;
    vertical-align: middle; }
  .c-breadcrumb a:hover {
    text-decoration: underline; }
  .c-top-img--small {
    padding-top: 33.33333%;
    position: relative;
    width: 100%;
    overflow: hidden; }
  .c-top-img--small img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover; }
  .c-top-img--small__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .c-top-img--small__title {
    font-family: Times New Roman, serif;
    font-style: italic;
    max-width: 90%;
    color: #fff;
    font-size: 24px;
    line-height: 1.44444;
    letter-spacing: 2px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.65);
    padding: 3px 10px; }
  .c-tag {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: inline-block;
    line-height: 30px;
    margin-right: 4px;
    margin-bottom: 4px; }
  .c-tag:last-child {
    margin-right: 0; }
  .c-tag a {
    border: 1px solid #75801a;
    border-radius: 2px;
    color: #75801a;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 1.42857;
    padding: 2px 8px 2px 7px; }
  .c-tag a:before {
    content: '# '; }
  .c-tag a:hover {
    background-color: rgba(100, 136, 39, 0.1); }
  .c-tag.c-tag--large a {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.44444;
    padding: 11px 12px; }
  .c-tag.c-tag--medium a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    padding: 11px 12px; }
  .c-tagWrap {
    overflow: hidden; }
  .c-article-block__body + .c-tagWrap {
    margin-top: 10px;
    margin-bottom: 40px; }
  .c-title--h1 {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 36px;
    color: #242424;
    line-height: 1.5; }
  .c-title--h3 {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #242424;
    border-left: solid 2px #44bfca;
    line-height: 1.45455;
    padding: 0 0 0 12px; }
  .c-title--ornament-h2 {
    margin: 0 auto 28px;
    max-width: 1225px;
    text-align: center; }
  .c-title--ornament-h2 h2 {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #4d4d4d;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    position: relative;
    display: block; }
  .c-title--ornament-h2 h2.c-title--ornament-h2__en {
    font-family: Times New Roman, serif;
    font-style: italic;
    font-size: 24px;
    line-height: 1.16667;
    height: 28px;
    letter-spacing: .08em;
    position: relative;
    display: block;
    font-weight: 400; }
  .c-title--ornament-h2 h2.c-title--ornament-h2__en span {
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    position: absolute;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    word-break: keep-all; }
  .c-title--ornament-h2 h2.c-title--ornament-h2__en:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .c-title--ornament-h2__sub {
    font-size: 10px;
    line-height: 1.4;
    margin-top: 4px; }
  .c-series-block {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    width: 100%;
    position: relative; }
  .c-series-block a {
    color: #FFF; }
  .c-series-block:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .c-series-block .c-series {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .c-series-block .c-series .c-series-block__img {
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    color: #FFF;
    height: auto;
    margin: 0 0 14px;
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 100%; }
  .c-series-block .c-series .c-series-block__img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35); }
  .c-series-block .c-series .c-series-block__img:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-series-block .c-series .c-series-block__img .c-series-block__titleWrap {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
  .c-series-block .c-series .c-series-block__img .c-series-block__title {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #FFF;
    font-size: 18px;
    margin: 0 15px;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    width: auto; }
  .c-series-block .c-series .c-series-block__img .c-series-block__title span {
    background: rgba(0, 0, 0, 0.65);
    padding: 5px;
    display: inline-block; }
  .c-series-block .c-series .c-series-block__img .c-series-block__sub-title {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    width: auto;
    margin: 0 auto; }
  .c-series-block .c-series .c-series-block__img .c-series-block__sub-title span {
    background: rgba(0, 0, 0, 0.65);
    padding: 5px;
    display: inline-block; }
  .c-series-block .c-series .c-series-block__body {
    text-align: left;
    width: 100%; }
  .c-series-block .c-series .c-series-block__body a {
    color: #242424; }
  .c-series-block .c-link__more, .c-series-block .c-link__top {
    padding-top: 20px;
    padding-bottom: 0; }
  .c-article-block__small {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    line-height: 1.42857;
    padding: 2.62391% 0;
    width: 100%; }
  .c-article-block__small a {
    color: #242424; }
  .c-article-block__small:hover {
    background-color: #f5f5f5; }
  .c-article-block__small:hover .c-article-block__img {
    text-decoration: underline;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-article-block__small .c-article-block__img {
    float: left;
    height: 66px;
    width: 88px;
    display: inline-block;
    overflow: hidden; }
  .c-article-block__small .c-article-block__img img {
    width: 100%;
    height: 100%; }
  .c-article-block__small .c-article-block__body {
    color: #242424;
    text-align: left;
    width: 100%; } }

@media (max-width: 749px) and (min-width: 376px) {
  .c-article-block__small .c-article-block__body {
    padding: 2px 0 0 120px; } }

@media (max-width: 749px) and (max-width: 375px) {
  .c-article-block__small .c-article-block__body {
    width: 100%;
    padding: 2px 0 0 32%; } }

@media (max-width: 749px) {
  .c-article-block__pr {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-top: 8px;
    font-size: 12px;
    color: #8c8c8c;
    letter-spacing: 0;
    line-height: 1.66667;
    text-align: right; }
  .c-article-block__tag {
    margin-top: 12px; }
  .c-article-block__tag .c-tag {
    margin-right: 8px; }
  .c-article-block__tag .c-tag:last-child {
    margin-right: 0; }
  .c-article-block__date {
    color: #8c8c8c;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left; }
  .c-article-block-ranking__img {
    float: left;
    height: auto;
    width: 136px;
    height: 102px;
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .c-article-block-ranking__img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: auto; }
  .c-article-block-ranking__img.rank1:before, .c-article-block-ranking__img.rank2:before, .c-article-block-ranking__img.rank3:before {
    font-family: Noto Sans Japanese;
    font-weight: 300;
    background-color: #4CBBB0;
    color: #fff;
    content: "1";
    font-size: 14px;
    left: 0;
    height: 28px;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
    z-index: 2; }
  .c-article-block-ranking__img.rank2:before {
    content: "2"; }
  .c-article-block-ranking__img.rank3:before {
    content: "3"; }
  .c-article-block-ranking__img.rank4:before, .c-article-block-ranking__img.rank5:before, .c-article-block-ranking__img.rank6:before, .c-article-block-ranking__img.rank7:before, .c-article-block-ranking__img.rank8:before, .c-article-block-ranking__img.rank9:before, .c-article-block-ranking__img.rank10:before, .c-article-block-ranking__img.rank11:before, .c-article-block-ranking__img.rank12:before {
    font-family: Noto Sans Japanese;
    font-weight: 300;
    background-color: #f5f5f5;
    color: #4CBBB0;
    content: "4";
    font-size: 14px;
    left: 0;
    height: 28px;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
    z-index: 2; }
  .c-article-block-ranking__img.rank5:before {
    content: "5"; }
  .c-article-block-ranking__img.rank6:before {
    content: "6"; }
  .c-article-block-ranking__img.rank7:before {
    content: "7"; }
  .c-article-block-ranking__img.rank8:before {
    content: "8"; }
  .c-article-block-ranking__img.rank9:before {
    content: "9"; }
  .c-article-block-ranking__img.rank10:before {
    content: "10"; }
  .c-article-block-ranking__img.rank11:before {
    content: "11"; }
  .c-article-block-ranking__img.rank12:before {
    content: "12"; }
  .c-article-block-ranking__body {
    color: #242424;
    text-align: left;
    font-size: 16px;
    line-height: 1.375;
    padding-left: 151px; }
  .c-main-article-block {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    height: auto; }
  .c-main-article-block .c-article-block__img {
    margin-bottom: 10px;
    position: relative; }
  .c-main-article-block .c-article-block__img:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-main-article-block .c-article-block__img.new:before {
    font-family: Noto Sans Japanese;
    font-weight: 300;
    content: 'New';
    background-color: #4CBBB0;
    color: #fff;
    font-size: 14px;
    left: 0;
    height: 24px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: -24px;
    padding: 0 10px;
    border-radius: 2px 2px 0 0; }
  .c-main-article-block .c-article-block__category {
    text-align: left;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-bottom: 4px; }
  .c-main-article-block .c-article-block__category a {
    color: #4CBBB0; }
  .c-main-article-block .c-article-block__category a:hover {
    text-decoration: underline; }
  .c-main-article-block .c-article-block__titleSub {
    color: #8c8c8c;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-bottom: 4px; }
  .c-main-article-block .c-article-block__titleSub a {
    color: #000; }
  .c-main-article-block .c-article-block__titleSub a:hover {
    text-decoration: underline; }
  .c-main-article-block .c-article-block__body {
    text-align: left;
    color: #242424;
    margin-bottom: 10px;
    line-height: 1.44444; }
  .c-main-article-block .c-article-block__body a {
    color: #242424; }
  .c-main-article-block .c-article-block__body a:hover {
    text-decoration: underline; }
  .c-article-block {
    overflow: hidden; }
  .c-article-block__group {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: inline-block;
    position: relative;
    padding-left: 150px;
    width: 100%;
    min-height: 105px; }
  .c-article-block__group:not(:last-child) {
    margin-bottom: 24px; }
  .c-article-block__group .c-article-block__img {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 105px; }
  .c-article-block__group .c-article-block__img a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 37.5% 50%;
    overflow: hidden; }
  .c-article-block__group .c-article-block__img img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .c-article-block__group .c-article-block__img:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .c-article-block__group .c-article-block__img.new:before {
    font-family: Noto Sans Japanese;
    font-weight: 300;
    content: 'New';
    background-color: #4CBBB0;
    color: #fff;
    font-size: 12px;
    left: 0;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2;
    padding: 0 10px;
    border-radius: 2px 2px 0 0; }
  .c-article-block__group .c-article-block__category {
    letter-spacing: 0;
    line-height: 1.42857;
    margin-bottom: 4px; }
  .c-article-block__group .c-article-block__category a {
    color: #4CBBB0; }
  .c-article-block__group .c-article-block__category a:hover {
    text-decoration: underline; }
  .c-article-block__group .c-article-block__titleSub {
    color: #8c8c8c;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-bottom: 4px; }
  .c-article-block__group .c-article-block__titleSub a {
    color: #000; }
  .c-article-block__group .c-article-block__titleSub a:hover {
    text-decoration: underline; }
  .c-article-block__group .c-article-block__body {
    line-height: 1.44444;
    width: 100%; }
  .c-article-block__group .c-article-block__body a {
    color: #242424; }
  .c-article-block__group .c-article-block__body a:hover {
    text-decoration: underline; }
  .c-article-block--sponsored .c-article-block__img {
    position: relative; }
  .c-article-block--sponsored .c-article-block__img:after {
    font-size: 12px;
    content: "Sponsored";
    display: inline-block;
    position: absolute;
    bottom: -28px;
    left: 0;
    color: #fff;
    background: #4CBBB0;
    padding: 5px 10px;
    line-height: 1; }
  .c-tab {
    font-size: 0;
    height: 40px;
    margin: 0 0 9.32945%;
    position: relative;
    background-color: #fff; }
  .c-tab:before {
    content: '';
    display: block;
    border-bottom: 1px solid #d9d9d9;
    width: 4px;
    height: 40px;
    position: absolute;
    margin-left: -3px;
    top: 0;
    left: 0;
    z-index: -1; }
  .c-tab .c-tab__label {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    border-bottom: 1px solid #d9d9d9;
    color: #8c8c8c;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 2.5;
    text-align: center;
    width: 50%; }
  .c-tab .c-tab__label img {
    width: 32px;
    height: 32px;
    vertical-align: top; }
  .c-tab .c-tab__label:hover svg {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .c-tab .c-tab__label:hover a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-decoration: none; }
  .c-tab .c-tab__label svg {
    height: 32px;
    vertical-align: middle;
    width: 32px;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .c-tab .c-tab__label span {
    vertical-align: top; }
  .c-tab .c-tab__label.tab_on {
    border: 1px solid #d9d9d9;
    border-bottom: none;
    color: #242424; }
  .c-tab .c-tab__label.tab_on svg {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .c-tab .c-tab__label.tab_on a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .c-tab .c-tab__label a {
    color: #242424;
    display: block;
    height: 40px;
    width: 100%;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .c-tab .c-tab__cat svg {
    width: 28px;
    height: 28px; }
  .c-tab:after {
    content: '';
    display: block;
    border-bottom: 1px solid #d9d9d9;
    width: 4px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -3px;
    z-index: -1; }
  .c-tab__body .c-article-block__group {
    width: 100%;
    margin-left: 0 !important; }
  .c-input__text input {
    background: url(../../sp/img/icon-search.png) no-repeat 18px center;
    border: 1px solid #8c8c8c;
    height: 56px;
    padding: 15px 10px 15px 58px;
    width: 100%; }
  .c-image-caption {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #8c8c8c;
    display: inline-block;
    font-size: 12px;
    line-height: 1.33333;
    width: 100%; }
  .c-text-padding {
    padding: 0 4.26667%; }
  .c-text-margin {
    margin: 0 4.26667%; }
  .c-article-title {
    position: relative;
    text-align: center; }
  .c-article-title:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/telling-sp/telling/sp/img/foot_print1.svg) no-repeat center center;
    background-size: contain;
    width: 18.36735%;
    height: 20px;
    top: 50%;
    left: 4.37318%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .c-article-title h2 {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #4d4d4d;
    letter-spacing: 1px;
    line-height: 1.4; }
  .c-article-title:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/telling-sp/telling/sp/img/foot_print2.svg) no-repeat center center;
    background-size: contain;
    width: 18.36735%;
    height: 20px;
    top: 50%;
    right: 4.37318%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .c-writer-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto; }
  .c-writer-banner {
    width: 100%; }
  .c-writer-banner__avatar {
    float: left;
    width: 72px;
    margin-right: 16px; }
  .c-writer-banner__body {
    width: 100%;
    min-height: 72px;
    padding-left: 88px; }
  .c-writer-banner__name {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #648827;
    line-height: 1.42857;
    margin: 0 auto 12px; }
  .c-writer-banner__name:hover {
    text-decoration: underline; }
  .c-writer-banner__meta {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #4d4d4d;
    line-height: 1.42857; }
  .c-writer-banner--size_large {
    width: 140px; }
  .c-writer-banner--size_large .c-writer-banner__avatar {
    float: none;
    width: 120px;
    height: 120px;
    margin: 0 auto; }
  .c-writer-banner--size_large .c-writer-banner__body {
    padding: 0;
    text-align: center; }
  .c-select {
    height: 48px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 0; }
  .c-select:before {
    content: '';
    background: url(../../../telling/sp/img/arrow-down-triangle.svg) no-repeat center center;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .c-select select {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    border: 0;
    width: 110%;
    background-color: #fff;
    border: none;
    font-size: 16px;
    height: 48px;
    line-height: 22px;
    margin: 0 12px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .c-select .placeholder {
    color: #8c8c8c; }
  .c-header-text {
    text-align: center;
    height: 116px;
    position: relative; }
  .c-header-text__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .c-header-text__EN {
    font-family: Times New Roman, serif;
    font-style: italic;
    font-size: 32px;
    line-height: 1.0625;
    letter-spacing: 1.5px;
    font-weight: 400;
    white-space: nowrap; }
  .c-header-text__JP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    line-height: 1.4;
    position: relative;
    display: block;
    margin-top: 6px; }
  ol.c-text-ol, ul.c-text-ul {
    margin-top: 2em; }
  ol.c-text-ol .c-text-ol, ol.c-text-ol .c-text-ul, ul.c-text-ul .c-text-ol, ul.c-text-ul .c-text-ul {
    margin-top: .5em;
    margin-left: .5em; }
  ol.c-text-ol.-number, ul.c-text-ul.-number {
    margin-top: .5em;
    margin-left: .5em; }
  ol.c-text-ol__item {
    font-size: 16px;
    line-height: 1.875;
    margin-top: .4em; }
  ol.c-text-ol__item:first-child {
    margin-top: 0; }
  ol.c-text-ol.-decimal li {
    list-style-type: decimal;
    list-style-position: inside; }
  ol.c-text-ol.-number li {
    padding-left: 3em;
    text-indent: -3em; }
  .c-text-ul__item {
    font-size: 16px;
    line-height: 1.875;
    margin-top: .4em; }
  .c-text-ul__item:before {
    content: '◯';
    margin-right: .3em; }
  .c-text-ul__item.-dots:before {
    content: '・';
    margin-right: .3em; }
  .c-text-ul__item:first-child {
    margin-top: 0; }
  .c-text-ul__item ol.c-text-ol {
    margin-left: 0; }
  .c-text-ul__item ol.c-text-ol .c-text-ol__item {
    text-indent: 0;
    padding-left: 0; }
  .p-banner-wrapper {
    margin: 12px auto;
    width: 100%;
    min-height: 150px;
    margin-top: 60px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .p-banner-wrapper .p-banner {
    position: relative;
    top: 0;
    left: 0;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: auto;
    width: 320px;
    height: 100%; }
  .p-article-blocks {
    margin: 0 auto;
    width: 100%; }
  .p-article-blocks__title {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #8c8c8c;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857;
    margin: 0 auto 12px; }
  .p-article-blocks__body .c-series-block + .c-article-block__small {
    border-top: 1px solid #d9d9d9; }
  .p-relation-blocks {
    width: 108.53334%;
    padding: 15px 4.26667%;
    margin: 0 -4.26667%;
    background-color: #f5f5f5;
    overflow: hidden; }
  .p-relation-blocks .c-article-link__inner {
    border-top: 1px solid #d9d9d9; }
  .p-relation-blocks .c-article-link__item {
    border-bottom: 1px solid #d9d9d9; }
  .p-relation-blocks__title {
    position: relative;
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 700;
    text-align: center; }
  .p-relation-blocks__title:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 75%;
    margin-top: -.5em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .p-relation-blocks__titleEN {
    font-family: Times New Roman, serif;
    font-style: italic; }
  .p-relation-blocks__title > span {
    position: relative;
    top: 2px;
    z-index: 9;
    padding: 0 15px;
    background-color: #f5f5f5; }
  .p-article-wrapper .p-category__article-type {
    text-align: center; }
  .p-article-wrapper .p-category__article-type ul {
    font-size: 0; }
  .p-article-wrapper .p-category__article-type li {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: inline-block;
    margin-left: 37px;
    position: relative;
    line-height: 1.42857; }
  .p-article-wrapper .p-category__article-type li:first-of-type {
    margin: 0; }
  .p-article-wrapper .p-category__article-type .article-type--select a {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 22px; }
  .p-article-wrapper .p-category__article-type .article-type--select a:hover {
    color: #8c8c8c; }
  .p-article-wrapper .p-category__article-type .article-type--select.on a {
    color: #242424; }
  .p-article-wrapper .p-category__article-type .on:after {
    content: "";
    border-bottom: 2px solid #ce7a66;
    bottom: 0;
    left: 50%;
    margin: 0 0 -6px -12px;
    position: absolute;
    width: 24px; }
  .p-article-wrapper .p-category__article {
    font-size: 0; }
  .p-article-wrapper .p-category__article .p-article-block-wrapper {
    width: 100%; }
  .p-article-wrapper .p-category__article .p-article-block-wrapper .c-article-block.is-more .c-article-block__group:nth-child(n+11) {
    display: none !important; }
  .p-article-wrapper .p-category__article .p-article-block-wrapper .c-article-block.is-more .c-series-wrapper:nth-child(n+11) {
    display: none !important; }
  .p-rensai .p-rensai-article-block .p-rensai-article {
    overflow: hidden; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link {
    display: block;
    padding-left: 150px;
    width: 100%;
    position: relative;
    min-height: 140px; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    overflow: hidden; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
    padding: 50%; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__img-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__img-wrapper.new:before {
    font-family: Noto Sans Japanese;
    font-weight: 300;
    content: 'New';
    background-color: #4CBBB0;
    color: #fff;
    font-size: 14px;
    left: 0;
    height: 24px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: -24px;
    padding: 0 10px;
    border-radius: 2px 2px 0 0; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__titleWrap {
    margin-bottom: 5px; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__title {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px;
    line-height: 1.2; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__sub-title {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px; }
  .p-rensai .p-rensai-article-block .p-rensai-article-link .p-rensai-series__body {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: left;
    width: 100%;
    color: #242424;
    line-height: 1.42857; }
  .p-feature .p-article .c-tab__body {
    height: auto; }
  .p-feature .p-article .c-tab__body .c-article-block__group {
    width: 100%; }
  .p-feature .p-article .c-tab__body .c-article-block__img {
    position: relative; }
  .p-feature .p-article .c-tab__body .c-article-block__img:before {
    content: '';
    display: block;
    padding-top: 75.21866%; }
  .p-feature .p-article .c-tab__body .c-article-block__img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .p-feature .p-article .c-tab__body .c-article-block__img a img {
    position: relative;
    width: 100%;
    height: auto; }
  .p-hospital {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 40px; }
  .p-hospital__icon {
    padding: 0;
    margin: 0 auto 12px;
    height: 72px; }
  .p-hospital__icon img {
    width: 72px;
    height: 72px; }
  .p-hospital__name {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 22px;
    color: #44bfca;
    letter-spacing: 3.6px;
    line-height: 1.36364;
    padding-bottom: 11px; }
  .p-hospital__description {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #8c8c8c;
    font-size: 16px;
    line-height: 1.375;
    padding-bottom: 39px; }
  .p-hospital__selectboxes {
    margin-bottom: 32px;
    display: block;
    width: 100%; }
  .p-hospital__selectboxes .c-select {
    width: 100%;
    height: 48px;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #fff; }
  .p-hospital__selectboxes .c-select select {
    width: 110%;
    height: 100%;
    background-color: #fff; }
  .p-hospital__selectboxes .c-select:last-of-type {
    margin-right: 0; }
  .p-hospital__icon--cross:after {
    background: url(/telling-sp/telling/sp/img/icon-cross.svg) no-repeat center center;
    background-size: contain;
    content: "";
    height: 10px;
    position: absolute;
    width: 8px;
    bottom: -21px; }
  .p-hospital__icon--cross {
    display: inline-block; }
  .p-hospital .c-btn {
    width: 91.46667%;
    height: 48px; }
  .p-shopping {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background-color: #f5f5f5; }
  .p-shopping__icon {
    padding: 0;
    margin: 0 auto 12px;
    height: 72px; }
  .p-shopping__icon img {
    width: 72px;
    height: 72px; }
  .p-shopping__name {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 22px;
    color: #44bfca;
    letter-spacing: 3.6px;
    line-height: 1.36364;
    padding-bottom: 4.08163%; }
  .p-shopping__description {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.375;
    padding-bottom: 10.49563%; }
  .p-shopping .c-tab {
    background-color: #f5f5f5; }
  .p-shopping__panel:first-of-type {
    padding-top: 0; }
  .p-shopping .c-btn-more {
    width: 100%;
    margin-bottom: 40px; }
  .p-followus {
    height: auto;
    margin: 0 auto;
    padding: 10.66667% 0;
    text-align: center;
    position: relative;
    background: rgba(100, 136, 39, 0.05); }
  .p-followus__title {
    font-family: Times New Roman, serif;
    font-style: italic;
    color: #242424;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.16667;
    margin: 0 0 20px; }
  .p-followus__share {
    font-size: 0;
    margin: 0 0 36px;
    padding-bottom: 36px;
    width: 100%;
    top: 0;
    position: relative; }
  .p-followus__share:before {
    content: "";
    border-bottom: 1px solid #000;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -20px;
    position: absolute;
    width: 40px; }
  .p-followus__share li {
    display: inline-block;
    margin: 0 8px; }
  .p-followus__share li a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-followus__message {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #242424;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 10px; }
  .p-followus__description {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #242424;
    line-height: 1.42857;
    margin: 12px 13.33333% 22px; }
  .p-followus__about {
    font-size: 16px; }
  .p-followus__about a {
    text-decoration: underline; }
  .p-followus .c-btn {
    margin: 0 0 12px;
    display: inline-block; }
  .p-counsel {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
  .p-counsel__icon {
    padding: 0;
    margin: 0 auto 12px;
    height: 72px; }
  .p-counsel__icon img {
    width: 72px;
    height: 72px; }
  .p-counsel__name {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 22px;
    color: #44bfca;
    letter-spacing: 3.6px;
    line-height: 1.36364;
    padding-bottom: 4.08163%; }
  .p-counsel__description {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.375;
    padding-bottom: 10.49563%; }
  .p-counsel__panel {
    border-bottom: 1px solid #d9d9d9;
    padding: 5.8309% 4.66472% 4.66472%; }
  .p-counsel__panel:first-of-type {
    padding-top: 0; }
  .p-counsel__panel:hover {
    background-color: #f5f5f5; }
  .p-counsel__comment {
    margin: 0 auto 5.24781%;
    text-align: left;
    width: 100%; }
  .p-counsel__comment-info {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    width: 100%; }
  .p-counsel__animal-icon {
    float: left;
    width: 48px;
    height: 48px; }
  .p-counsel__animal-icon svg {
    width: 100%;
    height: auto; }
  .p-counsel__meta {
    float: left;
    margin: 0 0 0 12px; }
  .p-counsel__pet-type {
    color: #242424;
    margin: 0 auto 2px;
    text-align: left; }
  .p-counsel__pet-date {
    color: #242424;
    text-align: left; }
  .p-counsel__action {
    float: right;
    text-align: left; }
  .p-counsel__action.replay {
    color: #44bfca; }
  .p-counsel__action.replay:hover {
    text-decoration: none; }
  .p-counsel__reply {
    margin: 0 auto 2px;
    color: #8c8c8c; }
  .p-counsel__reply a {
    color: #44bfca !important; }
  .p-counsel__reply-count {
    color: #8c8c8c; }
  .p-counsel__reply-count a {
    color: #44bfca !important; }
  .p-counsel .c-btn {
    width: 82.93333%; }
  .p-symptom {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
  .p-symptom__icon {
    padding: 0;
    margin: 0 auto 12px;
    height: 72px; }
  .p-symptom__icon img {
    width: 72px;
    height: 72px; }
  .p-symptom__name {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 22px;
    color: #44bfca;
    letter-spacing: 3.6px;
    line-height: 1.36364;
    padding-bottom: 4.08163%; }
  .p-symptom__description {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.375;
    padding-bottom: 10.49563%; }
  .p-symptom .p-symptom__list ul {
    display: block;
    text-align: left; }
  .p-symptom .p-symptom__list li {
    width: 100%;
    height: auto;
    text-align: left;
    line-height: 1.375;
    background: rgba(68, 191, 202, 0.1);
    cursor: pointer;
    display: block;
    border-radius: 2px;
    margin-right: 4%;
    padding: 13px 16px; }
  .p-symptom .p-symptom__list li:hover {
    background: rgba(68, 191, 202, 0.15); }
  .p-symptom .p-symptom__list li:hover a {
    text-decoration: underline; }
  .p-symptom .p-symptom__list li a {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 1.375;
    color: #44bfca; }
  .p-symptom__panel:first-of-type {
    padding-top: 0; }
  .p-symptom .c-btn {
    width: 82.93333%; }
  .p-pickup {
    width: 100%; }
  .p-pickup__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-pickup__title:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    margin-top: -.5em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .p-pickup__titleEN {
    font-family: Times New Roman, serif;
    font-style: italic;
    position: relative;
    z-index: 10;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667; }
  .p-pickup__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-pickup__body {
    font-size: 0; }
  .p-pickup__row {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-article-blocks .series-wrapper {
    position: relative; }
  .p-article-blocks .series-wrapper:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .p-article-blocks .series-wrapper .series {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .p-article-blocks .series-wrapper .series .c-series-block__title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .p-article-blocks .series-wrapper .series .c-series-block__title span {
    background: rgba(0, 0, 0, 0.65);
    padding: 5px;
    display: inline-block; }
  .p-article-blocks .series-wrapper .series .c-series-block__sub-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .p-article-blocks .series-wrapper .series .c-series-block__sub-title span {
    background: rgba(0, 0, 0, 0.65);
    padding: 5px;
    display: inline-block; }
  .p-feature__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-feature__title:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    margin-top: -.5em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .p-feature__titleEN {
    font-family: Times New Roman, serif;
    font-style: italic;
    position: relative;
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667; }
  .p-feature__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-feature .series-wrapper {
    position: relative; }
  .p-feature .series-wrapper:before {
    content: '';
    display: block;
    padding-top: 75.21866%; }
  .p-feature .series-wrapper .series {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .p-feature .series-wrapper .series .c-series-block__title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .p-feature .series-wrapper .series .c-series-block__sub-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .p-feature__row {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-feature2__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-feature2__titleEN {
    position: relative;
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667;
    margin-bottom: 0 !important; }
  .p-feature2__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-feature2__body {
    font-size: 0; }
  .p-feature2__row {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-feature2__btn {
    text-align: center; }
  .p-feature2 .p-rensai-article-inner {
    width: 47.81341%; }
  .p-feature2 .p-rensai-article-inner:nth-child(n+3) {
    margin-top: 20px; }
  .p-feature2 .p-rensai-article-link {
    display: block;
    position: relative; }
  .p-feature2 .p-rensai-article-link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
  .p-feature2 .p-rensai-article-link .p-rensai-series {
    overflow: hidden;
    width: 100%;
    position: relative; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__img-wrapper {
    position: relative;
    padding: 50%; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__img-wrapper img {
    position: absolute;
    width: 100%;
    height: auto;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__titleWrap {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    padding: 8px 10px;
    min-height: 60px;
    left: 0;
    bottom: 0; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__title {
    color: #FFF;
    font-size: 18px;
    line-height: 1.22222;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    text-align: center; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__img-wrapper.new:before {
    font-family: Noto Sans Japanese;
    font-weight: 300;
    content: 'New';
    background-color: #4CBBB0;
    color: #fff;
    font-size: 12px;
    left: 0;
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 2;
    padding: 0 10px;
    border-radius: 2px 2px 0 0; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__title {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 18px; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__sub-title {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__body {
    color: #242424;
    line-height: 1.4;
    font-size: 16px;
    max-height: calc(16*1.4*4*1px);
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-align: justify; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__body:before, .p-feature2 .p-rensai-article-link .p-rensai-series__body:after {
    position: absolute; }
  .p-feature2 .p-rensai-article-link .p-rensai-series__body:before {
    content: '...';
    background: #fff;
    width: 1.1em;
    right: 0;
    top: calc(16*1.4*(4 - 1)*1px); }
  .p-feature2 .p-rensai-article-link .p-rensai-series__body:after {
    content: "";
    height: 100%;
    width: 100%; }
  .p-topics__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-topics__titleEN {
    position: relative;
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667;
    margin-bottom: 0 !important; }
  .p-topics__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-topics__body {
    font-size: 0; }
  .p-topics__row {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-topics__btn {
    text-align: center; }
  .p-new__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-new__titleEN {
    position: relative;
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667;
    margin-bottom: 0 !important; }
  .p-new__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-new__body {
    font-size: 0; }
  .p-new__row {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-new__btn {
    text-align: center; }
  .p-story__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-story__titleEN {
    position: relative;
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667;
    margin-bottom: 0 !important; }
  .p-story__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-story__body {
    font-size: 0; }
  .p-story__row {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-story__btn {
    text-align: center; }
  .p-column__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-column__titleEN {
    position: relative;
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667;
    margin-bottom: 0 !important; }
  .p-column__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-column__body {
    font-size: 0; }
  .p-column__row {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-column__btn {
    text-align: center; }
  .p-new__theme {
    width: 229px;
    height: 24px;
    position: relative; }
  .p-new__theme svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .p-new__body {
    font-size: 0; }
  .p-new__body .c-article-block__group {
    width: 47.81341%;
    padding-left: 0; }
  .p-new__body .c-article-block__group:nth-child(n+3) {
    margin-top: 20px; }
  .p-new__body .c-article-block__img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    margin-bottom: 10px; }
  .p-new__row {
    margin: 0 auto;
    width: 100%; }
  .p-new .c-link__more, .p-new .c-link__top {
    padding-top: 0; }
  .p-promotion {
    padding: 4px;
    background-color: #f5f5f5; }
  .p-promotion__img {
    display: block;
    margin: 0 auto;
    vertical-align: top; }
  .p-promotion__img img {
    height: auto;
    width: 100%; }
  .p-promotion__body {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    padding: 12px 16px 16px; }
  .p-promotion__title {
    color: #4CBBB0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.42857;
    margin-bottom: 8px; }
  .p-promotion__title a {
    color: #4CBBB0; }
  .p-promotion__text {
    font-size: 16px;
    line-height: 1.375; }
  .p-promotion__text a {
    color: #242424; }
  .p-promotion-container {
    min-height: 343px; }
  .p-ad {
    margin: 0 auto;
    max-width: 300px;
    min-height: 280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .p-ad .ad__img {
    width: 100%;
    height: auto; }
  .p-ranking {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
  .p-ranking__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-ranking__title:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    margin-top: -.5em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .p-ranking__titleEN {
    font-family: Times New Roman, serif;
    font-style: italic;
    position: relative;
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667; }
  .p-ranking__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-ranking .c-tab {
    margin-bottom: 4.66472%; }
  .p-ranking__icon {
    padding: 40px 0 16px; }
  .p-ranking__name {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 24px;
    color: #44bfca;
    letter-spacing: 3.6px;
    line-height: 1.16667;
    padding-bottom: 17px; }
  .p-ranking__description {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    color: #8c8c8c;
    line-height: 1.375;
    padding-bottom: 27px; }
  .p-ranking__comment {
    margin: 0 auto 16px;
    text-align: left;
    width: 100%; }
  .p-ranking__comment-info {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    width: 100%; }
  .p-ranking__meta {
    float: left;
    margin: 0 0 0 12px; }
  .p-ranking__pet-type {
    color: #242424;
    margin: 0 auto 2px;
    text-align: left; }
  .p-ranking__pet-date {
    color: #242424;
    text-align: left; }
  .p-ranking__action {
    float: right;
    text-align: left; }
  .p-ranking__action.replay {
    color: #44bfca; }
  .p-ranking__action.replay:hover {
    text-decoration: underline; }
  .p-ranking__reply {
    margin: 0 auto 2px; }
  .p-ranking .c-btn {
    width: 82.93333%; }
  .p-ranking .c-article-block--sponsored {
    padding-top: 40px;
    position: relative; }
  .p-ranking .c-article-block--sponsored:before {
    font-size: 12px;
    content: "Sponsored";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 151px;
    color: #fff;
    background: #4CBBB0;
    padding: 5px 10px;
    line-height: 1; }
  .p-ranking .c-article-block--sponsored .c-article-block-ranking__img {
    top: -30px;
    margin-bottom: -30px; }
  .p-top-hero {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 40px; }
  .p-top-hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: top; }
  .p-top-hero__slide {
    width: 100vw; }
  .p-top-hero__slide .slick-slide {
    width: 100vw; }
  .p-top-hero__wrap {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden; }
  .p-top-hero__slideItem {
    width: 100vw; }
  .p-top-hero__slideItem img {
    width: 100%; }
  .p-top-hero__body {
    margin: 0 16px; }
  .p-top-hero__bodyText {
    font-size: 26px;
    line-height: 1.38462;
    letter-spacing: -1px;
    margin-top: 10px; }
  .p-top-hero__bodyText a {
    color: #242424; }
  .p-top-hero__bodySub {
    color: #8c8c8c;
    text-align: right;
    font-size: 16px;
    margin-top: 10px; }
  .p-top-hero__bodySupplier {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 12px;
    color: #8c8c8c;
    letter-spacing: 0;
    line-height: 1.66667;
    text-align: right;
    margin-top: 5px; }
  .p-top-hero__dots {
    text-align: center;
    margin-top: 10px; }
  .p-top-hero__dotsList {
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .p-top-hero__dotsItem {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 24px;
    height: 24px;
    padding: 7px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative; }
  .p-top-hero__dotsItem a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    content: '';
    display: block;
    border-radius: 50%;
    background: #bfbfbf;
    margin: -3px -0 0 -3px; }
  .p-top-hero__dotsItem.-active a {
    background: #4CBBB0; }
  .p-top-hero__main-item {
    display: block;
    color: inherit;
    background-color: #f5f5f5; }
  .p-top-hero__main-detail {
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.55; }
  .p-top-hero__main-detail time {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 13px;
    text-align: right;
    color: #8c8c8c; }
  .p-top-hero__sub-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: 102px;
    margin: 8px 0 0;
    color: inherit;
    background-color: #f5f5f5;
    overflow: hidden; }
  .p-top-hero__sub-img {
    width: 136px; }
  .p-top-hero__sub-detail {
    position: relative;
    width: calc(100% - 136px);
    padding: 10px;
    font-size: 14px;
    line-height: 1.45;
    overflow: hidden; }
  .p-top-hero__sub-detail time {
    display: inline-block;
    width: 100%;
    padding: 4px 0 0;
    font-size: 12px;
    text-align: right;
    color: #8c8c8c; }
  .p-trend {
    margin: 80px 16px 0; }
  .p-trend__body {
    margin-top: 24px;
    margin-bottom: 12px;
    text-align: center; }
  .p-trend .c-tag {
    margin: 0 6px 12px 0; }
  .p-trend .c-link__text {
    font-weight: 700;
    text-align: right; }
  .p-notice {
    margin: 0 16px;
    margin-bottom: 40px; }
  .p-notice__body {
    margin-bottom: 8px; }
  .p-notice__list {
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 1.42857;
    padding: 17px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex; }
  .p-notice__list:last-of-type {
    border-bottom: 1px solid #e6e6e6; }
  .p-notice__date {
    font-family: Noto Sans Japanese;
    font-weight: 300;
    margin-right: 21px;
    vertical-align: top;
    width: 84px; }
  .p-notice__text {
    float: left;
    width: 490px; }
  .p-notice__text a {
    font-family: Noto Sans Japanese;
    font-weight: 200;
    color: #242424;
    vertical-align: top; }
  .p-notice__text a:hover {
    text-decoration: underline; }
  .p-recommend {
    width: 100%; }
  .p-recommend__title {
    position: relative;
    text-align: center;
    margin-bottom: 13px; }
  .p-recommend__title:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    top: 50%;
    margin-top: -.5em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
  .p-recommend__titleEN {
    font-family: Times New Roman, serif;
    font-style: italic;
    position: relative;
    z-index: 5;
    font-size: 24px;
    background: #fff;
    padding: 0 30px;
    display: inline-block;
    line-height: 1.16667; }
  .p-recommend__titleJP {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 10px;
    letter-spacing: 1px;
    vertical-align: bottom;
    display: block; }
  .p-recommend__body {
    font-size: 0; }
  .p-recommend__row {
    margin: 0 auto;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .p-recommend .c-article-block--sponsored {
    padding-top: 30px;
    min-height: 105px; }
  .p-recommend .c-article-block--sponsored:before {
    font-size: 12px;
    content: "Sponsored";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 150px;
    color: #fff;
    background: #4CBBB0;
    padding: 5px 10px;
    line-height: 1; }
  .p-recommend .c-article-block--sponsored .c-article-block__img {
    position: absolute;
    top: 0; }
  .p-recommend .c-article-block--sponsored .c-article-block__img:after {
    content: none; }
  .p-recommend .p-pickup__row .c-article-block--sponsored {
    padding-top: 0;
    min-height: auto; }
  .p-recommend .p-pickup__row .c-article-block--sponsored:before {
    content: none; }
  .p-recommend .p-pickup__row .c-article-block--sponsored .c-article-block__img {
    position: relative; }
  .p-recommend .p-pickup__row .c-article-block--sponsored .c-article-block__img:after {
    content: "Sponsored"; }
  .p-new__body .c-article-block__group, .p-story__body .c-article-block__group, .p-topics__body .c-article-block__group, .p-column__body .c-article-block__group, .p-pickup__body .c-article-block__group {
    width: 47.81341%;
    padding-left: 0; }
  .p-new__body .c-article-block__group:nth-child(n+3), .p-story__body .c-article-block__group:nth-child(n+3), .p-topics__body .c-article-block__group:nth-child(n+3), .p-column__body .c-article-block__group:nth-child(n+3), .p-pickup__body .c-article-block__group:nth-child(n+3) {
    margin-top: 20px; }
  .p-new__body .c-article-block__img, .p-story__body .c-article-block__img, .p-topics__body .c-article-block__img, .p-column__body .c-article-block__img, .p-pickup__body .c-article-block__img {
    width: 100%;
    padding-top: 75%;
    position: relative;
    margin-bottom: 30px; }
  .p-pickup__body .c-main-article-block .c-article-block__img {
    padding-top: 0; }
  .p-fixed-page__pageTitle {
    font-size: 22px;
    line-height: 1.18182;
    text-align: center;
    margin-top: 56px; }
  .p-stepBar {
    position: relative;
    list-style: none;
    margin-top: 42px;
    margin-bottom: 34px;
    padding: 0;
    text-align: center;
    width: 100%;
    overflow: hidden; }
  .p-stepBar__step {
    position: relative;
    float: left;
    display: inline-block;
    line-height: 38px;
    padding: 0 40px 0 20px;
    background-color: #cecece;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    width: 34%; }
  .p-stepBar__step:first-of-type {
    width: 35%; }
  .p-stepBar__step:last-of-type {
    width: 31%; }
  .p-stepBar__step:before, .p-stepBar__step:after {
    position: absolute;
    left: -15px;
    display: block;
    content: '';
    background-color: #cecece;
    border-left: 4px solid #FFF;
    width: 19px;
    height: 19px; }
  .p-stepBar__step:after {
    top: 0;
    -ms-transform: skew(30deg);
    transform: skew(30deg); }
  .p-stepBar__step:before {
    bottom: 0;
    -ms-transform: skew(-30deg);
    transform: skew(-30deg); }
  .p-stepBar__step.current {
    color: #FFF;
    background-color: #648827; }
  .p-stepBar__step.current:before, .p-stepBar__step.current:after {
    background-color: #648827; }
  .p-stepBar__step.current:first-child:before, .p-stepBar__step.current:first-child:after {
    content: none; }
  .p-stepBar.step3 .step {
    width: 33.333%; }
  .p-form-info {
    text-align: center;
    padding: 40px 0; }
  .p-form-info__name {
    font-size: 20px;
    color: #648827;
    line-height: 1.5;
    padding-bottom: 17px; }
  .p-form-info__description {
    color: #242424;
    font-size: 16px;
    line-height: 1.875;
    padding-bottom: 15px; }
  .p-form-info .c-btn {
    padding: 10px 24px 8px; }
  .p-form-info__btn {
    width: 246px;
    margin: 0 auto; }
  .p-form {
    margin-top: 31px; }
  .p-form .p-form__inputText, .p-form .p-form__textArea {
    padding: 10px;
    width: 100%;
    outline: none;
    border-radius: 2px;
    border: 1px solid #e6e6e6; }
  .p-form .p-form__inputText:focus, .p-form .p-form__textArea:focus {
    border: 1px solid #648827;
    outline: none; }
  .p-form .p-form__inputText:focus::-webkit-input-placeholder, .p-form .p-form__textArea:focus::-webkit-input-placeholder {
    color: transparent; }
  .p-form .p-form__inputText:focus:-ms-input-placeholder, .p-form .p-form__textArea:focus:-ms-input-placeholder {
    color: transparent; }
  .p-form .p-form__inputText:focus::placeholder, .p-form .p-form__textArea:focus::placeholder {
    color: transparent; }
  .p-form .p-form__inputText {
    min-height: 54px; }
  .p-form .p-form__textArea {
    min-height: 180px; }
  .p-form__item {
    margin-top: 39px;
    margin-bottom: 32px; }
  .p-form__itemTitle {
    font-size: 16px;
    font-weight: 700; }
  .p-form__select {
    position: relative; }
  .p-form__select select {
    padding: 10px;
    border: 1px solid #e6e6e6;
    width: 100%;
    border-radius: 2px;
    min-height: 54px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .p-form__select .placeholder {
    color: #8c8c8c;
    color: #f00; }
  .p-form__select:before {
    content: '';
    background: url(../../../telling/sp/img/arrow-down-triangle.svg) no-repeat center center;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .p-form__column {
    padding: 0; }
  .p-form__columnTitle {
    font-weight: 300;
    font-size: 16px;
    padding-right: 60px;
    position: relative;
    margin-bottom: 8px; }
  .p-form__columnError {
    display: none;
    color: #ff634a;
    font-size: 16px;
    margin-top: 10px; }
  .p-form__tag {
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 24px;
    padding: 0 6px;
    height: 24px;
    margin-left: 10px;
    margin-bottom: -4px;
    display: inline-block;
    vertical-align: text-bottom; }
  .p-form .-must {
    background: #e37163; }
  .p-form .-any {
    background: #848484; }
  .p-form__must {
    background: #848484;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    line-height: 24px;
    padding: 0 12px;
    height: 24px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12px; }
  .p-form__btnWrap {
    text-align: center;
    margin: 40px 4% 0; }
  .p-form__btnWrap .c-btn {
    width: 100%; }
  .p-form__btnWrap button[disabled] {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .p-form__btnWrapLink {
    font-size: 14px;
    line-height: 1.42857;
    padding: 10px 0; }
  .p-form__btnWrapLink a {
    color: #4d4d4d;
    margin: 0 13%;
    display: block; }
  .p-form__btnWrapLink .c-btn {
    width: 100%;
    display: block; }
  .p-form__btnWrapLink .c-link__text:hover {
    text-decoration: underline; }
  .help__confirm + .p-form__btnWrap {
    margin-top: 80px; }
  .p-form__privacy {
    margin-top: 24px;
    padding: 20px;
    border: 1px solid #e6e6e6; }
  .p-form__privacyCheck {
    text-align: center;
    display: block;
    margin-top: 16px; }
  .p-form__privacyCheck .label-checkbox {
    cursor: pointer;
    position: relative;
    padding-left: 30px; }
  .p-form__privacyCheck .label-checkbox input[type=checkbox] {
    display: none; }
  .p-form__privacyCheck .label-checkbox input[type=checkbox]:checked + .lever {
    color: #758019; }
  .p-form__privacyCheck .label-checkbox input[type=checkbox]:checked + .lever:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    background: #758019;
    position: absolute;
    top: 6px;
    left: 6px; }
  .p-form__privacyCheck .label-checkbox .lever:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #e6e6e6;
    position: absolute;
    top: 0;
    left: 0; }
  .p-form__radioInput {
    display: none; }
  .p-form__radio.-horizon {
    display: inline-block;
    margin-left: 30px; }
  .p-form__radio.-horizon:first-of-type {
    margin-left: 0; }
  .p-form__radioLabel {
    position: relative;
    padding-left: 30px; }
  .p-form__radio .p-form__radioInput + .p-form__radioIcon:before {
    position: absolute;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    border: 2px solid #e6e6e6; }
  .p-form__radio .p-form__radioInput:checked + .p-form__radioIcon:after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    left: 6px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    background: #648827; }
  .p-form .p-form__columnBody.-error input[type=text], .p-form .p-form__columnBody.-error textarea {
    border: 1px solid #ff634a;
    background: #fff3f1; }
  .p-form .p-form__columnBody.-error .p-form__columnError {
    display: block; }
  .p-category__description {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 1.875;
    margin: 0 auto;
    text-align: center; }
  .p-category-header {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto 40px; }
  .p-category-header__supplier {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-top: 10px;
    font-size: 14px;
    color: #242424;
    letter-spacing: 0;
    line-height: 1.66667;
    text-align: center; }
  .p-category-header__list {
    margin-top: 32px; }
  .p-category-header__list ul {
    display: block;
    text-align: center; }
  .p-category-header__list li {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-right: 8px;
    margin-bottom: 4px;
    height: inherit;
    position: relative; }
  .p-category-header__list li:last-of-type {
    margin: 0; }
  .p-category-header__listCat {
    margin-top: 32px;
    margin-bottom: 32px; }
  .p-category-header__listCat ul {
    display: block;
    text-align: center; }
  .p-category-header__listCat li {
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-left: 10px;
    margin-right: 10px;
    position: relative; }
  .p-category-header__listCat li a {
    color: #4CBBB0; }
  .p-category-header__listCat li a:hover {
    border-bottom: 1px solid #4CBBB0; }
  .p-category-header .category__list {
    text-align: center; }
  .p-article-series__head {
    padding: 0 0 0 10px;
    margin: 0 auto 15px;
    font-weight: 700;
    line-height: 1;
    border-left: 4px solid #648827; }
  .p-article-series__list > li {
    padding: 4px 0;
    border-bottom: 1px solid #f0f0f0; }
  .p-article-series a.p-article-series__item:hover {
    color: #648827; }
  .p-article-series a.p-article-series__item:hover .p-article-series__title {
    background-color: rgba(100, 136, 39, 0.05); }
  .p-article-series a.p-article-series__item:hover .p-article-series__number {
    background-color: rgba(100, 136, 39, 0.2); }
  .p-article-series__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    color: #000; }
  .p-article-series__item.current .p-article-series__number {
    color: #fff;
    background-color: #648827; }
  .p-article-series__item.current .p-article-series__title {
    font-weight: 700;
    background-color: rgba(100, 136, 39, 0.05); }
  .p-article-series__number {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 55px;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background-color: #f0f0f0;
    z-index: 2; }
  .p-article-series__img {
    height: 80px;
    width: 106px;
    position: relative;
    overflow: hidden; }
  .p-article-series__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .p-article-series__title {
    width: calc(100% - 109px);
    height: 80px;
    padding: 8px;
    margin: 0 0 0 5px;
    font-size: 14px;
    line-height: 1.5em; }
  .p-toc {
    padding: 0 15px;
    background: #fff7f8;
    border: 2px solid #d9d9d9; }
  .p-toc__title {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 44px;
    border-bottom: 2px solid #d9d9d9; }
  .p-toc ul {
    margin-bottom: 0 !important;
    border: none !important; }
  .p-toc ul a {
    padding-right: 35px !important;
    color: #4CBBB0 !important; }
  .p-toc ul a:before {
    right: 5px !important;
    color: #4CBBB0 !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important; }
  .ad_sp_kiji_video {
    margin: 25px 0;
    font-size: 0;
    text-align: center; }
  .kiji_rect01 {
    min-height: 163px;
    padding: 1px;
    margin: 30px 0; }
  .p-right-column {
    width: 300px; }
  .p-header {
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: #fff;
    top: 0; }
  .p-header ul {
    font-size: 0; }
  .p-header li {
    display: inline-block; }
  .p-header__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 4.26667%;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6; }
  .p-header__logo {
    margin-top: 10px;
    height: auto;
    width: 139px;
    display: inline-block;
    line-height: 1; }
  .p-header__logo svg {
    height: 100%;
    width: 100%; }
  .p-header__title {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #4d4d4d;
    display: inline-block;
    float: left;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 14px;
    margin: 37px 0 0 20px; }
  .p-header__icons {
    float: right;
    width: 120px;
    margin-top: 12px; }
  .p-header__share {
    float: left;
    height: 24px;
    margin-top: 23px;
    width: 144px; }
  .p-header__share ul {
    font-size: 0; }
  .p-header__share li {
    margin-left: 16px; }
  .p-header__share li:first-of-type {
    margin-left: 0; }
  .p-header__share svg {
    height: 24px;
    width: 24px; }
  .p-header__service {
    width: 100%;
    text-align: right; }
  .p-header__service ul {
    font-size: 0; }
  .p-header__service li {
    margin-left: 24px;
    vertical-align: middle; }
  .p-header__service li img {
    width: 24px;
    height: 24px; }
  .p-header__service li:first-of-type {
    margin-left: 0; }
  .p-header__service li.p-header__mail-maga a {
    font-size: 11px;
    color: #000; }
  .p-header-nav {
    background-color: #f5f5f5;
    width: 100%; }
  .p-header-nav__inner {
    margin: 0 auto;
    width: 100%;
    padding: 0 85px 0 112px; }
  .p-header-nav ul {
    font-size: 0; }
  .p-header-nav li {
    display: inline-block; }
  .p-header-nav a {
    font-family: Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #242424;
    font-size: 14px;
    line-height: 1.42857; }
  .u-fl-l {
    float: left; }
  .u-fl-r {
    float: right; }
  .u-mt13 {
    margin-top: 13px; }
  .u-mt16 {
    margin-top: 16px; }
  .u-mt32 {
    margin-top: 32px; }
  .u-mb2 {
    margin-bottom: 2px; }
  .u-mb8 {
    margin-bottom: 8px; }
  .u-mb10 {
    margin-bottom: 10px; }
  .u-mb12 {
    margin-bottom: 12px; }
  .u-mb14 {
    margin-bottom: 14px; }
  .u-mb15 {
    margin-bottom: 15px; }
  .u-mb16 {
    margin-bottom: 16px; }
  .u-mb17 {
    margin-bottom: 17px; }
  .u-mb19 {
    margin-bottom: 19px; }
  .u-mb20 {
    margin-bottom: 20px; }
  .u-mb22 {
    margin-bottom: 22px; }
  .u-mb24 {
    margin-bottom: 24px; }
  .u-mb26 {
    margin-bottom: 26px; }
  .u-mb30 {
    margin-bottom: 30px; }
  .u-mb32 {
    margin-bottom: 32px; }
  .u-mb33 {
    margin-bottom: 33px; }
  .u-mb34 {
    margin-bottom: 34px; }
  .u-mb36 {
    margin-bottom: 36px; }
  .u-mb40 {
    margin-bottom: 40px; }
  .u-mb43 {
    margin-bottom: 43px; }
  .u-mb46 {
    margin-bottom: 46px; }
  .u-mb48 {
    margin-bottom: 48px; }
  .u-mb51 {
    margin-bottom: 51px; }
  .u-mb54 {
    margin-bottom: 54px; }
  .u-mb56 {
    margin-bottom: 56px; }
  .u-mb64 {
    margin-bottom: 64px; }
  .u-mb80 {
    margin-bottom: 85px; }
  .u-mb85 {
    margin-bottom: 85px; }
  .u-cf:before, .u-cf:after {
    content: " ";
    display: table; }
  .u-cf:after {
    clear: both; }
  .u-cf {
    *zoom: 1; }
  .u-fs10 {
    font-size: 10px; }
  .u-fs12 {
    font-size: 12px; }
  .u-fs14 {
    font-size: 14px; }
  .u-fs16 {
    font-size: 16px; }
  .u-fs18 {
    font-size: 18px; }
  .u-fs22 {
    font-size: 22px; }
  .u-fs24 {
    font-size: 24px; }
  .u-fs26 {
    font-size: 26px; }
  .u-d-ib {
    display: inline-block; }
  .u-vh {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
  [dir=rtl] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .slick-arrow.slick-hidden {
    display: none; }
  .p-top-attention {
    background: rgba(240, 103, 121, 0.05);
    margin: 0 4.26667% 40px;
    padding: 17px; }
  .p-top-attention a {
    color: #4CBBB0;
    display: block;
    font-size: 16px;
    line-height: 1.875;
    position: relative;
    width: auto;
    padding-right: 10px; }
  .p-top-attention a:hover {
    text-decoration: underline; }
  .p-top-attention a:before {
    color: #4CBBB0;
    content: "\e900";
    font-family: icon-font;
    font-size: 16px;
    line-height: 1;
    margin: -8px 0 0 10px;
    position: absolute;
    right: 0;
    top: 50%; }
  .p-top-attention a[target=_blank]:after {
    color: #bfbfbf;
    content: "\e908";
    font-family: icon-font;
    font-size: 16px;
    display: inline-block; }
  .p-top-attention__text {
    display: inline; } }

/*----------------------------------

component

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
/*
  hero
*/
.hero {
  padding: 151px 0 225px;
  background-image: url(../img/component/hero_bg.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .hero {
      margin-top: 94px;
      padding: 45px 0 66px;
      background-image: url(../img/component/hero_bg_sp.png); } }
  .hero .section_inner {
    text-align: center; }
  .hero_title {
    color: #ffffff;
    font-size: 7.0rem;
    text-align: center;
    min-width: 850px;
    padding: 13.5px 25px;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #4CBBB0;
    letter-spacing: 0;
    margin: 0 auto;
    display: inline-block; }
    @media (max-width: 749px) {
      .hero_title {
        font-size: 3.0rem;
        padding: 17.5px 10px;
        min-width: initial;
        width: calc(100% + 20px);
        margin: 0 -10px; } }

.webp .hero {
  background-image: url(../img/component/hero_bg.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .webp .hero {
      background-image: url(../img/component/hero_bg_sp.webp); } }

/*
  hd2
*/
.hdg2 {
  text-align: center;
  margin-bottom: 59px; }
  @media (max-width: 749px) {
    .hdg2 {
      margin-bottom: 16px; } }
  .hdg2_text {
    display: inline-block;
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    padding: 0 52px; }
    @media (max-width: 749px) {
      .hdg2_text {
        font-size: 2.4rem;
        padding: 0 44px; } }
    .hdg2_text::before, .hdg2_text::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 32px;
      height: 6px;
      background-image: url(../img/component/icon_hdg2.svg);
      background-size: cover;
      background-repeat: no-repeat; }
    .hdg2_text::before {
      left: 0; }
    .hdg2_text::after {
      right: 0;
      transform: rotate(180deg); }
  .hdg2_subText {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 9px; }
    @media (max-width: 749px) {
      .hdg2_subText {
        font-size: 1.4rem; } }

/*
  anchor
*/
.anchor_list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 749px) {
    .anchor_list {
      gap: 10px 9px; } }
  .anchor_list_item {
    display: flex;
    align-items: stretch;
    position: relative; }
    @media (max-width: 749px) {
      .anchor_list_item {
        width: calc((100% - 9px) / 2); } }
    .anchor_list_item::after {
      content: "";
      position: absolute;
      bottom: 2px;
      right: 2px;
      width: 17px;
      height: 17px;
      background-image: url(../img/component/icon_anchor_tri.svg);
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 749px) {
        .anchor_list_item::after {
          bottom: 1px;
          right: 0; } }
    .anchor_list_item a {
      display: block;
      position: relative;
      text-align: center;
      width: 100%;
      padding: 16px 16px 57px;
      background: #4CBBB0;
      border-radius: 10px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 749px) {
        .anchor_list_item a {
          display: flex;
          align-items: center;
          text-align: left;
          padding: 14.5px 8px 14.5px 43px; } }
      .anchor_list_item a::after {
        content: "";
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
        margin: auto;
        height: 32px;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 749px) {
          .anchor_list_item a::after {
            top: 0;
            bottom: 0;
            left: 15px;
            right: unset;
            width: 20px;
            height: 20px; } }
      .anchor_list_item a span {
        color: #fff;
        font-size: 1.8rem;
        font-weight: bold; }
        @media (max-width: 749px) {
          .anchor_list_item a span {
            font-size: 1.4rem; } }

/*
  circle_button
*/
.circle_button {
  display: block;
  position: relative;
  color: #ffffff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  width: 360px;
  padding: 25px 40px;
  background: #4CBBB0;
  border-radius: 50px; }
  @media (max-width: 749px) {
    .circle_button {
      font-size: 1.6rem;
      width: 100%;
      padding: 13px 40px; } }
  .circle_button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff; }
    @media (max-width: 749px) {
      .circle_button::before {
        width: 8px;
        height: 8px;
        border-top: 2px solid #ffffff; } }
  .circle_button.prev::before {
    left: 32px;
    border-left: 3px solid #ffffff;
    transform: rotate(-45deg); }
    @media (max-width: 749px) {
      .circle_button.prev::before {
        left: 24px;
        border-left: 2px solid #ffffff; } }
  .circle_button.next::before {
    right: 32px;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg); }
    @media (max-width: 749px) {
      .circle_button.next::before {
        right: 24px;
        border-right: 2px solid #ffffff; } }
  .circle_button.shadow {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
  .circle_button.pageback {
    margin: 0 auto;
    margin-top: 150px; }
    @media (max-width: 749px) {
      .circle_button.pageback {
        margin-top: 48px; } }

/*
  footerBlock
*/
.footerBlock {
  margin-top: -64px;
  padding-top: 408px;
  padding-bottom: 98px;
  background-image: url(../img/component/footer_block_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .footerBlock {
      margin-top: 50px;
      padding-top: 0;
      padding-bottom: 0;
      background: none; } }
  .footerBlock_inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 749px) {
      .footerBlock_inner {
        padding: 0 15px;
        overflow: hidden; } }
  .footerBlock .footerBlockLink {
    margin-top: 754px; }
    @media (max-width: 749px) {
      .footerBlock .footerBlockLink {
        margin-top: 30px;
        padding: 0; } }
    @media (max-width: 749px) {
      .footerBlock .footerBlockLink .circle_button {
        max-width: 100%;
        padding: 13px 40px; } }

/*
  footerBlockList
*/
.footerBlockList_item {
  display: flex;
  position: relative; }
  @media (max-width: 749px) {
    .footerBlockList_item {
      flex-direction: column; } }
  .footerBlockList_item + .footerBlockList_item {
    margin-top: -7.89855072464%; }
    @media (max-width: 749px) {
      .footerBlockList_item + .footerBlockList_item {
        margin-top: 8px; } }

.footerBlockList_image {
  width: 59.4202898551%;
  max-width: 820px; }
  @media (max-width: 749px) {
    .footerBlockList_image {
      width: 100%; } }

.footerBlockList_card {
  position: absolute;
  top: 9.58333333333vw;
  right: -0.72463768115%;
  width: 50.652173913%;
  max-width: 699px;
  padding: 7.10144927536% 3.76811594203% 9.42028985507% 0px;
  background-image: url(../img/home/pages_card_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .footerBlockList_card {
      position: relative;
      top: -122px;
      left: -15px;
      right: unset;
      width: 98.4vw;
      margin-bottom: -122px;
      padding: 53px 18px 75px 0px;
      background-image: url(../img/home/pages_card_bg_sp.png); } }
  .footerBlockList_card_title {
    position: relative;
    color: #733d00;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    padding: 24px 0;
    background-size: cover; }
    @media screen and (max-width: 1280px) {
      .footerBlockList_card_title {
        font-size: 1.8rem;
        padding: 14px 0; } }
    .footerBlockList_card_title::before, .footerBlockList_card_title::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 6px;
      background-image: url(../img/home/pages_card_line.svg);
      background-size: 100% 6px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1280px) {
        .footerBlockList_card_title::before, .footerBlockList_card_title::after {
          background-image: url(../img/home/pages_card_line_sp.svg);
          background-size: 100% 3px; } }
    .footerBlockList_card_title::before {
      top: 0; }
    .footerBlockList_card_title::after {
      bottom: 0; }

.footerBlockList_button {
  width: 100%;
  max-width: 360px;
  margin: 32px auto 0; }
  @media screen and (max-width: 1280px) {
    .footerBlockList_button {
      font-size: 1.4rem;
      max-width: 187px;
      padding: 10px 40px;
      margin-top: 12px; } }
  @media screen and (max-width: 1280px) {
    .footerBlockList_button::before {
      right: 19px; } }

@media (min-width: 750px) {
  .footerBlockList_item:nth-child(even) {
    justify-content: flex-end; } }

.footerBlockList_item:nth-child(even) .footerBlockList_card {
  left: 0.72463768115%;
  padding: 7.10144927536% 0 9.42028985507% 3.76811594203%;
  background-image: url(../img/home/pages_card_bg_reverse.png); }
  @media (max-width: 749px) {
    .footerBlockList_item:nth-child(even) .footerBlockList_card {
      left: unset;
      right: 10px;
      padding: 53px 0 75px 18px;
      background-image: url(../img/home/pages_card_bg_reverse_sp.png); } }

/*
  footerBlockLink
*/
.footerBlockLink {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 749px) {
    .footerBlockLink {
      padding: 0 15px; } }
  .footerBlockLink_flex {
    display: flex;
    gap: 0 18.1818181818%; }
    @media (max-width: 749px) {
      .footerBlockLink_flex {
        flex-direction: column;
        gap: 20px 0; } }
    .footerBlockLink_flex a {
      width: calc((100% - 18.1818181818%) / 2); }
      @media (max-width: 749px) {
        .footerBlockLink_flex a {
          width: 100%; } }
  .footerBlockLink_sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px; }
    @media (max-width: 749px) {
      .footerBlockLink_sns {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 32px; } }
    .footerBlockLink_sns .share_text {
      font-weight: bold;
      margin-right: 30px; }
      @media (max-width: 749px) {
        .footerBlockLink_sns .share_text {
          text-align: center;
          width: 100%;
          margin: 0 0 10px; } }
    .footerBlockLink_sns .openShare {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 261px;
      height: 70px;
      cursor: pointer; }
      @media (max-width: 749px) {
        .footerBlockLink_sns .openShare {
          width: 60px;
          height: 60px; } }
      .footerBlockLink_sns .openShare.fb {
        background: #1777f1; }
        @media (max-width: 749px) {
          .footerBlockLink_sns .openShare.fb img {
            width: auto;
            height: 40px; } }
      .footerBlockLink_sns .openShare.x {
        background: #000000; }
        @media (max-width: 749px) {
          .footerBlockLink_sns .openShare.x img {
            width: auto;
            height: 32px; } }
      .footerBlockLink_sns .openShare.line {
        background: #00b902; }
        @media (max-width: 749px) {
          .footerBlockLink_sns .openShare.line img {
            width: auto;
            height: 53px; } }
      .footerBlockLink_sns .openShare + .openShare {
        margin-left: 8px; }
        @media (max-width: 749px) {
          .footerBlockLink_sns .openShare + .openShare {
            margin-left: 10px; } }
  .footerBlockLink_kodomo {
    display: block;
    width: 168px;
    margin: 80px auto 0; }
    @media (max-width: 749px) {
      .footerBlockLink_kodomo {
        margin-top: 42px; } }
  .footerBlockLink_box {
    margin-top: 50px; }
    @media (max-width: 749px) {
      .footerBlockLink_box {
        margin-top: 19px; } }
    .footerBlockLink_box p {
      line-height: 1.675;
      text-align: center; }
      @media (max-width: 749px) {
        .footerBlockLink_box p {
          font-size: 1.4rem;
          line-height: 2.14285714286; } }
  .footerBlockLink_contact {
    margin-top: 50px;
    padding: 34px; }
    @media (max-width: 749px) {
      .footerBlockLink_contact {
        margin-top: 19px;
        padding: 16px 10px; } }
    .footerBlockLink_contact p {
      line-height: 1.675;
      text-align: center; }
      @media (max-width: 749px) {
        .footerBlockLink_contact p {
          font-size: 1.4rem;
          line-height: 2.14285714286; } }
  .footerBlockLink_policy {
    margin-top: 50px;
    padding: 34px;
    text-align: center; }
    @media (max-width: 749px) {
      .footerBlockLink_policy {
        margin-top: 19px;
        padding: 16px 10px; } }
    .footerBlockLink_policy a {
      line-height: 1.675; }
      @media (max-width: 749px) {
        .footerBlockLink_policy a {
          font-size: 1.4rem;
          line-height: 2.14285714286; } }

/*
  記事カード
*/
.card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: solid 2px #eeeeee;
  background-color: #ffffff;
  padding: 17px 18px;
  box-sizing: border-box; }
  @media (max-width: 749px) {
    .card {
      padding: 8px; } }
  .card img {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px; }
    @media (max-width: 749px) {
      .card img {
        margin-bottom: 10px; } }
  .card .cat {
    margin-bottom: 10px; }
    .card .cat > span {
      position: relative;
      padding: 10px 20px;
      display: block;
      border-radius: 999999px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background-color: #4CBBB0; }
      @media (max-width: 749px) {
        .card .cat > span {
          font-size: 1.2rem; } }
      .card .cat > span::before, .card .cat > span::after {
        position: absolute;
        top: 50%;
        width: 10px;
        height: 10px;
        border-radius: 999999px;
        display: block;
        background-color: #fff;
        transform: translateY(-50%);
        content: ""; }
      .card .cat > span::after {
        left: 10px; }
        @media (max-width: 749px) {
          .card .cat > span::after {
            left: 10px; } }
      .card .cat > span::before {
        right: 10px; }
        @media (max-width: 749px) {
          .card .cat > span::before {
            right: 10px; } }
      .card .cat > span:empty {
        display: none; }
  .card .title {
    font-weight: bold;
    margin-bottom: 10px; }
  .card .person {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    font-weight: bold;
    color: #959595;
    margin-top: auto;
    flex-shrink: 0; }
    .card .person .work {
      font-size: 1.2rem;
      margin-bottom: 4px; }

/*
  インフォメーションボックス
*/
.info {
  margin: 40px 0;
  padding: 20px 30px;
  background-color: #f5f5f5; }
  @media (max-width: 749px) {
    .info {
      margin: 30px 0;
      padding: 15px 20px; } }
  .info p.title {
    margin-bottom: 20px;
    font-size: 1.8rem !important;
    font-weight: 700; }
    @media (max-width: 749px) {
      .info p.title {
        font-size: 1.6rem !important; } }
  @media (max-width: 749px) {
    .info p.text {
      font-size: 1.4rem !important; } }
  .info a {
    color: #0071c1;
    text-decoration: underline;
    font-weight: 700; }

.text_link {
  color: #0071c1;
  text-decoration: underline; }

/*----------------------------------

animation

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
.scrollTrigger[data-scroll="fadeUp"] {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s, transform 0.7s; }
  .scrollTrigger[data-scroll="fadeUp"].active {
    opacity: 1;
    transform: translateY(0); }

/*----------------------------------

home

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.home {
  background-image: url(../img/home/home_bg.jpg);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .home {
      background-image: url(../img/home/home_bg_sp.jpg);
      background-size: cover; } }
  .home .section {
    position: relative; }
    .home .section_inner {
      max-width: 980px;
      margin: 0 auto;
      padding: 0 50px; }
      @media (max-width: 749px) {
        .home .section_inner {
          padding: 16px; } }
  .home_hdg {
    text-align: center; }
    @media (max-width: 749px) {
      .home_hdg {
        margin-bottom: 16px; } }
    .home_hdg span {
      position: relative;
      color: #733D00;
      font-size: 3rem;
      font-weight: bold;
      padding: 0 52px; }
      @media (max-width: 749px) {
        .home_hdg span {
          font-size: 2.4rem;
          padding: 0 44px; } }
      .home_hdg span::before, .home_hdg span::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 32px;
        height: 6px;
        background-image: url(../img/component/icon_hdg2.svg);
        background-size: cover;
        background-repeat: no-repeat; }
      .home_hdg span::before {
        left: 0; }
      .home_hdg span::after {
        right: 0;
        transform: rotate(180deg); }
  .home .mainvisual {
    position: relative; }
    @media (max-width: 749px) {
      .home .mainvisual {
        margin-top: 94px; } }
    .home .mainvisual_title {
      width: 100%;
      margin: 0 auto; }
      @media (max-width: 749px) {
        .home .mainvisual_title {
          max-width: unset; } }
  @media (max-width: 749px) {
    .home .slider {
      padding-top: 26.6666666667vw;
      margin: 0; } }
  .home .slider_inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 120px; }
    @media (max-width: 749px) {
      .home .slider_inner {
        padding: 0 15px; } }
  .home_slider {
    position: relative; }
    @media (max-width: 749px) {
      .home_slider {
        top: 0;
        width: calc(100% - 10px);
        margin: 0 auto; } }
    .home_slider_wrap {
      display: flex; }
      @media (max-width: 749px) {
        .home_slider_wrap {
          flex-direction: column; } }
    .home_slider_image {
      width: 50%; }
      @media (max-width: 749px) {
        .home_slider_image {
          width: 100%; } }
      @media (min-width: 750px) {
        .home_slider_image img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
    .home_slider_box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative;
      width: 50%;
      padding: 30px;
      padding-right: 50px;
      background: #FFFFFF; }
      @media (max-width: 749px) {
        .home_slider_box {
          width: 100%;
          padding: 36px 15px 82px; } }
      .home_slider_box::before, .home_slider_box::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 87.0454545455%;
        height: 6px;
        background-image: url(../img/home/slick_line.svg);
        background-size: 100% auto;
        background-repeat: no-repeat; }
        @media (max-width: 749px) {
          .home_slider_box::before, .home_slider_box::after {
            width: 91.0447761194%;
            background-image: url(../img/home/slick_line_sp.svg); } }
      .home_slider_box::before {
        top: 30px; }
        @media (max-width: 749px) {
          .home_slider_box::before {
            top: 15px; } }
      .home_slider_box::after {
        bottom: 30px; }
        @media (max-width: 749px) {
          .home_slider_box::after {
            bottom: 15px; } }
    .home_slider_title {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.8;
      margin-bottom: 15px; }
      @media (max-width: 749px) {
        .home_slider_title {
          font-size: 1.6rem;
          line-height: 1.5; } }
    .home_slider_name {
      font-size: 1.4rem;
      font-weight: bold; }
      @media (max-width: 749px) {
        .home_slider_name {
          font-size: 1.2rem; } }
    .home_slider_link {
      position: absolute;
      bottom: 50px;
      right: 30px;
      font-size: 1.8rem;
      font-weight: bold;
      padding-right: 17px; }
      @media (max-width: 749px) {
        .home_slider_link {
          bottom: 34px;
          right: 16px;
          font-size: 1.2rem;
          padding-right: 12px; } }
      .home_slider_link::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 12px;
        height: 12px;
        border-top: 3px solid #333333;
        border-right: 3px solid #333333;
        transform: rotate(45deg); }
        @media (max-width: 749px) {
          .home_slider_link::after {
            width: 8px;
            height: 8px;
            border-top: 2px solid #333333;
            border-right: 2px solid #333333; } }
  .home .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 40px;
    margin: auto;
    font-size: 0;
    width: 65px;
    height: 65px;
    background: #4CBBB0;
    border-radius: 50px;
    z-index: 1; }
    @media (max-width: 749px) {
      .home .slick-arrow {
        width: 40px;
        height: 40px;
        opacity: 1; } }
    .home .slick-arrow::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 13px;
      height: 13px;
      border-top: 3px solid #fff; }
      @media (max-width: 749px) {
        .home .slick-arrow::before {
          width: 9px;
          height: 9px;
          border-top: 2px solid #ffffff; } }
  .home .slick-prev {
    left: -32px; }
    @media (max-width: 749px) {
      .home .slick-prev {
        left: -10px; } }
    .home .slick-prev::before {
      border-left: 3px solid #fff;
      transform: rotate(-45deg); }
      @media (max-width: 749px) {
        .home .slick-prev::before {
          border-left: 2px solid #fff; } }
  .home .slick-next {
    right: -32px; }
    @media (max-width: 749px) {
      .home .slick-next {
        right: -10px; } }
    .home .slick-next::before {
      border-right: 3px solid #fff;
      transform: rotate(45deg); }
      @media (max-width: 749px) {
        .home .slick-next::before {
          border-right: 2px solid #fff; } }
  .home .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    margin-top: 30px; }
    @media (max-width: 749px) {
      .home .slick-dots {
        margin-top: 33px; } }
    .home .slick-dots li {
      font-size: 0;
      width: 10px;
      height: 10px;
      background: #ffffff;
      border-radius: 50px;
      cursor: pointer; }
    .home .slick-dots .slick-active {
      background: #733d00; }
  .home .lead {
    padding-top: 84px;
    padding-bottom: 84px; }
    @media (max-width: 749px) {
      .home .lead {
        padding-top: 61px;
        padding-bottom: 0; } }
    .home .lead_inner {
      position: relative;
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 120px; }
      @media (max-width: 749px) {
        .home .lead_inner {
          padding: 0 15px; } }
    .home .lead_box {
      width: 65.9090909091%; }
      @media (max-width: 749px) {
        .home .lead_box {
          width: 100%; } }
    .home .lead_title {
      color: #733D00;
      font-size: 3rem;
      margin-bottom: 10px; }
      @media (max-width: 749px) {
        .home .lead_title {
          font-size: 2.4rem;
          text-align: center;
          margin-bottom: 18px; } }
    .home .lead_text {
      color: #733D00;
      font-size: 2rem;
      font-weight: bold;
      line-height: 2; }
      @media (max-width: 749px) {
        .home .lead_text {
          font-size: 1.6rem;
          line-height: 1.5; } }
      .home .lead_text .yellow {
        color: #FFF095; }
    .home .lead_image {
      width: 19.84375vw;
      max-width: 381px; }
      @media (min-width: 750px) {
        .home .lead_image {
          position: absolute;
          top: -60px;
          left: calc(65.9090909091% - 10px); } }
      @media (max-width: 749px) {
        .home .lead_image {
          width: 95.4666666667vw;
          margin-top: 24px;
          margin-left: auto;
          margin-right: auto; } }
  .home .movie {
    padding-top: 108px;
    padding-bottom: 118px; }
    @media (max-width: 749px) {
      .home .movie {
        padding-top: 10px;
        padding-bottom: 38px; } }
    .home .movie_wrap small {
      margin-top: 5px;
      display: block;
      font-size: 1.2rem;
      text-align: right; }
    .home .movie_block {
      position: relative;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 56.25%;
      overflow: hidden; }
      @media (max-width: 749px) {
        .home .movie_block {
          margin-top: 39px; } }
    .home .movie_youtube {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .home .pages_inner {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 50px; }
    @media (max-width: 749px) {
      .home .pages_inner {
        padding: 0 15px;
        overflow: hidden; } }
  .home .news {
    padding-top: 212px; }
    @media (max-width: 749px) {
      .home .news {
        padding-top: 54px; } }
    .home .news_inner {
      max-width: 1480px;
      margin: 0 auto;
      padding: 0 50px; }
      @media (max-width: 749px) {
        .home .news_inner {
          padding: 0 20px; } }
    .home .news .home_hdg span {
      color: #733D00;
      font-size: 3.6rem;
      padding: 0 66px; }
      @media (max-width: 749px) {
        .home .news .home_hdg span {
          font-size: 2.4rem;
          padding: 0 45px; } }
      .home .news .home_hdg span::before, .home .news .home_hdg span::after {
        background-image: url(../img/home/icon_home_hdg2.svg);
        width: 43px;
        height: 8px; }
        @media (max-width: 749px) {
          .home .news .home_hdg span::before, .home .news .home_hdg span::after {
            width: 32px;
            height: 6px; } }
      @media (max-width: 749px) {
        .home .news .home_hdg span::before {
          transform: rotate(180deg); } }
      @media (max-width: 749px) {
        .home .news .home_hdg span::after {
          transform: rotate(0); } }
    .home .news_box {
      position: relative;
      margin-top: 39px;
      padding: 36px 18.115942029% 28px;
      background: #ffffff; }
      @media (max-width: 749px) {
        .home .news_box {
          padding: 20px 10px 55px; } }
      .home .news_box::before, .home .news_box::after {
        content: "";
        position: absolute;
        left: calc(17px / -2);
        margin: auto;
        width: calc(100% + 17px);
        height: 77px;
        background-image: url(../img/home/news_box_tri.svg);
        background-size: contain;
        background-repeat: no-repeat; }
        @media (max-width: 749px) {
          .home .news_box::before, .home .news_box::after {
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% + 10px);
            height: 13.3333333333vw;
            background-image: url(../img/home/news_box_tri_sp.svg);
            background-size: cover; } }
      .home .news_box::before {
        top: -6px; }
      .home .news_box::after {
        bottom: -6px;
        transform: rotate(180deg); }
        @media (max-width: 749px) {
          .home .news_box::after {
            transform: rotate(180deg) translateX(50%); } }
    .home .news_list {
      margin-top: 40px;
      border-top: 1px solid #333333; }
      @media (max-width: 749px) {
        .home .news_list {
          margin-top: 29px; } }
    .home .news_item {
      border-bottom: 1px solid #333333; }
      .home .news_item_inner {
        display: flex;
        position: relative;
        padding: 30px 32px 30px 23px; }
        @media (max-width: 749px) {
          .home .news_item_inner {
            flex-direction: column;
            padding: 11px 0 8px; } }
        .home .news_item_inner::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 21px;
          margin: auto;
          width: 7px;
          height: 7px;
          border-top: 2px solid #333333;
          border-right: 2px solid #333333;
          transform: rotate(45deg); }
          @media (max-width: 749px) {
            .home .news_item_inner::after {
              content: none; } }
    .home .news_date {
      margin-right: 22px; }
      @media (max-width: 749px) {
        .home .news_date {
          font-size: 1.4rem;
          margin: 0 0 4px; } }
    @media (max-width: 749px) {
      .home .news_title {
        font-size: 1.4rem;
        line-height: 1.42857142857; } }
    .home .news_title .min {
      font-size: 1.2rem; }
      @media (max-width: 749px) {
        .home .news_title .min {
          font-size: 1.0rem; } }
    .home .news_link {
      text-align: right;
      margin-top: 33px; }
      .home .news_link a {
        position: relative;
        padding-right: 15px;
        z-index: 5; }
        @media (max-width: 749px) {
          .home .news_link a {
            font-size: 1.4rem; } }
        .home .news_link a::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          width: 7px;
          height: 7px;
          border-top: 2px solid #333333;
          border-right: 2px solid #333333;
          transform: rotate(45deg); }
  .home .link {
    margin-top: 299px;
    padding-bottom: 100px; }
    @media (max-width: 749px) {
      .home .link {
        margin-top: 125px;
        padding-bottom: 60px; } }
  @media (max-width: 749px) {
    .home + footer + footer {
      position: absolute;
      bottom: 0; } }

.webp .home .pages_card {
  background-image: url(../img/home/pages_card_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .webp .home .pages_card {
      background-image: url(../img/home/pages_card_bg_sp.webp); } }

.webp .home .pages_item:nth-child(even) .pages_card {
  background-image: url(../img/home/pages_card_bg_reverse.webp); }
  @media (max-width: 749px) {
    .webp .home .pages_item:nth-child(even) .pages_card {
      background-image: url(../img/home/pages_card_bg_reverse_sp.webp); } }

/*----------------------------------

qa

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.qa .anchor_list {
  gap: 0 10px; }
  @media (max-width: 749px) {
    .qa .anchor_list {
      gap: 10px 9px; } }
  .qa .anchor_list_item {
    width: calc((100% - 40px) / 5); }
    @media (max-width: 749px) {
      .qa .anchor_list_item {
        width: calc((100% - 9px) / 2); } }
    .qa .anchor_list_item a.item01::after {
      width: 32px;
      background-image: url(../img/qa/icon_article_anchor01.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item01::after {
          width: 20px; } }
    .qa .anchor_list_item a.item02::after {
      width: 33px;
      background-image: url(../img/qa/icon_article_anchor02.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item02::after {
          width: 20px; } }
    .qa .anchor_list_item a.item03::after {
      width: 34px;
      background-image: url(../img/qa/icon_article_anchor03.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item03::after {
          width: 20px;
          height: 20px; } }
    .qa .anchor_list_item a.item04::after {
      width: 32px;
      background-image: url(../img/qa/icon_article_anchor04.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item04::after {
          width: 20px; } }
    .qa .anchor_list_item a.item05::after {
      width: 36px;
      background-image: url(../img/qa/icon_article_anchor05.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item05::after {
          width: 20px;
          height: 18px; } }

.qa_wrap {
  margin-top: 40px;
  padding: 50px 150px;
  background: #fff8d6;
  border-radius: 10px; }
  @media (max-width: 749px) {
    .qa_wrap {
      margin-top: 30px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 18px 15px 15px; } }

.qa h3 {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding-left: 53px; }
  @media (max-width: 749px) {
    .qa h3 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      padding-left: 42px; } }
  .qa h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 6px;
    background-image: url(../img/qa/qa_hdg3_dots.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  .qa h3:not(:first-child) {
    margin-top: 40px; }
    @media (max-width: 749px) {
      .qa h3:not(:first-child) {
        margin-top: 32px; } }

.qa_acc + .qa_acc {
  margin-top: 16px; }
  @media (max-width: 749px) {
    .qa_acc + .qa_acc {
      margin-top: 8px; } }

.qa_acc_head {
  position: relative;
  cursor: pointer; }
  .qa_acc_head::before, .qa_acc_head::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 16px;
    height: 2px;
    background: #4CBBB0;
    border-radius: 100px; }
    @media (max-width: 749px) {
      .qa_acc_head::before, .qa_acc_head::after {
        right: 8px; } }
  .qa_acc_head::after {
    transform: rotate(90deg); }
  .qa_acc_head > span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    min-height: 100%;
    background-image: url(../img/qa/qa_acc_q_bg.png);
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 749px) {
      .qa_acc_head > span {
        width: 22px;
        background-image: url(../img/qa/qa_acc_q_bg_sp.png); }
        .qa_acc_head > span svg {
          width: auto;
          height: 12px; } }
  .qa_acc_head.active {
    background-color: #fddf83;
    border-radius: 10px 10px 0 0; }
    .qa_acc_head.active .qa_acc_title {
      background-color: #fddf83;
      border-radius: 5px 5px 0 0; }

.qa_acc_title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  min-height: 92px;
  padding: 0 64px 0 120px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: background-color 0.3s; }
  @media (max-width: 749px) {
    .qa_acc_title {
      font-size: 1.4rem;
      line-height: 1.42857142857;
      min-height: 36px;
      padding: 5px 32px 5px 30px;
      border-radius: 5px; } }

.qa_acc_body {
  display: none;
  position: relative;
  top: -10px;
  padding: 0 30px 30px;
  background: #fddf83;
  border-radius: 0 0 10px 10px; }
  @media (max-width: 749px) {
    .qa_acc_body {
      top: 0;
      padding: 0 4px 4px;
      border-radius: 0 0 5px 5px; } }
  .qa_acc_body_inner {
    display: flex;
    align-items: flex-start;
    gap: 0 34px;
    padding: 30px;
    background: #fff;
    border-radius: 10px; }
    @media (max-width: 749px) {
      .qa_acc_body_inner {
        flex-direction: column;
        padding: 3px 8px 8px;
        border-radius: 5px; } }
    @media (max-width: 749px) {
      .qa_acc_body_inner span {
        line-height: 1;
        margin-bottom: 12px; } }
    @media (max-width: 749px) {
      .qa_acc_body_inner span svg {
        width: auto;
        height: 12px; } }

@media (max-width: 749px) {
  .qa_acc_text {
    font-size: 1.4rem;
    line-height: 1.42857142857; } }

.qa .btn_wrap {
  display: flex;
  justify-content: center; }
  .qa .btn_wrap .tel_btn {
    width: 100%;
    max-width: 500px;
    border-radius: 50px;
    border: solid 2px #4CBBB0;
    padding: 16px 30px 21.43px;
    background-color: #ffffff;
    min-height: 101px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 749px) {
      .qa .btn_wrap .tel_btn {
        min-height: 50px;
        padding: 11px 30px 12px; } }
  .qa .btn_wrap .circle_button {
    width: 100%;
    max-width: 500px; }

.qa .qa_acc_text + .btn_wrap {
  margin-top: 30px; }
  @media (max-width: 749px) {
    .qa .qa_acc_text + .btn_wrap {
      margin-top: 15px; } }
  .qa .qa_acc_text + .btn_wrap + .qa_acc_text {
    margin-top: 30px; }
    @media (max-width: 749px) {
      .qa .qa_acc_text + .btn_wrap + .qa_acc_text {
        margin-top: 15px; } }

.webp .qa_acc_head > span {
  background-image: url(../img/qa/qa_acc_q_bg.webp);
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .webp .qa_acc_head > span {
      background-image: url(../img/qa/qa_acc_q_bg_sp.webp); } }

/*----------------------------------

common

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.article .tab {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-bottom: solid 4px #4CBBB0;
  margin-bottom: 40px; }
  @media (max-width: 749px) {
    .article .tab {
      padding-bottom: 4px;
      flex-wrap: wrap;
      gap: 5px 4px; } }
  @media (max-width: 749px) {
    .article .tab {
      margin-bottom: 30px; } }
  .article .tab_list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 205px;
    border-radius: 10px 10px 0 0;
    background: #eeeeee;
    color: #aaaaaa;
    font-size: 1.8rem;
    font-weight: bold;
    border: solid 2px #eeeeee;
    border-bottom: none;
    text-align: center;
    padding: 14.5px 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s; }
    @media (max-width: 749px) {
      .article .tab_list {
        border-radius: 10px;
        font-size: 1.4rem;
        padding: 10px;
        width: calc(50% - 2px); } }
    .article .tab_list:first-child {
      width: 174px; }
      @media (max-width: 749px) {
        .article .tab_list:first-child {
          width: calc(50% - 2px); } }
    .article .tab_list:last-child {
      width: 206px; }
      @media (max-width: 749px) {
        .article .tab_list:last-child {
          width: calc(50% - 2px); } }
    .article .tab_list.active {
      color: #ffffff;
      border-color: #4CBBB0;
      background: #4CBBB0; }
    .article .tab_list:hover {
      color: #ffffff;
      border-color: #4CBBB0;
      background: #4CBBB0; }

.article_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap; }
  @media (max-width: 749px) {
    .article_list {
      gap: 8px; } }
  .article_list_item {
    width: calc((100% - 30px) / 3);
    border-radius: 10px;
    border: solid 2px #eeeeee;
    padding: 18px 18px;
    box-sizing: border-box;
    min-height: 431px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 749px) {
      .article_list_item {
        width: 100%;
        min-height: auto;
        padding: 8px; } }
    .article_list_item a {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .article_list_item a img {
        display: block;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 20px; }
        @media (max-width: 749px) {
          .article_list_item a img {
            margin-bottom: 10px; } }
      .article_list_item a .cat_list {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 5px 10px;
        flex-wrap: wrap;
        margin-bottom: 16px; }
        @media (max-width: 749px) {
          .article_list_item a .cat_list {
            margin-bottom: 10px; } }
        .article_list_item a .cat_list .cat {
          min-width: 110px;
          border-radius: 10px;
          border: solid 2px #f2ba9b;
          color: #f2ba9b;
          text-align: center;
          font-size: 1.2rem;
          font-weight: bold;
          padding: 4px;
          box-sizing: border-box; }
          @media (max-width: 749px) {
            .article_list_item a .cat_list .cat {
              min-width: none;
              padding: 4px; } }
      .article_list_item a .ttl {
        font-weight: bold; }
        @media (max-width: 749px) {
          .article_list_item a .ttl {
            margin-bottom: 10px; } }
      .article_list_item a .person {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        margin-top: auto;
        font-size: 1.4rem;
        font-weight: bold;
        color: #959595; }
        .article_list_item a .person .work {
          font-size: 1.2rem;
          margin-bottom: 2px; }

.article .art_section_head {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px 45px;
  background-image: url(../img/article/icon_art_head_line.svg);
  background-size: 100% 6px;
  background-repeat: no-repeat;
  background-position: bottom left; }
  @media (max-width: 749px) {
    .article .art_section_head {
      padding: 0 0 30px; } }
  .article .art_section_head_cat {
    max-width: 750px;
    margin: 0 auto; }
    .article .art_section_head_cat_inner {
      position: relative;
      margin-bottom: 30px;
      padding: 15px 30px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 999999px;
      background-color: #eb6168; }
      @media (max-width: 749px) {
        .article .art_section_head_cat_inner {
          margin-bottom: 20px;
          padding: 10px 20px; } }
      .article .art_section_head_cat_inner::before, .article .art_section_head_cat_inner::after {
        position: absolute;
        top: 50%;
        width: 20px;
        height: 20px;
        border-radius: 999999px;
        display: block;
        background-color: #fff;
        transform: translateY(-50%);
        content: ""; }
        @media (max-width: 749px) {
          .article .art_section_head_cat_inner::before, .article .art_section_head_cat_inner::after {
            width: 10px;
            height: 10px; } }
      .article .art_section_head_cat_inner::after {
        left: 20px; }
        @media (max-width: 749px) {
          .article .art_section_head_cat_inner::after {
            left: 10px; } }
      .article .art_section_head_cat_inner::before {
        right: 20px; }
        @media (max-width: 749px) {
          .article .art_section_head_cat_inner::before {
            right: 10px; } }
      .article .art_section_head_cat_inner span {
        margin-bottom: 10px;
        padding-bottom: 15px;
        position: relative;
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        text-align: center; }
        @media (max-width: 749px) {
          .article .art_section_head_cat_inner span {
            font-size: 1.2rem; } }
        .article .art_section_head_cat_inner span::after {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 20px;
          height: 2px;
          display: block;
          background-color: #fff;
          transform: translateX(-50%);
          content: ""; }
      .article .art_section_head_cat_inner strong {
        font-size: 2.4rem;
        font-weight: bold;
        color: #fff;
        text-align: center; }
        @media (max-width: 749px) {
          .article .art_section_head_cat_inner strong {
            font-size: 1.6rem; } }
  .article .art_section_head_title {
    font-size: 4rem;
    line-height: 1.5;
    text-align: center;
    color: #4CBBB0; }
    @media (max-width: 749px) {
      .article .art_section_head_title {
        font-size: 2.4rem; } }
  .article .art_section_head_name {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    color: #333; }
    .article .art_section_head_name .position {
      font-size: 1.6rem; }
    .article .art_section_head_name .name {
      font-size: 2.4rem;
      line-height: 40px; }

.article .art_section_body {
  margin-top: 40px; }
  .article .art_section_body_lead {
    max-width: 1040px;
    margin: 0 auto;
    padding: 80px 20px 0;
    font-size: 1.6rem;
    line-height: 1.875; }
    @media (max-width: 749px) {
      .article .art_section_body_lead {
        padding: 30px 0 0; } }
    .article .art_section_body_lead + .art_section_body_img {
      max-width: 1040px;
      margin-left: auto;
      margin-right: auto; }
  .article .art_section_body_par {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 749px) {
      .article .art_section_body_par {
        padding: 0; } }
    .article .art_section_body_par h3 {
      margin: 80px 0 50px;
      font-size: 2.4rem;
      font-weight: 700;
      text-align: center;
      color: #4CBBB0; }
      @media (max-width: 749px) {
        .article .art_section_body_par h3 {
          margin: 50px 0 30px;
          font-size: 2rem; } }
    .article .art_section_body_par h4.hdg4 {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 30px;
      line-height: 1.875; }
    .article .art_section_body_par p {
      font-size: 1.6rem;
      line-height: 1.875; }
      .article .art_section_body_par p span {
        font-weight: 700; }
      .article .art_section_body_par p + .hdg4 {
        margin-top: 30px; }
  .article .art_section_body_img {
    margin-top: 80px; }
    @media (max-width: 749px) {
      .article .art_section_body_img {
        margin-top: 30px; } }
    .article .art_section_body_img figcaption {
      padding-top: 5px;
      font-size: 1.2rem; }
    .article .art_section_body_img + p {
      margin-top: 80px; }
      @media (max-width: 749px) {
        .article .art_section_body_img + p {
          margin-top: 30px; } }
    .article .art_section_body_img + .qa {
      margin-top: 80px; }
      @media (max-width: 749px) {
        .article .art_section_body_img + .qa {
          margin-top: 30px; } }
  .article .art_section_body_frame {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #4CBBB0; }
    .article .art_section_body_frame p {
      font-size: 1.6rem;
      line-height: 1.875; }
      .article .art_section_body_frame p span {
        font-weight: 700; }
    .article .art_section_body_frame + p {
      margin-top: 30px; }
  .article .art_section_body_movie {
    width: 100%;
    max-width: 800px;
    margin: 100px auto 0;
    aspect-ratio: 16 / 9; }
    .article .art_section_body_movie iframe {
      width: 100%;
      height: 100%; }

.article .art_section_foot {
  max-width: 1040px;
  margin: 100px auto 0;
  padding: 0 20px 100px; }
  @media (max-width: 749px) {
    .article .art_section_foot {
      margin: 50px auto 0;
      padding: 0 0 60px; } }
  .article .art_section_foot_profile_wrap {
    border: 1px solid #4CBBB0; }
    .article .art_section_foot_profile_wrap + .art_section_foot_profile_wrap {
      margin-top: 20px; }
  .article .art_section_foot_profile_inner {
    padding: 2px;
    display: flex;
    align-items: center; }
    @media (max-width: 749px) {
      .article .art_section_foot_profile_inner {
        padding: 20px;
        flex-direction: column; } }
  .article .art_section_foot_profile_img {
    width: 100%;
    max-width: 150px;
    min-width: 150px; }
  .article .art_section_foot_profile_info {
    padding: 10px 30px 10px 40px; }
    @media (max-width: 749px) {
      .article .art_section_foot_profile_info {
        padding: 10px 0 0; } }
  .article .art_section_foot_profile_title {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #4CBBB0; }
  .article .art_section_foot_profile_text {
    font-size: 1.6rem;
    line-height: 1.4; }
  .article .art_section_foot .footerBlockLink_sns {
    margin-top: 80px; }
    @media (max-width: 749px) {
      .article .art_section_foot .footerBlockLink_sns {
        margin-top: 40px; } }
    .article .art_section_foot .footerBlockLink_sns .openShare {
      max-width: 302px; }
  .article .art_section_foot_pagenav {
    display: flex;
    justify-content: center;
    gap: 0 10px; }
    .article .art_section_foot_pagenav_inner {
      position: relative;
      padding: 60px 30px 80px 30px;
      display: flex;
      align-items: flex-end;
      gap: 0 20px; }
      @media screen and (max-width: 900px) {
        .article .art_section_foot_pagenav_inner {
          padding: 30px;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      .article .art_section_foot_pagenav_inner::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        display: block;
        background-color: #4CBBB0;
        clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
        content: "";
        z-index: 1; }
        @media screen and (max-width: 900px) {
          .article .art_section_foot_pagenav_inner::after {
            clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%); } }
    .article .art_section_foot_pagenav_img {
      position: relative;
      width: 100%;
      min-width: 200px;
      max-width: 200px;
      z-index: 2; }
      @media screen and (max-width: 900px) {
        .article .art_section_foot_pagenav_img {
          min-width: 120px;
          max-width: 150px;
          margin-bottom: 15px; } }
      .article .art_section_foot_pagenav_img img {
        height: 200px;
        object-fit: cover; }
        @media screen and (max-width: 900px) {
          .article .art_section_foot_pagenav_img img {
            height: 150px; } }
    .article .art_section_foot_pagenav_text {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end;
      z-index: 2; }
      @media screen and (max-width: 900px) {
        .article .art_section_foot_pagenav_text {
          max-width: 150px; } }
      .article .art_section_foot_pagenav_text_link {
        margin-bottom: 35px;
        font-size: 1.4rem;
        font-weight: 700;
        color: #fff;
        background-repeat: no-repeat;
        background-size: auto 18px; }
        @media screen and (max-width: 900px) {
          .article .art_section_foot_pagenav_text_link {
            margin-bottom: 15px; } }
      .article .art_section_foot_pagenav_text_title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 1.4rem;
        font-weight: 700;
        color: #fff; }
    .article .art_section_foot_pagenav_item {
      width: 50%; }
      .article .art_section_foot_pagenav_item_prev .art_section_foot_pagenav_text_link {
        padding-left: 20px;
        background-image: url(../img/common/icon_arrow_w_l.svg);
        background-position: left center; }
      .article .art_section_foot_pagenav_item_next .art_section_foot_pagenav_text_link {
        padding-right: 20px;
        background-image: url(../img/common/icon_arrow_w_r.svg);
        background-position: right center; }

.article .cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap; }
  @media (max-width: 749px) {
    .article .cards {
      gap: 8px; } }
  .article .cards .card {
    width: calc((100% - 20px) / 2);
    min-height: 391px; }
    @media (max-width: 749px) {
      .article .cards .card {
        width: 100%;
        min-height: auto; } }

.art_section_body_qa {
  margin-bottom: 30px; }
  .art_section_body_qa dt {
    margin-bottom: 10px;
    font-weight: 700; }
    .art_section_body_qa dt span {
      display: inline-block;
      padding: 10px;
      margin-right: 10px;
      background-color: #4CBBB0;
      color: #fff; }

.mini-ttl {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff8d7; }

/*----------------------------------

adoptive-parent

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.adoptive-parent .pageTop .hdg2 {
  margin-bottom: 78px; }
  @media (max-width: 749px) {
    .adoptive-parent .pageTop .hdg2 {
      margin-bottom: 16px; } }

.adoptive-parent .step_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0 13px;
  padding-top: 28px; }
  @media (max-width: 749px) {
    .adoptive-parent .step_wrap {
      flex-direction: column;
      gap: 8px;
      padding-top: 0; } }
  .adoptive-parent .step_wrap .step {
    position: relative;
    width: 25%;
    padding: 68px 15px 26px;
    background-color: #fff7d6;
    border: solid 2px #000000;
    border-radius: 10px; }
    @media (max-width: 749px) {
      .adoptive-parent .step_wrap .step {
        margin-top: 35px;
        padding: 32px 8px 15px;
        width: 100%; } }
    .adoptive-parent .step_wrap .step .semicircle {
      width: 60px;
      height: 29px;
      border: solid 2px #000000;
      border-radius: 0 0 75px 75px;
      background-color: #ffffff;
      border-top: 0;
      position: absolute;
      top: -2px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; }
      @media (max-width: 749px) {
        .adoptive-parent .step_wrap .step .semicircle {
          width: 40px;
          height: 20px;
          top: -2px; } }
    .adoptive-parent .step_wrap .step .num {
      position: absolute;
      color: #4CBBB0;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      font-size: 4rem;
      font-weight: bold;
      line-height: 1;
      top: -43px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3; }
      @media (max-width: 749px) {
        .adoptive-parent .step_wrap .step .num {
          font-size: 2.8rem;
          top: -33px; } }
      .adoptive-parent .step_wrap .step .num .min {
        font-size: 2.4rem;
        margin-bottom: -4px; }
        @media (max-width: 749px) {
          .adoptive-parent .step_wrap .step .num .min {
            font-size: 1.8rem; } }
    .adoptive-parent .step_wrap .step .title {
      text-align: center;
      font-size: 2.4rem;
      font-weight: bold;
      margin-bottom: 8px; }
      @media (max-width: 749px) {
        .adoptive-parent .step_wrap .step .title {
          font-size: 1.8rem; } }
    .adoptive-parent .step_wrap .step .text {
      font-size: 1.5rem;
      line-height: 1.6;
      font-weight: 500; }
      @media (max-width: 749px) {
        .adoptive-parent .step_wrap .step .text {
          font-size: 1.6rem; } }

.adoptive-parent .section.content {
  margin-top: 100px; }
  @media (max-width: 749px) {
    .adoptive-parent .section.content {
      margin-top: 32px; } }

.adoptive-parent .map .hdg2 {
  margin-bottom: 48px; }
  @media (max-width: 749px) {
    .adoptive-parent .map .hdg2 {
      margin-bottom: 32px; } }
  .adoptive-parent .map .hdg2 + p {
    font-size: 1.8rem;
    line-height: 1.6; }

.adoptive-parent .map .action_map {
  position: relative;
  margin-top: 72px; }
  @media (max-width: 749px) {
    .adoptive-parent .map .action_map {
      margin-top: 30px; } }
  .adoptive-parent .map .action_map_text {
    position: absolute;
    top: -19px;
    left: 9px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 43px; }
    @media (max-width: 749px) {
      .adoptive-parent .map .action_map_text {
        top: -20px;
        left: -4px; } }
    .adoptive-parent .map .action_map_text::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 32px;
      height: 48px;
      background-image: url(../img/common/icon_pin.svg);
      background-size: contain;
      background-repeat: no-repeat; }
  .adoptive-parent .map .action_map area {
    cursor: pointer; }

.adoptive-parent .map .circle_button {
  margin: 82px auto 0; }
  @media (max-width: 749px) {
    .adoptive-parent .map .circle_button {
      margin-top: 50px; } }

@media (min-width: 750px) {
  .adoptive-parent .operator .hdg2 {
    margin-bottom: 48px; } }

.adoptive-parent .operator .hdg2 + p {
  font-size: 1.8rem;
  line-height: 1.6; }
  .adoptive-parent .operator .hdg2 + p small {
    display: block;
    font-size: 1.2rem; }

.adoptive-parent_acc {
  margin-top: 48px; }
  @media (max-width: 749px) {
    .adoptive-parent_acc {
      margin-top: 32px; } }
  .adoptive-parent_acc + .adoptive-parent_acc {
    margin-top: 13px; }
    @media (max-width: 749px) {
      .adoptive-parent_acc + .adoptive-parent_acc {
        margin-top: 10px; } }
  .adoptive-parent_acc_head {
    position: relative;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 35px 48px;
    background: #4CBBB0;
    border-radius: 10px 10px 0 0; }
    @media (max-width: 749px) {
      .adoptive-parent_acc_head {
        font-size: 1.8rem;
        padding: 16px 48px; } }
    .adoptive-parent_acc_head::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 29px;
      margin: auto;
      width: 18px;
      height: 18px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform-origin: 50% 50%;
      transform: rotate(45deg);
      transition: transform 0.3s; }
      @media (max-width: 749px) {
        .adoptive-parent_acc_head::after {
          right: 16px;
          width: 16px;
          height: 16px; } }
    .adoptive-parent_acc_head.active::after {
      transform: rotate(225deg); }
  .adoptive-parent_acc_body {
    display: none;
    padding: 50px 100px;
    background: #FFF7D6;
    border-radius: 0 0 10px 10px; }
    @media (max-width: 749px) {
      .adoptive-parent_acc_body {
        padding: 32px 16px; } }
    .adoptive-parent_acc_body.is-open {
      display: block; }
  .adoptive-parent_acc_title {
    color: #4CBBB0;
    font-weight: bold;
    line-height: 1.625; }
    .adoptive-parent_acc_title:not(:first-child) {
      margin-top: 29px; }
      @media (max-width: 749px) {
        .adoptive-parent_acc_title:not(:first-child) {
          margin-top: 16px; } }
  .adoptive-parent_acc_text {
    font-weight: bold;
    line-height: 1.625;
    margin-top: 7px; }
    @media (max-width: 749px) {
      .adoptive-parent_acc_text {
        margin-top: 8px; } }

.adoptive-parent .contact .hdg2 {
  margin-bottom: 52px; }
  @media (max-width: 749px) {
    .adoptive-parent .contact .hdg2 {
      margin-bottom: 16px; } }

.adoptive-parent_wrap {
  padding: 60px 100px;
  background-color: #fff8d6;
  border-radius: 10px; }
  @media (max-width: 749px) {
    .adoptive-parent_wrap {
      margin-top: 30px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 18px 15px 15px; } }
  .adoptive-parent_wrap + .adoptive-parent_wrap {
    margin-top: 20px; }
  .adoptive-parent_wrap.white {
    background-color: #ffffff; }

.adoptive-parent_block {
  margin-top: 32px;
  padding: 32px 16px;
  background: #fff; }
  .adoptive-parent_block .circle_button {
    padding-left: 38px;
    padding-right: 38px; }
    .adoptive-parent_block .circle_button::before {
      right: 24px; }

.adoptive-parent h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #4CBBB0;
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 749px) {
    .adoptive-parent h3 {
      font-size: 2.4rem;
      margin-bottom: 30px; } }
  .adoptive-parent h3.mb0 {
    margin-bottom: 0; }

.adoptive-parent .circle_button.big {
  padding-top: 33.25px;
  padding-bottom: 33.25px;
  font-size: 2.3rem;
  max-width: 490px;
  margin: 0 auto; }
  @media (max-width: 749px) {
    .adoptive-parent .circle_button.big {
      font-size: 1.6rem;
      width: 100%;
      max-width: 100%;
      padding: 13px 40px; } }

.adoptive-parent .circle_button.btn2 {
  width: 100%; }

.adoptive-parent .btn_wrap {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0 20px; }
  @media (max-width: 749px) {
    .adoptive-parent .btn_wrap {
      flex-direction: column;
      gap: 10px; } }
  .adoptive-parent .btn_wrap a {
    width: calc((100% - 20px) / 2); }
    @media (max-width: 749px) {
      .adoptive-parent .btn_wrap a {
        width: 100%; } }
  .adoptive-parent .btn_wrap .tel_btn {
    border-radius: 50px;
    border: solid 2px #4CBBB0;
    padding: 16px 30px 21.43px;
    background-color: #ffffff;
    min-height: 101px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 749px) {
      .adoptive-parent .btn_wrap .tel_btn {
        padding: 4.75px 40px;
        min-height: auto;
        height: 50px; } }
    .adoptive-parent .btn_wrap .tel_btn img {
      display: block;
      margin: 0 auto; }
      @media (max-width: 749px) {
        .adoptive-parent .btn_wrap .tel_btn img {
          max-width: 261px; } }

.adoptive-parent h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 65px; }
  @media (max-width: 749px) {
    .adoptive-parent h4 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      margin-top: 30px; } }

.adoptive-parent .cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap; }
  @media (max-width: 749px) {
    .adoptive-parent .cards {
      gap: 8px; } }
  .adoptive-parent .cards .card {
    width: calc((100% - 20px) / 2);
    min-height: 391px; }
    @media (max-width: 749px) {
      .adoptive-parent .cards .card {
        width: 100%;
        min-height: auto; } }

.adoptive-parent .list .adoptive-parent_wrap {
  padding-top: 70px;
  padding-bottom: 0; }
  @media (max-width: 749px) {
    .adoptive-parent .list .adoptive-parent_wrap {
      padding-top: 32px; } }
  .adoptive-parent .list .adoptive-parent_wrap + .adoptive-parent_wrap {
    margin-top: 0; }
  .adoptive-parent .list .adoptive-parent_wrap .hdg2 {
    margin-bottom: 30px; }
    @media (max-width: 749px) {
      .adoptive-parent .list .adoptive-parent_wrap .hdg2 {
        margin-bottom: 16px; } }

.adoptive-parent .list .cards .card {
  min-height: 410px; }
  @media (max-width: 749px) {
    .adoptive-parent .list .cards .card {
      min-height: auto; } }

.adoptive-parent .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 99999; }
  .adoptive-parent .modal.is-open {
    display: block; }
  .adoptive-parent .modal_film {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(76, 187, 176, 0.9);
    cursor: pointer; }
  .adoptive-parent .modal_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
    height: 100%;
    max-height: 80vh;
    max-height: 80dvh;
    margin: 0 auto; }
    @media (max-width: 749px) {
      .adoptive-parent .modal_inner {
        padding: 0 10px;
        max-height: 90vh;
        max-height: 90dvh; } }
  .adoptive-parent .modal_close_button {
    position: relative;
    font-size: 5rem;
    line-height: 1;
    font-weight: bold;
    width: fit-content;
    height: fit-content;
    margin: 0 0 0 auto;
    cursor: pointer; }
  .adoptive-parent .modal_content {
    display: none;
    width: 100%;
    height: 100%;
    padding: 44px 100px;
    background: #FFF7D6;
    border-radius: 10px;
    overflow-y: auto; }
    @media (max-width: 749px) {
      .adoptive-parent .modal_content {
        padding: 20px 7px 40px; } }
    .adoptive-parent .modal_content.is-open {
      display: block; }
    .adoptive-parent .modal_content_title {
      font-size: 3rem;
      font-weight: bold;
      text-align: center; }
    .adoptive-parent .modal_content_subTitle {
      color: #fff;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-top: 50px;
      padding: 10px 16px;
      background: #4CBBB0;
      border-radius: 50px; }
      @media (max-width: 749px) {
        .adoptive-parent .modal_content_subTitle {
          margin-top: 20px; } }
    .adoptive-parent .modal_content_list {
      font-size: 2rem;
      font-weight: bold;
      line-height: 2;
      margin-top: 25px; }
    .adoptive-parent .modal_content_image {
      margin-top: 40px; }
      @media (max-width: 749px) {
        .adoptive-parent .modal_content_image {
          margin-top: 34px; } }
    .adoptive-parent .modal_content_annotation {
      font-size: 1.2rem;
      font-weight: bold;
      text-align: right;
      margin-top: 50px; }
    .adoptive-parent .modal_content .circle_button {
      margin: 148px auto 0; }
      @media (max-width: 749px) {
        .adoptive-parent .modal_content .circle_button {
          margin-top: 40px; } }
    .adoptive-parent .modal_content_close {
      position: relative;
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      width: fit-content;
      margin: 26px auto 0;
      padding-bottom: 32px;
      cursor: pointer; }
      @media (max-width: 749px) {
        .adoptive-parent .modal_content_close {
          margin-top: 40px; } }
      .adoptive-parent .modal_content_close::after {
        content: '×';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 2rem;
        font-weight: bold; }

/*----------------------------------

event

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.event_wrap {
  margin-bottom: 40px; }
  @media (max-width: 749px) {
    .event_wrap {
      margin-bottom: 16px; } }
  .event_wrap.report_wrap {
    margin-top: 70px; }
    @media (max-width: 749px) {
      .event_wrap.report_wrap {
        margin-top: 32px; } }
    .event_wrap.report_wrap:last-child {
      margin-bottom: 0; }
  .event_wrap .hdg2 {
    margin-bottom: 40px; }
    @media (max-width: 749px) {
      .event_wrap .hdg2 {
        margin-bottom: 16px; } }

.event .gray {
  width: 100%;
  padding: 0 15px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ededed;
  box-sizing: border-box;
  font-size: 3rem;
  line-height: 1.667;
  font-weight: bold; }
  @media (max-width: 749px) {
    .event .gray {
      width: auto;
      height: 185px;
      margin-top: 30px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 18px 15px 15px;
      font-size: 2.4rem; } }

.event_detail {
  background-color: #fff8d6;
  border-radius: 10px;
  padding: 50px 150px; }
  @media (max-width: 749px) {
    .event_detail {
      margin-top: 30px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 18px 15px 15px; } }
  .event_detail + .event_detail {
    margin-top: 50px; }
  .event_detail img {
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 749px) {
      .event_detail img {
        margin-bottom: 20px; } }
  .event_detail h3 {
    margin-bottom: 30px;
    position: relative;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #4CBBB0; }
    @media (max-width: 749px) {
      .event_detail h3 {
        font-size: 1.8rem; } }
  .event_detail_ttl {
    text-align: center;
    margin-bottom: 15px; }
    .event_detail_ttl span {
      position: relative;
      font-size: 2.4rem;
      font-weight: bold;
      padding: 0 52px; }
      @media (max-width: 749px) {
        .event_detail_ttl span {
          display: inline-block;
          font-size: 1.8rem; } }
      .event_detail_ttl span::before, .event_detail_ttl span::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 32px;
        height: 6px;
        background-image: url(../img/component/icon_hdg2.svg);
        background-size: cover;
        background-repeat: no-repeat; }
      .event_detail_ttl span::before {
        left: 0; }
      .event_detail_ttl span::after {
        right: 0; }
  .event_detail .text {
    font-weight: 500;
    margin-bottom: 45px;
    line-height: 1.875; }
    @media (max-width: 749px) {
      .event_detail .text {
        line-height: 1.6;
        margin-bottom: 30px; } }
  .event_detail .circle_button.event_btn {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    padding: 22.75px 40px;
    font-size: 2.3rem; }
    @media (max-width: 749px) {
      .event_detail .circle_button.event_btn {
        font-size: 1.6rem;
        width: 100%;
        padding: 13px 40px; } }
  .event_detail .end {
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 30px; }
    @media (max-width: 749px) {
      .event_detail .end {
        font-size: 1.6rem; } }
  .event_detail .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden; }
    .event_detail .movie iframe {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.event .cards {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap; }
  @media (max-width: 749px) {
    .event .cards {
      gap: 8px; } }
  .event .cards .card {
    width: calc((100% - 30px) / 3);
    height: 352px; }
    @media (max-width: 749px) {
      .event .cards .card {
        width: 100%;
        height: auto; } }
  .event .cards.big {
    justify-content: center;
    gap: 20px; }
    @media (max-width: 749px) {
      .event .cards.big {
        gap: 8px; } }
    .event .cards.big .card {
      max-width: 490px;
      width: calc((100% - 20px) / 2);
      min-height: 410px; }
      @media (max-width: 749px) {
        .event .cards.big .card {
          width: 100%;
          max-width: 100%;
          min-height: auto; } }

/*----------------------------------

intermediary

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.intermediary .hdg2 {
  margin-bottom: 0; }

.intermediary_lead {
  margin-top: 39px;
  text-align: center;
  font-weight: 500; }
  @media (max-width: 749px) {
    .intermediary_lead {
      margin-top: 30px; } }

.intermediary_wrap {
  margin-top: 44px;
  padding: 50px 150px;
  background: #FFF8D6;
  border-radius: 10px; }
  @media (max-width: 749px) {
    .intermediary_wrap {
      margin-top: 30px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 18px 15px 15px; } }

.intermediary table,
.intermediary table th,
.intermediary table td {
  border: solid 1px #000000; }
  @media (max-width: 749px) {
    .intermediary table,
    .intermediary table th,
    .intermediary table td {
      font-size: 1.4rem; } }

.intermediary table {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0; }
  @media (max-width: 749px) {
    .intermediary table {
      max-width: 100%;
      border: none; } }
  .intermediary table thead th {
    padding-top: 16px;
    padding-bottom: 19px; }
    @media (max-width: 749px) {
      .intermediary table thead th {
        border-bottom: none;
        padding-top: 14px;
        padding-bottom: 14px; } }
    .intermediary table thead th:first-child {
      border: none;
      background-color: transparent;
      width: 47px; }
    .intermediary table thead th:nth-child(2) {
      border-top-left-radius: 10px;
      width: 160px; }
    .intermediary table thead th:nth-child(3) {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      width: calc(100% - 47px);
      border-top-width: 2px;
      border-right-width: 2px;
      border-left-width: 2px; }
    .intermediary table thead th:last-child {
      border-top-right-radius: 10px;
      width: calc(100% - 160px); }
  .intermediary table tbody tr:last-child th {
    border-bottom-left-radius: 10px; }
    @media (max-width: 749px) {
      .intermediary table tbody tr:last-child th {
        border-bottom-left-radius: 0;
        border-bottom-width: 2px;
        border-bottom: solid 2px #000000; } }
  .intermediary table tbody tr:last-child td {
    border-bottom-right-radius: 10px; }
    @media (max-width: 749px) {
      .intermediary table tbody tr:last-child td {
        border-bottom-right-radius: 5px;
        border-bottom-width: 2px;
        border-bottom: solid 2px #000000; } }
  .intermediary table tbody tr:first-child th {
    border-top-width: 2px;
    border-left-width: 2px;
    border-bottom: solid 2px #000000;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  @media (max-width: 749px) {
    .intermediary table tbody th {
      writing-mode: vertical-rl;
      text-align: center;
      border-left-width: 2px; }
    .intermediary table tbody .first_heading {
      text-align: left; }
    .intermediary table tbody td {
      padding: 0;
      position: relative; }
    .intermediary table tbody th,
    .intermediary table tbody td {
      border-top-width: 2px;
      border-bottom: none; } }
  .intermediary table th,
  .intermediary table td {
    padding: 29.5px 26px; }
    @media (max-width: 749px) {
      .intermediary table th,
      .intermediary table td {
        padding: 15px 5px; } }
  .intermediary table th {
    background-color: #FDDF83;
    width: 160px; }
    @media (max-width: 749px) {
      .intermediary table th {
        width: 47px; } }
  .intermediary table td {
    background-color: #ffffff;
    width: calc(100% - 160px); }
    @media (max-width: 749px) {
      .intermediary table td {
        width: calc(100% - 47px);
        border-right-width: 2px; } }
    .intermediary table td a,
    .intermediary table td span {
      font-weight: bold; }
      @media (max-width: 749px) {
        .intermediary table td a,
        .intermediary table td span {
          display: block;
          width: 100%;
          padding: 28.5px 8px 28.5px 15px; } }
      .intermediary table td a.blank::after,
      .intermediary table td span.blank::after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 14px;
        background-image: url("../img/intermediary/ico_blank.svg");
        margin-left: 8px; }
        @media (max-width: 749px) {
          .intermediary table td a.blank::after,
          .intermediary table td span.blank::after {
            position: absolute;
            top: 10px;
            right: 10px; } }

/*----------------------------------

material

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.material .anchor_list {
  gap: 0 10px; }
  @media (max-width: 749px) {
    .material .anchor_list {
      gap: 10px 9px; } }
  .material .anchor_list_item {
    width: calc((100% - 30px) / 4); }
    @media (max-width: 749px) {
      .material .anchor_list_item {
        width: calc((100% - 9px) / 2); } }
    .material .anchor_list_item a.item01::after {
      width: 28px;
      background-image: url(../img/material/icon_material_anchor01.svg); }
      @media (max-width: 749px) {
        .material .anchor_list_item a.item01::after {
          width: 20px; } }
    .material .anchor_list_item a.item02::after {
      width: 41px;
      background-image: url(../img/material/icon_material_anchor02.svg); }
      @media (min-width: 750px) {
        .material .anchor_list_item a.item02::after {
          bottom: 12px;
          height: 41px; } }
      @media (max-width: 749px) {
        .material .anchor_list_item a.item02::after {
          width: 20px; } }
    .material .anchor_list_item a.item03::after {
      width: 40px;
      background-image: url(../img/material/icon_material_anchor03.svg); }
      @media (min-width: 750px) {
        .material .anchor_list_item a.item03::after {
          bottom: 14px;
          height: 40px; } }
      @media (max-width: 749px) {
        .material .anchor_list_item a.item03::after {
          width: 20px;
          height: 20px; } }
    .material .anchor_list_item a.item04::after {
      width: 40px;
      background-image: url(../img/material/icon_material_anchor04.svg); }
      @media (min-width: 750px) {
        .material .anchor_list_item a.item04::after {
          bottom: 14px;
          height: 40px; } }
      @media (max-width: 749px) {
        .material .anchor_list_item a.item04::after {
          width: 20px; } }

.material_wrap {
  margin-top: 70px; }
  @media (max-width: 749px) {
    .material_wrap {
      margin-top: 30px; } }
  @media (min-width: 750px) {
    .material_wrap .hdg2 {
      margin-bottom: 40px; } }
  .material_wrap .hdg2:not(:first-child) {
    margin-top: 70px; }
    @media (max-width: 749px) {
      .material_wrap .hdg2:not(:first-child) {
        margin-top: 32px; } }

.material_image {
  max-width: 640px;
  margin: 0 auto 28px; }
  @media (max-width: 749px) {
    .material_image {
      margin-bottom: 16px; } }
  .material_image figcaption {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: right; }

.material_pdf_button {
  font-size: 2.3rem;
  line-height: 1.35;
  width: 490px;
  margin: 0 auto 0;
  padding: 24px 40px 26px; }
  @media (max-width: 749px) {
    .material_pdf_button {
      font-size: 1.6rem;
      width: 100%;
      padding: 13px 40px; } }
  .material_pdf_button small {
    display: block;
    font-size: 1.4rem; }
    @media (max-width: 749px) {
      .material_pdf_button small {
        font-size: 1.2rem; } }

.material_movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .material_movie_box {
    max-width: 800px;
    margin: 0 auto; }
    .material_movie_box small {
      margin-top: 5px;
      display: block;
      font-size: 1.2rem;
      text-align: right; }
  .material_movie img,
  .material_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.material_patchwork {
  margin-top: 106px;
  padding: 50px 200px;
  background: #fff8d6;
  border-radius: 10px; }
  @media (max-width: 749px) {
    .material_patchwork {
      margin-top: 32px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 18px 15px 15px; } }
  .material_patchwork_sub {
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 749px) {
      .material_patchwork_sub {
        margin-bottom: 16px; } }
    .material_patchwork_sub span {
      display: inline-block;
      color: #4CBBB0;
      line-height: 39px;
      width: 208px;
      height: 43px;
      background: #fff;
      border-radius: 50px;
      border: 2px solid #4CBBB0; }
      @media (max-width: 749px) {
        .material_patchwork_sub span {
          font-size: 1.4rem;
          width: 184px;
          height: 40px; } }
  .material_patchwork_hdg {
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3125;
    margin-bottom: 40px; }
    @media (max-width: 749px) {
      .material_patchwork_hdg {
        font-size: 2.4rem;
        margin-bottom: 16px; } }
    .material_patchwork_hdg small {
      font-size: 2.4rem; }
      @media (max-width: 749px) {
        .material_patchwork_hdg small {
          font-size: 1.6rem; } }
  .material_patchwork_lead {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 48px; }
    @media (max-width: 749px) {
      .material_patchwork_lead {
        font-size: 1.6rem;
        line-height: 1.5; } }
  .material_patchwork_movie {
    margin-bottom: 38px;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden; }
    @media (max-width: 749px) {
      .material_patchwork_movie {
        margin-bottom: 16px; } }
    .material_patchwork_movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .material_patchwork_movie + .material_patchwork_movie {
      margin-bottom: 30px; }
      @media (max-width: 749px) {
        .material_patchwork_movie + .material_patchwork_movie {
          margin-bottom: 16px; } }
  .material_patchwork_pdf {
    display: flex;
    gap: 0 40px; }
    @media (max-width: 749px) {
      .material_patchwork_pdf {
        flex-direction: column;
        gap: 16px 0; } }
    .material_patchwork_pdf_item {
      width: calc((100% - 40px) / 2); }
      @media (max-width: 749px) {
        .material_patchwork_pdf_item {
          width: 100%; } }
      .material_patchwork_pdf_item .material_pdf_button {
        font-size: 1.6rem;
        width: 100%;
        margin-top: 16px;
        padding: 22px 40px 19px; }
        @media (max-width: 749px) {
          .material_patchwork_pdf_item .material_pdf_button {
            font-size: 1.6rem;
            width: 100%;
            padding: 13px 40px; } }
        .material_patchwork_pdf_item .material_pdf_button small {
          font-size: 1.2rem; }

/*----------------------------------

qa

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.qa .anchor_list {
  gap: 0 10px; }
  @media (max-width: 749px) {
    .qa .anchor_list {
      gap: 10px 9px; } }
  .qa .anchor_list_item {
    width: calc((100% - 40px) / 5); }
    @media (max-width: 749px) {
      .qa .anchor_list_item {
        width: calc((100% - 9px) / 2); } }
    .qa .anchor_list_item a.item01::after {
      width: 32px;
      background-image: url(../img/qa/icon_article_anchor01.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item01::after {
          width: 20px; } }
    .qa .anchor_list_item a.item02::after {
      width: 33px;
      background-image: url(../img/qa/icon_article_anchor02.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item02::after {
          width: 20px; } }
    .qa .anchor_list_item a.item03::after {
      width: 34px;
      background-image: url(../img/qa/icon_article_anchor03.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item03::after {
          width: 20px;
          height: 20px; } }
    .qa .anchor_list_item a.item04::after {
      width: 32px;
      background-image: url(../img/qa/icon_article_anchor04.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item04::after {
          width: 20px; } }
    .qa .anchor_list_item a.item05::after {
      width: 36px;
      background-image: url(../img/qa/icon_article_anchor05.svg); }
      @media (max-width: 749px) {
        .qa .anchor_list_item a.item05::after {
          width: 20px;
          height: 18px; } }

.qa_wrap {
  margin-top: 40px;
  padding: 50px 150px;
  background: #fff8d6;
  border-radius: 10px; }
  @media (max-width: 749px) {
    .qa_wrap {
      margin-top: 30px;
      margin-left: -15px;
      margin-right: -15px;
      padding: 18px 15px 15px; } }

.qa h3 {
  position: relative;
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding-left: 53px; }
  @media (max-width: 749px) {
    .qa h3 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      padding-left: 42px; } }
  .qa h3::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 6px;
    background-image: url(../img/qa/qa_hdg3_dots.svg);
    background-size: cover;
    background-repeat: no-repeat; }
  .qa h3:not(:first-child) {
    margin-top: 40px; }
    @media (max-width: 749px) {
      .qa h3:not(:first-child) {
        margin-top: 32px; } }

.qa_acc + .qa_acc {
  margin-top: 16px; }
  @media (max-width: 749px) {
    .qa_acc + .qa_acc {
      margin-top: 8px; } }

.qa_acc_head {
  position: relative;
  cursor: pointer; }
  .qa_acc_head::before, .qa_acc_head::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 16px;
    height: 2px;
    background: #4CBBB0;
    border-radius: 100px; }
    @media (max-width: 749px) {
      .qa_acc_head::before, .qa_acc_head::after {
        right: 8px; } }
  .qa_acc_head::after {
    transform: rotate(90deg); }
  .qa_acc_head > span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    min-height: 100%;
    background-image: url(../img/qa/qa_acc_q_bg.png);
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 749px) {
      .qa_acc_head > span {
        width: 22px;
        background-image: url(../img/qa/qa_acc_q_bg_sp.png); }
        .qa_acc_head > span svg {
          width: auto;
          height: 12px; } }
  .qa_acc_head.active {
    background-color: #fddf83;
    border-radius: 10px 10px 0 0; }
    .qa_acc_head.active .qa_acc_title {
      background-color: #fddf83;
      border-radius: 5px 5px 0 0; }

.qa_acc_title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  width: 100%;
  min-height: 92px;
  padding: 0 64px 0 120px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: background-color 0.3s; }
  @media (max-width: 749px) {
    .qa_acc_title {
      font-size: 1.4rem;
      line-height: 1.42857142857;
      min-height: 36px;
      padding: 5px 32px 5px 30px;
      border-radius: 5px; } }

.qa_acc_body {
  display: none;
  position: relative;
  top: -10px;
  padding: 0 30px 30px;
  background: #fddf83;
  border-radius: 0 0 10px 10px; }
  @media (max-width: 749px) {
    .qa_acc_body {
      top: 0;
      padding: 0 4px 4px;
      border-radius: 0 0 5px 5px; } }
  .qa_acc_body_inner {
    display: flex;
    align-items: flex-start;
    gap: 0 34px;
    padding: 30px;
    background: #fff;
    border-radius: 10px; }
    @media (max-width: 749px) {
      .qa_acc_body_inner {
        flex-direction: column;
        padding: 3px 8px 8px;
        border-radius: 5px; } }
    @media (max-width: 749px) {
      .qa_acc_body_inner span {
        line-height: 1;
        margin-bottom: 12px; } }
    @media (max-width: 749px) {
      .qa_acc_body_inner span svg {
        width: auto;
        height: 12px; } }

@media (max-width: 749px) {
  .qa_acc_text {
    font-size: 1.4rem;
    line-height: 1.42857142857; } }

.qa .btn_wrap {
  display: flex;
  justify-content: center; }
  .qa .btn_wrap .tel_btn {
    width: 100%;
    max-width: 500px;
    border-radius: 50px;
    border: solid 2px #4CBBB0;
    padding: 16px 30px 21.43px;
    background-color: #ffffff;
    min-height: 101px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 749px) {
      .qa .btn_wrap .tel_btn {
        min-height: 50px;
        padding: 11px 30px 12px; } }
  .qa .btn_wrap .circle_button {
    width: 100%;
    max-width: 500px; }

.qa .qa_acc_text + .btn_wrap {
  margin-top: 30px; }
  @media (max-width: 749px) {
    .qa .qa_acc_text + .btn_wrap {
      margin-top: 15px; } }
  .qa .qa_acc_text + .btn_wrap + .qa_acc_text {
    margin-top: 30px; }
    @media (max-width: 749px) {
      .qa .qa_acc_text + .btn_wrap + .qa_acc_text {
        margin-top: 15px; } }

.webp .qa_acc_head > span {
  background-image: url(../img/qa/qa_acc_q_bg.webp);
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .webp .qa_acc_head > span {
      background-image: url(../img/qa/qa_acc_q_bg_sp.webp); } }

/*----------------------------------

policy

----------------------------------*/
/*----------------------------------

mixin

----------------------------------*/
/*----------------------------------

color

----------------------------------*/
.policy_wrap {
  max-width: 1000px;
  margin: 0 auto; }

.policy_box {
  width: 100%;
  padding: 100px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (max-width: 749px) {
    .policy_box {
      padding: 30px 15px; } }

.policy_text {
  font-size: 1.6rem;
  line-height: 1.875; }
  .policy_text span {
    font-size: 2rem; }
  .policy_text a {
    color: inherit;
    word-break: break-all; }
  .policy_text + .policy_text {
    margin-top: 70px; }
    @media (max-width: 749px) {
      .policy_text + .policy_text {
        margin-top: 35px; } }

.policy_hdg3 {
  width: 100%;
  margin: 100px auto 40px;
  text-align: center;
  position: relative; }
  @media (max-width: 749px) {
    .policy_hdg3 {
      margin-top: 50px;
      margin-bottom: 20px; } }
  .policy_hdg3::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
  .policy_hdg3 span {
    display: inline-block;
    padding: 0 36px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
    font-size: 3rem; }
    @media (max-width: 749px) {
      .policy_hdg3 span {
        padding: 0 18px; } }

.policy_border {
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 1px;
  background-color: #000; }
  @media (max-width: 749px) {
    .policy_border {
      margin-top: 25px;
      margin-bottom: 25px; } }
