html {
  opacity: 0;
}

.wf-active {
  opacity: 1;
  transition: all 0.3s;
}

* {
  box-sizing: border-box;
}

body {
  color: #072b4d;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
body.is-fixed {
  overflow: hidden;
}

:focus {
  outline: none;
}

a, a:hover, a:visited, a:active {
  transition: all 0.3s;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

/*----------
layout
----------*/
.l-header__inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-header__menu {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu__link {
  width: 62.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__menu__link a {
  font-size: 18px;
  text-align: center;
  padding: 12px 0;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  color: #072b4d !important;
}
.l-header__menu__link a span {
  font-size: 14px;
  display: block;
  margin: 0 0 5px;
}
.l-header__menu__link a:nth-of-type(2) {
  margin: 0 12%;
}
.l-header__menu__link a::after {
  content: "";
  width: 0;
  height: 2px;
  background: #072b4d;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
}
@media (hover: hover) {
  .l-header__menu__link a:hover::after {
    width: 100%;
  }
}
.l-header__menu__logo {
  margin: 0 30px;
  margin: auto;
}

.l-header__sp__logo {
  /*position: fixed;
  top: 15px;
  left: 10px;
  z-index: 10000;*/
  margin: auto;
  padding-top: 12px;
  text-align: center;
}
.l-header__sp__btn {
  width: 26px;
  height: 20px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.l-header__sp__btn::before, .l-header__sp__btn::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #072b4d;
  position: absolute;
  left: 0;
  top: 4px;
}
.l-header__sp__btn::after {
  top: initial;
  bottom: 4px;
}
@media screen and (min-width: 768px) {
  .l-header__sp {
    display: none;
  }
}

.l-dw__menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-dw__menu__link a {
  font-size: 15px;
  text-align: center;
  padding: 0 15px;
  position: relative;
  line-height: 1;
  min-height: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #072b4d !important;
}
.l-dw__menu__link a span {
  font-size: 13px;
  display: block;
  margin: 0 0 2px;
}
.l-dw__menu__link a:nth-of-type(2) {
  margin: 35px 0;
}
.l-dw__menu__link a::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #072b4d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-dw__menu__logo {
  width: 100px;
  margin: 60px auto 0;
}

.l-bnrarea {
  padding: 150px 0;
}
@media (hover: hover) {
  .l-bnrarea a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-bnrarea {
    padding: 40px 0px;
  }
}

.bnr-story {
  padding: 100px 0;
}
.bnr-story a {
  width: 800px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/bnr-storybg.png) no-repeat center/contain;
}
.bnr-story a span {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 80px;
  border-radius: 40px;
  background: #FCF4D7;
  box-shadow: 20px 20px 16px rgba(136, 141, 0, 0.15);
  color: #072b4d;
  transition: all 0.3s;
}
.bnr-story a span::after {
  content: "";
  width: 30px;
  height: 26px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/ico_link.png) no-repeat center/contain;
  margin: 0 0 0 10px;
}
@media (hover: hover) {
  .bnr-story a:hover span {
    background-color: #072b4d;
    color: #fff;
  }
  .bnr-story a:hover span::after {
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/ico_link_w.png);
  }
}
@media screen and (max-width: 767px) {
  .bnr-story {
    padding: 30px 0 20px;
  }
  .bnr-story a {
    width: 348px;
    height: 145px;
    max-width: calc(100% - 20px);
  }
  .bnr-story a span {
    font-size: 15px;
    width: 190px;
    height: 40px;
    box-shadow: 10px 10px 8px rgba(136, 141, 0, 0.15);
    color: #072b4d;
    transition: all 0.3s;
  }
  .bnr-story a span::after {
    width: 15px;
    height: 13px;
    margin: 0 0 0 5px;
  }
}

