@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}




@media screen and (min-width: 768px) {
  #wrapper {
    background-image:url(/-/Media/com/bloomio/20250724/assets/img/fix.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}

main {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow: hidden;
  color: #000;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  main .main-wrapper {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .main-fix {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: calc((100% - 375px) / 2);
  height: 100%;
  position: fixed;
  top: 0;
  padding: 40px;
  z-index: 0;
}
@media screen and (max-width: 1239px) {
  main .main-fix {
    display: none;
  }
}
main .main-fix.left {
  left: 0;
}
main .main-fix.left img {
  max-width: 265px;
}
main .main-fix.right {
  right: 0;
}
main .main-fix.right img {
  max-width: 305px;
}
main .main-fix.right a {
  margin-top: 40px;
}
main strong {
  font-weight: 600;
}
main * {
  line-height: 1;
  box-sizing: border-box;
}
main a {
  text-decoration: none;
  color: inherit;
}
main picture,
main img {
  display: block;
  max-width: 100%;
}
main strong {
  font-weight: 600;
}
main .anchorTargetWrapper {
  position: relative;
}
main .anchorTargetWrapper .anchorTarget {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  main .anchorTargetWrapper .anchorTarget {
    margin-top: -100px;
  }
}
@media screen and (max-width: 767px) {
  main .anchorTargetWrapper .anchorTarget {
    margin-top: calc(-100 / 750 * 100vw);
  }
}
main #fs-kv .fs-kv-img picture,
main #fs-kv .fs-kv-img img {
  width: 100%;
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-full {
  background-color: #f5f8fa;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a {
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a img.img-01 {
    width: 88px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a img.img-01 {
    width: 23.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a img.arrow {
    width: 17px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a img.arrow {
    width: 4.5333333333vw;
  }
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p {
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p {
    margin-left: 25px;
    margin-right: 7.5px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p {
    margin-left: 6.6666666667vw;
    margin-right: 2vw;
  }
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p > span.ja {
  color: #0075b5;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p > span.ja {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p > span.ja {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p > span.en {
  color: #8cbed9;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p > span.en {
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-full a p > span.en {
    font-size: 2.4vw;
  }
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex {
  display: flex;
  justify-content: center;
  background-color: #0075b5;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex {
    height: 20vw;
  }
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex:before {
  content: "";
  position: absolute;
  background-color: #56bdf5;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex:before {
    width: 1px;
    height: 45px;
    margin-left: -0.5px;
    margin-top: -22.5px;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex:before {
    width: 0.2666666667vw;
    height: 12vw;
    margin-left: -0.1333333333vw;
    margin-top: -6vw;
  }
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex a {
  width: 50%;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex a {
    font-size: 15px;
    padding-left: 45px;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex a {
    font-size: 4vw;
    padding-left: 12vw;
  }
}
@media screen and (min-width: 768px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex a:hover {
    opacity: 0.7;
  }
}
main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex a img {
  width: 6px;
  margin-left: 7.5px;
}
@media screen and (max-width: 767px) {
  main #fs-anchor .fs-anchor-wrapper .fs-anchor-flex a img {
    width: 1.6vw;
    margin-left: 2vw;
  }
}
main #section-01 .section-01-wrapper .section-01-head {
  background-color: #f4f8fa;
  position: relative;
}
main #section-01 .section-01-wrapper .section-01-product {
  background-color: #f5f8fa;
}
@media screen and (min-width: 768px) {
  main #section-01 .section-01-wrapper .section-01-product {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  main #section-01 .section-01-wrapper .section-01-product {
    padding-bottom: calc(140 / 750 * 100vw);
  }
}
main #section-01 .section-01-wrapper .section-01-product h3 {
  background-color: #f4f8fa;
  color: #0075b5;
  text-align: center;
  font-weight: 500;
  position: relative;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  main #section-01 .section-01-wrapper .section-01-product h3 {
    font-size: 25px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  main #section-01 .section-01-wrapper .section-01-product h3 {
    font-size: 6.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #section-01 .section-01-wrapper .section-01-product > picture {
    margin-top: -150px;
  }
}
@media screen and (max-width: 767px) {
  main #section-01 .section-01-wrapper .section-01-product > picture {
    margin-top: -40vw;
  }
}
main #section-01 .section-01-wrapper .section-01-product p {
  line-height: 1.7;
  text-align: center;
  font-feature-settings: "palt";
  color: #0075b5;
  position: relative;
}
@media screen and (min-width: 768px) {
  main #section-01 .section-01-wrapper .section-01-product p {
    font-size: 16px;
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  main #section-01 .section-01-wrapper .section-01-product p {
    font-size: 4.2666666667vw;
    margin-top: -29.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #section-01 .section-01-wrapper .section-01-product h2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  main #section-01 .section-01-wrapper .section-01-product h2 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
main #section-02 .section-02-wrapper {
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image:url(/-/Media/com/bloomio/20250724/assets/img/img-05.png);
  position: relative;
}
@media screen and (min-width: 768px) {
  main #section-02 .section-02-wrapper {
    margin-top: -120px;
    padding-top: 110px;
    padding-bottom: 115px;
  }
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper {
    margin-top: calc(-120 / 750 * 100vw);
    padding-top: 29.3333333333vw;
    padding-bottom: 30.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #section-02 .section-02-wrapper .section-02-panel {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 37.5px;
    padding-bottom: 37.5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel {
    margin-left: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border-radius: 2.6666666667vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 {
  background-color: #fff;
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 h2 {
    margin-bottom: 8vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 h2 > span {
  display: block;
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 h2 > span.num {
  width: 38px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 h2 > span.num {
    width: 10.1333333333vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 h2 > span.ttl {
  color: #0075b5;
  font-size: 30px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 h2 > span.ttl {
    font-size: 8vw;
    margin-left: 2.6666666667vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  font-feature-settings: "palt";
  background: linear-gradient(270deg, rgb(6, 126, 186) 0%, rgb(47, 177, 238) 50%, rgb(6, 126, 186) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 p {
  text-align: center;
  font-size: 15px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 p {
    font-size: 4vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 p span {
  font-size: 60%;
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 p sup {
  vertical-align: super;
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 p sup {
    font-size: 2.4vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 .pict {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 17.5px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 .pict {
    margin-left: -4vw;
    margin-right: -4vw;
    margin-top: 4.6666666667vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 ul {
  margin-top: 17.5px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 ul {
    margin-top: 4.6666666667vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-01 ul li {
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-01 ul li {
    font-size: 2.6666666667vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 {
  border: 1px solid #fff;
  margin-top: 50px;
  background-color: rgba(0, 117, 181, 0.502);
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 {
    margin-top: 13.3333333333vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 h2 {
    font-size: 6.9333333333vw;
    margin-bottom: 8vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 h2 > span {
  color: #fff;
  display: block;
  text-align: center;
  font-feature-settings: "palt";
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-shadow: 1px 5% 5px rgba(0, 74, 108, 0.41);
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 h2 > span.first {
  font-size: 64%;
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 h2 > span.second {
  line-height: 1.325;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 h2 > span.second {
    margin-top: 1.3333333333vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 a {
  margin-top: 22.5px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  display: block;
  font-feature-settings: "palt";
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 a {
    transition: color 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 a {
    margin-top: 7.3333333333vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 4vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 a:before, main #section-02 .section-02-wrapper .section-02-panel.panel-02 a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  right: 0;
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 a:before {
  width: 13px;
  height: 1px;
  margin-top: -0.5px;
  margin-right: 17.5px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 a:before {
    width: 3.4666666667vw;
    height: 0.2666666667vw;
    margin-top: -0.1333333333vw;
    margin-right: 4.6666666667vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 a:after {
  width: 1px;
  height: 13px;
  margin-top: -6.5px;
  margin-right: 23.5px;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 a:after {
    width: 0.2666666667vw;
    height: 3.4666666667vw;
    margin-top: -1.7333333333vw;
    margin-right: 6.2666666667vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 a.open {
  border-bottom: none;
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 a.open:after {
  transform: rotate(90deg);
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 p {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  display: none;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 p {
    padding-top: 2.6666666667vw;
    padding-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 p sup {
  font-size: 5px;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 p sup {
    font-size: 1.3333333333vw;
  }
}
main #section-02 .section-02-wrapper .section-02-panel.panel-02 p > span {
  display: block;
  font-size: 10px;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-panel.panel-02 p > span {
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
main #section-02 .section-02-wrapper .section-02-last {
  margin-top: 112.5px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-last {
    margin-top: 30vw;
  }
}
main #section-02 .section-02-wrapper .section-02-last h2 {
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  color: #fff;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: center;
  margin-bottom: 67.5px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-last h2 {
    font-size: 5.3333333333vw;
    margin-bottom: 18vw;
  }
}
main #section-02 .section-02-wrapper .section-02-last h2:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image:url(/-/Media/com/bloomio/20250724/assets/img/img-09.png);
  width: 100%;
  height: 220px;
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-last h2:before {
    height: 58.6666666667vw;
    margin-top: -29.3333333333vw;
  }
}
main #section-02 .section-02-wrapper .section-02-last picture,
main #section-02 .section-02-wrapper .section-02-last img {
  width: 355px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  main #section-02 .section-02-wrapper .section-02-last picture,
  main #section-02 .section-02-wrapper .section-02-last img {
    width: 94.6666666667vw;
  }
}
main #section-03 .section-03-wrapper {
  background-position: bottom center;
  background-size: cover;
  background-image:url(/-/Media/com/bloomio/20250724/assets/img/img-11.jpg);
  background-color: #f2f7fa;
}
@media screen and (min-width: 768px) {
  main #section-03 .section-03-wrapper {
    padding-top: 120px;
    padding-bottom: 50px;
    margin-top: -90px;
  }
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper {
    padding-top: 32vw;
    padding-bottom: 13.3333333333vw;
    margin-top: -24vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head {
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head {
    padding-bottom: 14.6666666667vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head h2 {
    margin-bottom: 8vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head h2 > span {
  display: block;
}
main #section-03 .section-03-wrapper .section-03-head h2 > span.num {
  width: 38px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head h2 > span.num {
    width: 10.1333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head h2 > span.ttl {
  color: #0075b5;
  font-size: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head h2 > span.ttl {
    font-size: 8vw;
    margin-left: 2.6666666667vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head p {
  margin-bottom: 12.5px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head p {
    margin-bottom: 3.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
main #section-03 .section-03-wrapper .section-03-head ul li {
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head ul li {
    margin-right: 13.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head ul li:last-child {
  margin-right: 0;
}
main #section-03 .section-03-wrapper .section-03-head ul li a {
  display: block;
}
main #section-03 .section-03-wrapper .section-03-head ul li a.btn-01 {
  width: 64px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head ul li a.btn-01 {
    width: 17.0666666667vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head ul li a.btn-02 {
  width: 65px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head ul li a.btn-02 {
    width: 17.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-head ul li a.btn-03 {
  width: 72px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-head ul li a.btn-03 {
    width: 19.2vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel {
    margin-bottom: 5.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel:last-child {
  margin-bottom: 0;
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl {
  width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl {
    width: 89.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 30px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd {
    border-bottom-left-radius: 2.6666666667vw;
    border-bottom-right-radius: 2.6666666667vw;
    padding-top: 8vw;
    padding-bottom: 13.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 {
  margin-bottom: 22.5px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 {
    margin-bottom: 7.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span {
  display: block;
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span.ellipse {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span.ellipse {
    margin-bottom: 5.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span.ttl {
  font-feature-settings: "palt";
  color: #0075b5;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span.ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span.ttl sup {
  font-size: 6px;
  vertical-align: super;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span.ttl sup {
    font-size: 1.6vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span.note {
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h2 > span.note {
    font-size: 2.6666666667vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h3 {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h3 {
    margin-top: 5.3333333333vw;
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd h3 span {
  font-size: 80%;
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd .graph {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd .graph {
    margin-bottom: 5.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd p {
  padding-left: 15px;
  padding-right: 15px;
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd p {
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd .btn a {
  margin-bottom: 25px;
  display: block;
}
@media screen and (min-width: 768px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd .btn a {
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd .btn a {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd .btn a:hover {
    opacity: 0.7;
  }
}
main #section-03 .section-03-wrapper .section-03-content .section-03-content-panel dl dd .btn a:last-child {
  margin-bottom: 0;
}