@charset "UTF-8";
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px;
}

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol {
  list-style-type: none;
}

ul {
  list-style-type: none;
}
ul li {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
}

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

caption, th {
  text-align: left;
}

iframe {
  border: none;
}

a:focus {
  outline: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li img {
  line-height: 0;
  font-size: 0;
  vertical-align: top;
}

/* IE */
* html ul li dl, * html ol li dl {
  display: inline;
}
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline;
}

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

p {
  line-break: strict;
}

a {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover {
  opacity: 0.7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

body {
  font-size: 14px;
  font: inherit;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

#wrapper {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.hide, .hidden {
  visibility: hidden;
}

img {
  max-width: 100%;
}

main {
  display: block;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    /* IE lt 8 */
    -ms-filter: "alpha(opacity=100)";
    /* IE 8 */
  }

  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%;
  }

  img {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* =========================================================
 * font
========================================================= */
/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right {
  opacity: 0;
  transition: all 0.875s ease-in-out;
}

.fade {
  transform: translate(0, 0);
}

.fadein {
  transform: translate(0, 50px);
}

.fadein-top {
  transform: translate(0, -50px);
}

.fadein-left {
  transform: translate(-50px, 0);
}

.fadein-right {
  transform: translate(50px, 0);
}

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

article {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header--inner {
  padding: 15px 1.5%;
  text-align: right;
}
.header--inner .menu {
  display: inline-block;
  cursor: pointer;
  transition: all .4s ease-out;
  width: 70px;
  height: 70px;
  background: url("/cheesehealthlife/images/btn-menu_pc.png") no-repeat 0 0/cover;
  transform: scale(0);
  opacity: 0;
}
.header--inner .menu img {
  display: none;
}
.header--inner .menu.close {
  background: url("/cheesehealthlife/images/btn-close_pc.png") no-repeat 0 0/cover;
}
.header--inner .menu.active {
  transform: scale(1);
  opacity: 1;
}
.header--inner .menu.active:hover {
  opacity: 1;
  transform: scale(1.1);
}

.others {
  width: 100%;
  padding: 76px 0 77px;
  background: #fff;
}
.others--inner {
  max-width: 542px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.others--inner li {
  width: 227px;
}
.others--inner li a {
  display: block;
  width: 100%;
}
.others--inner li a .figure {
  width: 100%;
  position: relative;
}
.others--inner li a .figure .circle {
  width: 100%;
}
.others--inner li a .figure .circle img {
  width: 100%;
}
.others--inner li a .figure .more {
  position: absolute;
  top: 117px;
  left: 118px;
  width: 108px;
  height: 98px;
  transition: all .3s ease-out;
}
.others--inner li a .figure .more img {
  width: 100%;
}
.others--inner li a p {
  margin-top: 18px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
  white-space: nowrap;
}
.others--inner li a:hover {
  opacity: 1;
}
.others--inner li a:hover .figure .more {
  transform: translate(10px, 10px);
  transition: all .3s ease-out;
}
.others--inner:after {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  max-width: 45px;
}
#pagetop.fixed {
  position: absolute;
  bottom: 20px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .header--inner {
    padding: 10px 2%;
  }
  .header--inner .menu {
    width: 60px;
    height: 60px;
  }
  .header--inner .menu.close {
    transform: scale(1);
  }
  .header--inner .menu:hover {
    transform: scale(1);
  }

  .others {
    padding: 32px 0 77px;
  }
  .others--inner {
    max-width: 90%;
  }
  .others--inner li {
    width: 41.5vw;
  }
  .others--inner li a .figure .more {
    top: 22vw;
    left: 22.2vw;
    width: 19.5vw;
    height: 17.6vw;
  }
  .others--inner li a p {
    margin-top: 11px;
    font-size: 4.267vw;
  }

  #pagetop {
    bottom: 20px;
    right: 2%;
    max-width: 12%;
  }
  #pagetop.fixed {
    right: 2%;
    bottom: 10px;
  }
}
#index div:after {
  display: none;
}
#index main {
  overflow: hidden;
  background: #fff;
}
#index .main {
  background: url("../images/index/index_main_pc.png") no-repeat center top/cover;
  width: 100%;
  position: relative;
  min-height: 645px;
  transition: all .675s ease-out;
  opacity: 0;
}
#index .main:before {
  content: '';
  display: block;
  padding-top: 49.361%;
}
#index .main .line {
  position: absolute;
  transition: all .675s ease-out;
  opacity: 0;
}
#index .main .line.l01 {
  transition: all .675s ease-out;
  top: 8.69%;
  left: 48%;
  transform: translateX(-60px);
}
#index .main .line.l01 img {
  max-width: 177px;
}
#index .main .line.l01.active {
  transform: translateX(0px);
  opacity: 1;
}
#index .main .line.l02 {
  transition: all .875s ease-out;
  left: 0;
  top: 48.913%;
  transform: translateX(-245px);
}
#index .main .line.l02 img {
  max-width: 245px;
}
#index .main .line.l02.active {
  transform: translateX(0px);
  opacity: 1;
}
#index .main .line.l03 {
  transition: all .875s ease-out;
  right: -264px;
  top: 44.59%;
}
#index .main .line.l03 img {
  max-width: 264px;
}
#index .main .line.l03.active {
  right: 0;
  opacity: 1;
}
#index .main .line.l04 {
  transition: all 1.375s ease-out;
  right: calc(22.05% - 70px);
  bottom: 20.8%;
}
#index .main .line.l04 img {
  max-width: 234px;
}
#index .main .line.l04.active {
  right: 32.05%;
  opacity: 1;
}
#index .main.active {
  opacity: 1;
}
#index .lead {
  background-color: #fff;
  margin-top: 79px;
}
#index .lead--inner {
  text-align: center;
}
#index .lead--inner h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: .05em;
  transition: all .675s ease-out;
  opacity: 0;
}
#index .lead--inner h1.active {
  opacity: 1;
}
#index .others {
  padding: 80px 0 88px;
}
#index .others--inner {
  max-width: 892px;
}