/*----------
project
----------*/
/*p-top*/
.p-top__mv {
  padding: 15px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top__mv {
    padding: 15px 0 0;
  }
}
.p-top__mv .m-inner {
  position: relative;
}
.p-top__mv__img {
  max-width: 1000px;
  height: 770px;
  overflow: hidden;
}
.p-top__mv__img img {
  max-width: initial;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .p-top__mv__img {
    height: 535px;
  }
  .p-top__mv__img img {
    width: auto;
    height: 100%;
  }
}
.p-top__mv__catch {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/top_mv_catchbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 70px 50px 70px 70px;
  bottom: 50px;
  right: 0;
  position: absolute;
  z-index: 1;
}
.p-top__mv__catch__ttl {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.p-top__mv__catch__body {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-top__mv__catch {
    padding: 30px 20px;
    position: static;
    margin: -145px 0 0 auto;
    width: fit-content;
  }
  .p-top__mv__catch__ttl {
    font-size: 26px;
  }
  .p-top__mv__catch__body {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-top__desc {
  padding: 60px 0 200px;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__desc {
    padding: 65px 0 90px;
    line-height: 1.9;
    font-size: 15px;
  }
}
.p-top__desc::before {
  content: "";
  width: 256px;
  height: 295px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/top_desc_deco1.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% + 120px);
  top: -50px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-top__desc::before {
    width: 128px;
    height: 148px;
    left: initial;
    right: 35px;
    top: -35px;
  }
}
.p-top__desc .m-inner {
  padding: 0 160px 0 60px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/top_desc_bg1.png) no-repeat 60px 0;
}
@media screen and (max-width: 767px) {
  .p-top__desc .m-inner {
    padding: 0 10px 0 0;
    background: none;
  }
}
.p-top__desc__txt01 {
  padding: 60px 0 0 140px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__desc__txt01 {
    padding: 60px 0 45px 35px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/top_desc_bg1.png) no-repeat 0 0/178px 100%;
  }
}
.p-top__desc__txt02 {
  margin: 20px 0 0;
  padding: 60px 130px 60px 0;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/top_desc_bg2.png) no-repeat right center;
  background-size: 334px 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.p-top__desc__txt02::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/top_desc_deco2.png) no-repeat center/contain;
  position: absolute;
  left: calc(50% - 70px);
  bottom: 20px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-top__desc__txt02 {
    margin: 25px 0 0;
    padding: 25px 25px 25px 0;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/top_desc_bg2.png) no-repeat right center;
    background-size: 203px 100%;
  }
  .p-top__desc__txt02::before {
    width: 50px;
    height: 50px;
    left: initial;
    right: 65px;
    bottom: initial;
    top: -60px;
    z-index: -1;
  }
}

.p-top__support {
  padding: 0 0 200px;
}
@media screen and (max-width: 767px) {
  .p-top__support {
    padding: 0 0 80px;
  }
}
.p-top__support__link {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-top__support__link .link-item {
  padding: 0 56px 36px 0;
  position: relative;
}
.p-top__support__link .link-item:nth-of-type(2) {
  margin: 90px 0 0;
}
.p-top__support__link .link-item__img {
  width: 492px;
  height: 420px;
  overflow: hidden;
}
.p-top__support__link .link-item__img img {
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-top__support__link .link-item:hover img {
    transform: scale(1.1);
    opacity: 0.7;
  }
  .p-top__support__link .link-item:hover span {
    background-color: #072b4d;
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/arrow1_w.png);
    color: #fff;
  }
}
.p-top__support__link .link-item__ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 28px;
  letter-spacing: 0.2em;
  color: #072b4d;
  padding: 30px 30px 20px;
  line-height: 1.7;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/top_support_linkbg.png) no-repeat center/cover;
  width: 420px;
  font-weight: 400 !important;
}
.p-top__support__link .link-item__ttl span {
  display: block;
  line-height: 1;
  margin: 15px 0 0;
  font-size: 20px;
  letter-spacing: 0.1em;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/arrow1.png) no-repeat right 24px center/14px #FCF4D7;
  padding: 10px 30px;
  border-radius: 30px;
  box-shadow: 8px 8px 20px rgba(136, 141, 0, 0.2);
  max-width: 280px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top__support__link {
    padding: 0;
    display: block;
  }
  .p-top__support__link .link-item {
    padding: 0 25px 20px 0;
    width: 65%;
    min-width: 246px;
    display: block;
    margin: 0 auto;
  }
  .p-top__support__link .link-item:nth-of-type(2) {
    margin: 55px auto 0;
  }
  .p-top__support__link .link-item__img {
    width: 100%;
    height: auto;
  }
  .p-top__support__link .link-item__ttl {
    font-size: 14px;
    padding: 20px 20px 15px;
    width: 210px;
  }
  .p-top__support__link .link-item__ttl span {
    margin: 5px 0 0;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/arrow1.png) no-repeat right 24px center/14px #FCF4D7;
    background-size: 6px;
    background-position: right 12px center;
    padding: 5px 15px;
    font-size: 10px;
    box-shadow: 4px 4px 10px rgba(136, 141, 0, 0.2);
    max-width: 140px;
  }
}

