/* default style - リセット初期設定
----------------------------------------------------------- */
@import url("./reset.css");

/* default style - リセット初期設定
----------------------------------------------------------- */
@import url("font.css");

* {
  box-sizing: border-box;
}

body {
  font-size: 12px;
  font-family: 'NotoSansCJKJP', YuGothic, "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3 {
  font-weight: normal
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.text-blue {
  color: #00349D;
}

.text-strong {
  font-weight: 500;
}

/* CONTAINER */

.section-wrapper {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.section-top__wrapper {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 80px;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
  .section-top__wrapper {
    max-width: 1120px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .section-top__wrapper {
    max-width: 1020px;
  }
}

/* SECTION TOP */

.section-top {
  width: 100%;
  background-image: url(../img/index-renewal/banner-top.jpg);
  background-color: #00349D;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* .section-top:after {
  content: "";
  width: 100%;
  height: 58px;
  background-color: #F3F5FB;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 0;
} */

.section.section-top {
  margin-top: 0;
}

.section-top__wrapper {
  margin-top: 160px;
}

.section-top__inner {
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.section-top__left {
  width: 52%;
  min-width: 428px;
}

.section-top__right {
  width: 46%;
}

.section-top__right img {
  position: absolute;
  right: -7%;
}

@media screen and (max-width: 1440px) and (min-width: 1280px) {
  .section-top__right img {
    right: -29%;
  }
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .section-top__right img {
    right: -42%;
  }
}

.section-top__left .title-large {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 60px;
}

.section-top__tag {
  margin: 5px 0;
  padding: 5px 10px;
  margin-right: 7px;
  border: 1px solid #fff;
  border-radius: 4px;
  /* font-size: 18px; */
  font-size: 22px;
  color: #fff !important;
  display: inline-block;
  line-height: 1.3;
  transition: 0.5s;
  text-decoration: none !important;
}

.section-top__tag:hover {
  background: #ffffff;
  color: #00349D !important;
}

.section-top__tag-wrapper {
  max-width: 680px;
  margin-bottom: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.section-top__tag-text {
  margin: 5px 0;
  font-size: 30px;
  display: inline-block;
}

.section-top__cer {
  max-width: 466px;
  font-size: 20px;
  color: #FCCF00;
  margin-bottom: 40px;
  letter-spacing: 3px
}

.section-top__cer .section-top__cer-inner {
  display: flex;
  justify-content: space-between;
}

.section-top__cer .section-top__cer-block {
  position: relative;
  margin-bottom: 0;
  padding: 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.2;
  background: url(../img/index-renewal/icon-flower.png) no-repeat left center;
  background-size: auto 56px;
}

.section-top__cer .section-top__cer-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  background: url(../img/index-renewal/icon-flower.png) no-repeat left center;
  background-size: auto 56px;
  transform: rotateY(3.142rad);
}

.section-top__cer .section-top__cer-block .text-small {
  font-size: 16px;
}

.section-top__cer .section-top__cer-block .text-middle {
  font-size: 18px;
}

.section-top__cer .section-top__cer-block .text-large {
  font-size: 24px;
}

.section-top__cer .section-top__cer-block a {
  color: #FCCF00;
}

.section-top__btn {
  width: 100%;
  max-width: 470px;
  display: block;
}

.section-top__btn a {
  width: 100%;
  /* margin-top: 10px; */
}

.section-top__btn .section-top__btn-copy {
  font-size: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.mt25 {
  margin-top: 25px;
}

.section-top__btn .btn-outline {
  height: auto;
  margin-top: 20px;
  line-height: initial;
  background-color: transparent;
  color: #fff;
  border: none;
  text-decoration: underline !important;
  font-size: 16px;
}

.section-top__btn .btn-second:hover {
  background-color: #fff;
  color: #00349D
}

.section-top__btn .btn.btn-outline:hover {
  color: #FCCF00;
  background-color: transparent;
  text-decoration: underline;
}

.section {
  margin-top: 140px;
}

.icon-img {
  margin-bottom: 10px;
}

/* SECTION INTRODUCTION */

.section-introduction {
  background-color: #F3F5FB;
  position: relative;
}

.section-introduction__inner {
  padding-bottom: 70px;
}

.section-introduction__body {
  padding-top: 60px;
}

.introduction-nav {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.introduction-nav__item {
  padding: 10px 20px 10px 15px;
}

.introduction-nav__item:not(:first-child) {
  border-left: 1px solid #ccc;
}

.introduction-nav__image {
  width: 100px;
  height: 95px;
  margin-right: 5px;
}

.introduction-nav__image img {
  width: 100%;
  height: auto;
}

.introduction-nav__anchor {
  display: flex;
  align-items: center;
  text-decoration: none;
  position: relative;
  transition: .3s ease-out;
}

.introduction-nav__anchor::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border: solid #0054FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transition: .3s;
}

.introduction-nav__anchor:hover {
  opacity: .5;
}

.introduction-nav__text {
  margin-right: 14px;
  margin-bottom: 0;
  padding-right: 26px;
  font-size: 16px;
  color: #000;
}

.section-introduction__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-introduction__image {
  width: 43.5%;
  max-width: 470px;
}

.section-introduction__image img {
  width: 100%;
  height: auto;
}

.section-introduction__textwrap {
  width: 51.3%;
  max-width: 555px;
}

.section-introduction__textwrap p {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 24px;
}

/* SECTION PARTNER */

.section-partner {
  margin-top: 40px;
}

/* SECTION FUNCTION */

.section-function {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* .section-function .title-large {
  text-align: left;
  font-size: 24px;
}

.section-function .section-small {
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .section-function .title-large {
    font-size: 26px;
  }
} */

.section-small {
  width: 38%;
  max-width: 400px;
  text-align: center;
  margin-right: 30px;
  padding-top: 20px;
}

.section-small p,
.section-large p {
  text-align: center;
  white-space: nowrap
}

.section-large {
  width: 58.9%;
  max-width: 634px;
  color: #00349D;
}

.section-small .title-large {
  margin-bottom: 30px;
}

.section-large .body-text {
  font-weight: 500
}

.function-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.function-item {
  width: 157px;
  margin-bottom: 2px;
  padding: 25px 10px 15px;
  background-color: #F3F5FB;
  transition: .3s ease-out;
}

.function-item:hover {
  transform: scale(1.1);
  background-color: #ffffff;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.2);
}

.function-item.spacer:hover {
  transform: none;
  background-color: #F3F5FB;
  box-shadow: none;
}

.function-item__imagewrap {
  width: 65px;
  height: 50px;
  margin-bottom: 12px;
}

.function-item__imagewrap img {
  width: 100%;
  height: auto;
}

.function-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 300;
}

.section-reason {
  margin-top: 140px;
}

/* SECTION REASON */
.reason-list {
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.reason-item {
  width: 48.6%;
}

.reason-item:not(:last-child) {
  margin-bottom: 40px;
}

.reason-item:nth-child(even) {
  flex-direction: row-reverse;
}

.reason-item:nth-child(even) .reason-item__info {
  padding-left: 160px;
  padding-right: 30px;
}

.reason-img {
  width: 34%;
  max-width: 180px;
}

.reason-img img {
  width: 100%;
  height: auto;
}

.reason-item__body {
  display: flex;
  justify-content: space-between;
}

.reason-title {
  font-size: 24px;
  font-weight: 300;
}

.reason-item__detail {
  width: 63%;
  margin-top: 30px;
}

.reason-no {
  position: relative;
  display: block;
  text-indent: 60px;
  color: #0054FF;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: 'Futura-PT', sans-serif;
  font-style: italic
}

.reason-no:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #0054FF;
}

.point-list__title {
  margin-bottom: 12px;
  padding: 4px 12px;
  display: inline-block;
  background-color: #0054FF;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 4px;
}

.point-list__item {
  padding-left: 26px;
  font-size: 16px;
}

.point-list__item::before {
  content: "";
  width: 16px;
  height: 13px;
  margin-right: 10px;
  margin-left: -26px;
  display: inline-block;
  vertical-align: middle;
  background: url(/zac/img/index-renewal/img-icon_check.svg) no-repeat;
  background-size: contain;
}

.point-list__item:not(:last-child) {
  margin-bottom: 5px;
}

.reason-button {
  margin-top: 30px;
  text-align: right;
}

/* SECTION CASE */
.section-case__lead {
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-case__title {
  margin-bottom: 0;
  position: relative;
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 3px;
  color: #00349D;
  padding: 10px 25px;
  background: url(../img/index-renewal/icon-flower-blue.svg) no-repeat left center;
}

.section-case__title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: url(../img/index-renewal/icon-flower-blue.svg) no-repeat left center;
  transform: rotateY(3.142rad);
}

.section-case__text {
  margin-bottom: 0;
  padding-left: 30px;
  font-size: 16px;
}

.section-case__bottom {
  margin: 40px 0 60px;
  padding: 20px 48px;
  background-color: #F3F5FB;
  display: flex;
  justify-content: space-between;
}

.section-case__button .btn {
  /* margin: 0 10px; */
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-list::after {
  content: "";
  width: 31.4%;
  max-width: 340px;
}

.case-list__item {
  width: 31.4%;
  max-width: 340px;
  position: relative;
}

.case-list__item {
  margin-top: 40px;
}

.case-list__image,
.case-list__image img {
  width: 100%;
  height: auto;
}

.case-list__image {
  margin-bottom: 12px;
}

.case-list__text {
  margin-bottom: 12px;
  font-size: 16px;
}

.case-list__anchor {
  color: #000;
  display: block;
  text-decoration: none;
  transition: .3s ease-in;
  position: relative;
  z-index: 1;
}

.case-list__anchor:hover {
  opacity: .5;
}

.case-list__company {
  font-size: 13px;
  font-weight: 700;
}

.case-tag {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 2;
}

.case-tag__item {
  margin-bottom: 5px;
  padding: 3px 7px;
  font-size: 11px;
  color: #00349D;
  border: 1px solid #00349D;
  background-color: #fff;
  border-radius: 2px;
}

.case-tag__item:not(:last-of-type) {
  margin-right: 5px;
}

.case-tag__item.blue {
  background-color: #0CA9DD;
  color: #fff;
  border: 1px solid #0CA9DD;
}

.case-tag__item.orange {
  background-color: #FF8748;
  color: #fff;
  border: 1px solid #FF8748;
}

.case-tag__item.gray {
  background-color: #A8B5CE;
  color: #fff;
  border: 1px solid #A8B5CE;
}

.case-all__title {
  font-size: 16px;
  font-weight: 600;
}

.case-all {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.case-all__item {
  line-height: 1.5;
}

.case-all__item:not(:last-child) {
  margin-right: 28px;
  padding-right: 28px;
  border-right: 1px solid #ccc;
}

.case-all__anchor {
  color: #00349D;
  text-decoration: none;
  font-size: 16px;
  transition: .3s ease-in;
}

.case-all__anchor:hover {
  opacity: .5;
}

.section-img {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .section-partner .slide-wrapper.pc__appear {
    display: block;
  }
}

.slide-img {
  display: flex;
}

.slide-img .slide-list {
  flex: 0 0;
  display: flex;
  flex-wrap: nowrap;
}

.slide-img .slide-list li {
  /* flex: 0 0 117px; */
  display: flex;
  align-items: center;
  /* height: 80px; */
  margin-bottom: 20px;
  margin-right: 20px;
  justify-content: center;
  width: 190px;
  height: 80px;
}

.slide-img .slide-list li:nth-child(22),
.slide-img .slide-list li:nth-child(23),
.slide-img .slide-list li:nth-child(24),
.slide-img .slide-list li:nth-child(25),
.slide-img .slide-list li:nth-child(26),
.slide-img .slide-list li:nth-child(27),
.slide-img .slide-list li:nth-child(28),
.slide-img .slide-list li:nth-child(29),
.slide-img .slide-list li:nth-child(30),
.slide-img .slide-list li:nth-child(31),
.slide-img .slide-list li:nth-child(32),
.slide-img .slide-list li:nth-child(33),
.slide-img .slide-list li:nth-child(34),
.slide-img .slide-list li:nth-child(35),
.slide-img .slide-list li:nth-child(36),
.slide-img .slide-list li:nth-child(37),
.slide-img .slide-list li:nth-child(38),
.slide-img .slide-list li:nth-child(39),
.slide-img .slide-list li:nth-child(40),
.slide-img .slide-list li:nth-child(41),
.slide-img .slide-list li:nth-child(42) {
  /* transform: translateX(-69px); */
}

.slide-img .slide-list li img {
  width: auto;
  max-height: 100%;
}

/* .slide-img:hover {
  animation-play-state: paused;
} */

@keyframes left {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-800px, 0, 0);
  }
}

/* SECTION CV */
.section-cv {
  width: 100%;
  min-height: 700px;
  background-image: url(../img/index-renewal/banner-top.jpg);
  background-color: #00349D;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  background-size: cover;
  margin-top: 140px !important;
}

.section-cv__inner {
  /* width: 100%; */
  max-width: 1125px;
  margin: 0 auto;
  padding: 110px 20px 60px;
}

.inquire_products_main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 95px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 50px auto;
  grid-template-rows: auto auto;
  grid-template-areas: "i1 i2" "i1 i3";
  grid-gap: 50px 30px;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .inquire_products_main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 335px;
    grid-template-columns: 1fr 335px;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    grid-template-areas: "i1 i2" "i1 i3";
    grid-gap: 50px 30px;
  }
}

.inquire_products_visual {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: i1;
}

.inquire_products_heading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: i2;
}

.inquire_products_icon {
  display: inline-block;
  margin-bottom: 15px;
}

.inquire_products_body {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: i3;
}

.inquire_products_image {
  width: 100%;
  height: auto;
}

.inquire_products_heading {
  text-align: center;
}

.inquire_products_title {
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
}

.inquire_products_text {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

.inquire_products_request {
  width: 335px;
  margin: 0 auto;
}

.inquire_products_nav {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

.inquire_products_nav_item {
  border-right: 1px solid #7B95CB;
  padding-right: 20px;
}

.inquire_products_nav_item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.inquire_products_nav_title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}

.inquire_products_nav_button {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}

.inquire_products_nav_button .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.inquire_products_nav_button .btn:hover {
  background: #ffffff;
  color: #00349D;
}

/* SECTION FAQ */

.faqs-list {
  margin: 60px 0 20px;
}

.faqs-link {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 20.5px 70px 20.5px 50px;
  text-decoration: none;
  color: #000;
  font-size: 20px;
  transition: .3s;
  word-break: break-all;
}

.faqs-link:hover {
  background-color: rgba(0, 52, 157, .05);
}

.faqs-link:before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 20.5px;
  color: #00349D;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  padding-right: 45px;
  font-family: 'Futura-PT', sans-serif;
  font-style: italic
}

.faqs-link:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border: solid #0054FF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transition: .3s
}

.section .item-right {
  text-align: right;
}

.section-go-page {
  margin-top: 70px;
}

.section-imglink {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

.imglink-col {
  width: 50%;
  padding: 0 15px;
  transition: .3s;
}

.imglink-col img {
  width: 100%;
  height: auto;
}

.imglink-col:hover {
  opacity: .5;
}

.news-list {
  margin: 35px 0 20px;
}

.news-link {
  display: flex;
  align-items: center;
  padding: 17px 0;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ccc;
  /* font-family: "NotoSans Regular"; */
  transition: .3s;
}

.news-link:hover {
  background-color: rgba(0, 52, 157, .05);
}

.news-item:first-child .news-link {
  border-top: 1px solid #ccc
}

.news-tag {
  width: 66px;
  text-align: center;
  white-space: nowrap;
  padding: 4px 5px;
  margin-right: 80px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  line-height: 1
}

.news-tag.red {
  background-color: #EB1760;
}

.news-tag.green {
  background-color: #69D19D;
}

.news-tag.orange {
  background-color: #FF8748;
}

.news-tag.yellow {
  background-color: #FCCF00;
}

.news-tag.gray {
  background-color: #A8B5CE;
}

.news-tag.blue {
  background-color: #00A9DD;
}

.news-date {
  width: 60px;
  margin-right: 35px;
}

/* SECTION BLOG */
.section-ebook {
  padding: 35px 0 140px;
  background-color: #F3F5FB;
}

.section-blog__inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

.column-list {
  margin: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-list::after {
  content: "";
  width: 31.4%;
  max-width: 340px;
}

.column-list__item {
  width: 31.4%;
  max-width: 340px;
}

.column-link {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  transition: .3s;
  position: relative;
  display: block;
}

.column-link:hover {
  opacity: .5;
}

.column-image {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 58%;
}

.section-ebook .column-image {
  padding-top: 68.7%;
}

.section-seminar .column-image {
  padding-top: 65%;
}


.column-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.column-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.column-icon {
  position: absolute;
  padding: 6px 10px;
  top: -12px;
  left: 10px;
  font-size: 12px;
  background-color: #EB1760;
  color: #fff;
  z-index: 2;
  line-height: 1;
  border-radius: 2px;
  text-align: center;
}

.column-icon.blue {
  background-color: #234494;
}

.column-icon.gray {
  background-color: #505050;
}

.column-icon.large {
  width: 85px;
}

.column-tag__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.column-tag {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 5px;
  padding: 6px 12px;
  display: inline-block;
  background-color: #bbb;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
  line-height: 1
}

.column-tag:not(:last-of-type) {
  margin-right: 5px;
}

.column-tag.blog {
  background-color: #00349d;
}

.column-date {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
}

/* SECTION SEMINAR */
.section-seminar,
.section-blog {
  background-color: #F3F5FB;
}

.section-seminar {
  padding: 140px 0 35px;
}

.section-blog {
  padding: 35px 0;
}


/* BUTTON */

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  transition: .2s ease-out;
  font-size: 12px;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  font-size: 18px;
}

.btn.xsmall {
  width: 110px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.btn.small {
  width: 136px;
  height: 36px;
  line-height: 36px;
}

.btn.medium {
  width: 250px;
}

.btn.large {
  max-width: 335px;
  width: 100%;
  height: 60px;
  line-height: 60px
}

.btn-main {
  background-color: #00349D;
  color: #fff;
}

.btn-second {
  background-color: #FCCF00;
  color: #00349D;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}

.btn-outline {
  background-color: #fff;
  border: 1px solid;
  color: #00349D;
}

.outline-white {
  border: 1px solid #fff;
  color: #fff
}

.inquire_products_nav_button .btn:hover {
  background: #ffffff;
  color: #00349D;
}

.btn-outline-blue {
  border: 1px solid #00349D;
  color: #00349D;
}

/* .btn:hover,
.btn.btn-outline:hover,
.btn-outline-blue:hover {
  background-color: #0054FF;
  border-color: #0054FF;
  color: #fff;
  text-decoration: none;
} */


.btn:hover {
  text-decoration: none;
  transform: scale(1.05);
  background: #4C71BA;
}

.btn.btn-outline:hover {
  text-decoration: none;
  transform: scale(1.05);
  background: #fff;
}

.btn-second:hover {
  text-decoration: none;
  transform: scale(1.05);
  background: #FDDD4C;
}

.btn-outline-blue:hover {
  text-decoration: none;
  transform: scale(1.05);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .btn.small {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}


/* 2022/06/07 TOP  */
.section-case__button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.section-function .btn.xsmall {
  width: 160px;

}

.section-large,
.section-go-page {
  margin-bottom: 60px;
}

/* .footer-btn-bold {
  font-weight: bold;
} */

.fixed-footer {
  width: 100%;
  bottom: -100px;
  background: #00349D;
  padding: 20px 0;
  position: fixed;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}

.fixed-footer.show {
  bottom: 0;
  opacity: 1;
}

.fixed-footer a.btn.btn-main.large.big:first-child {
  border: 1px solid #fff !important;
}

.fixed-footer a.btn.btn-main.large.big:first-child:hover {
  background: #fff;
  color: #00349D !important;
}

@media screen and (max-width: 767px) {

  .section-large,
  .section-go-page {
    margin-bottom: 50px;
  }

  .section-function .btn.xsmall {
    margin-bottom: 30px;
  }

  .fixed-footer {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .btn.large {
    /* width: 300px; */
  }
}

.section-top-hojokin-small {
  font-size: 10px;
  display: block;
}

.section-top__cer .section-top__cer-block a {
  color: #FCCF00;
  display: block;
}

.section-top-hojokin-small,
.section-top-supplement-mark {
  font-size: 12px;
}

.section-top-supplement {
  font-size: 10px;
}

.section-top-supplement {
  color: #fff;
}

.section-top__cer .section-top__cer-block:last-child {
  padding: 10px 18px;
}

.section-top__cer .section-top__cer-block a {
  text-decoration: none;
}

.section-top__cer .section-top__cer-block a .section-top-hojokin-small,
.section-top__cer .section-top__cer-block a .text-large {
  text-decoration: underline;
}

@media screen and (max-width: 998px) and (min-width: 768px) {
  .section-top-hojokin-small {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-top-supplement {
    position: absolute;
    left: 10px;
    bottom: -36px;
    font-size: 10px;
    width: calc(100% - 15px);
  }

  .section-top__cer .section-top__cer-block:last-child {
    padding: 10px 9px;
  }

  .section-top-hojokin-small {
    font-size: 10px;
    letter-spacing: 0;
    margin-bottom: -4px;
  }
}

.ga-test-top-shoseki {
  transition: .3s;
  width: 100%;
  margin: 20px auto 0;
  display: block;
}

.ga-test-top-shoseki:hover {
  opacity: .5;
}

@media screen and (min-width: 768px) {
  .ga-test-top-shoseki {
    margin: 50px auto 0;
  }
}

@import url("/zac/assets/css/minimum.css");