@charset "UTF-8";
/**************************************

	 			!Media

***************************************/
/* col-lg- 1200px以上はそのまま */
/* col-md- 1199px以下 */
/* col-sm- 991px 以下 */
/* col-sm- 767px 以下 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */ }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default; }

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto; }

select:disabled {
  opacity: inherit; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

legend {
  padding: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto; }

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 1199px) {
  html {
    font-size: 16px; } }
@media screen and (max-width: 991px) {
  html {
    font-size: 2vw; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.4vw; } }

body {
  position: relative;
  font-family: 'Noto Sans JP', "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 2;
  color: #474747; }

/* !common */
.container {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w50Container {
  width: 50%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w60Container {
  width: 60%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w70Container {
  width: 70%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w80Container {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.w05 {
  width: 5%; }

.w10 {
  width: 10%; }

.w20 {
  width: 20%; }

.w23 {
  width: 23%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.minus30 {
  margin-top: -30%; }

.minus15 {
  margin-top: -15%; }

.minus10 {
  margin-top: -10%; }

.minus05 {
  margin-top: -5%;
  position: relative; }

.fontWeight__600 {
  font-weight: 600; }

.pcHidden {
  display: none; }
  @media screen and (max-width: 991px) {
    .pcHidden {
      display: inline-block; } }

@media screen and (max-width: 991px) {
  .spHidden {
    display: none; } }

p {
  line-height: 1.6;
  font-size: 0.9rem;
  margin-bottom: 1em; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.cautionText {
  font-size: 0.7rem; }
  .cautionText.right {
    text-align: right; }
  .cautionText.vaTop {
    vertical-align: top; }

.caption {
  font-size: 9px;
  line-height: 1.3; }

.emphasisTxt {
  font-weight: 600;
  color: #EA5759; }

#wrap {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

/*------------------------
/* Gnavi
/*------------------------*/
#topNav #topNavCol .btn-gNav {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 24px;
  z-index: 3;
  cursor: pointer; }
  #topNav #topNavCol .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms; }
    #topNav #topNavCol .btn-gNav span:nth-child(1) {
      top: 0; }
    #topNav #topNavCol .btn-gNav span:nth-child(2) {
      top: 10px; }
    #topNav #topNavCol .btn-gNav span:nth-child(3) {
      top: 20px; }
  #topNav #topNavCol .btn-gNav.open span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #topNav #topNavCol .btn-gNav.open span:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  #topNav #topNavCol .btn-gNav.open span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
#topNav #topNavCol #gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #c6c6c6;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
  padding-top: 50px;
  transition: .3s; }
  #topNav #topNavCol #gNav.open {
    right: 0px; }
  #topNav #topNavCol #gNav .logo {
    margin: 2% auto 2%;
    padding: 0 15%; }
    @media screen and (max-width: 991px) {
      #topNav #topNavCol #gNav .logo img {
        width: 100%;
        max-width: 410px; 
} }
  #topNav #topNavCol #gNav .gNav-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center; }
    #topNav #topNavCol #gNav .gNav-menu li {
      display: block;
      padding: 0 30px; }
      #topNav #topNavCol #gNav .gNav-menu li a {
        color: #FFF;
        text-decoration: none;
        display: block;
        width: 94%;
        padding: 1% 2%;
        margin: 0 auto;
        line-height: 1.5; }
        #topNav #topNavCol #gNav .gNav-menu li a:hover {
          background-color: #9B9B9B;
          text-decoration: none; }
      @media screen and (max-width: 991px) {
        #topNav #topNavCol #gNav .gNav-menu li {
          font-size: 1rem;
          padding: 8% 0% 0%;
          line-height: 1.2; } }