.p-top__commitment {
  margin-top: -50px;
  padding-top: 50px;
}
.p-top__commitment .list-item {
  position: relative;
}
.p-top__commitment .list-item__img img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top__commitment .list-item__img img {
    max-width: initial;
    width: 555px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top__commitment .list-item__txt {
  font-size: 20px;
  line-height: 2.1;
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 100%;
  left: 50%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 90px;
}
@media screen and (max-width: 767px) {
  .p-top__commitment .list-item__txt {
    font-size: 15px;
    line-height: 1.7;
    width: 320px;
    height: 320px;
    left: 50% !important;
    top: initial;
    bottom: 30px;
    padding: 0;
    transform: translateX(-50%);
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top__commitment .list-item:nth-of-type(3) .list-item__txt {
    padding-top: 60px;
  }
  .p-top__commitment .list-item:nth-of-type(4) .list-item__txt {
    padding-top: 40px;
  }
  .p-top__commitment .list-item:nth-of-type(5) .list-item__txt {
    padding-top: 40px;
  }
  .p-top__commitment .list-item:nth-of-type(6) .list-item__txt {
    padding-top: 40px;
  }
  .p-top__commitment .list-item:nth-of-type(7) .list-item__txt {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-top__commitment .list-item:nth-of-type(even) .list-item__txt {
    left: initial;
    right: 50%;
  }
  .p-top__commitment .list-item:nth-of-type(1) .list-item__txt {
    top: 134px;
  }
  .p-top__commitment .list-item:nth-of-type(2) .list-item__txt {
    top: 12px;
  }
  .p-top__commitment .list-item:nth-of-type(3) .list-item__txt {
    top: 4px;
    padding-top: 30px;
  }
  .p-top__commitment .list-item:nth-of-type(4) .list-item__txt {
    top: 0;
    padding-top: 30px;
  }
  .p-top__commitment .list-item:nth-of-type(5) .list-item__txt {
    top: 0;
  }
  .p-top__commitment .list-item:nth-of-type(6) .list-item__txt {
    top: 8px;
  }
  .p-top__commitment .list-item:nth-of-type(7) .list-item__txt {
    top: 2px;
  }
}
.p-top__commitment .list-item .notice {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top__commitment .list-item .notice {
    font-size: 10px;
  }
}
.p-top__commitment .list-item__txt__link {
  margin: 25px 0 0;
  color: #072b4d;
  border-radius: 84px;
  height: 84px;
  width: 340px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/ico_link.png) no-repeat right 20px center/24px #FCF4D7;
  display: flex;
  align-items: center;
  padding: 0 40px 0 24px;
  line-height: 1.3;
  font-size: 18px;
  box-shadow: 10px 10px 16px rgba(136, 141, 0, 0.15);
}
@media (hover: hover) {
  .p-top__commitment .list-item__txt__link:hover {
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/ico_link_w.png);
    background-color: #072b4d;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-top__commitment .list-item__txt__link {
    margin: 10px 0 0;
    height: 50px;
    width: 212px;
    background-position: right 10px center;
    background-size: 18px;
    display: flex;
    align-items: center;
    padding: 0 30px 0 15px;
    line-height: 1.3;
    font-size: 11px;
    box-shadow: 5px 5px 8px rgba(136, 141, 0, 0.15);
  }
}
.p-top__commitment .list-item__txt__link2 {
  margin: 18px 0 0 40px;
  color: #072b4d;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.p-top__commitment .list-item__txt__link2::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/arrow2.png) no-repeat center/contain;
  margin: 0 0 0 16px;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-top__commitment .list-item__txt__link2:hover {
    color: #5e5266;
  }
  .p-top__commitment .list-item__txt__link2:hover::after {
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/arrow3.png);
  }
}
@media screen and (max-width: 767px) {
  .p-top__commitment .list-item__txt__link2 {
    margin: 10px auto;
    height: 24px;
    font-size: 10px;
  }
  .p-top__commitment .list-item__txt__link2::after {
    width: 24px;
    height: 24px;
    margin: 0 0 0 10px;
  }
}

