@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-tab_pc {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .is-sm-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-sp-only {
    display: none !important;
  }
}
.header {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  left: 0;

  /* ヘッダーの高さ指定オリジナル
  min-height: 162px;
*/
  min-height: 114px;

  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .header {
    /* ヘッダーの高さ指定オリジナル 
    min-height: 20vw;
*/
    min-height: 10vh;
  }
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.header .close {
  display: block;
}
.header .open {
  display: none;
}
/* お問い合わせボタン配置　オリジナル
.header__contact-btn {
  display: block;
  max-width: 240px;
  position: absolute;
  right: 160px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
  */

/* お問い合わせボタン　右端に移動（ハンバーガーを復活させると被ってしまう） */
.header__contact-btn {
  display: block;
  max-width: 240px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .header__contact-btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  .header__contact-btn {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header__contact-btn_tb {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header__contact-btn_tb:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .header__contact-btn_tb {
    display: none;
  }
}
.header .logo {
  position: relative;
  z-index: 9999;
}
.header .logo .link {
  display: block;
  max-width: 162px;
  width: 100%;
}

.header .logo .expo_link {
  display: block;
  max-width: 324px;
  width: 100%;
}

/*ロゴサイズ指定　オリジナル(無効化した)
@media screen and (max-width: 768px) {
  .header .logo .link {
    max-width: 27vw;
  }

.header .logo .expo_link {
  max-width: 54vw;
}
}
*/

.header.on .close {
  display: none;
}
.header.on .open {
  display: block;
}

.menu-btn {
  cursor: pointer;
  display: block;
  height: 70px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .menu-btn {
    height: 11.66vw;
    right: 3vw;
    width: 10vw;
  }
}
.menu-btn .line {
  height: 42px;
  left: 50%;
  position: relative;
  top: 33%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu-btn .line {
    height: 7vw;
  }
}
.menu-btn .line-item {
  background-color: #000;
  height: 2px;
  left: 0;
  position: absolute;
  transition: ease 0.3s;
  width: 100%;
}
.menu-btn .line-item:first-of-type {
  top: 0;
}
.menu-btn .line-item:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-btn .line-item:last-of-type {
  bottom: -3%;
}
.menu-btn .txt {
  bottom: -80%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.1em;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .menu-btn .txt {
    font-size: 2.666vw;
  }
}

.menu-btn.active .line-item {
  background-color: #fff;
}
.menu-btn.active .line-item:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(38deg);
}
.menu-btn.active .line-item:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active .line-item:last-of-type {
  bottom: 50%;
  transform: translateY(50%) rotate(-38deg);
}
.menu-btn.active .txt {
  color: #fff;
}

.menu-wrap {
  background-color: #f2904d;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}
.menu-wrap.active {
  display: block;
}
.menu-wrap .flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.menu-wrap .flex .ul {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-wrap .flex .ul .link {
  color: #fff;
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .menu-wrap .flex .ul .link:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .menu-wrap .flex .ul .link {
    font-size: 5.33vw;
  }
}
.menu-wrap .flex .ul li:nth-of-type(1) {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .menu-wrap .flex .ul li:nth-of-type(1) {
    border-bottom: 1px solid #fff;
    padding-bottom: 10vw;
  }
}
.menu-wrap .flex .ul li:nth-of-type(2) {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .menu-wrap .flex .ul li:nth-of-type(2) {
    padding-top: 10vw;
  }
}
.menu-wrap .inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-inline: auto;
  width: 92.3%;
}

/*----------------------------------------------------------
固定サイドメニュー
------------------------------------------------------------*/
.side_menu {
  bottom: 2.666vw;
  max-width: 110px;
  position: fixed;
  right: 0;
  top: 50%;
  width: 100%;
}
.side_menu__link {
  display: block;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .side_menu__link:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

.footer {
  background-color: #f0f0f0;
  padding-bottom: 45px;
  padding-top: 45px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-bottom: 36vw;
    padding-top: 6vw;
  }
}
.footer__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 319px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .footer__link:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  .footer__link {
    width: 319px;
  }
}

.totop {
  bottom: 30px;
  height: 80px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 80px;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .totop {
    bottom: 20vw;
    height: 16vw;
    width: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .totop:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

@media screen and (max-width: 1025px) {
  .footer_data {
    padding-bottom: 6vw;
  }
}

/*----------------------------------------------------------
日本語ページボトムメニュー
------------------------------------------------------------*/
.bottom_menu_jp {
  bottom: 2.666vw;
  opacity: 0;
  position: fixed;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  width: 100%;
}
.bottom_menu_jp__flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 94.66vw;
  width: 100%;
}
.bottom_menu_jp__link01 {
  display: block;
  width: 35.21%;
}
.bottom_menu_jp__link02 {
  display: block;
  width: 63.38%;
}

/*----------------------------------------------------------
英語ページボトムメニュー
------------------------------------------------------------*/
.bottom_menu_en {
  bottom: 2.666vw;
  opacity: 0;
  position: fixed;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  width: 100%;
}
.bottom_menu_en__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 94.66vw;*/
  width: 90%;
  max-width: 480px;
}

.show {
  opacity: 1;
  visibility: visible;
}

.small {
  text-align: center !important;
}

.top_kv {
  background-color: #0a3b95;
}

.kv .ttl {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  padding-bottom: 40px;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kv .ttl {
    font-size: 5.6vw;
    line-height: 1.42;
    padding-bottom: 5.33vw;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 5.33vw;
  }
}
.kv .ttl span {
  display: inline-block;
}

/*----------------------------------------------------------
英語切り替えボタン
------------------------------------------------------------*/
.en_btn {
  align-items: center;
  background-color: #00a0e9;
  border-radius: 60px;
  bottom: 0;
  box-shadow: 0px 4px 0px 0px #038ece;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.1em;
  margin-left: auto;
  min-height: 60px;
  position: relative;
  transition: all 0.3s ease;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .en_btn {
    border-radius: 8vw;
    box-shadow: 0px 2px 0.533vw 0px 0px #038ece;
    font-size: 2.93vw;
    min-height: 8vw;
    width: 10.66vw;
  }
}
@media screen and (min-width: 769px) {
  .en_btn:hover {
    bottom: -4px;
    box-shadow: none;
    cursor: pointer;
    opacity: 0.6;
  }
}

.top {
  padding-bottom: 108px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 23px;
}
@media screen and (max-width: 768px) {
  .top {
    padding-bottom: 8vw;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-top: 2.666vw;
  }
}

.screening .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 508px;
  width: 100%;
}
.screening .img img {
  width: 100%;
}

.info {
  background-color: #f0f0f0;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 6vw 6.66vw;
  }
}
.info__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  width: 100%;
}
.info .name {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .info .name {
    font-size: 4.26vw;
    text-align: center;
  }
}
.info__flex {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .info__flex {
    align-items: center;
    flex-direction: column;
    gap: 5.33vw;
  }
}
.info__flex .img {
  display: block;
  width: 24.39%;
}
@media screen and (max-width: 768px) {
  .info__flex .img {
    width: 26.66vw;
  }
}
.info__flex .img img {
  width: 100%;
}
.info__flex .txts {
  line-height: 1.55;
  width: 69.42%;
}
@media screen and (max-width: 768px) {
  .info__flex .txts {
    width: 100%;
  }
}

