@charset "UTF-8";
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  /*color:#000;*/
  background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

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

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #513746;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-weight: inherit;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 50px !important;
  }
}

p {
  line-height: 2.4;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #513746;
  text-decoration: none;
}
a:visited, a:hover, a:active {
  color: #513746;
}

ul {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mt_5 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_70 {
  margin-top: 70px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.mb_20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.mb_30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb_30 {
    margin-bottom: 4vw !important;
  }
}
.mb_40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.mb_70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb_70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.mb_100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb_100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.mb_140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb_140 {
    margin-bottom: 18.6666666667vw !important;
  }
}

.fs_12 {
  font-size: 1.2rem;
}
.fs_20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs_sm_16 {
    font-size: 1.6rem;
  }
}

.fw_b {
  font-weight: bold;
}

.center {
  margin: 0 auto;
}

.sourceview {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #b1d5cb;
  border-radius: 50%;
  text-decoration: none;
  z-index: 2;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    background: hsla(0deg, 0%, 100%, 0.8);
    z-index: 99;
  }
}
.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .headerInner {
    padding: 0 4vw;
    height: 45px;
  }
}
.headerLogo {
  flex-shrink: 0;
}
.headerLogoImg {
  width: 220px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .headerLogoImg {
    width: 180px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .headerLogoImg {
    width: 150px;
    height: 29px;
  }
}
.headerNavList {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerNavList {
    display: flex;
    margin-right: 50px;
  }
}
.headerNavItem {
  margin-left: 15px;
}
.headerNavItemIco {
  width: 35px;
  height: 35px;
}
.headerContentsList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .headerContents {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #e1e1e1;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 1;
  }
}
.headerContentsOpen {
  transform: translateY(0);
  top: 45px;
  transition: all 0.6s;
}
.headerContentsItem {
  display: flex;
  align-items: center;
  margin-left: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #513746;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1160px) {
  .headerContentsItem {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: all 0.5s;
  }
  .headerContentsItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .headerContentsItem:before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem:nth-child(6), .headerContentsItem:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem:last-child {
    padding: 4vw;
  }
  .headerContentsItem:last-child:hover {
    background: none;
  }
  .headerContentsItem:last-child:before {
    display: none;
  }
}
.headerContentsItem a {
  flex-shrink: 0;
}
.headerContentsItemLink {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink {
    padding: 25px 4vw;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
  }
}
.headerContentsItemLink::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #edb3a1;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink::after {
    display: contents;
  }
}
.headerContentsItemLink:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink:hover::after {
    display: contents;
  }
}
.headerContentsItemIco {
  width: 30px;
  height: 30px;
}
.headerContentsItemBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #71bfac;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .headerContentsItemBtn {
    width: 100px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItemBtn {
    width: inherit;
    height: 45px;
  }
}
.headerContentsItemBtn:link, .headerContentsItemBtn:active, .headerContentsItemBtn:hover, .headerContentsItemBtn:visited {
  color: #fff;
}
.headerContentsItemBtn:hover {
  background-color: #5ba492;
  color: #fff;
}

/* ハンバーガーメニュー
--------------------------------------------------- */
.hamburger {
  width: 55px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  right: 0;
  top: calc(50% - 12px);
  color: #71bfac;
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburgerBar {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #71bfac;
  transform: rotate(0);
  transition: transform 0.6s;
}
.hamburgerBar:first-child {
  top: 0;
}
.hamburgerBar:nth-child(2) {
  top: 10px;
  opacity: 1;
}
.hamburgerBar:nth-child(3) {
  bottom: 0;
}
.hamburgerClose {
  transition: transform 0.6s;
}
.hamburgerClose .hamburgerBar:first-child {
  transform: rotate(45deg);
  top: 12px;
}
.hamburgerClose .hamburgerBar:nth-child(2) {
  opacity: 0;
}
.hamburgerClose .hamburgerBar:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}