.efficiency {
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .efficiency {
    margin: 30px 0 0;
  }
}
.efficiency__tab {
  display: flex;
}
.efficiency__tab a {
  width: 25%;
  height: 70px;
  font-size: 16px;
  background: #fff;
  white-space: nowrap;
  line-height: 1.35;
  display: flex;
  align-items: center;
  opacity: 0.35;
  padding: 0 15px;
  border: 1px solid #5e5266;
  border-radius: 10px 10px 0 0;
  color: #072b4d;
  position: relative;
}
.efficiency__tab a img {
  width: 53px;
  margin: 0 5px 0 0;
}
.efficiency__tab a span {
  text-align: center;
}
.efficiency__tab a span span {
  font-size: 70%;
}
.efficiency__tab a.is-active {
  opacity: 1;
  z-index: 2;
}
.efficiency__tab a.is-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .efficiency__tab a {
    height: 60px;
    font-size: 11px;
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
  .efficiency__tab a img {
    width: 24px;
    margin: 0;
  }
  .efficiency__tab a span.is-min {
    display: flex;
    align-items: center;
    min-height: 2.6em;
  }
  .efficiency__tab a.is-active {
    opacity: 1;
    z-index: 2;
  }
  .efficiency__tab a.is-active::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
.efficiency__cont {
  border: 1px solid #5e5266;
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin: -1px 0 0;
  padding: 40px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .efficiency__cont {
    padding: 10px 10px 20px;
  }
}
.efficiency__cont__item:not(:first-of-type) {
  display: none;
}
.efficiency__cont__item .item-in {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .efficiency__cont__item .item-in {
    display: block;
  }
}
.efficiency__cont__item .item-img {
  width: 200px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .efficiency__cont__item .item-img {
    width: 75px;
    margin: 0 auto;
  }
   .barrier-img{
    width:200px!important; 
  }
}
.efficiency__cont__item .item-txt {
  width: calc(100% - 250px);
  color: #072b4d;
}
.efficiency__cont__item .item-txt h3 {
  font-size: 18px;
  font-weight: 600;
}
.efficiency__cont__item .item-txt h3 .tokkyo {
  border: 1px solid #072b4d;
  font-size: 11px;
  padding: 0 5px;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: text-top;
}
.efficiency__cont__item .item-txt h3 + p {
  margin-top: 1em;
}
.efficiency__cont__item .item-txt p {
  margin: 1.5em 0 0;
  font-size: 14px;
  line-height: 1.9;
}
.efficiency__cont__item .item-txt p img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .efficiency__cont__item .item-txt {
    width: 100%;
  }
  .efficiency__cont__item .item-txt h3 {
    font-size: 13px;
  }
  .efficiency__cont__item .item-txt h3 .tokkyo {
    display: block;
    width: fit-content;
    margin: 5px 0 0;
  }
  .efficiency__cont__item .item-txt p {
    font-size: 11px;
    line-height: 1.7;
  }
}
.efficiency__cont__item .item-movie {
  margin: 20px auto 0;
  width: 320px;
  max-width: 100%;
}
.efficiency__cont__item .item-movie-in {
  position: relative;
  padding-top: 56.25%;
}
.efficiency__cont__item .item-movie-in iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/*p-sub*/
.p-sub__main {
  color: #5e5266;
}
.p-sub__main .m-inner {
  position: relative;
  padding: 300px 0 140px;
}
@media screen and (max-width: 767px) {
  .p-sub__main .m-inner {
    padding: 50px 0 70px;
  }
}
.p-sub__main.hb .m-inner {
  padding-top: 50px;
}
.p-sub__main.hb .m-inner .floatimg3 {
  position: absolute;
  bottom: 100px;
  left: 120px;
}
@media screen and (max-width: 767px) {
  .p-sub__main.hb .m-inner .floatimg3 {
    display: none;
  }
}
.p-sub__main__img {
  position: absolute;
  left: 0;
  top: 150px;
  max-width: 882px;
  height: 608px;
  overflow: hidden;
}
.p-sub__main__img img {
  max-width: initial;
  width: 882px;
}
.hb .p-sub__main__img {
  height: 620px;
}
.hb .p-sub__main__img img {
  max-width: 800px;
  height: 620px;
  max-width: initial;
  width: 800px;
}
@media screen and (max-width: 767px) {
  .p-sub__main__img {
    position: static;
    width: 100%;
    height: 535px !important;
  }
  .p-sub__main__img img {
    max-width: initial !important;
    width: auto !important;
    height: 535px !important;
    position: absolute;
    top: 0;
    left: -130px;
  }
  .hb .p-sub__main__img img {
    left: -190px;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__main__txt {
    position: relative;
    top: -60px;
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/sub_main_al_catch_bg_sp.png) no-repeat top center;
    height: 1260px;
    background-size: auto 1260px;
  }
}
@media screen and (max-width: 767px) {
  .hb .p-sub__main__txt {
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/sub_main_hb_catch_bg_sp.png);
  }
}
.p-sub__main__catch {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/sub_main_al_catch.png) no-repeat top left;
  width: 680px;
  height: 572px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 110px;
  margin: 0 0 0 auto;
}
.hb .p-sub__main__catch {
  width: 572px;
}
.p-sub__main__catch__ttl {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.p-sub__main__catch__body {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-sub__main__catch {
    background: none;
    width: fit-content !important;
    height: auto;
    display: block;
    padding: 0;
    margin: 0 0 0 auto;
    padding: 100px 50px 0 0;
  }
  .p-sub__main__catch__ttl {
    font-size: 26px;
    line-height: 1.7;
  }
  .p-sub__main__catch__body {
    margin: 15px 0 0;
    font-size: 15px;
    line-height: 1.9;
  }
}
.p-sub__main__desc {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-sub__main__desc {
    font-size: 15px;
    line-height: 1.9;
  }
}
.p-sub__main__desc.txt01 {
  height: 480px;
  margin: -32px 0 0;
  display: flex;
  padding: 120px 0 0 100px;
  position: relative;
}
.p-sub__main__desc.txt01::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/sub_main_al_txt01.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: -30px;
}
.p-sub__main__desc.txt01 .floatimg1 {
  position: absolute;
  top: -120px;
  left: 230px;
}
@media screen and (max-width: 767px) {
  .p-sub__main__desc.txt01 {
    height: auto;
    width: fit-content;
    padding: 130px 0 0 35px;
    margin: 0 auto 0 0 !important;
  }
  .p-sub__main__desc.txt01::before {
    display: none !important;
  }
}
.hb .p-sub__main__desc.txt01 {
  margin: 170px 0 0;
}
.hb .p-sub__main__desc.txt01::before {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/sub_main_hb_txt01.png) no-repeat left top;
}
.hb .p-sub__main__desc.txt01 .floatimg1 {
  top: -110px;
}
.hb .p-sub__main__desc.txt01 .floatimg2 {
  position: absolute;
  top: -175px;
  left: calc(50% + 40px);
  opacity: 0.6;
}
.p-sub__main__desc.txt02 {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/sub_main_al_txt02.png) no-repeat;
  width: 790px;
  height: 272px;
  margin: -78px 0 0 auto;
  padding: 30px 0 0 220px;
}
.p-sub__main__desc.txt02 strong {
  display: inline-block;
  margin: 1em 0 0;
}
@media screen and (max-width: 767px) {
  .p-sub__main__desc.txt02 {
    background: none !important;
    width: fit-content;
    height: auto;
    margin: 0 0 0 auto;
    padding: 170px 38px 0 0;
  }
  .p-sub__main__desc.txt02 strong {
    margin: 1.5em 0 0;
  }
  .hb .p-sub__main__desc.txt02 {
    padding-top: 210px;
  }
}
.hb .p-sub__main__desc.txt02 {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/sub_main_hb_txt02.png) no-repeat;
}