.data .inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .data .inner {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.data_kv {
  background-color: #cc0a15;
}

.accordion-box {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .accordion-box {
    border-radius: 4vw;
  }
}
.accordion-box__wrap {
  background-color: #fff;
  border-radius: 20px;
  height: 100%;
  padding: 20px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .accordion-box__wrap {
    border-radius: 4vw;
    padding: 2.666vw;
  }
}
@media screen and (min-width: 769px) {
  .accordion-box__wrap:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.accordion-box .ttl {
  background-color: #fff;
  border: 1px solid #cc0a15;
  border-radius: 28px;
  color: #cc0a15;
  font-size: 2.2rem;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  padding: 5px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .accordion-box .ttl {
    border-radius: 3.733vw;
    font-size: 4.26vw;
    line-height: 1.5;
    max-width: 78.6vw;
    padding: 0.666vw;
  }
}
.accordion-box .ttl span {
  display: inline-block;
}
.accordion-box .top_txt {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accordion-box .top_txt {
    font-size: 3.73vw;
    margin-top: 2.66vw;
  }
}
.accordion-box .flex {
  align-items: flex-end;
  display: flex;
  gap: 5px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .accordion-box .flex {
    gap: 0.6666vw;
  }
}
.accordion-box .flex .min {
  color: #cc0a15;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .accordion-box .flex .min {
    font-size: 8.799vw;
  }
}
.accordion-box .flex .num {
  color: #cc0a15;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .accordion-box .flex .num {
    font-size: 21.33vw;
  }
}
.accordion-box .year {
  color: #afafaf;
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accordion-box .year {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.accordion-box .bottom_txt {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .accordion-box .bottom_txt {
    gap: 1.6vw;
    margin-top: 1.33vw;
  }
}
.accordion-box .circle {
  align-items: center;
  background-color: #fcf5f0;
  border-radius: 50%;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}
@media screen and (max-width: 768px) {
  .accordion-box .circle {
    height: 8vw;
    width: 8vw;
  }
}
.accordion-box .circle .la-plus {
  color: #cc0a15;
}
.accordion-box .circle .la-minus {
  color: #cc0a15;
}
.accordion-box .open_txt {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .accordion-box .open_txt {
    margin-top: 2.66vw;
  }
}
.accordion-box .la-plus {
  display: block;
}
.accordion-box .la-plus::before {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .accordion-box .la-plus::before {
    font-size: 4vw;
  }
}
.accordion-box .la-minus {
  display: none;
}
.accordion-box .la-minus::before {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .accordion-box .la-minus::before {
    font-size: 4vw;
  }
}

.open .la-plus {
  display: none;
}
.open .la-minus {
  display: block;
}

/*----------------------------------------------------------
骨粗鬆症は女性のリスクが高い
------------------------------------------------------------*/
.box01 {
  background-color: #fcf5f0;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .box01 {
    padding-top: 10.666vw;
    padding-bottom: 15.666vw;
  }
}
.box01 .accordion-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .box01 .accordion-box {
    max-width: 100%;
  }
}