@media screen and (max-width: 767px) {
  #index .main {
    background: url("../images/index/index_main_sp.png") no-repeat center top/cover;
    min-height: 129.306vw;
  }
  #index .main:before {
    content: '';
    display: block;
    padding-top: 129.306vw;
  }
  #index .main .line.l01, #index .main .line.l03 {
    display: none;
  }
  #index .main .line.l02 {
    width: 29.173%;
    top: 55.3147%;
    transform: translateX(-29.173%);
  }
  #index .main .line.l02 img {
    max-width: 100%;
  }
  #index .main .line.l02.active {
    transform: translateX(0px);
  }
  #index .main .line.l04 {
    width: 27.301%;
    right: -27.301%;
    bottom: auto;
    top: 26%;
  }
  #index .main .line.l04 img {
    max-width: 100%;
  }
  #index .main .line.l04.active {
    right: 0;
  }
  #index .lead {
    margin-top: 32px;
  }
  #index .lead--inner h1 {
    font-size: 4.8vw;
    line-height: 1.82;
  }
  #index .others {
    padding: 30px 0 48px;
  }
  #index .others--inner {
    max-width: 90%;
    flex-wrap: wrap;
  }
  #index .others--inner li:nth-of-type(3) {
    margin-top: 12px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
#th div:after {
  display: none;
}
#th main {
  overflow: hidden;
}
#th .main {
  background: url("../images/tooth-health/th_main_pc.png") no-repeat center top/cover;
  width: 100%;
  min-height: 550px;
  transition: all .675s ease-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#th .main:before {
  content: '';
  display: block;
  padding-top: 42.22%;
}
#th .main--inner {
  background: #ffc4b5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 104px 30px;
  position: relative;
}
#th .main--inner--wrap h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: center;
}
#th .main--inner--wrap .en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 16px;
  line-height: 1;
  color: #000;
  text-align: center;
}
#th .main--inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -39px;
  left: 50%;
  transform: translateX(-50%);
  width: 49px;
  height: 55px;
  background: url("../images/tooth-health/th_icon.png") no-repeat center/contain;
}
#th .main.active {
  opacity: 1;
}
#th .main.active h1.active {
  opacity: 1;
}
#th .lead {
  background-color: #fff;
  padding: 73px 0 75px 0;
}
#th .lead--inner h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  transition: all .675s ease-out;
  opacity: 0;
}
#th .lead--inner h2.active {
  opacity: 1;
}
#th .lead--inner ul.att {
  transition: all .675s ease-out;
  opacity: 0;
  margin: 45px auto 0;
  max-width: 589px;
}
#th .lead--inner ul.att li {
  font-size: 13px;
  line-height: 1.77;
  white-space: nowrap;
}
#th .lead--inner ul.att.active {
  opacity: 1;
}
#th .intro {
  width: 100%;
  background: url("../images/tooth-health/th_bg_pc.png") no-repeat center/cover;
  padding: 110px 0;
}
#th .intro--inner {
  max-width: 684px;
  margin: 0 auto;
}
#th .intro--inner--title {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 0;
}
#th .intro--inner--title h2 {
  color: #FF8F72;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#th .intro--inner--text {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 24px 40px;
}
#th .intro--inner--text p {
  font-size: 19px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
}
#th .intro--inner--text p .point {
  display: inline-block;
  color: #FF8F72;
  font-size: 23px;
  line-height: 1.65;
}
#th .reason {
  width: 100%;
  background: #fff;
  padding: 76px 0 72px;
}
#th .reason--inner {
  max-width: 960px;
  margin: 0 auto;
}
#th .reason--inner h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#th .reason--inner h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
  width: 234px;
  height: 12px;
  background: url("../images/tooth-health/th_line01.png") no-repeat center/contain;
}
#th .reason--inner--text {
  margin-top: 105px;
}
#th .reason--inner--text p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
#th .reason--inner--text p .point {
  display: inline-block;
  color: #FF8F72;
  font-size: 21px;
  line-height: 1.43;
  font-weight: bold;
}
#th .reason--inner--text p:not(:first-of-type) {
  margin-top: 30px;
}
#th .recommend {
  width: 100%;
  background: #FFD7CD;
  padding: 76px 0 72px;
}
#th .recommend--inner {
  max-width: 960px;
  margin: 0 auto;
}
#th .recommend--inner h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#th .recommend--inner h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
  width: 234px;
  height: 12px;
  background: url("../images/tooth-health/th_line02.png") no-repeat center/contain;
}
#th .recommend--inner h3 {
  max-width: 380px;
  margin: 100px auto 0;
  padding: 7px 24px;
  background: #FFAD98;
  display: flex;
  justify-content: center;
  align-items: center;
}
#th .recommend--inner h3 span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .02em;
  text-align: center;
  white-space: nowrap;
}
#th .recommend--inner ul {
  width: 100%;
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#th .recommend--inner ul li {
  width: 18%;
}
#th .recommend--inner ul li img {
  width: 100%;
}
#th .recommend--inner ul li h4 {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
#th .recommend--inner p {
  max-width: 787px;
  margin: 45px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
}
#th .recommend--inner p span {
  display: inline-block;
  font-size: 23px;
  line-height: 1;
  background: #fff889;
  padding: 6px;
}