.p-sub__answer__cont {
  position: relative;
  padding: 60px 0 30px;
}
.p-sub__answer__cont::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: linear-gradient(-58.35deg, rgb(255, 255, 255) 0%, rgb(255, 248, 244) 6.69%, rgb(255, 228, 212) 28.95%, rgb(255, 215, 192) 47.64%, rgb(255, 211, 185) 60.38%, rgb(254, 214, 187) 77.81%, rgb(251, 223, 195) 89.74%, rgb(246, 238, 209) 100%);
  opacity: 0.67;
}
.hb .p-sub__answer__cont::before {
  background: linear-gradient(-45.81deg, rgb(255, 255, 255) 0%, rgb(250, 235, 235) 17.92%, rgb(246, 216, 215) 40.68%, rgb(244, 209, 208) 56.23%, rgb(245, 219, 213) 73.99%, rgb(247, 242, 225) 99.98%);
}
.p-sub__answer__list {
  display: flex;
  flex-wrap: wrap;
}
.p-sub__answer__list .list-item {
  width: 33.3333333333%;
  margin: 0 0 30px;
  text-align: center;
  color: #5e5266;
}
.p-sub__answer__list .list-item__img {
  width: 310px;
  margin: 0 auto;
}
.p-sub__answer__list .list-item__txt {
  font-size: 18px;
  line-height: 1.7;
}
.p-sub__answer__list .list-item__link {
  margin: 10px 0 0;
}
.p-sub__answer__list .list-item__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #5e5266 !important;
  line-height: 1.4;
}
.p-sub__answer__list .list-item__link a + a {
  margin: 15px 0 0;
}
.p-sub__answer__list .list-item__link a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/arrow3.png) no-repeat center/contain;
  margin: 0 0 0 10px;
}
@media (hover: hover) {
  .p-sub__answer__list .list-item__link a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__answer__list {
    display: block;
  }
  .p-sub__answer__list .list-item {
    width: 100%;
  }
  .p-sub__answer__list .list-item__txt {
    font-size: 16px;
  }
  .p-sub__answer__list .list-item__link {
    margin: 15px 0 0;
  }
  .p-sub__answer__list .list-item__link a + a {
    margin: 10px 0 0;
  }
}

