@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium"); }
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

ol,
ul {
  list-style: none; }

address {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: 0; }

:root {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    :root {
      font-size: 2.6667vw; } }

body {
  width: 100%;
  color: #0E1721;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 0; } }

/*
_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif;
}
*/
[data-device="sp"] {
  display: none !important; }
  @media screen and (max-width: 767px) {
    [data-device="sp"] {
      display: block !important; } }

@media screen and (max-width: 767px) {
  [data-device="pc"] {
    display: none !important; } }

a {
  color: inherit;
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    a {
      transition: all 0.3s; }
      a:hover {
        opacity: 0.7; } }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-en {
  font-family: "Raleway", "Noto Sans JP", serif; }

.text-danger {
  color: #F05339; }

.text-primary {
  color: #00A08E; }

.text-bold {
  font-weight: bold; }

.text-marker {
  background: #FABF00; }

.text-asterisk {
  display: block;
  font-size: 1.1rem;
  padding-left: 2.8em;
  text-indent: -2.8em;
  margin-top: .7rem;
  overflow: hidden; }
  .text-asterisk:first-child {
    margin-top: 0; }

.text-l {
  font-size: 1.68em; }

.text-s {
  font-size: 1.1rem; }

.align-middle {
  text-align: middle; }

.align-bottom {
  text-align: bottom; }

[data-fit="true"] {
  overflow: hidden; }
  [data-fit="true"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

ruby {
  line-height: 2.5; }
  ruby rt {
    font-size: 1rem;
    font-weight: 300; }

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: all 1s;
  letter-spacing: 0.05em;
  padding: 3rem 0 2rem;
  border-bottom: 2px solid #DFDFDF;
  /*
    &[data-header="fixed"] {
      position: fixed;
      background: $lightest-color-09;
    }
  */ }
  @media screen and (max-width: 767px) {
    .l-header {
      border-top: 0.3rem solid #00A08E;
      padding: 1.1rem 0 .9rem; } }
  .l-header__body {
    margin: 0 auto;
    width: 950px;
    max-width: 90%;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .l-header__body {
        width: calc(100vw - 4rem); } }
  .l-header__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 26.2rem;
    height: 5rem; }
    @media screen and (max-width: 767px) {
      .l-header__title {
        width: 13.2rem;
        height: 2.5rem; } }
    .l-header__title a {
      display: block;
      color: #0E1721; }
      @media screen and (min-width: 768px) {
        .l-header__title a {
          transition: all 0.3s; }
          .l-header__title a:hover {
            opacity: 0.7; } }
      .l-header__title a img {
        width: 26.2rem;
        height: auto; }
        @media screen and (max-width: 767px) {
          .l-header__title a img {
            width: 13.2rem; } }
  .l-header__links {
    display: none;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1089px) {
      .l-header__links {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        flex: 1; } }
    .l-header__links > li {
      display: block;
      flex: 0 1 auto; }
      .l-header__links > li > a,
      .l-header__links > li > button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        appearance: none;
        padding: 0;
        border: 0;
        overflow: hidden;
        text-decoration: none;
        background: transparent;
        cursor: pointer;
        outline: none;
        font-size: 1rem; }
        @media screen and (min-width: 768px) {
          .l-header__links > li > a,
          .l-header__links > li > button {
            transition: 300ms; }
            .l-header__links > li > a:hover,
            .l-header__links > li > button:hover {
              opacity: 0.7; } }
        .l-header__links > li > a.nav-open::after,
        .l-header__links > li > button.nav-open::after {
          display: none; }
      .l-header__links > li[data-contents="menu"] button {
        background: linear-gradient(30deg, #5696DD 0%, #3B51AD 100%);
        width: 5rem;
        height: 5rem;
        transition: 300ms;
        border-radius: 2.5rem; }
        .l-header__links > li[data-contents="menu"] button::before, .l-header__links > li[data-contents="menu"] button::after {
          content: ""; }
        .l-header__links > li[data-contents="menu"] button::before, .l-header__links > li[data-contents="menu"] button::after, .l-header__links > li[data-contents="menu"] button span {
          display: block;
          width: 2.2rem;
          height: 0.2rem;
          background: #fff;
          position: absolute;
          top: 1.8rem;
          left: 1.5rem;
          transition: transform 0.3s, top 0.3s, left 0.3s, opacity 0.3s;
          overflow: hidden;
          pointer-events: none; }
        .l-header__links > li[data-contents="menu"] button::after {
          top: 3.2rem; }
        .l-header__links > li[data-contents="menu"] button span {
          top: 2.5rem;
          width: 1.7rem; }
        .l-header__links > li[data-contents="menu"] button.nav-open {
          z-index: 5001; }
          .l-header__links > li[data-contents="menu"] button.nav-open::before {
            transform: rotate(45deg);
            top: 2.4rem;
            left: 1.5rem; }
          .l-header__links > li[data-contents="menu"] button.nav-open::after, .l-header__links > li[data-contents="menu"] button.nav-open span {
            transform: rotate(-45deg);
            top: 2.4rem;
            left: 1.5rem; }
          .l-header__links > li[data-contents="menu"] button.nav-open span {
            opacity: 0; }

.l-footer {
  position: relative;
  width: 100%;
  background: #00A08E;
  color: #fff;
  letter-spacing: 0.05em; }
  .l-footer__pagetop {
    width: 6rem;
    position: fixed;
    bottom: 5rem;
    right: 5rem;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .l-footer__pagetop {
        width: 5rem;
        right: 2rem;
        bottom: 3.3rem; } }
    .l-footer__pagetop a {
      width: 6rem;
      height: 6rem;
      border-radius: 50%;
      display: block;
      background: #fabf00;
      overflow: hidden;
      text-indent: -999px; }
      @media screen and (max-width: 767px) {
        .l-footer__pagetop a {
          width: 5rem;
          height: 5rem; } }
      .l-footer__pagetop a::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        left: 0;
        right: 0;
        top: 0.7rem;
        bottom: 0;
        margin: auto; }
  .l-footer__close {
    padding: 2rem;
    background: #eaeaea;
    color: #0E1721;
    text-align: center; }
    .l-footer__close a {
      display: inline-block;
      padding: 1.2rem 2rem;
      background: linear-gradient(180deg, #eaeaea 0%, #dadada 100%);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
      border-radius: 2.5rem;
      line-height: 1; }
      .l-footer__close a span {
        display: inline-block;
        vertical-align: middle;
        color: #0E1721;
        line-height: 1;
        width: 1em;
        height: 0.1em;
        margin-right: 0.8rem;
        background: currentColor;
        border-radius: 0.1em;
        position: relative;
        transform: rotate(45deg); }
      .l-footer__close a span::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: inherit;
        border-radius: inherit;
        transform: rotate(90deg); }
  .l-footer__copyright {
    max-width: 950px;
    margin: 0 auto;
    padding: 2rem;
    letter-spacing: 0.07em;
    font-size: 1rem;
    font-weight: 300;
    text-align: center; }
    @media screen and (max-width: 1089px) {
      .l-footer__copyright {
        text-align: center;
        padding: 0.9rem 0.5rem; } }

.l-main {
  margin: 0 auto;
  padding: 10.2rem 0 0;
  overflow: hidden;
  width: 100%;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .l-main {
      padding: 5rem 0 6rem;
      font-size: 1.2rem; } }
  .l-main__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: .9rem;
    margin: 0 auto;
    width: 950px;
    max-width: 90%; }
    @media screen and (max-width: 767px) {
      .l-main__container {
        width: calc(100vw - 4rem); } }
    .l-main__container .l-main__archive,
    .l-main__container .l-main__single {
      padding-bottom: 7.9rem; }
      @media screen and (min-width: 1090px) {
        .l-main__container .l-main__archive,
        .l-main__container .l-main__single {
          width: calc(100% - 26.2rem); } }
      @media screen and (max-width: 1089px) {
        .l-main__container .l-main__archive,
        .l-main__container .l-main__single {
          width: 100%;
          padding-bottom: 4rem; } }
  .l-main__section--padding {
    padding-top: 10rem;
    padding-bottom: 10rem; }
    @media screen and (max-width: 767px) {
      .l-main__section--padding {
        padding-top: 4rem;
        padding-bottom: 6rem; } }
  .l-main__section--padding-t {
    padding-top: 10rem; }
    @media screen and (max-width: 767px) {
      .l-main__section--padding-t {
        padding-top: 4rem; } }
  .l-main__section--padding-b {
    padding-bottom: 10rem; }
    @media screen and (max-width: 767px) {
      .l-main__section--padding-b {
        padding-bottom: 6rem; } }
  .l-main__section-inner {
    margin: 0 auto;
    width: 950px;
    max-width: 90%; }
    @media screen and (max-width: 767px) {
      .l-main__section-inner {
        width: calc(100vw - 4rem); } }
  .l-main__title {
    height: 26.7rem;
    padding-top: 14.5rem; }
    @media screen and (min-width: 768px) {
      .l-main__title {
        background: linear-gradient(180deg, #F5F8FC 0%, #E3EAFF 100%); } }
    @media screen and (max-width: 767px) {
      .l-main__title {
        height: auto;
        padding-top: 12rem;
        background-color: #fff; } }
    .l-main__title::before {
      content: "";
      display: block;
      background-color: #fff;
      position: absolute;
      width: 50%;
      height: 15rem;
      bottom: 0;
      left: 0; }
      @media screen and (max-width: 767px) {
        .l-main__title::before {
          background: linear-gradient(180deg, #F5F8FC 0%, #E3EAFF 100%);
          width: 100%;
          height: 9rem;
          top: 0;
          bottom: auto; } }
    .l-main__title::after {
      content: "";
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 40.9rem;
      height: 100%;
      background-image: url("../img/common/bg-main-title.svg");
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: 13.8rem; }
      @media screen and (max-width: 767px) {
        .l-main__title::after {
          width: 13.9rem;
          height: 9rem;
          margin-left: 3rem; } }
    .l-main__title-h1 {
      margin: 0 auto;
      width: 950px;
      max-width: 90%;
      color: #00A08E;
      font-size: 4rem;
      font-weight: 800;
      line-height: 1.4;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .l-main__title-h1 {
          width: calc(100vw - 4rem); } }
      @media screen and (max-width: 767px) {
        .l-main__title-h1 {
          font-size: 2.8rem; } }
      .l-main__title-h1 .text-en {
        background: linear-gradient(30deg, #5696DD 0%, #3B51AD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block; }
      .l-main__title-h1 .text-ja {
        display: block;
        color: #0E1721;
        font-size: 1.6rem;
        font-weight: 700; }
    .l-main__title-h2 {
      margin-bottom: 3rem;
      font-size: 2.4rem;
      font-weight: bold;
      line-height: 1.83; }
      @media screen and (max-width: 767px) {
        .l-main__title-h2 {
          margin-bottom: 3rem; } }
    .l-main__title-h3 {
      margin-bottom: 3rem;
      padding: 1.2rem 2.5rem;
      background: linear-gradient(30deg, #5696DD 0%, #3B51AD 100%);
      color: #fff;
      font-size: 2rem;
      font-weight: 500;
      line-height: 1.83; }
      @media screen and (max-width: 767px) {
        .l-main__title-h3 {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 767px) {
        .l-main__title-h3 {
          font-size: 1.8rem; } }
      .l-main__title-h3::after {
        content: "";
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        width: 9.2rem;
        height: 100%;
        background-image: url("../img/common/bg-main-title.svg");
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0.1; }
    .l-main__title-h4 {
      margin-bottom: 2.5rem;
      color: #00A08E;
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.83; }
      @media screen and (max-width: 767px) {
        .l-main__title-h4 {
          margin-bottom: 2.5rem; } }
    .l-main__title-h5 {
      margin-bottom: 2rem;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.83; }
      @media screen and (max-width: 767px) {
        .l-main__title-h5 {
          margin-bottom: 1.5rem; } }
    .l-main__title-h6 {
      margin-bottom: 1rem;
      color: #5696DD;
      font-weight: bold;
      line-height: 1.83; }
      @media screen and (max-width: 767px) {
        .l-main__title-h6 {
          margin-bottom: 1rem; } }
  .l-main * + .l-main__title-h2 {
    margin-top: 6rem; }
    @media screen and (max-width: 767px) {
      .l-main * + .l-main__title-h2 {
        margin-top: 6rem; } }
  .l-main * + .l-main__title-h3 {
    margin-top: 3rem; }
    @media screen and (max-width: 767px) {
      .l-main * + .l-main__title-h3 {
        margin-top: 3rem; } }
  .l-main__lead {
    margin-bottom: 4rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .l-main__lead {
        margin-bottom: 4rem; } }
    @media screen and (max-width: 767px) {
      .l-main__lead {
        font-size: 1.6rem;
        text-align: left; } }
    .l-main__lead-d {
      margin-bottom: 3rem;
      font-size: 1.8rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .l-main__lead-d {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 767px) {
        .l-main__lead-d {
          font-size: 1.6rem; } }
    .l-main__lead-s {
      margin-bottom: 3rem;
      font-size: 1.2rem;
      font-weight: 500;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .l-main__lead-s {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 767px) {
        .l-main__lead-s {
          font-size: 1.2rem;
          text-align: left; } }
    .l-main__lead-s-d {
      margin-bottom: 3rem;
      font-size: 1.2rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .l-main__lead-s-d {
          margin-bottom: 3rem; } }
      @media screen and (max-width: 767px) {
        .l-main__lead-s-d {
          font-size: 1.2rem; } }
  .l-main__list li {
    padding-left: 1.5em;
    text-indent: -1.5em; }
    .l-main__list li::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      border-radius: 0.5rem;
      margin: 0.4em 0.5em 0 0.2em;
      background: #00A08E; }
    .l-main__list li ul {
      margin-bottom: 0; }
      .l-main__list li ul li::before {
        background: #00A08E; }
  .l-main__list--ol {
    counter-reset: i; }
    .l-main__list--ol li {
      padding-left: 1.5em;
      text-indent: -1.5em; }
      .l-main__list--ol li::before {
        counter-increment: i;
        content: counter(i) ".";
        margin: 0 0.5em 0 0;
        color: #00A08E;
        font-weight: bold; }
  .l-main__asterisk {
    font-size: 1.1rem; }
    .l-main__asterisk li {
      padding-left: 1em;
      text-indent: -1em; }
  .l-main a {
    text-decoration: none;
    /*
        &[target="_blank"] {
          &::after {
            @include icon-base();
            background-image: url("../img/common/icon-gaibu.svg");
            width: 1.8rem;
            height: 1.8rem;
            margin-left: 0.8rem;
            vertical-align: middle;
          }
        }
    
        &[href$="pdf"] {
          display: inline-flex;
          align-items: center;
          position: relative;
    
          &::before {
            @include icon-base();
            background-image: url("../img/common/icon-pdf.svg");
            width: 2rem;
            height: 1.9rem;
            margin-right: 0.8rem;
          }
        }*/ }
  .l-main pre {
    margin-bottom: 2.5rem;
    padding: 20px;
    max-width: 100%;
    background: #eee;
    overflow: auto; }
    @media screen and (max-width: 767px) {
      .l-main pre {
        margin-bottom: 2.5rem; } }
  .l-main * + figcaption {
    margin-top: 1rem; }
  .l-main figcaption p {
    font-size: 0.813em; }
  .l-main figcaption * + p {
    margin-top: 1rem; }
  @media screen and (max-width: 767px) {
    .l-main__single {
      position: static; } }
  .l-main__single > *:last-child {
    margin-bottom: 0 !important; }
  .l-main__single-header {
    padding-bottom: 2.9rem;
    border-bottom: 2px solid #00A08E;
    margin-bottom: 2.5rem; }
    @media screen and (max-width: 767px) {
      .l-main__single-header {
        padding-bottom: 1.4rem;
        margin-bottom: 1.5rem; } }
    .l-main__single-header-title {
      margin-bottom: 1rem;
      font-size: 2.7rem;
      font-weight: bold;
      margin-top: 2.7rem;
      letter-spacing: .05em;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .l-main__single-header-title {
          margin-bottom: 1rem; } }
      @media screen and (max-width: 767px) {
        .l-main__single-header-title {
          margin-top: 1.8rem;
          line-height: 1.3;
          margin-bottom: 1.2rem; } }
    .l-main__single-header-category {
      background: #00A08E;
      color: #fff;
      display: inline-block;
      font-size: 1.2rem;
      padding: .15rem 1.3rem .2rem;
      border-radius: .3rem; }
      @media screen and (max-width: 767px) {
        .l-main__single-header-category {
          font-size: 1rem;
          padding: .4rem 1.5rem .2rem;
          border-radius: .15rem; } }
  .l-main__side {
    font-size: 1.4rem; }
    @media screen and (min-width: 1090px) {
      .l-main__side {
        width: 22rem; } }
    @media screen and (max-width: 767px) {
      .l-main__side {
        /*margin: 0 -2rem 20rem;*/
        margin: 0 -2rem 14rem; } }
    .l-main__side h2 {
      letter-spacing: .02em;
      border-bottom: 1px solid #00A08E;
      border-top: 1px solid #00A08E;
      border-left: 6px solid #00A08E;
      font-size: 1.6rem;
      font-weight: bold;
      color: #00A08E;
      padding: .9rem 1rem;
      background: url(../images/icon-title01.svg) no-repeat right bottom -1px/3rem auto; }
      @media screen and (max-width: 767px) {
        .l-main__side h2 {
          font-size: 2.2rem;
          padding: .7rem 1.1rem;
          border-left-width: 1rem;
          background-size: 5rem auto; } }

.c-row {
  display: flex;
  flex-wrap: wrap; }
  .c-row__col {
    word-break: break-all;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 100%; }
    .c-row__col--img {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) {
        .c-row__col--img {
          width: 38%; }
          .c-row__col--img:first-child {
            margin-right: 4%; } }
      @media screen and (max-width: 767px) {
        .c-row__col--img:first-child {
          margin-bottom: 2.5rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .c-row__col--img:first-child {
      margin-bottom: 2.5rem; } }

    @media screen and (min-width: 768px) {
      .c-row__col--text {
        width: 58%; }
        .c-row__col--text:first-child {
          margin-right: 4%; } }
    @media screen and (max-width: 767px) {
      .c-row__col--text:first-child {
        margin-bottom: 2.5rem; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .c-row__col--text:first-child {
      margin-bottom: 2.5rem; } }

  .c-row--m > .c-row__col {
    margin-bottom: 3rem; }
    @media screen and (max-width: 767px) {
      .c-row--m > .c-row__col {
        margin-bottom: 2rem; } }
  .c-row--col2 > .c-row__col {
    width: 50%; }
  .c-row--col3 > .c-row__col {
    width: calc(100% / 3); }
  .c-row--col4 > .c-row__col {
    width: 25%; }
  @media screen and (min-width: 768px) {
    .c-row--md-2 > .c-row__col {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .c-row--md-2 > .c-row__col {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .c-row--md-2.c-row--m > .c-row__col {
      width: 48%;
      margin-left: 4%;
      /*
                &:nth-child(n + 3) {
                  margin-top: 3rem;
                }*/ }
      .c-row--md-2.c-row--m > .c-row__col:nth-child(2n + 1) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-row--md-2.c-row--m > .c-row__col {
      width: 100%;
      margin-left: 0;
      /*
                &:nth-child(n + 2) {
                  margin-top: 3rem;
                }*/ } }
  @media screen and (min-width: 768px) {
    .c-row--md-3 > .c-row__col {
      width: 33.33%; } }
  @media screen and (max-width: 767px) {
    .c-row--md-3 > .c-row__col {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .c-row--md-4 > .c-row__col {
      width: 25%; } }
  @media screen and (max-width: 767px) {
    .c-row--md-4 > .c-row__col {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .c-row--md-reverse {
      flex-direction: row-reverse; }
      .c-row--md-reverse.c-row--md-2 .c-row__col:nth-child(2n + 1) {
        margin-left: 4% !important; }
      .c-row--md-reverse.c-row--md-2 .c-row__col:nth-child(2n) {
        margin-left: 0 !important; }
      .c-row--md-reverse .c-row__col--img:first-child {
        margin-left: 4%;
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .c-row--col3.c-row--m > .c-row__col {
      width: 31%;
      margin-left: 3.5%; }
      .c-row--col3.c-row--m > .c-row__col:nth-child(3n + 1) {
        margin-left: 0; }
      .c-row--col3.c-row--m > .c-row__col:nth-child(n + 4) {
        margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .c-row--col3.c-row--m > .c-row__col {
      width: 31%;
      margin-left: 3.5%;
      /*
              &:nth-child(n + 4) {
                margin-top: 3rem;
              }*/ }
      .c-row--col3.c-row--m > .c-row__col:nth-child(3n + 1) {
        margin-left: 0; } }
  @media screen and (min-width: 768px) {
    .c-row--col2.c-row--m > .c-row__col {
      width: 48%;
      margin-left: 4%;
      /*
              &:nth-child(n + 3) {
                margin-top: 3rem;
              }*/ }
      .c-row--col2.c-row--m > .c-row__col:nth-child(2n + 1) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-row--col2.c-row--m > .c-row__col {
      width: 48%;
      margin-left: 4%;
      /*
              &:nth-child(n + 3) {
                margin-top: 3rem;
              }*/ }
      .c-row--col2.c-row--m > .c-row__col:nth-child(2n + 1) {
        margin-left: 0; } }
  @media screen and (min-width: 768px) {
    .c-row--md-2.c-row--m > .c-row__col {
      width: 48%;
      margin-left: 4%; }
      .c-row--md-2.c-row--m > .c-row__col:nth-child(2n + 1) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-row--md-2.c-row--m > .c-row__col {
      width: 100%;
      /*
              &:nth-child(n + 2) {
                margin-top: 3rem;
              }*/ } }
  @media screen and (min-width: 768px) {
    .c-row--md-3.c-row--m > .c-row__col {
      width: 31%;
      margin-left: 3.5%;
      /*
              &:nth-child(n + 4) {
                margin-top: 3rem;
              }*/ }
      .c-row--md-3.c-row--m > .c-row__col:nth-child(3n + 1) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-row--md-3.c-row--m > .c-row__col {
      width: 100%; }
      .c-row--md-3.c-row--m > .c-row__col:nth-child(n + 2) {
        margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .c-row--md-3.c-row--m.c-row--sm-2 > .c-row__col {
      width: 48%;
      margin-left: 4%;
      /*
                &:nth-child(n + 3) {
                  margin-top: 3rem;
                }*/ }
      .c-row--md-3.c-row--m.c-row--sm-2 > .c-row__col:nth-child(2n + 1) {
        margin-left: 0; }
      .c-row--md-3.c-row--m.c-row--sm-2 > .c-row__col:nth-child(2) {
        margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .c-row--md-4.c-row--m > .c-row__col {
      width: 22%;
      margin-left: 4%; }
      .c-row--md-4.c-row--m > .c-row__col:nth-child(4n + 1) {
        margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .c-row--md-4.c-row--m > .c-row__col {
      width: 48%;
      margin-left: 4%; }
      .c-row--md-4.c-row--m > .c-row__col:nth-child(2n + 1) {
        margin-left: 0; }
      .c-row--md-4.c-row--m > .c-row__col:nth-child(2) {
        margin-top: 0; }
      .c-row--md-4.c-row--m > .c-row__col:nth-child(n + 3) {
        margin-top: 3rem; } }
  @media screen and (max-width: 767px) {
    .c-row--md-4.c-row--m.c-row--sm-2 > .c-row__col {
      width: 48%;
      margin-left: 4%; }
      .c-row--md-4.c-row--m.c-row--sm-2 > .c-row__col:nth-child(2n + 1) {
        margin-left: 0; }
      .c-row--md-4.c-row--m.c-row--sm-2 > .c-row__col:nth-child(2) {
        margin-top: 0; }
      .c-row--md-4.c-row--m.c-row--sm-2 > .c-row__col:nth-child(n + 3) {
        margin-top: 3rem; } }
  .c-row--mb-0 > .c-row__col {
    margin-bottom: 0 !important; }

table.c-table {
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  border-collapse: separate;
  border-bottom: 1px solid #DFDFDF;
  border-right: solid 1px #DFDFDF;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 767px) {
    table.c-table {
      margin-bottom: 2.5rem; } }
  table.c-table caption {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 2.8rem;
    margin-bottom: 1.1rem;
    text-align: left; }
    @media screen and (max-width: 767px) {
      table.c-table caption {
        font-size: 1.2rem;
        margin-bottom: .5rem; } }
    table.c-table caption:first-child {
      margin-top: 0; }
  table.c-table th,
  table.c-table td {
    border-top: solid 1px #DFDFDF;
    border-left: solid 1px #DFDFDF;
    padding: 1.25rem 1rem; }
    @media screen and (max-width: 767px) {
      table.c-table th,
      table.c-table td {
        padding: 1rem; } }
  table.c-table__bordered {
    border-right: solid 1px #DFDFDF;
    border-bottom: solid 1px #DFDFDF; }
    table.c-table__bordered th,
    table.c-table__bordered td {
      border-left: solid 1px #DFDFDF; }
  @media screen and (max-width: 767px) {
    table.c-table.c-table--sp-block tbody,
    table.c-table.c-table--sp-block tr,
    table.c-table.c-table--sp-block th,
    table.c-table.c-table--sp-block td {
      display: block; } }

.c-table__sp-scroll-wrapper {
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 767px) {
    .c-table__sp-scroll-wrapper {
      margin-bottom: 2.5rem; } }
  @media screen and (max-width: 767px) {
    .c-table__sp-scroll-wrapper {
      overflow-x: auto;
      padding-bottom: .5rem;
      margin-bottom: 3.2rem; }
      .c-table__sp-scroll-wrapper::-webkit-scrollbar {
        height: 1rem; }
      .c-table__sp-scroll-wrapper::-webkit-scrollbar-track {
        background: #f2f2f2;
        border-radius: .5rem; }
      .c-table__sp-scroll-wrapper::-webkit-scrollbar-thumb {
        background: #00A08E;
        border-radius: .5rem; } }
  .c-table__sp-scroll-wrapper .c-table {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .c-table__sp-scroll-wrapper .c-table {
        margin-bottom: 2.6rem;
        width: auto;
        white-space: nowrap; } }
.c-table th {
  font-weight: 500; }
  .c-table th:not(.c-table-th-gray) {
    background-color: #00A08E;
    color: #fff; }
.c-table-th-gray {
  background-color: #f2f2f2; }
.c-table__scroll-wrapper {
  margin-bottom: 2.5rem;
  overflow: scroll;
  position: relative;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .c-table__scroll-wrapper {
      margin-bottom: 2.5rem; } }
  .c-table__scroll-wrapper .c-table {
    margin-bottom: 0;
    width: auto; }
    .c-table__scroll-wrapper .c-table th,
    .c-table__scroll-wrapper .c-table td {
      white-space: nowrap; }
.c-table dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0; }
.c-table--line dl dt {
  width: 20%;
  padding: 2.5rem 1.5rem;
  border-bottom: solid 1px #5696DD;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-table--line dl dt {
      width: 100%;
      padding: 2.5rem 0 0;
      border-bottom: none;
      color: #5696DD; } }
  .c-table--line dl dt::before {
    display: none; }
.c-table--line dl dd {
  flex: 1;
  padding: 2.5rem 1.5rem;
  border-bottom: solid 1px #E6EAF0; }
  @media screen and (max-width: 767px) {
    .c-table--line dl dd {
      padding: 1rem 0 2.5rem; } }
  .c-table--line dl dd ul {
    margin: 0 !important; }
@media screen and (min-width: 768px) {
  .c-table--line.c-table--small dt {
    width: 35%; } }

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  appearance: none;
  transition: all 0.3s;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  border-radius: 2.5rem;
  padding: 0 1.2rem;
  min-width: 15rem;
  font-size: 1.4rem;
  margin-top: 3rem;
  border-radius: 1rem;
  background: #FABF00;
  font-size: 2rem;
  color: #fff !important;
  font-weight: 500;
  padding: 3rem 6rem;
  max-width: 600px;
  width: 100%;
  margin: 4.6rem auto 0; }
  @media screen and (max-width: 767px) {
    .c-btn {
      font-size: 1.6rem;
      border-radius: .5rem;
      padding: 2.2rem 5rem; } }
  .c-btn::after {
    content: '';
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: url(../images/icon-arrow02.svg) no-repeat left top/100% auto;
    position: absolute;
    right: 3rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: right .3s; }
    @media screen and (max-width: 767px) {
      .c-btn::after {
        width: 2.6rem;
        height: 2.6rem;
        right: 2rem; } }
  .c-btn:hover::after {
    right: 2.5rem; }
    @media screen and (max-width: 767px) {
      .c-btn:hover::after {
        right: 2rem; } }

_:-ms-input-placeholder .c-btn::after,
:root body .c-btn::after {
  background-image: url(../images/icon-arrow02.png); }

.c-breadcrumbs {
  margin: 1.1rem auto 0.5rem; }
  @media screen and (max-width: 767px) {
    .c-breadcrumbs {
      margin: .8rem auto .9rem;
      line-height: 1.5; } }
  .c-breadcrumbs__list {
    margin: 0 auto;
    width: 950px;
    max-width: 90%; }
    @media screen and (max-width: 767px) {
      .c-breadcrumbs__list {
        width: calc(100vw - 4rem); } }
    .c-breadcrumbs__list-item {
      font-size: 1.2rem;
      letter-spacing: .05em; }
      @media screen and (max-width: 767px) {
        .c-breadcrumbs__list-item {
          font-size: 1.1rem; } }
      .c-breadcrumbs__list-item:nth-child(n + 2) {
        padding-left: 1.3rem; }
        .c-breadcrumbs__list-item:nth-child(n + 2)::before {
          content: '';
          display: block;
          width: 4px;
          height: 4px;
          border-top: 1px solid #333;
          border-right: 1px solid #333;
          transform: rotate(45deg);
          position: absolute;
          left: .2rem;
          top: .95rem; }
      .c-breadcrumbs__list-item[data-active="true"] span {
        display: inline-block;
        vertical-align: middle; }
    .c-breadcrumbs__list a {
      color: #00A08E;
      text-decoration: underline;
      vertical-align: middle; }

.c-side-banner {
  background: #FFFAE5;
  padding: 1.3rem 0 3.3rem;
  margin-bottom: 6rem; }
  .c-side-banner figure {
    width: 20.6rem;
    margin: 0 auto 1.2rem; }
    .c-side-banner figure img {
      width: 100%; }
  @media screen and (max-width: 767px) {
    .c-side-banner {
      padding: 2.4rem 1.5rem 4.5rem;
      margin-bottom: 0; }
      .c-side-banner figure {
        width: 33.5rem; } }
  .c-side-banner p {
    padding: 0 1.5rem;
    line-height: 1.75;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .c-side-banner p {
        font-size: 1.2rem;
        padding: 0 0.5rem; } }
  .c-side-banner .caption {
    font-size: .7em;
    margin-bottom: 1em; }
  .c-side-banner__item {
    margin-bottom: 1.8rem; }
    .c-side-banner__item:last-child {
      margin-bottom: 0; }
    .c-side-banner__item-link {
      margin-top: 0.5rem; }
      .c-side-banner__item-link a {
        display: inline-block;
        padding-left: 1.5rem;
        color: #00A08E;
        text-decoration: underline; }
        .c-side-banner__item-link a::before {
          content: "";
          display: block;
          border: solid 0.4rem transparent;
          border-left: solid 0.7rem #595757;
          position: absolute;
          left: 0;
          top: 0.7em; }
        .c-side-banner__item-link a[target="_blank"]::after {
          content: "";
          display: inline-block;
          width: 1.5rem;
          height: 1.3rem;
          margin-left: 0.5rem;
          background: url(../images/icon-link.svg) no-repeat left top/100% auto;
          vertical-align: middle; }

_:-ms-input-placeholder .c-side-banner__item-link a[target="_blank"]::after,
:root body .c-side-banner__item-link a[target="_blank"]::after {
  background-image: url(../images/icon-link.png); }

.c-side-topics {
  margin-top: 1.9rem;
  padding-bottom: 2em; }
  @media screen and (max-width: 767px) {
    .c-side-topics {
      padding: 1rem 2rem 3.4rem;
      font-size: 1.4rem; } }
  .c-side-topics__item {
    margin-bottom: 2rem;
    border-bottom: 2px dotted #C1C1C1; }
    @media screen and (max-width: 767px) {
      .c-side-topics__item {
        margin-bottom: 1.5rem; } }
    .c-side-topics__item a {
      display: block; }
      @media screen and (max-width: 767px) {
        .c-side-topics__item a {
          display: flex;
          padding-bottom: 1.5rem; }
          .c-side-topics__item a figure {
            width: 15rem; } }
    .c-side-topics__item p {
      padding: 0.8rem 0 1.5rem 1.5rem;
      font-weight: 500;
      line-height: 1.5;
      letter-spacing: 0.05em;
      text-decoration: underline; }
      @media screen and (max-width: 767px) {
        .c-side-topics__item p {
          flex: 1;
          padding: 0.1rem 0 0 2.5rem; } }
      .c-side-topics__item p::before {
        content: "";
        display: block;
        border: solid 0.4rem transparent;
        border-left: solid 0.7rem #595757;
        position: absolute;
        left: 0;
        top: 1em; }
        @media screen and (max-width: 767px) {
          .c-side-topics__item p::before {
            left: 1.2rem;
            top: 0.7em; } }
  .c-side-topics .js-ac__trigger {
    font-size: 1.1rem;
    color: #00A08E;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .c-side-topics .js-ac__trigger {
        font-size: 1.3rem; } }
    .c-side-topics .js-ac__trigger-close {
      display: none; }
      .c-side-topics .js-ac__trigger-close::before {
        content: "";
        display: inline-block;
        width: 1.81rem;
        height: 1.81rem;
        vertical-align: -0.5em;
        background: url(../images/icon-close.svg) no-repeat left top/100% auto;
        margin-right: 0.5em; }
        @media screen and (max-width: 767px) {
          .c-side-topics .js-ac__trigger-close::before {
            width: 2.3rem;
            height: 2.3rem;
            margin-right: 0.8em; } }
    .c-side-topics .js-ac__trigger-open {
      display: block; }
      .c-side-topics .js-ac__trigger-open::before {
        content: "";
        display: inline-block;
        width: 1.81rem;
        height: 1.81rem;
        vertical-align: -0.5em;
        background: url(../images/icon-open.svg) no-repeat left top/100% auto;
        margin-right: 0.5em; }
        @media screen and (max-width: 767px) {
          .c-side-topics .js-ac__trigger-open::before {
            width: 2.3rem;
            height: 2.3rem;
            margin-right: 0.8em; } }
    .c-side-topics .js-ac__trigger--open .js-ac__trigger-open {
      display: none; }
    .c-side-topics .js-ac__trigger--open .js-ac__trigger-close {
      display: block; }

_:-ms-input-placeholder .c-side-topics .js-ac__trigger-close::before,
:root body .c-side-topics .js-ac__trigger-close::before {
  background-image: url(../images/icon-close.png); }
_:-ms-input-placeholder .c-side-topics .js-ac__trigger-open::before,
:root body .c-side-topics .js-ac__trigger-open::before {
  background-image: url(../images/icon-open.png); }

/*/ margin
// 汎用パーツのmarinを統一したい時

$pc-margin-0: 3rem;
$pc-margin-1: 1rem;
$pc-margin-2: 2rem;
$pc-margin-3: 4rem;
$pc-margin-4: 5rem;
$pc-margin-5: 6rem;

$sp-margin-0: 2rem;
$sp-margin-1: 1rem;
$sp-margin-2: 1.5rem;
$sp-margin-3: 2rem;
$sp-margin-4: 3rem;
$sp-margin-5: 6rem;

// ========== ========== ========== */
.u-margin__top-0 {
  margin-top: 0 !important; }
.u-margin__top-xs {
  margin-top: 1rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__top-xs {
      margin-top: 1rem !important; } }
.u-margin__top-s {
  margin-top: 2rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__top-s {
      margin-top: 1.5rem !important; } }
.u-margin__top-m {
  margin-top: 2.5rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__top-m {
      margin-top: 2.5rem !important; } }
.u-margin__top-l {
  margin-top: 3rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__top-l {
      margin-top: 3rem !important; } }
.u-margin__top-xl {
  margin-top: 4rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__top-xl {
      margin-top: 4rem !important; } }
.u-margin__top-xxl {
  margin-top: 6rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__top-xxl {
      margin-top: 6rem !important; } }
.u-margin__bottom-0 {
  margin-bottom: 0 !important; }
.u-margin__bottom-xs {
  margin-bottom: 1rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__bottom-xs {
      margin-bottom: 1rem !important; } }
.u-margin__bottom-s {
  margin-bottom: 2rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__bottom-s {
      margin-bottom: 1.5rem !important; } }
.u-margin__bottom-m {
  margin-bottom: 2.5rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__bottom-m {
      margin-bottom: 2.5rem !important; } }
.u-margin__bottom-l {
  margin-bottom: 3rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__bottom-l {
      margin-bottom: 3rem !important; } }
.u-margin__bottom-xl {
  margin-bottom: 4rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__bottom-xl {
      margin-bottom: 4rem !important; } }
.u-margin__bottom-xxl {
  margin-bottom: 6rem !important; }
  @media screen and (max-width: 767px) {
    .u-margin__bottom-xxl {
      margin-bottom: 6rem !important; } }

/* inview
----------------------------------------*/
[data-a-inview="inview"] {
  opacity: 0;
  transition: all 1.2s ease-out; }

[data-a-inview="inview"][data-inview="true"] {
  transform: none;
  opacity: 1; }

[data-a-inview="fadeup"] {
  transform: translateY(90px);
  opacity: 0;
  transition: all 0.5s ease-out; }

[data-a-inview="fadeup"][data-inview="true"] {
  transform: translateY(0);
  opacity: 1; }

[data-a-inview="fadeup2"] {
  transform: translateY(90px);
  opacity: 0;
  transition: all 1s ease-out; }

[data-a-inview="fadeup2"][data-inview="true"] {
  transform: translateY(0);
  opacity: 1; }

[data-a-inview="fadeup3"] {
  transform: translateY(90px);
  opacity: 0;
  transition: all 1.35s ease-out; }

[data-a-inview="fadeup3"][data-inview="true"] {
  transform: translateY(0);
  opacity: 1; }

[data-a-inview="inleft"] {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.35s ease-out; }

[data-a-inview="inleft"][data-inview="true"] {
  transform: translateX(0);
  opacity: 1; }

[data-a-inview="inleft2"] {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.85s ease-out; }

[data-a-inview="inleft2"][data-inview="true"] {
  transform: translateX(0);
  opacity: 1; }

[data-a-inview="inright"] {
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out; }

[data-a-inview="inright2"] {
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.25s; }

[data-a-inview="inright3"] {
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.5s; }

[data-a-inview="inright4"] {
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.75s; }

[data-a-inview="inright"][data-inview="true"],
[data-a-inview="inright2"][data-inview="true"],
[data-a-inview="inright3"][data-inview="true"],
[data-a-inview="inright4"][data-inview="true"] {
  transform: translateX(0);
  opacity: 1; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.c-contents {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 767px) {
    .c-contents {
      position: static; }
      .c-contents__sp-scroll-wrapper {
        overflow-x: auto;
        padding-bottom: 0.5rem;
        margin-bottom: 3.2rem; }
        .c-contents__sp-scroll-wrapper img {
          width: 90rem;
          max-width: none; }
        .c-contents__sp-scroll-wrapper::-webkit-scrollbar {
          height: 1rem; }
        .c-contents__sp-scroll-wrapper::-webkit-scrollbar-track {
          background: #f2f2f2;
          border-radius: 0.5rem; }
        .c-contents__sp-scroll-wrapper::-webkit-scrollbar-thumb {
          background: #00A08E;
          border-radius: 0.5rem; } }
  .c-contents h2 {
    background: #00A08E url(../images/icon-title02.svg) no-repeat right bottom/auto 10rem;
    color: #fff;
    font-size: 2.4rem;
    margin-top: 5.7rem;
    padding: 1.4rem 5rem 1.4rem 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 2rem; }
    @media screen and (max-width: 767px) {
      .c-contents h2 {
        margin: 4.3rem -2rem 3.2rem;
        padding: 1.4rem 3rem 1.4rem 2rem;
        font-size: 2.2rem; } }
  .c-contents h3 {
    font-size: 2.2rem;
    color: #00A08E;
    padding-bottom: 1.3rem;
    margin-bottom: 1.7rem;
    border-bottom: 2px solid #00A08E; }
    @media screen and (max-width: 767px) {
      .c-contents h3 {
        font-size: 2rem;
        padding-bottom: 0.7rem;
        margin-bottom: 1.5rem; } }
  .c-contents h4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .c-contents h4 {
        line-height: 1.55;
        margin-bottom: 1.1rem; } }
  .c-contents h5 {
    font-size: 1.4rem;
    font-weight: 500;
    margin-top: 2.8rem;
    margin-bottom: 1.1rem; }
    @media screen and (max-width: 767px) {
      .c-contents h5 {
        font-size: 1.2rem;
        margin-bottom: 0.7rem; } }
    .c-contents h5:first-child {
      margin-top: 0; }
  .c-contents h6 {
    margin-bottom: 1rem;
    color: #5696DD;
    font-weight: bold;
    line-height: 1.83; }
    @media screen and (max-width: 767px) {
      .c-contents h6 {
        margin-bottom: 1rem; } }
  .c-contents p {
    margin-bottom: 3.2rem; }
    .c-contents p:last-child {
      margin-bottom: 0; }
  .c-contents p > a[target="_blank"]::after,
  .c-contents li > a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.3rem;
    margin-left: 0.5rem;
    background: url(../images/icon-link.svg) no-repeat left top/100% auto;
    vertical-align: middle; }
  .c-contents figure {
    margin-bottom: 2.2rem; }
    @media screen and (max-width: 767px) {
      .c-contents figure {
        margin-bottom: 1.8rem; } }
    .c-contents figure a {
      text-decoration: none;
      color: inherit; }
  .c-contents ul,
  .c-contents ol {
    margin-bottom: 1.1rem; }
    @media screen and (max-width: 767px) {
      .c-contents ul,
      .c-contents ol {
        margin-bottom: 0.6rem; } }
    .c-contents ul:last-child,
    .c-contents ol:last-child {
      margin-bottom: 0; }
  .c-contents ul {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2.1rem; }
    .c-contents ul:first-child {
      margin-top: 0; }
    .c-contents ul li {
      padding-left: 1em;
      text-indent: -1em; }
      .c-contents ul li::before {
        content: "・"; }
      .c-contents ul li ul {
        margin-bottom: 0; }
        .c-contents ul li ul li::before {
          background: #00A08E; }
    .c-contents ul.text-asterisk {
      color: #6A6A6A;
      font-size: 1.1rem;
      padding-left: 0;
      text-indent: 0;
      margin-top: 2.7rem;
      line-height: 1.6; }
      .c-contents ul.text-asterisk li {
        padding-left: 1.4em;
        text-indent: -1.4em; }
        .c-contents ul.text-asterisk li + li {
          margin-top: 0.8rem; }
        .c-contents ul.text-asterisk li::before {
          display: none; }
  .c-contents ol {
    font-size: 1.4rem;
    line-height: 2;
    counter-reset: i; }
    .c-contents ol li {
      padding-left: 1.4em;
      text-indent: -1.4em; }
      .c-contents ol li::before {
        counter-increment: i;
        content: counter(i) ".";
        margin: 0 0.4em 0 0; }
  .c-contents a {
    color: #00A08E;
    text-decoration: underline; }
    .c-contents a[target="_blank"] .c-contents__link::after {
      content: "";
      display: inline-block;
      width: 1.5rem;
      height: 1.3rem;
      margin-left: 0.5rem;
      background: url(../images/icon-link.svg) no-repeat left top/100% auto;
      vertical-align: middle; }
  .c-contents__link {
    display: inline-block;
    padding-left: 1.5rem;
    color: #00A08E;
    text-decoration: underline; }
    .c-contents__link::before {
      content: "";
      display: block;
      border: solid 0.4rem transparent;
      border-left: solid 0.7rem #595757;
      position: absolute;
      left: 0;
      top: 0.7em; }
  .c-contents .text-s .c-contents__link::before {
    top: 0.6em; }
  .c-contents__footer {
    color: #6A6A6A; }
    @media screen and (max-width: 767px) {
      .c-contents__footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        .c-contents__footer .text-right {
          margin-top: 4.6rem; } }
  .c-contents .c-contents__index {
    border: 1px solid #00A08E;
    border-radius: 1rem;
    background: #F2F2F1;
    padding: 2.1rem 2.5rem 2.4rem;
    margin-bottom: 6rem; }
    @media screen and (max-width: 767px) {
      .c-contents .c-contents__index {
        border-radius: 0.5rem;
        padding: 1.7rem 1.9rem 1.9rem;
        margin-bottom: 5rem; } }
    .c-contents .c-contents__index:last-child {
      margin-bottom: 0; }
    .c-contents .c-contents__index-title {
      font-size: 1.8rem;
      line-height: 1.75;
      color: #00A08E;
      margin-top: 0;
      margin-bottom: 0.6rem;
      padding: 0;
      background: none; }
      @media screen and (max-width: 767px) {
        .c-contents .c-contents__index-title {
          margin: 0 0 0.7rem; } }
    .c-contents .c-contents__index ol {
      line-height: 1.9;
      font-size: inherit; }
      @media screen and (max-width: 767px) {
        .c-contents .c-contents__index ol {
          line-height: 1.75; } }
      .c-contents .c-contents__index ol a {
        color: inherit;
        font-weight: 400; }
      .c-contents .c-contents__index ol li {
        padding-left: 0;
        text-indent: 0; }
        .c-contents .c-contents__index ol li::before {
          display: none; }
        .c-contents .c-contents__index ol li + li {
          margin-top: 0; }
    .c-contents .c-contents__index > ol > li {
      padding-left: 2rem;
      text-indent: 0; }
      @media screen and (max-width: 767px) {
        .c-contents .c-contents__index > ol > li {
          padding-left: 2.2rem; } }
      .c-contents .c-contents__index > ol > li > a {
        font-weight: bold; }
      .c-contents .c-contents__index > ol > li::before {
        content: "";
        display: block;
        width: 1rem;
        height: 0.2rem;
        background: #00A08E;
        position: absolute;
        left: 0;
        top: 1.5rem; }
        @media screen and (max-width: 767px) {
          .c-contents .c-contents__index > ol > li::before {
            width: 1.5rem; } }
      .c-contents .c-contents__index > ol > li + li {
        margin-top: 0.6rem; }
        @media screen and (max-width: 767px) {
          .c-contents .c-contents__index > ol > li + li {
            margin-top: 0.8rem; } }
  @media screen and (min-width: 768px) {
    .c-contents__img-l {
      width: 48%;
      margin-right: 4%;
      float: left; } }
  @media screen and (min-width: 768px) {
    .c-contents__img-r {
      width: 48%;
      margin-left: 4%;
      float: right; } }

_:-ms-input-placeholder .c-contents a[target="_blank"] .c-contents__link::after,
:root body .c-contents a[target="_blank"] .c-contents__link::after {
  background-image: url(../images/icon-link.png); }
_:-ms-input-placeholder .c-contents p > a[target="_blank"]::after,
_:-ms-input-placeholder .c-contents li > a[target="_blank"]::after,
:root body .c-contents p > a[target="_blank"]::after,
:root body .c-contents li > a[target="_blank"]::after {
  background-image: url(../images/icon-link.png); }