@media screen and (max-width: 768px) {
  #th .lead--inner h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #th .main {
    background: url("../images/tooth-health/th_main_sp.png") no-repeat center top/cover;
    min-height: inherit;
  }
  #th .main:before {
    content: '';
    display: block;
    padding-top: 95.705%;
  }
  #th .main--inner {
    padding: 15px 11vw 15px;
  }
  #th .main--inner--wrap h1 {
    font-size: 5.867vw;
  }
  #th .main--inner--wrap .en {
    font-size: 4vw;
    letter-spacing: 0;
    margin-top: 8px;
  }
  #th .main--inner::before {
    top: -30px;
    width: 33px;
    height: 37px;
  }
  #th .lead {
    padding: 26px 0 40px 0;
  }
  #th .lead--inner h2 {
    font-size: 4.267vw;
    line-height: 1.75;
    letter-spacing: -.02em;
  }
  #th .lead--inner ul.att {
    margin: 22px auto 0;
    max-width: 80%;
  }
  #th .lead--inner ul.att li {
    font-size: 3.733vw;
    line-height: 1.3;
    white-space: inherit;
  }
  #th .intro {
    background: url("../images/tooth-health/th_bg_sp.png") no-repeat center bottom/cover;
    padding: 43px 0;
  }
  #th .intro--inner {
    max-width: 80%;
  }
  #th .intro--inner--title {
    padding: 9px 0;
  }
  #th .intro--inner--title h2 {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  #th .intro--inner--text {
    margin-top: 15px;
    padding: 18px 0;
  }
  #th .intro--inner--text p {
    font-size: 4.267vw;
    line-height: 1.6;
  }
  #th .intro--inner--text p .point {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  #th .reason {
    padding: 40px 0 42px;
  }
  #th .reason--inner {
    max-width: 90%;
  }
  #th .reason--inner h2 {
    font-size: 4.8vw;
  }
  #th .reason--inner h2::after {
    bottom: -6vw;
    width: 44vw;
    height: 2.5vw;
  }
  #th .reason--inner--text {
    margin-top: 10.95vw;
  }
  #th .reason--inner--text p {
    font-size: 4.267vw;
    line-height: 1.46;
  }
  #th .reason--inner--text p .point {
    font-size: 4.533vw;
    line-height: 1.37;
  }
  #th .reason--inner--text p:not(:first-of-type) {
    margin-top: 5.46vw;
  }
  #th .recommend {
    padding: 40px 0 42px;
  }
  #th .recommend--inner {
    max-width: 90%;
  }
  #th .recommend--inner h2 {
    font-size: 4.8vw;
  }
  #th .recommend--inner h2::after {
    bottom: -6vw;
    width: 44vw;
    height: 2.5vw;
  }
  #th .recommend--inner h3 {
    max-width: 210px;
    margin: 10.9vw auto 0;
    padding: 5px 15px;
  }
  #th .recommend--inner h3 span {
    font-size: 4vw;
    line-height: 1.27;
  }
  #th .recommend--inner ul {
    margin-top: 33px;
    flex-wrap: wrap;
  }
  #th .recommend--inner ul li {
    width: 47%;
  }
  #th .recommend--inner ul li h4 {
    margin-top: 8px;
    font-size: 4vw;
  }
  #th .recommend--inner ul li:nth-of-type(3), #th .recommend--inner ul li:nth-of-type(4), #th .recommend--inner ul li:nth-of-type(5) {
    margin-top: 23px;
  }
  #th .recommend--inner ul li:last-of-type {
    margin-left: 50%;
    transform: translateX(-50%);
  }
  #th .recommend--inner p {
    max-width: 90%;
    margin: 30px auto 0;
    font-size: 4.267vw;
    line-height: 1.75;
  }
  #th .recommend--inner p span {
    font-size: 4.8vw;
    padding: 5px;
  }
}
#nutrition div:after {
  display: none;
}
#nutrition main {
  overflow: hidden;
}
#nutrition .main {
  background: url("../images/nutrition/nutrition_main_pc.png") no-repeat center top/cover;
  width: 100%;
  min-height: 550px;
  transition: all .675s ease-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nutrition .main:before {
  content: '';
  display: block;
  padding-top: 42.22%;
}
#nutrition .main--inner {
  background: #C5E5DB;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 134px 30px;
  position: relative;
}
#nutrition .main--inner--wrap h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: center;
}
#nutrition .main--inner--wrap .en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 16px;
  line-height: 1;
  color: #000;
  text-align: center;
}
#nutrition .main--inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 77px;
  height: 53px;
  background: url("../images/nutrition/nutrition_icon.png") no-repeat center/contain;
}
#nutrition .main.active {
  opacity: 1;
}
#nutrition .main.active h1.active {
  opacity: 1;
}
#nutrition .nutrients {
  width: 100%;
  padding: 74px 0 71px;
}
#nutrition .nutrients--inner {
  max-width: 888px;
  margin: 0 auto;
}
#nutrition .nutrients--inner h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
}
#nutrition .nutrients--inner .list-title {
  max-width: 237px;
  margin: 70px auto 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  background: #C5E5DB;
  white-space: nowrap;
}
#nutrition .nutrients--inner .swipe {
  display: none;
}
#nutrition .nutrients--inner .list {
  width: 100%;
}
#nutrition .nutrients--inner .list--c table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
}
#nutrition .nutrients--inner .list--c table tbody {
  width: 100%;
}
#nutrition .nutrients--inner .list--c table tbody tr {
  width: 100%;
}
#nutrition .nutrients--inner .list--c table tbody tr:first-of-type {
  height: 67px;
}
#nutrition .nutrients--inner .list--c table tbody tr:not(:first-of-type) {
  height: 47px;
}
#nutrition .nutrients--inner .list--c table tbody tr th {
  font-size: 13px;
  line-height: 1.14;
  font-weight: bold;
  text-align: center;
  background: #C5E5DB;
  border-left: 1px solid #fff;
}
#nutrition .nutrients--inner .list--c table tbody tr th:first-of-type {
  border-left: 1px solid #C5E5DB;
}
#nutrition .nutrients--inner .list--c table tbody tr th:last-of-type {
  border-right: 1px solid #C5E5DB;
}
#nutrition .nutrients--inner .list--c table tbody tr th:nth-of-type(n+3) {
  width: 8.6%;
}
#nutrition .nutrients--inner .list--c table tbody tr td {
  font-size: 14px;
  line-height: 1.27;
  text-align: center;
  background: #fff;
  border: 1px solid #C5E5DB;
}
#nutrition .nutrients--inner .list--c table tbody tr td.bold {
  font-weight: bold;
}
#nutrition .nutrients--inner .list--c .source {
  margin-top: 9px;
  text-align: right;
  font-size: 12px;
}
#nutrition .advantage {
  width: 100%;
  background: #C5E5DB;
  padding: 105px 0;
}
#nutrition .advantage--inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nutrition .advantage--inner--text {
  max-width: 58%;
}
#nutrition .advantage--inner--text--c {
  width: 100%;
  position: relative;
  z-index: 2;
}
#nutrition .advantage--inner--text--c h2 {
  font-size: 28px;
  font-weight: bold;
}
#nutrition .advantage--inner--text--c p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .02em;
  text-align: justify;
}
#nutrition .advantage--inner--text--c::before {
  content: '';
  display: block;
  position: absolute;
  top: -48px;
  left: -40px;
  z-index: -1;
  width: 133px;
  height: 133px;
  background: url("../images/nutrition/nutrition_circle-w.png") no-repeat center/contain;
}
#nutrition .advantage--inner--text--c:not(:first-of-type) {
  margin-top: 90px;
}
#nutrition .advantage--inner--text ul.att {
  margin-top: 50px;
}
#nutrition .advantage--inner--text ul.att li {
  font-size: 13px;
  line-height: 1.77;
  white-space: nowrap;
}
#nutrition .advantage--inner--imgs {
  max-width: 37%;
}
#nutrition .advantage--inner--imgs figure {
  width: 100%;
}
#nutrition .advantage--inner--imgs figure img {
  width: 100%;
}
#nutrition .advantage--inner--imgs figure:not(:first-of-type) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #nutrition .main {
    background: url("../images/nutrition/nutrition_main_sp.png") no-repeat center top/cover;
    min-height: inherit;
  }
  #nutrition .main:before {
    content: '';
    display: block;
    padding-top: 95.705%;
  }
  #nutrition .main--inner {
    padding: 15px 17.4vw 15px;
  }
  #nutrition .main--inner--wrap h1 {
    font-size: 5.867vw;
  }
  #nutrition .main--inner--wrap .en {
    font-size: 4vw;
    letter-spacing: 0;
    margin-top: 8px;
  }
  #nutrition .main--inner::before {
    top: -28px;
    width: 51px;
    height: 35px;
  }
  #nutrition .nutrients {
    padding: 29px 0 18px;
  }
  #nutrition .nutrients--inner {
    max-width: 90%;
  }
  #nutrition .nutrients--inner h2 {
    font-size: 4.267vw;
    line-height: 1.75;
    white-space: nowrap;
    letter-spacing: -.02em;
  }
  #nutrition .nutrients--inner .list-title {
    max-width: 60vw;
    margin: 39px auto 0;
    padding: 0 10px;
    font-size: 4.533vw;
    line-height: 7.55vw;
  }
  #nutrition .nutrients--inner .swipe {
    display: block;
    margin-top: 14px;
    margin-left: -2vw;
    font-size: 4.267vw;
    font-weight: bold;
    text-align: center;
    color: #56B396;
    white-space: nowrap;
  }
  #nutrition .nutrients--inner .list {
    margin-top: 20px;
    overflow-x: scroll;
  }
  #nutrition .nutrients--inner .list--c {
    width: 776px;
  }
  #nutrition .nutrients--inner .list--c table {
    margin-top: 0;
  }
  #nutrition .nutrients--inner .list--c .source {
    padding-bottom: 10px;
  }
  #nutrition .advantage {
    padding: 57px 0 60px;
  }
  #nutrition .advantage--inner {
    max-width: 80%;
    display: block;
  }
  #nutrition .advantage--inner--text {
    max-width: 100%;
  }
  #nutrition .advantage--inner--text--c {
    padding-left: 2vw;
  }
  #nutrition .advantage--inner--text--c h2 {
    font-size: 5.333vw;
    white-space: nowrap;
  }
  #nutrition .advantage--inner--text--c p {
    font-size: 4.8vw;
    line-height: 1.46;
    letter-spacing: 0;
  }
  #nutrition .advantage--inner--text--c::before {
    top: -7.8vw;
    left: -6.24vw;
    width: 20.8vw;
    height: 20.8vw;
  }
  #nutrition .advantage--inner--text--c:not(:first-of-type) {
    margin-top: 47px;
  }
  #nutrition .advantage--inner--text ul.att {
    margin-top: 25px;
  }
  #nutrition .advantage--inner--text ul.att li {
    font-size: 4.533vw;
    line-height: 1.3;
    white-space: inherit;
  }
  #nutrition .advantage--inner--text ul.att li:not(:first-of-type) {
    margin-top: 6px;
  }
  #nutrition .advantage--inner--imgs {
    max-width: 60vw;
    margin: 27px auto 0;
  }
  #nutrition .advantage--inner--imgs figure:not(:first-of-type) {
    margin-top: 22px;
  }
}
#cf div:after {
  display: none;
}
#cf main {
  overflow: hidden;
}
#cf .ct-title {
  text-align: center;
}
#cf .ct-title p {
  line-height: 1.0;
  font-size: 13px;
  font-weight: bold;
}
#cf .ct-title h2 {
  line-height: 1.0;
  font-weight: bold;
  font-size: 29px;
  letter-spacing: .06em;
  margin-top: 10px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
  max-width: 296px;
  width: 100%;
  text-align: center;
}
#cf .ct-title h2:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all .875s ease-out;
}
#cf .ct-title h2 span {
  position: relative;
  z-index: 2;
  transition: all .875s ease-out;
  opacity: 0;
  letter-spacing: .1em;
}
#cf .ct-title h2.active:after {
  width: 100%;
}
#cf .ct-title h2.active span {
  opacity: 1;
}
#cf .w-line {
  position: relative;
}
#cf .w-line:before, #cf .w-line:after {
  content: '';
  display: block;
  position: absolute;
  height: 100px;
  z-index: 2;
  visibility: visible;
  transition: all .675s ease-out;
  opacity: 0;
}
#cf .w-line:before {
  border-left: 1px solid #000;
  top: -22px;
  left: 20px;
  transform: rotate(45deg) translate(0px, 30px);
}
#cf .w-line:after {
  border-right: 1px solid #000;
  bottom: -22px;
  right: 20px;
  transform: rotate(45deg) translate(0px, -30px);
}
#cf .w-line.active:before, #cf .w-line.active:after {
  opacity: 1;
}
#cf .w-line.active:before {
  transform: rotate(45deg) translate(0px, 0px);
}
#cf .w-line.active:after {
  transform: rotate(45deg) translate(0px, 0px);
}
#cf .main {
  background: url("../images/cognitive-function/cf_main_pc.png") no-repeat center top/cover;
  width: 100%;
  min-height: 550px;
  transition: all .675s ease-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#cf .main:before {
  content: '';
  display: block;
  padding-top: 42.22%;
}
#cf .main--inner {
  background: #fff889;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 38px 42px 30px;
  position: relative;
}
#cf .main--inner--wrap h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: center;
}
#cf .main--inner--wrap .en {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 16px;
  line-height: 1;
  color: #000;
  text-align: center;
}
#cf .main--inner::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 52px;
  background: url("../images/cognitive-function/cf_icon.png") no-repeat center/contain;
}
#cf .main.active {
  opacity: 1;
}
#cf .main.active h1.active {
  opacity: 1;
}
#cf .news {
  width: 100%;
  padding: 50px 0 80px 0;
  background: #F2F2F2;
}
#cf .news--inner {
  max-width: 960px;
  margin: 0 auto;
}
#cf .news--inner .ct-title p {
  transition: all .675s ease-out;
  opacity: 0;
}
#cf .news--inner .ct-title p.active {
  opacity: 1;
}
#cf .news--inner .ct-title h2 {
  transition: all .675s ease-out;
  opacity: 0;
}
#cf .news--inner .ct-title h2.active {
  opacity: 1;
}
#cf .news--inner .ct-title h2:after {
  background-color: #fff;
}
#cf .news--inner ul {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
}
#cf .news--inner ul li {
  width: 100%;
  transition: all .675s ease-out;
  opacity: 0;
}
#cf .news--inner ul li .date {
  font-size: 15px;
}
#cf .news--inner ul li .date .new {
  display: inline-block;
  color: #FF0000;
}
#cf .news--inner ul li .newsttl {
  margin-top: 5px;
}
#cf .news--inner ul li .newsttl a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}
#cf .news--inner ul li .newsttl a:hover {
  text-decoration: underline;
}
#cf .news--inner ul li:not(:first-of-type) {
  margin-top: 20px;
}
#cf .news--inner ul li.active {
  opacity: 1;
}
#cf .lead {
  background-color: #fff;
  padding: 85px 0 70px 0;
}
#cf .lead--inner {
  text-align: center;
}
#cf .lead--inner h3 {
  font-weight: bold;
  letter-spacing: .1em;
  font-size: 30px;
  line-height: 1.6;
}
#cf .lead--inner p {
  margin: 50px auto 0 auto;
  font-size: 15px;
  line-height: 2.0;
}
#cf .lead--inner ul.att {
  font-size: 14px;
  line-height: 1.76;
  margin-top: 54px;
}
#cf .research {
  margin-top: 4px;
  width: 100%;
  height: 544px;
  padding: 77px 0 120px 0;
  background: url("../images/cognitive-function/cf_bg_pc.png") no-repeat center center/cover;
  position: relative;
}
#cf .research--inner .ct-title h2:after {
  background-color: #fff889;
}
#cf .research--inner--contents {
  margin: 68px auto 0 auto;
  max-width: 830px;
  text-align: center;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.77);
}
#cf .research--inner--contents p {
  font-weight: bold;
  line-height: 2.4;
  font-size: 20px;
}
#cf .method {
  margin-top: 4px;
  background-color: #C5E5DB;
  padding: 65px 0 70px 0;
  position: relative;
  z-index: 2;
}
#cf .method:before {
  content: '';
  display: block;
  position: absolute;
  width: 250px;
  height: 9px;
  background: url("../images/cognitive-function/cf_wave01.png") no-repeat 0 0/cover;
  top: 110px;
  left: -257px;
  transition: .675s ease-out;
}
#cf .method--inner .ct-title h2:after {
  background-color: #fff;
}
#cf .method--inner--images {
  position: relative;
  margin: 60px auto 0 auto;
  max-width: 530px;
}
#cf .method--inner--images > div {
  border: 4px solid #fff;
}
#cf .method--inner .text {
  margin: 40px auto 0 auto;
  text-align: center;
}
#cf .method--inner .text dl dt {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.0;
}
#cf .method--inner .text dl dd {
  font-size: 15px;
  line-height: 2.0;
  margin-top: 20px;
}
#cf .method--inner .text dl:nth-of-type(2) {
  margin-top: 40px;
}
#cf .method--inner ul.att {
  margin-top: 20px;
  text-align: center;
}
#cf .method--inner ul.att li {
  font-size: 13px;
  line-height: 1.6;
}
#cf .method .arrow {
  position: absolute;
  left: 50%;
  bottom: -19px;
  transform: translate(-50%, 0px);
}
#cf .method .arrow img {
  max-width: 64px;
}
#cf .method.active:before {
  left: -37px;
}
#cf .result, #cf .aboutbdnf {
  background-color: #fff889;
  padding: 74px 0 98px 0;
  position: relative;
}
#cf .result:before, #cf .aboutbdnf:before {
  content: '';
  display: block;
  position: absolute;
  width: 177px;
  height: 37px;
  background: url("../images/cognitive-function/cf_wave02.png") no-repeat 0 0/cover;
  top: 110px;
  right: -181px;
  transition: all .675s ease-out;
}
#cf .result--inner, #cf .aboutbdnf--inner {
  max-width: 960px;
  margin: 0 auto;
}
#cf .result--inner .ct-title h2:after, #cf .aboutbdnf--inner .ct-title h2:after {
  background-color: #fff;
}
#cf .result--inner--wrap, #cf .aboutbdnf--inner--wrap {
  margin-top: 50px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 56px 40px 50px 40px;
}
#cf .result--inner--wrap:before, #cf .aboutbdnf--inner--wrap:before {
  top: -32px;
  left: 16px;
}
#cf .result--inner--wrap:after, #cf .aboutbdnf--inner--wrap:after {
  bottom: -32px;
  right: 16px;
}
#cf .result--inner--wrap .graph, #cf .aboutbdnf--inner--wrap .graph {
  max-width: 333px;
  width: 100%;
  opacity: 0;
  transition: all .675s ease-out;
}
#cf .result--inner--wrap .graph img, #cf .aboutbdnf--inner--wrap .graph img {
  width: 100%;
}
#cf .result--inner--wrap .graph .att, #cf .aboutbdnf--inner--wrap .graph .att {
  font-size: 10px;
  margin-top: 10px;
  line-height: 1.6;
}
#cf .result--inner--wrap .graph h3, #cf .aboutbdnf--inner--wrap .graph h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-top: 32px;
}
#cf .result--inner--wrap .graph .att2, #cf .aboutbdnf--inner--wrap .graph .att2 {
  font-size: 10px;
  margin-top: 6px;
  line-height: 1.6;
}
#cf .result--inner--wrap .graph.active, #cf .aboutbdnf--inner--wrap .graph.active {
  opacity: 1;
}
#cf .result--inner--wrap .text, #cf .aboutbdnf--inner--wrap .text {
  max-width: 55%;
  width: 100%;
}
#cf .result--inner--wrap .text p, #cf .aboutbdnf--inner--wrap .text p {
  font-size: 15px;
  line-height: 1.8;
  transition: all .675s ease-out;
  opacity: 0;
  text-align: justify;
}
#cf .result--inner--wrap .text p.active, #cf .aboutbdnf--inner--wrap .text p.active {
  opacity: 1;
}
#cf .result--inner--wrap .text ul.att, #cf .aboutbdnf--inner--wrap .text ul.att {
  margin-top: 40px;
}
#cf .result--inner--wrap .text ul.att li, #cf .aboutbdnf--inner--wrap .text ul.att li {
  font-size: 13px;
}
#cf .result--inner--wrap .text ul.att li:not(:first-of-type), #cf .aboutbdnf--inner--wrap .text ul.att li:not(:first-of-type) {
  margin-top: 5px;
}
#cf .result--inner--wrap .text ul.att.active, #cf .aboutbdnf--inner--wrap .text ul.att.active {
  opacity: 1;
}
#cf .result.active:before, #cf .aboutbdnf.active:before {
  right: -21px;
}
#cf .aboutbdnf {
  margin-top: 4px;
  background-color: #ffc4b5;
}
#cf .aboutbdnf--inner .ct-title h2 {
  max-width: 700px;
}
#cf .aboutbdnf--inner--wrap {
  flex-direction: row-reverse;
}
#cf .interview {
  margin-top: 4px;
  background-color: #fff889;
  padding: 65px 0 70px 0;
  position: relative;
  z-index: 2;
}
#cf .interview:before {
  content: '';
  display: block;
  position: absolute;
  width: 250px;
  height: 9px;
  background: url("../images/cognitive-function/cf_wave01.png") no-repeat 0 0/cover;
  top: 110px;
  left: -257px;
  transition: .675s ease-out;
}
#cf .interview--inner {
  max-width: 960px;
  margin: 0 auto;
}
#cf .interview--inner .ct-title h2 {
  max-width: 550px;
}
#cf .interview--inner .ct-title h2:after {
  background-color: #fff;
}
#cf .interview--inner--wrap {
  margin-top: 50px;
  background-color: #fff;
  padding: 44px 32px 43px 32px;
}
#cf .interview--inner--wrap .teacher {
  display: flex;
  justify-content: center;
}
#cf .interview--inner--wrap .teacher--c {
  width: 270px;
  background: #FFDA32;
  border-radius: 19px;
  padding: 13px;
  position: relative;
  cursor: pointer;
}
#cf .interview--inner--wrap .teacher--c h3 {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
#cf .interview--inner--wrap .teacher--c .border {
  margin-top: 8px;
  background: #fff;
  width: 100%;
  height: 1px;
}
#cf .interview--inner--wrap .teacher--c .person {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
#cf .interview--inner--wrap .teacher--c::after {
  content: '';
  display: block;
  visibility: visible;
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 25px;
  height: 29px;
  transform: translateX(-50%);
  background: url("../images/cognitive-function/cf_triangle.png") no-repeat center/contain;
}
#cf .interview--inner--wrap .teacher--c:nth-of-type(2) {
  margin-left: 50px;
}
#cf .interview--inner--wrap .teacher--c.is-active::after {
  bottom: -59px;
  width: 52px;
  height: 60px;
}
#cf .interview--inner--wrap .text {
  width: 100%;
  margin-top: 46px;
  border-top: 1px solid #FFDA32;
  padding-top: 24px;
}
#cf .interview--inner--wrap .text--c {
  width: 100%;
  display: none;
}
#cf .interview--inner--wrap .text--c .main-text {
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -.005em;
  text-align: justify;
}
#cf .interview--inner--wrap .text--c .att {
  font-size: 13px;
  margin-top: 50px;
}
#cf .interview--inner--wrap .text--c.is-show {
  display: block;
}
#cf .interview.active:before {
  left: -37px;
}