/*----------------------------------------------------------
骨粗鬆症の患者さんは、お口の病気のリスクも
------------------------------------------------------------*/
.box05 {
  background-color: #ffdec6;
  position: relative;
  z-index: 10;
  padding-bottom: 150px;
}
.box05__wrap {
  background-color: #ffdec6;
  padding-bottom: 35px;
}
.box05 .accordion-flex {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box05 .accordion-flex {
    flex-direction: column;
    gap: 5.333vw;
  }
}
.box05 .accordion-flex .accordion-box {
  max-width: 500px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .box05 .accordion-flex .accordion-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
}

/*----------------------------------------------------------
骨粗鬆症検診の受診率UPが必要
------------------------------------------------------------*/
.box02 {
  margin-top: -122px;
  position: relative;
  z-index: 10;
}
.box02__wrap {
  background-color: #f8be99;
  padding-bottom: 35px;
}
.box02 .accordion-flex {
  align-items: flex-start;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .box02 .accordion-flex {
    flex-direction: column;
    gap: 5.333vw;
  }
}
.box02 .accordion-flex .accordion-box {
  max-width: 500px;
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .box02 .accordion-flex .accordion-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
  }
}

/*----------------------------------------------------------
女性の要介護原因の第2位は｢骨折・転倒｣
------------------------------------------------------------*/
.box03 {
  background-image: linear-gradient(#ffffff, #f2904c);
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .box03 {
    background-color: #fff;
    background-image: none;
    padding-top: 10.666vw;
  }
}
.box03 .accordion-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.box03 .accordion-box__wrap {
  background-color: #fcf5f0;
}
.box03 .img_wrap {
  padding-left: 130px;
  padding-right: 130px;
}
@media screen and (max-width: 768px) {
  .box03 .img_wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 95%;
  }
}
.box03 .img {
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
  position: relative;
  width: 100%;
}
.box03 .img__01 {
  display: block;
  position: relative;
  z-index: 1;
}
.box03 .img__02 {
  display: block;
  max-width: 271px;
  position: absolute;
  right: 0;
  top: 33%;
  width: 51%;
  z-index: 0;
}
.box03 .img__03 {
  display: block;
  filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.16));
  max-width: 207px;
  position: absolute;
  right: -122px;
  top: 50%;
  width: 40%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .box03 .img__03 {
    right: -16px;
    top: 46%;
    width: 34%;
  }
}
.box03 .circle {
  background-color: #fff;
}