/*------------------------
/* 内容
/*------------------------*/
main {
  position: relative;
  width: 100%;
  z-index: 0;
  font-feature-settings: "palt"; }
  main #intro {
    text-align: center; }
    main #intro #kv {
      width: 100%;
      position: relative; }
      main #intro #kv h1 {
        width: 94%;
        font-size: 4rem;
        font-weight: 600;
        line-height: 1.5;
        position: absolute;
        margin: auto;
        top: 4%;
        left: 0;
        right: 0; }
        @media screen and (max-width: 991px) {
          main #intro #kv h1 {
            top: 6%;
            font-size: 3.5rem; } }
        @media only screen and (max-width: 767px) {
          main #intro #kv h1 {
            top: 6%;
            font-size: 2rem; } }
      main #intro #kv .kv02 {
        margin-top: 0px; }
        main #intro #kv .kv02 img {
          width: 100%; }
          main #intro #kv .kv02 img.sp {
            display: none; }
          main #intro #kv .kv02 img.pc {
            display: block; }
          @media screen and (max-width: 991px) {
            main #intro #kv .kv02 img.sp {
              display: block; }
            main #intro #kv .kv02 img.pc {
              display: none; } }
          @media only screen and (max-width: 767px) {
            main #intro #kv .kv02 img.sp {
              display: block; }
            main #intro #kv .kv02 img.pc {
              display: none; } }
    main #intro .textCol {
      width: 94%;
      padding: 2em 0 1em;
      font-size: 1.2rem;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 767px) {
        main #intro .textCol {
          font-size: 1rem; } }
  main h2.title {
    margin-bottom: 2em; }
  main .feelingCol {
    margin-bottom: 10em; }
    main .feelingCol li.commentCol {
      display: block;
      margin-bottom: 2em;
      position: relative; }
      main .feelingCol li.commentCol::after {
        content: "";
        width: 75px;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: -10px;
        max-width: 110px;
        z-index: 2; }
        @media screen and (max-width: 991px) {
          main .feelingCol li.commentCol::after {
            width: 9vw;
            bottom: 0; } }
        @media only screen and (max-width: 767px) {
          main .feelingCol li.commentCol::after {
            width: 17vw;
            bottom: 0; } }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          main .feelingCol li.commentCol::after {
            bottom: -54px; } }
      main .feelingCol li.commentCol:nth-of-type(1)::after {
        background: url(../images/feeling_01.svg) no-repeat left bottom; }
      main .feelingCol li.commentCol:nth-of-type(2)::after {
        background: url(../images/feeling_02.svg) no-repeat left bottom; }
      main .feelingCol li.commentCol:nth-of-type(3)::after {
        background: url(../images/feeling_03.svg) no-repeat left bottom; }
      main .feelingCol li.commentCol:nth-of-type(4)::after {
        background: url(../images/feeling_04.svg) no-repeat left bottom; }
      main .feelingCol li.commentCol div {
        display: flex;
        position: relative; }
        main .feelingCol li.commentCol div p {
          width: 70%;
          padding: 1.5em;
          border-radius: 1em; }
        main .feelingCol li.commentCol div.left {
          justify-content: left;
          position: relative;
          z-index: 1; }
          main .feelingCol li.commentCol div.left::after {
            background: url(../images/feeling_line.svg) no-repeat left bottom;
            content: "";
            width: 45px;
            height: 100%;
            position: absolute;
            left: 79px;
            bottom: -17px;
            max-width: 110px; }
            @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
              main .feelingCol li.commentCol div.left::after {
                bottom: -50px; } }
          main .feelingCol li.commentCol div.left p {
            font-size: 1.2rem;
            border: dashed;
            border-width: 2px;
            background-color: #fff;
            position: relative; }
        main .feelingCol li.commentCol div.right {
          justify-content: flex-end;
          margin-top: -2em;
          position: relative; }
          main .feelingCol li.commentCol div.right p {
            position: relative;
            background-color: #CFE4F3;
            padding-right: 4em; }
            main .feelingCol li.commentCol div.right p::after {
              background: url(../images/icon_f.svg) no-repeat right center;
              content: "";
              width: 30%;
              height: 5vw;
              position: absolute;
              right: 1vw;
              top: 0;
              bottom: 0;
              margin: auto;
              max-width: 45px; }
              @media screen and (max-width: 991px) {
                main .feelingCol li.commentCol div.right p::after {
                  height: 15vw;
                  right: 2vw; } }
              @media only screen and (max-width: 767px) {
                main .feelingCol li.commentCol div.right p::after {
                  height: 15vw;
                  right: 2vw; } }
    main .feelingCol li.attentionCol .attentionCol__inner li {
      padding: 1.5em;
      background-color: #71BCE6;
      color: #FFF;
      text-align: center;
      font-weight: 600; }
    main .feelingCol li.attentionCol .arrow {
      margin-top: 3em;
      margin-bottom: -4em; }
      main .feelingCol li.attentionCol .arrow img {
        width: 20%; }
      @media screen and (max-width: 991px) {
        main .feelingCol li.attentionCol .arrow {
          margin-top: 2em;
          margin-bottom: -6em; } }
  main .talkCol .talkCol__inner {
    margin-top: 3em;
    margin-bottom: 3em; }
    main .talkCol .talkCol__inner.topNone {
      margin-top: 0; }
    main .talkCol .talkCol__inner.left {
      position: relative; }
      main .talkCol .talkCol__inner.left::after {
        content: "";
        background: url("../images/talk_00.svg") no-repeat left bottom;
        width: 100%;
        height: 80px;
        position: absolute;
        left: 0;
        bottom: -10px;
        max-width: 85px;
        z-index: 2; }
        @media screen and (max-width: 991px) {
          main .talkCol .talkCol__inner.left::after {
            height: 18vw;
            left: 0; } }
        @media only screen and (max-width: 767px) {
          main .talkCol .talkCol__inner.left::after {
            height: 18vw;
            left: 0; } }
      main .talkCol .talkCol__inner.left p {
        background-color: #E4F0F8;
        margin-left: 10%;
        position: relative;
        z-index: 1;
        letter-spacing: -0.05rem; }
        @media screen and (max-width: 991px) {
          main .talkCol .talkCol__inner.left p {
            margin-left: 20%; } }
        @media only screen and (max-width: 767px) {
          main .talkCol .talkCol__inner.left p {
            margin-left: 20%; } }
        main .talkCol .talkCol__inner.left p::before {
          content: "";
          position: absolute;
          bottom: 0px;
          left: -36px;
          /* margin-top: -6px; */
          border: 20px solid transparent;
          border-right: 38px solid #E4F0F8;
          z-index: 0;
          transform: rotate(-26deg); }
          @media screen and (max-width: 991px) {
            main .talkCol .talkCol__inner.left p::before {
              left: -22px;
              /* margin-top: -6px; */
              border: 10px solid transparent;
              border-right: 21px solid #E4F0F8;
              z-index: 0;
              transform: rotate(-26deg); } }
    main .talkCol .talkCol__inner.right {
      position: relative; }
      main .talkCol .talkCol__inner.right::after {
        content: "";
        width: 100%;
        height: 80px;
        position: absolute;
        right: 0;
        bottom: -10px;
        max-width: 85px;
        z-index: 2; }
        @media screen and (max-width: 991px) {
          main .talkCol .talkCol__inner.right::after {
            height: 18vw;
            right: 0; } }
        @media only screen and (max-width: 767px) {
          main .talkCol .talkCol__inner.right::after {
            height: 18vw;
            right: 0; } }
      main .talkCol .talkCol__inner.right.character01::after {
        background: url("../images/talk_01.svg") no-repeat right bottom; }
      main .talkCol .talkCol__inner.right.character02::after {
        background: url("../images/talk_02.svg") no-repeat right bottom; }
      main .talkCol .talkCol__inner.right p {
        background-color: #fff;
        margin-right: 10%;
        position: relative; }
        main .talkCol .talkCol__inner.right p::before {
          content: "";
          position: absolute;
          bottom: 0px;
          right: -27px;
          /* margin-top: -6px; */
          border: 20px solid transparent;
          border-left: 38px solid #ffffff;
          z-index: 0;
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
    main .talkCol .talkCol__inner .talk {
      width: 90%;
      font-size: 1.2rem;
      padding: 1.5em;
      border-radius: 3em;
      margin-bottom: 2em;
      box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.7); }
      @media screen and (max-width: 991px) {
        main .talkCol .talkCol__inner .talk {
          font-size: 1rem;
          border-radius: 2em;
          width: 80%; } }
      @media only screen and (max-width: 767px) {
        main .talkCol .talkCol__inner .talk {
          font-size: 1rem;
          border-radius: 2em;
          width: 80%; } }
  main .blueBg {
    background-color: #F1F9FE;
    padding-top: 3em;
    padding-bottom: 2em; }
    main .blueBg.endCol {
      padding-top: 4em;
      margin-top: -4em;
      margin-bottom: 3em; }
      main .blueBg.endColBottom {
        padding-top: 6em;
        margin-top: 0;
        margin-bottom: -1em; }
        @media screen and (max-width: 991px) {
          main .blueBg.endColBottom {
            padding-top: 3.5em; } }
        @media only screen and (max-width: 767px) {
          main .blueBg.endColBottom {
            padding-top: 2em; } }
  main #fine-bubble.blueBg {
    padding-top: 0;
    margin-top: -2em; }
  main .orangeBg {
    position: relative;
    z-index: 1;
    font-size: 1rem;
    background-color: #F8B953;
    padding: 1.2em;
    border-radius: 1em;
    text-align: center;
    color: #fff;
    margin-bottom: 3em;
    letter-spacing: -0.1rem; }
    @media screen and (max-width: 991px) {
      main .orangeBg {
        padding: 1em; } }
    @media only screen and (max-width: 767px) {
      main .orangeBg {
        padding: 1em; } }
    main .orangeBg.top {
      margin-top: 3em; }
    main .orangeBg h2 {
      font-size: 2rem;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        main .orangeBg h2 {
          font-size: 1.4rem; } }
      main .orangeBg h2 span {
        font-weight: 600; }
  main .whiteBg {
    background-color: #fff;
    padding: 1.2em;
    color: #474747; }
    @media screen and (max-width: 991px) {
      main .whiteBg {
        padding: 1em; } }
    @media only screen and (max-width: 767px) {
      main .whiteBg {
        padding: 1em; } }
    main .whiteBg p {
      font-size: 1.2rem;
      line-height: 2;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        main .whiteBg p {
          font-size: 1.2rem;
          line-height: 2; } }
      main .whiteBg p.accent {
        color: #EA5759;
        font-size: 2rem;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          main .whiteBg p.accent {
            font-size: 1.5rem; } }
  main h3.catchText {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0.6em;
    font-weight: 600;
    border-radius: 5em;
    background-color: #fff;
    font-size: 1.6rem;
    border: dashed;
    border-color: #71BCE6;
    border-width: 10px;
    line-height: 1.6;
    margin-top: 2em;
    margin-bottom: 2em; }
    @media only screen and (max-width: 767px) {
      main h3.catchText {
        font-size: 1.2rem; } }
    main h3.catchText span {
      color: #EA5759;
      font-size: 1.8rem; }
      @media only screen and (max-width: 767px) {
        main h3.catchText span {
          font-size: 1.5rem; } }
  main h3.top {
    margin-top: -4em; }
  main h3.bottom {
    margin-bottom: -2em; }
  main h3.goodIcon::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 0px;
    background: url(../images/icon_good.svg) no-repeat center bottom;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      main h3.goodIcon::after {
        width: 8vw;
        height: 8vw; } }
  main .endText {
    font-size: 1.2rem;
    line-height: 2; }
    @media only screen and (max-width: 767px) {
      main .endText {
        font-size: 1rem; } }
    main .endText span {
      font-weight: 600; }
      main .endText span.accent {
        color: #EA5759;
        font-size: 1.8rem;
        line-height: 1.6; }
        @media only screen and (max-width: 767px) {
          main .endText span.accent {
            font-size: 1.3rem;
            letter-spacing: -0.1rem; } }
      main .endText span.red {
        color: #EA5759; }
  main .catchCol {
    text-align: center;
    margin-top: 6em; }
    main .catchCol .imageCol p {
      margin-top: 3em; }
      main .catchCol .imageCol p.space {
        margin-top: 7em;
        margin-bottom: 2em; }
      main .catchCol .imageCol p img {
        text-align: center; }
    main .catchCol h3 {
      font-size: 1.8rem;
      line-height: 1.3;
      margin-bottom: 3em;
      position: relative; }
      @media only screen and (max-width: 767px) {
        main .catchCol h3.bottom {
          margin-bottom: -2em; } }
      main .catchCol h3::after {
        background: url(../images/bg_catch.svg) no-repeat center center;
        content: "";
        width: 100%;
        height: 8em;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 50%;
        margin: auto auto;
        z-index: -1; }
      @media only screen and (max-width: 767px) {
        main .catchCol h3 {
          font-size: 1rem; } }
      main .catchCol h3 span {
        font-weight: 600; }
        main .catchCol h3 span.red {
          color: #EA5759; }
        main .catchCol h3 span.accent {
          display: block;
          margin-top: 0.2em;
          margin-bottom: 1.5em;
          font-size: 2.8rem; }
          @media only screen and (max-width: 767px) {
            main .catchCol h3 span.accent {
              font-size: 1.5rem; } }
    main .catchCol .cautionText {
      font-size: 0.7rem; }
      main .catchCol .cautionText.right {
        text-align: right; }
    main .catchCol .endText {
      font-size: 1.8rem;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        main .catchCol .endText {
          font-size: 1rem; } }
  main .btnCol {
    width: 100%;
    background: linear-gradient(0deg, #1C7B93, #71BCE6);
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 0.8em;
    line-height: 1.3; }
    @media only screen and (max-width: 767px) {
      main .btnCol {
        font-size: 1.3rem;
        letter-spacing: -0.1rem; } }
    main .btnCol::after {
      content: "";
      display: inline-block;
      width: 40px;
      height: 40px;
      margin-left: 10px;
      background: url(../images/icon_arrow.svg) no-repeat center center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: 0.2s;
      max-width: 40px; }
      @media only screen and (max-width: 767px) {
        main .btnCol::after {
          width: 6vw;
          height: 6vw; } }
    main .btnCol.selected::after {
      transform: translateY(-50%) rotate(180deg);
      transition: 0.2s; }
  main .toggleCol {
    margin-bottom: 2em;
    text-align: center; }
    main .toggleCol .content .inner {
      text-align: left; }
    main .toggleCol .content .button {
      display: inline-block;
      cursor: pointer; }
    main .toggleCol .textCol {
      cursor: pointer; }
      main .toggleCol .textCol.selected {
        display: none;
        transition: 0.2s; }
    main .toggleCol .close {
      text-align: center;
      cursor: pointer; }
    main .toggleCol .openDetail {
      text-align: center; }
    main .toggleCol .reviewsCol {
      background-color: #fff;
      padding: 2em; }
      main .toggleCol .reviewsCol p {
        font-size: 1.2rem; }
        main .toggleCol .reviewsCol p.name {
          text-align: right; }
        main .toggleCol .reviewsCol p.txt-sm {
          font-size: 0.7rem; }
    main .toggleCol .openText {
      display: none;
      text-align: left; }
    main .toggleCol .closeText {
      text-align: left; }
      main .toggleCol .closeText.close {
        display: none; }
  main #listenCol {
    background: url("../images/bg_listen.png") repeat;
    padding: 3em; }
    @media screen and (max-width: 991px) {
      main #listenCol {
        padding: 1em;
        background-size: 8%; } }
    @media only screen and (max-width: 767px) {
      main #listenCol {
        padding: 1em;
        background-size: 8%; } }
    main #listenCol .listenCol--inner {
      box-shadow: 0px 0px 18px -7px rgba(0, 0, 0, 0.6); }
      main #listenCol .listenCol--inner h4 {
        background-color: #71BCE6;
        color: #fff;
        text-align: center;
        padding: 0.8em;
        line-height: 1.5;
        font-weight: 600;
        font-size: 1.5rem; }
        @media screen and (max-width: 991px) {
          main #listenCol .listenCol--inner h4 {
            font-size: 1.5rem; } }
        @media only screen and (max-width: 767px) {
          main #listenCol .listenCol--inner h4 {
            font-size: 1.2rem; } }
      main #listenCol .listenCol--inner .information {
        background-color: #FFF;
        padding: 3em; }
        @media screen and (max-width: 991px) {
          main #listenCol .listenCol--inner .information {
            padding: 1em; } }
        @media only screen and (max-width: 767px) {
          main #listenCol .listenCol--inner .information {
            padding: 1em; } }
        main #listenCol .listenCol--inner .information .professorCol {
          display: flex;
          justify-content: space-between;
          margin-bottom: 3em; }
          @media only screen and (max-width: 767px) {
            main #listenCol .listenCol--inner .information .professorCol {
              margin-bottom: 1em; } }
          main #listenCol .listenCol--inner .information .professorCol .photo img {
            width: 100%; }
          main #listenCol .listenCol--inner .information .professorCol .profile {
            margin-left: 1.5em; }
            main #listenCol .listenCol--inner .information .professorCol .profile .title {
              font-size: 1.2rem;
              margin-bottom: 0em;
              line-height: 1.2; }
              @media screen and (max-width: 991px) {
                main #listenCol .listenCol--inner .information .professorCol .profile .title {
                  font-size: 1rem; } }
              @media only screen and (max-width: 767px) {
                main #listenCol .listenCol--inner .information .professorCol .profile .title {
                  font-size: 1rem; } }
            main #listenCol .listenCol--inner .information .professorCol .profile .name {
              font-size: 2rem;
              font-weight: 600;
              margin-bottom: 0;
              line-height: 1.5; }
              @media screen and (max-width: 991px) {
                main #listenCol .listenCol--inner .information .professorCol .profile .name {
                  font-size: 1.8rem; } }
              @media only screen and (max-width: 767px) {
                main #listenCol .listenCol--inner .information .professorCol .profile .name {
                  font-size: 1.8rem; } }
            main #listenCol .listenCol--inner .information .professorCol .profile .ruby {
              font-size: 0.7rem; }
        main #listenCol .listenCol--inner .information hr {
          height: 1px;
          width: 15%;
          margin: 3em auto;
          border: none;
          background-color: #000;
          color: #000; }
          @media only screen and (max-width: 767px) {
            main #listenCol .listenCol--inner .information hr {
              margin: 2em auto; } }
        main #listenCol .listenCol--inner .information .detail {
          font-family: 'Noto Serif JP', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif; }
          main #listenCol .listenCol--inner .information .detail p {
            font-size: 1.2rem;
            line-height: 2.2; }
            @media screen and (max-width: 991px) {
              main #listenCol .listenCol--inner .information .detail p {
                font-size: 1.2rem;
                line-height: 2.2; } }
            @media only screen and (max-width: 767px) {
              main #listenCol .listenCol--inner .information .detail p {
                font-size: 1rem;
                line-height: 1.5; } }
            main #listenCol .listenCol--inner .information .detail p.detailText {
              margin-bottom: 0; }
              main #listenCol .listenCol--inner .information .detail p.detailText a {
                margin: 1em auto 0em;
                display: block;
                text-align: center;
                width: 80%; }
          main #listenCol .listenCol--inner .information .detail .toggleCol {
            margin-bottom: 0; }
  main .imageCol img {
    width: 100%; }
  main .imageCol .imageCaption {
    text-align: right; }
  main .imageCol.bottom {
    margin-bottom: 3em; }
  main .imageCol p.bottom {
    margin-bottom: 3em; }
  main #first {
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      main #first {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      main #first {
        width: 90%; } }
  main #second {
    margin: 0 auto; }
    @media screen and (max-width: 991px) {
      main #second {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      main #second {
        width: 90%; } }
    main #second .caseCol {
      background: url("../images/bg_case.jpg") no-repeat center top;
      padding: 3em 0 1em;
      margin-bottom: 3em; }
      main #second .caseCol h2 {
        margin-top: 2em; }
        main #second .caseCol h2 img {
          width: 100%; }
        @media screen and (max-width: 991px) {
          main #second .caseCol h2 {
            margin-top: 1em; } }
        @media only screen and (max-width: 767px) {
          main #second .caseCol h2 {
            margin-top: -1em; } }
      main #second .caseCol h4 img {
        width: 100%; }
      main #second .caseCol .toggleCol {
        width: 90%;
        margin: 3em auto; }
        @media only screen and (max-width: 767px) {
          main #second .caseCol .toggleCol {
            margin: 2em auto; } }
        main #second .caseCol .toggleCol p {
          font-size: 1.2rem; }
          main #second .caseCol .toggleCol p.toggleCol__textCol {
            text-align: left; }
            main #second .caseCol .toggleCol p.toggleCol__textCol a {
              margin: 1em auto;
              display: block;
              text-align: center;
              width: 80%; }
      main #second .caseCol .cautionText {
        width: 90%;
        margin: auto auto;
        text-align: right; }
  main #third {
    margin: 5em auto 0; }
    @media screen and (max-width: 991px) {
      main #third {
        width: 90%; } }
    @media only screen and (max-width: 767px) {
      main #third {
        width: 90%; } }