@media screen and (max-width: 768px) {
  #cf .lead--inner p {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  #cf .result:before, #cf .aboutbdnf:before {
    top: 130px;
  }
  #cf .result--inner--wrap .graph {
    margin-right: 2%;
  }
  #cf .aboutbdnf--inner--wrap .graph {
    margin-left: 2%;
  }
}
@media screen and (max-width: 767px) {
  #cf .ct-title p {
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .1em;
  }
  #cf .ct-title h2 {
    font-size: 17px;
    font-size: 5.3125vw;
    max-width: inherit;
    display: inline-block;
    width: auto;
    padding: 0 1em 6px 1em;
  }
  #cf .ct-title h2:after {
    height: 15px;
  }
  #cf .w-line:before, #cf .w-line:after {
    height: 50px;
  }
  #cf .w-line:before {
    top: -16px;
    left: 10px;
  }
  #cf .w-line:after {
    bottom: -16px;
    right: 10px;
  }
  #cf .main {
    background: url("../images/cognitive-function/cf_main_sp.png") no-repeat center top/cover;
    min-height: inherit;
  }
  #cf .main:before {
    content: '';
    display: block;
    padding-top: 95.705%;
  }
  #cf .main--inner {
    padding: 15px 5vw 15px;
    width: 90%;
  }
  #cf .main--inner--wrap h1 {
    font-size: 5.867vw;
    white-space: nowrap;
  }
  #cf .main--inner--wrap .en {
    font-size: 4vw;
    letter-spacing: 0;
    margin-top: 8px;
  }
  #cf .main--inner::before {
    top: -25px;
    width: 41px;
    height: 33px;
  }
  #cf .news {
    padding: 40px 0 60px 0;
  }
  #cf .news--inner {
    width: 90%;
  }
  #cf .news--inner ul li .date {
    font-size: 12px;
    font-size: 3.75vw;
  }
  #cf .news--inner ul li .newsttl a {
    font-size: 12px;
    font-size: 3.75vw;
  }
  #cf .lead {
    margin-top: -16px;
    padding: 35px 0;
  }
  #cf .lead--inner h3 {
    font-size: 16.5px;
    font-size: 5.15625vw;
    line-height: 1.75;
  }
  #cf .lead--inner p {
    margin: 25px auto 0 auto;
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.46;
    width: 86%;
    text-align: justify;
  }
  #cf .lead--inner ul.att {
    width: 86%;
    margin: 30px auto 0 auto;
    text-align: left;
    font-size: 3.733vw;
  }
  #cf .lead--inner ul.att li {
    line-height: 1.3;
  }
  #cf .research {
    height: auto;
    padding: 39px 0 101px;
    background: url("../images/cognitive-function/cf_bg_sp.png") no-repeat center center/cover;
  }
  #cf .research--inner .ct-title h2 {
    padding: 0 5vw 6px 5vw;
  }
  #cf .research--inner--contents {
    margin: 61px auto 0 auto;
    max-width: 90%;
    padding: 27px 5% 27px 5%;
  }
  #cf .research--inner--contents p {
    line-height: 1.64;
    font-size: 13px;
    font-size: 4.0625vw;
    text-align: justify;
  }
  #cf .method {
    padding: 40px 0 53px;
  }
  #cf .method:before {
    display: none;
  }
  #cf .method--inner {
    width: 90%;
    margin: 0 auto;
  }
  #cf .method--inner .ct-title h2 {
    padding: 0 19vw 6px 19vw;
  }
  #cf .method--inner--images {
    margin: 25px auto 0 auto;
    max-width: 100%;
  }
  #cf .method--inner--images > div {
    border: 2px solid #fff;
  }
  #cf .method--inner .text {
    margin: 25px auto 0 auto;
    text-align: center;
    width: 90%;
  }
  #cf .method--inner .text dl dt {
    font-size: 16px;
    font-size: 5vw;
  }
  #cf .method--inner .text dl dd {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.464;
    margin-top: 15px;
    text-align: justify;
  }
  #cf .method--inner .text dl:nth-of-type(2) {
    margin-top: 34px;
  }
  #cf .method--inner ul.att {
    margin: 20px auto 0 auto;
    text-align: justify;
    width: 90%;
  }
  #cf .method--inner ul.att li {
    font-size: 3.733vw;
  }
  #cf .method .arrow {
    bottom: -20px;
    width: 15%;
  }
  #cf .method .arrow img {
    max-width: 100%;
  }
  #cf .result, #cf .aboutbdnf {
    padding: 42px 0;
  }
  #cf .result:before, #cf .aboutbdnf:before {
    display: none;
  }
  #cf .result--inner, #cf .aboutbdnf--inner {
    max-width: 100%;
  }
  #cf .result--inner--wrap, #cf .aboutbdnf--inner--wrap {
    width: 90%;
    margin: 24px auto 0 auto;
    display: block;
    padding: 19px 5% 34px;
  }
  #cf .result--inner--wrap:before, #cf .aboutbdnf--inner--wrap:before {
    top: -16px;
    left: 10px;
  }
  #cf .result--inner--wrap:after, #cf .aboutbdnf--inner--wrap:after {
    bottom: -16px;
    right: 10px;
  }
  #cf .result--inner--wrap .graph, #cf .aboutbdnf--inner--wrap .graph {
    max-width: 100%;
  }
  #cf .result--inner--wrap .graph .att, #cf .result--inner--wrap .graph .att2, #cf .aboutbdnf--inner--wrap .graph .att, #cf .aboutbdnf--inner--wrap .graph .att2 {
    font-size: 11px;
    font-size: 3.4375vw;
    letter-spacing: 0;
    line-height: 1.3;
  }
  #cf .result--inner--wrap .graph .att2, #cf .aboutbdnf--inner--wrap .graph .att2 {
    margin-top: 12px;
  }
  #cf .result--inner--wrap .graph h3, #cf .aboutbdnf--inner--wrap .graph h3 {
    font-size: 11px;
    font-size: 3.4375vw;
    margin-top: 79px;
  }
  #cf .result--inner--wrap .text, #cf .aboutbdnf--inner--wrap .text {
    max-width: 100%;
    margin-top: 20px;
  }
  #cf .result--inner--wrap .text p, #cf .aboutbdnf--inner--wrap .text p {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.46;
  }
  #cf .result--inner .ct-title h2 {
    padding: 0 24.6vw 6px 24.6vw;
  }
  #cf .aboutbdnf {
    padding-bottom: 45px;
  }
  #cf .aboutbdnf--inner .ct-title h2 {
    max-width: 100%;
    line-height: 1.4;
    padding: 0 1vw 6px 2vw;
  }
  #cf .aboutbdnf--inner .text ul.att li {
    line-height: 1.3;
  }
  #cf .interview {
    padding: 40px 0 44px 0;
  }
  #cf .interview:before {
    display: none;
  }
  #cf .interview--inner {
    max-width: 90%;
  }
  #cf .interview--inner .ct-title h2 {
    max-width: 232px;
  }
  #cf .interview--inner .ct-title h2 span {
    line-height: 1.34;
    white-space: nowrap;
  }
  #cf .interview--inner--wrap {
    margin-top: 26px;
    padding: 24px 3.74vw 25px 3.74vw;
  }
  #cf .interview--inner--wrap .teacher {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #cf .interview--inner--wrap .teacher--c {
    width: 37vw;
    border-radius: 9px;
    padding: 0 2.5vw;
    height: 182px;
  }
  #cf .interview--inner--wrap .teacher--c h3 {
    font-size: 3.733vw;
    line-height: 1.23;
  }
  #cf .interview--inner--wrap .teacher--c .border {
    margin-top: 0;
  }
  #cf .interview--inner--wrap .teacher--c .person {
    margin-top: 0;
    font-size: 2.933vw;
    line-height: 1.3;
    letter-spacing: -.02em;
  }
  #cf .interview--inner--wrap .teacher--c::after {
    bottom: -12px;
    width: 11px;
    height: 13px;
  }
  #cf .interview--inner--wrap .teacher--c:first-of-type h3 {
    padding: 10px 0;
  }
  #cf .interview--inner--wrap .teacher--c:first-of-type .person {
    padding: 18px 0;
  }
  #cf .interview--inner--wrap .teacher--c:nth-of-type(2) {
    margin-left: 0;
  }
  #cf .interview--inner--wrap .teacher--c:nth-of-type(2) h3 {
    padding: 18px 0;
  }
  #cf .interview--inner--wrap .teacher--c:nth-of-type(2) .person {
    padding: 10px 0;
  }
  #cf .interview--inner--wrap .teacher--c.is-active::after {
    bottom: -29px;
    width: 26px;
    height: 30px;
  }
  #cf .interview--inner--wrap .text {
    margin-top: 23px;
    padding-top: 23px;
  }
  #cf .interview--inner--wrap .text--c .main-text {
    font-size: 3.733vw;
    line-height: 1.46;
    letter-spacing: 0;
    font-weight: 300;
  }
  #cf .interview--inner--wrap .text--c .att {
    font-size: 13px;
    margin-top: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