/*----------------------------------------------------------
骨粗鬆症に関する医療・介護費の増大
------------------------------------------------------------*/
.box04 {
  margin-top: -156px;
  z-index: 10;
}
.box04__wrap {
  background-color: #ffdec6;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .box04__wrap {
    padding-bottom: 10.666vw;
  }
}
.box04 .accordion-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .box04 .accordion-box__wrap {
    background-color: #fcf5f0;
  }
}
.box04 .img {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .box04 .img {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .box04 .circle {
    background-color: #fff;
  }
}
.box04 .open_txt p {
  padding-left: 1em;
  text-indent: -1em;
}

.bg01 {
  position: relative;
  z-index: 10;
}

.bg02 {
  position: relative;
  z-index: 10;
}

.bg03 {
  position: relative;
  z-index: 10;
}

.in_link01,
.in_link02 {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .in_link01:hover,
  .in_link02:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #231815;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 1.6875;
}
body img {
  width: 100%;
}

main {
  opacity: 0;
  /* 最初は非表示にする */
  transition: opacity 0.3s ease-in-out;
  /* スムーズに表示 */
}

body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*----------------------------------------------------------
共通レスポンシブ切り替え
------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .is_sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .is_pc {
    display: none !important;
  }
}

/*----------------------------------------------------------
共通インナー
------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  width: 100%;
}

/*----------------------------------------------------------
共通フォント
------------------------------------------------------------*/
.font_maru {
  font-family: "Zen Maru Gothic", serif;
}

/*----------------------------------------------------------
共通タイトル
------------------------------------------------------------*/
.bg_orange {
  background-color: #0a3b95;
}

.bg_red {
  background-color: #cc0a15;
}

.common_ttl {
  align-items: baseline;
  display: flex;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  .common_ttl {
    font-size: 6.4vw;
    line-height: 1.45;
  }
}
.common_ttl .block {
  display: block;
  flex-shrink: 0;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: 12px;
}
@media screen and (max-width: 768px) {
  .common_ttl .block {
    height: 6.4vw;
    margin-right: 1.3vw;
    top: 0.5vw;
    width: 2.13vw;
  }
}

/*----------------------------------------------------------
共通テキスト
------------------------------------------------------------*/
.common_txt {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.77;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .common_txt {
    font-size: 3.733vw;
  }
}

.t-left {
  text-align: left !important;
}

.page_en .common_txt {
  text-align: left !important;
}

.txt_12 {
  font-size: 1.2rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .txt_12 {
    font-size: 2.93vw;
  }
}

.txt_14 {
  font-size: 1.4rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .txt_14 {
    font-size: 3.2vw;
  }
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 1100px) {
  .br_1100 {
    display: none;
  }
}

/*----------------------------------------------------------
共通マージン
------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt-20 {
    margin-top: 3.333vw;
  }
}

.mt-30 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt-30 {
    margin-top: 6.6666vw;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt-40 {
    margin-top: 5.33vw;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mt-80 {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 768px) {
  .mt-80 {
    margin-top: 8vw;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt-100 {
    margin-top: 10.66vw;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp-0 {
    margin-top: 0;
  }
}

/*----------------------------------------------------------
共通ボタン
------------------------------------------------------------*/
.btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  transition: all 0.3s ease;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
スクロールアニメーション
------------------------------------------------------------*/
.bottomin {
  opacity: 0;
  transform: translateY(50px);
}

.bottomin.active {
  -webkit-animation-name: bottomin;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-name: bottomin;
  animation-timing-function: ease;
}

/* フェードイン */
.fadein {
  opacity: 0;
}

.fadein.active {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  animation-timing-function: ease;
}

/* フェードイン02 */
.fadein02 {
  opacity: 0;
}

.fadein02.active {
  -webkit-animation-name: fadein;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  animation-timing-function: ease;
}

/* キーフレーム */
@-webkit-keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