/*----------------------------------------------------
  top#main
----------------------------------------------------*/
.ctaInner, .supportInner, .columnInner, .productsInner {
  margin: 0 auto 120px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ctaInner, .supportInner, .columnInner, .productsInner {
    padding: 0 4vw;
    margin-bottom: 80px;
  }
}

.newsArticleTtl, .supportItemTxt, .productsItemTtl {
  font-weight: bold;
  color: #7d6874;
}

.cmnBtn_large, .cmnBtn_small {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71bfac;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  transition: 0.3s;
}
.cmnBtn_large:link, .cmnBtn_small:link, .cmnBtn_large:active, .cmnBtn_small:active, .cmnBtn_large:hover, .cmnBtn_small:hover, .cmnBtn_large:visited, .cmnBtn_small:visited {
  color: #fff;
}
.cmnBtn_large:hover, .cmnBtn_small:hover {
  background-color: #5ba492;
}

/* メインビジュアル
--------------------------------------------------- */
.mvInner {
  position: relative;
  margin: 0 auto 120px;
  width: 100%;
  max-width: 1260px;
}
@media screen and (max-width: 1024px) {
  .mvInner {
    margin-bottom: 80px;
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .mvInner {
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px;
    max-width: inherit;
    height: inherit;
  }
}
.mvInner picture {
  order: 2;
}
.mvImg {
  border-top-right-radius: 25px;
}
@media screen and (max-width: 1024px) {
  .mvImg {
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .mvImg {
    border-top-right-radius: 0;
    width: 100%;
    height: auto;
  }
}
.mvBlock {
  position: absolute;
  top: 85px;
  right: 0;
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .mvBlock {
    top: 25px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mvBlock {
    display: contents;
  }
}
.mvHeading {
  padding: 0 50px 35px;
}
@media screen and (max-width: 768px) {
  .mvHeading {
    order: 1;
    padding: 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  .mvHeadingRogo {
    width: 120px;
    height: 31px;
  }
}
.mvHeadingTxt {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .mvHeadingTxt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .mvHeadingTxt {
    margin: 15px 0;
    font-size: 1.2rem;
  }
}
.mvTxt {
  padding: 35px 50px;
  border-radius: 25px 0 0 25px;
  background-color: #edb3a1;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .mvTxt {
    font-size: 1.5rem;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .mvTxt {
    order: 3;
    padding: 4vw;
    border-radius: 0;
  }
}

/* 商品のご案内
--------------------------------------------------- */
.productsInner {
  max-width: 1180px;
}
.productsHeading {
  margin-bottom: 70px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .productsHeading {
    margin-bottom: 50px;
  }
}
.productsList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .productsList {
    flex-direction: column;
  }
}
.productsItem {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .productsItem {
    max-width: inherit;
    margin: 0 0 50px;
  }
}
.productsItem:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .productsItem:last-child {
    margin: 0 0 30px;
  }
}
.productsItemImg {
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .productsItemImg {
    margin-bottom: 20px;
  }
}
.productsItemImg img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.productsItemTtl {
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .productsItemTtl {
    margin-bottom: 10px;
  }
}
.productsItemTxt {
  flex-grow: 1;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .productsItemTxt {
    font-size: 15px;
  }
}

/* ベビーライフ研究所の想い
--------------------------------------------------- */
.concept {
  position: relative;
  background-color: #f9f3f4;
}
.conceptInner {
  position: relative;
  margin: 0 auto 120px;
  max-width: 1180px;
  width: 100%;
}
@media only screen and (max-width: 1160px) {
  .conceptInner {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
    padding: 80px 0;
  }
}
.conceptImg {
  position: absolute;
  top: -30px;
  right: -60px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .conceptImg {
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .conceptImg {
    order: 2;
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 0;
  }
}
.conceptImg img {
  width: 530px;
  height: 450px;
  border-radius: 25px 0 0 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .conceptImg img {
    width: 500px;
    height: 240px;
    border-radius: 25px;
  }
}
@media screen and (max-width: 768px) {
  .conceptImg img {
    border-radius: 0;
    margin: 0;
    width: 100%;
  }
}
.conceptBlock {
  padding: 120px 20px 120px 120px;
}
@media screen and (max-width: 1024px) {
  .conceptBlock {
    padding: 60px 0 0 0;
    margin: 0 auto;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .conceptBlock {
    display: contents;
  }
}
.conceptHeading {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  letter-spacing: 0.12em;
  color: #7d6874;
}
@media screen and (max-width: 768px) {
  .conceptHeading {
    order: 1;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .conceptTxt {
    order: 3;
  }
}
.conceptTxt p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .conceptTxt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .conceptTxt_color {
    padding: 6vw 4vw 1vw;
    background-color: #edb3a1;
  }
  .conceptTxt_color p {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .conceptTxt_colorless {
    padding: 6vw 4vw 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .conceptBtn {
    margin: 0 auto;
  }
}

/* 妊活お役立ちコラム
--------------------------------------------------- */
.columnInner {
  position: relative;
  max-width: 880px;
}
.columnHeading {
  margin-bottom: 70px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .columnHeading {
    margin-bottom: 40px;
  }
}
.columnArticle {
  border-top: solid 1px #e1e1e1;
  display: flex;
  margin: 30px 0;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .columnArticle {
    margin: 20px 0;
    padding-top: 20px;
  }
}
.columnArticleImg {
  margin: 0 60px 0 0;
}
@media screen and (max-width: 768px) {
  .columnArticleImg {
    margin: 0 15px 0 0;
    width: 70px;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .columnArticleImg {
    width: 110px;
  }
}
.columnArticleImg img {
  width: 410px;
  height: 170px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .columnArticleImg img {
    width: 100%;
    height: 70px;
  }
}
.columnArticleTxt {
  width: calc(100% - 470px);
}
@media screen and (max-width: 768px) {
  .columnArticleTxt {
    margin-bottom: 0;
    width: calc(100% - 95px);
  }
}
.columnArticleTxtCat {
  display: inline-block;
  margin: 0 8px 25px 0;
  padding: 0 5px;
  min-width: 100px;
  border-radius: 3px;
  height: 25px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1.9em;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .columnArticleTxtCat {
    min-width: 90px;
    margin: 0 8px 5px 0;
    font-size: 13px;
  }
}
.columnArticleTxtCat:link, .columnArticleTxtCat:active, .columnArticleTxtCat:hover, .columnArticleTxtCat:visited {
  color: #fff;
}
.columnArticleTxtCat.syringe {
  border: solid 1px #edb3a1;
  color: #edb3a1;
}
.columnArticleTxtCat.infertility {
  border: solid 1px #7d6874;
  color: #7d6874;
}
.columnArticleTxtCat.basic {
  border: solid 1px #eda1b7;
  color: #eda1b7;
}
.columnArticleTxtCat.supplement {
  border: solid 1px #71bfac;
  color: #71bfac;
}
.columnArticleTxtCat.mens {
  border: solid 1px #7a93b8;
  color: #7a93b8;
}
.columnArticleTxt .supervisor {
  display: inline-block;
  height: 25px;
  padding: 0 5px;
  border: solid 1px #ffffff;
  border-radius: 3px;
  background: #f1f1f1;
  color: #513746;
  font-size: 13px;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .columnArticleTxt .supervisor {
    margin-left: -5px;
    font-size: 12px;
  }
}
.columnArticleTxtTtl {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0.14rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .columnArticleTxtTtl {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.columnArticleTxtTime {
  display: block;
  font-family: TTFirsNeue, "A1 Gothic\3000R", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1rem;
  color: #999;
  text-align: right;
}

/* Instagram
--------------------------------------------------- */
/*.insta {
  background-color: foundation.$palepink;
  &Inner {
    @extend %innerLayout;
    padding: 120px 20px;
    max-width: 1180px;
    text-align: center;
    @include foundation.media(tablet) {
      padding: 80px 4vw;
    }
  }
  &Heading {
    margin-bottom: 15px;
    letter-spacing: 0.12em;
  }
  &List {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    @include foundation.media(sp) {
      gap: 15px;
    }
  }
  &Item {
    flex-grow: 0;
    flex-basis: calc( 20% - ( 30px / 5 * 4 ));
    background: #efefef;
    border-radius: 3px;
    aspect-ratio: 1 / 1;
    @include foundation.media(tablet) {
      flex-basis: calc( 25% - ( 30px / 4 * 3 ) );
      &:nth-child(n+9) {
          display: none;
      }
    }
    @include foundation.media(sp) {
      flex-basis: calc( 33.3% - ( 15px / 3 * 2 ) );
      &:nth-child(n+9) {
          display: inherit;
      }
      &:nth-child(n+10) {
          display: none;
      }
    }
    &Img {
      margin: 0;
    }
  }
}*/
/* SUPPORT
--------------------------------------------------- */
.supportInner {
  max-width: 1140px;
  text-align: center;
}
.supportHeading {
  margin-bottom: 15px;
  letter-spacing: 0.12em;
}
.supportList {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .supportList {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .supportList {
    gap: 15px;
  }
}
.supportItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 0;
  flex-basis: calc(25% - 45px);
  padding: 10px;
  height: 190px;
  border: 2px solid #e1e1e1;
  border-radius: 3px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1024px) {
  .supportItem {
    flex-basis: calc(25% - 11.25px);
  }
}
@media screen and (max-width: 768px) {
  .supportItem {
    flex-basis: calc(50% - 7.5px);
    height: 150px;
  }
}
.supportItemImg {
  flex-grow: 1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .supportItemImg img {
    width: 130px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .supportItemImg img {
    width: 85px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .supportItemTxt {
    font-size: 1.4rem;
  }
}
.supportBnr {
  margin: 80px auto 40px;
  width: 340px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .supportBnr {
    margin-top: 30px;
    width: 100%;
  }
}
.supportBnrLink:link, .supportBnrLink:active, .supportBnrLink:hover, .supportBnrLink:visited {
  color: #fff;
}
.supportBnrBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 35px;
  background-color: #00b900;
}
@media screen and (max-width: 768px) {
  .supportBnrBlock {
    height: 60px;
  }
}
.supportBnrLogo {
  margin: -10px 15px 0 0;
  width: 50px;
  height: 38px;
}
.supportBnrTxt {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
}
.supportBnrTxt_small {
  margin-left: 1px;
  font-size: 1.2rem;
}
.supportBnrTxt_big {
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}
.supportBnrTxt_dot {
  position: relative;
}
.supportBnrTxt_dot::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 4px;
  background: radial-gradient(circle 4px, #fff 50%, transparent 0);
}

/* ニュースリリース
--------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .news {
    background-color: #f9f3f4;
  }
}
.newsInner {
  position: relative;
  display: flex;
  margin-bottom: 80px;
  height: 740px;
}
@media screen and (max-width: 1024px) {
  .newsInner {
    flex-direction: column;
    margin: 0 4vw 80px;
    padding: 80px 0;
    height: inherit;
  }
}
.newsLeft {
  padding: 100px 60px 0 20px;
  width: 470px;
  background-color: #edb3a1;
  text-align: right;
}
@media screen and (max-width: 1300px) {
  .newsLeft {
    padding: 100px 20px 0 0;
    width: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .newsLeft {
    padding: 0;
    width: inherit;
    background-color: inherit;
  }
}
.newsHeading {
  display: flex;
  flex-direction: column;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .newsHeading {
    padding: 0 0 40px;
    color: #7d6874;
    text-align: center;
  }
}
.newsRight {
  width: calc(100% - 470px);
  background-color: #f9f3f4;
}
@media screen and (max-width: 1300px) {
  .newsRight {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 1024px) {
  .newsRight {
    display: contents;
  }
}
.newsBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}
@media screen and (max-width: 1024px) {
  .newsBlock {
    display: contents;
  }
}
.newsList {
  margin: 0 0 0 auto;
  width: 470px;
  border-top: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
@media screen and (max-width: 1024px) {
  .newsList {
    width: 100%;
  }
}
.newsItem {
  padding-bottom: 30px;
  margin: 30px 0;
  border-bottom: 2px dotted #e1e1e1;
}
@media screen and (max-width: 1024px) {
  .newsItem {
    padding-bottom: 20px;
    margin: 20px 0;
  }
}
.newsItem:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.newsArticleTime {
  color: #999;
}
@media screen and (max-width: 1024px) {
  .newsArticleTime {
    font-size: 1.2rem;
  }
}
.newsArticleTtl {
  margin-top: 10px;
  letter-spacing: 0.12em;
}
.newsBtn {
  margin-left: 130px;
}
@media screen and (max-width: 1024px) {
  .newsBtn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .newsBtn {
    margin-left: 0;
  }
}

/* CTA
--------------------------------------------------- */
.ctaInner {
  max-width: 1140px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ctaInner {
    padding: 0;
    margin-bottom: 0;
  }
}
.ctaHeading {
  letter-spacing: 0.12em;
}
.ctaHeadingRogo {
  width: 230px;
  height: 37px;
}
@media screen and (max-width: 768px) {
  .ctaHeadingRogo {
    width: 210px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .ctaBtn {
    padding: 50px 4vw;
    margin-top: 80px;
    background-color: #edb3a1;
  }
}
.ctaBtnTxt {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .ctaBtnTxt {
    font-weight: bold;
    text-align: left;
    line-height: 2;
    color: #fff;
  }
}
.ctaBtnList {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 510px;
}
@media screen and (max-width: 768px) {
  .ctaBtnList {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ctaBtnItem {
    margin-bottom: 15px;
    border-radius: 30px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .ctaBtnItemLinkTel:hover {
    background-color: #f9f3f4;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .ctaBtnItemLinkTel {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }
}
.ctaBtnItemLinkLog {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71bfac;
  width: 230px;
  height: 45px;
  border-radius: 22px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  transition: 0.3s;
}
.ctaBtnItemLinkLog:link, .ctaBtnItemLinkLog:active, .ctaBtnItemLinkLog:hover, .ctaBtnItemLinkLog:visited {
  color: #fff;
}
.ctaBtnItemLinkLog:hover {
  background-color: #5ba492;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .ctaBtnItemLinkLog:hover {
    background-color: #f9f3f4;
  }
}
@media screen and (max-width: 768px) {
  .ctaBtnItemLinkLog {
    border-radius: 30px;
    background-color: inherit;
    width: 100%;
    height: 60px;
  }
}
.ctaBtnItemImgTel, .ctaBtnItemImgLog {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .ctaBtnItemImgTel, .ctaBtnItemImgLog {
    width: 40px;
    height: 40px;
  }
}
.ctaBtnItemImgTel {
  display: none;
}
@media screen and (max-width: 768px) {
  .ctaBtnItemImgTel {
    display: inherit;
  }
}
.ctaBtnItemImgLog {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(1deg) brightness(112%) contrast(101%);
}
@media screen and (max-width: 768px) {
  .ctaBtnItemImgLog {
    filter: none;
  }
}
.ctaBtnItemTxt {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .ctaBtnItemTxt {
    margin-bottom: 0;
  }
}
.ctaBtnItemTxtTel {
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #7d6874;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ctaBtnItemTxtTel {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
}
.ctaBtnItemTxtTime {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .ctaBtnItemTxtTime {
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .ctaBtnItemTxtLog {
    color: #7d6874;
    font-size: 18px;
  }
}

/* 共通
--------------------------------------------------- */
.cmnHeading {
  display: flex;
  flex-direction: column;
  color: #7d6874;
  text-align: center;
}
.cmnHeading_en {
  font-size: 1.4rem;
}
.cmnHeading_ja {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
}
.cmnBtn_small {
  margin-top: 40px;
  border-radius: 22px;
  width: 150px;
  height: 45px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .cmnBtn_small {
    margin-top: 30px;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
}
.cmnBtn_large {
  margin-top: 80px;
  border-radius: 35px;
  width: 340px;
  height: 70px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cmnBtn_large {
    margin-top: 30px;
    border-radius: 30px;
    width: 100%;
    height: 60px;
  }
}
.cmnLead {
  position: relative;
  display: inline-block;
  padding: 0.2em 1em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cmnLead {
    font-size: 1.3rem;
  }
}
.cmnLead::before, .cmnLead::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  border-top: 1px solid #513746;
  border-bottom: 1px solid #513746;
}
.cmnLead::before {
  left: 0;
  border-left: 1px solid #513746;
}
.cmnLead::after {
  right: 0;
  border-right: 1px solid #513746;
}

/* 効果
--------------------------------------------------- */
.slidein {
  animation: Slidein 1.6s;
}

@keyframes Slidein {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.fadein.on {
  transform: translateY(0);
  opacity: 1;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.footer {
  background-color: #f5f5f5;
}
.footerInnerUpper {
  margin: 0 auto;
  padding: 80px 20px 0;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerUpper {
    padding: 60px 0 0;
  }
}
.footerInnerUpperMenuItem {
  margin-bottom: 15px;
}
.footerInnerLower {
  margin: 0 auto;
  padding: 0 20px 50px;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerLower {
    padding: 0 4vw 60px;
  }
}
@media screen and (max-width: 768px) {
  .footerNav {
    display: block;
    visibility: visible;
    transition: all 0.3s ease-in;
    opacity: 1;
    position: relative;
    width: 100%;
  }
}
.footerNavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footerNavList {
    display: block;
    width: 100%;
    border-top: 2px solid #e1e1e1;
  }
}
.footerNavItem {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItem {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItem {
    display: flex;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    align-items: center;
    margin-bottom: 0;
  }
  .footerNavItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
.footerNavItemOpen {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItemOpen {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItemOpen {
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.footerNavMenu {
  margin-bottom: 15px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footerNavMenu {
    margin: 0;
    padding: 25px 4vw;
    width: 100%;
  }
}
.footerNavSubmenuItem:first-child {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuItem {
    display: block;
    height: 70px;
    margin-bottom: 0;
  }
  .footerNavSubmenuItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavSubmenuItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .footerNavSubmenuItemLink {
    display: flex;
    align-items: center;
    padding: 0 4vw;
    width: 100%;
    height: 100%;
  }
}
.footerNavSubmenuList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuList {
    gap: 0;
  }
}
.footerLowerList {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footerLowerList {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.footerLowerItem {
  margin-left: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .footerLowerItem {
    order: 1;
    margin: 0 0 30px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.footerLowerItemCopy {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .footerLowerItemCopy {
    order: 2;
    margin-top: 30px;
  }
}

.ac-box label {
  color: #513746;
}
@media screen and (max-width: 768px) {
  .ac-box label {
    display: flex;
    padding: 25px 4vw;
    width: 100%;
    transition: all 0.5s;
  }
  .ac-box label:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .ac-box label:after {
    position: absolute;
    content: "\F067";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 768px) {
  .ac-box input {
    display: none;
  }
  .ac-box input:checked ~ label::after {
    position: absolute;
    content: "\F068";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .ac-box input:checked ~ .ac-small {
    height: auto;
    background: #f9f3f4;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .ac-small {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}