@charset "UTF-8";
/**********************************
*
* リセット↓
*
**********************************/
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi:wght@700&family=M+PLUS+Rounded+1c:wght@400;500;700&family=Noto+Sans+JP:wght@100;300;500&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  word-break: break-all;
  box-sizing: border-box;
  width: 100%;
  min-width: 1260px; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

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

* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

img {
  width: 100%;
  height: auto; }

sup, sub {
  font-size: 70%; }

/**********************************
*
* 共通↓
*
**********************************/
:root {
  --keyColor01: #00b5ed;
  --keyColor02: #6fba2c;
  --keyColor03: #8f82bc;
  --keyColor04: #f0e6cb;
  --keyColor05: #eadcb6;
  --KeyColor01Back:#daeffb;
  --KeyColor01Border:#58c3f0;
  --Orange:#ea6000;
  --Red:#d30f29;
  --Green:#499764;
  --H2Color:#381401;
  --DisableColor:#afafaf;
  --Kaisei:'Kaisei HarunoUmi';
  --Noto:'Noto Sans JP';
  --Mplus:'M PLUS Rounded 1c'; }

.pc {
  display: block; }

.sp {
  display: none; }

body {
  font-family: var(--Noto), sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300; }

html {
  scroll-behavior: smooth;
  scroll-margin-top: 60px; }

a {
  transition: 0.3s; }

a:hover {
  opacity: 0.8; }

.wrap {
  max-width: 1260px;
  width: 1260px;
  margin: 0 auto;
  padding: 0 20px; }

.wrap02 {
  max-width: 1260px;
  width: 980px;
  margin: 0 auto;
  padding: 0; }