/*----------
compornent
----------*/
.m-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-inner {
    max-width: 500px;
    overflow: hidden;
  }
}

.m-ttl1 {
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
  margin: 0 0 40px;
  font-weight: 400 !important;
}
.m-ttl1.is-gray {
  color: #5e5266;
}
@media screen and (max-width: 767px) {
  .m-ttl1 {
    font-size: 19px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 768px) {
  .m-scroll {
    overflow-y: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 0;
  }
  .m-scroll::-webkit-scrollbar-thumb {
    background-color: #5e5266;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
  }
  .m-scroll::-webkit-scrollbar-track {
    margin: 0;
  }
}

.m-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
.m-modal__body {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 1036px;
}
@media screen and (max-width: 767px) {
  .m-modal__body {
    max-width: 100%;
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    margin-top: 45px;
  }
  .l-dw .m-modal__body {
    margin-top: 100px;
  }
}
.m-modal__close {
  position: fixed;
  top: -60px;
  right: 20px;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/ico_modal_close.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .m-modal__close {
    top: 15px;
    right: 15px;
    width: 26px;
    height: 26px;
    background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/ico_modal_close_n.png);
  }
}
.m-modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(251, 251, 250) 12.76%, rgb(238, 238, 234) 61.81%, rgb(234, 233, 228) 100%);
}
.modal-story .m-modal__bg {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/modal_story.png) no-repeat center #fff;
}
@media screen and (max-width: 767px) {
  .modal-story .m-modal__bg {
    background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/modal_story_sp.png) no-repeat center bottom/338px #fff;
  }
}
.l-dw .m-modal__bg {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .m-modal__bg {
    pointer-events: none;
  }
}
.m-modal__ttl {
  font-weight: 300;
  font-size: 24px;
  padding: 0 0 10px;
  width: fit-content;
  margin: 0 auto 10px;
  border-bottom: 5px solid #ffe3c5;
  color: #5e5266;
}
@media screen and (max-width: 767px) {
  .m-modal__ttl {
    font-size: 17px;
    padding: 0 0 10px;
    margin: 0 auto 30px;
    border-bottom: 3px solid #ffe3c5;
    text-align: center;
  }
}
.m-modal__cont {
  overflow-y: auto;
  position: relative;
  max-height: 70dvh;
  padding: 10px 15px;
}
.m-modal__cont .cont-box {
  background: #fff;
  padding: 80px;
  box-shadow: 3px 3px 12px rgba(7, 43, 77, 0.1);
  color: #5e5266;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box {
    padding: 20px !important;
    display: flex;
    flex-direction: column;
  }
}
.modal-commit5 .m-modal__cont .cont-box {
  padding: 70px;
}
.m-modal__cont .cont-box.modal-commit7_1 {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/modal_commit7_img1.png) no-repeat top 80px right 80px #fff;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box.modal-commit7_1 {
    background-image: none;
  }
}
.m-modal__cont .cont-box:not(:first-of-type) {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box:not(:first-of-type) {
    margin: 20px 0 0;
  }
}
.m-modal__cont .cont-box__ttl {
  font-weight: 300;
  text-align: center;
  font-size: 24px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__ttl {
    font-size: 17px;
    margin: 0 0 15px;
  }
}
.m-modal__cont .cont-box__ttl2 {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__ttl2 {
    font-size: 17px;
    margin: 0 0 10px;
  }
}
.m-modal__cont .cont-box__imgR {
  float: right;
  margin: 0 0 15px 50px;
}
.m-modal__cont .cont-box__imgR .caption {
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__imgR {
    float: none;
    margin: 20px 0 0;
    order: 1;
  }
  .m-modal__cont .cont-box__imgR img {
    margin: 0 auto;
  }
  .m-modal__cont .cont-box__imgR.is-stay {
    order: unset;
    margin: 0 0 20px;
  }
  .m-modal__cont .cont-box__imgR .caption {
    font-size: 12px;
    margin: 15px 0 0;
  }
}
.m-modal__cont .cont-box__imgC {
  text-align: center;
  margin: 40px 0 0;
}
.m-modal__cont .cont-box__imgC img {
  margin: 0 auto;
}
.m-modal__cont .cont-box__imgC .caption {
  font-size: 16px;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__imgC {
    margin: 20px 0 0;
  }
  .m-modal__cont .cont-box__imgC .caption {
    font-size: 11px;
    margin: 15px 0 0;
  }
  .modal-commit7 .m-modal__cont .cont-box__imgC {
    margin: 40px 0;
  }
}
.m-modal__cont .cont-box > p {
  font-size: 18px;
  line-height: 1.8;
}
.m-modal__cont .cont-box > p:not(:first-of-type) {
  margin: 1.5em 0 0;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box > p {
    font-size: 15px;
  }
}
.m-modal__cont .cont-box__quality {
  margin: 1.5em 0 0;
  padding: 0 0 0 1.5em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__quality {
    font-size: 15px;
    margin: 15px 0 20px;
  }
}
.m-modal__cont .cont-box__link {
  font-weight: 600;
  font-size: 16px;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__link {
    margin: 1em 0 0;
    text-align: center;
  }
  .m-modal__cont .cont-box__link a {
    font-size: 15px;
  }
  .m-modal__cont .cont-box__link a::after {
    margin: 0 0 0 10px;
  }
}
.m-modal__cont .cont-box__link a {
  display: inline-flex;
  color: #5e5266 !important;
  align-items: center;
}
.m-modal__cont .cont-box__link a::after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/arrow3.png) no-repeat center/contain;
  margin: 0 0 0 20px;
}
.m-modal__cont .cont-box__link a span {
  flex: 1;
  text-align: center;
}
@media (hover: hover) {
  .m-modal__cont .cont-box__link a:hover {
    opacity: 0.7;
  }
}
.modal-commit4 .m-modal__cont .cont-box__link {
  width: fit-content;
}
.modal-commit4 .m-modal__cont .cont-box__link a {
  display: flex;
}
.modal-commit4 .m-modal__cont .cont-box__link a:first-of-type {
  margin: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .modal-commit4 .m-modal__cont .cont-box__link a {
    display: inline-flex;
  }
  .modal-commit4 .m-modal__cont .cont-box__link a:first-of-type {
    margin: 0 0 15px;
  }
}
.modal-commit7 .m-modal__cont .cont-box__link {
  text-align: center;
  margin: 0 0 -40px;
}
.modal-commit7 .m-modal__cont .cont-box__link a {
  color: #072b4d;
  font-weight: 600;
}
.modal-commit7 .m-modal__cont .cont-box__link a::after {
  width: 40px;
  height: 40px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/ico_blank.png) no-repeat center/contain;
  margin: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .modal-commit7 .m-modal__cont .cont-box__link {
    margin: 0;
  }
  .modal-commit7 .m-modal__cont .cont-box__link a::after {
    width: 36px;
    height: 36px;
    margin: 0 0 0 20px;
  }
}
.m-modal__cont .cont-box__contact {
  text-align: center;
  clear: both;
  margin: 50px 0 0;
}
.m-modal__cont .cont-box__contact__desc {
  font-weight: 600;
  font-size: 18px;
}
.m-modal__cont .cont-box__contact__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-modal__cont .cont-box__contact__tel strong {
  font-size: 18px;
  padding: 0 20px;
  background: #ffe3c5;
  margin: 0 15px 0 0;
}
.m-modal__cont .cont-box__contact__tel a {
  font-weight: 600;
  font-size: 32px;
  padding: 0 0 0 58px;
  color: #5e5266 !important;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/ico_fd.png) no-repeat left center/48px;
}
.m-modal__cont .cont-box__contact__time {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__contact {
    margin: 40px 0 0;
    color: #5e5266;
  }
  .m-modal__cont .cont-box__contact__desc {
    font-size: 14px;
  }
  .m-modal__cont .cont-box__contact__tel {
    flex-direction: column;
  }
  .m-modal__cont .cont-box__contact__tel strong {
    font-size: 14px;
    width: 100%;
    margin: 5px 0;
  }
  .m-modal__cont .cont-box__contact__tel a {
    font-size: 26px;
    padding: 0 0 0 50px;
    background-size: 40px;
  }
  .m-modal__cont .cont-box__contact__time {
    font-size: 14px;
    margin: 20px 0 0;
  }
}
.m-modal__cont .cont-box__catch {
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__catch {
    font-size: 15px;
    width: 20em;
    max-width: 100%;
  }
}
.m-modal__cont .cont-box__notice {
  font-size: 12px !important;
  margin: 1em 0 -20px !important;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__notice {
    font-size: 11px !important;
    margin: 1em 0 !important;
  }
}
.m-modal__cont .cont-box__member {
  border: 1px solid #5e5266;
  padding: 40px 40px 40px 70px;
  margin: 40px 0;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__member {
    display: block;
    border: none;
    padding: 0;
    margin: 30px 0 0;
  }
  .m-modal__cont .cont-box__member__wrap {
    border: 1px solid #5e5266;
    border-radius: 20px;
    margin: 0 0 30px;
    padding: 20px 15px 20px;
  }
}
.m-modal__cont .cont-box__member__txt dl {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-modal__cont .cont-box__member__txt dl::before {
  content: "";
  order: 2;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u58635744/pc/healthy/kodawari/css/../img/dot.png) repeat-x center left/7px;
  flex: 1;
  height: 5px;
}
.m-modal__cont .cont-box__member__txt dl dt {
  order: 1;
  font-weight: 600;
  font-size: 18px;
  padding: 0 20px 0 0;
  background: #fff;
}
.m-modal__cont .cont-box__member__txt dl dt span {
  font-size: 12px;
}
.m-modal__cont .cont-box__member__txt dl dd {
  order: 3;
  font-weight: 600;
  font-size: 18px;
  width: 3.8em;
  text-align: right;
  background: #fff;
}
.m-modal__cont .cont-box__member__txt dl dd span {
  font-size: 12px;
}
.m-modal__cont .cont-box__member__txt .notice {
  font-size: 11px;
  margin: -10px 0 0;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__member__txt dl {
    margin: 0 0 15px;
  }
  .m-modal__cont .cont-box__member__txt dl dt {
    font-size: 15px;
    padding: 0 15px 0 0;
    background: #fff;
  }
  .m-modal__cont .cont-box__member__txt dl dt span {
    font-size: 11px;
    margin: 0 0 0 5px;
  }
  .m-modal__cont .cont-box__member__txt dl dd {
    font-size: 15px;
    width: 3.6em;
  }
  .m-modal__cont .cont-box__member__txt dl dd span {
    font-size: 11px;
  }
  .m-modal__cont .cont-box__member__txt .notice {
    margin: 0;
  }
}
.m-modal__cont .cont-box__member__img {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__member__img {
    margin: 20px auto 0;
  }
}
.m-modal__cont .cont-box__movie {
  margin: 40px 0 -20px;
}
.m-modal__cont .cont-box__movie-in {
  position: relative;
  padding-top: 56.25%;
}
.m-modal__cont .cont-box__movie-in iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-modal__cont .cont-box__movie {
    margin: 20px 0 0;
  }
}
.modal-story .m-modal__cont {
  margin: 40px 0;
}
.modal-story .m-modal__cont p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .modal-story .m-modal__cont {
    margin: 100px 20px 0;
  }
  .modal-story .m-modal__cont p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.9;
  }
}