aside {
  margin: 5em auto 0; }
  aside .endText {
    margin-top: 2em;
    font-size: 1.2rem;
    line-height: 2; }
    @media only screen and (max-width: 767px) {
      aside .endText {
        font-size: 1rem; } }
    aside .endText span {
      font-weight: 600; }
      aside .endText span.accent {
        color: #EA5759;
        font-size: 1.8rem;
        line-height: 1.6; }
        @media only screen and (max-width: 767px) {
          aside .endText span.accent {
            font-size: 1.3rem;
            letter-spacing: -0.1rem; } }
  aside .btm {
    margin-bottom: 2em; }
  @media screen and (max-width: 991px) {
    aside {
      width: 90%; } }
  @media only screen and (max-width: 767px) {
    aside {
      width: 90%; } }
  aside ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    aside ul li {
      text-align: center;
      margin-bottom: 1.5em;
      flex: 0 0 32%; }
      aside ul li p {
        line-height: 1.5; }
        aside ul li p.img {
          margin-bottom: 0.5em; }
        aside ul li p img {
          display: block;
          max-width: 100%;
          width: 100%;
          height: auto; }

footer {
  position: relative;
  width: 100%;
  padding-bottom: 10px; }
  footer .inquiryCol .container {
    width: 90%; }
  footer .inquiryCol h5 {
    margin-top: 3em;
    margin-bottom: 0.5em;
    font-weight: 400; }
  footer .inquiryCol .txt-lg {
    font-size: 3rem;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      footer .inquiryCol .txt-lg {
        font-size: 3.2rem; } }
  footer .inquiryCol .txt-xs {
    font-size: 0.7rem; }
    footer .inquiryCol .txt-xs.btm {
      margin-bottom: 3em; }
  footer .inquiryCol .txt-md {
    font-size: 1.5rem; }
  footer .inquiryCol .companyNameCol {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    footer .inquiryCol .companyNameCol .name {
      margin-top: -0.8em;
      font-weight: 600; }
  footer .inquiryCol .tel {
    margin-top: -0.5em;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      footer .inquiryCol .tel {
        margin-bottom: -0.1em; } }
  footer .logo {
    width: 80%;
    max-width: 267px;
    margin: 3% auto 1%; }
    footer .logo img {
      width: 100%;
		display: none;}
  footer .copyright {
    font-size: 0.8rem;
    text-align: center; }