.inner {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 30px 50px 30px; }

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 20px 50px 20px; }

  body {
    min-width: 320px; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
header {
  overflow: hidden;
  background: var(--keyColor04); }

header .wrap .pc {
  display: flex; }
  header .wrap .pc .TopLogoArea {
    width: 50%;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end; }
    header .wrap .pc .TopLogoArea h1 {
      width: 80%;
      margin-top: 20px; }
  header .wrap .pc .ImageArea {
    width: 50%;
    padding: 40px 0;
    display: flex;
    align-items: flex-end;
    transform-origin: right bottom;
    transform: scale(1.1); }

.Split {
  display: flex;
  flex-wrap: wrap; }

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

  .sp {
    display: block; }

  .wrap, .wrap02 {
    width: 100%;
    margin: 0 auto;
    padding: 0 0; }

  header {
    background: #fff;
    position: relative; }

  header .wrap .pc {
    display: none; }

  header .wrap .sp {
    display: block; }
    header .wrap .sp .headerArea {
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      header .wrap .sp .headerArea p {
        font-size: 2.8vw;
        text-align: center;
        line-height: 1.2;
        padding: 5px 10px;
        background: #00b4ec;
        border-radius: 5px;
        font-weight: bold;
        color: #fff;
        margin-right: 15px;
        margin-bottom: 10px;
        min-width: 90px; }
      header .wrap .sp .headerArea .TopLogoArea {
        width: 70%;
        padding: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-end;
        position: relative; }
        header .wrap .sp .headerArea .TopLogoArea h1 {
          width: 100%;
          margin-top: 20px;
          padding: 15px 15px 0 15px; }
    header .wrap .sp .MainImageArea {
      background: var(--keyColor04);
      position: relative;
      width: 100%;
      height: calc(78vw - 30px); }
      header .wrap .sp .MainImageArea img {
        position: absolute;
        top: -10px;
        left: 0;
        padding: 0 15px; }

  .SpMenuArea {
    position: relative;
    width: 100%;
    display: block;
    overflow: auto;
    z-index: 10;
    top: 0;
    background: #606060;
    padding-bottom: 10px; }
    .SpMenuArea .icon {
      position: relative; }
    .SpMenuArea .icon span {
      display: block;
      position: absolute;
      width: 15px;
      height: 15px;
      margin: 0 5px;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%);
      pointer-events: none; }
    .SpMenuArea .icon span::before, .SpMenuArea .icon span::after {
      display: block;
      content: '';
      background-color: #aeaeae;
      position: absolute;
      width: 15px;
      height: 3px;
      top: 6px;
      left: 0; }
    .SpMenuArea .icon span::before {
      width: 3px;
      height: 15px;
      top: 0;
      left: 6px; }
    .SpMenuArea .icon.open span::after {
      background: transparent; }
    .SpMenuArea .icon.open span::before {
      transform: rotate(90deg); }

  .SpMenuBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
    width: 50px;
    color: #fff;
    background: #381401;
    padding: 20px 5px 5px 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center; }
    .SpMenuBtn span {
      margin-bottom: 10px; }
    .SpMenuBtn p {
      margin-top: 10px; }
    .SpMenuBtn p::after {
      content: "メニュー";
      display: inline;
      font-size: 10px;
      text-align: center;
      position: relative; }

  .SpMenuBtn span,
  .SpMenuBtn span:before,
  .SpMenuBtn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute; }

  .SpMenuBtn span:before {
    bottom: 8px; }

  .SpMenuBtn span:after {
    top: 8px; }

  .SpMenuBtn.open span {
    background-color: rgba(255, 255, 255, 0); }
  .SpMenuBtn.open span::before {
    bottom: 0;
    transform: rotate(45deg); }
  .SpMenuBtn.open span::after {
    top: 0;
    transform: rotate(-45deg); }
  .SpMenuBtn.open p::after {
    content: "閉じる"; }

  header .SpMenu.sp {
    width: 100%;
    position: relative;
    left: 0;
    z-index: 10;
    display: none; }
    header .SpMenu.sp .SpMenuArea div {
      background: #f2f2f2; }
      header .SpMenu.sp .SpMenuArea div p {
        padding: 15px 15px;
        font-weight: bold;
        display: block;
        border-top: 2px solid #fff;
        font-size: 18px; }
      header .SpMenu.sp .SpMenuArea div ul {
        display: none; }
        header .SpMenu.sp .SpMenuArea div ul li {
          padding: 5px;
          padding-left: 30px;
          padding-right: 15px;
          position: relative;
          border-top: 2px solid #fff; }
        header .SpMenu.sp .SpMenuArea div ul li::before {
          position: absolute;
          content: "";
          display: block;
          top: 14px;
          left: 15px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6px 0 6px 8px;
          border-color: transparent transparent transparent #333; }

  .SpMenuBtn.open + .SpMenu {
    display: block; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOP
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.TopMainArea {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  z-index: 1; }
  .TopMainArea li {
    width: 26%;
    display: flex; }
    .TopMainArea li a {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end; }
      .TopMainArea li a .TopBtnImage {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%; }
        .TopMainArea li a .TopBtnImage img {
          width: 80%;
          position: relative; }
        .TopMainArea li a .TopBtnImage p {
          color: #808080;
          font-size: 16px;
          font-weight: bold;
          width: 100%;
          text-align: center;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(0, -50%); }
      .TopMainArea li a .MenuTitle {
        text-align: center;
        margin-top: 20px;
        width: 100%;
        display: block;
        font-size: 26px;
        padding: 5px;
        border: 2px solid var(--keyColor01);
        border-radius: 10px;
        position: relative;
        color: var(--keyColor01);
        font-weight: bold;
        font-family: var(--Mplus); }
      .TopMainArea li a .MenuTitle:before {
        content: "";
        position: absolute;
        top: -16px;
        left: 50%;
        margin-left: -15px;
        border: 8px solid transparent;
        border-bottom: 8px solid #FFF;
        z-index: 2; }
      .TopMainArea li a .MenuTitle:after {
        content: "";
        position: absolute;
        top: -21px;
        left: 50%;
        margin-left: -17px;
        border: 10px solid transparent;
        border-bottom: 10px solid var(--keyColor01);
        z-index: 1; }
      .TopMainArea li a .MenuTitle:hover {
        background: var(--keyColor01);
        color: #fff; }
      .TopMainArea li a .MenuTitle:hover:before {
        border-bottom: 8px solid var(--keyColor01); }
  .TopMainArea li:nth-child(2) a .MenuTitle {
    border: 2px solid var(--keyColor02);
    color: var(--keyColor02); }
  .TopMainArea li:nth-child(2) a .MenuTitle:after {
    border-bottom: 10px solid var(--keyColor02); }
  .TopMainArea li:nth-child(2) a .MenuTitle:hover {
    background: var(--keyColor02);
    color: #fff; }
  .TopMainArea li:nth-child(2) a .MenuTitle:hover:before {
    border-bottom: 8px solid var(--keyColor02); }
  .TopMainArea li:nth-child(3) a .MenuTitle {
    border: 2px solid var(--keyColor03);
    color: var(--keyColor03); }
  .TopMainArea li:nth-child(3) a .MenuTitle:after {
    border-bottom: 10px solid var(--keyColor03); }
  .TopMainArea li:nth-child(3) a .MenuTitle:hover {
    background: var(--keyColor03);
    color: #fff; }
  .TopMainArea li:nth-child(3) a .MenuTitle:hover:before {
    border-bottom: 8px solid var(--keyColor03); }

.ToTopBtn {
  width: 70px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  margin-right: 15px;
  position: sticky;
  margin-bottom: 10px;
  bottom: 50px;
  right: 10px;
  opacity: 0.8; }
  .ToTopBtn .PageArrow {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #aeaeae;
    border-radius: 50%; }
  .ToTopBtn .PageArrow::after {
    content: "";
    position: absolute;
    top: 45%;
    left: 38%;
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(-45deg); }
  .ToTopBtn p {
    font-size: 10px;
    font-weight: bold;
    text-align: center; }

@media screen and (max-width: 767px) {
  .TopMainArea {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 30px; }
    .TopMainArea li {
      width: 100%;
      margin-bottom: 20px; }
      .TopMainArea li a {
        flex-wrap: wrap;
        align-items: center; }
        .TopMainArea li a .TopBtnImage {
          display: flex;
          justify-content: center;
          position: relative;
          width: 40%; }
          .TopMainArea li a .TopBtnImage img {
            width: 80%;
            position: relative; }
          .TopMainArea li a .TopBtnImage p {
            color: #808080;
            font-size: 16px;
            font-weight: bold;
            width: 100%;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(0, -50%); }
        .TopMainArea li a .MenuTitle {
          margin-top: 0;
          width: 55%;
          font-size: 5vw;
          padding: 5px;
          margin-right: 15px; }
        .TopMainArea li a .MenuTitle:before {
          content: "";
          position: absolute;
          top: 50%;
          left: -18px;
          margin-top: -10px;
          border: 8px solid transparent;
          border-right: 12px solid #FFF;
          z-index: 2;
          margin-left: unset; }
        .TopMainArea li a .MenuTitle:after {
          content: "";
          position: absolute;
          top: 50%;
          left: -22px;
          margin-top: -10px;
          border: 8px solid transparent;
          border-right: 12px solid var(--keyColor01);
          z-index: 1;
          margin-left: unset; }
    .TopMainArea li:nth-child(2) a .MenuTitle:after {
      content: "";
      position: absolute;
      top: 50%;
      left: -22px;
      margin-top: -10px;
      border: 8px solid transparent;
      border-right: 12px solid var(--keyColor02);
      z-index: 1;
      margin-left: unset; }
    .TopMainArea li:nth-child(3) a .MenuTitle:after {
      content: "";
      position: absolute;
      top: 50%;
      left: -22px;
      margin-top: -10px;
      border: 8px solid transparent;
      border-right: 12px solid var(--keyColor03);
      z-index: 1;
      margin-left: unset; }

  .ToTopBtn {
    bottom: 10px;
    right: 10px; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
footer .FooterNav {
  background: #f2f2f2; }
  footer .FooterNav .wrap {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 50px; }
    footer .FooterNav .wrap div {
      border-left: 1px solid #cccccc;
      padding-left: 30px;
      padding-right: 30px; }
      footer .FooterNav .wrap div a:hover {
        text-decoration: underline; }
      footer .FooterNav .wrap div .MenuTitle {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px; }
      footer .FooterNav .wrap div ul li {
        padding-left: 15px;
        margin-bottom: 10px;
        position: relative; }
      footer .FooterNav .wrap div ul li::before {
        position: absolute;
        content: "";
        display: block;
        top: 7px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #333; }
      footer .FooterNav .wrap div ul.Disable li a {
        color: #999; }
      footer .FooterNav .wrap div ul.Disable li::before {
        position: absolute;
        border-color: transparent transparent transparent #999; }
    footer .FooterNav .wrap div:last-child {
      border-right: 1px solid #cccccc; }
footer .CompanyArea {
  background: #606060; }
  footer .CompanyArea .wrap {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .CompanyArea .wrap p {
      color: #fff;
      font-size: 10px; }
    footer .CompanyArea .wrap .CopyRight {
      width: 65%; }
    footer .CompanyArea .wrap .Regulation {
      text-align: right;
      font-size: 12px;
      font-weight: 400; }
  footer .CompanyArea .wrap > a:first-child {
    width: 20%;
    text-align: right; }

@media screen and (max-width: 767px) {
  footer .FooterNav .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap; }
    footer .FooterNav .wrap div {
      width: 100%;
      border-left: none;
      padding: 20px;
      border-bottom: 1px solid #cccccc; }
    footer .FooterNav .wrap div:last-child {
      border-right: none;
      border-bottom: none; }
  footer .CompanyArea {
    background: #606060; }
    footer .CompanyArea .wrap {
      padding: 20px;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      footer .CompanyArea .wrap p {
        color: #fff;
        font-size: 10px; }
      footer .CompanyArea .wrap .CopyRight {
        width: 65%;
        line-height: 1.2; }
      footer .CompanyArea .wrap .Regulation {
        text-align: right;
        font-size: 12px;
        font-weight: 400; }
    footer .CompanyArea .wrap > a:first-child {
      width: 50%;
      text-align: right; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.SecondMain {
  width: 980px;
  background: var(--keyColor04); }
  .SecondMain header .LogoArea {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 50px; }
    .SecondMain header .LogoArea a {
      width: 35%; }
    .SecondMain header .LogoArea .Category {
      padding: 5px 15px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      border-radius: 15px;
      background: var(--keyColor01);
      font-family: var(--Mplus);
      margin-bottom: 10px; }
    .SecondMain header .LogoArea .Category.KeyColor02 {
      background: var(--keyColor02);
      transform: translateX(-60px); }
    .SecondMain header .LogoArea .Category.KeyColor03 {
      background: var(--keyColor03); }
    .SecondMain header .LogoArea .Director {
      font-size: 12px;
      font-family: var(--Mplus);
      font-weight: normal;
      margin-bottom: 5px;
      line-height: 1.4;
      margin-left: 70px; }
      .SecondMain header .LogoArea .Director span {
        font-size: 20px; }
  .SecondMain h1 {
    padding: 5px;
    font-size: 40px;
    font-family: var(--Mplus);
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 1.2; }
  .SecondMain h1.KeyColor01 {
    background: var(--keyColor01);
    border: 3px solid #bce3f8; }
  .SecondMain h1.KeyColor02 {
    background: var(--keyColor02);
    border: 3px solid #C2D968; }
  .SecondMain h1.KeyColor03 {
    background: var(--keyColor03);
    border: 3px solid #BFB8D9; }
  .SecondMain .inner .Flex01 {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .SecondMain .inner .Flex01 img {
      width: 20%; }
    .SecondMain .inner .Flex01 p {
      position: relative;
      width: 80%;
      padding: 10px 25px;
      font-size: 25px;
      font-weight: bold;
      margin-left: 30px;
      border-radius: 15px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffabc 25%);
      background-size: 0.25em 0.25em; }
    .SecondMain .inner .Flex01 p:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -30px;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffabc 25%);
      background-size: 0.25em 0.25em;
      clip-path: polygon(100% 0, 0 50%, 100% 100%); }
  .SecondMain .inner h2 {
    margin-top: 30px;
    padding-left: 15px;
    position: relative;
    font-weight: 700;
    font-size: 43px;
    font-family: var(--Kaisei), serif;
    z-index: 2;
    line-height: 1.4;
    color: var(--H2Color); }
  .SecondMain .inner h2.MlAdjust {
    padding-left: 0; }
  .SecondMain .inner h2::before {
    position: absolute;
    top: -20px;
    left: 0;
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/title_back.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1; }
  .SecondMain .inner .ImageArea {
    position: relative; }
  .SecondMain .inner .Flex02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: 30px; }
    .SecondMain .inner .Flex02 img {
      width: 46%; }
  .SecondMain .inner .Source {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    font-size: 16px; }
  .SecondMain .inner .Flex03 {
    display: flex;
    align-items: center;
    margin-top: 50px;
    flex-wrap: wrap; }
    .SecondMain .inner .Flex03 img {
      width: 20%; }
    .SecondMain .inner .Flex03 cite {
      width: 100%;
      display: block;
      margin-left: auto;
      margin-right: 25%; }
    .SecondMain .inner .Flex03 p {
      position: relative;
      width: 75%;
      padding: 10px 25px;
      font-size: 21px;
      margin-right: 5%;
      border-radius: 15px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
      background-size: 0.3em 0.3em;
      font-weight: 500; }
      .SecondMain .inner .Flex03 p span {
        font-size: 16px;
        text-align: right;
        display: block;
        font-weight: 300;
        margin-top: 10px; }
    .SecondMain .inner .Flex03 p:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 30px;
      height: 30px;
      margin-top: -25px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #FFFEF8FF 25%);
      background-size: 0.3em 0.3em;
      clip-path: polygon(0 0, 100% 50%, 0 100%); }
  .SecondMain .inner .Flex03.BackArrange p {
    padding: 30px;
    font-size: 24px;
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffabc 25%);
    background-size: 0.3em 0.3em;
    font-weight: 500; }
  .SecondMain .inner .Flex03.BackArrange p:before {
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffabc 25%);
    background-size: 0.3em 0.3em; }
  .SecondMain .inner .Flex03.BottomAdjust {
    align-items: flex-end; }
  .SecondMain .inner .Flex04 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    border: 4px solid #fff;
    border-radius: 30px;
    padding: 30px 0; }
    .SecondMain .inner .Flex04 h3 {
      width: 100%;
      text-align: center;
      font-size: 32px;
      font-family: var(--Mplus); }
    .SecondMain .inner .Flex04 img {
      width: 55%; }
    .SecondMain .inner .Flex04 p {
      position: relative;
      width: 38%;
      padding: 10px 25px;
      font-size: 20px;
      margin-left: 30px;
      border-radius: 15px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
      background-size: 0.25em 0.25em; }
    .SecondMain .inner .Flex04 p:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -30px;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
      background-size: 0.25em 0.25em;
      clip-path: polygon(100% 0, 0 50%, 100% 100%); }
  .SecondMain .inner .Flex05 {
    display: flex;
    align-items: center;
    margin-top: 50px; }
    .SecondMain .inner .Flex05 img {
      width: 20%; }
    .SecondMain .inner .Flex05 p {
      position: relative;
      width: 75%;
      padding: 30px;
      font-size: 24px;
      margin-left: 5%;
      border-radius: 15px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffabc 25%);
      background-size: 0.3em 0.3em;
      font-weight: 500; }
    .SecondMain .inner .Flex05 p:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -30px;
      width: 30px;
      height: 30px;
      margin-top: -25px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffabc 25%);
      background-size: 0.3em 0.3em;
      clip-path: polygon(0 50%, 100% 0, 100% 100%); }
    .SecondMain .inner .Flex05 div {
      position: relative;
      width: 75%;
      padding: 25px 30px;
      display: flex;
      flex-wrap: wrap;
      margin-left: 5%;
      border-radius: 15px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffabc 25%);
      background-size: 0.3em 0.3em; }
      .SecondMain .inner .Flex05 div h3 {
        font-size: 28px;
        font-weight: bold; }
      .SecondMain .inner .Flex05 div img {
        width: 100%;
        margin-top: 20px; }
    .SecondMain .inner .Flex05 div:before {
      content: "";
      position: absolute;
      top: 50%;
      left: -30px;
      width: 30px;
      height: 30px;
      margin-top: -25px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffabc 25%);
      background-size: 0.3em 0.3em;
      clip-path: polygon(0 50%, 100% 0, 100% 100%); }
    .SecondMain .inner .Flex05 span {
      display: block;
      font-size: 14px;
      font-weight: normal;
      text-align: right; }
    .SecondMain .inner .Flex05 .ScaleAdjust {
      transform: scale(1.25) translateX(15px); }
  .SecondMain .inner .Flex05.BackArrange p {
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
    background-size: 0.3em 0.3em; }
  .SecondMain .inner .Flex05.BackArrange p::before {
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%); }
  .SecondMain .inner .Flex05.BackArrange img {
    transform: none; }
  .SecondMain .inner .Flex05.ArrowAdjust p:before {
    transform: translateY(50%); }
  .SecondMain .inner .Flex06 {
    display: flex;
    position: relative;
    margin-top: 50px;
    border-radius: 15px;
    padding: 30px 30px 0 30px;
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
    background-size: 0.3em 0.3em; }
    .SecondMain .inner .Flex06 img {
      width: 20%;
      margin-left: 5%;
      margin-top: 10px; }
    .SecondMain .inner .Flex06 p {
      font-size: 24px;
      font-weight: 500;
      width: 80%; }
  .SecondMain .inner .Flex06.ScaleAdjust {
    padding: 30px; }
    .SecondMain .inner .Flex06.ScaleAdjust img {
      position: absolute;
      width: 31%;
      margin-top: 0;
      margin-left: 0;
      top: -10px;
      right: 10px; }
  .SecondMain .inner .Flex06.ScaleAdjust02 {
    align-items: center;
    padding: 30px;
    margin-top: 30px; }
    .SecondMain .inner .Flex06.ScaleAdjust02 img:first-of-type {
      position: absolute;
      width: 15%;
      margin-top: 0;
      margin-left: 0;
      top: 20px;
      right: 180px; }
    .SecondMain .inner .Flex06.ScaleAdjust02 img:last-child {
      position: absolute;
      width: 20%;
      margin-top: 0;
      margin-left: 0;
      top: 0;
      right: 0; }
  .SecondMain .inner .Flex06.ScaleAdjust03 {
    padding: 30px; }
    .SecondMain .inner .Flex06.ScaleAdjust03 img {
      position: absolute;
      width: 50%;
      margin-top: 0;
      margin-left: 0;
      top: -30px;
      right: 20px; }
  .SecondMain .inner .Flex07 {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    border: 4px solid #fff;
    border-radius: 30px;
    padding: 30px;
    margin-right: 30px; }
    .SecondMain .inner .Flex07 div:first-child {
      width: 30%;
      margin-right: 15px; }
      .SecondMain .inner .Flex07 div:first-child h3 {
        font-family: var(--Mplus);
        font-size: 32px; }
      .SecondMain .inner .Flex07 div:first-child img {
        margin-top: 15px; }
    .SecondMain .inner .Flex07 div:nth-child(2) {
      width: 70%; }
      .SecondMain .inner .Flex07 div:nth-child(2) dl {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        font-size: 18px;
        font-family: var(--Mplus); }
        .SecondMain .inner .Flex07 div:nth-child(2) dl dt {
          width: 15%;
          padding: 5px;
          background: var(--Orange);
          border-radius: 5px;
          text-align: center;
          color: #fff;
          margin-bottom: 10px; }
          .SecondMain .inner .Flex07 div:nth-child(2) dl dt span {
            font-weight: bold; }
        .SecondMain .inner .Flex07 div:nth-child(2) dl dd {
          width: 83%;
          font-weight: bold;
          margin-bottom: 10px;
          line-height: 1.4;
          padding-top: 8px; }
          .SecondMain .inner .Flex07 div:nth-child(2) dl dd li {
            padding-left: 1em;
            text-indent: -1em;
            word-break: normal; }
        .SecondMain .inner .Flex07 div:nth-child(2) dl .Orange {
          color: var(--Orange); }
  .SecondMain .inner .Flex07.ContentArrange {
    flex-wrap: wrap; }
    .SecondMain .inner .Flex07.ContentArrange h3 {
      text-align: center;
      width: 100%;
      font-family: var(--Mplus);
      font-size: 32px; }
    .SecondMain .inner .Flex07.ContentArrange ul {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 20px; }
      .SecondMain .inner .Flex07.ContentArrange ul li {
        display: flex;
        font-size: 16px;
        font-family: var(--Mplus);
        font-weight: bold;
        width: 32%; }
        .SecondMain .inner .Flex07.ContentArrange ul li input {
          margin-right: 5px; }
    .SecondMain .inner .Flex07.ContentArrange dl {
      width: 100%;
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      font-size: 14px;
      font-family: var(--Mplus);
      margin-bottom: 20px; }
      .SecondMain .inner .Flex07.ContentArrange dl dt {
        padding: 3px;
        margin-right: 5px;
        border: 1px solid #333;
        border-radius: 5px;
        line-height: 1; }
      .SecondMain .inner .Flex07.ContentArrange dl dd {
        line-height: 1.4; }
  .SecondMain .inner .Flex08 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 4px solid var(--Orange);
    background: #fdf0dd;
    border-radius: 30px;
    padding: 30px;
    margin-right: 30px;
    margin-top: 50px;
    /* IconWrapper */ }
    .SecondMain .inner .Flex08 .IconWrapper {
      position: absolute;
      width: 150px;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
      left: -50px; }
      .SecondMain .inner .Flex08 .IconWrapper h4 {
        position: absolute;
        font-family: var(--Mplus);
        font-size: 28px;
        color: #fff;
        font-weight: bold; }
      .SecondMain .inner .Flex08 .IconWrapper .square1 {
        width: 70px;
        height: 70px;
        background-color: var(--Orange);
        position: absolute;
        border-radius: 3px; }
      .SecondMain .inner .Flex08 .IconWrapper .square1::before {
        content: "";
        width: 70px;
        height: 70px;
        background-color: var(--Orange);
        position: absolute;
        transform: rotate(15deg);
        border-radius: 3px; }
      .SecondMain .inner .Flex08 .IconWrapper .square1::after {
        content: "";
        width: 70px;
        height: 70px;
        background-color: var(--Orange);
        position: absolute;
        transform: rotate(-15deg);
        border-radius: 3px; }
      .SecondMain .inner .Flex08 .IconWrapper .square2 {
        width: 70px;
        height: 70px;
        background-color: var(--Orange);
        position: absolute;
        transform: rotate(30deg);
        border-radius: 3px; }
      .SecondMain .inner .Flex08 .IconWrapper .square2::before {
        content: "";
        width: 70px;
        height: 70px;
        background-color: var(--Orange);
        position: absolute;
        transform: rotate(30deg);
        border-radius: 3px; }
      .SecondMain .inner .Flex08 .IconWrapper .square2::after {
        content: "";
        width: 70px;
        height: 70px;
        background-color: var(--Orange);
        position: absolute;
        transform: rotate(15deg);
        border-radius: 3px; }
    .SecondMain .inner .Flex08 .Title {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      font-family: var(--Mplus);
      font-weight: bold;
      justify-content: center;
      margin-bottom: 30px; }
      .SecondMain .inner .Flex08 .Title dt {
        width: 11%;
        font-size: 18px;
        color: var(--Orange);
        position: relative; }
      .SecondMain .inner .Flex08 .Title dt::after {
        content: "";
        display: inline-block;
        position: relative;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent var(--Orange);
        margin-left: 15px; }
      .SecondMain .inner .Flex08 .Title dd {
        font-size: 24px; }
    .SecondMain .inner .Flex08 .Block03 {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 20px; }
      .SecondMain .inner .Flex08 .Block03 div {
        width: 50%; }
        .SecondMain .inner .Flex08 .Block03 div .Recommendation {
          font-family: var(--Mplus);
          font-size: 24px;
          font-weight: bold;
          color: var(--Orange);
          line-height: 1.4;
          margin-left: 30px;
          position: relative; }
        .SecondMain .inner .Flex08 .Block03 div .Recommendation::before {
          position: absolute;
          top: 5px;
          left: -30px;
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          background: var(--Orange);
          border-radius: 50%;
          border: 3px solid #fff; }
        .SecondMain .inner .Flex08 .Block03 div .Explain {
          font-family: var(--Mplus);
          font-size: 18px;
          margin-left: 50px;
          font-weight: 500;
          position: relative;
          line-height: 1.4; }
        .SecondMain .inner .Flex08 .Block03 div .Explain::before {
          content: "";
          display: inline-block;
          position: absolute;
          top: 7px;
          left: -15px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 0 8px 10px;
          border-color: transparent transparent transparent var(--Orange); }
      .SecondMain .inner .Flex08 .Block03 img {
        width: 45%; }
    .SecondMain .inner .Flex08 .Block03.FlexAdjust01 div {
      width: 65%; }
    .SecondMain .inner .Flex08 .Block03.FlexAdjust01 img {
      width: 35%; }
    .SecondMain .inner .Flex08 .Block04 {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
      background: #fff;
      border: 3px dotted var(--Red);
      border-radius: 8px;
      padding: 10px 15px; }
      .SecondMain .inner .Flex08 .Block04 div:first-child {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 25%; }
        .SecondMain .inner .Flex08 .Block04 div:first-child img {
          width: 30%; }
        .SecondMain .inner .Flex08 .Block04 div:first-child p {
          width: 65%;
          color: var(--Red);
          font-family: var(--Mplus);
          font-weight: bold;
          font-size: 21px;
          line-height: 1.4;
          position: relative; }
        .SecondMain .inner .Flex08 .Block04 div:first-child p::after {
          content: "";
          position: absolute;
          background: #605f5e;
          width: 50px;
          height: 15px;
          border-radius: 50%;
          bottom: -20px;
          right: 35px; }
      .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Recommendation {
        font-family: var(--Mplus);
        font-size: 18px;
        font-weight: bold;
        color: var(--Red);
        line-height: 1.4;
        margin-left: 30px;
        position: relative; }
      .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Recommendation::before {
        position: absolute;
        top: 2px;
        left: -25px;
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background: var(--Red);
        border-radius: 50%;
        border: 3px solid #fff; }
      .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Explain {
        font-family: var(--Mplus);
        font-size: 14px;
        font-weight: 500;
        margin-left: 50px;
        position: relative; }
      .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Explain::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 4px;
        left: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #605f5e; }
    .SecondMain .inner .Flex08 img {
      width: 40%; }
  .SecondMain .inner .Flex08.Green {
    border: 4px solid var(--Green);
    background: #f3f7e1;
    /* IconWrapper */ }
    .SecondMain .inner .Flex08.Green .IconWrapper .square1 {
      background-color: var(--Green); }
    .SecondMain .inner .Flex08.Green .IconWrapper .square1::before {
      background-color: var(--Green); }
    .SecondMain .inner .Flex08.Green .IconWrapper .square1::after {
      background-color: var(--Green); }
    .SecondMain .inner .Flex08.Green .IconWrapper .square2 {
      background-color: var(--Green); }
    .SecondMain .inner .Flex08.Green .IconWrapper .square2::before {
      background-color: var(--Green); }
    .SecondMain .inner .Flex08.Green .IconWrapper .square2::after {
      background-color: var(--Green); }
    .SecondMain .inner .Flex08.Green .Title dt {
      color: var(--Green); }
    .SecondMain .inner .Flex08.Green .Title dt::after {
      border-color: transparent transparent transparent var(--Green); }
    .SecondMain .inner .Flex08.Green .Block05 {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 20px; }
      .SecondMain .inner .Flex08.Green .Block05 div {
        width: 100%; }
        .SecondMain .inner .Flex08.Green .Block05 div .Recommendation {
          font-family: var(--Mplus);
          font-size: 24px;
          font-weight: bold;
          color: var(--Green);
          line-height: 1.4;
          margin-left: 30px;
          position: relative; }
        .SecondMain .inner .Flex08.Green .Block05 div .Recommendation::before {
          position: absolute;
          top: 5px;
          left: -30px;
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          background: var(--Green);
          border-radius: 50%;
          border: 3px solid #fff; }
      .SecondMain .inner .Flex08.Green .Block05 img {
        width: 45%; }
    .SecondMain .inner .Flex08.Green .Block06 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 30px; }
      .SecondMain .inner .Flex08.Green .Block06 div:first-child {
        width: 20%; }
        .SecondMain .inner .Flex08.Green .Block06 div:first-child p:first-child {
          padding: 5px 10px;
          font-size: 24px;
          font-family: var(--Mplus);
          color: #fff;
          font-weight: bold;
          background: #000000;
          border-radius: 50%;
          display: inline;
          line-height: 1; }
        .SecondMain .inner .Flex08.Green .Block06 div:first-child p:nth-child(2) {
          font-family: var(--Mplus);
          font-weight: bold;
          line-height: 1.4;
          font-size: 21px;
          margin-top: 10px; }
      .SecondMain .inner .Flex08.Green .Block06 div:nth-child(2) {
        width: 75%; }
        .SecondMain .inner .Flex08.Green .Block06 div:nth-child(2) img {
          width: 100%; }
  .SecondMain .inner .Flex09 {
    position: relative;
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    flex-wrap: wrap;
    border-radius: 15px;
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
    background-size: 0.3em 0.3em; }
    .SecondMain .inner .Flex09 img {
      width: 35%; }
    .SecondMain .inner .Flex09 p {
      width: 60%;
      font-size: 24px;
      font-weight: 500; }
  .SecondMain .inner .Flex09.WidthAdjust img {
    width: 60%; }
  .SecondMain .inner .Flex09.WidthAdjust p {
    width: 35%; }
  .SecondMain .inner .Flex09.ImgAdjust {
    justify-content: flex-end;
    position: relative; }
    .SecondMain .inner .Flex09.ImgAdjust p {
      width: 65%; }
    .SecondMain .inner .Flex09.ImgAdjust img {
      width: 30%;
      position: absolute;
      top: -5px;
      left: 20px; }
  .SecondMain .inner .Flex09.ImgAdjust02 {
    justify-content: flex-end;
    position: relative; }
    .SecondMain .inner .Flex09.ImgAdjust02 p {
      width: 65%; }
    .SecondMain .inner .Flex09.ImgAdjust02 img {
      width: 30%;
      position: relative;
      margin-right: 30px; }
  .SecondMain .inner .Flex10 {
    position: relative;
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px;
    flex-wrap: wrap;
    border-radius: 15px;
    background-image: radial-gradient(ellipse 0.8em 0.8em, #f5f2ea, #f5f2ea 25%, #F3ECD9 25%);
    background-size: 0.7em 0.7em; }
    .SecondMain .inner .Flex10 p {
      font-size: 24px;
      font-family: var(--Mplus); }
    .SecondMain .inner .Flex10 p.Right {
      text-align: right;
      width: 100%; }
    .SecondMain .inner .Flex10 ul {
      display: flex;
      width: 100%;
      padding: 0 25px;
      align-items: baseline;
      background: #fff;
      border-radius: 10px;
      margin-top: 10px;
      margin-bottom: 10px; }
      .SecondMain .inner .Flex10 ul li:first-child {
        width: 3%;
        margin-right: 15px;
        align-self: center; }
      .SecondMain .inner .Flex10 ul li:nth-child(2) {
        font-family: var(--Mplus);
        font-weight: bold;
        font-size: 28px;
        color: #4a88c8;
        margin-right: 10px; }
      .SecondMain .inner .Flex10 ul li:last-child {
        font-family: var(--Mplus);
        font-weight: bold;
        font-size: 46px; }
        .SecondMain .inner .Flex10 ul li:last-child span {
          font-size: 31px; }
    .SecondMain .inner .Flex10 ul:first-of-type {
      margin-bottom: 0; }
    .SecondMain .inner .Flex10 ul:nth-of-type(2) li:nth-child(2) {
      color: #DC81A9; }
  .SecondMain .inner .Flex11 {
    display: flex;
    position: relative;
    margin-top: 20px;
    border-radius: 15px;
    padding: 15px 15px 15px 20%;
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
    background-size: 0.3em 0.3em; }
    .SecondMain .inner .Flex11 img {
      position: absolute;
      width: 15%;
      bottom: 0;
      left: 10px; }
    .SecondMain .inner .Flex11 p {
      font-size: 20px;
      font-weight: 500;
      width: 100%; }
  .SecondMain .inner .Flex12 {
    display: flex;
    position: relative;
    margin-top: 20px;
    border-radius: 15px;
    padding: 15px 15% 15px 15px;
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
    background-size: 0.3em 0.3em; }
    .SecondMain .inner .Flex12 img {
      position: absolute;
      width: 15%;
      bottom: 0;
      right: 10px; }
    .SecondMain .inner .Flex12 p {
      font-size: 20px;
      font-weight: 500;
      width: 100%; }
  .SecondMain .inner .Flex13 {
    display: flex;
    position: relative;
    margin-top: 20px;
    align-items: flex-start; }
  .SecondMain .inner .Flex13 > img {
    width: 60%; }
  .SecondMain .inner .Flex14 {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    border-radius: 15px;
    padding: 30px;
    background-image: radial-gradient(ellipse 1em 1em, #f3f2e9, #f3f2e9 25%, #eee9da 25%);
    background-size: 1em 1em; }
    .SecondMain .inner .Flex14 .Block {
      width: 47%; }
      .SecondMain .inner .Flex14 .Block .Block02 {
        padding: 10px 25px 0 25px;
        font-size: 20px;
        border-radius: 15px;
        background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
        background-size: 0.25em 0.25em;
        justify-content: center;
        align-items: flex-end;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap; }
        .SecondMain .inner .Flex14 .Block .Block02 p {
          width: 100%;
          font-weight: 500; }
        .SecondMain .inner .Flex14 .Block .Block02 img {
          width: 30%; }
      .SecondMain .inner .Flex14 .Block .Block07 dl {
        flex-wrap: wrap;
        flex-direction: column; }
        .SecondMain .inner .Flex14 .Block .Block07 dl dt {
          padding: 0 15px;
          width: auto; }
        .SecondMain .inner .Flex14 .Block .Block07 dl dt:nth-of-type(2) {
          margin-top: 10px; }
        .SecondMain .inner .Flex14 .Block .Block07 dl dd {
          width: 100%; }
  .SecondMain .inner .Flex14 > img {
    width: 47%; }
  .SecondMain .inner .Flex15 {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .SecondMain .inner .Flex15 .Block {
      width: 49%;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      padding: 0 0 0 20px;
      display: flex;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 20px; }
      .SecondMain .inner .Flex15 .Block dl {
        display: flex;
        width: 100%; }
        .SecondMain .inner .Flex15 .Block dl dt {
          padding: 0 20px;
          background: url(../../Diet_Exercise/images/back-image01.png);
          background-size: contain;
          background-repeat: no-repeat;
          font-size: 40px;
          color: #FFF474;
          display: flex;
          justify-content: center;
          font-weight: 400;
          align-items: center;
          width: 58px;
          font-family: var(--Mplus); }
        .SecondMain .inner .Flex15 .Block dl dd {
          display: flex;
          font-size: 36px;
          color: #D9433B;
          margin-left: 15px;
          font-weight: 400;
          align-items: center; }
      .SecondMain .inner .Flex15 .Block .Block02 {
        position: relative;
        width: 100%;
        min-height: 230px;
        overflow: hidden; }
        .SecondMain .inner .Flex15 .Block .Block02 .list {
          margin-left: 20px;
          font-size: 20px;
          font-weight: 500;
          position: relative;
          line-height: 1.4;
          margin-top: 10px; }
        .SecondMain .inner .Flex15 .Block .Block02 .list:first-child {
          margin-top: 20px; }
        .SecondMain .inner .Flex15 .Block .Block02 .list:before {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          left: -20px;
          transform: translateY(50%);
          border-style: solid;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 15px solid #7F72B3;
          border-right: 0; }
        .SecondMain .inner .Flex15 .Block .Block02 .supplement {
          margin-left: 20px;
          font-size: 12px;
          line-height: 1.4;
          margin-top: 10px;
          margin-bottom: 15px;
          z-index: 10;
          transform: translate(0); }
      .SecondMain .inner .Flex15 .Block .Block02:before {
        position: absolute;
        content: "";
        width: 300px;
        height: 300px;
        bottom: 0;
        right: 0;
        background: repeating-linear-gradient(0deg, var(--keyColor04), var(--keyColor04) 7px, rgba(255, 255, 255, 0.5) 7px, rgba(255, 255, 255, 0.5) 14px);
        transform: translate(150px, 150px) rotate(-45deg); }
    .SecondMain .inner .Flex15 .Block:first-child:after {
      position: absolute;
      content: "";
      background: url(../../Diet_Exercise/images/shirobo02.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 200px;
      height: 200px;
      bottom: 0;
      right: 0;
      transform: translate(-20px, 20px); }
    .SecondMain .inner .Flex15 .Block:nth-child(2):after {
      position: absolute;
      content: "";
      background: url(../../Diet_Exercise/images/shirobo03.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 190px;
      height: 190px;
      top: 0;
      right: 0;
      transform: translate(20px, 10px); }
    .SecondMain .inner .Flex15 .Block:nth-child(3):after {
      position: absolute;
      content: "";
      background: url(../../Diet_Exercise/images/shirobo04.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 200px;
      height: 200px;
      bottom: 0;
      right: 0;
      transform: translate(20px, 20px); }
    .SecondMain .inner .Flex15 .Block:nth-child(4):after {
      position: absolute;
      content: "";
      background: url(../../Diet_Exercise/images/shirobo05.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 200px;
      height: 200px;
      bottom: 0;
      right: 0;
      transform: translate(30px, 40px); }
    .SecondMain .inner .Flex15 .Block:nth-child(5):after {
      position: absolute;
      content: "";
      background: url(../../Diet_Exercise/images/shirobo06.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 200px;
      height: 200px;
      bottom: 0;
      right: 0;
      transform: translate(10px, 20px); }
    .SecondMain .inner .Flex15 .Block03 {
      display: flex;
      position: relative;
      width: 38%;
      align-items: flex-start; }
      .SecondMain .inner .Flex15 .Block03 img {
        width: 40%;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(-70px, 0); }
      .SecondMain .inner .Flex15 .Block03 p {
        position: relative;
        width: 100%;
        padding: 10px 25px;
        font-size: 20px;
        font-weight: 500;
        margin-left: 30px;
        border-radius: 15px;
        background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
        background-size: 0.25em 0.25em; }
      .SecondMain .inner .Flex15 .Block03 p:before {
        content: "";
        position: absolute;
        top: 75%;
        left: -30px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
        background-size: 0.25em 0.25em;
        clip-path: polygon(100% 0, 0 50%, 100% 100%); }
  .SecondMain .inner .Flex16 .Block {
    margin-top: 30px;
    position: relative; }
    .SecondMain .inner .Flex16 .Block dl {
      display: flex;
      align-items: center; }
      .SecondMain .inner .Flex16 .Block dl dt {
        color: #fff;
        font-size: 40px;
        font-family: var(--Mplus);
        font-weight: 500;
        padding: 10px;
        background: var(--keyColor03);
        border: 6px solid #BFB8D9;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .SecondMain .inner .Flex16 .Block dl dd {
        font-size: 32px;
        color: var(--keyColor03);
        font-family: var(--Mplus);
        font-weight: 500;
        margin-left: 20px;
        line-height: 1.4; }
        .SecondMain .inner .Flex16 .Block dl dd span {
          font-size: 20px; }
    .SecondMain .inner .Flex16 .Block .PictBlock.Adjust {
      position: absolute;
      width: 35%;
      right: 50px;
      top: -10px; }
  .SecondMain .inner .Flex16 .Block02 {
    display: flex;
    align-items: center; }
    .SecondMain .inner .Flex16 .Block02 .Block03 {
      margin-left: 100px;
      width: 60%; }
      .SecondMain .inner .Flex16 .Block02 .Block03 p {
        width: 100%;
        padding: 10px 25px;
        border: 3px solid #fff;
        border-radius: 10px;
        font-size: 24px;
        font-family: var(--Mplus);
        font-weight: 500; }
        .SecondMain .inner .Flex16 .Block02 .Block03 p span {
          font-size: 18px; }
    .SecondMain .inner .Flex16 .Block02 dl {
      display: flex;
      font-family: var(--Mplus);
      font-weight: 500;
      margin-top: 15px; }
      .SecondMain .inner .Flex16 .Block02 dl dt {
        width: 5%; }
      .SecondMain .inner .Flex16 .Block02 dl dd {
        margin-left: 10px;
        width: 90%; }
        .SecondMain .inner .Flex16 .Block02 dl dd ul {
          display: flex;
          align-items: center; }
          .SecondMain .inner .Flex16 .Block02 dl dd ul li {
            margin-bottom: 10px; }
          .SecondMain .inner .Flex16 .Block02 dl dd ul li:first-child {
            padding: 3px;
            width: 30%;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 8px;
            display: flex;
            justify-content: center; }
          .SecondMain .inner .Flex16 .Block02 dl dd ul li:last-child {
            width: 70%;
            margin-left: 10px; }
    .SecondMain .inner .Flex16 .Block02 img {
      width: 25%;
      transform: scale(1.4) translate(10px, -20px); }
  .SecondMain .inner .Flex16 .Block04 {
    width: 100%;
    padding: 10px 25px;
    border: 3px solid #fff;
    border-radius: 10px;
    font-size: 24px;
    font-family: var(--Mplus);
    font-weight: 500; }
    .SecondMain .inner .Flex16 .Block04 ul {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1.4; }
      .SecondMain .inner .Flex16 .Block04 ul li:first-child {
        display: flex;
        align-items: center; }
        .SecondMain .inner .Flex16 .Block04 ul li:first-child p:first-child, .SecondMain .inner .Flex16 .Block04 ul li:first-child p:last-child {
          font-size: 50px;
          font-weight: 300; }
        .SecondMain .inner .Flex16 .Block04 ul li:first-child p:nth-child(2) {
          font-size: 20px;
          line-height: 1.4;
          text-align: center;
          margin-left: 5px;
          margin-right: 5px; }
      .SecondMain .inner .Flex16 .Block04 ul li:nth-child(2) {
        font-size: 32px; }
      .SecondMain .inner .Flex16 .Block04 ul li:last-child {
        font-size: 22px;
        line-height: 1.4; }
    .SecondMain .inner .Flex16 .Block04 ul + p {
      text-align: center; }
  .SecondMain .inner .Flex16 cite.Adjust {
    margin-top: 80px; }
  .SecondMain .inner .Flex17 .Block {
    margin-top: 30px;
    position: relative; }
    .SecondMain .inner .Flex17 .Block dl {
      display: flex;
      align-items: center; }
      .SecondMain .inner .Flex17 .Block dl dt {
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .SecondMain .inner .Flex17 .Block dl dd {
        font-size: 32px;
        color: #381401;
        font-family: var(--Mplus);
        font-weight: 500;
        margin-left: 20px;
        line-height: 1.4; }
        .SecondMain .inner .Flex17 .Block dl dd span {
          font-size: 20px; }
  .SecondMain .inner .Flex17 .Block02 {
    margin-top: 20px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.2);
    border: 7px dotted var(--keyColor03);
    border-radius: 30px;
    position: relative; }
    .SecondMain .inner .Flex17 .Block02 p {
      padding: 5px 10px;
      background: var(--keyColor03);
      border: 5px solid #BFB8D9;
      border-radius: 10px;
      text-align: center;
      display: inline;
      font-size: 24px;
      font-family: var(--Mplus);
      color: #fff;
      position: absolute;
      left: 50%;
      top: -35px;
      transform: translateX(-50%); }
    .SecondMain .inner .Flex17 .Block02 .Block03 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .SecondMain .inner .Flex17 .Block02 .Block03 img {
        width: 33%; }
  .SecondMain .inner .Flex18 {
    margin-top: 30px; }
    .SecondMain .inner .Flex18 .Block01 {
      border-radius: 30px;
      border-image-source: url(../../Diet_Exercise/images/blue_line.png);
      border-image-slice: 100 fill;
      border-image-width: 50px;
      border-image-outset: 5px;
      border-image-repeat: repeat;
      background: #EAF5FC;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      position: relative; }
      .SecondMain .inner .Flex18 .Block01 h3 {
        position: absolute;
        background: url(../../Diet_Exercise/images/bar01.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 3px 40px 10px 40px;
        color: #fff;
        font-size: 32px;
        left: 50%;
        top: -5px;
        font-family: var(--Mplus);
        font-weight: 500;
        transform: translateX(-50%); }
      .SecondMain .inner .Flex18 .Block01 div {
        width: 50%;
        padding: 30px; }
      .SecondMain .inner .Flex18 .Block01 div:first-of-type {
        border-right: 5px dotted var(--keyColor01);
        border-bottom: 5px dotted var(--keyColor01);
        padding-top: 90px; }
      .SecondMain .inner .Flex18 .Block01 div:nth-of-type(2) {
        border-bottom: 5px dotted var(--keyColor01);
        padding-top: 90px; }
      .SecondMain .inner .Flex18 .Block01 div:nth-of-type(3) {
        border-right: 5px dotted var(--keyColor01); }
    .SecondMain .inner .Flex18 .Block01 h3:after {
      content: "";
      display: block;
      background: url(../../Diet_Exercise/images/icon01.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: -10px;
      right: -20px; }
    .SecondMain .inner .Flex18 .Block02 {
      border-radius: 30px;
      border-image-source: url(../../Diet_Exercise/images/cyan_line.png);
      border-image-slice: 100 fill;
      border-image-width: 50px;
      border-image-outset: 5px;
      border-image-repeat: repeat;
      background: #F4EBF3;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      position: relative; }
      .SecondMain .inner .Flex18 .Block02 h3 {
        position: absolute;
        background: url(../../Diet_Exercise/images/bar02.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 3px 40px 10px 40px;
        color: #fff;
        font-size: 32px;
        left: 17%;
        top: -5px;
        font-family: var(--Mplus);
        font-weight: 500; }
      .SecondMain .inner .Flex18 .Block02 div {
        width: 50%;
        padding: 30px; }
      .SecondMain .inner .Flex18 .Block02 div:first-of-type {
        border-right: 5px dotted #B44C96;
        padding-top: 90px; }
      .SecondMain .inner .Flex18 .Block02 div:nth-of-type(2) {
        padding-top: 90px; }
    .SecondMain .inner .Flex18 .Block02 h3:after {
      content: "";
      display: block;
      background: url(../../Diet_Exercise/images/icon02.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: -10px;
      right: -20px; }
    .SecondMain .inner .Flex18 .Block03 {
      border-radius: 30px;
      border-image-source: url(../../Diet_Exercise/images/orange_line.png);
      border-image-slice: 100 fill;
      border-image-width: 50px;
      border-image-outset: 5px;
      border-image-repeat: repeat;
      background: #FDEFDD;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      position: relative; }
      .SecondMain .inner .Flex18 .Block03 h3 {
        position: absolute;
        background: url(../../Diet_Exercise/images/bar03.png);
        background-size: contain;
        background-repeat: no-repeat;
        padding: 3px 40px 10px 40px;
        color: #fff;
        font-size: 32px;
        left: 17%;
        top: -5px;
        font-family: var(--Mplus);
        font-weight: 500; }
      .SecondMain .inner .Flex18 .Block03 div {
        width: 50%;
        padding: 30px; }
      .SecondMain .inner .Flex18 .Block03 div:first-of-type {
        border-right: 5px dotted #F29800;
        padding-top: 90px; }
      .SecondMain .inner .Flex18 .Block03 div:nth-of-type(2) {
        padding-top: 90px; }
    .SecondMain .inner .Flex18 .Block03 h3:after {
      content: "";
      display: block;
      background: url(../../Diet_Exercise/images/icon03.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: -10px;
      right: -20px; }
  .SecondMain .inner .Flex19 {
    position: relative;
    background: repeating-linear-gradient(-45deg, var(--keyColor05), var(--keyColor05) 7px, var(--keyColor04) 7px, var(--keyColor04) 14px);
    border-radius: 15px 0 15px 0;
    padding: 20px 30px 30px 30px; }
    .SecondMain .inner .Flex19 .ttl {
      text-align: center;
      margin: auto;
      font-size: 28px;
      line-height: 1.4;
      color: var(--keyColor01); }
    .SecondMain .inner .Flex19 h1 {
      margin-top: 20px;
      font-weight: 400;
      position: relative;
      transform: translate3d(0, 0, 0);
      z-index: 2; }
    .SecondMain .inner .Flex19 h1:before {
      position: absolute;
      content: "";
      display: block;
      background: url(../../Diet_Exercise/images/bar04.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      aspect-ratio: 1876 / 233;
      z-index: -1;
      transform: scale(1.14) translateY(-5px); }
    .SecondMain .inner .Flex19 .supplement {
      margin-top: 20px;
      margin-right: 40px;
      text-align: right;
      font-size: 15px;
      z-index: 2; }
    .SecondMain .inner .Flex19 h2 {
      font-size: 32px;
      font-family: var(--Kaisei);
      line-height: 1.4;
      color: var(--H2Color);
      text-align: center; }
    .SecondMain .inner .Flex19 h2:before {
      display: none; }
  .SecondMain .inner .Block07 {
    position: relative;
    width: 100%;
    margin-top: 20px; }
    .SecondMain .inner .Block07 dl {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      .SecondMain .inner .Block07 dl dt {
        width: 12%;
        background: #381401;
        padding: 0 5px;
        border-radius: 20px;
        color: #fff;
        text-align: center; }
      .SecondMain .inner .Block07 dl dd {
        width: 85%;
        line-height: 1.4; }
  .SecondMain .inner .Block08 {
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    border: 3px dotted #CC586C; }
    .SecondMain .inner .Block08 .PictBlock {
      margin-top: 0; }
  .SecondMain .inner .Block08.PaddingAdjust {
    padding: 0 20px 20px 20px; }
    .SecondMain .inner .Block08.PaddingAdjust .PictBlock > img {
      transform: translateY(-10px); }
  .SecondMain .inner .Block08.LineBlue {
    border-color: var(--keyColor01); }
  .SecondMain .inner .Block08.LineViolet {
    border-color: var(--keyColor03); }
  .SecondMain .inner .Block09 {
    position: relative;
    width: 38%;
    padding: 10px 25px 0 25px;
    font-size: 20px;
    margin-left: 30px;
    border-radius: 15px;
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
    background-size: 0.25em 0.25em;
    font-weight: 500; }
    .SecondMain .inner .Block09 img {
      width: 40%;
      display: block;
      margin: auto;
      margin-right: 0; }
  .SecondMain .inner .Block09:before {
    content: "";
    position: absolute;
    top: 20%;
    left: -30px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
    background-size: 0.25em 0.25em;
    clip-path: polygon(100% 0, 0 50%, 100% 100%); }
  .SecondMain .inner .Block10 {
    padding: 20px;
    text-align: center;
    background: repeating-linear-gradient(-45deg, var(--keyColor04), var(--keyColor04) 7px, rgba(255, 255, 255, 0.5) 7px, rgba(255, 255, 255, 0.5) 14px); }
    .SecondMain .inner .Block10 p {
      font-size: 32px;
      font-family: var(--Kaisei);
      line-height: 1.4;
      color: var(--H2Color); }
  .SecondMain .inner .Block11 {
    margin-top: 50px;
    background: #fff;
    padding: 50px 50px 150px 50px; }
    .SecondMain .inner .Block11 .Block {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .SecondMain .inner .Block11 .Block .ttl {
        font-size: 32px;
        width: 30%;
        text-align: center;
        margin-top: 50px;
        position: relative;
        margin-left: 5%;
        z-index: 2; }
      .SecondMain .inner .Block11 .Block .ttl:before {
        position: absolute;
        display: block;
        content: "";
        background: url(../../Diet_Exercise/images/back-image02.png);
        background-repeat: no-repeat;
        background-size: contain;
        aspect-ratio: 881 / 620;
        width: 200%;
        top: -100%;
        left: -45%;
        z-index: -1; }
      .SecondMain .inner .Block11 .Block .Block02 {
        width: 50%;
        text-align: right;
        margin-top: 100px; }
        .SecondMain .inner .Block11 .Block .Block02 img {
          width: 50%; }
        .SecondMain .inner .Block11 .Block .Block02 p {
          margin-top: 30px;
          margin-bottom: 30px;
          font-size: 18px;
          font-family: var(--Mplus);
          font-weight: 500; }
          .SecondMain .inner .Block11 .Block .Block02 p span {
            font-size: 36px; }
    .SecondMain .inner .Block11 p {
      font-size: 20px;
      font-family: var(--Mplus); }
  .SecondMain .inner cite {
    font-size: 16px;
    text-align: right;
    margin-top: 20px;
    display: block;
    line-height: 1.4; }
  .SecondMain .inner cite.AlignLeft {
    text-align: left;
    width: 100%; }
  .SecondMain .inner cite.AlignRight {
    text-align: right;
    width: 100%; }
  .SecondMain .inner .explain01 {
    font-family: var(--Mplus);
    font-size: 24px;
    margin-bottom: 50px; }
    .SecondMain .inner .explain01 span {
      color: var(--Orange); }
  .SecondMain .inner .MangaArea {
    margin-top: 30px;
    transform: scale(1.045) translateX(-20px); }
  .SecondMain .inner .MangaArea.ScaleAdjust {
    transform: scale(1) translateX(0); }
  .SecondMain .inner .MangaArea.ScaleAdjust02 {
    margin-top: 50px;
    transform: scale(1.08) translateX(-5px); }
  .SecondMain .inner .MangaArea.ScaleAdjust03 {
    margin-top: 70px;
    transform: scale(1.06) translateX(0); }
  .SecondMain .inner .MangaArea.ScaleAdjust04 {
    margin-top: 30px;
    transform: scale(1) translateX(10px); }
  .SecondMain .inner .MangaArea.ScaleAdjust05 {
    margin-top: 80px;
    transform: scale(1.08) translateX(-5px); }
  .SecondMain .inner .MangaArea.ScaleAdjust06 {
    margin-top: 50px; }
  .SecondMain .inner .MangaArea a:hover {
    opacity: 1; }
  .SecondMain .inner .MatrixDiagnose {
    width: 100%; }
    .SecondMain .inner .MatrixDiagnose table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      border: 2px solid #000;
      border-radius: 8px;
      overflow: hidden;
      font-size: 18px;
      font-family: var(--Mplus);
      font-weight: bold;
      vertical-align: middle; }
      .SecondMain .inner .MatrixDiagnose table th {
        padding: 10px;
        background: #fff474;
        width: 25%;
        vertical-align: middle;
        border-bottom: 1px solid #000; }
      .SecondMain .inner .MatrixDiagnose table tr:nth-child(6) th {
        border-bottom: none; }
      .SecondMain .inner .MatrixDiagnose table tr td {
        vertical-align: middle;
        padding: 10px;
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #000; }
      .SecondMain .inner .MatrixDiagnose table tr td:first-of-type {
        width: 33%;
        font-size: 24px;
        background: #fffac4;
        border-right: 1px solid #000;
        border-left: 1px solid #000; }
        .SecondMain .inner .MatrixDiagnose table tr td:first-of-type span {
          font-size: 18px; }
        .SecondMain .inner .MatrixDiagnose table tr td:first-of-type .small {
          font-size: 14px; }
      .SecondMain .inner .MatrixDiagnose table tr:last-of-type td {
        border-bottom: none; }
  .SecondMain .inner .Supplement {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-family: var(--Mplus); }
    .SecondMain .inner .Supplement dt {
      width: 5%;
      text-align: right; }
    .SecondMain .inner .Supplement dd {
      width: 95%; }
  .SecondMain .inner .Supplement02 {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -30px; }
    .SecondMain .inner .Supplement02 p {
      width: 95%;
      border-radius: 20px;
      padding: 15px;
      font-size: 18px;
      text-align: center;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
      background-size: 0.3em 0.3em; }
      .SecondMain .inner .Supplement02 p span {
        color: var(--Orange);
        font-weight: bold; }
    .SecondMain .inner .Supplement02 img {
      position: absolute;
      right: -10px;
      width: 10%; }
  .SecondMain .inner .Supplement02.ContentArrange p {
    margin-left: 70px; }
  .SecondMain .inner .Supplement03 {
    margin-top: 10px;
    font-size: 21px;
    font-family: var(--Mplus);
    font-weight: 500;
    width: 100%;
    text-align: right; }
  .SecondMain .inner .PictBlock {
    display: block;
    margin-top: 30px; }
  .SecondMain .inner .PictBlock.split3 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .SecondMain .inner .PictBlock.split3 img {
      width: 32%; }
  .SecondMain .inner .PictBlock.split3_02 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .SecondMain .inner .PictBlock.split3_02 img {
      width: 43%; }
    .SecondMain .inner .PictBlock.split3_02 img:nth-child(2) {
      width: 5%; }
  .SecondMain .inner .PictBlock.w70 {
    width: 70%;
    margin: auto; }
  .SecondMain .inner .PictBlock.w90 {
    width: 90%;
    margin: auto; }
  .SecondMain .inner .PictBlock.MlAdjust {
    margin-left: 100px; }
  .SecondMain .inner .PictBlock.MtAdjust {
    margin-top: 0; }
  .SecondMain .inner .Page03H2Adjust {
    position: absolute;
    top: 320px; }
  .SecondMain .inner .MarginTopAdjust {
    margin-top: -50px; }

aside {
  padding-left: 20px;
  width: 240px; }
  aside .CharaInfo {
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    border-radius: 15px 15px 0 0;
    margin-top: 195px; }
  aside .CharaInfo.KeyColor01 {
    background: var(--keyColor01);
    font-family: var(--Mplus);
    font-weight: bold; }
  aside .CharaInfo.KeyColor02 {
    background: var(--keyColor02);
    font-family: var(--Mplus);
    font-weight: bold; }
  aside .CharaInfo.KeyColor03 {
    background: var(--keyColor03);
    font-family: var(--Mplus);
    font-weight: bold; }
  aside .CharaArea {
    display: flex;
    justify-content: space-between; }
    aside .CharaArea li {
      width: 30%;
      margin-top: 5px; }
  aside .CharaArea.JustifyCenter {
    justify-content: center; }
  aside .SideMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 50px; }
    aside .SideMenu div {
      width: 100%;
      background: #f2f2f2;
      margin-bottom: 20px; }
      aside .SideMenu div ul {
        display: none; }
      aside .SideMenu div ul.Current {
        display: block; }
      aside .SideMenu div a:hover {
        text-decoration: underline; }
      aside .SideMenu div .MenuTitle {
        font-size: 18px;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        border-bottom: 2px solid #fff;
        font-family: var(--Mplus); }
      aside .SideMenu div .KeyColor01 {
        color: var(--keyColor01); }
      aside .SideMenu div .KeyColor02 {
        color: var(--keyColor02); }
      aside .SideMenu div .KeyColor03 {
        color: var(--keyColor03); }
      aside .SideMenu div ul li {
        padding: 8px 15px 8px 20px;
        font-size: 14px;
        line-height: 1.4;
        position: relative;
        border-bottom: 2px solid #fff; }
      aside .SideMenu div ul li::before {
        position: absolute;
        content: "";
        display: block;
        top: 14px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #333; }
    aside .SideMenu div:first-child > a:hover {
      text-decoration-color: var(--keyColor01); }
    aside .SideMenu div:nth-child(2) > a:hover {
      text-decoration-color: var(--keyColor02); }
    aside .SideMenu div:nth-child(3) > a:hover {
      text-decoration-color: var(--keyColor03); }

.PositionY80_pc {
  margin-top: -80px; }

@media screen and (max-width: 767px) {
  .SecondMain {
    width: 100%;
    /* .inner */ }
    .SecondMain header .wrap02 .sp {
      display: block; }
      .SecondMain header .wrap02 .sp .headerArea {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between; }
        .SecondMain header .wrap02 .sp .headerArea .Category {
          font-size: 2.8vw;
          text-align: center;
          line-height: 1.2;
          padding: 5px 10px;
          background: var(--keyColor01);
          border-radius: 5px;
          font-weight: bold;
          color: #fff;
          margin-right: 15px;
          margin-bottom: 10px;
          min-width: 90px; }
        .SecondMain header .wrap02 .sp .headerArea .Category.KeyColor02 {
          background: var(--keyColor02); }
        .SecondMain header .wrap02 .sp .headerArea .Category.KeyColor03 {
          background: var(--keyColor03); }
        .SecondMain header .wrap02 .sp .headerArea .LogoArea {
          width: 70%;
          padding: 0;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          align-items: flex-end;
          position: relative; }
          .SecondMain header .wrap02 .sp .headerArea .LogoArea a {
            width: 100%;
            margin-top: 20px;
            padding: 15px 15px 0 15px; }
      .SecondMain header .wrap02 .sp .Director {
        width: 100%;
        background: var(--keyColor04);
        padding: 20px;
        font-size: 14px;
        line-height: 1.4; }
        .SecondMain header .wrap02 .sp .Director span {
          font-size: 20px; }
      .SecondMain header .wrap02 .sp .SpMenu {
        display: none; }
      .SecondMain header .wrap02 .sp .SpMenuArea {
        position: relative;
        width: 100%;
        display: block;
        overflow: auto;
        z-index: 10;
        top: 0; }
        .SecondMain header .wrap02 .sp .SpMenuArea .icon {
          position: relative; }
        .SecondMain header .wrap02 .sp .SpMenuArea .icon span {
          display: block;
          position: absolute;
          width: 15px;
          height: 15px;
          margin: 0 5px;
          right: 15px;
          top: 50%;
          transform: translate(0, -50%);
          pointer-events: none; }
        .SecondMain header .wrap02 .sp .SpMenuArea .icon span::before, .SecondMain header .wrap02 .sp .SpMenuArea .icon span::after {
          display: block;
          content: '';
          background-color: #aeaeae;
          position: absolute;
          width: 15px;
          height: 3px;
          top: 6px;
          left: 0; }
        .SecondMain header .wrap02 .sp .SpMenuArea .icon span::before {
          width: 3px;
          height: 15px;
          top: 0;
          left: 6px; }
        .SecondMain header .wrap02 .sp .SpMenuArea .icon.open span::after {
          background: transparent; }
        .SecondMain header .wrap02 .sp .SpMenuArea .icon.open span::before {
          transform: rotate(90deg); }
    .SecondMain .CharaAreaSp {
      background: #fff;
      padding: 20px;
      display: flex;
      align-items: center; }
      .SecondMain .CharaAreaSp .CharaInfo {
        padding: 5px 10px;
        font-size: 14px;
        font-family: var(--Mplus);
        font-weight: bold;
        border-radius: 8px 8px 0 0;
        color: #fff;
        text-align: center;
        line-height: 1.4;
        margin-right: 20px; }
      .SecondMain .CharaAreaSp .CharaInfo.KeyColor01 {
        background: var(--keyColor01); }
      .SecondMain .CharaAreaSp .CharaInfo.KeyColor02 {
        background: var(--keyColor02); }
      .SecondMain .CharaAreaSp .CharaInfo.KeyColor03 {
        background: var(--keyColor03); }
      .SecondMain .CharaAreaSp ul {
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .SecondMain .CharaAreaSp ul li {
          display: flex;
          align-items: center;
          width: 30%; }
    .SecondMain .CharaAreaSp ul.JustifyCenter {
      justify-content: center; }
    .SecondMain .inner .Flex01 img {
      width: 25%; }
    .SecondMain .inner .Flex01 p {
      font-size: 14px;
      padding: 10px 20px; }
    .SecondMain .inner h2 {
      font-size: 24px;
      line-height: 1.4;
      padding-left: 5px; }
    .SecondMain .inner h2::before {
      width: 40px;
      height: 40px;
      top: -10px; }
    .SecondMain .inner .Page03H2Adjust {
      position: absolute;
      top: calc(27% - 60px); }
    .SecondMain .inner .Flex02 {
      margin-left: 0; }
      .SecondMain .inner .Flex02 .Source {
        font-size: 13px; }
    .SecondMain .inner .Flex03 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 50px; }
      .SecondMain .inner .Flex03 p {
        width: 100%;
        padding: 20px;
        font-size: 16px;
        margin-right: 0; }
        .SecondMain .inner .Flex03 p span {
          font-size: 14px; }
      .SecondMain .inner .Flex03 cite {
        text-align: right;
        margin-right: 0; }
      .SecondMain .inner .Flex03 p:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 60%;
        width: 30px;
        height: 30px;
        margin-top: 0;
        background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #FFFEF8FF 25%);
        background-size: 0.3em 0.3em;
        clip-path: polygon(0 0, 50% 100%, 100% 0); }
      .SecondMain .inner .Flex03 img {
        width: 40%;
        margin: auto;
        margin-top: 30px;
        margin-right: 0; }
    .SecondMain .inner .Flex03.BackArrange p {
      padding: 20px;
      font-size: 18px; }
    .SecondMain .inner .Flex03.BackArrange img {
      width: 40%;
      margin: auto;
      margin-top: 30px; }
    .SecondMain .inner .Flex03.BackArrange p::before {
      left: 50%;
      transform: translateX(-50%); }
    .SecondMain .inner .Flex04 {
      margin-top: 30px;
      padding: 20px 10px; }
      .SecondMain .inner .Flex04 h3 {
        width: 100%;
        font-size: 24px; }
      .SecondMain .inner .Flex04 img {
        width: 100%; }
      .SecondMain .inner .Flex04 p {
        width: 100%;
        padding: 20px;
        font-size: 16px;
        margin-left: 0;
        margin-top: 30px; }
      .SecondMain .inner .Flex04 p:before {
        top: 0;
        left: 80%;
        margin-top: -30px;
        width: 30px;
        height: 30px;
        background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
        background-size: 0.25em 0.25em;
        clip-path: polygon(0 100%, 50% 0, 100% 100%); }
    .SecondMain .inner .Flex05 {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-top: 50px; }
      .SecondMain .inner .Flex05 img {
        width: 40%;
        margin: auto; }
      .SecondMain .inner .Flex05 p {
        width: 100%;
        padding: 20px;
        font-size: 18px;
        margin-left: 0;
        margin-top: 30px; }
      .SecondMain .inner .Flex05 p:before {
        top: 0;
        left: 50%;
        margin-top: -30px;
        clip-path: polygon(0 100%, 50% 0, 100% 100%); }
      .SecondMain .inner .Flex05 div {
        width: 100%;
        padding: 25px;
        margin-left: 0;
        margin-top: 30px; }
        .SecondMain .inner .Flex05 div h3 {
          font-size: 24px;
          font-weight: bold; }
        .SecondMain .inner .Flex05 div img {
          width: 100%;
          margin-top: 20px; }
      .SecondMain .inner .Flex05 div:before {
        top: 0;
        left: 50%;
        margin-top: -30px;
        clip-path: polygon(0 100%, 50% 0, 100% 100%); }
      .SecondMain .inner .Flex05 .ScaleAdjust {
        transform: scale(1) translateX(0); }
    .SecondMain .inner .Flex05.ArrowAdjust p:before {
      transform: translateY(0); }
    .SecondMain .inner .Flex06 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 50px;
      padding: 20px 20px 0 20px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
      background-size: 0.3em 0.3em; }
      .SecondMain .inner .Flex06 img {
        width: 40%;
        margin: auto; }
      .SecondMain .inner .Flex06 p {
        font-size: 18px;
        width: 100%; }
    .SecondMain .inner .Flex06.ScaleAdjust {
      padding: 20px; }
      .SecondMain .inner .Flex06.ScaleAdjust img {
        position: relative;
        width: 50%;
        text-align: center;
        top: 0;
        right: 0;
        margin: auto;
        margin-top: 20px; }
    .SecondMain .inner .Flex06.ScaleAdjust02 {
      padding: 20px;
      justify-content: space-between; }
      .SecondMain .inner .Flex06.ScaleAdjust02 img:first-of-type {
        position: relative;
        width: 40%;
        top: 0;
        right: 0;
        margin: auto; }
      .SecondMain .inner .Flex06.ScaleAdjust02 img:last-child {
        position: relative;
        width: 40%;
        top: 0;
        right: 0;
        margin: auto; }
    .SecondMain .inner .Flex06.ScaleAdjust03 {
      padding: 20px; }
      .SecondMain .inner .Flex06.ScaleAdjust03 img {
        position: relative;
        width: 70%;
        text-align: center;
        top: 0;
        right: 0;
        margin: auto;
        margin-top: 20px; }
    .SecondMain .inner .Flex07 {
      flex-wrap: wrap;
      align-items: flex-start;
      margin-right: 0;
      padding: 20px; }
      .SecondMain .inner .Flex07 div:first-child {
        width: 100%;
        margin-right: 0; }
        .SecondMain .inner .Flex07 div:first-child h3 {
          width: 100%;
          font-size: 24px;
          text-align: center; }
        .SecondMain .inner .Flex07 div:first-child img {
          margin-top: 15px; }
      .SecondMain .inner .Flex07 div:nth-child(2) {
        width: 100%; }
        .SecondMain .inner .Flex07 div:nth-child(2) dl {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          font-size: 16px; }
          .SecondMain .inner .Flex07 div:nth-child(2) dl dt {
            width: 100%;
            padding: 5px;
            margin-bottom: 5px; }
          .SecondMain .inner .Flex07 div:nth-child(2) dl dd {
            width: 100%;
            margin-bottom: 20px; }
    .SecondMain .inner .Flex07.ContentArrange h3 {
      font-size: 24px; }
    .SecondMain .inner .Flex07.ContentArrange ul {
      width: 100%;
      margin-top: 20px; }
      .SecondMain .inner .Flex07.ContentArrange ul li {
        display: flex;
        align-items: center;
        font-size: 16px;
        width: 48%;
        line-height: 1.4;
        margin-bottom: 10px; }
    .SecondMain .inner .Flex07.ContentArrange dl {
      width: 100%;
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-start;
      font-size: 14px;
      margin-bottom: 20px; }
      .SecondMain .inner .Flex07.ContentArrange dl dt {
        padding: 3px 5px;
        margin-right: 0;
        width: auto; }
      .SecondMain .inner .Flex07.ContentArrange dl dd {
        width: 100%;
        margin-top: 10px; }
    .SecondMain .inner .Flex08 {
      align-items: flex-start;
      padding: 20px;
      margin-right: 0;
      margin-top: 80px;
      /* IconWrapper */ }
      .SecondMain .inner .Flex08 .IconWrapper {
        position: absolute;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: -50px; }
        .SecondMain .inner .Flex08 .IconWrapper h4 {
          position: absolute;
          font-family: var(--Mplus);
          font-size: 21px;
          color: #fff;
          font-weight: bold; }
        .SecondMain .inner .Flex08 .IconWrapper .square1 {
          width: 50px;
          height: 50px;
          background-color: var(--Orange);
          position: absolute;
          border-radius: 3px; }
        .SecondMain .inner .Flex08 .IconWrapper .square1::before {
          content: "";
          width: 50px;
          height: 50px;
          background-color: var(--Orange);
          position: absolute;
          transform: rotate(15deg);
          border-radius: 3px; }
        .SecondMain .inner .Flex08 .IconWrapper .square1::after {
          content: "";
          width: 50px;
          height: 50px;
          background-color: var(--Orange);
          position: absolute;
          transform: rotate(-15deg);
          border-radius: 3px; }
        .SecondMain .inner .Flex08 .IconWrapper .square2 {
          width: 50px;
          height: 50px;
          background-color: var(--Orange);
          position: absolute;
          transform: rotate(30deg);
          border-radius: 3px; }
        .SecondMain .inner .Flex08 .IconWrapper .square2::before {
          content: "";
          width: 50px;
          height: 50px;
          background-color: var(--Orange);
          position: absolute;
          transform: rotate(30deg);
          border-radius: 3px; }
        .SecondMain .inner .Flex08 .IconWrapper .square2::after {
          content: "";
          width: 50px;
          height: 50px;
          background-color: var(--Orange);
          position: absolute;
          transform: rotate(15deg);
          border-radius: 3px; }
      .SecondMain .inner .Flex08 .Title {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px; }
        .SecondMain .inner .Flex08 .Title dt {
          width: 30%;
          font-size: 18px;
          color: var(--Orange);
          position: relative; }
        .SecondMain .inner .Flex08 .Title dt::after {
          content: "";
          display: inline-block;
          position: relative;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 8px 0 8px 10px;
          border-color: transparent transparent transparent var(--Orange);
          margin-left: 15px; }
        .SecondMain .inner .Flex08 .Title dd {
          font-size: 18px;
          line-height: 1.4; }
      .SecondMain .inner .Flex08 .Block03 {
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 20px; }
        .SecondMain .inner .Flex08 .Block03 div {
          width: 100%; }
          .SecondMain .inner .Flex08 .Block03 div .Recommendation {
            font-size: 18px;
            margin-left: 20px;
            margin-bottom: 10px; }
          .SecondMain .inner .Flex08 .Block03 div .Recommendation::before {
            position: absolute;
            top: 2px;
            left: -24px;
            content: "";
            display: block;
            width: 16px;
            height: 16px; }
          .SecondMain .inner .Flex08 .Block03 div .Explain {
            font-size: 14px;
            margin-left: 30px; }
          .SecondMain .inner .Flex08 .Block03 div .Explain::before {
            top: 3px;
            left: -15px; }
        .SecondMain .inner .Flex08 .Block03 img {
          width: 100%;
          margin-top: 10px;
          margin-bottom: 20px; }
      .SecondMain .inner .Flex08 .Block03.FlexAdjust01 div {
        width: 100%; }
      .SecondMain .inner .Flex08 .Block03.FlexAdjust01 img {
        width: 100%; }
      .SecondMain .inner .Flex08 .Block04 {
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        padding: 20px 15px; }
        .SecondMain .inner .Flex08 .Block04 div:first-child {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin-bottom: 50px; }
          .SecondMain .inner .Flex08 .Block04 div:first-child img {
            width: 15%;
            margin-right: 10px; }
          .SecondMain .inner .Flex08 .Block04 div:first-child p {
            width: auto;
            font-size: 16px;
            line-height: 1.4; }
          .SecondMain .inner .Flex08 .Block04 div:first-child p::after {
            width: 50px;
            height: 15px;
            bottom: -20px;
            right: 0; }
        .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Recommendation {
          font-family: var(--Mplus);
          font-size: 16px;
          margin-left: 20px; }
        .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Recommendation::before {
          position: absolute;
          top: 2px;
          left: -25px;
          width: 16px;
          height: 16px; }
        .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Explain {
          font-size: 14px;
          margin-left: 30px;
          margin-bottom: 15px; }
        .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Explain::before {
          top: 4px;
          left: -15px;
          width: 0;
          height: 0; }
        .SecondMain .inner .Flex08 .Block04 div:nth-child(2) .Explain:last-child {
          margin-bottom: 0; }
      .SecondMain .inner .Flex08 img {
        width: 40%; }
    .SecondMain .inner .Flex08.Green .Block05 {
      justify-content: center;
      margin-bottom: 20px; }
      .SecondMain .inner .Flex08.Green .Block05 div {
        width: 100%; }
        .SecondMain .inner .Flex08.Green .Block05 div .Recommendation {
          font-size: 18px;
          line-height: 1.4;
          margin-left: 20px;
          margin-bottom: 10px; }
        .SecondMain .inner .Flex08.Green .Block05 div .Recommendation::before {
          top: 2px;
          left: -24px;
          width: 16px;
          height: 16px; }
      .SecondMain .inner .Flex08.Green .Block05 img {
        width: 45%; }
    .SecondMain .inner .Flex08.Green .Block06 {
      justify-content: center;
      align-items: flex-start;
      flex-wrap: wrap;
      padding: 0 15px; }
      .SecondMain .inner .Flex08.Green .Block06 div:first-child {
        width: 100%; }
        .SecondMain .inner .Flex08.Green .Block06 div:first-child p:first-child {
          padding: 5px 10px;
          font-size: 18px; }
        .SecondMain .inner .Flex08.Green .Block06 div:first-child p:nth-child(2) {
          font-size: 18px;
          margin-top: 10px; }
      .SecondMain .inner .Flex08.Green .Block06 div:nth-child(2) {
        width: 100%;
        margin-top: 10px; }
        .SecondMain .inner .Flex08.Green .Block06 div:nth-child(2) img {
          width: 100%; }
    .SecondMain .inner .Flex09 {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 25px; }
      .SecondMain .inner .Flex09 img {
        width: 50%;
        margin-bottom: 20px; }
      .SecondMain .inner .Flex09 p {
        width: 100%;
        font-size: 18px; }
    .SecondMain .inner .Flex09.WidthAdjust img {
      width: 90%; }
    .SecondMain .inner .Flex09.WidthAdjust p {
      width: 100%; }
    .SecondMain .inner .Flex09.ImgAdjust p {
      width: 100%; }
    .SecondMain .inner .Flex09.ImgAdjust img {
      width: 40%;
      position: relative;
      margin: auto;
      top: 0;
      left: 0; }
    .SecondMain .inner .Flex09.ImgAdjust02 {
      position: relative; }
      .SecondMain .inner .Flex09.ImgAdjust02 p {
        width: 100%; }
      .SecondMain .inner .Flex09.ImgAdjust02 img {
        width: 40%;
        margin: auto;
        margin-bottom: 10px; }
    .SecondMain .inner .Flex10 {
      justify-content: center;
      align-items: center;
      padding: 20px; }
      .SecondMain .inner .Flex10 p {
        font-size: 18px;
        line-height: 1.4; }
      .SecondMain .inner .Flex10 ul {
        flex-wrap: wrap;
        width: 100%;
        padding: 15px;
        align-items: center;
        justify-content: center; }
        .SecondMain .inner .Flex10 ul li:first-child {
          width: 10%;
          margin-right: 15px; }
        .SecondMain .inner .Flex10 ul li:nth-child(2) {
          width: 80%;
          font-size: 18px;
          margin-right: 0;
          line-height: 1.4; }
        .SecondMain .inner .Flex10 ul li:last-child {
          font-size: 32px; }
          .SecondMain .inner .Flex10 ul li:last-child span {
            font-size: 18px; }
      .SecondMain .inner .Flex10 ul:first-of-type {
        margin-bottom: 0; }
    .SecondMain .inner .Flex11 {
      justify-content: center;
      align-items: center;
      padding: 0 20px 20px 20px;
      flex-wrap: wrap; }
      .SecondMain .inner .Flex11 img {
        position: relative;
        width: 40%; }
      .SecondMain .inner .Flex11 p {
        width: 100%;
        font-size: 18px; }
    .SecondMain .inner .Flex12 {
      justify-content: center;
      align-items: center;
      padding: 20px 20px 0 20px;
      flex-wrap: wrap; }
      .SecondMain .inner .Flex12 img {
        position: relative;
        width: 40%; }
      .SecondMain .inner .Flex12 p {
        width: 100%;
        font-size: 18px; }
    .SecondMain .inner .Flex13 {
      flex-wrap: wrap; }
    .SecondMain .inner .Flex13 > img {
      width: 100%; }
    .SecondMain .inner .Flex14 {
      flex-wrap: wrap; }
      .SecondMain .inner .Flex14 .Block {
        width: 100%;
        margin-top: 20px; }
        .SecondMain .inner .Flex14 .Block .Block02 {
          padding: 20px;
          font-size: 18px; }
    .SecondMain .inner .Flex14 > img {
      width: 100%; }
    .SecondMain .inner .Flex15 .Block {
      width: 100%; }
      .SecondMain .inner .Flex15 .Block dl dd {
        font-size: 24px; }
      .SecondMain .inner .Flex15 .Block .Block02 {
        width: 100%;
        min-height: 170px; }
        .SecondMain .inner .Flex15 .Block .Block02 .list {
          margin-right: 20px;
          font-size: 16px; }
        .SecondMain .inner .Flex15 .Block .Block02 .list:before {
          left: -20px;
          transform: translateY(50%);
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 10px solid #7F72B3;
          border-right: 0; }
        .SecondMain .inner .Flex15 .Block .Block02 .supplement {
          margin-right: 30px; }
    .SecondMain .inner .Flex15 .Block:first-child:after {
      width: 30vw;
      height: 26vw;
      transform: translate(-10%, -10%); }
    .SecondMain .inner .Flex15 .Block:nth-child(2):after {
      width: 30vw;
      height: 31vw;
      transform: translate(10%, -10%); }
    .SecondMain .inner .Flex15 .Block:nth-child(3):after {
      width: 30vw;
      height: 26vw;
      transform: translate(0, -10%); }
    .SecondMain .inner .Flex15 .Block:nth-child(4):after {
      width: 30vw;
      height: 23vw;
      transform: translate(20%, 30%);
      z-index: 5; }
    .SecondMain .inner .Flex15 .Block:nth-child(5):after {
      width: 30vw;
      height: 25vw;
      transform: translate(-10%, -10%); }
    .SecondMain .inner .Flex15 .Block03 {
      width: 100%;
      flex-wrap: wrap; }
      .SecondMain .inner .Flex15 .Block03 p {
        margin-left: 0; }
      .SecondMain .inner .Flex15 .Block03 p:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 45%;
        width: 30px;
        height: 30px;
        margin-top: 0;
        background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #FFFEF8FF 25%);
        background-size: 0.3em 0.3em;
        clip-path: polygon(0 0, 50% 100%, 100% 0); }
      .SecondMain .inner .Flex15 .Block03 img {
        width: 40%;
        position: relative;
        margin: auto;
        margin-top: 30px;
        transform: translate(0); }
    .SecondMain .inner .Flex16 .Block dl dt {
      font-size: 24px;
      padding: 10px;
      width: 50px;
      height: 50px; }
    .SecondMain .inner .Flex16 .Block dl dd {
      font-size: 24px;
      margin-left: 20px; }
      .SecondMain .inner .Flex16 .Block dl dd span {
        font-size: 14px; }
    .SecondMain .inner .Flex16 .Block .PictBlock.Adjust {
      position: relative;
      width: 60%;
      right: 0;
      top: 0;
      margin: auto;
      margin-top: 20px; }
    .SecondMain .inner .Flex16 .PictBlock.w90 {
      width: 100%;
      margin-top: 20px; }
    .SecondMain .inner .Flex16 .Block02 {
      flex-wrap: wrap; }
      .SecondMain .inner .Flex16 .Block02 .Block03 {
        margin-left: 0;
        width: 100%; }
        .SecondMain .inner .Flex16 .Block02 .Block03 p {
          text-align: center;
          width: 100%;
          margin-top: 20px;
          font-size: 18px; }
          .SecondMain .inner .Flex16 .Block02 .Block03 p span {
            font-size: 16px; }
      .SecondMain .inner .Flex16 .Block02 dl {
        margin-top: 15px;
        flex-direction: column; }
        .SecondMain .inner .Flex16 .Block02 dl dt {
          width: 100%; }
        .SecondMain .inner .Flex16 .Block02 dl dd {
          margin-left: 0;
          width: 100%; }
          .SecondMain .inner .Flex16 .Block02 dl dd ul {
            display: flex;
            align-items: center; }
            .SecondMain .inner .Flex16 .Block02 dl dd ul li {
              margin-bottom: 10px; }
            .SecondMain .inner .Flex16 .Block02 dl dd ul li:last-child {
              line-height: 1.4; }
      .SecondMain .inner .Flex16 .Block02 img {
        width: 60%;
        margin: auto;
        margin-top: 20px;
        transform: none; }
    .SecondMain .inner .Flex16 .Block04 {
      padding: 10px 25px;
      font-size: 18px; }
      .SecondMain .inner .Flex16 .Block04 ul {
        flex-wrap: wrap; }
        .SecondMain .inner .Flex16 .Block04 ul li:first-child {
          display: flex;
          align-items: center; }
          .SecondMain .inner .Flex16 .Block04 ul li:first-child p:first-child, .SecondMain .inner .Flex16 .Block04 ul li:first-child p:last-child {
            font-size: 50px;
            font-weight: 300; }
          .SecondMain .inner .Flex16 .Block04 ul li:first-child p:nth-child(2) {
            font-size: 16px;
            margin-left: 0;
            margin-right: 0; }
        .SecondMain .inner .Flex16 .Block04 ul li:nth-child(2) {
          display: none; }
        .SecondMain .inner .Flex16 .Block04 ul li:last-child {
          font-size: 16px; }
      .SecondMain .inner .Flex16 .Block04 ul + p {
        text-align: left;
        line-height: 1.4; }
    .SecondMain .inner .Flex16 cite.Adjust {
      margin-top: 20px; }
    .SecondMain .inner .Flex17 .Block {
      margin-top: 30px;
      position: relative; }
      .SecondMain .inner .Flex17 .Block dl dt {
        width: 80px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .SecondMain .inner .Flex17 .Block dl dd {
        font-size: 24px;
        margin-left: 20px; }
    .SecondMain .inner .Flex17 .Block02 {
      margin-top: 30px;
      padding: 30px 20px;
      border-radius: 20px; }
      .SecondMain .inner .Flex17 .Block02 p {
        padding: 5px 10px;
        background: var(--keyColor03);
        border: 5px solid #BFB8D9;
        border-radius: 10px;
        text-align: center;
        display: inline;
        font-size: 18px;
        top: -30px; }
      .SecondMain .inner .Flex17 .Block02 .Block03 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .SecondMain .inner .Flex17 .Block02 .Block03 img {
          width: 50%; }
    .SecondMain .inner .Flex18 {
      margin-top: 30px; }
      .SecondMain .inner .Flex18 .Block01 {
        border-radius: 30px;
        justify-content: center; }
        .SecondMain .inner .Flex18 .Block01 h3 {
          position: relative;
          background: url(../../Diet_Exercise/images/bar01.png);
          background-size: contain;
          background-repeat: no-repeat;
          padding: 3px 40px 10px 40px;
          color: #fff;
          font-size: 20px;
          left: 0;
          top: -5px;
          transform: none; }
        .SecondMain .inner .Flex18 .Block01 div {
          width: 100%;
          padding: 30px; }
        .SecondMain .inner .Flex18 .Block01 div:first-of-type {
          border-right: none;
          border-bottom: 5px dotted var(--keyColor01);
          padding-top: 30px; }
        .SecondMain .inner .Flex18 .Block01 div:nth-of-type(2) {
          border-bottom: 5px dotted var(--keyColor01);
          padding-top: 30px; }
        .SecondMain .inner .Flex18 .Block01 div:nth-of-type(3) {
          border-right: none;
          border-bottom: 5px dotted var(--keyColor01); }
      .SecondMain .inner .Flex18 .Block02 {
        justify-content: center; }
        .SecondMain .inner .Flex18 .Block02 h3 {
          position: relative;
          padding: 3px 40px 10px 40px;
          color: #fff;
          font-size: 20px;
          left: 0;
          top: -5px; }
        .SecondMain .inner .Flex18 .Block02 div {
          width: 100%;
          padding: 30px; }
        .SecondMain .inner .Flex18 .Block02 div:first-of-type {
          border-right: none;
          border-bottom: 5px dotted #B44C96;
          padding-top: 30px; }
        .SecondMain .inner .Flex18 .Block02 div:nth-of-type(2) {
          padding-top: 30px; }
      .SecondMain .inner .Flex18 .Block03 {
        justify-content: center; }
        .SecondMain .inner .Flex18 .Block03 h3 {
          position: relative;
          padding: 3px 40px 10px 40px;
          font-size: 20px;
          left: 0;
          top: -5px; }
        .SecondMain .inner .Flex18 .Block03 div {
          width: 100%;
          padding: 30px; }
        .SecondMain .inner .Flex18 .Block03 div:first-of-type {
          border-right: none;
          border-bottom: 5px dotted #F29800;
          padding-top: 30px; }
        .SecondMain .inner .Flex18 .Block03 div:nth-of-type(2) {
          padding-top: 30px; }
    .SecondMain .inner .Flex19 {
      padding: 20px; }
      .SecondMain .inner .Flex19 .ttl {
        font-size: 20px; }
      .SecondMain .inner .Flex19 h1 {
        background: var(--keyColor01); }
      .SecondMain .inner .Flex19 h1:before {
        display: none; }
      .SecondMain .inner .Flex19 .supplement {
        margin-top: 20px;
        margin-right: 0;
        text-align: center;
        font-size: 14px; }
      .SecondMain .inner .Flex19 h2 {
        font-size: 24px; }
      .SecondMain .inner .Flex19 h2:before {
        display: none; }
    .SecondMain .inner .Block07 dl {
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: flex-start;
      font-size: 14px; }
      .SecondMain .inner .Block07 dl dt {
        width: auto;
        padding: 0 10px;
        text-align: center;
        margin-bottom: 10px; }
      .SecondMain .inner .Block07 dl dd {
        width: 100%; }
    .SecondMain .inner .Block08.PaddingAdjust {
      padding: 20px; }
      .SecondMain .inner .Block08.PaddingAdjust .PictBlock > img {
        transform: none; }
    .SecondMain .inner .Block09 {
      width: 100%;
      padding: 20px 20px 0 20px;
      margin-top: 50px;
      margin-left: 0;
      font-size: 18px; }
      .SecondMain .inner .Block09 img {
        margin: auto; }
    .SecondMain .inner .Block09:before {
      top: 0;
      left: 50%;
      width: 30px;
      height: 30px;
      margin-top: -30px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
      background-size: 0.25em 0.25em;
      clip-path: polygon(0 100%, 50% 0, 100% 100%);
      transform: translateX(-50%); }
    .SecondMain .inner .Block10 p {
      font-size: 24px; }
    .SecondMain .inner .Block11 {
      margin-top: 50px;
      padding: 30px 30px 60px 30px; }
      .SecondMain .inner .Block11 .Block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start; }
        .SecondMain .inner .Block11 .Block .ttl {
          width: 350px;
          font-size: 24px;
          margin-top: 50px;
          margin-left: 0; }
        .SecondMain .inner .Block11 .Block .ttl:before {
          aspect-ratio: 881 / 620;
          width: 350px;
          top: -90px;
          left: 0;
          z-index: -1; }
        .SecondMain .inner .Block11 .Block .Block02 {
          width: 100%;
          text-align: center;
          margin-top: 100px; }
          .SecondMain .inner .Block11 .Block .Block02 img {
            width: 50%; }
          .SecondMain .inner .Block11 .Block .Block02 p {
            margin-top: 30px;
            margin-bottom: 30px;
            font-size: 16px; }
            .SecondMain .inner .Block11 .Block .Block02 p span {
              font-size: 30px; }
      .SecondMain .inner .Block11 p {
        font-size: 16px; }
    .SecondMain .inner .Source {
      font-size: 14px; }
    .SecondMain .inner .MangaArea {
      transform: scale(1) translateX(0); }
    .SecondMain .inner .MangaArea.ScaleAdjust05 {
      margin-top: 50px; }
    .SecondMain .inner .MatrixDiagnose {
      width: 100%;
      overflow-x: scroll; }
      .SecondMain .inner .MatrixDiagnose table {
        width: 950px;
        font-size: 18px; }
    .SecondMain .inner cite {
      font-size: 13px; }
    .SecondMain .inner .explain01 {
      font-size: 16px;
      margin-bottom: 0;
      margin-top: 15px; }
    .SecondMain .inner .Supplement {
      font-size: 16px; }
      .SecondMain .inner .Supplement dt {
        width: 10%;
        text-align: right;
        font-size: 14px; }
      .SecondMain .inner .Supplement dd {
        width: 90%;
        font-size: 14px; }
    .SecondMain .inner .Supplement02 {
      width: 100%;
      display: flex;
      align-items: center;
      position: relative;
      bottom: 0; }
      .SecondMain .inner .Supplement02 p {
        width: 100%;
        border-radius: 20px;
        padding: 15px;
        font-size: 16px;
        text-align: left;
        background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
        background-size: 0.3em 0.3em; }
        .SecondMain .inner .Supplement02 p span {
          color: var(--Orange);
          font-weight: bold; }
      .SecondMain .inner .Supplement02 img {
        position: relative;
        right: 0;
        margin-left: 5px;
        width: 20%; }
    .SecondMain .inner .Supplement02.ContentArrange p {
      margin-left: 0; }
    .SecondMain .inner .Supplement03 {
      font-size: 16px; }
    .SecondMain .inner .PictBlock.MarginTopAdjust {
      margin-top: 30px; }
    .SecondMain .inner .PictBlock.split3 {
      flex-wrap: wrap;
      justify-content: center; }
      .SecondMain .inner .PictBlock.split3 img {
        width: 80%;
        margin-bottom: 20px; }
      .SecondMain .inner .PictBlock.split3 img:last-child {
        margin-bottom: 0; }
    .SecondMain .inner .PictBlock.split3_02 {
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column; }
      .SecondMain .inner .PictBlock.split3_02 img {
        width: 80%; }
      .SecondMain .inner .PictBlock.split3_02 img:nth-child(2) {
        width: 15%;
        transform: rotate(90deg);
        margin-top: -30px; }
      .SecondMain .inner .PictBlock.split3_02 img:nth-child(3) {
        margin-top: -30px; }
    .SecondMain .inner .PictBlock.MlAdjust {
      margin-left: 0; }
    .SecondMain .inner .PictBlock.MtAdjust {
      margin-top: 20px; }

  .SecondMain h1 {
    font-size: 24px;
    margin-top: 30px; }

  .PositionY80_pc {
    margin-top: 0; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Pager
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.Pager {
  max-width: 980px;
  width: 980px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  margin-left: 0; }
  .Pager a {
    width: 290px;
    border: 2px solid var(--DisableColor);
    color: var(--DisableColor);
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    position: relative;
    font-size: 17px; }
  .Pager a.Before::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 50px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid var(--DisableColor);
    border-left: 2px solid var(--DisableColor);
    transform: rotate(45deg); }
  .Pager a.After::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 50px;
    width: 6px;
    height: 6px;
    border-top: 2px solid var(--DisableColor);
    border-right: 2px solid var(--DisableColor);
    transform: rotate(45deg); }
  .Pager a.KeyColor01 {
    color: var(--keyColor01);
    border: 2px solid var(--keyColor01); }
  .Pager a.KeyColor02 {
    color: var(--keyColor02);
    border: 2px solid var(--keyColor02); }
  .Pager a.KeyColor03 {
    color: var(--keyColor03);
    border: 2px solid var(--keyColor03); }
  .Pager a.KeyColor01:hover {
    color: #fff;
    background: var(--keyColor01); }
  .Pager a.KeyColor02:hover {
    color: #fff;
    background: var(--keyColor02); }
  .Pager a.KeyColor03:hover {
    color: #fff;
    background: var(--keyColor03); }
  .Pager a.After.KeyColor01::after {
    border-top: 2px solid var(--keyColor01);
    border-right: 2px solid var(--keyColor01); }
  .Pager a.After.KeyColor02::after {
    border-top: 2px solid var(--keyColor02);
    border-right: 2px solid var(--keyColor02); }
  .Pager a.After.KeyColor03::after {
    border-top: 2px solid var(--keyColor03);
    border-right: 2px solid var(--keyColor03); }
  .Pager a.After.KeyColor01:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }
  .Pager a.After.KeyColor02:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }
  .Pager a.After.KeyColor03:hover::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff; }
  .Pager a.Before.KeyColor01::after {
    border-bottom: 2px solid var(--keyColor01);
    border-left: 2px solid var(--keyColor01); }
  .Pager a.Before.KeyColor02::after {
    border-bottom: 2px solid var(--keyColor02);
    border-left: 2px solid var(--keyColor02); }
  .Pager a.Before.KeyColor03::after {
    border-bottom: 2px solid var(--keyColor03);
    border-left: 2px solid var(--keyColor03); }
  .Pager a.Before.KeyColor01:hover::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff; }
  .Pager a.Before.KeyColor02:hover::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff; }
  .Pager a.Before.KeyColor03:hover::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff; }
  .Pager a:first-child {
    margin-right: 40px; }
  .Pager a:last-child {
    margin-left: 40px; }
  .Pager a.Disable {
    pointer-events: none;
    opacity: 0.01; }

@media screen and (max-width: 767px) {
  .Pager {
    width: 100%;
    justify-content: space-around; }
    .Pager a {
      width: 40%;
      font-size: 15px; }
    .Pager a.Before::after {
      left: 20px; }
    .Pager a.After::after {
      right: 20px; }
    .Pager a:first-child {
      margin-right: 0; }
    .Pager a:last-child {
      margin-left: 0; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
Character Modal
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.CharacterModal {
  position: fixed;
  width: 100%;
  height: 100%;
  min-width: 930px;
  top: 0;
  left: 0;
  background: rgba(1, 1, 1, 0.7);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-content: center;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  touch-action: none;
  display: none;
  /* wrapper */ }
  .CharacterModal .wrapper {
    width: 930px;
    max-width: 930px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    position: relative;
    overflow: auto;
    /* Block01 */ }
    .CharacterModal .wrapper .CloseBtn {
      position: absolute;
      top: 20px;
      right: 0;
      width: 60px;
      height: 60px;
      display: block;
      border: 2px solid #333;
      /* 枠の調整 */
      border-radius: 50%;
      /* 丸みの度合い */
      background: #fff;
      /* ボタンの背景色 */ }
    .CharacterModal .wrapper .CloseBtn::before, .CharacterModal .wrapper .CloseBtn::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 3px;
      /* 棒の幅（太さ） */
      height: 30px;
      /* 棒の高さ */
      background: #333;
      /* バツ印の色 */ }
    .CharacterModal .wrapper .CloseBtn::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .CharacterModal .wrapper .CloseBtn::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .CharacterModal .wrapper .Title {
      margin-top: 50px;
      padding: 5px;
      font-family: var(--Mplus);
      font-weight: bold;
      font-size: 28px;
      color: #fff;
      background: var(--keyColor01);
      text-align: center;
      width: 320px;
      line-height: 1.4;
      height: 50px;
      border-radius: 15px 15px 0 0; }
    .CharacterModal .wrapper .Block01 {
      border-radius: 20px;
      background: var(--KeyColor01Back);
      border: 5px solid var(--keyColor01);
      padding: 30px; }
      .CharacterModal .wrapper .Block01 .Chara {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        box-sizing: border-box; }
        .CharacterModal .wrapper .Block01 .Chara img {
          width: 15%;
          height: auto; }
        .CharacterModal .wrapper .Block01 .Chara .Name {
          margin-left: 20px; }
          .CharacterModal .wrapper .Block01 .Chara .Name p:first-child {
            font-size: 24px;
            font-weight: bold;
            font-family: var(--Mplus);
            line-height: 1; }
            .CharacterModal .wrapper .Block01 .Chara .Name p:first-child span {
              font-size: 36px; }
          .CharacterModal .wrapper .Block01 .Chara .Name p:nth-child(2) {
            font-size: 24px;
            font-weight: bold;
            font-family: var(--Mplus); }
            .CharacterModal .wrapper .Block01 .Chara .Name p:nth-child(2) span {
              font-size: 18px; }
        .CharacterModal .wrapper .Block01 .Chara .Spec {
          font-size: 21px;
          font-family: var(--Mplus);
          margin-left: calc(15% + 20px);
          line-height: 1.5; }
        .CharacterModal .wrapper .Block01 .Chara .Result {
          background: rgba(255, 255, 255, 0.8);
          border: 3px solid var(--KeyColor01Border);
          border-radius: 10px;
          padding: 5px 15px;
          margin-left: calc(15% + 20px);
          margin-top: 20px;
          display: flex;
          width: 100%;
          font-weight: bold;
          font-family: var(--Mplus);
          font-size: 18px; }
          .CharacterModal .wrapper .Block01 .Chara .Result span {
            font-size: 70%;
            align-self: center;
            padding-top: 5px; }
          .CharacterModal .wrapper .Block01 .Chara .Result p {
            display: flex;
            align-content: center;
            align-items: center; }
          .CharacterModal .wrapper .Block01 .Chara .Result p:first-child {
            padding-right: 20px;
            border-right: 1px solid var(--KeyColor01Border); }
          .CharacterModal .wrapper .Block01 .Chara .Result p:last-child {
            padding-left: 20px; }
          .CharacterModal .wrapper .Block01 .Chara .Result ul {
            padding-left: 20px;
            padding-right: 20px;
            border-right: 1px solid var(--KeyColor01Border);
            display: flex;
            align-items: center; }
            .CharacterModal .wrapper .Block01 .Chara .Result ul li:nth-child(2), .CharacterModal .wrapper .Block01 .Chara .Result ul li:nth-child(4) {
              font-size: 30px; }
            .CharacterModal .wrapper .Block01 .Chara .Result ul li:nth-child(3) {
              font-size: 12px;
              line-height: 1.2;
              text-align: center; }
      .CharacterModal .wrapper .Block01 .Chara:first-child {
        margin-bottom: 40px; }
      .CharacterModal .wrapper .Block01 hr {
        border-top: 3px dotted #fff; }
      .CharacterModal .wrapper .Block01 hr + .Chara {
        margin-top: 30px; }
    .CharacterModal .wrapper .Block02 {
      margin-top: 20px;
      margin-bottom: 50px;
      background-image: radial-gradient(ellipse 0.3em 0.3em, #fff21f, #fff21f 25%, #fffef8 25%);
      background-size: 0.3em 0.3em; }
      .CharacterModal .wrapper .Block02 .Chara .Name p:first-child {
        font-family: var(--Noto); }
      .CharacterModal .wrapper .Block02 .Chara:first-child {
        margin-bottom: 0; }

.KeyColor03 .CharacterModal .Block01 {
  display: none; }

.KeyColor03 .CharacterModal .Block02 {
  display: flex;
  margin-top: 0; }

.CharacterModal::before,
.CharacterModal::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex; }

.KeyColor02 .wrapper .Title {
  background: var(--keyColor02); }

.KeyColor02 .wrapper .Block01 {
  border: 5px solid var(--keyColor02); }

.KeyColor03 .wrapper .Title {
  background: var(--keyColor03); }

.KeyColor03 .wrapper .Block01 {
  border: 5px solid var(--keyColor03); }

@media screen and (max-width: 767px) {
  .CharacterModal {
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 320px;
    /* wrapper */ }
    .CharacterModal .wrapper {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
      /* Block01 */ }
      .CharacterModal .wrapper .CloseBtn {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px; }
      .CharacterModal .wrapper .Title {
        margin-top: 50px;
        padding: 5px;
        font-size: 20px;
        height: 35px;
        width: 100%; }
      .CharacterModal .wrapper .Block01 {
        border-radius: 0;
        padding: 15px; }
        .CharacterModal .wrapper .Block01 .Chara img {
          width: 25%;
          height: auto; }
        .CharacterModal .wrapper .Block01 .Chara .Name {
          margin-left: 20px;
          width: 100%; }
          .CharacterModal .wrapper .Block01 .Chara .Name p {
            line-height: 1.4; }
          .CharacterModal .wrapper .Block01 .Chara .Name p:first-child {
            font-size: 16px;
            margin-bottom: 5px; }
            .CharacterModal .wrapper .Block01 .Chara .Name p:first-child span {
              font-size: 24px; }
          .CharacterModal .wrapper .Block01 .Chara .Name p:nth-child(2) {
            margin-left: 0;
            font-size: 16px;
            font-weight: bold;
            font-family: var(--Mplus);
            line-height: 1.4; }
            .CharacterModal .wrapper .Block01 .Chara .Name p:nth-child(2) span {
              font-size: 14px;
              line-height: 1.4; }
        .CharacterModal .wrapper .Block01 .Chara .Spec {
          font-size: 15px;
          margin-left: 0;
          margin-top: 15px; }
        .CharacterModal .wrapper .Block01 .Chara .Result {
          margin-left: 0;
          margin-top: 20px;
          font-size: 16px;
          flex-wrap: wrap;
          justify-content: center; }
          .CharacterModal .wrapper .Block01 .Chara .Result span {
            font-size: 70%;
            align-self: center;
            padding-top: 3px; }
          .CharacterModal .wrapper .Block01 .Chara .Result p {
            width: 100%;
            text-align: center;
            justify-content: center;
            font-size: 16px; }
          .CharacterModal .wrapper .Block01 .Chara .Result p:first-child {
            padding-right: 0;
            border-right: none;
            border-bottom: 2px solid var(--KeyColor01Border); }
          .CharacterModal .wrapper .Block01 .Chara .Result p:last-child {
            padding-left: 0; }
          .CharacterModal .wrapper .Block01 .Chara .Result ul {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            border-right: none;
            justify-content: center;
            border-bottom: 2px solid var(--KeyColor01Border); }
            .CharacterModal .wrapper .Block01 .Chara .Result ul li:nth-child(2), .CharacterModal .wrapper .Block01 .Chara .Result ul li:nth-child(4) {
              font-size: 16px; }
            .CharacterModal .wrapper .Block01 .Chara .Result ul li:nth-child(3) {
              font-size: 16px;
              text-align: center; }
        .CharacterModal .wrapper .Block01 .Chara:first-child {
          margin-bottom: 40px; } }
.Mt80 {
  margin-top: 80px !important; }

.Mt50 {
  margin-top: 50px !important; }

.Mt30 {
  margin-top: 30px !important; }

.Mt20 {
  margin-top: 20px !important; }

.Mt0 {
  margin-top: 0 !important; }

.Pb0 {
  padding-bottom: 0 !important; }

@media screen and (max-width: 767px) {
  .SpMt30 {
    margin-top: 30px !important; }

  .SpMt50 {
    margin-top: 50px !important; } }

/*# sourceMappingURL=style.css.map */