/*----------
utility
----------*/
.u-dis__ib {
  display: inline-block;
  font-weight: inherit;
}

.u-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.7s, transform 1.2s;
}
.u-fade.is-stay {
  transform: translateY(0px);
}
@media screen and (min-width: 768px) {
  .u-fade.is-delay {
    transition: opacity 2s, transform 1.5s;
    transform: translateY(60px);
  }
}
.u-fade.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.u-mincho, .bnr-story a span, .m-ttl1, .modal-story .m-modal__cont p {
  font-family: "shippori-mincho-b1", serif;
  font-weight: 800;
}

.u-ta__center {
  text-align: center;
}

.u-fw__bold {
  font-weight: 600;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) {
  .u-disp-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-disp-pc {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .u-disp-sp-s {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */
/*202503追加*/
.section{
  text-align:center;
}
.l-footerC{
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #section06  a img{
	width:750px;
	margin:2% auto 5%;
}
  .section > img.pc{
	width:1064px;
	margin:auto;
}
 .section .sp{
  display: none;
}
}
@media screen and (max-width: 767px){
#section06  a img{
	width:85%;
	margin:8% auto 5%;
}
 .section .pc{
  display: none;
}
}
/*▼202503追加*/
.scroll{
  text-align: right;
}
.footer_text{
  text-align: center;
}
/*▼202503追加*/
.p-top__commitment .list-item__img img.sp_only {
  display: none;
}
.p-top__commitment .list-item__img img.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top__commitment .list-item__img img.sp_only {
    display: block;
  }
  .p-top__commitment .list-item__img img.pc_only {
    display: none;
  }
}